:root {
    --primary-red: #E03C31;
    --primary-blu: #0E2638;
}

html, body {
    font-size: 16px;
}

/* MASTHEAD COMPONENT */
.masthead {
    width: 100vw;
    height: 50vh;
    background-color: #000;
    position: relative;
}

.masthead #global-navbar {
    position: absolute;
    top:0;
    left:0;
    height: 40px;
}

.masthead .masthead__image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.masthead .masthead__image-container:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../assets/img/redbackground.png');
    background-color: rgba(0, 0, 0, 0.5);
    background-size: 60%;
    background-repeat: no-repeat;
}

.masthead .masthead__image-container video {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.masthead .masthead__image-container .video-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 80%;
    transform: translate(-50%, -50%);
}

.masthead .masthead__image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.masthead .masthead__text-container {
    position: absolute;
    color: #fafafa;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 7%;
}

.masthead .masthead__text-container .masthead__title {
    font-family: 'Poppins', sans-serif !important;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.4em;
    color: #fafafa;
    width: 75%;
}

.vn .masthead .masthead__text-container .masthead__title {
    font-family: 'Lexend', sans-serif !important;
    font-weight: 500 !important;
}

.masthead .masthead__text-container .masthead__subtitle {
    font-family: 'Roboto', sans-serif !important;
    color: #fafafa;
    font-style: normal;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.6em;
    width: 75%;
    margin-bottom: 20px;
}

.masthead .masthead__text-container .masthead__cta-container .icon {
    margin-right: 5px;
    color: var(--primary-red) ;
    font-size: 12px !important;
}

.masthead .masthead__text-container .masthead__cta-container .masthead__cta-link {
    color: var(--primary-red) !important;
    font-family: 'Roboto', sans-serif  !important;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #fafafa;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 12px;
}

/* For Desktop View */
@media screen and (min-width: 1279px) {
    .masthead {
        width: 100vw;
        height: 100vh;
    }

    .masthead .masthead__image-container video {
        left: 50%;
        top: 50%;
        height: auto;
        width: 100%;
        transform: translate(-50%, -50%);
        z-index: 0;
    }

    .masthead .masthead__image-container .video-container iframe {
        width: 100vw;
        height: 100vh;
    }

    .masthead .masthead__image-container .video-container iframe {
        /* width = 100 / (9 / 16) = 177.777777 */
        width: 177.78vh;
    }

    .masthead .masthead__text-container {
        position: absolute;
        color: #fafafa ;
        width: 50%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 7%;
    }

    .masthead .masthead__text-container .masthead__title {
        font-family: 'Poppins', sans-serif !important;
        font-style: normal;
        font-weight: 700;
        font-size: 2.9rem;
        line-height: 1.5em;
        width: 100%;
        margin-bottom: 16px;
        color: #FAFAFA;
    }

    .vn .masthead .masthead__text-container .masthead__title {
        font-family: 'Lexend', sans-serif !important;
        font-weight: 500;
    }

    .masthead .masthead__text-container .masthead__subtitle {
        font-family: 'Roboto', sans-serif !important;
        color: #fafafa;
        font-style: normal;
        font-weight: 400;
        font-size: 1.5rem;
        line-height: 1.6em;
        width: 100%;
        margin-bottom: 30px;
    }

    .masthead .masthead__text-container .masthead__cta-container .icon {
        color: var(--primary-red) ;
        font-size: 18px !important;
    }

    .masthead .masthead__text-container .masthead__cta-container .masthead__cta-link {
        color: var(--primary-red) !important;
        font-family: 'Roboto', sans-serif  !important;
        font-weight: 500;
        font-size: 18px;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-decoration: none;
        background-color: #fafafa;
        padding: 12px 16px;
        border-radius: 4px;
    }
}

/* For Tablet View */
@media screen and (min-device-width: 768px) and (max-device-width: 1181px) {
    .masthead {
        width: 100vw;
        height: 100vh;
    }

    .masthead .masthead__text-container {
        position: absolute;
        color: #fafafa;
        width: 90%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 7%;
    }

    .masthead .masthead__text-container .masthead__title {
        font-family: 'Poppins', sans-serif !important;
        font-style: normal;
        font-weight: 700;
        font-size: 2.9rem;
        line-height: 1.5em;
        width: 100%;
        margin-bottom: 16px;
    }

    .vn .masthead .masthead__text-container .masthead__title {
        font-family: 'Lexend', sans-serif !important;
        font-weight: 500;
    }

    .masthead .masthead__text-container .masthead__subtitle {
        font-family: 'Roboto', sans-serif !important;
        color: #fafafa;
        font-style: normal;
        font-weight: 400;
        font-size: 1.5rem;
        line-height: 1.6em;
        width: 100%;
        margin-bottom: 25px;
    }

    .masthead .masthead__text-container .masthead__cta-container .masthead__cta-link {
        color: var(--primary-red) !important;
        font-family: 'Roboto', sans-serif  !important;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-decoration: none;
        background-color: #fafafa;
        padding: 12px 16px;
        border-radius: 4px;
    }
}

/* MASTHEAD COMPONENT END */

/* SLIDER CONTAINER TAB */

.slider-tab-container {
    padding: 40px 0px;
}

.slider-tab-container .slider-title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    font-size: 1.75rem;
    text-align: center;
    color: var(--primary-red);
    margin: 40px auto;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 80%;
}

.vn .slider-tab-container .slider-title {
    font-family: 'Lexend', sans-serif !important;
    font-weight: 500;
}

.slider-tab-container .nav-tabs { 
    margin: 0 10px;
    justify-content: stretch;
    flex-direction: column;
    border: none;
}

.slider-tab-container .nav-tabs .nav-link {
    color: var(--primary-red);
    font-weight: 300;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    border: none !important;
    color: #0E2638;
    font-weight: normal;
    position: relative;
    min-height: 100%;
}

.slider-tab-container .nav-tabs .nav-link.active {
    color: var(--primary-red);
    font-weight: 700;
}

.vn .slider-tab-container .nav-tabs .nav-link {
    font-family: 'Lexend', sans-serif !important;
    font-weight: 500;
}

.vn .slider-tab-container .nav-tabs .nav-link.active {
    font-weight: 500;
}

.slider-tab-container .nav-tabs .nav-link::after {
    position: absolute;
    bottom: 3.5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    content: '';
    border-radius: 10px;
}

.slider-tab-container .nav-tabs .nav-link.active::after {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 7px;
    background-color: var(--primary-red);
    content: '';
    border-radius: 10px;
}

.slider-tab-container .nav-down {
    width: 90%;
    margin: 0 auto;
    /* border-bottom: 3px solid var(--primary-red); */
    position: relative;
}

.slider-tab-container .nav-down:after {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 3px;
    background-color: var(--primary-red);
    border-radius: 2px;
    content: '';
}

.slider-tab-container .nav-down .nav-btn {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 10px 0;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif !important;
    font-style: normal;
    font-weight: 700;
    color: var(--primary-red) !important;
    position: relative;
}

.vn .slider-tab-container .nav-down .nav-btn {
    font-family: 'Lexend', sans-serif !important;
    font-weight: 500;
}

.slider-tab-container .nav-down .nav-btn span {
    color: var(--primary-red) !important;
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    letter-spacing: 1px;
}

.vn .slider-tab-container .nav-down .nav-btn span {
    font-family: 'Lexend', sans-serif !important;
    font-weight: 500;
}

.slider-tab-container .nav-down .nav-btn .icon {
    position: absolute;
    right: 10px;
    transition: transform 0.5s;
    color: var(--primary-red) !important;
}

.slider-tab-container .nav-down.active .nav-btn .icon {
    transform: rotate(180deg);
}

.slider-tab-container .nav-down .nav-down-menu {
    display: none;
    position: absolute;
    width: 100%;
    top: 47px;
    z-index: 2;
    background-color: #fafafa;
    background-color: var(--primary-red);
    border: 1px solid var(--primary-red);
}

.slider-tab-container .nav-down .nav-down-menu .nav-down-menu-container {
    display: flex;
    flex-direction: column;
}

.slider-tab-container .nav-down .nav-down-menu .nav-item {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 24px 16px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif !important;
    font-style: normal;
    font-weight: 500;
    color: #fafafa;
}

.vn .slider-tab-container .nav-down .nav-down-menu .nav-item {
    font-family: 'Lexend', sans-serif !important;
    font-weight: 500;
}

.slider-tab-container .nav-down .nav-down-menu .nav-item.active {
    background-color: #fafafa;
    color: var(--primary-red);
    border: 1px solid var(--primary-red);
    font-weight: 700;
}

@media screen and (min-width: 1360px) {
    .slider-tab-container .nav-tabs .nav-link {
        font-size: 24px;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1359px) {
    .slider-tab-container .nav-tabs .nav-link {
        font-size: 20px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .slider-tab-container .nav-tabs .nav-link {
        font-size: 16px;
    }
    
}

/* For Desktop View */
@media screen and (min-width: 1023px) {
    .slider-tab-container {
        padding: 70px 0px;
    }

    .slider-tab-container .nav-tabs { 
        margin: 0 50px;
        flex-direction: row;
    }

    .slider-tab-container .slider-title {
        font-family: 'Poppins', sans-serif !important;
        font-weight: 700;
        font-size: 3.25rem;
        line-height: 4.875px;
        text-align: center;
        color: var(--primary-red);
        margin: 40px 0px;
        margin-bottom: 80px;
        width: 100%;
    }

    .vn .slider-tab-container .slider-title {
        font-family: 'Lexend', sans-serif !important;
        font-weight: 500;
    }
}

/* END SLIDER CONTAINER TAB */

/* INFORMATION STYLE 1 */

.info-1-container {
    /* background-color: #fafafa; */
    position: relative;
    width: 100vw;
    height: auto;
    overflow: hidden;
}

.info-1-container .info__text-container {
    width: 100%;
    background-color: #FFFFFF;
    padding: 10px 20px;
    z-index: 2;
    margin-top: 30px;
}

.info-1-container .info__text-container .info__text-title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2em;
    color: var(--primary-red);
    margin-bottom: 20px;
}

.vn .info-1-container .info__text-container .info__text-title {
    font-family: 'Lexend', sans-serif !important;
    font-weight: 500;
}

.info-1-container .info__text-container .info__text-description {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 0.88rem;
    line-height: 1.2em;
    color: #0E2638;
}

.info-1-container .info__text-container .info__text-video-container {
    width: 100%;
}

.info-1-container .info__link-container {
    margin: 5px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
} 

.info-1-container .info__link-container a {
    display: inline-block;
    position: relative;
    width: 100%;
    color: var(--primary-red);
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 14px !important;
}

.info-1-container .info__link-container a:before {
    content: '';
    width: 20px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../assets/icon/arrow.png');
    background-repeat: no-repeat;
    background-position: center;
}

.info__video-container {
    width: 90%;
    margin: 0px auto;
    position: relative;
}

.info__video-container .video-block {
    border-radius: 5px;
    overflow: hidden;
}

.info__video-container .video-block .video-placeholder-container {
    position: relative;
    display: block;
}

.info__video-container .video-block .video-placeholder-container img {
    width: 100%;
}

.info__video-container .video-block .video-placeholder-container .fa{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    color: white;
    transform: translate(-50%, -50%);
}

.info__text-background-container {
    position: absolute;
    bottom: 205px;
    right: 3%;
    width: 170px;
    height: 170px;
    z-index: 0;
}

.info__text-background-container img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.info-1-container .info__video-container {
    display: none;
}

.video-block .video-placeholder-container img {
    width: 100%;
}

.info-1-container .illustration-container {
    margin-bottom: 20px;
}

/* For Desktop View */
@media screen and (min-width: 1279px) {

    .info-1-container {
        /* background-color: #fafafa; */
        position: relative;
        width: 100vw;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        padding: 70px 64px;
    }

    .info-1-container .illustration-container {
        display: none;
    }

    .info-1-container .info__video-container {
        display: block;
    }

    .info-1-container .info__text-container {
        width: auto;
        background-color: #FFFFFF;
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        flex: 1.5;
        display: flex;
        justify-content: center;
        flex-direction: column;
        min-height: 300px;
    }

    .info-1-container .info__link-container {
        margin: 30px 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    } 

    .info-1-container .info__link-container a {
        display: inline-block;
        position: relative;
        width: 50%;
        color: var(--primary-red);
        font-family: 'Roboto', sans-serif !important;
        font-weight: 400;
        padding-left: 20px;
        margin-bottom: 10px;
        font-size: 18px !important;
    }

    .info__text-background-container {
        flex: 38%;
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        width: auto;
        height: auto;
        order: 2;
    }

    .info__text-background-container img {
        position: absolute;
        width: 100%;
        height: auto;
        bottom: 40px;
    }

    .info-1-container .info__text-container .info__text-description {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 400;
        font-size: 1.3rem;
        line-height: 1.2em;
        color: #0E2638;
        min-height: 60px;
    }

    .info-1-container .info__text-container .info__text-title {
        font-size: 2.5rem;
    }

    .info__video-container {
        width: 90%;
        flex: 1;
        position: relative;
    }

    .info__video-container .video-block {
        height: auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .video-block .video-placeholder-container {
        margin-top: 15px;
        display: block;
        width: 70%;
    }

    .video-block .video-placeholder-container img {
        width: 100%;
    }

    .info__video-container img {
        position: absolute;
        bottom: 0;
    }
}


@media screen and (min-width: 1023px) and (max-width: 1181px) {

    .info-1-container {
        /* background-color: #fafafa; */
        position: relative;
        width: 100vw;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: stretch;
        padding: 0 64px;
    }


    .info-1-container .info__text-container {
        width: auto;
        background-color: #FFFFFF;
        flex: 55%;
        order: 2;
    }

    .info-1-container .info__link-container {
        margin: 30px 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    } 

    .info-1-container .info__link-container a {
        display: inline-block;
        position: relative;
        width: 50%;
        color: var(--primary-red);
        font-family: 'Roboto', sans-serif !important;
        font-weight: 400;
        padding-left: 20px;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .info__text-background-container {
        flex: 38%;
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        width: auto;
        height: auto;
        order: 2;
    }

    .info__text-background-container img {
        position: absolute;
        width: 100%;
        height: auto;
        bottom: 40px;
    }

    .info-1-container .info__text-container .info__text-description {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 400;
        font-size: 1.3rem;
        line-height: 1.2em;
        color: #0E2638;
        min-height: 60px;
    }

    .info-1-container .info__text-container .info__text-title {
        font-size: 2.5rem;
    }

    .info__video-container {
        width: 90%;
    }

    .info__video-container img {
        position: absolute;
        bottom: 0;
    }
}

@media screen and (min-width: 765px) and (max-width: 1023px) {
    .info__text-background-container {
        position: absolute;
        bottom: 405px;
        right: 3%;
        width: 370px;
        height: 370px;
        z-index: 0;
    }

    .info-1-container .info__text-container {
        padding: 40px 40px;
    }
}

/* For Tablet View */
@media screen and (min-width: 1180px) and (max-width: 1181px) {
    .info-1-container {
        /* background-color: #fafafa; */
        position: relative;
        width: 100vw;
        height: auto;
        overflow: hidden;
    }

    .info__text-background-container {
        flex: 38%;
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        width: auto;
        height: auto;
        order: 2;
        padding-bottom: 20px;
    }

    .info__text-background-container img {
        position: absolute;
        width: 100%;
        height: auto;
        bottom: 70px;
    }

    .info-1-container .info__text-container {
        flex: 1.5;
        background-color: #FFFFFF;
        padding: 80px 80px;
        order: 0;
    }

    .info-1-container .info__link-container {
        margin: 30px 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    } 

    .info-1-container .info__link-container a {
        display: inline-block;
        position: relative;
        width: 50%;
        color: var(--primary-red);
        font-family: 'Roboto', sans-serif !important;
        font-weight: 400;
        padding-left: 20px;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .info__text-background-container {
        flex: 1;
        position: relative;
    }

    .info-1-container .info__text-container .info__text-description {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 400;
        font-size: 1.3rem;
        line-height: 1.2em;
        color: #0E2638;
        min-height: 60px;
    }
    
    .info__video-container {
        width: auto;
        flex: 1;
    }

    .info__video-container .video-block {
        height: auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

/* INFORMATION STYLE 1 END */

/* SLIDER STYLE */
.info-slider-container {
    background-color: var(--primary-red);
    padding: 40px 0;
}

.info-slider-container .info-title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.75rem;
    line-height: 2.2rem;
    font-weight: 700;
    color: #FAFAFA;
    text-align: center;
    margin: 0px auto;
    width: 90%;
    margin-bottom: 10px;
}

.vn .info-slider-container .info-title {
    font-family: 'Lexend', sans-serif !important;
    font-weight: 500;
}

.info-slider-container .view_all {
    text-align: center;
    margin-bottom: 30px;
}

.info-slider-container .view_all span {
    color: #fafafa;
    font-size: 16px;
}

.vn .info-slider-container .view_all span {
    font-family: 'Lexend', sans-serif !important;
    font-weight: 500;
}

.info-slider-container .info-slider-content-container {
    padding: 10px 24px;
}

.info-slider-container .info-slider-content-container .owl-stage-outer {
    padding-left: 0px;
    margin-left: 70px;
    margin-right: 70px;
}

.info-slider-container .info-slider-content-container .slider-item {
    background-color: #FFFFFF;
    border-radius: 3px;
    overflow: hidden;
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}

.info-slider-container .info-slider-content-container .slider-hero-1 {
    position: relative;
    display: block;
}

/* For Desktop View */
@media screen and (min-width: 1360px) {
    .info-slider-container .info-slider-content-container .slider-item { 
        width: auto;
        height: 350px;
    }

    .info-slider-container .info-slider-content-container .slider-hero-1 {
        width: 550px;
        height: 350px;
        display: block;
        position: relative;
    }

    .info-slider-container {
        padding: 70px 0px;
    }

    .info-slider-container .info-title {
        font-family: 'Poppins', sans-serif !important;
        font-size: 2.75rem;
        line-height: 2.2rem;
        font-weight: 700;
        color: #FAFAFA;
        text-align: center;
        margin-bottom: 20px;
    }

    .vn .info-slider-container .info-title {
        font-family: 'Lexend', sans-serif !important;
        font-weight: 500;
    }
    
}

/* For Tablet View */
@media screen and (min-width: 765px) and (max-width: 1359px) {
    .slider-tab-container {
        padding: 30px 0px;
    }
    .info-slider-container .info-slider-content-container .slider-item { 
        width: auto;
    }

    .info-slider-container .info-slider-content-container .slider-hero-1 {
        width: 420px;
        height: 250px;
        position: relative;
    }
}

.info-slider-container .info-slider-content-container .slider-hero-1.hero-article .text-container {
    flex-direction: column;
    height: auto;
    align-items: flex-start;
    position: absolute;
    bottom: 0;
}

.info-slider-container .info-slider-content-container .slider-hero-1.hero-article .text-container .text-cta-container {
     padding: 10px 20px;
     padding-top: 0px;
}

.info-slider-container .info-slider-content-container .slider-hero-1.hero-article .text-container .text-cta-container a {
    color: white;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.026rem;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
}

.info-slider-container .info-slider-content-container .slider-hero-1.hero-article .text-container .text-cta-container a span {
    text-decoration: underline;
    color: white;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 0.875rem !important;
    letter-spacing: 1px;
    line-height: 1.026rem;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.info-slider-container .info-slider-content-container .slider-hero-1 .text-container {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    background: rgb(0,0,0);
    background: linear-gradient(360deg, rgba(0,0,0,0.4) 70%, rgba(255,255,255,0) 100%);
}

.info-slider-container .info-slider-content-container .slider-hero-1 .text-container .text-title-container {
    flex: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.info-slider-container .info-slider-content-container .slider-hero-1.hero-article .text-container .text-title-container {
    padding-bottom: 0px;
}

.info-slider-container .info-slider-content-container .slider-hero-1 .text-container .text-title-container .title {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.318rem;
    margin-bottom: 5px;
    color: #ffffff;
}

.info-slider-container .info-slider-content-container .slider-hero-1 .text-container .text-title-container .description {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.026rem;
    color: #FFFFFF;
}

.info-slider-container .info-slider-content-container .slider-hero-1 .text-container .text-icon-container {
    width: 100px;
    text-align: left;
    padding-right: 20px;
}

.info-slider-container .info-slider-content-container .slider-hero-1 .text-container .text-icon-container .icon {
    font-size: 60px !important;
    font-family: var(--fa-style-family,"Font Awesome 6 Free") !important;
    color: #FFFFFF;
    margin-right: 2px;
}

.info-slider-container .info-slider-content-container .slider-hero-1 .text-container .text-icon-container .icon .fa {
    font-size: 60px !important;
    font-family: var(--fa-style-family,"Font Awesome 6 Free") !important;
    color: #FFFFFF;
}

.info-slider-container .info-slider-content-container .slider-hero-1 .img-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.info-slider-container .info-slider-content-container .slider-hero-1 .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-slider-container .info-slider-content-container .slider-type-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.info-slider-container .info-slider-content-container .slider-type-2 .text-container {
    flex: 5;
}

.info-slider-container .info-slider-content-container .slider-type-2 .text-container .title {
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 800;
    font-size: 1rem;
    line-height: 1.688rem;
    padding-top: 10px;
    margin: 8px 15px; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.vn .info-slider-container .info-slider-content-container .slider-type-2 .text-container .title {
    font-family: 'Lexend', sans-serif  !important;
    font-weight: 500;
    line-height: 1.4rem;
}

.info-slider-container .info-slider-content-container .slider-type-2 .text-container .description {
    font-family: 'Roboto', sans-serif  !important;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.026rem;
    margin: 8px 15px; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.info-slider-container .info-slider-content-container .slider-type-2 .link-container {
    padding: 15px 15px;
    flex: 1;
}

.info-slider-container .info-slider-content-container .slider-type-2 .link-container a {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.026rem;
    letter-spacing: 1px;
    color: var(--primary-red);
    padding-left: 20px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.info-slider-container .info-slider-content-container .slider-type-2 .link-container a:before {
    content: '';
    width:15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../assets/icon/arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: 10px; */
}

.info-slider-container .info-slider-content-container .slider-type-2 .img-container {
    display: none;
}

/* For Tablet View */
@media screen and (min-width: 765px) and (max-width: 1279px) {
    .info-slider-container .info-slider-content-container .slider-type-2 {
        width: 264px;
    }

    .info-slider-container .info-slider-content-container .slider-type-2 .img-container {
        display: block;
        flex: 6;
        overflow: hidden;
        position: relative;
    }


    .info-slider-container .info-slider-content-container .slider-item { 
        height: 350px;
    }
}
/* For Desktop View */
@media screen and (min-width: 1280px) and (max-width: 1359px) {

    .info-slider-container .info-slider-content-container .slider-item { 
        height: 300px;
    }

    .info-slider-container .info-slider-content-container .slider-hero-1 {
        width: 500px;
    } 

    .info-slider-container .info-slider-content-container .slider-type-2 .img-container {
        display: block;
        flex: 6;
        overflow: hidden;
        position: relative;
    }

    .info-slider-container .info-slider-content-container .slider-type-2 .img-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }

    .info-slider-container .info-slider-content-container .slider-type-2 {
        width: 264px;
    }

    .info-slider-container .info-slider-content-container .slider-type-2 .text-container .title {
        padding-top: 5px;
    }

    .info-slider-container .info-slider-content-container .slider-type-2 .text-container .description {
        display: none;
    }
}

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

    .info-slider-container .info-slider-content-container .slider-type-2 .img-container {
        display: block;
        flex: 5;
        overflow: hidden;
        position: relative;
    }

    .info-slider-container .info-slider-content-container .slider-type-2 .img-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }

    .info-slider-container .info-slider-content-container .slider-type-2 {
        width: 264px;
    }

    .info-slider-container .info-slider-content-container .slider-type-2 .text-container .title {
        padding-top: 5px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .info-slider-container .info-slider-content-container .slider-type-2 .text-container .description {
        display: block;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
}

.info-slider-container .info-slider-content-container .slider-type-3 {
    width: 100%;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 764px) {
    .info-slider-container .view_all{
        display:none;
    }
}

/* For Tablet View */
@media screen and (min-width: 765px) and (max-width: 1024px) {
    .info-slider-container .info-slider-content-container .slider-type-3 {
        width: 264px;
    }
}
/* For Desktop View */
@media screen and (min-width: 1024px) {
    .info-slider-container .info-slider-content-container .slider-type-3 {
        width: 264px;
    }
}

.info-slider-container .info-slider-content-container .slider-type-3 .text-container {
    flex: 10;
}

.info-slider-container .info-slider-content-container .slider-type-3 .text-container .title {
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1.688rem;
    padding-top: 10px;
    margin: 8px 15px; 
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.vn .info-slider-container .info-slider-content-container .slider-type-3 .text-container .title {
    font-family: 'Lexend', sans-serif  !important;
    font-weight: 500;
}

.info-slider-container .info-slider-content-container .slider-type-3 .text-container .description {
    font-family: 'Roboto', sans-serif  !important;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.026rem;
    margin: 8px 15px; 
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.info-slider-container .info-slider-content-container .slider-type-3 .link-container {
    padding: 15px 15px;
    flex: 1;
}

.info-slider-container .info-slider-content-container .slider-type-3 .link-container a {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.026rem;
    letter-spacing: 1px;
    color: var(--primary-red);
    padding-left: 20px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.info-slider-container .info-slider-content-container .slider-type-3 .link-container a:before {
    content: '';
    width:15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../assets/icon/arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: 10px; */
}

/* END SLIDER STYLE */
 
.navbar.global-navbar-root {
    z-index: 1000;
}

#youtubelightbox {
    z-index: 10000000 !important;
}

/* Parent element can be any width and height */ 
#youtubelightbox.parent{
	position: fixed;
	width: 100%; /* can be any width */
	height: 100%;
	left: 0;
	top: 0;
	display: none;
	text-align: center;
    z-index: 1000;
}

#youtubelightbox.parent:before{ /* pseudo element to force vertical centering of child element */
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#youtubelightbox.parent:after{ /* pseudo element to create overlay */
	background: black;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.9;
	z-index: 10;
}

.contact-block-root .dropdown .btn img, .contact-block-root .dropdown .dropdown-menu img {
    width: 24px !important;
}

/* Centered child element can be any width and height */ 
#youtubelightbox .centeredchild{
	position: relative; /* position element to participate in z-indexing */
	z-index: 20; /* higher z-index than overlay */
	display: inline-block;
	vertical-align: middle;
	width: 80%; /* can be any width */
}

/* Video container to maintain Youtube 16:9 aspect ratio */ 
#youtubelightbox .videowrapper{
	position: relative;
	padding-top: 25px;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	height: 0;
}

/* Make Youtube IFRAME responsive */ 
#youtubelightbox .videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fa  {
    font-family: var(--fa-style-family,"Font Awesome 6 Free") !important;
}

#global-footer .market-strip-root .primary-icon{ width:250px}
#global-footer .market-strip-root .primary-icon img { width:100%; }
#global-footer .copyright-strip-root .copy-text{margin-left:20%}
@media screen and (max-device-width: 540px) {
	#global-footer .market-strip-root .primary-icon{ width:100%}
	#global-footer .copyright-strip-root .copy-text{margin-left:0}
}

#fullpage{
    width: 100%;
    margin: 0;
    overflow: hidden;
}

#global-navbar .global-navbar-root{
	width: 100% !important;
}

.div-link {
    cursor: pointer;
}

.off .owl-stage-outer {
    padding-left: 0px !important;
    padding: 10px 10px !important;
}

.owl-carousel .nav-btn{
    height: 36px;
    width: 36px;
    position: absolute;
    cursor: pointer;
    top: 45% !important;
    transform: translateY(-50%);
  }
  
  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled{
  pointer-events: none;
  /* opacity: 0.2; */
  }
  
  .owl-carousel .prev-slide{
    border: 1px solid #F0F;
    background: url('../assets/icon/chevron-circle-left.svg') no-repeat scroll 0 0;
    background-size: 100%;
    left: 30px;
  }
  .owl-carousel .next-slide{
    background: url('../assets/icon/chevron-circle-right.svg') no-repeat scroll 0 0;
    background-size: 100%;
    right: 30px;
  }