.hidden {
    display: none !important;
}

/* Video Banner */
.campaign_media {
    object-fit: cover;
    height: 800px;
    width: 100%;
}

.video-banner-container {
    position: relative;
    max-height: 810px;
    overflow: hidden;
}

.campaign_media.banner {
    height: 810px;
}

.banner-content {
    width: 100%;
    position: absolute;
    top: 50%;
    text-align: center;
}

.banner-content .container {
    max-width: 576px;
}

.banner-content h1.heading {
    padding-bottom: 55px;
    margin: 0;
}

.banner-content .list-item {
    padding: 0;
}

.banner-content .list-item a:after {
    content: '';
    background-image: url('/wp-content/plugins/born-custom-widget/widgets/assets/image/arrow-down.png');
    background-size: cover;
    position: absolute;
    top: 5px;
    margin-left: 10px;
    width: 23px;
    height: 23px;
}

.banner-content .list-item>a {
    color: inherit;
}

.banner-content .list-item>a:hover {
    color: #fff;
}

.video_controls {
    background: url('/wp-content/plugins/born-custom-widget/widgets/assets/image/pause.svg');
    border: 0;
    position: absolute;
    width: 35px;
    height: 35px;
    bottom: 47px;
    right: 40px;
    cursor: pointer;
}

.video_controls.paused {
    background: url('/wp-content/plugins/born-custom-widget/widgets/assets/image/play-button.svg') center center no-repeat;
    background-size: 32px;
    opacity: 0.6;
}

.video_controls:focus {
    outline: none;
}

/* Static Banner */

.static-banner {
    position: relative;
    height: 900px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.static-banner .content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 156px;
}

.static-banner .content p {
    max-width: 346px;
    margin-bottom: 50px;
}

.static-banner .content a {
    display: flex;
    align-items: center;
    color: inherit;
    cursor: pointer;
    z-index: 1;
}

.static-banner .content a:after {
    content: '';
    background-image: url('/wp-content/plugins/born-custom-widget/widgets/assets/image/arrow-more.png');
    background-size: cover;
    height: 23px;
    width: 23px;
    margin-left: 10px;
}

.static-banner .valleta {
    position: absolute;
    left: 0;
    bottom: -1px;
}

/* Section 1 - Round Images */

.round-img-top {
    max-width: 750px;
    margin: auto;
    padding-bottom: 50px;
}

.round-img-top p {
    min-height: 39px;
}

.round-img-top span {
    display: inherit;
    min-height: 69px;
}

.roundGallery {
    justify-content: center;
}

.roundGallery>div {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.roundImg {
    width: 313px;
    height: 0;
    padding: calc(50% - 2px) 0;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}

.roundImg img {
    height: inherit;
    width: inherit;
    object-fit: cover;
    object-position: left;
}

.roundImg .gallery-content {
    display: flex;
    align-items: center;
    position: absolute;
    max-width: 198px;
    height: inherit;
    text-align: center;

}

/* Video Slider */

.slider-container {
    position: relative;
    height: 800px;
}

img.campaign_media {
    max-height: 800px !important;
}

.video_slider .owl-item {
    max-height: 800px;
    overflow: hidden;
}

.video_slider .media-container:after {
    content: '';
    background-color: rgb(0 0 0 / 20%);
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.slider-details {
    width: 362px;
    position: absolute;
    bottom: 20%;
    left: 155px;
}

.slider-details h1 {
    margin: 0;
    padding-bottom: 21px;
}

.slider-details p {
    padding-bottom: 22px;
}

.slider-details a,
.slider-details a:hover {
    position: relative;
    color: inherit;
}

.slider-details a:after {
    content: '';
    background-image: url('/wp-content/plugins/born-custom-widget/widgets/assets/image/arrow-more.png');
    background-size: cover;
    position: absolute;
    bottom: 0;
    margin-left: 10px;
    width: 23px;
    height: 23px;
}

.owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: black !important;
}

.owl-nav button.owl-next,
.owl-nav button.owl-prev,
button.owl-dot {
    outline: none;
    margin: 0;
}

.video_slider .owl-nav {
    position: absolute;
    width: 226px;
    bottom: 15%;
    right: 10%;
    z-index: 1;
}

.owl-nav img {
    max-height: 77px;
}

.video_slider .owl-nav .owl-prev {
    float: left;

}

.video_slider .owl-nav .owl-next {
    float: right;
}

.video_slider .owl-dots {
    font-family: "Chin up Buttercup Cutecaps";
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    counter-reset: slides-num;
    position: absolute;
    width: 226px;
    right: 10%;
    height: 77px;
    bottom: 15%;
}

.video_slider .owl-dots:after {
    content: " of " counter(slides-num);
    display: inline-block;
}

.video_slider .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
    margin-right: 5px;
}

.video_slider .owl-dot span {
    display: none !important;
}

.video_slider .owl-dot.active:before {
    content: counter(slides-num);
    display: inline-block;
    position: relative;
    padding-right: 5px;
}

.hidden {
    display: none !important;
}

/* Image Carousel */

.carousel-container {
    height: 800px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
}

.carousel-container>div {
    padding: 0;
}

.carousel-container .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
}

.carousel-container .content {
    max-width: 324px;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    left: 100px;
    left: 169px;
}

.carousel-container .content h1 {
    margin-bottom: 25px;
}

.carousel-container .content a,
.carousel-container .content a:hover {
    position: relative;
    color: #118ACB !important;
    display: flex;
    align-items: center;
    max-width: 95px;
}

.carousel-container .content a:after,
.detailed-image-slider p.url-detailed a:after {
    content: '';
    background-image: url('/wp-content/plugins/born-custom-widget/widgets/assets/image/arrow-more-blue.png');
    background-size: cover;
    position: absolute;
    right: -15px;
    height: 23px;
    width: 23px;
}

.detailed-image-slider p.url-detailed a {
    position: relative;

    &::after {
        right: -30px;
    }
}

.custom-slider {
    position: relative;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
}

.custom-slider .owl-stage-outer,
.custom-slider .owl-nav button {
    z-index: 1;
}

.custom-slider .owl-stage {
    display: flex;
    align-items: center;
    padding-left: 0 !important;
}

.custom-slider .item img {
    object-fit: cover;
    height: inherit;
    border-radius: 8px;
    max-width: 545px;
}

.custom-slider .owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    left: -50px;
}

.custom-slider.image-slider .owl-nav {
    max-width: 640px;
}

.custom-slider.detailed-image-slider .owl-nav {
    max-width: 100%;
}

.custom-slider .owl-nav .disabled img {
    display: none;
}

.carousel-container .custom-slider .owl-item .item {
    /* height: 474px; */
    max-width: 545px;
}

.detailed-image-slider .item {
    height: 600px;
}

.detailed-image-slider .item .slider-img {
    height: 410px;
    margin-bottom: 39px;
    overflow: hidden;
    border-radius: 8px;
}

/* 
.detailed-image-slider .slider-img img {
    height: 100%;
    transition: transform .4s;
}

.detailed-image-slider a .slider-img img:hover {
    transform: scale(1.09);
} */

/* Section 4 */
.campaign_sec4 {
    max-height: 800px;
    position: relative;
}

.campaign_sec4 .video_controls {
    right: 34%;
}

.sec4_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.campaign_sec4 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sec4_overlay.content {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    opacity: 1;
}

.sec4_overlay.content>div {
    width: 313px;
    position: relative;
}

.sec4_overlay.content .info {
    padding: 35px 0;
}

.sec4_overlay.content p {
    margin: 0;
}

.sec4_overlay.content button {
    width: 175px;
    height: 45px;
    font-weight: 800;
    line-height: 24px;
    padding: 0;
    border: 0;
    border-radius: 33px;
    cursor: pointer;
}

.sec4_overlay.content button:focus {
    outline: none;
}

/* Links - Section */

.link-section {
    min-height: 390px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 95px 40px;
}

.link-section .section-header {
    padding-bottom: 60px;
}

.link-item {
    position: relative;
    display: flex;
    height: 100px;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
    border: 1px solid #D7E1E7;
    border-radius: 15px;
    padding-left: 30px;
}

.link-item * {
    margin: 0;
    max-width: calc(100% - 65px);
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.link-item h2 {
    -webkit-line-clamp: 1;
}

.link-item span {
    -webkit-line-clamp: 3;
}

.link-item a {
    position: absolute;
    right: 30px;
    top: 35px;
}

.link-item a:before {
    content: '';
    background-image: url('/wp-content/plugins/born-custom-widget/widgets/assets/image/arrow-more-blue.png');
    background-size: cover;
    position: absolute;
    right: 0;
    height: 30px;
    width: 30px;
}


/* Exhibitor Table */

.custom-table>div {
    max-width: 1358px;
}

.custom-table {
    padding: 80px 40px;
}

.exhibitor-title {
    padding-bottom: 80px;
}

.exhibitor-header {
    height: 35px;
}

.exhibitor-table {
    align-items: center;
    background: #fff;
    height: 90px;
    margin-bottom: 5px;
    padding: 0 10px;
}

.company-info,
.company-info .companyName {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    /* padding: 0; */
}

.contact-info {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.company-info img {
    height: 45px;
}

.company-info .companyName {
    width: 221px;
    height: 42px;
    overflow: hidden;
}


.contact-info .email {
    width: 28px;
    height: auto;
}

.contact-info .tel,
.contact-info .url {
    width: 25px;
    height: 25px;
}

/* Testimonials */

.testimonial-container {
    padding: 0;
}

.testimonial-container .title {
    margin-bottom: 50px;
}

.testimonial-container .item {
    border-radius: 15px;
    overflow: hidden;
    background-color: #ECF3F7;
    /* width: 428px; */
}

.testimonial-container .item-top img {
    object-fit: cover;
    height: 240px;
    /* border: 1px solid #e5e5e5;
    border-radius: 15px 15px 0 0;
    border-bottom: none; */
}

.testimonial-container .item-bottom {
    position: relative;
    /* margin: 30px 57px 40px; */
    margin: 30px 30px 40px;
    max-height: 300px;
    height: 300px;
}

.testimonial-container .item-bottom .company {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 320px;
    height: 50px;
}

.testimonial-container .item-bottom .company:after {
    content: '';
    background-image: url('/wp-content/plugins/born-custom-widget/widgets/assets/image/vm-testimonial-quote.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 48px;
    height: 39px;
    position: absolute;
    top: 0;
    right: 0;
    right: -50px;
}

.testimonial-container .item-bottom .name-position {
    /* margin-bottom: 35px; */
    margin-bottom: 20px;
    max-width: 320px;
    height: 44px;
    display: flex;
    align-items: center;
}

.testimonial-container .item-bottom .desc {
    max-height: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    margin: 0;
}

.testimonial-container .item-bottom .desc:before,
.testimonial-container .item-bottom .desc:after {
    content: '“';
}

/* .testimonial-container .item-bottom .desc:after {
    content: '“';
    position: absolute; 
    bottom: 0;
    right: 0;
} */

.testimonial-container .item-bottom .read-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 151px;
    height: 31px;
    border: 1px solid #788184;
    border-radius: 25px;
    position: absolute;
    bottom: 0;
    color: #788184;
    cursor: pointer;
}

.testimonial-container .item-bottom .read-more:hover {
    color: #788184;
}

@media screen and (max-width: 1250px) and (min-width: 768px) {
    .link-item {
        padding-left: 15px;
    }

    .link-item a {
        right: 15px;
    }
}

@media screen and (min-width: 1200px) {

    .image-slider .owl-item.active {
        width: 545px !important;
    }

    .image-slider .owl-item.active .item {
        height: 545px;
    }

    .image-slider .owl-item .item {
        height: 474px;
    }

}

@media screen and (max-width: 1199px) {

    /* Image Carousel */
    .image-slider .owl-item.active .item {
        height: 474px;
    }

    .image-slider .owl-item .item {
        height: 323px;
    }

    .link-section .section-header {
        text-align: center;
    }

    /* Testimonials */
    .testimonial-container .item-bottom .company:after {
        width: 37px;
        height: 30px;
        right: -10px;
        opacity: .5;
    }

    .testimonial-container .item-bottom {
        margin: 20px 30px 36px 25px;
    }

    .testimonial-container .item-bottom .read-more {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {

    /* Exhibitor Table */
    .company-info div:first-child {
        display: none;
    }

    /* Static Banner */
    .static-banner .content {
        padding: 75px;
    }

    /* Image Carousel */
    .carousel-container .content {
        left: 100px;
    }

    .image-slider .owl-item.active .item {
        height: 400px;
    }

}

@media screen and (max-width: 1024px) and (min-width: 768px) {

    /* Video Slider */
    .slider-details {
        left: 76px;
    }
}

@media screen and (min-width: 901px) {
    .sec4_overlay {
        width: 33.33%;
    }
}

@media screen and (max-width: 900px) {

    /* Section 4 */
    .campaign_sec4 {
        max-height: fit-content;
    }

    .campaign_sec4 .media-section {
        position: relative;
        max-height: 510px;
        overflow: hidden;
    }

    .campaign_sec4 .campaign_media {
        max-height: inherit;
    }

    .campaign_sec4 .video_controls {
        right: 40px;
    }

    .campaign_sec4 .sec4_overlay.content {
        position: relative;
        height: 580px;
        display: flex;
        justify-content: normal;
        left: 0;
    }

    .sec4_overlay.content>div {
        width: 100%;
        left: 0;
        padding: 0 76px;
    }

    /* Section 1 - Round Images */
    /* .roundImg {
        width: 180px;
        height: 180px;
    } */

    /* Links - Section */
    /* .link-item * {
        margin: 0;
        max-width: 275px;
    } */

    /* Testimonials */
    .testimonial-container .item-top img {
        height: 156px;
    }

    .testimonial-container .item-bottom {
        /* margin: 20px 30px 36px 25px; */
        max-height: 100%;
        height: 293px;
    }

    .testimonial-container .item-bottom .read-more {
        width: 100%;
    }

}

@media screen and (max-width: 767px) {

    /* Video Banner */
    .video-banner-container,
    .campaign_media.banner {
        max-height: 716px;
    }

    /* Static Banner */
    .static-banner {
        height: 589px;
    }

    .static-banner .valleta {
        object-fit: cover;
        object-position: right;
        height: 155px;
    }


    /* Section 1 - Round Images */
    .round-img-top {
        max-width: 600px;
    }

    /* Video Slider */
    .slider-container {
        height: auto;
    }

    .video_slider .owl-item {
        max-height: 100%;
    }

    .video_slider .item {
        display: flex;
        flex-direction: column-reverse;
    }

    .video_slider .media-container:after {
        background-color: unset;
    }

    .slider-details {
        position: relative;
        width: 100%;
        min-width: 362px;
        color: #3A4346 !important;
        left: 0;
        padding: 0 75px 34px;
    }

    .slider-details a:after {
        background-image: url('/wp-content/plugins/born-custom-widget/widgets/assets/image/arrow-more-grey.png');
    }

    .video_slider .media-container,
    .video_slider .campaign_media {
        height: 523px;
    }

    .video_slider .owl-nav,
    .video_slider .owl-dots {
        width: 100px;
        bottom: 30px;
        right: 0;
        left: 0;
        margin: auto;
    }

    .video_slider .owl-nav {
        display: none;
    }

    /* Image Carousel */

    .carousel-container.custom-carousel {
        height: 821px;
    }

    .carousel-container .content {
        position: relative;
        left: 0;
        padding: 0 75px 49px;
        max-width: 100%;
    }

    .carousel-container .custom-slider {
        left: 75px;
    }

    .custom-slider .owl-item.active {
        max-width: 474px;
    }

    .carousel-container.custom-carousel-detailed {
        height: 1017px;
    }

    /* Section 4 */
    /* ~~~~~~ */

    /* Links - Section */
    /* .link-item * {
        min-width: 254px;
    } */

    .link-section {
        padding-left: 17px;
        padding-right: 17px;
    }

    .link-section .link-item {
        max-width: 500px;
        margin: 0 auto 15px;
    }

    /* Exhibitor Table */
    .custom-table {
        padding: 54px 17px;
    }

    .exhibitor-title {
        padding-bottom: 36px;
    }

    .exhibitor-header {
        display: none;
    }

    .exhibitor-table {
        height: 180px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-evenly;
        padding: 30px;
    }

    .exhibitor-table>div {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        max-height: 30px;
        padding: 0;
    }

    .company-info .companyName,
    .companyName {
        width: auto;
        height: inherit;
        display: flex;
        align-items: center;
    }

    .contact-info {
        max-width: 380px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* Testimonials */
    .testimonial-container .item-bottom {
        overflow: hidden;
        margin: 15px;
    }

    .testimonial-container .item-bottom .company:after {
        content: unset;
    }

    .testimonial-container .item-bottom .company {
        font-size: 20px;
        height: 40px;
        line-height: 20px;
    }

    .testimonial-container .item-bottom .name-position {
        margin-bottom: 5px;
        font-size: 18px;
        height: 40px;
        line-height: 19px;
    }

    .testimonial-container .item-bottom h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

}

@media screen and (min-width: 700px) {

    /* Video Banner */
    .banner-content .list-item:nth-child(3n + 1) {
        text-align: left;
    }

    .banner-content .list-item:nth-child(3n) {
        text-align: right;
    }

    /* Image Carousel */
    /*     
    .custom-slider .owl-item.active {
        max-width: 474px;
    } */
}

@media screen and (max-width: 699px) {

    /* Video Banner */
    .banner-content {
        display: flex;
        align-items: center;
        height: 100%;
        top: 5%;
    }

    .banner-content .list-group {
        display: block;
        text-align: -webkit-center;
    }

    .banner-content .list-item {
        padding-bottom: 20px;
    }

    /* Static Banner */
    .static-banner .content {
        padding: 34px;
    }


    /* Section 1 - Round Images */
    .round-img-top {
        max-width: 392px;
    }

    .roundGallery {
        margin-bottom: 50px;
    }

    .roundGallery>div {
        margin-bottom: 20px;
    }

    /* Video Slider */
    .slider-details {
        padding: 0 26px 34px;
    }


    /* Image Carousel */
    .carousel-container .content {
        padding: 0 26px 49px;
    }

    .custom-carousel-detailed .content {
        padding-bottom: 45px;
    }

    .carousel-container .custom-slider {
        left: 26px;
    }

    /* Section 4 */
    .sec4_overlay.content>div {
        left: 0;
        padding: 0 34px;
    }
}

@media screen and (max-width: 600px) {

    /* Image Carousel */
    .image-slider .owl-item.active {
        max-width: 278px;
    }

    .image-slider .owl-item.active .item {
        height: 278px;
    }

    .image-slider .owl-item .item {
        height: 229px;
        max-width: 278px;
    }

    .detailed-image-slider .owl-item.active {
        max-width: 313px;
    }

    .detailed-image-slider .item {
        height: 491px;
    }

    .detailed-image-slider .item img {
        height: 313px;
        margin-bottom: 28px;
    }

    /* Testimonials */
    /* 
    .testimonial-container .item-bottom .desc {
        -webkit-line-clamp: 4;
    } */
}

@media screen and (max-width: 428px) {

    /* Video Banner */
    .banner-content .container {
        max-width: 264px;
    }

    /* Section 4 */
    .campaign_sec4 .media-section {
        max-height: 294px;
    }

    .campaign_sec4 .video_controls {
        right: 17px;
        bottom: 31px;
    }

    /* Testimonials */
    .testimonial-container .item-bottom .name-position {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .testimonial-container .item-bottom .desc {
        -webkit-line-clamp: 8;
    }
}