/*
Version: 3.0.7
Theme Name: Super Theme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* font face otf */
@font-face {
    font-family: 'SVN-Walsheim Pro';
    src: url('./assets/fonts/SVN-WalsheimPro-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Walsheim Pro';
    src: url('./assets/fonts/SVN-WalsheimPro-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'SVN-Walsheim Pro';
    src: url('./assets/fonts/SVN-WalsheimPro-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Walsheim Pro';
    src: url('./assets/fonts/SVN-WalsheimPro-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'SVN-Walsheim Pro';
    src: url('./assets/fonts/SVN-WalsheimPro-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Walsheim Pro';
    src: url('./assets/fonts/SVN-WalsheimPro-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'SVN-Walsheim Pro';
    src: url('./assets/fonts/SVN-WalsheimPro-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Walsheim Pro';
    src: url('./assets/fonts/SVN-WalsheimPro-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'SVN-Walsheim Pro';
    src: url('./assets/fonts/SVN-WalsheimPro-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Walsheim Pro';
    src: url('./assets/fonts/SVN-WalsheimPro-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Walsheim Pro';
    src: url('./assets/fonts/SVN-WalsheimPro-ThinItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'SVN-Walsheim Pro';
    src: url('./assets/fonts/SVN-WalsheimPro-Ultrabold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Walsheim Pro';
    src: url('./assets/fonts/SVN-WalsheimPro-UltraboldItalic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'SVN-Walsheim Pro';
    src: url('./assets/fonts/SVN-WalsheimPro-Ultralight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Walsheim Pro';
    src: url('./assets/fonts/SVN-WalsheimPro-UltralightItalic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
}


/* declare primary color */
:root {
    --cus-primary-color: #0056b3;
    --cus-secondary-color: #002956;
    --cus-black-color: #000;
    --cus-white-color: #fff;
}

body, a, h1, h2, h3, h4, h5, h6, p, li {
    font-family: 'SVN-Walsheim Pro';
}

.fw700 {
    font-weight: 700;
}

.fw600 {
    font-weight: 600;
}

.fw500 {
    font-weight: 500;
}

.fw400 {
    font-weight: 400;
}

.fw300 {
    font-weight: 300;
}

.mb-0, .mb-0 p, .mb-0 ul, .mb-0 ol, .mb-0 li, .mb-0 h1, .mb-0 h2, .mb-0 h3, .mb-0 h4, .mb-0 h5, .mb-0 h6 {
    margin-bottom: 0;
}

.m0 {
    margin: 0;
}

.p0 {
    padding: 0;
}

/* Mobile Menu */
.off-canvas-left .mfp-content {
    background: #fff;
}

/* Header nav */
#header .nav > li.menu-item {
    margin: 0 22.5px;
}

#header .nav > li > a {
    font-size: 14px;
    color: var(--cus-white-color);
    padding: 0 0 10px;
    line-height: 24px;
    opacity: .5;
}

#header .nav > li > a:hover, #header .nav > li > a.active {
    opacity: 1;
}

/* SPT Button */
.spt-button {
    transition: all 0.3s ease;
    display: inline-block;
}

.spt-button-inner {
    display: flex;
    align-items: center;
}

.spt-button svg {
    margin-right: 10px;
}

.spt-button:hover {
    box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
}

/*  SPT Icon Box  */
.spt-icon-box-content p {
    margin-bottom: 0;
}

/* CF7 */
span.wpcf7-spinner {
    display: none;
}

/* Accordion */
.accordion {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px -1px 6px 1px #ddd;
}

div#accordion-2860439605 {}

.accordion-title {
    border: 0;
    padding-left: 20px;
}

.accordion-title span {
    font-size: 16px;
    color: rgb(0, 51, 102);
}

.accordion-title button {}

.accordion-title button i {}

.accordion-title button i::before {}

.accordion-inner {
    padding-bottom: 0;
}

.accordion-inner p {}

.accordion-inner ul li {}

.accordion-inner p:last-child {
}

.accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion .toggle {
    left: unset;
    right: 0;
}


/* Custom */
.spt-banners-slider {}

.spt-banners-slider .slick-slide {
    padding: 0 12px;
}

.spt-banners-slider .slick-slide img {
    transition: all .4s;
    opacity: .5;
}

.spt-banners-slider .slick-slide.slick-active img {
    opacity: 1;
}

.spt-banners-slider .slick-dots {
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: center;
    margin-top: 5.46px;
    gap: 2.3px;
}

.spt-banners-slider .slick-dots li {
    opacity: 1;
    background: #D9D9D9;
    width: 40px;
    height: 4.6px;
    margin: 0;
    list-style: none;
    cursor: pointer;
}

.spt-banners-slider .slick-dots li button {
    margin: 0;
    display: none;
}

.spt-banners-slider .slick-dots li.slick-active {
    background: #C82E3E;
}

.spt-banners-slider .slick-slide .slider-item-prev-arrow {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 27px;
    left: 40px;
    cursor: pointer;
}

.spt-banners-slider .slick-slide .slider-item-next-arrow {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 27px;
    right: 40px;
    cursor: pointer;
    transform: rotate(180deg);
}

.spt-flex-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.spt-flex-box.flex-center {
    align-items: center;
}

.spt-flex-box.flex-start {
    align-items: flex-start;
}

.spt-flex-box.flex-end {
    align-items: flex-end;
}

.spt-flex-box.justify-center {
    justify-content: center;
}

.spt-flex-box.justify-start {
    justify-content: flex-start;
}

.spt-flex-box.justify-end {
    justify-content: flex-end;
}

.spt-flex-box.justify-between {
    justify-content: space-between;
}

.header-bottom > .flex-row.container {
    max-width: 100%;
}

p {
    margin-bottom: 1.4rem;
}

a.button.primary {
    font-size: 18px;
    height: 38px;
    min-height: unset;
    line-height: 34px;
    padding: 0 43px;
}

.spt-event {
    border: 0.9px solid #EFA296;
    padding: 60px 43px 27px 29px;
    max-width: 1193px;
    margin: 0 auto;
}

.spt-event-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.spt-event-title {
    color: #C82E3E;
    font-size: 40px;
    font-weight: 700;
    line-height: 84.75%; /* 33.9px */
}

.spt-event-name {
    color: #FFF;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    background: #C82E3E;
    line-height: 51px;
    padding: 0 30px;
}

.spt-event-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.spt-event-time-box {
    display: flex;
    margin-right: 57px;
    color: #C82E3E;
    text-align: center;
    font-size: 78px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

span.spt-event-hour-label, .spt-event-minute-label {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.spt-event-hour-group, .spt-event-minute-group {
    display: flex;
    flex-direction: column;
}

span.spt-event-time-colon {
    font-size: 96px;
    line-height: 94px;
    margin: 0 50px;
}

span.spt-event-date {
    color: #C82E3E;
    text-align: center;
    font-size: 78px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    padding-right: 60px;
    position: relative;
}

span.spt-event-date::before {
    content: '';
    width: 5px;
    height: 106px;
    background: rgba(200, 46, 62, 0.30);
    position: absolute;
    right: 0;
    top: 22px;
}

.spt-statistical {}

.spt-statistical-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.spt-statistical-text1 {
    color: #C82E3E;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.spt-statistical-text2 {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    background: #C82E3E;
    padding: 0 55px;
}

.spt-statistical-bottom {
    text-align: center;
}

.spt-statistical-number {
    color: #C82E3E;
    font-size: 320px;
    font-style: normal;
    font-weight: 700;
    line-height: 310px;
}

.spt-statistical-text3 {}

.spt-timeline {}

.spt-timeline-list {
    margin-left: 7.5px;
}

.spt-timeline-item {
    max-width: 257px;
}

.spt-timeline-item-year {
    color: #FFA600;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.spt-timeline-item-text1 {}

.spt-timeline-item-text2 {}

.spt-timeline-item-image {
    width: 257px;
    height: 187px;
    overflow: hidden;
    margin-top: 25px;
}

.spt-timeline-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spt-timeline-item-dot {
    background: #FFA600;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: relative;
    left: 0;
    margin-bottom: 10px;
}

.spt-timeline-nav {
    width: 100%;
    height: 1px;
    background: #C82E3E;
    position: relative;
    top: 8px;
}

.spt-timeline-list-outer {
    /* padding-left: 7.5px; */
}

.spt-hanhtrinh-vietnam-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.spt-hanhtrinh-vietnam-header-title {
    color: #C82E3E;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
}

.spt-hanhtrinh-vietnam-header-image {
    max-width: 379px;
}

.spt-hanhtrinh-vietnam-locations-nav {
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 30px;
}

.spt-hanhtrinh-vietnam-tbdt {
     /* 31.611px */
     color: #C82E3E;
     font-size: 20px;
     font-style: normal;
     font-weight: 700;
     line-height: 92.47%;
     padding-left: 22px;
     position: relative;
}

.spt-hanhtrinh-vietnam-tbdt span.number-tbdt {
    color: #C82E3E;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 105.371%; /* 31.611px */
}

.spt-hanhtrinh-vietnam-locations-nav .current-location {
    color: #C82E3E;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
     /* 33.204px */
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 17px;
    border-left: 5px solid #C82E3E;
    line-height: 41px;
    cursor: pointer;
    width: 54%;
}

.spt-hanhtrinh-vietnam-locations-nav .current-location svg {
    margin-top: 6px;
}

.spt-hanhtrinh-vietnam-tbdt::before {
    content: '';
    height: 45px;
    width: 5px;
    background: #C82E3E;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.spt-hanhtrinh-vietnam-locations-dropdown {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 17px 27px;
    border-left: 5px solid #C82E3E;
    position: absolute;
    z-index: 2;
    top: 60px;
    width: 100%;
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
}

.spt-hanhtrinh-vietnam-locations-dropdown.show {
    opacity: 1;
    visibility: visible;
}

.spt-hanhtrinh-vietnam-locations {
    position: relative;
}

.spt-hanhtrinh-vietnam-locations-dropdown .location-item-name {
    cursor: pointer;
}

.spt-hanhtrinh-vietnam-locations-dropdown .location-item-name:hover {
    font-weight: 700;
}

.spt-hanhtrinh-vietnam-locations-dropdown .location-group {
    width: 25%;
}

.spt-hanhtrinh-vietnam-locations-dropdown .location-item-name.active {
    color: #C82E3E;
    font-weight: 700;
}

.spt-hanhtrinh-vietnam-tabs {}

.spt-hanhtrinh-vietnam-tabs .location-tab {
    display: none;
}

.spt-hanhtrinh-vietnam-tabs .location-tab.active {
    display: block;
}

.spt-hanhtrinh-vietnam-tabs .location-gallery {}

.spt-hanhtrinh-vietnam-tabs .location-gallery .location-image-wrapper {
    position: relative;
    padding-top: 100%;
}

.spt-hanhtrinh-vietnam-tabs .location-gallery .location-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.spt-hanhtrinh-vietnam-right-col-inner {}

.spt-hanhtrinh-vietnam-right-col-inner .location-map {
    display: none;
}

.spt-hanhtrinh-vietnam-right-col-inner .location-map.active {
    display: block;
}

.news-item {
    border: 1px solid #C82E3E;
}

.news-item .box-text {
    padding: 7px 18px 26px;
}

.news-item .box-text .button {
    margin: 14px 0 0;
    color: #C82E3E;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}

.news-item .box-text .text:first-child {}

.news-item .box-text .text:first-child p {
    line-height: normal;
    margin: 0;
    height: 58px;
}

.hp-news-sec {
    margin-top: -80px;
}

.cta-row {
    margin-top: -173px;
    z-index: 2;
    position: relative;
}

form.wpcf7-form {
    margin: 0 7px 0 0;
}

form.wpcf7-form input:not([type="submit"]) {
    border: 2px solid #D9D9D9;
    background: #C82E3E;
    box-shadow: none;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 42px;
}

form.wpcf7-form input:not([type="submit"])::placeholder {
    color: #fff;
}

form.wpcf7-form input[type="submit"] {
    width: 160px;
    background: #fff;
    height: 38px;
    text-transform: none;
    color: #C82E3E;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 auto;
    display: block;
    min-height: unset;
    box-shadow: none;
}

.wpcf7 form .wpcf7-response-output {
    color: #fff;
    margin-bottom: 0;
}

span.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-bottom: 10px;
}

.cta-row {
    margin-top: -173px;
}

.cta-row .row {
    max-width: 100% !important;
}

.dvdh-row > .col {
    padding-bottom: 18px;
}

.dvdh-row > .col .col-inner {
    border: 0.75px solid #D9D9D9;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spt-don-vi-dong-hanh-slider-wrapper {}

.spt-don-vi-dong-hanh-slider-wrapper .swiper-slide {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spt-don-vi-dong-hanh-slider-nav {}

.spt-don-vi-dong-hanh-slider-nav .swiper-button-prev {
    color: transparent;
    width: 48px;
    height: 48px;
    left: -44px;
}

.spt-don-vi-dong-hanh-slider-nav .swiper-button-next {
    color: transparent;
    right: -44px;
}

.spt-don-vi-dong-hanh-slider-nav svg {
    width: 20px !important;
}

.spt-don-vi-dong-hanh-slider-wrapper-outer > .row > .col {
    border-top: 1px solid rgba(179, 179, 179, 0.29);
}

#footer {
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 -2px 7.7px 0 rgba(0, 0, 0, 0.19);
    padding-top: 28px;
}

.footer-title p {
    line-height: normal;
    height: 52px;
    margin-bottom: 11px;
}

#footer ul li {
    list-style: none;
    margin: 0;
    padding-left: 16px;
    position: relative;
}

#footer ul li a {
    color: #000;
    line-height: 32px;
    display: block;
    transition: all .3s;
}

#footer ul li::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#footer ul li a:hover {
    font-weight: 700;
}

.footer-cp p {
    margin: 0;
}

.fixed-cta {
    position: fixed;
    bottom: 65px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    right: 17px;
    z-index: 9999;
}

.fixed-cta-item {
    width: 46px;
}

.location-gallery .swiper-button-prev {
    color: transparent;
    width: 48px;
    height: 48px;
    left: -55px;
}

.location-gallery-nav svg {
    width: 20px !important;
}

.location-gallery .swiper-button-next {
    color: transparent;
    width: 48px;
    height: 48px;
    right: -55px;
}


/* abc anchor */

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

#footer .absolute-footer, .grecaptcha-badge, a.back-to-top {
    display: none !important;
}