:root {
    --highlight-sky: #ceedf6;
    --neutral-grey: #e1e1de;
    --dark-grey: #8a8a8a;
    --primary-blue: #00196e;
    --white: #ffffff;
    --black: #222;
    --background-banner: var(--Highlight-Sky, #CEEDF6);
    --secondary-gold: #FFAD1D;
    --text-blue-color: #00196e;
    --bg-second: yellow;
    --text-gray-color: #8a8a8a;
}

@font-face {
    font-family: "Halyard Display Book";
    src: url(../css/megamenu-pro/fonts/HalyardDisplayBook.woff2)format("woff2"), url(../css/megamenu-pro/fonts/HalyardDisplayBook.woff)format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}


.sidebar {
    padding: 80px 24px 36px 0;
}

.sidebar__sections--wrap+.sidebar__buttons {
    margin-top: 60px;
}



.content__container {
    padding: 75px 0 0px 50px;
}

/* Title & Desc & img */


.title {
    color: var(--primary-blue, #00196e);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'garamond-premier-pro';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px;
    margin: 0;
    margin-bottom: 36px;
    /* padding-right: 150px; */
}


.title:lang(vi) {
    width: 70%;
}



.desc {
    /* display: flex; */
    /* flex-direction: column; */
    /* gap: 12px; */
    position: relative;
    overflow-y: hidden;
    transition: all 0.3s linear;
}





.desc::after {
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%);
    content: '';
    display: block;
    height: 120px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s linear;
}


.desc.hiddenMore:after {
    display: none;
}

.desc.hiddenMore+.j_btn-more {
    display: none;
}

.desc.expanded {
    transition: all 0.3s linear;
    height: auto;
    /* overflow: visible; */
}

.desc.expanded+.j_btn-more {
    margin-top: 40px;
}

.desc.expanded::after {
    display: none;
}


.j_btn-more {
    margin: 0 auto;
    cursor: pointer;
    z-index: 2;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-right: 15px;
    display: inline-block;
    display: block;
    width: fit-content;
}

.j_btn-more::after {
    top: 7px;
    border-top: 2px solid var(--primary-blue);
    border-right: 2px solid var(--primary-blue);
    vertical-align: middle;
    transform: rotate(135deg) translateY(2px);
    transition: all 0.3s linear;
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    right: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

/* .j_btn-more:hover::after {
    transform: rotate(-45deg) translateY(0px);
    transition: all 0.3s linear;
} */

.j_btn-more.active::after {
    transform: rotate(-45deg) translateY(0px);
    transition: all 0.3s linear;
}


.desc span {
    color: var(--Black, #222);
    font-family: 'Halyard Text';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 36px;
}


.desc .explore-box {
    margin-top: 0px;
    margin-bottom: 24px;
}

.desc .explore-box span {
    color: var(--primary-blue);
    color: var(--Primary-Blue, #00196e);
    font-family: 'Halyard Text', 'sans-serif';
    font-size: 18px;
    font-style: normal;
    font-weight: 490;
    line-height: 24px;
}


.desc .desc__list ul {
    margin: 0;
    padding-left: 20px;
}


.desc .desc__list ul li {
    list-style-type: decimal;
    padding-bottom: 10px;
}

.desc .desc__list ul li strong {
    font-weight: 600;
    color: var(--black);
}



.desc .desc__list ul li:last-child {
    padding-bottom: 0px;
}



.desc .desc__list.square ul li {
    list-style-type: square;
}


.desc .desc__list.square ul li::marker {
    font-size: 12px;
}



.desc__policy span {
    color: var(--dark-grey);
    font-family: 'Halyard Text';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}



.desc p:first-child,
.desc p:last-child {
    margin-bottom: 0px;
}



.desc p {
    color: var(--Black, #222);
    font-family: 'Halyard Text';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
}

.desc p:empty,
.desc p:only-child:empty {
    margin-bottom: 0px;
    display: none;
}

.desc p:empty::before {
    display: none;
    content: '\200B';
    /* Zero-width space */
}

.desc p:empty {
    display: none;
    margin-bottom: 0;
}




.desc .img {
    margin: 36px 0px;
}

.desc .img:last-child span,
.desc .img:last-child {
    margin-bottom: 0px;
}

.desc .img .img-caption {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: "Halyard Text", sans-serif;
    margin-top: 16px;
    display: block;
    color: var(--dark-grey);
}


.img {
    margin-top: 36px;
}


.img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}



.explore-box {
    display: flex;
    align-items: center;
    color: var(--Primary-Blue, #00196e);
    font-family: 'Halyard Text', 'sans-serif';
    font-size: 18px;
    font-style: normal;
    font-weight: 490;
    line-height: 24px;
    cursor: pointer;
    margin-top: 36px;
    width: fit-content;
}

.explore-box img {
    transform: translateX(0px);
    transition: all 0.3s linear;
}


.explore-box:hover img {
    transform: translateX(6px);
    transition: all 0.3s linear;
}

/* Contact */



.contact__wrapper .contact__wrapper--item:first-child {
    margin-top: 0px;
}

.contact__wrapper--item {
    display: flex;
    align-items: center;
    margin-top: 40px;
    gap: 8px;
}


.contact__wrapper--item span {
    font-size: 16px;
    line-height: 24px;
    font-family: "Halyard Text", sans-serif;
    font-weight: 400;
    color: var(--black);
}

.contact__wrapper--item span .image {
    display: inline;
    vertical-align: middle;
}


.contact {
    padding-bottom: 0px !important;
}


.contact__wrapper--item a .image:hover {
    filter: invert(73%) sepia(91%) saturate(1607%) hue-rotate(342deg) brightness(102%) contrast(101%);
}



.james__testimonial .james__testimonial--logo .logo_img {
    width: 230px;
    padding: 0 24px;
    margin: 0 auto;
    background: #ffffff;
}


.james__testimonial .james__testimonial--logo .logo_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}





/* Slider */





.slider {
    margin-top: 120px;
}

.james__testimonial {
    padding: 0px;
}


.james__testimonial .james__testimonial--logo {
    margin-bottom: 100px;
}


.james__testimonial .title_block {
    margin: 0px 0 36px;
}


.james__testimonial .james__testimonial--slider .item .content_primary .j_avatar {
    flex: none
}

.james__testimonial .james__testimonial--slider .item .content_primary .j_avatar figure,
.james__testimonial .james__testimonial--slider .item .content_primary .j_avatar figure img {
    width: 255px;
    height: 340px;
}


.james__testimonial .j_ff-gara {
    /* overflow: hidden; */
    display: block;
    /* -webkit-line-clamp: 7; */
    line-clamp: unset;
    -webkit-box-orient: unset;
    font-size: 16px;
    line-height: 24px;
    color: var(--Black, #222);
    font-family: Halyard Text;
    font-style: normal;
    font-weight: 400;
}


.james__testimonial .james__testimonial--slider .item .content_primary .content_text .j_author {
    /* color: var(--Dark-Grey, #8A8A8A); */
    color: var(--primary-blue);
    font-family: 'Halyard Text';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}


/* .james__testimonial .james__testimonial--slider .item .content_primary {
    max-width: 740px;
} */



.james__testimonial .james__testimonial--slider .item .content_primary .content_text .j_btn-explore {
    color: var(--Primary-Blue, #00196E);
    font-family: 'Halyard Text';
    font-size: 18px;
    font-style: normal;
    font-weight: 490;
    line-height: 16px;
    /* 88.889% */
}


.j_btn-explore::after {
    top: 6px;
}


.james__testimonial .james__testimonial--slider .item {
    width: 50vw;
}


.join-us-line {
    background: linear-gradient(270deg, rgba(0, 25, 110, 0.00) 0%, #00196E 52.08%, rgba(0, 25, 110, 0.00) 100%);
    height: 1px;
    margin: 100px 0px;
}


.james_container .james__testimonial--nologo {
    text-align: center;
    background: url(../images/line_blue.png) no-repeat center center / contain;
    height: 2px;
    margin: 100px 0px;
}


.james__testimonial .james__testimonial--slider .item .content_primary .j_avatar__mobile {
    display: none;
}


.james__testimonial .james_container h4 {
    display: none;
}



.james__testimonial--slider .slick-slide {
    height: inherit !important
}


.slick-track {
    display: flex !important;
}


.james__testimonial .james__testimonial--slider .item .content_primary {
    height: 100%;
}


.slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.james__testimonial .james__testimonial--slider .item .content_primary .content_text .j_author {
    height: auto;
}




figure {
    margin: 0 0 1em;
}

@media screen and (max-width : 991px) {


    .sidebar {
        padding: 0px;
    }

    .sidebar__sections--wrap+.sidebar__buttons {
        margin-top: 0px;
    }


    .sidebar.active {
        top: calc(100% - 495px);
    }

    .content__container {
        padding: 75px 0 0px 0px;
    }

    .explore-box {
        margin-top: 42px;
    }


    .content__container section:not(:last-child) {
        padding-bottom: 100px;
    }

    .desc .explore-box span {
        line-height: 16px;
    }

    .img {
        margin-top: 48px;
    }


    /* Voices */

    .james__testimonial .james__testimonial--wrapper::before,
    .james__testimonial .james__testimonial--wrapper::after {
        display: none;
    }


    .james__testimonial .james_container h4 {
        display: block;
    }


    .james__testimonial .title_block {
        max-width: 100%;
        color: var(--Primary-Blue, #00196E);
        text-align: center;
        /* Display/Medium */
        font-family: 'garamond-premier-pro';
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 48px;
        /* 120% */
    }

    .james_text {
        color: var(--Black, #222);
        text-align: center;
        font-family: 'Halyard Display Book', 'sans-serif';
        font-size: 22px;
        font-style: normal;
        font-weight: 350;
        line-height: 28px;
        padding: 0px 90px 36px;
        margin: 0px;
    }


    .content_text .j_fs-28 {
        height: auto;
    }


    .slick-slide img {
        height: auto;
    }

    .james__testimonial .james__testimonial--slider .item .content_primary .j_avatar {
        /* width: 45%; */
        overflow: hidden;
        margin-right: 24px;
        width: max-content;
    }

    .james__testimonial .james__testimonial--slider .item .content_primary .content_text {
        /* width: 55%; */
        margin-top: 0px;
        /* margin-left: 24px; */
        flex: 1;
    }


    .item .slick-slide {
        margin: 0 32px;
    }

    /* the parent */
    .item .slick-list {
        margin: 0 -32px;
    }


    .james__testimonial .james__testimonial--slider .item .content_primary {
        max-width: 100%;
        flex-wrap: nowrap;
        flex-direction: column;
        /* gap: 24px; */
        margin: 0px;
        column-gap: 0px;
        align-items: center;
        justify-content: center;
        margin: 0 9px !important;
    }


    .james__testimonial--slider {
        max-width: 100%;
        /* margin: 0 auto; */
    }


    /* .james__testimonial .james__testimonial--slider .item {
        width: 100vw;
    } */

    .james__testimonial .james__testimonial--slider .item {
        /* width: 100vw; */
        width: 400px;
    }

    /* .james__testimonial .j_ff-gara {
         height: 260px;
     }
 
     .james__testimonial .james__testimonial--slider .slick-dots {
         margin-top: 36px;
     } */


    .james__connect .james__connect--list {
        max-width: 85%;
        margin: 0 auto;
    }


    .james__news .james__news--list .james_col-4:nth-child(3) {
        display: none;
    }

    .james_col-4 {
        width: 50%;
    }

    .james__testimonial .james__testimonial--slider .item .content_primary .content_text {
        /* width: 55%; */
        margin-top: 0px;
        /* margin-left: 24px; */
        flex: 1;
        width: 100%;
    }


    /* .james__testimonial--slider .slick-list {
        margin: 0 -35px !important;
    } */

    /* .james__testimonial--slider .slick-slide {
        margin: 0 35px !important;
    } */


    /* .james__testimonial--slider .slick-slide {
        margin: 0 18px !important;
    } */

    .james__testimonial .james__testimonial--slider .item .content_primary .j_avatar {
        display: none;
    }



    .james__testimonial .james__testimonial--slider .item {
        /* width: 90vw; */
        margin: 0px;
    }

    /* 
    .james__testimonial .slick-slide {
        margin: 0 9px !important;
    }


    .james__testimonial .slick-list {
        margin: 0 -9px !important;
    } */


    .james__testimonial .james__testimonial--slider .item .content_primary .j_avatar__mobile {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }


    .james__testimonial .james__testimonial--wrapper::after {
        position: absolute;
        content: '';
        width: 300px;
        height: 100%;
        right: 0;
        top: 0;
        background: linear-gradient(-90deg,
                #ffffff 0%,
                rgba(255, 255, 255, 0) 100%);
        opacity: 0.7;
        z-index: 2;
        pointer-events: none;
    }



    .james__testimonial .james__testimonial--wrapper::after {
        display: block;
    }

}


@media screen and (max-width : 576px) {


    .title {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 24px;
    }


    .img img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .content__container {
        padding: 60px 0 0px 0px;
    }

    .explore-box {
        line-height: 16px;
    }


    .img,
    .explore-box {
        margin-top: 30px;
    }


    .contact__wrapper--item {
        flex-wrap: wrap;
    }

    .contact__wrapper--item span {
        width: 100%;
    }


    /* Slider */


    .slider {
        margin-top: 100px;
    }

    .slider .james_container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .james__testimonial .james__testimonial--logo {
        margin-bottom: 60px;
    }

    .james_text {
        padding: 0px 0px 36px;
    }

    .james__testimonial .james__testimonial--slider .item .content_primary {
        flex-wrap: wrap;
        margin: 0px;
    }

    .james__testimonial .james__testimonial--slider .item .content_primary .j_avatar,
    .james__testimonial .james__testimonial--slider .item .content_primary .content_text {
        width: 100%;
    }

    .james__testimonial .james__testimonial--slider .item .content_primary .j_avatar img {
        width: 100%;
        max-height: 308px;
        object-fit: cover;
        object-position: top;
        margin-bottom: 20px;
    }




    .james__testimonial .james__testimonial--slider .item .content_primary {
        height: unset;
    }


    .james__testimonial .james__testimonial--wrapper::after {
        display: none;
    }



    .james_col-4 {
        width: 100%;
    }

}