@import url(https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap);

:root {
    --white: #fff;
    --black: #000;
    --primary: #F59E1E !important;
    --bg: #Fff;
    --second: #F59E1E;
    --body: #141414
}

body {
    font-family: Lexend, sans-serif
}

h1,
h2,
h3,
h4,
h5 {
    font-size: 24px;
    font-family: Lexend, sans-serif;
    line-height: 1.5
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    font-family: Lexend, sans-serif
}

.link a {
    font-family: Lexend, sans-serif
}

a,
button {
    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
}

.big-blog .box-content h4 a,
.blog-item h4 a,
.line-2,
.list-blog li a,
.products-item-flex .box-top .box-content h4 a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word
}

.line-1,
.products-item-bdscn .box-content h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word
}

.line-3,
.vuta-home-service .service-item p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word
}

.d-none {
    display: none !important
}

.slick-arrow {
    border: 0;
    opacity: 0;
    transition: all ease .4s
}

.slick-arrow::before {
    background-image: url(../images/icon-left.svg);
    background-size: cover;
    content: "";
    height: 21px;
    background-repeat: no-repeat;
    width: 21px
}

.slick-arrow.slick-prev {
    left: 0
}

.slick-arrow.slick-next {
    right: 0
}

.slick-arrow.slick-next::before {
    background-image: url(../images/icon-right.svg)
}

.slick-slider:hover .slick-arrow {
    opacity: 1
}

.slick-slider:hover .slick-arrow.slick-prev {
    left: 10px
}

.slick-slider:hover .slick-arrow.slick-next {
    right: 10px
}

.vuta-home-projects {
    padding-top: 86px
}

@media screen and (max-width:996px) {
    .vuta-home-projects {
        padding-top: 30px
    }
}

.vuta-home-projects .slick-arrow {
    height: 35px;
    background: rgba(255, 255, 255, .8);
    width: 35px
}

.vuta-home-projects .slick-arrow::before {
    filter: invert(1) brightness(0)
}

.vuta-home-projects .slick-active {
    transform: scale(1.5) !important
}

@media screen and (max-width:996px) {
    .vuta-home-projects .slick-active {
        transform: scale(1) !important
    }
}

.vuta-home-projects .slick-slide.slick-current.slick-active.slick-center {
    transform: scale(2) !important;
    z-index: 3;
    opacity: 1;
    transition: .3s all
}

@media screen and (max-width:996px) {
    .vuta-home-projects .slick-slide.slick-current.slick-active.slick-center {
        transform: scale(1) !important
    }
}

.vuta-home-projects .slick-slide.slick-current.slick-active.slick-center::before {
    display: none
}

.vuta-home-projects .slick-list {
    padding: 170px 0
}

@media screen and (max-width:996px) {
    .vuta-home-projects .slick-list {
        padding: 0
    }
}

.vuta-home-projects .item {
    position: relative;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    border-radius: 10px;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
    z-index: 1
}

@media screen and (max-width:996px) {
    .vuta-home-projects .item {
        margin-bottom: 15px
    }
}

.vuta-home-projects .item .box-img {
    aspect-ratio: 4/6
}

@media screen and (max-width:996px) {
    .vuta-home-projects .item .box-img {
        aspect-ratio: 3/2
    }
}

.vuta-home-projects .item .box-img img {
    height: 100%;
    object-fit: cover
}

.vuta-home-projects .item::before {
    position: absolute;
    z-index: 2;
    inset: 0;
    content: "";
    background: rgba(0, 0, 0, .6)
}

.vuta-home-projects .projetcs-slider {
    margin-left: -10px;
    margin-right: -10px
}

.vuta-home-projects .projects-content {
    display: none
}

.vuta-home-projects .projects-content.none {
    display: none
}

.vuta-home-projects .projects-content.none.active {
    display: none
}

.vuta-home-projects .projects-content.active {
    display: block
}

.vuta-home-projects .vuta-row {
    align-items: center
}

section {
    padding-top: 40px
}

@media screen and (max-width:996px) {
    section {
        padding-top: 20px
    }
}

.box-project-content {
    max-width: 500px;
    height: 100%;
    padding: 25px 30px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    border-radius: 20px
}

.box-project-content h4 {
    text-align: center;
    margin-bottom: 20px
}

@media screen and (max-width:996px) {
    .box-project-content h4 {
        font-size: 18px
    }
}

.box-project-content ul li {
    display: flex;
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
    color: #888;
    justify-content: space-between
}

.box-project-content ul li span {
    color: #000
}

.box-project-content ul li span {
    width: 60%;
    text-align: right
}

@media screen and (max-width:996px) {
    .box-detail h1 {
        font-size: 20px
    }
}

@media screen and (max-width:996px) {
    .box-detail h2 {
        font-size: 18px;
        color: #000
    }
}

@media screen and (max-width:996px) {

    .box-detail h3,
    .box-detail h4 {
        font-size: 16px;
        color: #000
    }
}

.vuta-banner {
    padding-top: 0
}

.vuta-home-about {
    padding-bottom: 40px
}

.vuta-home-about .wraper {
    width: min(920px, 100%);
    margin: 0 auto
}

.vuta-home-about a {
    border-radius: 6px;
    display: inline-flex;
    padding: 8px 45px;
    background: var(--second);
    color: #fff
}

.vuta-home-about a:hover {
    background: var(--primary)
}

[class^=vuta-home-] .box-title {
    margin-bottom: 30px
}

[class^=vuta-home-] .box-title h2 {
    font-size: 32px;
    text-align: center;
    text-transform: uppercase
}

[class^=vuta-home-] .box-title h2 span {
    color: var(--second)
}

@media screen and (max-width:996px) {
    [class^=vuta-home-] .box-title h2 {
        font-size: 21px
    }
}

[class^=vuta-home-] .box-title .slogan {
    font-size: 24px;
    color: #888;
    text-align: center;
    font-style: italic
}

@media screen and (max-width:996px) {
    [class^=vuta-home-] .box-title .slogan {
        font-size: 18px
    }
}

.vuta-home-about .box-content {
    text-align: justify
}

.vuta-home-about .box-title {
    margin-bottom: 60px
}

.vuta-home-about p {
    font-size: 20px
}

@media screen and (max-width:996px) {
    .vuta-home-about p {
        font-size: 16px
    }
}

.vuta-home-about p span {
    color: #000;
    font-weight: 600
}

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

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

.vuta-home-service {
    position: relative;
    background: var(--bg);
    padding: 60px 0 10px
}

@media screen and (max-width:996px) {
    .vuta-home-service {
        padding-top: 30px
    }
}

.vuta-home-service .wraper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;

}

@media screen and (max-width:996px) {
    .vuta-home-service .wraper {
        flex-wrap: nowrap;
        gap: 10px;
        overflow-x: auto;
        padding: 10px
    }
}

.vuta-home-service .service-item {
    display: flex;
    width: calc(33% - 10px);
    justify-content: left;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
    flex-direction: column
}

.vuta-home-service .service-item .box-img {
    overflow: hidden
}

.vuta-home-service .service-item .box-img img {
    transition: all ease .7s
}

.vuta-home-service .service-item:hover .box-img img {
    transform: scale(1.1)
}

@media screen and (max-width:996px) {
    .vuta-home-service .service-item {
        min-width: 350px;
        width: 100%
    }
}

.vuta-home-service .service-item:nth-child(odd) .box-content {
    background: var(--primary)
}

.vuta-home-service .service-item .box-content {
    padding: 10px 20px;
    background: var(--second);
    text-align: center;
    color: #fff
}

@media screen and (max-width:996px) {
    .vuta-home-service .service-item .box-content {
        width: 100%
    }
}

.vuta-home-service .service-item .box-content .number {
    font-size: 80px;
    font-weight: 700
}

.vuta-home-service .service-item .box-content a {
    color: #fff
}

.vuta-home-service .service-item .box-content h4 {
    margin-bottom: 0;
    font-size: 18px
}

.vuta-home-service .service-item .box-content h4 a {
    padding-bottom: 5px;
    position: relative
}

.vuta-home-service .service-item .box-content:hover .box-btn a {
    background: #fff;
    color: #000
}

.vuta-home-service .service-item .box-content:hover .box-btn a img {
    filter: none;
    margin-left: 20px
}

.vuta-home-service .service-item .box-content .box-btn a {
    border-radius: 24px;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #fff
}

.vuta-home-service .service-item .box-content .box-btn a img {
    transition: all ease .4s;
    margin-left: 5px;
    filter: brightness(0) invert(1)
}

.vuta-home-service .service-item .box-img {
    flex-shrink: 0;
    aspect-ratio: 3/2
}

.vuta-home-service .service-item .box-img img {
    height: 100%;
    object-fit: cover
}

.vuta-home-cat .box-home-cat {
    padding-top: 40px;
    background: #fff
}

.popup-search {
    position: fixed;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    background: rgba(0, 0, 0, .9);
    top: 0;
    transition: transform .7s ease;
    display: none
}

.popup-search .popup-content {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative
}

.popup-search .close-btn {
    position: absolute;
    color: #fff;
    right: 30px;
    font-weight: 700;
    padding: 0 8px;
    border-radius: 50%;
    border: 2px #fff solid;
    top: 15px;
    font-size: 15px;
    cursor: pointer
}

.popup-search .form-search {
    top: 20%;
    position: absolute;
    /* left: 50%;
    transform: translateX(-50%) translateY(-50%); */
    width: min(600px, 100% - 10px);
    padding: 10px;
}

.popup-search .form-search form {
    position: relative
}

.popup-search .form-search input {
    background: #fff;
    border: none;
    outline: 0;
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    color: #272727;
    padding: 15px 30px;
    width: 100%
}

.popup-search .form-search button {
    position: absolute;
    background: var(--primary);
    border: none;
    height: 60px;
    width: 60px;
    color: #fff;
    top: 0;
    right: 0;
    transition: all ease .4s
}

.popup-search .form-search button img {
    filter: brightness(0) invert(1)
}

.popup-search .result {
    width: 100%
}

.popup-search .form-search button:hover {
    opacity: .8
}

.vuta-home-projects {
    display: none;
}

.vuta-home-cat .box-home-cat .box-title {
    display: flex;
    align-items: center;
    gap: 30px
}

@media screen and (max-width:996px) {
    .vuta-home-cat .box-home-cat .box-title {
        gap: 10px
    }
}

.vuta-home-cat .box-home-cat .box-title h2 {
    font-size: 24px;
    margin-bottom: 0;
    padding-right: 30px;
    border-right: 2px solid var(--second)
}

@media screen and (max-width:996px) {
    .vuta-home-cat .box-home-cat .box-title h2 {
        font-size: 21px;
        padding-right: 0;
        border: 0
    }
}

.vuta-home-cat .box-home-cat .box-title ul {
    display: flex;
    gap: 20px
}

.vuta-home-cat .box-home-cat .box-title ul li a {
    color: #616161
}

.vuta-home-cat .box-home-cat .box-title ul li a:hover {
    color: var(--second)
}

@media screen and (max-width:996px) {
    .vuta-home-cat .box-home-cat .box-title {
        flex-direction: column
    }
}

@media screen and (max-width:996px) {
    .vuta-home-cat .box-home-cat .box-title .box-btn {
        display: none
    }
}

.vuta-home-cat .box-home-cat .box-title .box-btn a {
    border-radius: 24px;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-flex;
    align-items: center;
    color: #000;
    border: 1px solid var(--second)
}

.vuta-home-cat .box-home-cat .box-title .box-btn a img {
    transition: all ease .4s;
    margin-left: 5px
}

.vuta-home-cat .box-home-cat .box-title .box-btn a:hover {
    background: var(--second);
    color: #fff
}

.vuta-home-cat .box-home-cat .box-title .box-btn a:hover img {
    filter: brightness(0) invert(1);
    margin-left: 20px
}

.vuta-home-cat .box-home-cat:nth-child(even) {
    background: var(--bg)
}

.ads .box-img {
    height: 600px;
}

.ads .box-img img {
    height: 100%;
}

@media (max-width:996px) {
    .ads .box-img {
        display: none;
    }
}

.products-item-flex {
    margin-bottom: 20px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    border-radius: 10px;
    overflow: hidden
}

.products-item-flex .box-top {
    display: flex
}

.products-item-flex .box-top .box-img {
    flex-shrink: 0;
    position: relative;
    width: 150px
}

.products-item-flex .box-top .box-img img {
    height: 100%;
    object-fit: cover
}

.products-item-flex .box-top .box-img .label {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary);
    color: #fff;
    font-size: 11px;
    padding: 0 15px;
    padding-left: 30px
}

.products-item-flex .box-top .box-img .label::before {
    position: absolute;
    content: "\f02b";
    font-family: fontawesome;
    left: 15px
}

.products-item-flex .box-top .box-img .ht {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--second);
    color: #fff;
    font-size: 11px;
    padding: 0 5px
}

.products-item-flex .box-top .box-content {
    padding: 10px;
    background: #fff;
    position: relative
}

.products-item-flex .box-top .box-content .check {
    font-size: 10px;
    position: absolute;
    bottom: 0;
    color: #fff;
    right: 0;
    background: #0ca10c;
    padding: 5px;
    padding-left: 20px
}

.products-item-flex .box-top .box-content .check::before {
    content: "\f058";
    position: absolute;
    font-family: fontawesome;
    left: 5px
}

.products-item-flex .box-top .box-content .d-flex {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: var(--second);
    font-weight: 600
}

.products-item-flex .box-top .box-content h4 {
    font-size: 16px;
    line-height: 1.25
}

.products-item-flex .box-top .box-content h4 a {
    color: #000
}

.products-item-flex .box-top .box-content p {
    margin-bottom: 0;
    color: var(--second);
    font-size: 14px;
    font-weight: 600
}

.products-item-flex .box-bottom {
    background: #f9f9f9;
    padding-left: 10px;
    transition: all ease .4s;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600;
    color: #333;
    padding-right: 10px
}

.products-item-flex .box-bottom .location {
    position: relative;
    padding-left: 20px
}

.products-item-flex .box-bottom .location::before {
    position: absolute;
    background-image: url(../images/location.svg);
    background-repeat: no-repeat;
    left: -5px;
    content: "";
    width: 20px;
    height: 20px
}

.products-item-flex .box-bottom .square {
    position: relative;
    padding-left: 20px
}

.products-item-flex .box-bottom .square::before {
    position: absolute;
    background-image: url(../images/map-location.svg);
    background-repeat: no-repeat;
    left: -5px;
    content: "";
    width: 20px;
    height: 20px
}

.products-item-flex .box-bottom .d-flex {
    justify-content: space-between
}

.products-item-flex:hover .box-bottom {
    background: var(--primary);
    color: #fff
}

.products-item-bdscn {
    background: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative
}

.products-item-bdscn .label {
    position: absolute;
    border-radius: 4px;
    left: 10px;
    font-size: 12px;
    z-index: 9;
    padding: 0 5px;
    background: var(--primary);
    color: #fff;
    top: 10px;
}

.products-item-bdscn:hover .box-img img {
    transform: scale(1.1)
}

.products-item-bdscn:hover h4 {
    color: var(--second)
}

.products-item-bdscn>a {
    position: absolute;
    content: "";
    inset: 0;
    z-index: 1
}

.products-item-bdscn .box-img {
    aspect-ratio: 3/2;
    overflow: hidden
}

.products-item-bdscn .box-img .ht {
    position: absolute;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 4px;
    background: var(--second);
    color: #fff;
    top: 10px;
    right: 10px
}

.products-item-bdscn .box-img img {
    transition: all ease .7s;
    height: 100%;
    object-fit: cover
}

.products-item-bdscn .box-content {
    padding: 10px 14px
}

.products-item-bdscn .box-content h4 {
    font-size: 18px;
    transition: all ease .4s
}

.products-item-bdscn .box-content h5 {
    font-size: 16px
}

.products-item-bdscn .box-content h5 span {
    font-weight: 400;
    color: #616161
}

.products-item-bdscn .box-content ul {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap
}

.products-item-bdscn .box-content ul img {
    width: 13px;
    height: 13px
}

.products-item-bdscn .box-content ul li {
    width: calc(50% - 5px);
    font-size: 13px;
    color: #616161
}

.vuta-home-blog {
    padding: 60px 0 40px
}

@media screen and (max-width:996px) {
    .vuta-home-blog {
        padding-top: 30px
    }
}

.vuta-home-blog .box-title {
    display: flex;
    align-items: center;
    gap: 30px
}

@media screen and (max-width:996px) {
    .vuta-home-blog .box-title {
        display: none
    }
}

.vuta-home-blog .box-title h2 {
    font-size: 24px;
    margin-bottom: 0;
    padding-right: 30px;
    border-right: 2px solid var(--second)
}

.vuta-home-blog .box-title .box-btn a {
    border-radius: 24px;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-flex;
    align-items: center;
    color: #000;
    border: 1px solid var(--second)
}

.vuta-home-blog .box-title .box-btn a img {
    transition: all ease .4s;
    margin-left: 5px
}

.vuta-home-blog .box-title .box-btn a:hover {
    background: var(--second);
    color: #fff
}

.vuta-home-blog .box-title .box-btn a:hover img {
    filter: brightness(0) invert(1);
    margin-left: 20px
}

.vuta-home-blog .user-nav-tabs {
    margin-bottom: 20px;
    padding-bottom: 0
}

@media screen and (max-width:996px) {
    .vuta-home-blog .user-nav-tabs {
        overflow-x: scroll;
        white-space: nowrap;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch
    }
}

.vuta-home-blog .user-nav-tabs li {
    position: relative
}

.vuta-home-blog .user-nav-tabs li a {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    padding-left: 15px;
    padding-right: 15px
}

.vuta-home-blog .user-nav-tabs li::before {
    height: 3px;
    width: 100%;
    background: var(--second);
    position: absolute;
    bottom: -2px;
    content: "";
    display: none
}

.vuta-home-blog .user-nav-tabs li.active a {
    color: var(--second)
}

.vuta-home-blog .user-nav-tabs li.active::before {
    display: block
}

@media screen and (max-width:996px) {
    .vuta-home-blog .ads {
        display: none
    }
}

.blog-item.flex {
    display: flex;
    gap: 10px
}

.blog-item.flex .box-img {
    margin-bottom: 0;
    height: 80px;
    width: 120px;
    flex-shrink: 0
}

.blog-item.flex .box-img img {
    height: 100%
}

.blog-item .time {
    display: flex;
    color: #888;
    align-items: center;
    font-size: 14px;
    gap: 5px
}

.blog-item .box-img {
    margin-bottom: 10px
}

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

.blog-item h4 a {
    font-size: 14px;
    color: #616161
}

.big-blog {
    position: relative;
    border-radius: 12px;
    overflow: hidden
}

.big-blog .time {
    margin-bottom: 20px;
    color: #fff
}

.big-blog .time img {
    filter: brightness(0) invert(1)
}

.big-blog .box-img {
    margin-bottom: 0;
    overflow: hidden
}

.big-blog .box-img img {
    transition: all ease .7s
}

.big-blog>a {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .3)
}

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

.big-blog .box-content {
    position: absolute;
    bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 2
}

.big-blog .box-content h4 a {
    color: #fff;
    font-size: 18px
}

@media screen and (max-width:996px) {
    .list-blog {
        padding-top: 10px
    }
}

.list-blog li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
    line-height: 1.5
}

.list-blog li a {
    color: #616161
}

.list-blog li:hover a {
    color: var(--second)
}

.top {
    margin-bottom: 10px
}

.bottom .box-img {
    border-radius: 8px;
    overflow: hidden
}

.vuta-home-brand {
    padding: 40px 0
}

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

.vuta-home-brand .item {
    margin: 20px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    padding: 10px;
    border-radius: 10px
}

.breadcrumb {
    padding: 10px 0;
    background: #f9f9f9;
    margin-bottom: 0
}

.breadcrumb ul {
    display: flex;
    gap: 30px
}

@media screen and (max-width:996px) {
    .breadcrumb ul {
        overflow-x: scroll;
        white-space: nowrap;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch
    }
}

.breadcrumb ul li {
    position: relative
}

.breadcrumb ul li::before {
    position: absolute;
    content: "";
    background-image: url(../images/icon-right.svg);
    width: 17px;
    height: 17px;
    top: 4px;
    left: -22px
}

.breadcrumb ul li:first-child::before {
    display: none
}

.breadcrumb ul li a {
    color: #616161
}

.breadcrumb ul li:last-child a {
    color: #000
}

.blog {
    position: relative;
    background: #fff
}

.blog .box-title {
    margin-bottom: 30px
}

.blog .box-title h2 {
    border: 0
}

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

.aside .aside-item {
    padding: 15px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    border-radius: 8px;
    margin-bottom: 20px
}

.aside .aside-item ul {
    padding-left: 15px
}

.aside .aside-item ul li {
    list-style: circle;
    border: 0;
    padding-bottom: 0
}

.aside .aside-item h3 {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 5px
}

.aside .aside-item h3::before {
    background: var(--second);
    width: 64px;
    height: 3px;
    content: "";
    position: absolute;
    bottom: 0
}

.aside .aside-item .blog-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #f5f5f5 solid
}

.aside .aside-item .blog-item:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.aside .aside-item .blog-item .box-content {
    display: flex;
    flex-direction: column
}

.aside .aside-item .blog-item .box-content .time {
    order: 2
}

.pagination {
    padding-top: 20px
}

.pagination ul {
    display: flex;
    gap: 10px
}

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

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

.projects {
    padding-bottom: 40px
}

.projects .box-title {
    margin-bottom: 20px
}

.projects .box-title h2 {
    font-size: 24px;
}

.projects .pagination ul {
    justify-content: center;
    width: 100%
}

.blog-detail {
    padding-bottom: 20px
}

.blog-detail p {
    margin-bottom: .5rem
}

.blog-detail figcaption {
    text-align: center;
    color: #616161;
    padding-top: .5rem;
    font-style: italic
}

.blog-detail .author {
    padding: 10px 0;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    text-align: right
}

.blog-detail .author a {
    color: var(--primary)
}

.blog-detail h3 {
    font-size: 18px
}

.blog-detail .d-flex {
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 10px
}

.blog-detail .d-flex .cat,
.blog-detail .d-flex .time {
    font-size: 14px;
    color: #616161
}

.blog-detail .d-flex .cat a {
    color: var(--second);
    border-right: 1px solid #616161;
    font-weight: 600;
    padding-right: 15px
}

.related-blog {
    padding-top: 30px
}

.related-products-slider,
.related-slider {
    margin-left: -10px;
    margin-right: -10px
}

.related-products-slider .item,
.related-slider .item {
    margin: 10px
}

.products-detail .top-detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.products-detail .box-info {
    display: flex;
    gap: 20px;
    margin-bottom: 40px
}

.products-detail .box-info .avatar {
    aspect-ratio: 16/9;
    width: 150px
}

.products-detail .box-info .avatar img {
    height: 100%;
    object-fit: cover
}

@media screen and (max-width:996px) {
    .products-detail .box-info h1 {
        font-size: 20px
    }
}

.products-detail .box-info .id {
    font-size: 14px;
    color: #616161
}

.products-detail .box-rate {
    text-align: right
}

@media screen and (max-width:996px) {
    .products-detail .box-rate {
        width: 100%
    }
}

.products-detail .box-rate .d-flex {
    gap: 10px
}

.products-detail .box-rate p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
    padding: 5px 10px;
    background: var(--second);
    border-radius: 4px
}

@media screen and (max-width:996px) {
    .products-detail .box-rate p {
        width: 50%;
        text-align: center
    }
}

.products-detail .box-rate .update {
    color: #616161;
    font-size: 14px
}

.products-detail .list-info {
    margin-bottom: 40px
}

.products-detail .list-info ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.products-detail .list-info ul li {
    width: calc(50% - 10px);
    margin-bottom: 10px;
    font-weight: 600
}

.products-detail .list-info ul li img {
    margin-right: 5px
}

.products-detail .list-info ul li span {
    font-weight: 400;
    color: #616161
}

.products-detail .info-projects {
    padding-top: 50px;
    margin-top: 50px;
    margin-bottom: 40px;
    border-top: 1px solid #cdcdcd;
    display: flex;
    align-items: baseline;
    position: relative
}

@media screen and (max-width:996px) {
    .products-detail .info-projects {
        padding-top: 20px;
        margin-top: 20px
    }
}

@media screen and (max-width:996px) {
    .products-detail .info-projects {
        flex-direction: column
    }
}

.products-detail .info-projects .left-info {
    position: sticky;
    top: 80px;
    min-width: 280px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    border-radius: 8px;
    overflow: hidden
}

@media screen and (max-width:996px) {
    .products-detail .info-projects .left-info {
        width: 100%;
        position: inherit;
        top: unset
    }
}

.products-detail .info-projects .left-info .head-title {
    padding: 10px 15px;
    background: var(--second);
    color: #fff
}

.products-detail .info-projects .left-info .head-title h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0;
    text-align: center
}

.products-detail .info-projects .left-info ul {
    padding-left: 15px;
    padding-right: 15px
}

.products-detail .info-projects .left-info ul li {
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #616161
}

.products-detail .info-projects .left-info ul li.active a,
.products-detail .info-projects .left-info ul li:hover a {
    color: var(--second)
}

.products-detail .info-projects .left-info ul li a {
    color: #616161
}

.products-detail .info-projects .left-info ul li:last-child {
    border-bottom: 0
}

.products-detail .info-projects #info {
    padding-left: 50px
}

@media screen and (max-width:996px) {
    .products-detail .info-projects #info {
        padding-left: 0
    }
}

.products-detail .info-projects #info h2 {
    font-size: 22px
}

.products-detail .info-projects #info h3 {
    font-size: 18px
}

.products-detail .info-projects #info h4 {
    font-size: 16px
}

.related-products {
    padding-top: 30px
}

.form-tv {
    width: min(996px, 100%);
    margin: 0 auto;
    padding: 15px 20px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    border-radius: 10px
}

.form-tv h2 {
    color: var(--second)
}

.form-tv .vuta-input {
    margin-bottom: 1rem
}

.form-tv .gr-input .vuta-input {
    height: 45px
}

.form-tv textarea {
    min-height: 100px
}

.form-tv label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px
}

.form-tv label .red {
    color: red
}

.form-tv .list-check {
    display: flex;
    gap: 30px;
    flex-wrap: wrap
}

.form-tv .list-check label {
    font-weight: 400;
    padding-left: 20px;
    position: relative;
    cursor: pointer
}

.form-tv .list-check label input {
    position: absolute;
    left: 0;
    top: 7px
}

.form-tv .box-btn button {
    border-radius: 6px;
    padding: 8px 45px;
    background: var(--second);
    color: #fff
}

.form-tv .box-btn button:hover {
    background: var(--primary)
}

.blog-detail .form-tv {
    margin-top: 30px
}

.contact .left h2 {
    margin-bottom: 30px;
    text-align: center
}

.contact .left h2 span {
    display: block;
    color: var(--second)
}

.contact .left ul li {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400
}

.contact .left ul li a {
    color: #333
}

.contact .left ul li a:hover {
    color: var(--second)
}

.contact .form-contact {
    padding: 15px 20px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    border-radius: 10px
}

.contact .form-contact .box-btn button {
    border-radius: 6px;
    padding: 8px 45px;
    background: var(--second);
    color: #fff
}

.contact .form-contact .box-btn button:hover {
    background: var(--primary)
}

.contact .form-contact .vuta-input {
    margin-bottom: 1rem
}

.contact .map {
    margin-top: 1rem
}

#menu-mobile .mobile-logo {
    text-align: center
}

#menu-mobile .mobile-logo img {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

#menu-mobile .list-mobile-menu>li>.mobile-link>a {
    font-weight: 600
}

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

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 50px;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    background: #1c1c1c;
    opacity: .5;
    color: #fff;
    display: none;
    transition: all ease .4s;
    z-index: 999999999
}

.back-to-top.active {
    display: flex
}

.back-to-top:hover {
    opacity: 1
}

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

#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: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, .7)
}

#mess .phone-vr-img-circle,
#zalo-vr .phone-vr-img-circle {
    background-color: #2196f3
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113, 68, 151, .8)
}

#viber-vr .phone-vr-img-circle {
    background-color: #714497
}

#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, .7)
}

#contact-vr .phone-vr-img-circle {
    background-color: #2196f3
}

.banner-slider img {
    min-height: 250px
}

.about {
    padding-bottom: 20px
}

.about .about-item {
    margin-bottom: 20px
}

.about .about-item h4 {
    color: var(--second);
    font-size: 20px;
    text-transform: uppercase
}

.about .about-item:nth-child(even) [class^=vuta-col-]:first-child {
    order: 2
}

.about .about-item:nth-child(even) [class^=vuta-col-]:last-child {
    order: 1
}

.vuta-contact {
    padding: 60px
}

.count {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding-top: 40px
}

@media screen and (max-width:996px) {
    .count {
        gap: 15px
    }
}

.count .count-item span {
    font-weight: 600;
    color: var(--second);
    font-size: 30px;
    position: relative;
    display: inline-flex;
    margin-bottom: 10px
}

@media screen and (max-width:996px) {
    .count .count-item span {
        font-size: 18px
    }
}

.count .count-item span::before {
    height: 2px;
    background: var(--second);
    position: absolute;
    bottom: 0;
    width: 100%;
    content: ""
}

@media screen and (max-width:996px) {
    .count .count-item h5 {
        font-size: 16px
    }
}

.about-second {
    background: var(--bg)
}

.about-second .box-title h2 {
    font-size: 32px;
    text-align: center;
    text-transform: uppercase
}

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

.about-second .first {
    padding-top: 30px;
    display: flex;
    align-items: stretch
}

@media screen and (max-width:996px) {
    .about-second .first {
        flex-direction: column
    }
}

.about-second .first .box-content {
    padding: 30px;
    background: var(--bg)
}

.about-second .first .box-content h3 {
    color: #ffc000;
}

.about-second .first .box-content h4 {
    font-size: 20px
}

.about-second .first .box-img img {
    height: 100%
}

.about-second .second {
    padding-top: 40px
}

.about-second .second .item {
    margin-left: 10px;
    margin-right: 10px
}

.about-second .second .about-slider {
    margin: 0 -10px
}

.about-second .second .about-item {
    border: 1px solid #ccc;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    border-radius: 5px;
    overflow: hidden
}

.about-second .second .about-item .box-img {
    aspect-ratio: 3/2;
    background: #fff
}

.about-second .second .about-item .box-img img {
    height: 100%;
    object-fit: scale-down
}

.about-second .second .about-item .box-content {
    padding: 20px;
    background: #9AB6E6;
    color: #fff;
    height: 200px;
    overflow-y: scroll
}

.about-second .second .about-item .box-content h3 {
    font-size: 20px;
    color: #ff0000
}

.about-second .second .about-item .box-content h4 {
    font-size: 18px
}

.about-third {
    padding-top: 80px
}

@media screen and (max-width:996px) {
    .about-third {
        padding-top: 40px
    }
}

.about-third .box-title {
    margin-bottom: 30px
}

.about-third .box-title span {
    color: var(--second);
}

.about-third .box-title .slogan {
    color: #616161;
    font-size: 18px;
    text-align: center;
    margin-left: auto;
    width: min(996px, 100%);
    margin-right: auto;
    margin-bottom: 20px;
    font-style: italic;
}

.about-third .box-title h2 {
    font-size: 32px;
    text-align: center;
    text-transform: uppercase
}

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

    .about-third .box-title .slogan {
        font-size: 14px;
    }

    .about-third .road-map {
        gap: 20px;
    }
}

.about-third .road-map {
    display: flex;
    justify-content: space-between;
    position: relative
}

@media screen and (max-width:1200px) {
    .about-third .road-map {
        gap: 10px;
        overflow-x: scroll
    }
}

.about-third .road-map::before {
    background: #ebebeb;
    content: "";
    width: 100%;
    height: 2px;
    top: 100px;
    position: absolute
}

@media screen and (max-width:996px) {
    .about-third .road-map::before {
        display: none
    }
}

.about-third .road-map .road-map-item {
    width: 24%
}

@media screen and (max-width:1200px) {
    .about-third .road-map .road-map-item {
        min-width: 330px
    }
}

.about-third .road-map .road-map-item h4 {
    margin-top: 10px;
    font-size: 18px
}

.about-third .road-map .road-map-item .box-img {
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 16/9
}

.about-third .road-map .road-map-item .box-img img {
    transition: all ease .7s
}

.about-third .road-map .road-map-item:hover img {
    transform: scale(1.1)
}

.about-third .road-map .road-map-item p {
    text-align: justify;
    font-size: 14px
}

.about-third .road-map .road-map-item .box-year {
    text-align: center;
    width: 70px;
    height: 70px;
    border: 5px solid var(--second);
    margin-bottom: 80px;
    display: flex;
    margin-left: auto;
    border-radius: 50%;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    position: relative
}

@media screen and (max-width:1200px) {
    .about-third .road-map .road-map-item .box-year {
        margin-bottom: 20px
    }
}

.about-third .road-map .road-map-item .box-year::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid var(--second);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-3px);
    transform: translateX(-50%) translateY(-3px)
}

.about-third .road-map .road-map-item .box-year::after {
    height: 5px;
    width: 5px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-3px);
    transform: translateX(-50%) translateY(-3px);
    content: "";
    border-radius: 50%;
    top: 97px;
    background: var(--second)
}

@media screen and (max-width:1200px) {
    .about-third .road-map .road-map-item .box-year::after {
        display: none
    }
}

.vuta-header {
    position: fixed;
    width: 100%;
    z-index: 999
}

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

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

.vuta-header .vuta-container .logo {
    max-width: 300px
}

.vuta-header .vuta-container #menu {
    margin-left: auto;
    margin-right: 20px
}

.banner-slider .box-img {
    height: 550px;
}

@media (max-width:996px) {
    .banner-slider .box-img {
        height: 200px;
    }
}

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

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

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

@media screen and (max-width:1400px) {
    .vuta-header .vuta-container #menu .accordion {
        gap: 23px
    }
}

.vuta-header .vuta-container #menu .accordion>li .link>a {
    color: var(--body);
    height: 40px;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    align-items: center;
    color: #fff;
}

.vuta-header .vuta-container #menu .accordion>li.active .link>a,
.vuta-header .vuta-container #menu .accordion>li:hover .link>a {
    color: #ff0000
}

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

.vuta-header .vuta-container #menu .accordion>li.dropdown .link>a {
    position: relative;
    padding-right: 15px;

}

.vuta-header .vuta-container #menu .accordion>li.dropdown .link>a::before {
    background-image: url(../images/icon-arrow-down.svg);
    content: "";
    height: 12px;
    filter: brightness(0) invert(1);
    width: 12px;
    background-repeat: no-repeat;
    position: absolute;
    right: -5px
}

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

.vuta-header .vuta-container #menu .accordion>li.dropdown .submenu {
    position: absolute;
    top: calc(100% + 10px);
    transition: all ease .4s;
    z-index: 3;
    min-width: 230px;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    opacity: 0;
    visibility: hidden
}

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

.vuta-header .vuta-container #menu .accordion>li.dropdown .submenu>li a {
    display: flex;
    padding: 5px 10px;
    color: #444;
    border-radius: 4px
}

.vuta-header .vuta-container #menu .accordion .sub-dropdown {
    position: relative
}

.vuta-header .vuta-container #menu .accordion .sub-dropdown::before {
    background-image: url(../images/icon-arrow-down.svg) !important;
    content: "";
    height: 12px;
    width: 12px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    transform: rotate(-90deg);
    top: 13px
}

.vuta-header .vuta-container #menu .accordion .sub-dropdown:hover .submenu-min {
    opacity: 1;
    visibility: visible
}

.vuta-header .vuta-container #menu .accordion .sub-dropdown a {
    position: relative
}

.vuta-header .vuta-container #menu .accordion .sub-dropdown .submenu-min {
    position: absolute;
    background: #fff;
    border-radius: 5px;
    top: -5px;
    left: calc(100% + 8px);
    min-width: 200px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    padding: 5px;
    opacity: 0;
    transition: all ease .4s;
    visibility: hidden
}

.vuta-header .vuta-container #menu .accordion .sub-dropdown .submenu-min li:hover a {
    background: #1952b5;
    color: #fff
}

.vuta-header .vuta-container .header-right a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    padding: 0 20px;
    height: 45px;
    gap: 10px;
    border-radius: 24px;
    border: 1px solid var(--second);
    color: var(--second);
    background: 0 0
}

@media screen and (max-width:996px) {
    .vuta-header .vuta-container .header-right a {
        display: none
    }
}

.vuta-header .vuta-container .header-right a:hover {
    background: var(--second);
    color: #fff
}

.vuta-header.header-main {
    position: unset
}

.vuta-header.header-main.fixed-top {
    position: fixed
}

.vuta-header.header-main.fixed-top .header-bottom,
.vuta-header.header-main.fixed-top .header-slogan {
    display: none;
}
.vuta-header.header-main.fixed-top .header-top{
    padding: 5px 0;
}
@media (max-width:996px) {
    .vuta-header .logo img {
        width: 200px;
        transition: all ease 0.4s;
    }
    .vuta-header.header-main.fixed-top .logo img {
        width: 150px;
        transition: all ease 0.4s;
    }
}

.mobile-btn {
    display: none
}

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

#mobile-btn span {
    margin-bottom: 5px;
    background: var(--second)
}

@media screen and (max-width:996px) {
    .about .about-item:nth-child(odd) [class^=vuta-col-]:first-child {
        order: 2
    }

    .about .about-item:nth-child(odd) [class^=vuta-col-]:last-child {
        order: 1
    }
}

.vuta-footer {
    padding-top: 40px;
    background-image: url(../images/banner-bds.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.vuta-footer::before {
    background: rgba(0, 0, 0, .8);
    position: absolute;
    inset: 0;
    z-index: 1;
    content: ""
}

.vuta-footer .vuta-contact {
    position: relative;
    padding-bottom: 100px;
    z-index: 2
}

@media screen and (max-width:996px) {
    .vuta-footer .vuta-contact {
        padding: 0;
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-bottom: 1px solid rgba(255, 255, 255, .8)
    }
}

.vuta-footer .vuta-contact .vuta-contact-form {
    width: min(992px, 100%);
    margin: 0 auto
}

.vuta-footer .vuta-contact .vuta-contact-form .box-title {
    text-align: center;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 30px
}

.vuta-footer .vuta-contact .vuta-contact-form .box-title h2 {
    font-size: 32px;
    text-align: center;
    color: var(--second);
    text-transform: uppercase
}

@media screen and (max-width:996px) {
    .vuta-footer .vuta-contact .vuta-contact-form .box-title h2 {
        font-size: 22px
    }
}

.vuta-footer .vuta-contact .vuta-contact-form .box-title p {
    font-style: italic;
    font-size: 18px
}

@media screen and (max-width:996px) {
    .vuta-footer .vuta-contact .vuta-contact-form .box-title p {
        font-size: 14px
    }
}

.vuta-footer .vuta-contact .vuta-contact-form .gr-input {
    margin-bottom: 20px
}

.vuta-footer .vuta-contact .vuta-contact-form .gr-input .vuta-input {
    border: 0;
    border-bottom: 1px solid #fff;
    background: 0 0;
    border-radius: 0;
    color: #fff
}

.vuta-footer .vuta-contact .vuta-contact-form .gr-input .vuta-input:focus {
    outline: 0;
    box-shadow: none
}

.vuta-footer .vuta-contact .vuta-contact-form .gr-input .vuta-input option {
    color: #000
}

.vuta-footer .vuta-contact .vuta-contact-form .gr-input label {
    color: rgba(255, 255, 255, .8)
}

.vuta-footer .footer-top {
    color: #fff
}

.vuta-footer .footer-top .logo {
    text-align: center
}

.vuta-footer .footer-top .logo img {
    width: 100px
}

.vuta-footer .footer-top .vuta-container {
    position: relative;
    z-index: 2
}

.vuta-footer .footer-top h2 {
    text-align: center;
    font-size: 20px
}

.vuta-footer .footer-top h3 {
    font-size: 18px
}

.vuta-footer .footer-top ul i {
    margin-right: 5px
}

.vuta-footer .footer-top ul li {
    color: rgba(255, 255, 255, .8);
    margin-bottom: 10px
}

.vuta-footer .footer-top ul li a {
    color: rgba(255, 255, 255, .8)
}

.vuta-footer .footer-top ul li a:hover {
    color: #fff
}

.vuta-footer .gr-checkbox {
    color: rgba(255, 255, 255, .8)
}

.vuta-footer .gr-checkbox label {
    cursor: pointer;
    padding-left: 20px;
    position: relative
}

.vuta-footer .gr-checkbox label input {
    position: absolute;
    left: 0;
    top: 7px
}

.vuta-footer .box-btn {
    margin-top: 20px
}

.vuta-footer .box-btn button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background: var(--second);
    width: 120px;
    color: #fff;
    border-radius: 6px
}

.vuta-footer .box-btn button:hover {
    background: var(--primary)
}

.vuta-footer .footer-bottom {
    background: #000;
    padding: 3px 0;
    position: relative;
    z-index: 2
}

.vuta-footer .footer-bottom p {
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    color: #fff
}

.vuta-footer .footer-bottom p a {
    font-weight: 600;
    color: #fff
}

.vuta-home-cat {
    padding-top: 0;
}

.vuta-header .header-slogan {
    background: var(--primary);
    padding: 5px 0;
}

.vuta-header .header-slogan p {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.vuta-header .header-top {
    padding: 10px 0;
}

.vuta-header .header-search {
    min-width: 500px;
}

.vuta-header .header-search form {
    position: relative;
}

.vuta-header .header-search input {
    width: 100%;
    border-radius: 999px;
    padding-right: 60px;
}

.vuta-header .header-search button {
    position: absolute;
    top: 5px;
    right: 15px;
}

.vuta-header .header-bottom {
    background: var(--primary);
    padding: 5px 0;
}

@media screen and (max-width:996px) {
    .vuta-header .header-search {
        display: none;
    }

    .vuta-header .header-bottom {
        display: none;
    }

    .vuta-header.header-main.fixed-top .header-slogan {
        display: none;
    }

    .fadeindown {
        animation: none;
    }
}