@charset "UTF-8";

:root {
    --white: #fff;
    --black: #000;
    --primary: rgb(129 81 28);
    --second: rgb(87 101 122);
    --body: rgb(81 95 116)
}

.t-primary {
    color: var(--primary)
}

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

.icon-solid {
    font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24
}

.box-btn .primary-btn {
    background: linear-gradient(135deg, #81511c 0, #9d6932 100%);
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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);
    --tw-shadow-color: rgb(129 81 28 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
    color: #fff;
    font-weight: 700;
    padding-top: .875rem;
    padding-bottom: .875rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: .5rem;
    gap: .5rem;
    transition: all ease .4s;
    align-items: center;
    display: inline-flex
}

@media screen and (max-width:996px) {
    .box-btn .primary-btn {
        padding: .5rem 1.5rem;
        font-size: 14px
    }
}

.box-btn .second-btn {
    background-color: #e6e8ea;
    color: #191c1e;
    font-weight: 700;
    padding-top: .875rem;
    padding-bottom: .875rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: .5rem;
    gap: .5rem;
    align-items: center;
    transition: all ease .4s;
    display: inline-flex
}

@media screen and (max-width:996px) {
    .box-btn .second-btn {
        padding: .5rem 1.5rem;
        font-size: 14px
    }
}

.box-btn .second-btn:hover {
    background-color: #e0e3e5;
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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);
    --tw-shadow-color: rgb(129 81 28 / 0.2);
    --tw-shadow: var(--tw-shadow-colored)
}

.box-title h2 {
    font-size: 1.875rem;
    text-transform: uppercase;
    margin-bottom: 15px
}

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

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-item .box-content p,
.line-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.line-2 {
    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
}

.tab-content {
    display: none
}

.tab-content.active {
    display: block
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.vuta-row.no-gutter {
    margin: 0
}

.vuta-row.no-gutter [class^=vuta-col-] {
    padding: 0
}

@keyframes ping {

    100%,
    75% {
        transform: scale(2);
        opacity: 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: 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 {
    padding: 60px 0 120px
}

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

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

.home-banner .box-title h2 {
    font-size: 3.5rem;
    font-weight: 700
}

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

.home-banner .box-title span {
    display: block
}

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

@media screen and (max-width:996px) {
    .home-banner .box-content {
        padding: 0;
        text-align: center
    }
}

.home-banner .box-content .label {
    display: inline-flex;
    align-items: center;
    background-color: #d5e3fc;
    color: var(--second);
    padding-left: 1rem;
    margin-bottom: 10px;
    padding-right: 1rem;
    padding-top: .375rem;
    padding-bottom: .375rem;
    border-radius: .75rem;
    gap: .5rem
}

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

.home-banner .box-content p {
    font-size: 18px;
    color: var(--body)
}

.home-banner .box-slider {
    position: relative
}

.home-banner .box-slider .banner-slider {
    position: relative
}

.home-banner .box-slider .banner-slider .item {
    border-radius: 1rem;
    overflow: hidden;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000 --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px 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)
}

.home-banner .box-slider .banner-slider .item img {
    border-radius: 1rem;
    height: 100%;
    object-fit: cover
}

.home-banner .box-slider .banner-slider .item .box-img {
    aspect-ratio: 1/1
}

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

.home-banner .box-slider .sub-img {
    position: absolute;
    left: -3rem;
    bottom: -3rem;
    padding: 1rem;
    border-radius: 1rem;
    background: #fff;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px 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 rgba(213, 195, 181, .2)
}

@media screen and (max-width:996px) {
    .home-banner .box-slider .sub-img {
        left: 50%;
        display: none;
    }
}

.home-banner .box-slider .sub-img .box-img {
    aspect-ratio: 16/9;
    border-radius: .5rem;
    overflow: hidden;
    max-height: 150px
}

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

.home-banner .box-slider .sub-img .sub-title {
    display: flex;
    padding-top: .5rem;
    justify-content: space-between;
    align-items: center;
    color: var(--primary);
    font-weight: 700
}

.home-banner .box-btn {
    gap: 20px;
    display: flex
}

@media screen and (max-width:996px) {
    .home-banner .box-btn {
        margin-bottom: 20px;
        justify-content: center
    }
}

@media screen and (max-width:575px) {
    .home-banner .box-btn {
        flex-direction: column
    }

    .home-banner .box-btn a {
        justify-content: center
    }
}

.home-about {
    padding: 60px 0;
    background-color: #f7f9fb
}

.home-about .box-content {
    padding: 3rem;
    border-radius: 2rem;
    background: #fff
}

@media screen and (max-width:996px) {
    .home-about .box-content {
        padding: 1.5rem;
        margin-bottom: 20px
    }
}

.home-about .box-content p {
    font-size: 18px;
    color: #515f74
}

.home-about .content {
    border-top: 1px solid rgba(213, 195, 181, .1);
    padding-top: 1.5rem
}

.home-about .content h4 {
    font-size: 14px;
    color: var(--primary);
    text-transform: uppercase
}

.home-about .content p {
    font-size: 14px
}

.home-about .box-right {
    background: var(--primary);
    padding: 2rem;
    height: 100%;
    border-radius: 2rem;
    color: #fff
}

.home-about .box-right h3 {
    margin-bottom: 15px
}

.home-about .box-right ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 5px
}

@media screen and (max-width:996px) {
    .home-about .box-right ul li {
        align-items: self-start
    }
}

.home-about .box-right .box-btn .primary-btn {
    background: rgba(255, 255, 255, .1);
    font-size: .875rem;
    width: 100%;
    text-transform: uppercase;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .2)
}

.home-about .box-right .box-btn .primary-btn:hover {
    background-color: rgba(255, 255, 255, .2)
}

.home-surface {
    background-color: #f7f9fb;
    padding-bottom: 60px
}

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

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

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

.home-surface .item {
    background: #fff;
    border-radius: 1.5rem;
    padding: 1.5rem;
    transition: all ease .4s;
    cursor: pointer
}

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

.home-surface .item:hover {
    background: var(--primary);
    color: #fff
}

.home-surface .item:hover .icon {
    background: rgba(255, 255, 255, .2)
}

.home-surface .item .icon {
    background: var(--second);
    transition: all ease .4s;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 50%;
    display: flex
}

.home-surface .item .icon span {
    color: #fff;
    transition: all ease .4s
}

.home-surface .item h4 {
    font-size: 1.25rem;
    transition: all ease .4s
}

.home-surface .item h4 p {
    color: var(--body);
    transition: all ease .4s
}

.home-whyus {
    padding: 60px 0;
    padding-bottom: 20px;
    background-color: #e6e8ea
}

.home-whyus .box-title {
    text-align: center;
    margin-bottom: 60px
}

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

.home-whyus .box-title h2 {
    font-size: 3rem
}

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

.home-whyus .big-item {
    padding: 2.5rem;
    background-color: #f7f9fb;
    height: 100%;
    border-radius: 1rem;
    border-left: 4px solid var(--primary);
    --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);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    transition: all ease .4s;
    display: flex;
    cursor: pointer;
    gap: 20px;
    margin-bottom: 20px
}

@media screen and (max-width:996px) {
    .home-whyus .big-item {
        padding: 1.5rem;
        flex-direction: column
    }
}

.home-whyus .big-item:hover {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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)
}

.home-whyus .big-item:hover .icon {
    background: var(--primary);
    color: #fff
}

.home-whyus .big-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 64px;
    flex-shrink: 0;
    color: var(--primary);
    background-color: rgba(157, 105, 50, .1);
    border-radius: .5rem;
    transition: all ease .4s
}

.home-whyus .big-item .box-content h4 {
    font-size: 1.5rem
}

.home-whyus .big-item .box-content .zed .title {
    color: var(--primary);
    font-weight: 700;
    font-size: .75rem;
    text-transform: uppercase;
    margin-bottom: .25rem
}

.home-whyus .big-item .box-content .zed .num {
    font-size: 1.875rem;
    font-weight: 700
}

.home-whyus .big-item .box-content .zed .num span {
    font-size: .875rem;
    font-weight: 400
}

.home-whyus .big-item .box-content p {
    color: var(--body)
}

.home-whyus .big-item .box-content .list {
    display: flex;
    gap: 15px;
    margin-bottom: 15px
}

@media screen and (max-width:996px) {
    .home-whyus .big-item .box-content .list {
        overflow-y: scroll
    }
}

.home-whyus .big-item .box-content .list li {
    display: flex;
    gap: .375rem;
    align-items: center;
    font-weight: 700;
    color: #51443a;
    font-size: .75rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .75rem;
    padding-right: .75rem;
    border-radius: .75rem;
    background-color: #e0e3e5
}

@media screen and (max-width:996px) {
    .home-whyus .big-item .box-content .list li {
        white-space: nowrap
    }
}

.home-whyus .box-item {
    padding: 2rem;
    border: 1px solid rgba(213, 195, 181, .1);
    --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);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    border-radius: .5rem;
    background-color: #f7f9fb
}

@media screen and (max-width:996px) {
    .home-whyus .box-item {
        padding: 1.5rem;
        margin-bottom: 15px
    }
}

.home-whyus .box-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    height: 48px;
    width: 48px;
    border-radius: .25rem;
    background-color: rgba(157, 105, 50, .1);
    color: var(--primary);
    margin-bottom: 1rem
}

.home-whyus .box-item h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem
}

.home-whyus .box-item p {
    font-size: .875rem;
    color: #515f74
}

.home-products {
    padding: 60px 0
}

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

.home-products .box-title {
    text-align: center;
    margin-bottom: 60px
}

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

.home-products .products-item {
    position: relative;
    border-radius: 2rem;
    overflow: hidden
}

@media screen and (max-width:996px) {
    .home-products .products-item {
        border-radius: 1rem;
        margin-bottom: 15px
    }
}

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

.home-products .products-item .box-img {
    aspect-ratio: 3/4
}

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

.home-products .products-item .box-img img {
    height: 100%;
    transition: all ease .4s
}

.home-products .products-item .box-content {
    padding: 2.5rem;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .2), transparent);
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    inset: 0;
    position: absolute;
    content: ""
}

.home-products .products-item .box-content h4 {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: .5rem
}

.home-products .products-item .box-content p {
    font-size: .875rem;
    color: rgba(255, 255, 255, .7)
}

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

.home-stept {
    padding: 60px 0
}

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

.home-stept .box-title {
    text-align: center;
    margin-bottom: 60px
}

.home-stept .wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 60px
}

.home-stept .wrapper::before {
    background-color: rgba(213, 195, 181, .3);
    width: 100%;
    height: .125rem;
    position: absolute;
    content: "";
    top: 45px
}

@media screen and (max-width:996px) {
    .home-stept .wrapper {
        justify-content: left;
        gap: 60px;
        overflow-x: scroll
    }
}

.home-stept .wrapper .item {
    text-align: center;
    position: relative;
    z-index: 2
}

@media screen and (max-width:996px) {
    .home-stept .wrapper .item {
        padding: 0 10px;
        min-width: fit-content
    }
}

.home-stept .wrapper .item .num {
    display: flex;
    align-items: center;
    height: 96px;
    margin: 0 auto;
    font-size: 1.5rem;
    background-color: #f7f9fb;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    border-radius: .75rem;
    width: 96px;
    justify-content: center;
    border: 4px solid var(--primary)
}

.home-stept .wrapper .item p {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .5rem
}

.home-stept .wrapper .item span {
    font-size: 14px;
    color: var(--body)
}

.home-tracking {
    padding: 60px 0;
    background: var(--primary)
}

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

.home-tracking .item {
    text-align: center
}

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

.home-tracking .item .num {
    color: #fff;
    font-size: 3rem;
    line-height: 1.2
}

@media screen and (max-width:996px) {
    .home-tracking .item .num {
        font-size: 2rem
    }
}

.home-tracking .item p {
    color: rgba(255, 255, 255, .7)
}

.home-feedback {
    padding: 60px 0;
    background-color: #f7f9fb
}

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

.home-feedback .box-title {
    margin-bottom: 60px;
    text-align: center
}

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

.home-feedback .feedback-slider {
    margin: 0 -10px
}

.home-feedback .feedback-slider .item {
    margin: 10px
}

.home-feedback .feedback-slider .item .feedback-item {
    --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);
    padding: 2rem;
    background-color: #f7f9fb;
    border: 1px solid rgba(213, 195, 181, .3);
    border-radius: 2rem;
    transition: all ease .4s
}

.home-feedback .feedback-slider .item .feedback-item .icon-solid {
    color: var(--primary)
}

.home-feedback .feedback-slider .item .feedback-item p {
    font-style: italic;
    color: var(--body);
    margin-bottom: 1rem
}

.home-feedback .feedback-slider .item .feedback-item:hover {
    background: #fff;
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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)
}

.home-feedback .feedback-slider .item .feedback-info {
    display: flex;
    gap: 20px;
    padding-top: 1rem;
    border-top: 1px solid rgba(213, 195, 181, .2);
    align-items: center
}

.home-feedback .feedback-slider .item .feedback-info .avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 66px;
    width: 66px;
    border-radius: 50%;
    overflow: hidden
}

.home-feedback .feedback-slider .item .feedback-info .avatar img {
    object-fit: cover
}

.home-feedback .feedback-slider .item .feedback-info .info h4 {
    font-size: 1rem;
    margin-bottom: 5px
}

.home-feedback .feedback-slider .item .feedback-info .info span {
    color: var(--primary);
    font-size: .875rem
}

.home-projects {
    padding: 60px 0
}

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

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

@media screen and (max-width:996px) {
    .home-projects .box-title p {
        font-size: 14px
    }
}

.home-projects .tabs .tab-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px
}

@media screen and (max-width:996px) {
    .home-projects .tabs .tab-list {
        overflow-x: scroll;
        justify-content: left;
        margin-bottom: 20px
    }
}

.home-projects .tabs .tab-list li a {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(213, 195, 181, .7);
    display: flex;
    border-radius: .375rem;
    font-size: .875rem;
    color: var(--body);
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap
}

.home-projects .tabs .tab-list li.active a,
.home-projects .tabs .tab-list li:hover a {
    background: var(--primary);
    color: #fff;
    border: 1px solid var(--primary)
}

.home-projects .tabs .d-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

@media screen and (max-width:996px) {
    .home-projects .tabs .d-grid {
        display: flex !important;
        flex-direction: column
    }
}

.home-projects .tabs .projects-item {
    grid-column: span 1;
    background-color: #f7f9fb;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    transition: all ease .4s
}

.home-projects .tabs .projects-item>a {
    position: absolute;
    inset: 0;
    z-index: 2;
    content: ""
}

.home-projects .tabs .projects-item .box-content {
    padding: 1rem
}

.home-projects .tabs .projects-item .box-content h4 {
    font-size: 16px
}

.home-projects .tabs .projects-item .box-content .status {
    color: var(--body);
    text-transform: uppercase;
    font-size: 14px
}

.home-projects .tabs .projects-item:first-child {
    grid-column: span 2;
    grid-row: span 2
}

.home-projects .tabs .projects-item:first-child .box-content {
    padding: 2rem
}

@media screen and (max-width:996px) {
    .home-projects .tabs .projects-item:first-child .box-content {
        padding: 1rem
    }
}

.home-projects .tabs .projects-item:first-child .box-content h4 {
    font-size: 1.5rem;
    margin-bottom: 10px
}

.home-projects .tabs .projects-item:first-child .box-content .list {
    display: flex;
    gap: 40px;
    padding-left: 15px;
    flex-wrap: wrap;
    padding-top: 20px;
    border-top: 1px solid rgba(213, 195, 181, .2)
}

.home-projects .tabs .projects-item:first-child .box-content .list li {
    list-style: disc;
    color: var(--primary)
}

.home-projects .tabs .projects-item:nth-child(2),
.home-projects .tabs .projects-item:nth-child(3) {
    grid-column: 3
}

.home-projects .tabs .projects-item .box-img {
    aspect-ratio: 3/2;
    position: relative;
    overflow: hidden
}

.home-projects .tabs .projects-item .box-img .box-label {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    content: ""
}

.home-projects .tabs .projects-item .box-img .box-label .label {
    background: #fff;
    font-size: 12px;
    padding-top: .375rem;
    padding-bottom: .375rem;
    padding-left: 1rem;
    border-radius: .75rem;
    padding-right: 1rem;
    background-color: rgba(255, 255, 255, .9);
    color: var(--primary)
}

.home-projects .tabs .projects-item .box-img .box-label .label.label-status {
    background: var(--primary);
    color: #fff
}

.home-projects .tabs .projects-item .box-img img {
    height: 100%;
    transition: all .4s
}

.home-projects .tabs .projects-item:hover {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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)
}

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

.home-location {
    background-color: #f7f9fb;
    padding: 60px 0
}

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

.home-location .box-title {
    text-align: center;
    margin-bottom: 60px
}

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

.home-location .box-img {
    position: relative
}

.home-location .box-img .box-location {
    position: absolute;
    inset: 0;
    z-index: 1
}

.home-location .box-img .box-location .item {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
    background: var(--primary);
    border-radius: 50%
}

.home-location .box-img .box-location .item::before {
    background-color: #81511c;
    position: absolute;
    content: "";
    animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite;
    height: 40px;
    border-radius: 50%;
    width: 40px
}

.home-location .box-img .box-location .item:first-child {
    top: 24.5%;
    left: 48.2%;
}

.home-location .box-img .box-location .item:nth-child(2) {
    top: 43.5%;
    left: 54.5%;
}

.home-location .box-img .box-location .item:nth-child(3) {
    top: 47.5%;
    left: 55.5%;
}
.home-location .box-img .box-location .item:nth-child(4) {
    top: 60.5%;
    left: 64.8%;
}
.home-location .box-img .box-location .item:nth-child(5) {
    top: 71.5%;
    left: 63.8%;
}
.home-location .box-img .box-location .item:nth-child(6) {
    top: 73.5%;
    left: 55.2%;
}
.home-location .box-img .box-location .item:nth-child(7) {
    top: 80.8%;
    left: 45.8%;
}

.home-location .vuta-row.no-gutter {
    border-radius: 1.5rem;
    overflow: hidden;
    background: #fff
}

.home-location .vuta-row .aside {
    padding: 2rem
}

@media screen and (max-width:996px) {
    .home-location .vuta-row .aside {
        padding: 1.5rem;
        display: none;
    }
}

.home-location .vuta-row .aside h3 {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 2rem
}

.home-location .vuta-row .aside .tab-list .tab-item {
    padding: 1rem 1.5rem;
    border-radius: .5rem;
    border-left: 4px solid transparent;
    transition: all ease .4s;
    margin-bottom: 1rem;
    cursor: pointer
}

.home-location .vuta-row .aside .tab-list .tab-item:last-child {
    margin-bottom: 0
}

.home-location .vuta-row .aside .tab-list .tab-item:hover {
    background-color: #f2f4f6
}

.home-location .vuta-row .aside .tab-list .tab-item p {
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: 700
}

.home-location .vuta-row .aside .tab-list .tab-item span {
    font-size: 14px;
    color: var(--body)
}

.home-location .vuta-row .aside .tab-list .tab-item {
    background-color: #f2f4f6;
    border-left: 4px solid var(--primary)
}
.home-location .vuta-row .item span {
    position: absolute;
    left: 15px;
    top: -30px;
    background: var(--black);
    color: #fff;
    white-space: nowrap;
    font-size: 10px;
    padding: 3px 10px;
    border-radius: 5px;
    display: none;
}
.home-location .vuta-row .item:hover span {
    display: block;
}
.home-blog {
    padding: 20px 0 60px;
    background-color: #f7f9fb
}

@media screen and (max-width:996px) {
    .home-blog {
        padding-bottom: 40px
    }
    .home-location .vuta-row .item span {
        display: block;
    }
}

.home-blog .box-title {
    text-align: center;
    margin-bottom: 60px
}

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

.home-blog .box-btn {
    display: flex;
    justify-content: center;
    padding-top: 40px
}

.blog-item {
    background: #fff;
    --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);
    border-radius: 1rem;
    overflow: hidden;
    transition: all ease .4s;
    margin-bottom: 15px
}

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

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

.blog-item .box-content {
    padding: 1.5rem
}

.blog-item .box-content .cat {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .75rem;
    padding-right: .75rem;
    background-color: #d5e3fc;
    border-radius: .75rem;
    font-size: 12px;
    color: var(--body);
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-flex
}

.blog-item .box-content h4 {
    font-size: 1.125rem;
    margin-bottom: .75rem;
    line-height: 1.375;
    font-weight: 600
}

.blog-item .box-content h4 a {
    color: #000;
    transition: all ease .4s
}

.blog-item .box-content p {
    font-weight: 400
}

.blog-item .box-content .read-more {
    display: flex;
    gap: 5px;
    color: var(--primary);
    align-items: center;
    font-weight: 700
}

.blog-item:hover {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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)
}

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

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

.home-cta {
    padding: 60px 0
}

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

.home-cta .wrapper {
    background: linear-gradient(135deg, #81511c 0, #9d6932 100%);
    padding: 6rem;
    text-align: center;
    border-radius: 3rem;
    overflow: hidden
}

@media screen and (max-width:996px) {
    .home-cta .wrapper {
        padding: 1.5rem;
        border-radius: 1rem
    }
}

.home-cta .wrapper h2 {
    font-size: 3rem;
    color: #fff;
    margin-bottom: 40px
}

@media screen and (max-width:996px) {
    .home-cta .wrapper h2 {
        font-size: 30px;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 15px
    }
}

.home-cta .wrapper p {
    color: rgba(255, 255, 255, .9);
    font-size: 18px;
    margin-bottom: 20px
}

.home-cta .wrapper .box-btn {
    display: flex;
    gap: 20px;
    justify-content: center
}

.home-cta .wrapper .box-btn .primary-btn {
    background: #fff;
    color: var(--primary)
}

.home-cta .wrapper .box-btn .second-btn {
    background: rgba(255, 255, 255, .2);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .3)
}

.home-banner.about-banner {
    background-color: #f2f4f6;
    padding: 60px 0
}

.home-banner.about-banner .vuta-container {
    width: min(1300px, 100%)
}

.home-banner.about-banner .vuta-container .box-title {
    padding-top: 15px
}

.home-banner.about-banner .vuta-container .box-title h2 span {
    font-style: italic
}

.home-banner.about-banner .vuta-container .be {
    padding-left: 80px;
    color: var(--primary);
    position: relative;
    font-weight: 700
}

.home-banner.about-banner .vuta-container .be::before {
    position: absolute;
    left: 0;
    background: var(--primary);
    width: 64px;
    height: 3px;
    content: "";
    top: 12px
}

.home-banner.about-banner .vuta-container .banner-img {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px 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 rgba(213, 195, 181, .2)
}

.home-banner.about-banner .vuta-container .banner-img .sub-title {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    color: var(--primary);
    border-radius: 10px;
    --tw-backdrop-blur: blur(24px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    gap: 5px;
    font-weight: 700;
    background-color: rgba(247, 249, 251, .5)
}

.about-core {
    padding: 60px 0
}

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

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

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

.about-core .box-title .gab {
    text-align: right
}

@media screen and (max-width:996px) {
    .about-core .box-title .gab {
        text-align: center
    }
}

.about-core .box-title .gab .num {
    color: #e0e3e5;
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 900
}

.about-core .box-title .gab span {
    color: var(--primary);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.about-core .box-item {
    padding: 2.5rem;
    transition: all ease .4s;
    background: rgba(157, 105, 50, .1);
    border-radius: .5rem;
    cursor: pointer;
    height: 100%
}

@media screen and (max-width:996px) {
    .about-core .box-item {
        padding: 1.5rem;
        margin-bottom: 15px
    }
}

.about-core .box-item:hover {
    background: var(--primary);
    color: #fff
}

.about-core .box-item:hover .icon {
    background: #fff;
    color: var(--primary)
}

.about-core .box-item .icon {
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: var(--primary);
    border-radius: .75rem;
    transition: all ease .4s;
    color: #fff
}

.about-core .box-item h4 {
    font-size: 1.125rem
}

.about-our {
    padding: 60px 0;
    background-color: #f2f4f6
}

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

.about-our .box-item {
    --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);
    background: #fff;
    height: 100%;
    padding: 3rem;
    position: relative;
    overflow: hidden;
    border-radius: 1rem
}

@media screen and (max-width:996px) {
    .about-our .box-item {
        padding: 1.5rem;
        margin-bottom: 15px
    }
}

.about-our .box-item h5 {
    color: var(--primary);
    font-size: .75rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase
}

.about-our .box-item h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 2rem
}

.about-our .box-item ul {
    padding-left: 15px
}

.about-our .box-item ul li {
    list-style: disc;
    color: var(--primary)
}

.about-our .box-item .material-symbols-outlined {
    position: absolute;
    font-size: 120px;
    top: 1rem;
    right: 1rem;
    color: #f2f4f6
}

.about-our .box-item.dark-item {
    color: #fff;
    background-color: #0d1c2e;
    position: relative
}

.about-our .box-item.dark-item .content {
    position: relative;
    z-index: 2
}

.about-our .box-item.dark-item .bg {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    content: "";
    opacity: .2;
    mix-blend-mode: luminosity
}

.about-our .box-item.dark-item .bg img {
    height: 100%;
    width: 100%
}

.about-our .box-item.dark-item span {
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .7)
}

.about-our .box-item.dark-item strong {
    font-size: 24px
}

.about-value {
    padding: 60px 0
}

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

.about-value .box-title {
    text-align: center;
    margin-bottom: 60px
}

@media screen and (max-width:996px) {
    .about-value .box-title {
        margin-bottom: 15px
    }
}

.about-value .box-title h5 {
    font-size: 12px;
    color: var(--primary);
    margin-bottom: 15px;
    text-transform: uppercase
}

.about-value .d-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 15px
}

.about-value .d-flex .item {
    width: calc(20% - 12px);
    text-align: center;
    padding: 2rem;
    background-color: #f2f4f6;
    border-radius: .5rem;
    transition: all ease .4s;
    cursor: pointer
}

@media screen and (max-width:996px) {
    .about-value .d-flex .item {
        width: calc(50% - 12px);
        padding: 15px
    }

    .about-value .d-flex .item:last-child {
        width: 100%
    }
}

.about-value .d-flex .item:hover {
    background-color: #e0e3e5
}

.about-value .d-flex .item .icon {
    color: var(--primary);
    margin-bottom: 20px
}

.about-value .d-flex .item .icon span {
    font-size: 36px
}

.about-value .d-flex .item h4 {
    font-size: 20px
}

@media screen and (max-width:996px) {
    .about-value .d-flex .item h4 {
        font-size: 16px
    }
}

@media screen and (max-width:996px) {
    .about-value .d-flex .item p {
        font-size: 14px
    }
}

.about-cta {
    padding: 160px 0;
    background-color: #0d1c2e;
    overflow: hidden;
    position: relative
}

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

.about-cta .bg {
    position: absolute;
    inset: 0;
    opacity: .3;
    content: "";
    height: 100%;
    width: 100%
}

.about-cta .bg img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.about-cta .vuta-container {
    position: relative;
    z-index: 3
}

.about-cta .vuta-container .wrapper {
    max-width: 896px;
    margin-left: 100px
}

@media screen and (max-width:996px) {
    .about-cta .vuta-container .wrapper {
        margin-left: 0
    }
}

.about-cta .vuta-container h5 {
    color: #ffdcbe;
    font-weight: 400;
    font-size: .875rem;
    margin-bottom: 20px;
    text-transform: uppercase
}

.about-cta .vuta-container h2 {
    font-size: 3.75rem;
    font-style: italic;
    margin-bottom: 40px;
    color: #fff
}

@media screen and (max-width:996px) {
    .about-cta .vuta-container h2 {
        font-size: 28px
    }
}

.about-cta .vuta-container h2 span {
    color: #ffdcbe
}

.about-cta .vuta-container .box-btn {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

.about-cta .vuta-container .box-btn span {
    color: rgba(255, 255, 255, .6);
    font-size: .75rem;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px
}

.about-cta .vuta-container .box-btn h4 {
    color: #fff;
    font-size: 16px
}

.vuta-header {
    padding: 10px 0;
    background-color: rgba(247, 249, 251, .7);
    --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);
    --tw-backdrop-blur: blur(24px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000
}

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

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

.vuta-header .vuta-container .menu .accordion {
    display: flex;
    align-items: center;
    gap: 30px
}

.vuta-header .vuta-container .menu .accordion li a {
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    transition: all ease .4s
}
.vuta-header .dropdown {
    position: relative;
}
.vuta-header .dropdown .sub-menu {
    position: absolute;
    content: "";
    transition: all ease 0.4s;
    top: calc(100 + 10px);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    border-radius: 10px;
    --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);
    background-color: #f7f9fb;
    border: 1px solid rgba(213, 195, 181, .3);
}
.vuta-header .dropdown .sub-menu li a {
    display: flex;
    padding: 10px 15px;
    color: #000;
    white-space: nowrap;
    font-size: 14px;
}
.vuta-header .dropdown:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: calc(100%);
}
.vuta-header .dropdown .sub-menu li a:hover {
    background: var(--primary);
    color: #fff !important;
}
.vuta-header .vuta-container .menu .accordion li.active a,
.vuta-header .vuta-container .menu .accordion > li:hover > a {
    color: var(--primary)
}

header .mobile-btn {
    display: none
}

@media screen and (max-width:1200px) {
    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 {
    background-color: rgba(157, 105, 50, .1);
    padding: 60px 0 0
}

@media screen and (max-width:996px) {
    .vuta-footer {
        padding: 30px 0 0
    }
    .home-about {
        padding: 30px 0;
    }
    .home-projects .tabs .projects-item:first-child .box-content .list {
        gap: 10px;
    }
    .home-projects .tabs .projects-item:first-child .box-content .list li {
        width: calc(50% - 10px);
    }
    .home-location .box-img .box-location .item {
        height: 10px;
        width: 10px;
    }
    .home-location .box-img .box-location .item::before {
        height: 30px;
        width: 30px;
    }
    .home-location .box-img .box-location .item span {
        top: -20px;
    }
}

.vuta-footer .coppy-right {
    margin-top: 10px;
    padding: 5px;
    background: var(--primary);
    color: #fff
}

.vuta-footer .coppy-right p {
    margin-bottom: 0;
    text-align: center
}

.vuta-footer .coppy-right a {
    font-weight: 700;
    color: #fff
}

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

.vuta-footer ul li {
    margin-bottom: 10px;
    list-style: circle
}

.vuta-footer ul li a {
    color: #000;
    transition: all ease .4s;
    display: flex;
    gap: 5px;
    align-items: center
}

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

.vuta-footer .list-contact {
    margin-bottom: 20px;
    padding-left: 0
}

.vuta-footer .list-contact li {
    display: flex;
    gap: 5px;
    margin-bottom: 10px
}

.vuta-footer .list-social {
    padding-left: 0;
    display: flex;
    gap: 15px
}

.vuta-footer .list-social li {
    list-style: none
}

.vuta-footer .list-social li a {
    display: flex;
    align-items: center;
    height: 40px;
    width: 40px;
    justify-content: center;
    background: var(--primary);
    color: #fff !important;
    border-radius: .5rem
}
.brand-slider .item {
    padding: 5px;
    background: #fff;
    --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);
    border-radius: 1rem;
    margin: 10px;
    border: 1px solid rgba(213, 195, 181, .3);
}
.brand-slider {
    margin: 0 -10px;
}
.home-brand {
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}
.brand-slider .item img {
    height: 40px;
    object-fit: contain;
}