html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
}

a:hover, .alink:hover {
    text-decoration: underline;
}

*, *::before, *::after {
    box-sizing: border-box;
}

ul li {
    list-style: none;
}

ul {
    padding-left: 0;
}

.w-25 {
    width: 25%;
}

.w-75 {
    width: 75%;
}

.w-100 {
    width: 100%;
}

.height-auto {
    height: auto;
}

/* ===== FLEX ==== */

.d-flex {
    display: flex;
}

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

.justify-content-center {
    justify-content: center;
}

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

.justify-content-between {
    justify-content: space-between;
}

.flex-direction-column {
    flex-direction: column;
}

.flex-direction-row {
    flex-direction: row;
}

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

.align-items-center {
    align-items: center;
}

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

.align-selft-start {
    align-self: flex-start;
}

.align-selft-center {
    align-self: center;
}

.gap-51 {
    gap: 3.1875rem;
}
/* ===== END FLEX ==== */


/* ===== FONTS STYLE ===== */

.font-weight-400 {
    font-weight: 400;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-bold {
    font-weight: bold;
}

.font-size-14 {
    font-size: 15px!important;
}

.font-size-15 {
    font-size: 0.9375rem;
}

.font-size-17 {
    font-size: 1.0625rem;
}

.font-size-20 {
    font-size: 1.375em;
}

.font-size-22 {
    font-size: 1.25rem;
}

.font-size-25 {
    font-size: 1.5625rem;
}

.font-size-30 {
    font-size: 1.875rem;
}

.line-height-20 {
    line-height: 1.25rem;
}

.line-height-23 {
    line-height: 1.4375rem;
}

.line-height-27 {
    line-height: 1.6875rem;
}

.line-height-30 {
    line-height: 1.875rem;
}

.line-height-41 {
    line-height: 2.5625rem;
}

.text-center {
    text-align: center;
}

.text-decoration-none {
    text-decoration: none!important;
}

.text-shadow-hover:hover {
    box-shadow: 0px 5px 5px -3px rgb(0 0 0 / 0.2), 0px 8px 10px 1px rgb(0 0 0 / 0.14), 0px 3px 14px 2px rgb(0 0 0 / 0.2);
}

.text-focus:active {
    background-color: #F47E52;
}

.text-header-focus:active {
    background-color: #F47E52;
    color: #ffffff;
}

.text-uppercase {
    text-transform: uppercase;
}
/* ===== END FONTS STYLE ===== */

/* ===== COLOR ===== */
.color-F15A22 {
    color: #F15A22;
}

.bg-color-F15A22 {
   background-color: #F15A22;
}

.color-ffffff {
    color: #fff!important;
}

.bg-color-ffffff {
    background-color: #ffffff;
}

.color-58595B {
    color: #58595B
}

.bg-color-58595B {
    background-color: #58595B
}

.color-000000 {
    color: #000000
}

.bg-color-000000 {
    background-color: #000000
}

.bg-color-linear-gradient-DFDFDF {
    background: linear-gradient(180deg, #DFDFDF 72.92%, #585858 100%);
    border-radius: 15px 15px 0px 0px;
}

.bg-color-E9E9E9 {
    background: #E9E9E9;
}

/* ===== END COLOR ===== */


/* ===== MARGIN PADDING ===== */
.mr-headerline-paragragh {
    margin-top: 1.375rem;
    margin-bottom: 1.0625rem;
}

.mr-headerline-paragragh-2 {
    margin-top: 0.3125rem;
    margin-bottom: 1.75rem;
}

.mr-30-auto {
    margin: 1.875rem auto;
}

.mt-28 {
    margin-top: 1.75rem;
}

.mb-11 {
    margin-bottom: 0.6875rem;
}

.mb-16 {
    margin-bottom: 1rem;
}

.ml-16 {
    margin-left: 1rem;
}

.ml-40 {
    margin-left: 40px;
}

.padding-17-22 {
    padding: 0.53125rem 1.375rem;
}

.padding-17-88 {
    padding: 0.53125rem 2.75rem;
}

.mb-96 {
    margin-bottom: 6rem;
}

.pb-96 {
    padding-bottom: 6rem;
}

.mt-8 {
    margin-top: 0.5rem;
}

.mb-10 {
    margin-bottom: 0.625rem;
}

.mb-30 {
    margin-bottom: 1.875rem;
}

.mt-30 {
    margin-top: 2.5rem;
}


.mt-50 {
    width: 100%; /* Đảm bảo phần tử .mt-50 chiếm toàn bộ chiều rộng trang */
    display: flex;
    justify-content: center; /* Căn giữa nội dung theo chiều ngang */
    margin-top: 40px;
	margin-bottom: 40px; /* Tạo khoảng cách với phần tử bên dưới */
}

.mt-50 a {
    text-align: center; /* Đảm bảo nội dung bên trong nút được căn giữa */
}

.cta-temp {
    text-align: center;
    margin-bottom: 40px;
    padding: 16px;
    background-color: #f1eeee;
    border-radius: 16px;
	margin-bottom: 40px;
}

.cta-temp .cta-title {
    font-family: var(--font-family-web-title);
    font-size: 40px;
    font-weight: 900;
    line-height: 33px;
    text-align: center;
    color: #303030;
	margin-top: 40px;
	margin-bottom: 40px;
}

.cta-temp .cta-content {
    color: #303030;
    font-family: var(--font-family-web);
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    margin-top: 40px;
	margin-bottom: 40px;
}

.cta-temp .cta-button a {
    font-family: var(--font-family-web);
    font-size: 24px; /* Thay đổi kích thước font chữ tại đây */
    color: #fff;
    background-color: #ef6c00;
    padding: 10px 12px;
    text-align: center;
    width: 300px;
    border-radius: 15px;
    display: inline-block;
	margin-bottom: 40px;
}

.cta-button2 {
    font-family: var(--font-family-web);
    font-size: 24px;
    color: #fff !important; /* Đảm bảo màu trắng không bị ghi đè */
    background-color: #ef6c00;
    padding: 10px 12px;
    width: 300px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: center;
}

.cta-button2 a {
    color: #fff !important; /* Đảm bảo màu trắng cho chữ */
    text-decoration: none; /* Loại bỏ gạch chân mặc định */
    display: inline-block;
    width: 100%;
    text-align: center;
}

.cta-button2 a:hover {
    text-decoration: underline; /* Thêm gạch chân khi di chuột */
}

.p-0-20 {
    padding: 0 20px;
}

.p-14-64 {
    padding: 0.875rem 4rem;
}
/* END MARGIN PADDING */

/* ===== Custom =====*/
.border-black {
    border: 1px solid #000000;
}

.derivative-group-item::before {
    content: "";
    background-image: url('../image/icons-check-box.png');
    height: 17px;
    width: 17px;
    display: inline-block;
    margin-right: 7px;
}

.border-radius-15 {
    border-radius:0.9375rem;
}

.border-radius-45 {
    border-radius: 2.8125rem;
}

.link-swiper-left {
    padding: 0.375rem 2.59375rem;
    margin-right: 1.9375rem;
}

.link-swiper-right {
    padding: 0.375rem 0.5625rem;
}

.word-break {
    word-break: break-word;
}
/* ===== End Custom =====*/

.card {
    background-image: url('../image/card-bg.png'), linear-gradient(203.94deg, #F15A22 2.22%, #9A0571 112.39%);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    width: 429px;
}

.card-header {
    margin-top: 76px;
    margin-bottom: 76px;
}

.card-line {
    margin-top: 12px;
    margin-bottom: 1rem;
    border: 2px solid #FFFFFF;
    width: 35px;
    height: 0px;
    border-radius: 25px;
}

.card-footer  {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
}


.derivative-group-item-icon-1::before {
    background-image: url('../image/user-plus.png');
}

.derivative-group-item-icon-2::before {
    background-image: url('../image/star.png');
}

.derivative-group-item-icon-1::before,
.derivative-group-item-icon-2::before {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    height: 30px;
    width: 30px;
    display: inline-block;
    background-color: #F15A22;
    border-radius: 50%;
    padding: 10px;
    margin-right: 11px;
}


/* #header-swiper {
    height: 732px;
} */

.header-swiper-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    height: 59vh;
}

.header-swiper-bg-1 {
    background-image: url('../image/slide-img-1.png');
}

.header-swiper-bg-2 {
    background-image: url('../image/slide-img-2.png');
}

.header-swiper-bg-3 {
    background-image: url('../image/slide-img-3.png');
}

.header-swiper-bg-4 {
    background-image: url('../image/slide-img-4.png');
}

.header-swiper-bg-5 {
    background-image: url('../image/slide-img-5.png');
}

#header-swiper .swiper-horizontal>.swiper-pagination-bullets, 
#header-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 3%!important;
}

#header-swiper .swiper-pagination-bullet {
    border: 1px solid #FFFFFF;
    width: 11px;
    height: 11px;
}

#header-swiper .swiper-pagination-bullet-active {
    background-color: #FFFFFF;
}

.footer__view h4 {
    font-size: 16px!important;
    margin-top: 2rem!important;
    margin-bottom: 2rem!important;
}

.page-footer .footer.content .footer-nav li {
    margin-bottom: 10px;
}

.page-footer .footer__contact .phone:before {
    background-image: url('../image/phone-icon.png')!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: unset;
}

.page-footer .footer__contact .email:before {
    background-image: url('../image/mail-icon.png')!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: unset;
}

.page-footer .footer__contact .address:before {
    background-image: url('../image/address-icon.png')!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: unset;
}

.header-swiper-bg-5 img {
    height: 200px;
}

.img-mobile {
    display: block;
}

.img-desktop {
    display: none;
}

.ml-10 {
    margin-left: 0.625rem;
}

.footer.content {
    margin-top: 0;
}

.section-feature-5 {
    padding-bottom: 164px;
    padding-top: 116px;
}

.section-feature-right-1,
.section-feature-right-2,
.section-feature-right-3,
.section-feature-right-4,
.section-feature-right-5 {
    padding: 0 25px;
}

#botChatIcon {
    position: fixed;
    bottom: 24px;
    left: 5px;
    background-image: url("../image/aismart_chat_bubble_khongmat.gif");
    background-size: contain;
    width: 86px;
    height: 86px;
    cursor: pointer;
    z-index: 999;
}

#botDiv {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    height: 0;
    width: 600px;
    max-width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2147483645;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#botDiv > * {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

#botDiv *, #botDiv ::after, #botDiv ::before {
    box-sizing: inherit;
}

#botDiv #botTitleBar {
    height: 80px;
    position: fixed;
    cursor: pointer;
    background-color: #cccdcd;
    color: #626365 ;
    font-size: 20px;
    font-weight: 600;
    max-width: 100%;
}

#botDiv #botTitleBar .title-logo {
    padding: 6px;
    float: left
}

#botDiv #botTitleBar .title-logo > img {
    height: 60px;
    width: 60px
}

#botDiv #botTitleBar .title-text {
    float: left;
    padding: 6px;
    width: calc(100% - 140px);
    margin-top: 16px;
}

#botDiv #botTitleBar #btnCloseChat {
    float: right;
    color: #fff;
    font-size: 40px;
    width: 40px;
    height: 100%;
    text-align: center;
    padding: 6px;
}

#botDiv #botTitleBar #btnCloseChat:hover {
    color: #e36f00;
    font-weight: 600;
}

#botDiv #botSubTitleBar {
    width: 600px;
    max-width: 100%;
    background-color: #f15a22;
    color: white;
    position: fixed;
    margin-top: 80px;
    text-align: center;
    padding: 6px 0;
}

#botDiv #botSubTitleBar .link-zalo, #botDiv #botSubTitleBar .link-messenger {
    vertical-align: middle;
}

.hidden-mobile {
    display: none;
}

.text-headline-card {
    display: none;
}
.btn-contact {
    background-color: #ef6c00 !important; /* Đổi màu nền thành màu cam và ưu tiên sử dụng */
}
.btn-contact-ps {
    height: 63px;
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
    cursor: pointer;
}

.section-feature-6 {
    /* background-image: url('../image/contact-img-moblie.png');
    background-repeat: no-repeat;
    background-size: cover; */
    /* width: 100%; */
}

.contact-content {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 50px;
    position: absolute;
    bottom: -6%;
}

.height-inherit {
    height: inherit;
}

.btn-contact-ps:hover {
    box-shadow: 0px 5px 5px -3px rgb(0 0 0 / 0.2), 0px 8px 10px 1px rgb(0 0 0 / 0.14), 0px 3px 14px 2px rgb(0 0 0 / 0.2);

}

.cursor-pointer {
    cursor: pointer;
}

.text-headline-section-desktop {
    display: none;
}

.text-headline-section-mobile {
    display: block;
}

#botDiv {
    right: 0;
    left: unset;
}

#botChatIcon {
    right: 5px;
    left: unset;

}

.btn-price-board, .btn-open-account, .btn-support {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.015em;
    color: #AC3400;
    background: #FFFBFF;
    border: 1px solid #85736E;
    border-radius: 8px;
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-price-board:hover, .btn-open-account:hover, .btn-support:hover {
    background-color: #AC3400!important;
    color: #ffffff!important;
}

.section-feature-1 a:visited, .alink:visited,
.section-feature-3 a:visited, .alink:visited {
    color: #000000;
}

.section-feature-1 a:hover, .alink:hover,
.section-feature-3 a:hover, .alink:hover {
    color: #fff!important;
    background: #F15A22;
    border: 1px solid #F15A22;
}

.section-feature-1 a:hover span,
.section-feature-3 a:hover span {
    color: #fff!important;
}

.text-decoration-underline {
    text-decoration: underline;
}

.contact-img-desktop {
    display: none;
}

.contact-img-mobile {
    display: block;
}

.quick-menu .menu-title {
    background-color: transparent;
    box-shadow: unset;
    width: 59px;
    height: 55.47px;
}

.quick-menu .menu-title:before {
    background-image: url('../image/menu.gif');
    background-repeat: no-repeat;
    background-size: cover;
    width: 59px;
    height: 55.47px;
}

.zalo-chat-widget {
    position: fixed;
    bottom: 170px!important;
    right: 30px!important;
    height: 50px;
    width: 50px;
    z-index: 200;
}

.footer__item .footer__title {
    font-size: 18px;
}

.banner-content {
    width: unset;
}

.investment-community {
    background-image: url("../image/Background.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 82px;
    padding-bottom: 135px;
    padding-left: 16px;
    padding-right: 16px;
}

.investment-community-header {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.investment-community-header h3 {
    font-size: 46px;
    font-weight: 700;
    line-height: 46px;
    margin-top: 4px;
    margin-bottom: 16.75px;  
}

.investment-community-header span:first-child  {
    font-size: 21px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.1em;
}

.investment-community-header span:last-child  {
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.investment-community-group-card {
    margin-top: 100px;
    display: flex;
    gap: 47px;
}

.investment-community-card-item {
    background-color:  #F2F1FAE5;
    border-radius: 20px;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.investment-community-card-item-left {
    display: flex;
    flex-direction: column;
    margin-left: 36px;
    gap: 16px;
    width: 250px;
}

.investment-community-card-item-left h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: #252525;
}

.investment-community-card-item-left span {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #939596;
}

.investment-community-card-detail {
    display: flex;
    align-items: center;
    gap: 6px;
}

.investment-community-card-item-left a {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #E06C42;
}

.banner-header {
    width: 80%; /* Đặt chiều rộng của phần tử banner-header xuống 80% */
    margin: 0 auto; /* Căn giữa các banner ảnh */
	margin-top: 40px;
    margin-bottom: 20px; /* Khoảng cách phía dưới giữa các banner ảnh */
    display: flex;
    justify-content: center;
}

.banner-header img {
    width: 100%; /* Đặt chiều rộng của ảnh bằng chiều rộng của phần tử chứa */
    height: auto; /* Đảm bảo tỷ lệ khung hình của ảnh được giữ nguyên */
}

.youtube-header {
    width: 100%;
    position: relative;
    padding-top: 56.25%; /* Tỉ lệ khung hình 16:9 (56.25% = 9/16 * 100%) */
    margin-top: 20px; /* Giảm khoảng cách phía trên, điều chỉnh giá trị theo nhu cầu */
    margin-bottom: 20px; /* Tạo khoảng cách phía dưới giữa khung YouTube và ảnh */
    overflow: hidden; /* Ẩn phần video tràn ra ngoài */
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .youtube-header {
        height: 50vh; /* Điều chỉnh chiều cao cho mobile (50% chiều cao của màn hình) */
        padding-top: 56.25%; /* Giữ tỷ lệ khung hình trên thiết bị di động */
    }
}

.youtube-header iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media only screen and (max-width: 450px)  {
    .card {
        width: 350px;
        height: 620px;
    }

    /* .swiper-headline-before::before {
        display: none;
    } */

    .group-button-header {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }

    #header-swiper .swiper-horizontal>.swiper-pagination-bullets, #header-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 1%!important;
    }

    .link-swiper-left {
        margin-right: 0;

    }

    .group-items {
        flex-direction: column;
        gap: 0;
        align-self: flex-start;
    }

    #botDiv #botTitleBar .title-text {
        margin-top: 6px;
    }

    .text-headline-silde {
        font-size: 35px;
        line-height: 45px;
    }

    .text-header-card-item {
        font-size: 1.5625rem;
    }

    .card-body {
        margin-right: 20px;
    }

    .header-swiper-wrapper {
        height: 65vh; 
    }

    .investment-community-header h3 {
        font-size: 40px;
    }

    .investment-community-group-card {
        flex-direction: column;
    }

    .investment-community-card-item {
        margin-left: 0;
        gap: 10px;
    }

    .investment-community-card-item-left {
        margin-left: 0;
        width: unset;
        gap: 8px;
    }

    .investment-community-card-item-left h3 {
        font-size: 21px;
    }
}

@media only screen and (min-width: 769px) {
    .img-mobile {
        display: none;
    }
    
    .img-desktop {
        display: block;
    }

    .wrapper-section {
        flex-direction: row;
        justify-content: space-between;
    }

    .section-feature-1,
    .section-feature-2,
    .section-feature-3,
    .section-feature-4 {
        max-width: 1300px;
        margin-right: auto;
        margin-left: auto
    }

    .section-feature-left-2,
    .section-feature-left-4 {
        order: 2;
    }

    .section-feature-right-2,
    .section-feature-right-4 {
        order: 1;
    }

    .text-headline {
        font-size: 2.5rem;
        font-size: 40px;
        line-height: 54px;
    }

    .text-desc {
        font-size: 1.375rem;
        font-weight: 400;
        line-height: 30px;
        color: #000000;
    }

    .ml-10 {
        margin-left: 0.625rem;
    }

    .text-group-item {
        font-size: 20px;
        line-height: 27px;        
    }

    .text-item-feature-5 {
        font-weight: 400;
        font-size: 25px;
        line-height: 34px;
        color: #000000;
    }

    .text-button-desktop {
        font-size: 20px;
    }

    .derivative-group-item-icon-1::before,
    .derivative-group-item-icon-2::before {
        height: 67px;
        width: 67px;
    }

    .header-swiper-wrapper {
        height: 630px;
    }


    .header-swiper-bg-1 {
        background-image: url('../image/slide-img-desktop-1.png');
    }
    
    .header-swiper-bg-2 {
        background-image: url('../image/slide-img-desktop-2.png');
    }
    
    .header-swiper-bg-3 {
        background-image: url('../image/slide-img-desktop-3.png');
    }

    .header-swiper-bg-4 {
        background-image: url('../image/slide-img-desktop-4.png');
    }

    .header-swiper-bg-5 {
        background-image: url('../image/slide-img-desktop-5.png');
    }
    
    .text-headline-silde {
        font-weight: 700;
        font-size: 80px;
        line-height: 100px;
    }

    .swiper-headline-before::before {
        width: 60px;
        height: 54.99px;
    }

    .page-header .menu-nav .parent .sub-menu {
        z-index: 999;
    }


    #botDiv #botTitleBar .title-text {
        margin-top: 0;
    }

    .link-swiper-left {
        padding: 0.75rem 4rem;
    }
    
    .link-swiper-right {
        padding: 0.75rem 2.5rem;
    }

    #header-swiper .swiper-horizontal>.swiper-pagination-bullets, #header-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 10%!important;
    }

    .text-headline-card-mobile {
        display: none;
    }

    .text-headline-card {
        display: block;
        font-size: 50px;
        line-height: 68px;
        margin-bottom: 50px;
    }

    .section-feature-right-1,
    .section-feature-right-2,
    .section-feature-right-3,
    .section-feature-right-4,
    .section-feature-right-5 {
        padding: 0 40px;
    }

    #card-swiper {
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto;
    }

    .card {
        width: auto;
    }

    .page-footer .footer__investors {
        width: 26%;
    }

    .section-feature-6 {
        /* background: url('../image/contact-img.png'), linear-gradient(270.46deg, #FFFFFF 28.13%, rgba(255, 255, 255, 0) 78.44%);
        background-size: cover;
        background-repeat: no-repeat; */
    }

    .contact-content {
        max-width: 1100px;
        align-items: flex-start;
        margin-left: auto;
        margin-right: auto;
    }

    .btn-contact-ps {
        width: 254.22px;
        height: 52px;
    }

    .btn-contact-ps span {
        font-size: 15px;
        line-height: 18px;
    }
    
    .page-header .header.content {
        padding: 40px 25px;
    }

    .text-headline-section-mobile {
        display: none;
    }

    .text-headline-section-desktop {
        display: block;
    }

    /* .page-header .menu-nav .parent .level-top {
        padding-right: 0;
    }

    .page-header .menu-nav .parent .level-top:after {
        display: none;
    }

    .page-header .menu-nav li>a:not(.btn), .page-header .menu-nav li .level-top {
        font-size: 15px;
    }

    .page-header .menu-nav .nav-item:not(:last-child) {
        margin-right: 20px;
    }

    .page-header .header.content {
        max-width: 1500px;
    } */

    .contact-img-desktop {
        display: block;
    }

    .contact-img-mobile {
        display: none;
    }

    .contact-content {
        top: 80px;
        left: 68px;
        bottom: unset;
    }

    .header-swiper-bg-5 .swiper-bg-5 {
       flex-direction: row;
    }

    .header-swiper-bg-5 img {
        height: unset;
    }

    .btn-price-board, .btn-open-account, .btn-support {
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        letter-spacing: -0.015em;
        color: #AC3400;
        background: #FFFBFF;
        border: 1px solid #85736E;
        border-radius: 8px;
        height: 40px;
        width: 110px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-open-account {
        width: 130px;
    }

    .btn-price-board:hover, .btn-open-account:hover, .btn-support:hover {
        background-color: #AC3400!important;
        color: #ffffff!important;
    }

    .btn-price-board:hover > a, .btn-open-account:hover > a, .btn-support:hover > a {
        color: #ffffff!important;
    }

    .page-header .menu-nav .parent .level-top {
        padding-right: 0;
    }

    .page-header .menu-nav .parent .level-top:after {
        display: none;
    }

    .page-header .menu-nav li>a:not(.btn), .page-header .menu-nav li .level-top {
        font-size: 15px;
    }

    .page-header .menu-nav .nav-item:not(:last-child) {
        margin-right: 20px;
    }

    .page-header .header.content {
        max-width: 1500px;
    }

    .page-header .nav-section .nav-item .sub-menu {
        display: none;
    }

    .quick-menu {
        z-index: 1000;
    }

    #botDiv {
        right: 0;
        left: unset;
    }

    #botChatIcon {
        right: 5px;
        left: unset;

    }

    .sub-mega-menu {
        position: absolute; 
        margin-left: auto; 
        margin-right: auto; 
        height: 429px; 
        display: flex; 
        justify-content: space-between; 
        z-index: 999; 
        background: #fff; 
        width: 100%; 
        border-top: 1px solid #000; 
    }

    .mega-menu-header {
        font-style: normal; 
        font-weight: 700; 
        font-size: 15px; 
        line-height: 20px; 
        color: #201A18; 
        margin-bottom: 14px;
    }

    .mega-menu-item {
        font-style: normal; 
        font-weight: 400; 
        font-size: 15px; 
        line-height: 20px; 
        /* text-decoration-line: underline;  */
        color: #201A18!important;
    }

    .mega-menu-item:hover {
        color: #df6336!important;
    }
} 

@media only screen and (max-height: 700px) { 
    .header-swiper-wrapper {
        height: 71vh;
    }
}

@media only screen and (min-width: 1366px) { 
    .contact-img-desktop {
        width: 59%;
    }

    .banner-content {
        width: 41%;
    }

    .banner-content h3 {
        font-size: 60px;
    }

    .page-header .logo img {
        max-width: 120px;
    }

    .page-header .menu-nav .nav-item:not(:last-child) {
        margin-right: 15px!important;   
    }
    
}

@media only screen and (min-width: 1500px) { 
    .page-header .logo img {
        max-width: 150px;
    }    
}

.room-zalo-chat-widget {
    position: fixed;
    bottom: 100px!important;
    right: 30px!important;
    height: 50px;
    width: 50px;
    z-index: 200;
}