/*  
---------------------------------------------------
Banner - Small Breakpoint
---------------------------------------------------  
*/

body.no-header:not(.browser-ios) .component.usn_cmp_banner .item.item_takeover-banner,
body.no-header:not(.browser-ios) .component.usn_cmp_banner .item.item_takeover-banner .container,
body.no-header:not(.browser-ios) .component.usn_cmp_banner .item.item_takeover-banner .row,
body.no-header:not(.browser-ios) .component.usn_cmp_banner .item.item_takeover-banner .image,
body.no-header:not(.browser-ios) .component.usn_cmp_banner .item.item_takeover-banner .image .video,
body.transparent-header-sm:not(.browser-ios) .component.usn_cmp_banner .item.item_takeover-banner,
body.transparent-header-sm:not(.browser-ios) .component.usn_cmp_banner .item.item_takeover-banner .container,
body.transparent-header-sm:not(.browser-ios) .component.usn_cmp_banner .item.item_takeover-banner .row,
body.transparent-header-sm:not(.browser-ios) .component.usn_cmp_banner .item.item_takeover-banner .image,
body.transparent-header-sm:not(.browser-ios) .component.usn_cmp_banner .item.item_takeover-banner .image .video {
    height: var(--takeover-banner);
}

body.browser-ios.transparent-header-sm .component.usn_cmp_banner .item.item_takeover-banner,
body.browser-ios.transparent-header-sm .component.usn_cmp_banner .item.item_takeover-banner .container,
body.browser-ios.transparent-header-sm .component.usn_cmp_banner .item.item_takeover-banner .row,
body.browser-ios.transparent-header-sm .component.usn_cmp_banner .item.item_takeover-banner .image,
body.browser-ios.transparent-header-sm .component.usn_cmp_banner .item.item_takeover-banner .image .video {
    height: var(--takeover-banner);
    height: calc(var(--takeover-banner) - 110px);
}

@media (min-width:0) and (max-width:575px) {
    .component.usn_cmp_banner .item.item_scale-banner .inner,
    .component.usn_cmp_banner .item.item_scale-banner .info {
        position: relative !important;
    }

    .component.usn_cmp_banner .item.item_scale-banner .info {
        padding: var(--base-half-spacing);
    }

    .component.usn_cmp_banner .slides .item.item_scale-banner .info {
        padding-bottom: calc(var(--base-spacing) * 2);
    }

    .component.usn_cmp_banner .item.item_scale-banner .inner::before {
        display: none;
    }
}

@media (min-width:768px) {

    body.browser-ios .component.usn_cmp_banner .item.item_takeover-banner,
    body.browser-ios .component.usn_cmp_banner .item.item_takeover-banner .container,
    body.browser-ios .component.usn_cmp_banner .item.item_takeover-banner .row,
    body.browser-ios .component.usn_cmp_banner .item.item_takeover-banner .image,
    body.browser-ios .component.usn_cmp_banner .item.item_takeover-banner .image .video {
        height: var(--takeover-banner);
        height: calc(var(--takeover-banner) - var(--small-header) - 35px);
    }

    body.no-header.browser-ios .component.usn_cmp_banner .item.item_takeover-banner,
    body.no-header.browser-ios .component.usn_cmp_banner .item.item_takeover-banner .container,
    body.no-header.browser-ios .component.usn_cmp_banner .item.item_takeover-banner .row,
    body.no-header.browser-ios .component.usn_cmp_banner .item.item_takeover-banner .image,
    body.no-header.browser-ios .component.usn_cmp_banner .item.item_takeover-banner .image .video {
        height: var(--takeover-banner);
        height: calc(var(--takeover-banner) - 35px);
    }

    body.no-header:not(.browser-ios) .component.usn_cmp_banner .item.item_takeover-banner,
    body.no-header:not(.browser-ios) .component.usn_cmp_banner .item.item_takeover-banner .container,
    body.no-header:not(.browser-ios) .component.usn_cmp_banner .item.item_takeover-banner .row,
    body.no-header:not(.browser-ios) .component.usn_cmp_banner .item.item_takeover-banner .image,
    body.no-header:not(.browser-ios) .component.usn_cmp_banner .item.item_takeover-banner .image .video {
        height: var(--takeover-banner);
    }
}

/*Custom*/
.custom-section-banner-style-two {
    padding-bottom: 50px !important;
}
.custom-height-background-banner-image {
    height: 400px !important;
    background-size: cover !important;
    background-position: left center !important;
}
.custom-banner-row {
    height: auto !important;
    min-height: 0 !important;
}
.custom-d-table-cell-small {
    vertical-align: baseline !important;
}
.banner-title {
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 1.6;
}
.banner-btn-meeting {
    width: 266px;
    padding: 10px 20px !important;
    color: white;
    font-size: 14px;
    font-weight: 700;
    background-color: #00ACC6;
    border-radius: 24px;
    text-transform: uppercase;
    cursor: pointer;
}
.banner-btn-meeting::after {
        font-family: "Ionicons";
        content: "\f284";
        color: white;
        /*        font-size: 20px;*/
        margin-left: 8px;
        margin-top: 0;
}
/*WHAT NEW*/
.slider-wrapper {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    /*    padding: 20px 40px;*/
    background: transparent;
    margin-top: 40px;
}

.slider {
    overflow: hidden;
    width: 100%;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease;
}

.slide-whatnew {
    display: flex;
    flex: 0 0 32%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 10px;
    text-align: center;
    background: #ddd;
    margin: 0 10px;
    border-radius: 10px;
    font-size: 24px;
    font-weight: bold;
}

.slide-whatnew {
    flex: 0 0 97%;
    max-width: 97%;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
}

.slide-whatnew:nth-child(3n + 1) {
    background-color: rgba(179, 111, 150, 0.15);
}

.slide-whatnew:nth-child(3n + 2) {
    background-color: rgba(191, 227, 243, 0.6);
}

.slide-whatnew:nth-child(3n + 3) {
    background-color: rgba(196, 183, 213, 0.25);
}
.btn-slide-box-pc {
    display: none;
}
.btn-slide-box-mobile {
    display: flex !important;
    justify-content: center!important;
    align-items: center!important;
    width: 100% !important;
    padding: 10px 0!important;
    gap:8px;
}
.slider-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border: 1px solid #036C7F;
    border-radius: 12px;
    font-size: 2rem;
    z-index: 2;
    cursor: pointer;
    padding: 5px 15px;
    color: #036C7F;
    outline: none;
}

    .slider-btn:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

.slide-whatnew .col-info {
    width: 50%;
}

.slide-whatnew .col-image {
    width: 50%;
}

.slide-whatnew .round-image {
    object-fit: cover;
    width: 180px !important;
    height: 147px !important;
    margin-right: -70px;
    flex-shrink: 0;
}

.slide-whatnew .link .btn {
    color: #5E5E5E;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding-left: 0 !important;
    text-transform: uppercase;
}

    .slide-whatnew .link .btn a::after {
        font-family: "Ionicons";
        content: "\f284";
        color: black;
        /*        font-size: 20px;*/
        margin-left: 8px;
        margin-top: 0;
    }

/*OUR STRAIN CSS*/
.custom-slider-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.custom-btn-slide-out-strains-box-mobile {
    display: flex;
}

.custom-btn-slide-out-strains-box-pc {
    display: none;
}
.custom-slider-track {
    display: flex;
    transition: transform 0.4s ease;
}
.custom-out-strain-slide-item-box {
    margin: 0 !important;
}

.custom-slide {
    flex: 0 0 100%;
}

#outStrainSlider .link a::after {
    font-family: "Ionicons";
    content: "\f284";
    color: black;
    margin-left: 8px;
    margin-top: 0;
}

/* Custom CSS for New Letter */
.custom-news-letter-content {
   padding: 32px 0;
}
.custom-news-letter {
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

/*About Page*/
#about-banner .custom-component-inner {
    max-width: 100% !important;
    height: auto;
    position: relative;
}
    #about-banner .custom-component-inner .background-image {
        height: 280px;
        background-size: cover;
        background-position: center;
    }
#about-banner .banner-title {
    color: white;
    font-size: 36px;
    font-weight: 700
}
#about-banner .banner-content {
    max-width: 93%;
    text-align: left;
    color: white;
    font-size: 18px;
    line-height: 1.1
}
.grid-layout-elearning {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* Custom  RESOURCE-CENTER */
.resource-center-banner-description {
    font-size: 16px !important;
}
.navigation-parent-a {
    text-decoration: none;
    line-height: 1.5 !important;
    text-align: center;
    align-content: center
}

.navigation-children-div {
    position: relative;
    width: 105%;
}

    .navigation-children-div::after {
        font-family: "Ionicons";
        content: "\f284";
        color: black;
        position: absolute;
        right: 0;
        margin-top: 0;
    }



/* Container cho filter + sort */
.filter {
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    padding: 10px 0;
}

/* Nút filter */
.filter-btn {
    margin: 0 4px;
    padding: 6px 14px;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}

    .filter-btn:hover {
        background: #e0e0e0;
    }

    .filter-btn.active-filter {
        background-color: #E0ECEE;
        color: #036C7F;
        border-color: #E0ECEE;
    }

/* Danh sách item */
.custom-portfolios {
/*    display: flex;*/
    flex-wrap: wrap;
    gap: 20px;
}

.custom-portfolio-resource-center {
    width: calc(100%);
    background: #fff;
    overflow: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

    .custom-portfolio-resource-center.hidden {
        display: none !important;
    }

.portfolio-image img {
    position: relative;
    width: 100%;
/*    height: 213px;*/
    display: block;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0px;
}

.portfolio-image .card-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    text-align: left;
    color: #fff !important;
    font-size: 22px;
    font-weight: 700;
}

.card-short-title-box {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    width: 100%;
    align-items: start;
}

    .card-short-title-box .card-short-title {
        font-size: 16px;
        font-weight: 600;
        color: #036C7F;
        background: #E1E8EA;
        font-style: italic;
        padding: 1% 5%;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .card-short-title-box .card-short-title {
        display: flex;
        justify-content: flex-end;
    }
.resource-centre-section label.sort-label {
    display: none !important;
}

.color-link-description-banner {
    font-family: Montserrat !important;
    font-weight: 700 !important;
    font-style: Bold !important;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0% !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    text-decoration-style: solid !important;
    text-decoration-thickness: 0% !important;
    text-decoration-skip-ink: auto !important;
    color: #00ACC6 !important;
    max-width: 400px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 8px;
    background-color: white;
    padding: 10px 10px;
    margin-top: 10px;
}