@import url(https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);

.vuta-container {
    width: min(1490px, 100%)
}

:root {
    --white: #fff;
    --black: #000;
    --primary: #fb953b;
    --second: #fb953b;
    --font-1: "Inter", sans-serif;
    --font-2: "Google Sans", sans-serif;
    --body: #140f08;
    --bg-trai: linear-gradient(90deg, var(--primary) 0%, var(--second) 100%);
    --bg-phai: linear-gradient(90deg, var(--second) 0%, var(--primary) 100%);
    --bg-tren: linear-gradient(180deg, var(--second) 0%, var(--primary) 100%)
}

h1,
h2,
h3,
h4,
h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25
}

a,
button,
i,
img {
    transition: all ease .4s
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeindown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media screen and (max-width:996px) {
    .fadeindown {
        animation: none
    }
}

.blog .top .main-blog .box-content .short-desc,
.line-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.blog .blog-item .box-content .short-desc,
.blog-item h4,
.line-2,
.projects-item h4 a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.line-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.primary-btn {
    color: #fff;
    height: 43px;
    min-height: unset;
    border-radius: 99rem;
    padding: 0 .3rem 0 1.25rem;
    font-weight: 500;
    font-size: .9375rem;
    border: 0;
    background: var(--bg-trai);
    box-shadow: none;
    margin: 0;
    display: inline-flex;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    transition: .4s ease-in-out
}

.primary-btn span {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 6.25rem;
    margin-left: 1rem;
    transition: all ease .4s;
    color: var(--primary)
}

.primary-btn:hover {
    background: var(--bg-phai)
}

.primary-btn:hover span {
    transform: rotate(45deg)
}

body {
    font-family: var(--font-1);
    line-height: 1.5;
    color: #414042
}

#button-contact-vr {
    position: fixed;
    bottom: 100px;
    z-index: 99999;
    right: 0
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -15px
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, .7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom2 1.3s infinite;
    animation: zoom2 1.3s infinite
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px
}

.phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
    background: #f44336;
    letter-spacing: 1.5px;
    font-weight: 700
}

.phone-vr-img-circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes zoom2 {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom2 {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

.phone-bar a:hover {
    opacity: .8;
    color: #fff
}

#mess img {
    border-radius: 50%
}

#mess .phone-vr-circle-fill,
#zalo-vr .phone-vr-circle-fill {
    box-shadow: none;
    background-color: transparent
}

#mess,
#zalo-vr {
    text-align: center;
    margin-bottom: 20px
}

#mess img,
#zalo-vr img {
    height: 40px !important;
    width: 40px !important;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1)
}

.back-to-top.active #to-top {
    bottom: 40px
}

.back-to-top #to-top {
    width: 45px;
    height: 45px;
    cursor: pointer;
    transition: all ease-in-out .4s;
    display: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: fixed;
    background: var(--primary);
    right: 20px;
    bottom: -100px;
    border-radius: 50%;
    z-index: 999
}

.home-banner .banner-slider .item img {
    aspect-ratio: 1920/720
}

.home-about {
    padding: 60px 0;
    background: linear-gradient(180deg, rgba(58, 103, 177, .05) 0, rgba(0, 151, 215, .05) 100%)
}

@media screen and (max-width:996px) {
    .home-about {
        padding: 20px 0
    }
}

.home-about .box-title h2 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase
}

@media screen and (max-width:996px) {
    .home-about .box-title h2 {
        font-size: 24px;
        margin-bottom: 10px
    }
}

.home-about .box-title h2 span {
    display: block;
    color: var(--primary)
}

@media screen and (max-width:996px) {
    .home-about .box-title h2 span {
        display: inline-flex
    }
}

.home-about .box-content {
    padding-right: 60px
}

@media screen and (max-width:996px) {
    .home-about .box-content {
        padding-right: 0
    }
}

.home-about .box-content p {
    font-size: 18px;
    line-height: 1.75;
    text-align: justify
}

.home-about .box-item {
    border-radius: .9375rem;
    background-image: var(--bg-tren);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 6.5rem 2rem 2.5rem;
    position: relative;
    overflow: hidden
}

@media screen and (max-width:996px) {
    .home-about .box-item {
        margin-bottom: 10px
    }
}

.home-about .box-item::before {
    content: "";
    position: absolute;
    top: -.06rem;
    left: -6rem;
    width: 17.93306rem;
    height: 23.11525rem;
    background-image: url(../images/mask.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.home-about .box-item::after {
    content: "";
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 3.5rem;
    height: 3.5rem;
    background-image: url(../images/quater.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.home-about .box-item .icon-box {
    display: flex;
    align-items: center;
    column-gap: 1rem
}

.home-about .box-item .icon-box .icon {
    flex-shrink: 0
}

.home-about .box-item .icon-box .text {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase
}

.home-about .box-item .desc {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.4;
    padding-top: 1rem;
    font-style: italic
}

.home-about .info-img {
    padding: 1rem;
    border-radius: .9375rem;
    background: rgba(233, 89, 2, .3);
    height: 430px;
    margin-bottom: 20px
}

@media screen and (max-width:996px) {
    .home-about .info-img {
        height: auto
    }
}

.home-about .info-img img {
    border-radius: .5rem;
    object-fit: cover;
    height: 100%
}

.home-about .main-img figcaption {
    color: var(--primary);
    font-size: 7.5rem;
    font-weight: 800;
    line-height: normal;
    text-align: center;
    margin: -8.75rem 0 0
}

@media screen and (max-width:996px) {
    .home-about .main-img figcaption {
        font-size: 40px;
        margin-top: -10px
    }
}

.home-about .list-num {
    border-radius: .9375rem;
    background-image: var(--bg-tren);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 2rem;
    overflow: hidden
}

.home-about .list-num::before {
    content: "";
    position: absolute;
    top: -.06rem;
    left: -6rem;
    width: 17.93306rem;
    height: 23.11525rem;
    background-image: url(../images/mask.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.home-about .list-num .icon-box {
    display: flex;
    align-items: flex-end;
    column-gap: 1rem;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}

.home-about .list-num .icon-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.home-about .list-num .icon-box .number-run {
    display: flex;
    line-height: 1.2
}

.home-about .list-num .icon-box .number-run span {
    color: #fff;
    font-size: 3.2rem;
    font-weight: 700
}

.home-about .list-num .icon-box .number-run .charter {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700
}

.home-about .list-num .icon-box .title-num {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5rem
}

.home-project {
    padding: 60px 0
}

@media screen and (max-width:996px) {
    .home-project {
        padding: 20px 0
    }
}

.home-project .box-title {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width:996px) {
    .home-project .box-title {
        margin-bottom: 20px
    }
}

.home-project .box-title h2 {
    font-size: 36px
}

@media screen and (max-width:996px) {
    .home-project .box-title h2 {
        font-size: 28px;
        margin-bottom: 0
    }
}

.projects-slider {
    margin: 0 -15px
}

.projects-slider .item {
    margin: 0 15px
}

.projects-item {
    margin-bottom: 15px
}

.projects-item .box-img {
    aspect-ratio: 16/9;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 10px
}

.projects-item .box-img img {
    height: 100%;
    object-fit: cover;
    transition: all ease 1s
}

.projects-item:hover img {
    transform: scale(1.1)
}

.projects-item .list-cat {
    display: flex;
    gap: 10px
}

.projects-item .list-cat span {
    display: inline-flex;
    width: fit-content;
    padding: .15rem 1.5rem;
    border-radius: 6.25rem;
    font-size: .9375rem;
    font-weight: 500;
    margin-bottom: .5rem;
    background: var(--primary);
    color: #fff
}

.projects-item h4 {
    font-size: 20px
}

.projects-item h4 a {
    color: #333
}

.home-blog {
    padding: 60px 0
}

@media screen and (max-width:996px) {
    .home-blog {
        padding: 20px 0
    }
}

.home-blog .box-title {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.home-blog .box-title h2 {
    font-size: 36px
}

@media screen and (max-width:996px) {
    .home-blog .box-title h2 {
        font-size: 24px
    }
}

.date {
    display: inline-flex;
    width: fit-content;
    padding: .15rem 1rem;
    border-radius: 6.25rem;
    font-size: .9375rem;
    align-items: center;
    font-weight: 500;
    gap: 5px;
    margin-bottom: .5rem;
    background: rgba(233, 89, 2, .1);
    color: #fff;
    color: #333
}

.date span {
    color: var(--primary);
    font-size: 18px
}

@media screen and (max-width:996px) {
    .blog-item {
        margin-bottom: 10px
    }
}

.blog-item .box-img {
    aspect-ratio: 16/9;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px
}

.blog-item .box-img img {
    transition: all ease 1s
}

.blog-item:hover img {
    transform: scale(1.1)
}

.blog-item h4 {
    font-size: 18px
}

.blog-item h4 a {
    color: #333;
    font-weight: 600
}

.blog-item:hover h4 a {
    color: var(--primary)
}

.blog-item.main-blog {
    margin-bottom: 20px;
    display: flex;
    gap: 30px
}

@media screen and (max-width:996px) {
    .blog-item.main-blog {
        flex-direction: column;
        gap: 10px
    }
}

.blog-item.main-blog .box-img {
    width: 50%;
    flex-shrink: 0;
    margin-bottom: 0
}

@media screen and (max-width:996px) {
    .blog-item.main-blog .box-img {
        width: 100%
    }
}

.blog-item.main-blog h4 {
    font-size: 24px;
    font-weight: 600
}

@media screen and (max-width:996px) {
    .blog-item.main-blog h4 {
        font-size: 18px
    }
}

.blog-item.main-blog .short-desc {
    font-size: 20px;
    margin-bottom: 20px
}

.home-brand {
    padding: 60px 0;
    background: linear-gradient(180deg, rgba(58, 103, 177, .05) 0, rgba(0, 151, 215, .05) 100%)
}

@media screen and (max-width:996px) {
    .home-brand {
        padding: 20px 0
    }
}

.home-brand .box-title {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.home-brand .box-title h2 {
    font-size: 36px
}

@media screen and (max-width:996px) {
    .home-brand .box-title h2 {
        font-size: 28px
    }
}

.home-brand .brand-slider {
    margin: 0 -20px
}

.home-brand .brand-slider .item {
    margin: 0 20px
}

.home-brand .brand-slider .item .box-img {
    height: 150px
}

.home-brand .brand-slider .item .box-img img {
    height: 100%;
    object-fit: contain
}

.end {
    background: linear-gradient(180deg, rgba(58, 103, 177, .05) 0, rgba(0, 151, 215, .05) 100%)
}

.end .box-title {
    margin-bottom: 40px;
    text-align: center
}

@media screen and (max-width:996px) {
    .end .box-title {
        margin-bottom: 20px
    }
}

.end .box-title h2 {
    font-size: 36px
}

@media screen and (max-width:996px) {
    .end .box-title h2 {
        font-size: 28px
    }
}

.end .vuta-container-fluid {
    padding: 0
}

.end .project-goals__list {
    display: grid;
    grid-template-columns: repeat(6, 1fr)
}

@media screen and (max-width:996px) {
    .end .project-goals__list {
        grid-template-columns: repeat(3, 1fr)
    }
}

.end .project-goals__list .box-goals {
    position: relative
}

.end .project-goals__list .box-goals .box-image {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    transition: opacity .3s, transform .3s, background-color .3s
}

.end .project-goals__list .box-goals .box-image img {
    width: 100%
}

.end .project-goals__list .box-goals .box-image .icon {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    width: 8.375rem;
    height: 8.375rem;
    object-fit: cover
}

.end .project-goals__list .box-goals .box-text {
    padding: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease-in-out;
    z-index: -1
}

.end .project-goals__list .box-goals .box-text .number {
    opacity: .5;
    font-size: 2rem;
    display: inline-block;
    line-height: normal;
    font-weight: 600;
    color: #fff;
    margin: 0 0 .65rem
}

.end .project-goals__list .box-goals .box-text p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.4
}

@media screen and (max-width:996px) {
    .end .project-goals__list .box-goals .box-text p {
        font-size: 16px
    }
}

.end .project-goals__list .box-goals:hover .box-text {
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.end .project-goals__list .box-goals:last-child {
    display: flex;
    justify-content: center;
    align-items: center
}

main {
    background: #f6f6f6
}

.banner-page .box-img {
    position: relative;
    aspect-ratio: 1920/450
}

.banner-page .box-img::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.4);
}

.banner-page .box-img img {
    height: 100%;
    object-fit: cover
}

.wrapper-cate .box-cate {
    border-radius: .9375rem;
    background: #fff;
    margin-top: -3.5rem;
    margin-bottom: 2.8rem;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.wrapper-cate .box-title h2 {
    margin-bottom: 0;
    padding: 1.56rem 0;
    font-size: 2.2rem;
    text-align: center
}

@media screen and (max-width:996px) {
    .wrapper-cate .box-title h2 {
        font-size: 24px
    }
}

.wrapper-cate .box-tabs ul {
    margin: 0;
    display: flex;
    column-gap: 1rem;
    border-top: 1px solid #d0d8dd;
    overflow-x: auto;
    justify-content: center
}

@media screen and (max-width:996px) {
    .wrapper-cate .box-tabs ul {
        justify-content: left
    }
}

.wrapper-cate .box-tabs ul li {
    list-style: none;
    margin: 0;
    text-align: center;
    position: relative;
    flex-shrink: 0
}

.wrapper-cate .box-tabs ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: -.5rem;
    width: 1px;
    height: 100%;
    background-color: #d0d8dd
}

.wrapper-cate .box-tabs ul li:first-child::before {
    display: none
}

.wrapper-cate .box-tabs ul li a {
    color: var(--black-400);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.75rem;
    padding: 1.45rem;
    display: block;
    text-align: center
}

.wrapper-cate .box-tabs ul li.active a {
    color: var(--primary)
}

.blog {
    padding-bottom: 20px
}

.blog .blog-item {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden
}

.blog .blog-item .box-img {
    border-radius: 0;
    margin-bottom: 0
}

.blog .blog-item .box-content {
    padding: 15px 20px
}

.blog .blog-item .box-content .short-desc {
    font-size: 16px
}

.blog .top .blog-item {
    position: relative
}

.blog .top .blog-item .box-content {
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 0;
    background-image: linear-gradient(0deg, #333 0, rgba(0, 0, 0, 0) 100%)
}

.blog .top .blog-item .box-content h4 a {
    color: #fff
}

.blog .top .blog-item .box-content .date {
    color: #fff;
    background: rgba(233, 89, 2, .3)
}

.blog .top .main-blog .box-content {
    padding-left: 0;
    position: unset;
    background: 0 0
}

@media screen and (max-width:996px) {
    .blog .top .main-blog .box-content {
        padding-left: 15px
    }
}

.blog .top .main-blog .box-content h4 a {
    color: #000
}

.blog .top .main-blog .box-content .date {
    color: #333
}

.pagination ul {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 15px
}

.pagination ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    border-radius: 4px;
    background: #000;
    color: #fff
}

.pagination ul li a span {
    font-size: 16px
}

.pagination ul li.active a,
.pagination ul li:hover a {
    background: var(--primary)
}

.blog-detail {
    padding: 60px 0
}

@media screen and (max-width:996px) {
    .blog-detail {
        padding: 20px 0
    }
}

.blog-detail .main-detail .post-meta {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px
}

.blog-detail .main-detail .post-meta a {
    color: #333
}

.blog-detail .main-detail .post-meta .date {
    margin-bottom: 0
}

.blog-detail .main-detail h1 {
    font-size: 30px;
    line-height: 1.5
}

@media screen and (max-width:996px) {
    .blog-detail .main-detail h1 {
        font-size: 24px;
        color: var(--primary)
    }
}

.blog-detail .main-detail blockquote {
    font-style: italic
}

.blog-detail .main-detail article figure {
    padding: 0
}

.blog-detail .main-detail figure {
    margin-bottom: 15px;
    background: 0 0
}

.blog-detail .main-detail figcaption {
    background: rgba(0, 0, 0, .05) !important;
    font-size: .9em;
    font-style: italic;
    padding: .4em;
    text-align: center
}

.blog-detail .main-detail h2 {
    font-size: 22px
}

.blog-detail .share {
    display: flex;
    justify-content: right;
    gap: 20px;
    padding-top: 1.75rem;
    margin-top: 2rem;
    border-top: 1px solid #d0d8dd
}

.blog-detail .share ul {
    display: flex;
    gap: 10px
}

.blog-detail .share ul li a {
    border-radius: 50%;
    height: 32px;
    width: 32px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.related-blog {
    padding-bottom: 40px
}

.related-blog .box-title {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width:996px) {
    .related-blog .box-title {
        margin-bottom: 20px
    }
}

.related-blog .box-title h2 {
    font-size: 36px
}

@media screen and (max-width:996px) {
    .related-blog .box-title h2 {
        font-size: 24px
    }
}

.aside {
    position: sticky;
    top: 90px
}

.aside .aside-item h3 {
    background: var(--primary);
    color: #fff;
    text-align: center;
    padding: .75rem;
    border-radius: 12px;
    margin-bottom: 20px
}

.aside .aside-item ul li a {
    margin-bottom: 15px;
    display: flex;
    gap: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
    color: #333
}

.aside .aside-item ul li a:hover {
    color: var(--primary)
}

.aside .qc img {
    border-radius: 16px
}

.page-content {
    border-top: 1px solid #d9d9d9
}

.page-content .content {
    padding: 60px
}

@media screen and (max-width:996px) {
    .page-content .content {
        padding: 20px
    }
}

.banner-page .wrapper-cate {
    margin-bottom: 20px;
    padding-bottom: 1px
}

.banner-page .wrapper-cate .content b {
    font-weight: 700 !important
}

.banner-page .wrapper-cate .content ul {
    padding-left: 15px
}

.banner-page .wrapper-cate .content ul li {
    list-style: disc;
    margin-bottom: 10px
}

article ul {
    padding-left: 15px;
    list-style: disc;
    margin-bottom: 10px
}

article ol {
    padding-left: 15px
}

article ol li {
    list-style: num;
    margin-bottom: 10px
}

.contact {
    margin-top: -3.5rem;
    padding-bottom: 40px
}

.contact .box-contact {
    overflow: hidden;
    padding: 2.5rem 2.5rem 0 5rem;
    border-radius: .9375rem;
    background: var(--bg-trai);
    position: relative
}

@media screen and (max-width:996px) {
    .contact .box-contact {
        padding: 25px
    }
}

.contact .box-contact>.vuta-row {
    align-items: center
}

@media screen and (max-width:996px) {
    .contact form {
        padding-top: 15px
    }
}

.contact form h2 {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 15px
}

@media screen and (max-width:996px) {
    .contact form h2 {
        font-size: 24px
    }
}

.contact form input {
    border-radius: 0;
    margin-bottom: 20px;
    border: 0;
    background: 0 0;
    padding-left: 15px;
    border-bottom: 1px solid #d9d9d9;
    color: #f1f1f1
}

.contact form .box-btn {
    padding-top: 40px
}

.contact form .box-btn button {
    background: #fff;
    color: var(--primary)
}

.contact form .box-btn button span {
    background: var(--bg-trai);
    color: #fff
}

[class^=home-] {
    overflow: hidden
}

#menu-mobile {
    z-index: 9999
}

#button-contact-vr {
    z-index: 99
}

.box-step {
    position: relative;
    max-width: 1150px;
    margin: 0 auto
}

.box-step .line {
    --tw-translate-x: -50%;
    left: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    width: 2px;
    top: 0;
    position: absolute;
    content: "";
    bottom: 0;
    background-image: linear-gradient(to bottom, transparent, rgba(233, 89, 2, .3))
}

@media screen and (max-width:996px) {
    .box-step .line {
        left: 27px !important;
        transform: unset !important
    }
}

.box-step .list-stept .stept-item {
    display: flex;
    justify-content: space-between;
    padding-top: 3rem;
    padding-bottom: 3rem;
    align-items: center;
    gap: 20px
}

@media screen and (max-width:996px) {
    .box-step .list-stept .stept-item {
        padding: 2rem 0
    }

    .box-step .list-stept .stept-item .hide {
        display: none
    }

    .box-step .list-stept .stept-item .icon {
        order: 1 !important
    }

    .box-step .list-stept .stept-item .txt {
        order: 2 !important;
        width: 80% !important;
        text-align: left !important
    }
}

.box-step .list-stept .stept-item:nth-child(even) .txt {
    order: 3
}

.box-step .list-stept .stept-item:nth-child(even) .icon {
    order: 2
}

.box-step .list-stept .stept-item:nth-child(odd) .txt {
    text-align: right
}

.box-step .list-stept .stept-item:first-child .icon,
.box-step .list-stept .stept-item:hover .icon {
    --tw-shadow: 0 4px 15px rgba(233, 89, 2, 0.2);
    --tw-shadow-colored: 0 4px 15px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
    border: 1px solid var(--second);
    color: var(--second)
}

.box-step .list-stept .stept-item:first-child .icon span,
.box-step .list-stept .stept-item:hover .icon span {
    color: var(--second)
}

.box-step .list-stept .stept-item:hover h4 {
    color: var(--second)
}

.box-step .list-stept .stept-item h4 {
    font-size: 20px;
    transition: all ease .4s;
    margin-bottom: 10;
    text-transform: uppercase;
    color: var(--primary)
}

@media screen and (max-width:996px) {
    .box-step .list-stept .stept-item h4 {
        margin-bottom: .5rem
    }
}

.box-step .list-stept .stept-item p {
    margin-bottom: 0;
    font-size: 14px
}

.box-step .list-stept .stept-item .txt {
    width: 42%
}

.box-step .list-stept .stept-item .hide {
    width: 42%
}

.box-step .list-stept .stept-item .icon {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
    transition: all ease .4s;
    flex-shrink: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    z-index: 3
}

.box-step .list-stept .stept-item .icon span {
    color: #64748b;
    transition: all ease .4s
}

.box-step .list-stept .stept-item .icon span {
    font-family: inherit
}

.vuta-header {
    background: #fff
}

.vuta-header.fixed-top {
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1)
}

.vuta-header.fixed-top .header-top {
    display: none
}

.vuta-header .header-top {
    padding: 5px 0;
    background: var(--bg-trai)
}

.vuta-header .header-top .vuta-container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.vuta-header .header-top .vuta-container .left span {
    color: #fff;
    position: relative;
    padding-left: 20px;
    font-size: 14px
}

.vuta-header .header-top .vuta-container .left span::before {
    height: 10px;
    width: 10px;
    background: #ffc000;
    border-radius: 50%;
    left: 0;
    content: "";
    position: absolute;
    top: 4px
}

.vuta-header .header-top .vuta-container .mid {
    display: none
}

.vuta-header .header-top .vuta-container .right ul {
    display: flex;
    gap: 30px;
    align-items: center
}

.vuta-header .header-top .vuta-container .right ul li {
    position: relative
}

.vuta-header .header-top .vuta-container .right ul li::before {
    height: 17px;
    width: 1px;
    background: rgba(255, 255, 255, .4);
    position: absolute;
    content: "";
    right: -15px;
    top: 7px
}

.vuta-header .header-top .vuta-container .right ul li:last-child::before {
    display: none
}

.vuta-header .header-top .vuta-container .right ul li img {
    filter: brightness(0) invert(1);
    height: 20px
}

@media screen and (max-width:996px) {
    .vuta-header .header-top .vuta-container .right ul li img {
        height: 17px
    }
}

.vuta-header .header-top .vuta-container .right ul li:nth-child(2) img {
    height: 17px
}

@media screen and (max-width:996px) {
    .vuta-header .header-top .vuta-container .right ul li:nth-child(2) img {
        height: 14px
    }
}

.vuta-header .header-main .vuta-container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.vuta-header .header-main .vuta-container .logo img {
    height: 70px
}

@media screen and (max-width:1200px) {
    .vuta-header .header-main .vuta-container .menu {
        display: none
    }
}

.vuta-header .header-main .vuta-container .menu .accordion {
    display: flex;
    gap: 40px
}

.vuta-header .header-main .vuta-container .menu .accordion>li .link>a {
    color: #000;
    display: flex;
    height: 50px;
    font-weight: 600;
    align-items: center;
    text-transform: uppercase;
    position: relative
}

.vuta-header .header-main .vuta-container .menu .accordion>li .link>a::before {
    background: var(--bg-phai);
    height: 3px;
    position: absolute;
    width: 100%;
    bottom: 0;
    content: "";
    transform: scale(0);
    transition: all ease .4s
}

.vuta-header .header-main .vuta-container .menu .accordion>li:hover .link>a {
    color: var(--primary)
}

.vuta-header .header-main .vuta-container .menu .accordion>li:hover .link>a::before {
    transform: scale(1)
}

.vuta-header .header-main .vuta-container .menu .accordion>li.dropdown {
    position: relative
}

.vuta-header .header-main .vuta-container .menu .accordion>li.dropdown:hover .submenu {
    top: 100%;
    opacity: 1;
    visibility: visible
}

.vuta-header .header-main .vuta-container .menu .accordion>li.dropdown .submenu {
    position: absolute;
    border-radius: 4px;
    top: calc(100% + 10px);
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    z-index: 9;
    content: "";
    background: #fff
}

.vuta-header .header-main .vuta-container .menu .accordion>li.dropdown .submenu li {
    padding-left: 15px;
    padding-right: 15px
}

.vuta-header .header-main .vuta-container .menu .accordion>li.dropdown .submenu li:last-child a {
    border-bottom: 0
}

.vuta-header .header-main .vuta-container .menu .accordion>li.dropdown .submenu li>a {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #3b3a3a;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, .04)
}

.vuta-header .header-main .vuta-container .menu .accordion>li.dropdown .submenu li>a:hover {
    color: var(--primary)
}

header .mobile-btn {
    display: none
}

@media screen and (max-width:996px) {
    header .mobile-btn {
        display: block
    }
}

header .mobile-btn #mobile-btn span {
    background: var(--primary);
    margin-bottom: 5px;
    height: 2px
}

header .mobile-btn #mobile-btn span:last-child {
    margin-bottom: 0
}

#menu-mobile .mobile-logo {
    text-align: center;
    margin-bottom: 40px
}

#menu-mobile .mobile-logo img {
    height: 50px
}

#menu-mobile .list-mobile-menu ul li a {
    color: var(--primary)
}

.vuta-footer {
    padding: 40px 0 0;
    border-top: 2px solid var(--primary)
}

.vuta-footer .footer-coppyright {
    background: var(--bg-tren)
}

.vuta-footer .footer-coppyright p {
    margin-bottom: 0
}

.vuta-footer .footer-coppyright .vuta-container {
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    justify-content: space-between;
    color: rgba(255, 255, 255, .7)
}

@media screen and (max-width:996px) {
    .vuta-footer .footer-coppyright .vuta-container {
        flex-direction: column;
        text-align: center
    }
}

.vuta-footer .footer-coppyright .vuta-container p a {
    font-weight: 700;
    color: #fff
}

@media screen and (max-width:996px) {
    .vuta-footer .logo {
        text-align: center
    }
}

.vuta-footer .logo img {
    height: 100px
}

.vuta-footer .list-info {
    padding-left: 0
}

.vuta-footer .list-info li {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    gap: 5px
}

.vuta-footer .list-info li:hover a {
    color: var(--primary)
}

.vuta-footer .list-info li a {
    display: flex;
    gap: 5px;
    align-items: center;
    color: #000
}

.vuta-footer h3 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px
}

.vuta-footer h3::before {
    height: 3px;
    width: 64px;
    background: var(--bg-phai);
    position: absolute;
    bottom: 0;
    content: ""
}

.vuta-footer ul {
    padding-left: 15px
}

.vuta-footer li {
    margin-bottom: 15px;
    list-style: disc
}

.vuta-footer li a {
    color: #333
}

.vuta-footer li a:hover {
    color: var(--primary)
}

.vuta-footer .list-brand {
    padding-left: 0;
    display: flex;
    gap: 15px;
    margin-bottom: 10px
}

.vuta-footer .list-brand li {
    margin-bottom: 0;
    list-style: none
}

.vuta-footer .list-brand li .box-img {
    height: 100px;
    padding: 15px;
    border-radius: 12px;
    background: rgba(233, 89, 2, .1)
}

.vuta-footer .list-brand li .box-img img {
    object-fit: contain;
    height: 100%;
    aspect-ratio: 1 / 1;
}

.vuta-footer .fanpage .box-img {
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden
}

.video-page iframe,
.page-content iframe {
    width: 100% !important;
}

.video-page .table table,
.video-page .table table th,
.video-page .table table td,
.video-page .table table tr {
    border: none;
}

.language-mobile {
    display: none;
}

.language-pc {
    display: block;
}

@media (max-width: 575px) {
    .language-mobile {
        display: block;
    }

    .language-pc {
        display: none;
    }
}

@media (max-width: 575px) {
    .primary-btn {
        height: 36px;
        font-size: 14px;
        padding: 0 3px 0 14px;
    }

    .primary-btn .material-symbols-outlined {
        font-size: 18px;
        width: 28px;
        height: 28px;
    }
}

.main-detail ul {
  list-style: disc;
  margin: 0 0 1rem 0;
  padding-left: 1.5rem;
}
.main-detail ol {
  list-style: decimal;
  margin: 0 0 1rem 0;
  padding-left: 1.5rem;
}
.main-detail ul li {
  list-style: disc;
  font-size: 15px;
  line-height: 1.7;
  color: var(--color-text-primary);
  margin-bottom: 6px;
  padding-left: 4px;
}
.main-detail ol li {
  list-style: decimal;
  font-size: 15px;
  line-height: 1.7;
  color: var(--color-text-primary);
  margin-bottom: 6px;
  padding-left: 4px;
}
.main-detail ul li::marker,
.main-detail ol li::marker {
  color: var(--color-text-tertiary);
}
.main-detail ol li::marker {
  font-size: 14px;
  font-weight: 500;
}

.main-detail blockquote {
  margin: 0 0 1rem 0;
  padding: 12px 16px;
  border-left: 3px solid
    var(--color-border-secondary);
  border-radius: 0;
  background: var(--color-background-secondary);
}
.main-detail blockquote p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--color-text-secondary);
  font-style: italic;
}

.main-detail figcaption {
  font-size: 13px;
  line-height: 1.55;
  color: var(--color-text-tertiary);
  text-align: center;
  margin-top: 6px;
}