@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
body,
html {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.75
}

p {
    font-size: 1.125rem
}

h1,h2,h3,h4,h5,h6, h4 a {
    font-family: "Nunito", sans-serif;
    font-weight: 700 !important;
}

:root {
    --white: #fff;
    --black: #000;
    --primary: #00AF19;
    --second: #ffc300;
    --third:#042B0A;
    --body: #141414;
    --red:#ff0000;
}

.fa-layers {
    display: inline-block;
    height: 1em;
    position: relative;
    text-align: center;
    vertical-align: -.125em;
    width: 1em
}

.icon svg {
    font-size: 2.6em
}

.fa-layers svg.svg-inline--fa {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.fa-layers svg.svg-inline--fa {
    -webkit-transform-origin: center center;
    transform-origin: center center
}

a {
    transition: all ease .4s
}

.t-center {
    text-align: center
}

.svg-inline--fa.fa-w-12 {
    width: .75em
}

.svg-inline--fa.fa-stack-1x {
    height: 1em;
    width: 1.25em;
    font-size: 1.5em;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0
}

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

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

.line-3,
.second .box-step .step-item .box-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

@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: unset
    }
}




.home-banner {
    padding: 0 !important;
}


/* .home-banner::before {
    position: absolute;
    content: "";
    inset: 0;
    z-index: 1;
    background: linear-gradient(to right, rgba(249, 249, 249, .97) 35%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 99%)
} */

/* .home-banner .box-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    max-width: 635px
} */

/* .home-banner .box-content p {
    width: 70%;
    color: #666;
    font-weight: 600
}

@media screen and (max-width:1200px) {
    .home-banner .box-content p {
        display: none
    }
} */
.popup-search {
    position: fixed;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    transition: transform 0.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;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px #fff solid;
    top: 15px;
    font-size: 16px;
    cursor: pointer;
  }
  .popup-search .form-search {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: min(600px, 100% - 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 0.4s;
  }
  .popup-search .form-search button:hover {
    opacity: 0.8;
  }
.blog-item .box-content>a,
.primary-btn,
.second-btn,
.service-item .box-content>a {
    background: var(--second);
    color: #fff;
    font-weight: 600;
    padding: 8px 1.5rem;
    border-radius: 4px;
    display: inline-block
}

.blog-item .box-content>a:hover,
.primary-btn:hover,
.second-btn:hover,
.service-item .box-content>a:hover {
    background: var(--primary)
}

h2 {
    font-size: 2.25rem;
    line-height: 1.5;
    margin-bottom: 1.75rem;
    font-weight: 600
}

@media screen and (max-width:1200px) {
    h2 {
        font-size: 24px;
        margin-bottom: 1rem
    }
}

.svg-inline--fa.fa-w-14 {
    width: .875em
}

.svg-inline--fa.fa-w-16 {
    width: 1em
}

.home-service {
    padding: 20px 0 40px;
}

.home-service .list-attr li {
    margin-bottom: 15px
}

.home-service .list-attr li a {
    display: flex;
    background: var(--second);
    border-radius: 4px;
    padding: 10px 1.5rem;
    color: #f8f9fa;
    font-size: 18px;
    position: relative;
    align-items: center
}

.home-service .list-attr li a::before {
    position: absolute;
    right: 1.5rem;
    content: "\f054";
    font-family: FontAwesome;
    transition: all ease .4s
}

.home-service .list-attr li a:hover {
    background: #212c3f
}

.home-service .list-attr li a:hover::before {
    transform: translateX(5px)
}

.home-service .list-attr li a svg {
    margin-bottom: 5px;
    margin-right: 10px
}

.home-service .list-attr li a svg path fill {
    color: #f8f9fa!important
}



.blog-item,
.service-item {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
    height: 100%
}

.blog-item .box-content,
.service-item .box-content {
    padding: 2rem 15px;
    text-align: center;
    background: #f8f9fa
}

.blog-item .box-content h4,
.service-item .box-content h4 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600
}

.blog-item .box-content h4 a,
.service-item .box-content h4 a {
    color: #000
}

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

.list-sv {
    padding-left: 25px
}

.list-sv li {
    margin-bottom: 15px;
    position: relative
}

.list-sv li svg {
    margin-top: 5px;
    margin-left: 5px
}

.list-sv li svg path {
    color: #0f0
}

.hot-service {
    padding: 40px 0;
    background: #122738;
    color: #fff
}

.hot-service #tab ul {
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    border-bottom: 0;
    gap: 40px
}

.hot-service #tab ul li.active a {
    font-weight: 600;
    color: #fff
}

.hot-service #tab ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 20px;
    color: #718096;
    font-weight: 600;
    font-size: 22px
}

.hot-service #tab ul li a svg {
    margin-right: 10px
}

.hot-service .tab-content {
    background: #fff
}

.hot-service .tab-content .box-img {
    width: 100%;
    height: 100%
}

.hot-service .tab-content .box-content {
    padding: 4rem 4.5rem;
    height: 100%
}

@media screen and (max-width:996px) {
    .hot-service .tab-content .box-content {
        padding: 1rem
    }
}

.hot-service .tab-content .box-content h2 {
    color: #000
}

.hot-service .tab-content .box-content p {
    color: #6c757d
}

.home-brand {
    padding: 40px 0
}

.home-brand .list-brand ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center
}

.home-brand .list-brand ul li {
    width: calc(25% - 20px)
}

@media screen and (max-width:996px) {
    .home-brand .list-brand ul li {
        width: calc(50% - 20px)
    }
}

.home-brand .list-brand ul li img {
    padding: 20px 20px 0 20px
}

.home-booking {
    padding: 60px 0;
    background-color: #122738!important;
    color: #fff
}

.home-booking h2 {
    margin-bottom: 40px;
    font-size: 28px
}

.home-booking .list-booking li {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    gap: 20px
}

.home-booking .list-booking li p {
    margin-bottom: 0
}

.home-booking .form-booking {
    padding: 30px;
    background: #fff;
    border-top: 5px solid #037bff;
    height: 100%
}

.home-booking .form-booking h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #111;
    text-transform: uppercase
}

.home-booking .form-booking h2 svg {
    margin-bottom: 8px
}

.home-booking .form-booking .gr-input {
    margin-bottom: 1rem
}

.home-booking .form-booking .gr-input .vuta-input {
    height: 41px;
    border: 1px solid #ced4da
}

.home-booking .form-booking .gr-input textarea {
    min-height: 100px
}

.second-btn {
    background: #28a745
}

.page-banner {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #f8f9fa!important;
    padding-bottom: 6.75rem!important;
    padding-top: 6.75rem!important;
    position: relative
}

@media screen and (max-width:575px) {
    .page-banner {
        padding: 4.5rem 0!important
    }
}

.page-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2)
}

.page-banner .vuta-container {
    position: relative
}

.page-banner h2 {
    margin-bottom: 0;
    font-weight: 700
}

.page-banner p {
    font-size: 20px
}

.about {
    padding: 40px 0
}

.about h3 {
    font-weight: 600;
    font-size: 22px
}

.about h2 {
    margin-bottom: 1rem
}

.about .wraper .vuta-row {
    align-items: center
}

.about .wraper .vuta-row .box-content {
    padding: 40px
}

.about .wraper .vuta-row p {
    font-style: italic;
    font-size: 20px;
    color: #343a40
}

.about .wraper .vuta-row span {
    font-size: 18px;
    color: #6c757d;
    padding-left: 25px;
    position: relative
}

.about .wraper .vuta-row span::before {
    position: absolute;
    width: 15px;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: "";
    height: 1px
}

.about-bottom {
    background-image: url(../images/about-bottom.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    padding: 4.5rem 0!important;
    color: #f8f9fa!important
}

.about-bottom::before {
    position: absolute;
    content: "";
    inset: 0;
    background: rgba(0, 0, 0, .7)
}

.about-bottom .vuta-container {
    position: relative
}

.about-bottom .box-btn {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 20px
}

.contact {
    padding: 40px 0
}

.contact h2 {
    margin-bottom: 1.5rem
}

.contact .gr-input {
    margin-bottom: 15px
}

.contact [class^=vuta-col-]:first-child {
    padding-right: 60px
}

@media screen and (max-width:996px) {
    .contact [class^=vuta-col-]:first-child {
        padding: 0
    }
}

.contact .vuta-input {
    height: 40px
}

.contact textarea {
    min-height: 100px
}

.contact .gr-checkbox {
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px
}

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

.contact .list-contact li {
    display: flex;
    gap: 25px
}

.contact .list-contact li i {
    font-size: 28px
}

.packages {
    padding: 40px 0
}

.packages h3 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase
}

.packages .d-flex {
    justify-content: space-between
}

.packages .box-pk-item {
    margin: 0 20px 40px 20px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
    border: 1px solid rgba(0, 0, 0, .125)
}

@media screen and (max-width:996px) {
    .packages .box-pk-item {
        margin-left: 0;
        margin-right: 0
    }
}

.packages .box-pk-item .packages-item {
    padding: 1.25rem 1.5rem;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    background: #f7fafc
}

.packages .box-pk-item .packages-item h4 {
    margin-bottom: 0
}

.packages .box-pk-item .packages-item h4 span {
    margin-left: 5px;
    font-size: 16px
}

.faq ul li:last-child .link {
    border-bottom: 0
}

.faq ul li.active .link,
.faq ul li:hover .link {
    background: #edf2f7
}

.faq ul li .link {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    position: relative;
    transition: all ease .4s
}

.faq ul li .link::before {
    position: absolute;
    content: "\f0dd";
    font-family: FontAwesome;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #111
}

.faq ul li .link a {
    color: #111;
    font-size: 18px
}

.faq ul li .hidden-content {
    padding: 1.25rem 1.5rem
}

.faq ul li .hidden-content ul {
    padding-left: 15px
}

.faq ul li .hidden-content ul li {
    list-style: disc;
    margin-bottom: 10px
}

.female {
    color: #ed64a6
}

.male {
    color: #4299e1
}

.pk-all .faq ul li {
    margin-bottom: 20px
}

.pk-all .faq ul li .link {
    border: 1px solid #cecece;
    padding: 1.25rem 1.5rem
}

.pk-all .faq ul li .link a {
    color: #111;
    text-transform: uppercase
}

.pk-all .faq ul li.active .hidden-content {
    border: 1px solid #cecece;
    border-top: 0
}

.pk-all .faq ul li .hidden-content {
    padding: 0
}

.pk-all .faq ul li .header-content {
    background: #d9dee4;
    padding: 1.25rem
}

.pk-all .faq ul li .header-content ul {
    display: flex;
    justify-content: space-around;
    padding-left: 0
}

.pk-all .faq ul li .header-content ul li {
    list-style: none;
    font-size: 2.25rem;
    color: #4a5568;
    font-weight: 700
}

.pk-all .faq ul li .header-content ul li span {
    font-size: 16px;
    font-weight: 400;
    display: block
}

.pk-all .faq ul li .body-content {
    padding: 1.25rem
}

.pk-all .faq ul li .body-content p {
    font-size: 20px;
    color: #ea0f0f
}

.pk-all .faq ul li .body-content h3 {
    font-size: 18px;
    text-align: left;
    text-transform: capitalize
}

.pk-all .faq ul li .body-content ul {
    padding-left: 25px;
    margin-bottom: 20px
}

.first {
    background: #f8f9fa!important;
    padding: 40px
}

.second {
    padding: 40px
}

.second .box-btn {
    display: flex;
    justify-content: center
}

.second .box-step {
    padding-top: 40px
}

.second .box-step .step-item {
    display: flex;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    background-color: #f1f3f5;
    align-items: center;
    margin-bottom: 30px
}

@media screen and (max-width:996px) {
    .second .box-step .step-item {
        display: block;
        border-radius: 8px;
        padding: 15px
    }
}

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

.second .box-step .step-item .box-img {
    -webkit-box-flex: 0;
    flex: 0 0 25%
}

@media screen and (max-width:996px) {
    .second .box-step .step-item .box-img {
        text-align: center;
        margin-bottom: 10px
    }
}

.second .box-step .step-item .box-img img {
    border-radius: 50%;
    transition: all ease .4s
}

.second .box-step .step-item .box-title {
    -webkit-box-flex: 0;
    flex: 0 0 35%;
    padding-right: 20px
}

@media screen and (max-width:996px) {
    .second .box-step .step-item .box-title {
        padding: 0
    }
}

.second .box-step .step-item .box-title h3 {
    font-size: 20px;
    line-height: 1.5
}

@media screen and (max-width:996px) {
    .second .box-step .step-item .box-title h3 {
        text-align: center
    }
}

.second .box-step .step-item .box-content {
    padding: 10px 20px 10px 0
}

@media screen and (max-width:996px) {
    .second .box-step .step-item .box-content {
        padding: 0
    }
}

.second .box-step .step-item .box-content p {
    margin-bottom: 0
}

.blog-item .second .box-step .step-item .box-content>a,
.second .box-step .step-item .blog-item .box-content>a,
.second .box-step .step-item .box-content .primary-btn,
.second .box-step .step-item .box-content .second-btn,
.second .box-step .step-item .service-item .box-content>a,
.service-item .second .box-step .step-item .box-content>a {
    margin-top: 10px
}

@media screen and (max-width:575px) {
    .blog-item .second .box-step .step-item .box-content>a,
    .second .box-step .step-item .blog-item .box-content>a,
    .second .box-step .step-item .box-content .primary-btn,
    .second .box-step .step-item .box-content .second-btn,
    .second .box-step .step-item .service-item .box-content>a,
    .service-item .second .box-step .step-item .box-content>a {
        width: 100%;
        justify-content: center;
        text-align: center
    }
}

.blog-item {
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, .125);
    height: 100%
}

.blog-item .time {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
    text-align: center;
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
    color: #6c757d
}

.blog,
.blog-detail {
    position: relative;
    padding: 40px 0
}

.description {
    font-weight: 600;
  }

@media screen and (max-width:996px) {
    .bg-top {
        margin-bottom: 20px
    }
}

.blog-detail h1 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 1.5rem
}

.blog-detail .time {
    text-align: center;
    margin-bottom: 1.5rem
}

.blog-detail figure {
    margin-bottom: 1rem
}

.blog-detail h2 {
    font-size: 26px;
    margin-bottom: 1rem
}

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

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

.blog-detail p {
    font-size: 16px
}

.blog-detail p a {
    border-bottom: 1px solid #dc3545;
    color: #dc3545;
    font-weight: 500
}

.blog-detail ul {
    padding-left: 15px
}

.blog-detail ul li {
    list-style: disc;
    margin-bottom: 10px
}

.blog-detail .box-share {
    background-color: #edf2f7;
    padding: 1.25rem 1.5rem;
    display: flex;
    gap: 20px
}

@media screen and (max-width:575px) {
    .blog-detail .box-share {
        display: block
    }
}

.blog-detail .box-share p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600
}

@media screen and (max-width:575px) {
    .blog-detail .box-share p {
        margin-bottom: 10px
    }
}

.blog-detail .box-share ul {
    padding-left: 0;
    display: flex;
    gap: 20px
}

.blog-detail .box-share ul li {
    list-style: none;
    margin-bottom: 0
}

.blog-detail .box-share ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    font-size: 20px;
    border-radius: 4px;
    color: #fff
}

.blog-detail .box-share ul li:first-child a {
    background: #3b5998
}

.blog-detail .box-share ul li:nth-child(2) a {
    background:  #bd081c
}
strong {
    font-weight: 700 !important;
}
.blog-detail .box-share ul li:nth-child(4) a {
    background: #5851db
}

.blog-detail .box-share ul li:nth-child(5) a {
    background: #bd081c
}

.blog-detail .box-share ul li:last-child a {
    background: #1da1f2
}

@media screen and (max-width:1200px) {
    section {
        padding: 20px 0!important
    }
}
blockquote {
    padding-left: 20px;
    border-left: 5px solid #edf2f7;
    margin-left: 20px;
}
#menu-mobile .mobile-logo {
    text-align: center
}

#menu-mobile .mobile-logo img {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    z-index: 99999;
    margin-bottom: 20px
}
#menu-mobile .list-mobile-menu > li > .mobile-link > a {
    font-weight: 500 !important;
}

#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
}

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

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

@media screen and (max-width:1200px) {
    .header.fixed-top .header-bottom {
        display: none
    }
    .header.fixed-top .header-top {
        display: block;
        background: #fff
    }
}

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

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

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

@media screen and (max-width:1200px) {
    .header .header-top .vuta-container .header-logo {
        max-width: 150px
    }
}

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

.header .header-top .vuta-container .header-top-right .list-social {
    margin-bottom: 20px
}

.header .header-top .vuta-container .header-top-right .list-social ul {
    display: flex;
    justify-content: right;
    gap: 5px
}

.header .header-top .vuta-container .header-top-right .list-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    font-size: 20px;
    border-radius: 4px;
    color: #fff
}

.header .header-top .vuta-container .header-top-right .list-social ul li:first-child a {
    background: #3b5998
}

.header .header-top .vuta-container .header-top-right .list-social ul li:nth-child(3) a {
    background: #40c057
}

.header .header-top .vuta-container .header-top-right .list-social ul li:nth-child(4) a {
    background: #5851db
}

.header .header-top .vuta-container .header-top-right .list-social ul li:nth-child(5) a {
    background: #bd081c
}

.header .header-top .vuta-container .header-top-right .list-social ul li:last-child a {
    background: #1da1f2
}

.header .header-top .vuta-container .header-top-right .list-contact {
    display: flex;
    justify-content: right;
    gap: 30px
}

.header .header-top .vuta-container .header-top-right .list-contact li {
    display: flex;
    gap: 10px;
    align-items: center
}

.header .header-top .vuta-container .header-top-right .list-contact li p {
    margin-bottom: 0;
    color: #888
}

.header .header-top .vuta-container .header-top-right .list-contact li p a {
    color: #888
}

.header .header-top .vuta-container .header-top-right .list-contact li i {
    font-size: 2.5rem
}

.header .header-top .vuta-container .header-top-right .list-contact li img {
    height: 30px
}

.header .header-top .vuta-container .header-top-right .list-contact .icon span {
    width: 2.5rem
}

.header .header-bottom {
    background: #ea0f0f
}

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

.header .header-bottom navbar {
    padding: 0
}

.header .header-bottom navbar ul {
    display: flex
}

.header .header-bottom navbar ul li {
    position: relative
}

.header .header-bottom navbar ul li:hover>.link a {
    color: #fff
}

.header .header-bottom navbar ul li.active .link>a {
    color: #fff
}

.header .header-bottom navbar ul li.dropdown::before {
    position: absolute;
    content: "\f0dd";
    font-family: FontAwesome;
    right: 5px;
    top: 5px;
    color: #fff
}

.header .header-bottom navbar ul li:hover .submenu {
    display: block;
    top: 100%;
    visibility: visible;
    opacity: 1
}
.header .header-bottom navbar > ul {
    gap: 30px;
}
.header .header-bottom navbar ul li .link>a {
    color: rgba(255, 255, 255, .8);
    display: flex;
    padding: 0;
    height: 50px;
    justify-content: center;
    transition: all ease .5s;
    align-items: center;
    font-size: 16px;
    font-weight: 500
}

.header .header-bottom navbar ul li .submenu {
    display: block;
    visibility: hidden;
    z-index: 999;
    opacity: 0;
    position: absolute;
    top: calc(100% + 10px);
    transition: all ease .4s;
    background: #fff;
    min-width: 216px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}
.header .header-bottom navbar ul li.dropdown .link > a {
    padding-right: 25px;
} 

.header .header-bottom navbar ul li .submenu a {
    display: block;
    padding: 5px 20px;
    color: #000
}

.header .header-bottom navbar ul li .submenu a:hover {
    background: var(--primary);
    color: #fff
}

.svg-inline--fa.fa-w-20 {
    width: 1.25em
}

.header-contact-icon svg {
    font-size: 2.6em
}

.mobile-btn {
    display: none
}

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

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

.footer .footer-top {
    background: var(--third);
    color: #fff;
    padding-top: 40px;
    padding-bottom: 20px;
}


.footer .footer-top h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;

}
.footer .footer-top h3::before {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 80px;
    left: 0;
    height: 2px;
    content: '';
} 
@media screen and (max-width:996px) {
    .footer .vuta-container {
        display: block
    }
}

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

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

@media screen and (max-width:996px) {
    .footer ul {
        display: block
    }
}

.footer ul li a {
    font-weight: 400
}

.footer p {
    margin-bottom: 0;
    font-size: 16px;
}
.footer form .vuta-input {
    margin-bottom: 10px;
}
.footer form textarea {
    min-height: 100px;
}
.footer .box-btn button {
    background: #00AF19;
    transition: all ease 0.4s;
}
.footer .box-btn button:hover {
    background: #042B0A;
}
.footer .footer-bottom {
    background: #00AF19;
    text-align: center;
    color: #fff;
}
select.vuta-input {
    height: 45px;
}
.footer .footer-bottom  a {
    font-weight: 600 !important;
}
.header .header-top {
    background: var(--primary);
    padding-top: 2px;
    padding-bottom: 2px;
}
.header .header-top ul {
    display: flex;
    width: 100%;
    justify-content: right;
    align-items: center;
    gap: 20px;
}
.header .header-top ul li,
.header .header-top ul li a {
    color: #fff;
}
.header .header-top ul li {
    position: relative;
    font-size: 14px;
}
.header .header-top ul li::before {
    height: 15px;
    width: 1px;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    content: "";
    top: 4px;
    right: -10px;
}
.header .header-top ul li:last-child::before {
    display: none;
}

.header .header-bottom {
    background: #141414;
    padding: 5px 0;
}
.header .header-bottom .vuta-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .header-bottom .header-logo img {
    width: 60px;
}

.home-products {
    padding: 60px 0 40px;
}
.home-products .box-title {
    text-align: center;
    padding: 0 10px;
}
.home-products .box-title p {
    font-size: 18px;
    max-width: 900px;
    text-align: center;
    font-style: italic;
    color: #616161;
    margin: 0 auto;
}
.home-products .box-title h2 {
    margin-bottom: 20px;
    font-size: 28px;
    color: var(--primary);
}
.home-products .box-title {
    margin-bottom: 40px;
}
.home-products .wraper {
    display: flex;
}
.home-products .wraper .blog-item {
    width: 25%;
    margin-bottom: 0;
    position: relative;
    height: 500px;
    box-shadow: 0 !important;
}
.home-projects .blog-item  ,
.home-service .blog-item  {
    position: relative;
}
.home-projects .blog-item .box-img ,
.home-service .blog-item .box-img ,
.home-products .wraper .blog-item .box-img {
    height: 100%;
    overflow: hidden;
}
.home-projects .blog-item .box-img img,
.home-service .blog-item .box-img img,
.home-products .wraper .blog-item .box-img img {
    transition: all ease 0.7s;
}
.home-projects .blog-item:hover img,
.home-service .blog-item:hover img,
.home-products .wraper .blog-item:hover img {
    transform: scale(1.1);
}
.home-projects .blog-item > a,
.home-service .blog-item > a,
.home-products .wraper .blog-item > a {
    position: absolute;
    inset: 0;
    z-index: 3;
}
.home-projects  .blog-item .box-content ,
.home-service  .blog-item .box-content ,
.home-products .wraper .blog-item .box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0,#000 100%);
}
.home-projects  .blog-item .box-content .list-cat ,
.home-service  .blog-item .box-content .list-cat ,
.home-products .wraper .blog-item .box-content .list-cat {
    display: none;
}
.home-projects  .blog-item .box-content h4 a ,
.home-service  .blog-item .box-content h4 a ,
.home-products .wraper .blog-item .box-content h4 a {
    color: #fff;
}
.home-projects .blog-item .box-content h4,
.home-service .blog-item .box-content h4,
.home-products .wraper .blog-item .box-content h4 {
    font-size: 16px;
    margin-bottom: 0;
    overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
[class^="home-"] .box-title h2 {
    margin-bottom: 20px;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--primary);
} 
@media (max-width:996px) {
    [class^="home-"] .box-title h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .home-products .box-title {
        margin-bottom: 20px;
    }
    .home-service {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .home-projects {
        padding: 0 !important;
    }
    .home-blog {
        padding-top: 0 !important;
    }
}
.home-service .box-title {
    text-align: center;
    margin-bottom: 20px;
}
.home-service .box-title h3 {
    color: var(--third);
}
.home-service .blog-item .box-img {
    aspect-ratio: 3/2;
    overflow: hidden;
}
.home-projects {
    overflow: hidden;
}
.home-projects .box-title {
    text-align: center;
}

.home-projects .projects-slider .item {
    transition: all ease .7s;
    width: 400px !important;
}
.home-projects .projects-slider .item:hover {
    width: 700px !important;
}
.home-projects .projects-slider .item .blog-item {
    height: 460px;
    overflow: hidden;
}

@media (max-width:996px) {
    .home-products .wraper {
        overflow: scroll;
    }
    .home-products .wraper .blog-item {
        height: 350px;
        min-width: 300px;
    }
    .footer form {
        margin-bottom: 20px;
    }
}

.slick-arrow {
    border: none;
}
.slick-arrow.slick-prev::before {
    content: "\f104";
    color: #fff;
    font-family: fontawesome;
} 
.slick-arrow.slick-next::before {
    content: "\f105";
    font-family: fontawesome;
    color: #fff;
}
.slick-arrow.slick-prev {
    left: 15px;
} 
.slick-arrow.slick-next {
    right: 15px;
}
.slick-arrow:hover  {
    background: rgba(0, 0, 0, 0.3);
}

.home-blog {
    padding: 40px 0;
}
.home-blog .blog-item {
    box-shadow: none !important;
    border: 0 !important;
}

.home-blog .left .blog-item {
    border-radius: 10px;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1) !important;
}
.home-blog .left .blog-item .box-img {
    aspect-ratio: 16/9;
}
.home-blog .left .blog-item .box-content {
    padding: 10px 15px;
    text-align: left;
    background: #fff;
}
.brand-item .box-img {
    width: 120px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background: #fff;
}
.brand-item .box-img img {
    object-fit: contain;
}
.home-blog .left .blog-item .box-content .list-cat {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}
.home-blog .left .blog-item .box-content .list-cat a {
    border-radius: 4px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 2;
    padding-left: 10px;
    padding-right: 10px;
    background: var(--primary);
    color: #fff;
}
.home-blog .left .blog-item .box-content .list-cat li:last-child a {
    background: #042B0A;
}
.home-blog .left .blog-item .box-content h4 {
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home-blog .left .blog-item .box-content p {
    overflow: hidden;
    display: -webkit-box;
    font-size: 16px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.home-blog .aside .flex-item {
    display: flex;
    position: relative;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1) !important;
}
.home-blog .aside .flex-item > a {
    position: absolute;
    inset: 0;
    z-index: 3;
}
.home-blog .aside .flex-item .box-img {
    height: 90px;
    width: 100px;
    flex-shrink: 0;
}
.home-blog .aside .flex-item .box-content {
    padding: 10px;
    background: #fff;
    text-align: left;
}
.home-blog .aside .flex-item .box-content h4 {
    display: -webkit-box;
    font-size: 16px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home-blog .box-btn {
    display: flex;
    justify-content: center;
}
.home-blog .box-btn a {
    background: var(--primary);
}
.home-blog .box-btn a:hover {
    background: var(--third);
}
.home-brand .box-title {
    text-align: center;
    margin-bottom: 20px;
}
.home-brand .list-partner {
    display: flex;
    flex-wrap: wrap;
    max-width: 920px;
    margin: 0 auto;
}
.home-brand .list-partner li {
    width: 16.66%;
    border: 1px dashed #ccc;
    padding: 15px;
}
.home-brand .list-partner li .box-img {
    padding: 15px;
}
.home-brand .list-partner li .box-img img {
    transition: all ease 0.4s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.home-brand .list-partner li .box-img img:hover {
    -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.home-brand {
    background: #f9f9f9;
}

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

.blog .box-title h2 {
    color: var(--primary);
}

.blog .blog-item {
    border-radius: 10px;
    overflow: hidden;
}

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

.blog .blog-item .box-img img {
    transition: all ease 700ms;
}

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

.blog .blog-item .box-content {
    padding: 15px;
    background: #fff !important;
}
.blog .blog-item .box-content h4 {
    font-size: 18px;
    margin-bottom: 0;   
}
.packages .aside .aside-item ,
.blog-detail .aside .aside-item ,
.blog .aside .aside-item {
    border: 1px solid #f5f5f5;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 20px;
}

.packages .aside h3 ,
.blog-detail .aside h3 ,
.blog .aside h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}
.packages .aside h3::before ,
.blog-detail .aside h3::before ,
.blog .aside h3::before {
    width: 100px;
    background: var(--primary);
    height: 3px;
    bottom: 0;
    content: "";
    position: absolute;
}
.packages .list-contact li ,
.blog-detail .list-contact li ,
.aside .list-contact li {
    margin-bottom: 10px;
    list-style: none;

} 
.blog-detail .list-contact {
    padding-left: 0;
}
.aside .list-contact li img {
    margin-right: 5px;
}
.aside .list-contact li a {
    color: #616161;
}

.aside {
    position: sticky;
    top: 100px;
}
#button-contact-vr {
    position: fixed;
    bottom: 100px;
    z-index: 99999;
    right: 0;
  }
   
  
  /*phone*/
  #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 0.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, 0.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 0.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(0.9);
    }
  
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 15px transparent;
    }
  
    100% {
      transform: scale(0.9);
      box-shadow: 0 0 0 0 transparent;
    }
  }
  
  @keyframes zoom2 {
    0% {
      transform: scale(0.9);
    }
  
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 15px transparent;
    }
  
    100% {
      transform: scale(0.9);
      box-shadow: 0 0 0 0 transparent;
    }
  }
  

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

  
  #mess img {
    /* width: 35px; */
    border-radius: 50%;
    /* height: 32px; */
  }

  #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: 0px 3px 12px rgba(0, 0, 0, 0.1);
  }
  .back-to-top #to-top {
    width: 45px;
    height: 45px;                                                                 
    cursor: pointer;
    transition: all ease-in-out 0.4s;
    /* display: none; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    background: var(--third);
    right: 20px;
    bottom: -100px;
    border-radius: 50%;
    z-index: 999;
}
.back-to-top #to-top i {
    color: #fff;
}
.back-to-top.active  #to-top{
  bottom: 40px;
}
.header-search button {
    color: #fff;
}
.header #menu {
    margin-left: auto;
    margin-right: 30px;
}


@media (max-width:1200px) {
    .header #menu {
        display: none;
    }
}
.brand-slider {
    margin: 0 -10px;
}
.brand-slider .slick-arrow::before{
    color: rgba(0, 0, 0, .03);
}
.brand-slider .item {
    margin: 0 10px;
}
.packages  h1 { 
    font-size: 28px;
    color: var(--primary);
}

.packages  h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.packages  h3 { 
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
} 
.aside-item .list-cat li {
    margin-bottom: 10px;
    border-bottom: 1px dashed #666;
    padding-bottom: 10px;
}
@media (max-width:996px) {
    .blog-detail h2 {
        font-size: 20px !important;
    }
    .header .header-top ul li:nth-child(2) {
        display: none;
    }
}
.aside-item .list-cat li a {
    color: #616161;
}
.aside-item .list-cat li a:hover {
    color: var(--primary);
}
.aside-item .list-cat li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.whyus {
    padding: 40px 0;
    background: var(--primary);
}
.whyus .whyus-item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.whyus .whyus-item .icon {
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
    border: 3px solid #fff;
}

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

.whyus .box-title h2 {
    color: #fff;
}

.whyus .whyus-item .icon svg g {
    fill: #fff;
}
.whyus .whyus-item .icon svg g path {
    fill: #fff;
}
.whyus [class^="vuta-col-"]:nth-child(3)  .whyus-item .icon svg  g path{
    fill: transparent;
    stroke: #fff;
}
.whyus .whyus-item .box-content h4 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.whyus .whyus-item .box-content p {
    font-size: 14px;
    color: #fff;
}

@media (max-width:996px) {
    .whyus .whyus-item {
        margin-bottom: 15px;
    }
}