@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/montserrat/Montserrat-Black.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/montserrat/Montserrat-BlackItalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/montserrat/Montserrat-ExtraBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/montserrat/Montserrat-ExtraBoldItalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/montserrat/Montserrat-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/montserrat/Montserrat-BoldItalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/montserrat/Montserrat-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/montserrat/Montserrat-SemiBoldItalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/montserrat/Montserrat-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/montserrat/Montserrat-MediumItalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/montserrat/Montserrat-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/montserrat/Montserrat-Italic.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/montserrat/Montserrat-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/montserrat/Montserrat-LightItalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../fonts/montserrat/Montserrat-ExtraLight.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(../fonts/montserrat/Montserrat-ExtraLightItalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/montserrat/Montserrat-Thin.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/montserrat/Montserrat-ThinItalic.ttf) format('truetype');
}

:root {
    --primary-grey: #686D71;
    --primary-white: #ffffff;
    --primary-red: #D70C19;

    --black-primary: #4E5356;
    --black-750: #7A8080;
    --black-500: #D4D8D8;
    --black-250: #EFEFEF;
    --black-150: #f5f5f5;

    --blue-primary: #38518E;
    --blue-750: #4D83B1;
    --blue-500: #75ACD0;
    --blue-250: #9FCECE;

    --success: #28811F;
    --warning: #CE5A3E;
    --danger: #BB0A0A;

    --success-secondary: #78B254;
    --warning-secondary: #5B4A87;
    --danger-secondary: #CE5A3E;

    --dark-color: #252728;

    --transition-default: 0.3s all ease-in-out;
    --font-theme: Montserrat, Arial, Helvetica, sans-serif;
    --size-theme: 14px;

    --heading-1: normal 600 56px/1.5 var(--font-theme);
    --heading-2: normal 600 48px/1.5 var(--font-theme);
    --heading-3: normal 600 40px/1.5 var(--font-theme);
    --heading-4: normal 600 32px/1.5 var(--font-theme);
    --heading-5: normal 600 26px/1.5 var(--font-theme);
    --heading-6: normal 600 24px/1.5 var(--font-theme);
    --heading-7: normal 600 20px/1.5 var(--font-theme);
    --heading-8: normal 600 18px/1.5 var(--font-theme);
    --heading-9: normal 600 16px/1.5 var(--font-theme);
    --heading-10: normal 600 14px/1.5 var(--font-theme);

    --text-1: normal 400 16px/1.5 var(--font-theme);
    --text-2: normal 400 14px/1.5 var(--font-theme);
    --text-3: normal 400 12px/1.5 var(--font-theme);
}

body {
    position: relative;
    width: 100%;
    color: var(--dark-color);
    font-family: var(--font-theme);
    font-size: var(--size-theme);
    font-weight: 400;
    font-style: normal;
    background-color: #fff;
}

a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    cursor: pointer;
    -o-transition: var(--transition-default);
    transition: var(--transition-default);
    -webkit-transition: var(--transition-default);
}

button,
button:hover,
button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none !important;
    cursor: pointer;
    -o-transition: var(--transition-default);
    transition: var(--transition-default);
    -webkit-transition: var(--transition-default);
    cursor: pointer !important;
}

input,
select,
textarea {
    -o-transition: var(--transition-default);
    transition: var(--transition-default);
    -webkit-transition: var(--transition-default);
}

input:focus,
select:focus,
textarea:focus {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%) !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%) !important;
    outline: none !important;
    border-color: #66afe9 !important;
}

.transition-default {
    -o-transition: var(--transition-default);
    transition: var(--transition-default);
    -webkit-transition: var(--transition-default);
}

.background-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.image-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.image-contain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.object-fit-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.pseudo {
    position: relative;
}

.pseudo:before,
.pseudo:after {
    position: absolute;
    content: '';
    display: block;
}

.limit {
    --line: 2;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: var(--line);
    line-clamp: var(--line);
    -webkit-box-orient: vertical;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

.form-mobile input[type=date]::-webkit-inner-spin-button,
.form-mobile input[type=date]::-webkit-calendar-picker-indicator,
.form-mobile input[type=datetime-local]::-webkit-inner-spin-button,
.form-mobile input[type=datetime-local]::-webkit-calendar-picker-indicator,
.form-mobile input[type=month]::-webkit-inner-spin-button,
.form-mobile input[type=month]::-webkit-calendar-picker-indicator,
.form-mobile input[type=time]::-webkit-inner-spin-button,
.form-mobile input[type=time]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.form-mobile > span:before {
    position: absolute;
    content: "\f073";
    font-family: "Font Awesome 5 Pro";
    font-size: var(--size-theme);
    color: var(--bs-gray-700);
    top: 50%;
    right: 0.75rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

.zi--1 {
    z-index: -1;
}

.zi-1 {
    z-index: 1;
}

.zi-2 {
    z-index: 2;
}

.zi-3 {
    z-index: 3;
}

.zi-4 {
    z-index: 4;
}

.zi-5 {
    z-index: 5;
}

.zi-10 {
    z-index: 10;
}

.ratio > img {
    -o-object-fit: cover;
    object-fit: cover;
}

.ratio-2x1 {
    --bs-aspect-ratio: 50%;
}

.ratio-3x2 {
    --bs-aspect-ratio: calc(2 / 3 * 100%);
}

.gap-5px {
    gap: 5px;
}

.gap-10px {
    gap: 10px;
}

.gap-15px {
    gap: 15px;
}

.gap-20px {
    gap: 20px;
}

.gap-25px {
    gap: 25px;
}

.gap-30px {
    gap: 30px;
}

.link-default {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    border: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
}

.flex-same {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 0px !important;
    flex: 1 1 0 !important;
}

.fz-10 {
    font-size: .7em;
}

.fz-11 {
    font-size: .775em;
}

.fz-12 {
    font-size: .85em;
}

.fz-13 {
    font-size: .925em;
}

.fz-14 {
    font-size: 1em;
}

.fz-15 {
    font-size: 1.075em;
}

.fz-16 {
    font-size: 1.15em;
}

.fz-17 {
    font-size: 1.225em;
}

.fz-18 {
    font-size: 1.3em;
}

.fz-19 {
    font-size: 1.375em;
}

.fz-20 {
    font-size: 1.45em;
}

.fz-21 {
    font-size: 1.525em;
}

.fz-22 {
    font-size: 1.6em;
}

.fz-23 {
    font-size: 1.675em;
}

.fz-24 {
    font-size: 1.75em;
}

.fz-inherit {
    font-size: inherit !important
}

.color-inherit {
    color: inherit !important
}

.mw-25px {
    min-width: 25px !important;
}

.mw-50px {
    min-width: 50px !important;
}

.mw-75px {
    min-width: 75px !important;
}

.mw-100px {
    min-width: 100px !important;
}

.fw-medium {
    font-weight: 500 !important;
}

/*
    Start table of content
*/
.theme-toc {
    border: 1px solid var(--bs-gray-300);
    background: #fafbfb;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 10px 15px;
    min-width: 250px;
}

.theme-toc > .nav {
    padding: 0;
    width: 100%;
}

.theme-toc .nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.theme-toc .nav > li > a {
    padding-top: 2px;
    padding-right: 15px;
    padding-bottom: 2px;
    display: block;
    color: var(--bs-black);
    font-size: 1em;
}

.theme-toc .nav > li > a:hover,
.theme-toc .nav > li > a:active {
    color: #38518E;
}

.theme-toc .nav > li > a.toc-link-1 {
    padding-left: 0;
}

.theme-toc .nav > li > a.toc-link-2 {
    padding-left: 15px;
}

.theme-toc .nav > li > a:not(.toc-link-1):before {
    content: "-";
    margin-right: 9px;
}

.theme-toc .nav > li > a.toc-link-3 {
    padding-left: 30px;
}

.theme-toc .nav > li > a.toc-link-4 {
    padding-left: 45px;
}

.theme-toc .nav > li > a.toc-link-5 {
    padding-left: 60px;
}

.theme-toc .nav > li > a.toc-link-6 {
    padding-left: 75px;
}

.theme-toc .nav > li.toc-heading {
    padding: 0;
    width: 100%;
}

.theme-toc .nav > li.toc-heading > p {
    color: var(--bs-black);
    padding: 10px 0 7px;
    font-weight: 700;
    font-size: 1.15em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
}

.theme-toc .nav > li.toc-heading > p > a {
    color: var(--bs-black);
    margin-left: 4px;
    font-size: .9em;
    font-weight: 300;
}

.theme-toc .nav > li.toc-heading > p > a:hover,
.theme-toc .nav > li.toc-heading > p > a:active {
    color: #38518E;
}

.theme-toc .nav .nav {
    margin-bottom: 0;
}

@media screen and (max-width: 600px) {
    .theme-toc {
        width: 100%;
    }
}

.heading-1 {
    font: var(--heading-1);
}

.heading-2 {
    font: var(--heading-2);
}

.heading-3 {
    font: var(--heading-3);
}

.heading-4 {
    font: var(--heading-4);
}

.heading-5 {
    font: var(--heading-5);
}

.heading-6 {
    font: var(--heading-6);
}

.heading-7 {
    font: var(--heading-7);
}

.heading-8 {
    font: var(--heading-8);
}

.heading-9 {
    font: var(--heading-9);
}

.text-1 {
    font: var(--text-1);
}

.text-2 {
    font: var(--text-2);
}

.text-3 {
    font: var(--text-3);
}

.fw-600 {
    font-weight: 600;
}

.return-top {
    z-index: 13;
    bottom: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: var(--dark-color);
    border: 1px solid var(--bs-gray-600);
}

.return-top:hover {
    border: 1px solid var(--bs-gray-300);
}

.float-cta {
    position: fixed;
    right: 10px;
    bottom: 90px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    height: max-content;
    z-index: 13;
    -webkit-transition: var(--transition-default);
    -o-transition: var(--transition-default);
    transition: var(--transition-default);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;

}


.float-cta.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.float-cta .float-cta_item {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
}

.float-cta .float-cta_item .float-cta_item__icon {
    font-size: 1.3em;
    padding: 0 5px;
    width: 44px;
    height: 44px;
    background-color: var(--primary-red);
    color: var(--bs-white);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .6s cubic-bezier(.785, .135, .15, .86);
    -o-transition: all .6s cubic-bezier(.785, .135, .15, .86);
    transition: all .6s cubic-bezier(.785, .135, .15, .86);
    position: relative;
}

.float-cta .float-cta_item .float-cta_item__icon.float-cta_item__icon___phone::before {
    content: '';
    display: block;
    position: absolute;
    border: 1px #bb5f63 solid;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    border-radius: 100%;
    animation-name: hover-ripple-out;
    animation-iteration-count: infinite;
}

@keyframes hover-ripple-out {
    0% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1.2);
    }
}


.float-cta .float-cta_item .float-cta_item__icon.float-cta_item__icon___messenger,
.float-cta .float-cta_item .float-cta_item__icon.float-cta_item__icon___zalo {
    background-color: transparent;
    color: transparent;
}

.float-cta .float-cta_item .float-cta_item__icon.float-cta_item__icon___messenger img,
.float-cta .float-cta_item .float-cta_item__icon.float-cta_item__icon___zalo img {
    width: 45px;
    height: 45px;
}

.float-cta .float-cta_item .float-cta_item__content {
    right: -45px;
    opacity: 0;
    z-index: -1;
    position: absolute;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    -webkit-transition: all .6s cubic-bezier(.785, .135, .15, .86);
    -o-transition: all .6s cubic-bezier(.785, .135, .15, .86);
    transition: all .6s cubic-bezier(.785, .135, .15, .86);
    pointer-events: none;
}

.float-cta .float-cta_item .float-cta_item__content .float-cta_item__content___inner {
    background: var(--dark-color);
    color: var(--bs-white);
    margin-right: 10px;
    display: block;
    border-radius: 100px;
    padding: 0 20px 4px;
    white-space: nowrap;
    line-height: 28px;
    height: 30px;
    font-size: .9rem;
    -webkit-transition: all .6s cubic-bezier(.785, .135, .15, .86);
    -o-transition: all .6s cubic-bezier(.785, .135, .15, .86);
    transition: all .6s cubic-bezier(.785, .135, .15, .86);
    border: 1px solid var(--bs-gray-600);
}

.float-cta .float-cta_item .float-cta_item__content .float-cta_item__content___inner:hover {
    background: var(--dark-color);
}

.float-cta .float-cta_item:hover .float-cta_item__content {
    right: 50px;
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
}

.float-return_top {
    position: fixed;
    z-index: -1;
    bottom: 30px;
    right: 27px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .6s cubic-bezier(.785, .135, .15, .86);
    -o-transition: all .6s cubic-bezier(.785, .135, .15, .86);
    transition: all .6s cubic-bezier(.785, .135, .15, .86);
}

.float-return_top .btn {
    color: var(--bs-white);
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    font-size: 1rem;
}

.float-return_top.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 12;
}

.float-advisory {
    position: fixed;
    bottom: 15px;
    left: 15px;
    background-color: var(--dark-color);
    border-radius: 50%;
    z-index: 14;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    height: 75px;
    width: 75px;
    transition: var(--transition-default);
}

.float-advisory:hover {
    background-color: var(--primary-red);
}

.float-advisory > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: var(--bs-white);
    font-size: .775em;
    text-transform: uppercase;
    font-weight: 600;
}

.float-advisory > a > span {
    font-size: 1.6em;
    -webkit-animation: hand-shake 2s infinite;
    animation: hand-shake 2s infinite;
}

.float-advisory > a > span > i {
    margin-bottom: 2px;
}

@-webkit-keyframes hand-shake {
    0% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    25% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    75% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    100% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@keyframes hand-shake {
    0% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    25% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    75% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    100% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@media screen and (max-width: 991px) {
    .float-advisory {
        bottom: 30px;
        left: 10px;
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 768px) {
    .return-top {
        bottom: 75px;
        right: 8px;
    }

    .float-cta {
        top: unset;
        right: unset;
        -ms-transform: none;
        transform: none;
        bottom: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        flex-direction: row;
        width: 100%;
        background-color: #eff0f0;
        border-radius: 0 !important;
        -webkit-box-shadow: 5px -3px 3px 0 rgb(40 40 48 / 10%);
        box-shadow: 5px -3px 3px 0 rgb(40 40 48 / 10%);
        gap: 0;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .float-cta .float-cta_item {
        border-radius: 0 !important;
        margin: 0 !important;
        padding: 5px 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: auto !important;
        line-height: 1;
        -webkit-transition: var(--transition-default);
        -o-transition: var(--transition-default);
        transition: var(--transition-default);
    }

    .float-cta .float-cta_item + .float-cta_item:before {
        position: absolute;
        content: "";
        height: 100%;
        width: 1px;
        background: #dddfdf;
        opacity: .8;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .float-cta .float-cta_item .float-cta_item__icon {
        position: relative;
        top: unset;
        width: 30px;
        height: 30px;
        font-size: 1em;
    }

    .float-cta .float-cta_item .float-cta_item__icon.float-cta_item__icon___messenger img, .float-cta .float-cta_item .float-cta_item__icon.float-cta_item__icon___zalo img {
        width: 32px;
        height: 32px;
    }

    .float-cta .float-cta_item .float-cta_item__content {
        position: unset;
        opacity: 1;
        pointer-events: auto;
        z-index: 1;
        transform: unset;
        margin-top: 8px;
        font-weight: 600;
    }

    .float-cta .float-cta_item .float-cta_item__content .float-cta_item__content___inner {
        color: var(--dark-color) !important;
        font-size: .8rem;
        padding: 0;
        margin: 0;
        height: auto;
        line-height: 1;
        background: transparent !important;
        border: 1px solid transparent;
    }

    .float-cta .float-cta_item:hover,
    .float-cta .float-cta_item:active {
        background: var(--dark-color);
    }

    .float-cta .float-cta_item:active .float-cta_item__content .float-cta_item__content___inner,
    .float-cta .float-cta_item:hover .float-cta_item__content .float-cta_item__content___inner,
    .float-cta .float-cta_item:active .float-cta_item__icon,
    .float-cta .float-cta_item:hover .float-cta_item__icon {
        color: var(--bs-white) !important;
    }

    .float-return_top {
        bottom: 60px;
        right: 10px;
    }

    .float-return_top .btn {
        height: 35px;
        width: 35px;
        font-size: .9rem;
    }
}

.popup-theme .modal-content {
    border: 0;
    border-radius: 0;
}

.popup-theme .modal-content .modal-header {
    padding: 0;
    background: transparent;
    text-align: center;
    position: relative;
    color: var(--bs-white);
    border-bottom: 0;
    border-radius: 0;
}

.popup-theme .modal-content .modal-header .modal-desc {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 40px 50px;
    width: 100%;
}

.popup-theme .modal-content .modal-header .modal-desc:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(black));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0);
    z-index: -1;
}

.popup-theme .modal-content .modal-header .modal-desc:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0);
    z-index: -1;
}

.popup-theme .modal-content .modal-header .modal-desc .modal-desc__title {
    font-size: .95em;
    color: var(--bs-white);
}

.popup-theme .modal-content .modal-header .modal-desc .modal-desc__heading {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.4em;
    color: var(--bs-white);
    margin: 5px 0;
}

.popup-theme .modal-content .modal-header .modal-desc .modal-desc__sub {
    font-size: .9em;
    opacity: .8;
    color: var(--bs-white);
}

.popup-theme .modal-content .modal-header .modal-desc button {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    -webkit-transform: translate(30%, -30%);
    -ms-transform: translate(30%, -30%);
    transform: translate(30%, -30%);
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--dark-color);
    color: #fff;
    border-radius: 100%;
    border: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

.popup-theme .modal-content .modal-header .modal-desc button i {
    -webkit-transition: var(--transition-default);
    -o-transition: var(--transition-default);
    transition: var(--transition-default);
}

.popup-theme .modal-content .modal-header .modal-desc button:active i {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.popup-theme .modal-content .modal-header .modal-icon {
    position: absolute;
    z-index: 6;
    height: 60px;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    bottom: -35px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 100%;
    background: var(--primary-red);
    font-size: 2em;
    color: var(--bs-white);
    -webkit-box-shadow: rgb(0 0 0 / 16%) 0px 2px 5px 0px, rgb(0 0 0 / 12%) 0px 2px 10px 0px;
    box-shadow: rgb(0 0 0 / 16%) 0px 2px 5px 0px, rgb(0 0 0 / 12%) 0px 2px 10px 0px;
}

.popup-theme .modal-content .modal-body .btn-link {
    color: #666;
    font-size: .9em;
}

.arrow-theme {
    padding: 0 !important;
    margin-left: 7px;
    font-size: 15px;
    color: #171717;
    background-color: transparent !important;
    border: 1px solid transparent;
    box-shadow: none;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    position: relative;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}

.arrow-theme .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s cubic-bezier(.77, 0, .175, 1);
}

.arrow-theme .arrow.arrow1 {
    left: 20%;
}

.arrow-theme .arrow.arrow2 {
    opacity: 0;
    left: -80%;
}

.arrow-theme .arrow svg path {
    fill: currentColor;
}

.arrow-theme .svg-dark {
    position: absolute;
    top: 0;
    left: 0;
}

.arrow-theme .svg-dark circle {
    stroke-dasharray: 160;
    stroke-dashoffset: 160;
    stroke: var(--dark-color);
    transition: stroke-dashoffset .8s cubic-bezier(.77, 0, .175, 1);
}

.arrow-theme:hover {
    color: var(--dark-color);
    background-color: transparent !important;
}

.arrow-theme:hover .arrow.arrow1 {
    left: 80%;
    opacity: 0;
}

.arrow-theme:hover .arrow.arrow2 {
    left: 20%;
    opacity: 1;
}

.arrow-theme:hover .svg-dark circle {
    stroke-dashoffset: 0;
}

.transition-line::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 1px;
    background-color: rgb(190 190 190 / 67%);
    z-index: 1;
    transform: translateY(2px);
    transition: var(--transition-default);
}

.transition-line:hover::after {
    left: 0;
    right: auto;
    width: 100%;
}

.swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    width: 50px;
    height: 3px;
    opacity: 1;
    background-color: var(--bs-gray-600);
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary-red);
}
