body {
    font-family: "Be Vietnam Pro", sans-serif;
    color: #52667a
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    --bs-heading-color: #1c2b3b
}

header {
    position: relative
}

.bg-hero {
    width: 100%;
    height: 100%;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.bg-hero img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

@media screen and (max-width:768px) {
    .bg-hero {
        min-height: 800px
    }
}

.btn-primary {
    --bs-btn-color: var(--bs-white);
    --bs-btn-hover-color: var(--bs-white)
}

.btn-outline-primary {
    --bs-btn-hover-color: var(--bs-white)
}

.btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230073E6'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    box-shadow: none
}

.nav-mainmenu {
    padding: 0;
    margin-top: 24px
}

@media screen and (max-width:991px) {
    .nav-mainmenu {
        margin-top: 0
    }
}

.nav-mainmenu .navbar-toggler {
    border: none;
    box-shadow: none;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 115, 230, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.nav-mainmenu .container {
    max-width: 1272px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1019607843);
    border: 1px solid rgba(0, 0, 0, .0509803922);
    padding: 16px 24px
}

.nav-mainmenu .navbar-nav {
    align-items: center
}

.nav-mainmenu .navbar-nav .nav-link {
    color: #1c2b3b;
    padding: 16px 24px;
    cursor: pointer;
    display: flex;
    align-items: center
}

.nav-mainmenu .navbar-nav .nav-link:hover {
    color: #0073e6;
    text-decoration: none
}

.nav-mainmenu .navbar-nav .nav-link.dropdown-toggle::after {
    border: none;
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L11.2929 14.2929C11.6262 14.6262 11.7929 14.7929 12 14.7929C12.2071 14.7929 12.3738 14.6262 12.7071 14.2929L18 9" stroke="%2352667A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    background-repeat: no-repeat
}

.nav-mainmenu .navbar-nav .nav-link.dropdown-toggle.show::after {
    transform: rotate(180deg)
}

.nav-mainmenu .dropdown-menu {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1019607843);
    border: none
}

.nav-mainmenu .dropdown-menu.dropdown-submenu {
    width: 250px
}

.nav-mainmenu .dropdown-menu .dropdown-item {
    color: #1c2b3b;
    padding: 12px 24px;
    white-space: normal
}

.nav-mainmenu .dropdown-menu .dropdown-item:hover {
    color: #0073e6;
    text-decoration: none
}

.nav-mainmenu .dropdown-menu .dropdown-item.active,
.nav-mainmenu .dropdown-menu .dropdown-item:focus {
    color: #1c2b3b;
    background-color: #fff
}

.nav-mainmenu .dropdown-menu .dropdown-item.active:hover,
.nav-mainmenu .dropdown-menu .dropdown-item:focus:hover {
    color: #0073e6;
    text-decoration: none;
    background-color: var(--bs-dropdown-link-hover-bg)
}

@media screen and (max-width:992px) {
    .nav-mainmenu .navbar-nav {
        align-items: flex-start;
        padding-right: 0 !important
    }

    .nav-mainmenu .navbar-nav .nav-link {
        padding: 16px 0
    }

    .nav-mainmenu .dropdown-menu {
        box-shadow: none;
        padding: 0 !important
    }

    .nav-mainmenu .flag-language {
        border: 1px solid rgba(0, 0, 0, .0509803922);
        display: flex;
        margin-bottom: 24px;
        padding: 2px
    }

    .nav-mainmenu .btn {
        width: 100%
    }

    .nav-mainmenu .btn.active {
        background-color: #0073e6;
        color: #fff;
        border-color: #0073e6
    }

    .nav-mainmenu .btn.active:hover {
        background-color: #0073e6;
        color: #fff;
        border-color: #0073e6
    }
}

.nav-mainmenu .btn-primary {
    --bs-btn-line-height: 40px
}

.content-hero {
    color: #fff;
    margin-bottom: 90px
}

.content-hero .h1,
.content-hero .h2,
.content-hero .h3,
.content-hero .h4,
.content-hero .h5,
.content-hero .h6,
.content-hero h1,
.content-hero h2,
.content-hero h3,
.content-hero h4,
.content-hero h5,
.content-hero h6 {
    --bs-heading-color: white
}

.content-hero .btn-primary {
    --bs-btn-color: #0073e6;
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0073e6;
    --bs-btn-hover-border-color: #0073e6;
    --bs-btn-focus-shadow-rgb: 38, 101, 171;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0073e6;
    --bs-btn-active-border-color: #0073e6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #004a9c;
    --bs-btn-disabled-border-color: #004a9c;
    border-radius: 0;
    padding: 16px 32px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600
}

section {
    padding: 90px 0;
    background-color: #fff
}

section.section-thanhtuu .big-text {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 120%;
    letter-spacing: 0;
    background: linear-gradient(270deg, #0073e6 0, #7bf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

section.section-thanhtuu .vhead {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    max-width: 500px;
    max-height: 500px;
    outline: 2px solid #fff;
    outline-offset: -2px
}

@media screen and (min-width:1024px) {
    section.section-thanhtuu .big-text {
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-size: 120px;
        line-height: 120%;
        letter-spacing: 0;
        background: linear-gradient(270deg, #0073e6 0, #7bf 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }
}

@media screen and (max-width:991px) {
    section.section-thanhtuu .vhead {
        right: -24px;
        max-width: 400px
    }
}

@media screen and (max-width:768px) {
    section.section-thanhtuu .vhead {
        position: relative;
        left: 0;
        right: auto;
        max-width: 100%
    }
}

@media screen and (max-width:768px) {
    section {
        padding: 45px 0
    }
}

.main-video {
    background-image: url(../media/background/bg-video.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.main-video .bt-video {
    margin: 48px auto 96px;
    max-width: 850px;
    border: none;
    display: block;
    background: 0 0
}

@media screen and (max-width:768px) {
    .main-video .bt-video {
        margin: 24px auto 48px;
        max-width: 300px
    }
}

.list-dotv {
    list-style: none;
    padding-left: 0
}

.list-dotv li {
    padding-left: 28px;
    padding-bottom: 12px
}

.list-dotv li::before {
    background-image: url(../media/icons/dotv-20x20.svg);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-left: -28px;
    display: inline-block
}

.panorama-slider {
    margin-top: 48px
}

.panorama-slider .swiper {
    height: 500px;
    padding-top: 28px
}

.panorama-slider .swiper .swiper-horizontal>.swiper-pagination-bullets,
.panorama-slider .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.panorama-slider .swiper .swiper-pagination-custom,
.panorama-slider .swiper .swiper-pagination-fraction {
    bottom: 55px
}

@media screen and (max-width:768px) {
    .panorama-slider .swiper {
        height: 310px;
        padding-top: 0
    }

    .panorama-slider .swiper .swiper-horizontal>.swiper-pagination-bullets,
    .panorama-slider .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
    .panorama-slider .swiper .swiper-pagination-custom,
    .panorama-slider .swiper .swiper-pagination-fraction {
        bottom: 0
    }
}

.panorama-item {
    background-image: url(../media/background/bg-slide.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 48px;
    height: 400px;
    color: #fff
}

.panorama-item .h1,
.panorama-item .h2,
.panorama-item .h3,
.panorama-item .h4,
.panorama-item .h5,
.panorama-item .h6,
.panorama-item h1,
.panorama-item h2,
.panorama-item h3,
.panorama-item h4,
.panorama-item h5,
.panorama-item h6 {
    --bs-heading-color: white
}

.panorama-item img {
    max-width: 220px;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width:768px) {
    .panorama-item {
        padding: 24px;
        height: 300px
    }

    .panorama-item img {
        max-width: 120px
    }
}

.brand-slider {
    margin-top: 48px;
    padding: 0 24px;
    overflow: hidden;
}

.brand-slider .col {
    display: inline-flex;
    justify-content: center
}

.brand-slider .swiper {
    padding-bottom: 32px
}

@media screen and (max-width:768px) {
    .brand-slider {
        margin-top: 24px
    }
}

.modal-footer,
.modal-header {
    border: none
}

.modal-content {
    border-radius: 0;
    border: none
}

.modal-video .btn-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
    background-color: #fff;
    border-radius: 100%;
    background-size: 40%;
    border: none;
    box-shadow: none
}

.modal-video:hover .btn-close {
    opacity: 1
}

.formdk {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .0509803922);
    padding: 24px
}

@media screen and (max-width:1200px) {
    .formdk .col-lg-6 {
        width: 100%
    }
}

.footer {
    background-image: url(../media/background/bg-footer-desktop.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 48px;
    color: #fff
}

.footer h5 {
    --bs-heading-color: #ffffff !important
}

.footer a {
    color: #fff;
    text-decoration: none
}

.footer a:hover {
    text-decoration: underline
}

@media screen and (max-width:768px) {
    .footer {
        background-image: url(../media/background/bg-footer-mobile.jpg);
        background-attachment: scroll;
        padding: 24px
    }
}

.scroll-top {
    width: 36px;
    height: 36px;
    position: fixed;
    bottom: -20px;
    right: 20px;
    cursor: pointer;
    z-index: 100;
    background-color: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    opacity: 0;
    box-shadow: 0 .5rem 1.5rem .5rem rgba(0, 0, 0, .08);
    transition: all .2s ease
}

.scroll-top.show {
    opacity: .3;
    bottom: 40px
}

.scroll-top .ic-arrow {
    transform: rotate(-90deg)
}

@media (hover) {
    .scroll-top.show:hover {
        opacity: 1
    }
}

.scroll-top.show:active,
.scroll-top.show:focus,
.scroll-top.show:visited {
    opacity: 1
}

@media screen and (min-width:768px) {
    body {
        font-size: 18px
    }
}

.circle {
    animation-name: move-around;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    animation-fill-mode: forwards
}

@keyframes move-around {
    0% {
        transform: translate(20px, 0)
    }

    20% {
        transform: translate(-20px, -20px)
    }

    40% {
        transform: translate(-20px, 20px)
    }

    60% {
        transform: translate(10px, 20px)
    }

    80% {
        transform: translate(0, -10px)
    }

    100% {
        transform: translate(20px, 0)
    }
}

/*# sourceMappingURL=style.css.map */
.brand-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.brand-track {
display: inline-block;
    /* display: flex; */
    animation: scroll 30s linear infinite;
    width: fit-content;
}

.brand-row {
    display: flex;
    gap: 20px;
    /* Khoảng cách giữa các logo */
    white-space: nowrap;
    flex-shrink: 0;
}

.brand-track img {
height: 150px;
/* Tùy chỉnh theo nhu cầu */
margin: 0 20px;
display: inline-block;
vertical-align: middle;
}

@keyframes scroll {
0% {
    transform: translateX(0);
}

100% {
    transform: translateX(calc(-100%));
    /* Dịch chuyển 50% chiều dài */
}
}