@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
:root {
    --white: #fff;
    --black: #000;
    --primary: #D5232F;
    --second: #F7941D;
    --bg-2: #7D224C;
    --bg: #16143C;
    --body: #140f08
}

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

h1,
h2,
h3,
h4,
h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    font-family: Montserrat, sans-serif
}

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

.desc p {
    font-family: Montserrat, sans-serif !important
}

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

.aside .aside-item .list-aside-blog .aside-blog-item .box-content h4,
.home-blog .main-blog .box-content p,
.line-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.blog .blog-item .box-content h4,
.home-2-blog .blog-item .box-content h4,
.home-2-blog .blog-item .box-content p,
.home-blog .list-hot li h4,
.home-blog .main-blog .box-content h4,
.line-2,
.service-list .service-item .box-content h4 a,
.service-list .service-item .box-content p {
    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
}

.pd-feature-box .box-btn .second-btn,
.primary-btn {
    display: inline-flex;
    padding-left: 20px;
    padding-right: 20px;
    background: var(--primary);
    color: #fff;
    align-items: center;
    border-radius: 4px;
    height: 40px
}

.pd-feature-box .box-btn .second-btn:hover,
.primary-btn:hover {
    background: var(--second)
}

.number {
    background: var(--bg-2);
    margin-top: -10px;
    position: relative;
    padding: 40px 0;
    z-index: 9
}

.number .wraper {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: stretch
}

@media screen and (max-width:1200px) {
    .number .wraper {
        flex-wrap: nowrap;
        overflow-y: scroll
    }
}

.number .box-title {
    text-align: center
}

.number .box-title h2 {
    color: var(--second)
}

.number .number-item {
    text-align: center;
    color: #fff;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    background: #5e0d32;
    padding: 10px;
    border-radius: 15px;
    min-width: 200px
}

.number .number-item .d-flex {
    justify-content: center;
    margin-bottom: 20px;
    font-size: 24px
}

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

.second-btn {
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1.6;
    text-align: center;
    text-rendering: optimizeLegibility;
    cursor: pointer;
    background-color: unset;
    border: 0;
    box-shadow: unset;
    padding: 0;
    display: inline-block;
    line-height: unset;
    min-height: unset;
    display: flex;
    justify-content: center
}

.second-btn span {
    background-color: var(--primary);
    padding: 9px 30px;
    border-radius: 20px 0 20px 0;
    transition: .3s ease all
}

.second-btn:hover span {
    border-radius: 20px 0 0 0
}

.second-btn i {
    background-color: var(--primary);
    padding: 9px 15px;
    border-radius: 0 20px 0 20px;
    transition: .3s ease all;
    vertical-align: top;
    margin-left: .4em;
    margin-right: -.15em;
    line-height: 1.6
}

.second-btn:hover i {
    margin-left: -15px;
    border-radius: 0 0 20px 0
}

.home-about {
    padding: 60px 0
}

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

.home-whyus {
    padding: 60px 0;
    padding-top: 0
}

.home-whyus .box-title {
    text-align: center;
    padding-top: 60px
}

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

.home-whyus .item {
    display: flex;
    margin-bottom: 20px;
    gap: 20px;
    border-radius: 15px;
    border: 1px solid var(--second);
    padding: 20px
}

.home-whyus .item .icon {
    flex-shrink: 0
}

.home-whyus .item .icon img {
    width: 60px
}

.home-whyus .item h4 {
    font-size: 16px;
    color: var(--second)
}

.home-whyus .item p {
    margin-bottom: 0
}

.home-whyus .box-item {
    padding: 10px 10px 10px 20px;
    padding-top: 20px;
    transition: all ease .5s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .22);
    border-radius: 16px;
    background: var(--bg-2)
}

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

.home-whyus .box-item h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--second)
}

.home-whyus .box-item .box-img {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px
}

.home-whyus .box-item .box-content {
    padding-bottom: 30px
}

.home-whyus .box-item .box-content h5 {
    font-size: 16px;
    color: var(--second);
    margin-bottom: 15px
}

.home-whyus .box-item .box-content ul {
    padding-left: 20px
}

.home-whyus .box-item .box-content ul li {
    margin-bottom: 10px;
    position: relative;
    color: #ffe06f
}

.home-whyus .box-item .box-content ul li::before {
    content: "✔";
    left: -20px;
    position: absolute
}

.home-whyus .box-item .box-content .box-btn {
    display: flex;
    justify-content: center
}

.home-whyus .box-item .box-content a {
    text-align: center;
    display: inline-flex;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    position: relative;
    padding-bottom: 10px
}

.home-whyus .box-item .box-content a::before {
    position: absolute;
    height: 1px;
    content: "";
    bottom: 0;
    transition: all ease .5s;
    background: rgba(255, 255, 255, .5);
    width: 60%
}

.home-whyus .box-item:hover {
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.home-whyus .box-item:hover a::before {
    width: 100%;
    background: #fff
}

.home-about .box-title {
    text-align: center
}

.home-about .box-title p {
    font-size: 20px;
    font-style: italic;
    color: #686868
}

.home-about .box-content {
    padding-top: 40px
}

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

.home-service {
    padding-bottom: 60px
}

.home-service .box-title {
    text-align: center
}

.home-service .box-title p {
    font-size: 20px;
    font-style: italic;
    color: #686868
}

.home-service .box-item {
    padding: 20px;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    border-radius: 15px;
    position: relative;
    height: 100%;
    color: #fff;
    background: var(--primary)
}

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

.home-service .box-item>a {
    position: absolute;
    inset: 0;
    z-index: 1
}

.home-service .box-item h4 {
    font-size: 20px
}

.home-service .box-item .num {
    font-size: 60px;
    font-weight: 700
}

.home-service .box-item p {
    color: rgba(255, 255, 255, .8)
}

.home-service .box-item:hover {
    background: var(--bg-2) !important
}

.home-service .vuta-row [class^=vuta-col-]:nth-child(even) .box-item {
    background: var(--second)
}

.home-feedback .box-title {
    text-align: center
}

.home-feedback .box-title p {
    font-size: 20px;
    font-style: italic;
    color: #686868
}

.home-feedback .feedback-item {
    display: flex
}

@media screen and (max-width:996px) {
    .home-feedback .feedback-item {
        flex-direction: column
    }
}

.home-feedback .feedback-item .box-img {
    padding: 0 30px 30px
}

.home-feedback .feedback-item .box-img img {
    border-radius: 999px
}

.home-feedback .feedback-item .box-content {
    padding: 0 30px 30px;
    position: relative;
    padding-top: 50px;
    padding-left: 45px
}

.home-feedback .feedback-item .box-content p {
    text-align: justify;
    font-style: italic;
    margin-bottom: 20px
}

.home-feedback .feedback-item .box-content::before {
    position: absolute;
    content: "“";
    left: 10px;
    width: 40px;
    font-size: 120px;
    height: 40px;
    top: -40px;
    color: var(--primary)
}

.home-feedback .feedback-item .box-content h4 {
    font-size: 18px;
    color: var(--primary)
}

.home-feedback .feedback-item .box-content ul {
    padding-left: 15px
}

.home-feedback .feedback-item .box-content ul li {
    list-style: disc;
    margin-bottom: 10px
}

.home-brand {
    padding: 60px 0
}

@media screen and (max-width:996px) {
    .home-brand {
        padding-top: 0;
        padding-bottom: 10px
    }
}

.home-brand .box-title {
    text-align: center
}

.home-contact {
    padding: 60px 0;
    background-image: url(../images/home-contact.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.home-contact .box-title {
    margin-bottom: 10px
}

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

.home-contact h4 {
    color: #fff;
    font-size: 18px
}

.home-contact h4 i {
    margin-right: 8px
}

.home-contact a {
    color: var(--second)
}

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

.home-contact .contact-form .gr-input .vuta-input {
    border-radius: 0;
    color: #fff;
    background: 0 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .8)
}

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

.home-contact .contact-form .gr-input textarea {
    min-height: 100px;
    margin-bottom: 30px
}

.home-faq {
    padding: 60px 0
}

.home-faq .box-title {
    text-align: center
}

.home-faq #faqAre {
    margin: 0 auto;
    max-width: 800px
}

.home-faq #faqAre ul li {
    border-radius: 33px;
    position: relative;
    color: #333;
    font-size: 20px;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
    z-index: 0;
    box-shadow: 0 0 40px rgba(0, 50, 82, .09)
}

@media screen and (max-width:996px) {
    .home-faq #faqAre ul li {
        border-radius: 10px;
        font-size: 16px
    }
}

.home-faq #faqAre ul li a {
    padding: 20px 45px;
    display: flex;
    align-items: center;
    color: #333;
    transition: all ease .4s;
    position: relative
}

@media screen and (max-width:996px) {
    .home-faq #faqAre ul li a {
        font-size: 16px;
        padding: 20px
    }
}

.home-faq #faqAre ul li.active a {
    background: var(--primary);
    color: #fff
}

.home-faq #faqAre ul .hidden-content {
    padding: 25px 45px
}

@media screen and (max-width:996px) {
    .home-faq #faqAre ul .hidden-content {
        padding: 20px
    }
}

.home-faq #faqAre ul .hidden-content p {
    font-size: 16px
}

.home-blog {
    padding-bottom: 60px
}

.home-blog .box-title {
    text-align: center
}

.home-blog .left {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .05);
    padding: 15px 20px
}

.home-blog .left h3 {
    font-size: 16px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px
}

.home-blog .left h3::before {
    position: absolute;
    width: 40px;
    color: #333;
    background: #333;
    content: "";
    bottom: 0;
    height: 3px
}

.home-blog .list-hot li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.home-blog .list-hot li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0
}

.home-blog .list-hot li .day {
    display: block;
    margin-right: 20px;
    border: 2px solid var(--primary);
    height: 38px;
    width: 38px;
    flex-shrink: 0;
    padding-top: 4px;
    line-height: 13px;
    text-align: center
}

.home-blog .list-hot li .day span {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary);
    line-height: 10px
}

.home-blog .list-hot li h4 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0
}

.home-blog .list-hot li a {
    color: #141414
}

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

.home-blog .main-blog {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .05);
    position: relative
}

.home-blog .main-blog .day {
    display: block;
    margin-right: 20px;
    border: 2px solid var(--primary);
    height: 38px;
    width: 38px;
    padding-top: 4px;
    line-height: 13px;
    position: absolute;
    text-align: center;
    background: #fff;
    top: 20px
}

.home-blog .main-blog .day span {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary);
    line-height: 10px
}

.home-blog .main-blog .box-img {
    aspect-ratio: 4/3
}

.home-blog .main-blog .box-img img {
    height: 100%
}

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

.home-blog .main-blog .box-content h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px
}

.home-blog .main-blog .box-content h4 a {
    color: var(--primary)
}

.blog {
    padding-top: 40px;
    padding-bottom: 40px
}

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

.blog .box-title h2 {
    position: relative;
    padding-bottom: 10px
}

.blog .box-title h2::before {
    position: absolute;
    background: var(--primary);
    content: "";
    width: 64px;
    bottom: 0;
    height: 2px
}

.blog .blog-item {
    position: relative;
    display: flex;
    gap: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd
}

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

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

.blog .blog-item .box-img {
    aspect-ratio: 3/2;
    flex-shrink: 0;
    width: 35%
}

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

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

.blog .blog-item .day {
    display: block;
    margin-right: 20px;
    border: 2px solid var(--primary);
    height: 38px;
    width: 38px;
    left: -10px;
    padding-top: 4px;
    line-height: 13px;
    position: absolute;
    text-align: center;
    background: #fff;
    top: 20px
}

.blog .blog-item .day span {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary);
    line-height: 10px
}

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

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

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

.blog .blog-item .box-content .pd-feature-box .box-btn .second-btn,
.blog .blog-item .box-content .primary-btn,
.pd-feature-box .box-btn .blog .blog-item .box-content .second-btn {
    margin-top: auto;
    width: 130px;
    justify-content: center
}

.blog .pagination {
    padding-top: 20px
}

.blog .pagination ul {
    display: flex;
    gap: 15px
}

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

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

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

.aside .aside-item {
    margin-bottom: 30px
}

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

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

.aside .aside-item .list-aside-blog .aside-blog-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ddd;
    display: flex;
    gap: 15px
}

.aside .aside-item .list-aside-blog .aside-blog-item:hover h4 a {
    color: var(--primary) !important
}

.aside .aside-item .list-aside-blog .aside-blog-item .box-img {
    aspect-ratio: 3/2;
    margin-bottom: 0
}

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

.aside .aside-item .list-aside-blog .aside-blog-item .box-content h4 {
    line-height: 1.5;
    margin-bottom: 0;
    font-size: 14px
}

.aside .aside-item .list-aside-blog .aside-blog-item .box-content h4 a {
    color: #141414
}

.aside .aise-form {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px
}

.aside .aise-form h4 {
    text-align: center;
    font-size: 20px;
    color: var(--primary)
}

.aside .aise-form .vuta-input {
    margin-bottom: 15px;
    height: 40px;
    font-size: 14px
}

.aside .aise-form textarea {
    min-height: 100px
}

.blog-detail {
    padding: 40px 0
}

.blog-detail .breadcrumb ul {
    display: flex;
    gap: 20px
}

@media screen and (max-width:1200px) {
    .blog-detail .breadcrumb ul {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch
    }
}

.blog-detail .breadcrumb ul li {
    position: relative
}

.blog-detail .breadcrumb ul li::before {
    content: "/";
    position: absolute;
    right: -12px;
    top: 1px
}

.blog-detail .breadcrumb ul li a {
    color: #888
}

.blog-detail .breadcrumb ul li:last-child::before {
    display: none
}

.blog-detail .breadcrumb ul li:last-child a {
    color: var(--primary)
}

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

.blog-detail .main-img {
    position: relative;
    margin-bottom: 15px
}

.blog-detail .main-img .day {
    display: block;
    margin-right: 20px;
    border: 2px solid var(--primary);
    height: 38px;
    width: 38px;
    left: -10px;
    padding-top: 4px;
    line-height: 13px;
    position: absolute;
    text-align: center;
    background: #fff;
    top: 20px
}

.blog-detail .main-img .day span {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary);
    line-height: 10px
}

.blog-detail .short-desc {
    text-align: justify;
    font-style: italic;
    font-weight: 400
}

.blog-detail p {
    text-align: justify
}

.blog-detail .desc h2 {
    font-size: 22px;
    color: var(--primary)
}

.blog-detail .desc h3 {
    font-size: 18px;
    color: var(--primary)
}

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

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

.blog-detail .desc figure {
    margin-bottom: 15px
}

.blog-detail .desc figure img {
    height: 100%
}

.blog-detail .desc figure figcaption {
    background: #f5f5f5;
    text-align: center;
    color: #888;
    padding: 5px 0;
    font-size: 14px;
    font-style: italic
}

.blog-detail .share ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 20px;
    position: relative
}

.blog-detail .share ul::before {
    width: 64px;
    background: var(--primary);
    height: 3px;
    position: absolute;
    top: 0;
    content: ""
}

.blog-detail .share ul li a {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    border: 2px solid var(--primary);
    display: flex;
    color: var(--second);
    align-items: center;
    justify-content: center
}

.banner-page {
    background-image: url(../images/banner-page.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed
}

@media screen and (max-width:996px) {
    .banner-page {
        background-attachment: unset
    }
}

.banner-page .box-content {
    text-align: center;
    padding: 150px 0
}

@media screen and (max-width:996px) {
    .banner-page .box-content {
        padding: 100px 0
    }
}

.banner-page .box-content h1 {
    font-size: 28px;
    color: var(--primary)
}

.about-us {
    padding: 60px 0
}

.about-us .box-title {
    margin-bottom: 20px
}

.about-us blockquote {
    font-style: italic
}

.whyus-2 {
    position: relative;
    padding: 60px 0
}

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

.whyus-2::before {
    height: 300px;
    background: var(--bg-2);
    z-index: 1;
    top: 0;
    position: absolute;
    content: "";
    right: 0;
    left: 0
}

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

.whyus-2 .box-title {
    text-align: center
}

.whyus-2 .box-title h2 {
    color: var(--second)
}

.whyus-2 .wraper {
    display: flex;
    align-items: stretch;
    gap: 20px
}

@media screen and (max-width:1200px) {
    .whyus-2 .wraper {
        overflow-x: scroll
    }
}

.whyus-2 .wraper .whyus-item {
    width: calc(20% - 10px);
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    min-width: 250px;
    padding: 15px;
    border: 1px solid var(--second)
}

.whyus-2 .wraper .whyus-item .icon {
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center
}

.whyus-2 .wraper .whyus-item h4 {
    font-size: 16px;
    color: var(--primary)
}

.our {
    padding: 60px 0
}

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

.our h3 {
    text-transform: uppercase;
    color: var(--primary);
    font-size: 18px
}

.our ul {
    padding-left: 15px
}

.our ul li {
    margin-bottom: 10px;
    list-style: disc;
    font-weight: 600
}

.our ul li span {
    font-weight: 400
}

.our-team {
    padding: 60px 0;
    background: var(--bg-2)
}

.our-team .box-title {
    text-align: center
}

.our-team .box-title h2 {
    color: var(--second)
}

.our-team .our-team-item {
    margin-bottom: 40px
}

.our-team .our-team-item .box-content {
    padding-top: 50px;
    color: rgba(255, 255, 255, .7)
}

.our-team .our-team-item .box-content p {
    text-align: justify
}

.our-team .our-team-item .box-content h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--second)
}

.our-team .our-team-item:nth-child(2) [class^=vuta-col-]:nth-child(1) {
    order: 2
}

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

.our-team .our-team-item:nth-child(2) [class^=vuta-col-]:nth-child(2) {
    order: 1
}

.home-feedback {
    padding: 60px 0
}

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

#button-contact-vr {
    position: fixed;
    bottom: 140px;
    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
}

#phone-vr .phone-tooltip,
#zalo-vr .phone-tooltip {
    position: absolute;
    top: 50%;
    right: calc(100% - 6px);
    transform: translateY(-50%);
    width: auto;
    background-color: rgba(33, 150, 243, .7);
    border-radius: 100px;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
    font-size: 14px;
    padding: 0 10px
}

#phone-vr .phone-tooltip {
    background-color: rgba(230, 8, 8, .7)
}

#zalo-vr .phone-tooltip {
    background-color: rgba(33, 150, 243, .7)
}

#phone-vr:hover .phone-tooltip,
#zalo-vr:hover .phone-tooltip {
    opacity: 1;
    pointer-events: auto
}

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

.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;
    position: fixed;
    background: var(--primary);
    right: 20px;
    bottom: -100px;
    border-radius: 50%;
    z-index: 999;
    color: #fff
}

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

.vuta-header .mobile-btn {
    display: none
}

@media screen and (max-width:1200px) {
    .vuta-header .mobile-btn {
        display: block
    }
    .vuta-header .mobile-btn #mobile-btn span {
        background: #fff;
        margin-bottom: 5px
    }
    .vuta-header .mobile-btn #mobile-btn span:last-child {
        margin-bottom: 0
    }
}

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

#menu-mobile .mobile-logo img {
    width: 180px;
    margin: 0 auto
}

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

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

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

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

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

.popup-search .form-search {
    top: 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 .4s
}

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

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

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

.pricing-features .pricing-item-row {
    margin-bottom: 10px
}

.pricing-features table.pricing-table {
    width: 100%;
    border-collapse: separate
}

.pricing-features table.pricing-table th {
    background-color: #ebebeb;
    font-family: Oswald, sans-serif;
    height: 40px;
    padding: 5px 15px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    color: #000
}

@media screen and (max-width:768px) {
    .pricing-features table.pricing-table th {
        font-size: 14px
    }
}

.pricing-features table.pricing-table th:first-child {
    text-align: left
}

.pricing-features table.pricing-table td {
    height: 40px;
    padding: 5px 15px;
    vertical-align: middle;
    border-bottom: solid 1px #ebebeb
}

.pricing-features table.pricing-table td:first-child {
    border-left: solid 1px #ebebeb
}

.pricing-features table.pricing-table td:last-child {
    border-right: solid 1px #ebebeb;
    text-align: right
}

.pricing-features table.pricing-table tr:first-child th:first-child {
    border-top-left-radius: 8px
}

.pricing-features table.pricing-table tr:first-child th:last-child {
    border-top-right-radius: 8px
}

.pricing-features table.pricing-table tr:last-child td:first-child {
    border-bottom-left-radius: 8px
}

.pricing-features table.pricing-table tr:last-child td:last-child {
    border-bottom-right-radius: 8px
}

.pricing-features table.pricing-table .checklb,
.pricing-features table.pricing-table .radiolb {
    white-space: nowrap;
    cursor: pointer
}

.pricing-features table.pricing-table .checklb .ip-avata,
.pricing-features table.pricing-table .radiolb .ip-avata {
    margin-right: 0;
    margin-left: 5px;
    width: 26px;
    height: 26px;
    border-radius: 50%
}

.pricing-features table.pricing-table .checklb .ip-avata:before,
.pricing-features table.pricing-table .radiolb .ip-avata:before {
    color: #00bec5;
    margin-top: 5px;
    margin-left: 6px
}

.pricing-features table.pricing-table .description-item td {
    text-align: left
}

.note-title {
    font-size: 15px;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
    color: #ee3365 !important
}

.feat-subtitle .title p {
    font-size: 16px;
    font-weight: 700;
    color: #ee3365 !important;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    text-align: left;
    font-weight: 600
}

.pricing-features table.pricing-table {
    border-collapse: separate;
    border-spacing: 0
}

.radio {
    display: inherit
}

table p {
    margin-bottom: 0
}

table label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: right;
    font-weight: 400;
    gap: 5px
}

table input[type=radio] {
    margin: 0;
    line-height: 19px
}

table label .txt {
    line-height: 16px !important
}

.radiolb input,
table .checklb input {
    display: none
}

.pricing-features table.pricing-table .checklb .ip-avata,
.pricing-features table.pricing-table .radiolb .ip-avata {
    margin-right: 0;
    margin-left: 5px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: solid 1px #bfbebe;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.checklb .ip-avata::before,
.radiolb .ip-avata::before {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    display: block;
    margin-left: 3px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 10px;
    height: 10px;
    text-align: center;
    margin-top: 2px;
    color: var(--third);
    transform: scale(0) translate(0, -40px);
    -webkit-transform: scale(0) translate(0, -40px);
    -moz-transform: scale(0) translate(0, -40px);
    -ms-transform: scale(0) translate(0, -40px);
    -o-transform: scale(0) translate(0, -40px)
}

table.custom .ip-avata {
    border-radius: 5px !important
}

.checklb input:checked+.ip-avata::before {
    transform: unset;
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    -o-transform: unset !important
}

.vuta-field-wrap .vuta-field-description {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.vuta-field-wrap .vuta-field-description .fa {
    color: #0699e3
}

.info-placehonder {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 250px;
    background: #363636;
    font-size: 14px;
    padding: 15px;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    margin-top: 20px
}

.info-placehonder p {
    color: #fff !important
}

.vuta-field-description:hover .info-placehonder {
    visibility: visible;
    opacity: 1;
    margin-top: 0
}

.vuta-field-wrap .name,
.vuta-field-wrap .vuta-field-description {
    display: inline-block
}

.vuta-field-wrap .name {
    font-weight: 600
}

.info-placehonder::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -10px;
    border-top: 10px solid #363636;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.title-side {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px
}

.dots-seperatior {
    border-bottom: dotted 1px #000;
    display: block;
    margin: 10px auto
}

.title-side-sub {
    font-size: 12px;
    text-transform: uppercase;
    color: #898989;
    margin-bottom: 3px;
    font-weight: 400
}

.prefix-ul ul>li {
    display: block;
    line-height: 20px;
    min-height: 20px;
    padding: 2px 0
}

.prefix-ul .prefix {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: var(--third);
    border-radius: 5px;
    margin-top: 8px;
    margin-right: 7px;
    float: left
}

.addtion-features-ul li {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 5px
}

.addtion-features-ul .ft-tg {
    padding-right: 24px;
    position: relative;
    max-width: 100%;
    white-space: normal;
    width: 100%;
    display: inline-block;
    line-height: 20px;
    padding: 8px 10px;
    padding-right: 10px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: -6px 6px 10px 0 rgba(0, 0, 0, .13);
    -moz-box-shadow: -6px 6px 10px 0 rgba(0, 0, 0, .13);
    box-shadow: -6px 6px 10px 0 rgba(0, 0, 0, .13)
}

.hl-txt {
    color: var(--third)
}

.total-price-wrap .totalprice {
    font-size: 20px;
    font-weight: 700
}

.total-price-wrap .lb {
    text-transform: uppercase;
    color: #898989;
    font-size: 12px
}

.total-price-wrap {
    margin-bottom: 10px
}

.pd-right-side .checkout-btn {
    height: auto;
    text-align: left;
    border-radius: 8px;
    position: relative;
    padding: 5px 15px;
    padding-right: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    -webkit-box-shadow: -6px 6px 10px 0 rgba(0, 0, 0, .13);
    -moz-box-shadow: -6px 6px 10px 0 rgba(0, 0, 0, .13);
    box-shadow: -6px 6px 10px 0 rgba(0, 0, 0, .13);
    background-color: var(--third);
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #fff
}

.pd-feature-box {
    background-color: #f8f8f8;
    border-radius: 8px;
    margin-bottom: 20px
}

.pd-feature-box .boxbd:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.pd-feature-box .boxbd {
    border: solid 1px #e1e1e1;
    padding: 15px
}

.boxft {
    padding: 15px;
    display: flex;
    justify-content: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #e1e1e1
}

.boxft a {
    box-shadow: -6px 6px 10px 0 rgba(0, 0, 0, .13);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: var(--third);
    color: #fff;
    height: 40px;
    align-items: center;
    display: flex;
    width: min(300px, 100%);
    justify-content: center
}

.boxft a:hover {
    color: #fff;
    background-color: #dc1247
}

.boxft a i {
    margin-right: 5px
}

.vuta-field-wrap .vuta-field-description {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.vuta-field-wrap .vuta-field-description .fa {
    color: #0699e3
}

.table table {
    border-radius: 10px
}

.remove-it {
    cursor: pointer;
    position: absolute;
    right: 5px
}

.info-placehonder {
    position: absolute;
    z-index: 2;
    color: #fff;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 250px;
    background: #363636;
    font-size: 14px;
    padding: 15px;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    margin-top: 20px
}

.info-placehonder p {
    color: #fff !important
}

.vuta-field-description:hover .info-placehonder {
    visibility: visible;
    opacity: 1;
    margin-top: 0
}

.vuta-field-wrap .name,
.vuta-field-wrap .vuta-field-description {
    display: inline-block
}

.pd-feature-box .box-btn {
    display: flex;
    gap: 10px
}

.pd-feature-box .box-btn .second-btn {
    background: var(--bg);
    font-size: 12px;
    text-transform: uppercase
}

.pd-feature-box .box-btn a {
    width: 50%;
    display: flex;
    justify-content: center;
    border-radius: 4px
}

.info-placehonder::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -10px;
    border-top: 10px solid #363636;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.title-side {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px
}

.dots-seperatior {
    border-bottom: dotted 1px #000;
    display: block;
    margin: 10px auto
}

.title-side-sub {
    font-size: 12px;
    text-transform: uppercase;
    color: #898989;
    margin-bottom: 3px;
    font-weight: 400
}

.prefix-ul ul>li {
    display: block;
    line-height: 20px;
    min-height: 20px;
    padding: 2px 0
}

.prefix-ul .prefix {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: var(--third);
    border-radius: 5px;
    margin-top: 8px;
    margin-right: 7px;
    float: left
}

.addtion-features-ul li {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 5px
}

.addtion-features-ul .ft-tg {
    padding-right: 24px;
    position: relative;
    max-width: 100%;
    white-space: normal;
    width: 100%;
    justify-content: space-between;
    display: inline-block;
    line-height: 20px;
    padding: 8px 10px;
    padding-right: 10px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: -6px 6px 10px 0 rgba(0, 0, 0, .13);
    -moz-box-shadow: -6px 6px 10px 0 rgba(0, 0, 0, .13);
    box-shadow: -6px 6px 10px 0 rgba(0, 0, 0, .13)
}

.hl-txt {
    margin-left: auto;
    cursor: pointer;
    color: var(--primary)
}

.total-price-wrap .totalprice {
    font-size: 20px;
    font-weight: 700
}

.total-price-wrap .lb {
    text-transform: uppercase;
    color: #898989;
    font-size: 12px
}

.total-price-wrap {
    margin-bottom: 10px
}

.pd-right-side .checkout-btn {
    height: auto;
    text-align: left;
    border-radius: 8px;
    position: relative;
    padding: 5px 15px;
    padding-right: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    -webkit-box-shadow: -6px 6px 10px 0 rgba(0, 0, 0, .13);
    -moz-box-shadow: -6px 6px 10px 0 rgba(0, 0, 0, .13);
    box-shadow: -6px 6px 10px 0 rgba(0, 0, 0, .13);
    background-color: var(--third);
    height: 40px;
    display: flex;
    justify-content: center;
    background: var(--primary);
    align-items: center;
    gap: 5px;
    color: #fff
}

.btn.primary-btn:hover,
.pd-feature-box .box-btn .btn.second-btn:hover {
    color: #fff;
    background-color: var(--second)
}

.point {
    padding: 60px 0
}

.point .top {
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    padding: 20px 60px;
    border-radius: 999px;
    margin-bottom: 40px;
    text-align: center
}

@media screen and (max-width:996px) {
    .point .top {
        border-radius: 15px;
        padding: 20px
    }
    .point .top p {
        text-align: justify
    }
}

.point .sub {
    display: block;
    color: #888;
    font-size: 14px;
    font-style: italic
}

.point .sub ul {
    padding-left: 15px
}

.point .sub ul li {
    list-style: disc
}

.popup-point,
.popup-success {
    background: rgba(0, 0, 0, .4)
}

.popup-point .popup-content .box-content,
.popup-success .popup-content .box-content {
    background: var(--bg);
    max-width: 575px;
    margin: 0 auto;
    padding: 30px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%
}

.popup-point .popup-content .box-content .close,
.popup-success .popup-content .box-content .close {
    position: absolute;
    right: -10px;
    top: -10px;
    color: #fff;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--primary);
    cursor: pointer;
    border-radius: 50%
}

.popup-point .popup-content .box-content .icon,
.popup-success .popup-content .box-content .icon {
    margin-bottom: 30px
}

.popup-point .popup-content .box-content .icon svg,
.popup-success .popup-content .box-content .icon svg {
    width: 60px !important;
    height: 60px !important
}

.popup-point .popup-content .box-content h4,
.popup-success .popup-content .box-content h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-align: center
}

.popup-point .popup-content .box-content h2,
.popup-success .popup-content .box-content h2 {
    color: #dc1247
}

.popup-point .popup-content .box-content p,
.popup-success .popup-content .box-content p {
    color: rgba(255, 255, 255, .7)
}

.popup-point .popup-content .box-content .vuta-input,
.popup-success .popup-content .box-content .vuta-input {
    margin-bottom: 15px
}

.popup-point .popup-content .box-content .box-btn,
.popup-success .popup-content .box-content .box-btn {
    text-align: right
}

.service-slogan {
    padding: 60px 0
}

.service-slogan .box-title h2 {
    margin-bottom: 40px;
    text-align: center
}

.service-slogan .box-title blockquote {
    font-size: 18px;
    font-style: italic
}

.service-slogan .box-title blockquote p {
    margin-bottom: 0
}

.procedure .box-title {
    margin-bottom: 0;
    text-align: center
}

.procedure .box-title h2 {
    margin-bottom: 0;
    display: inline-block;
    color: var(--second);
    padding: 20px 40px;
    background: var(--bg);
    border-radius: 20px 20px 0 0
}

.procedure .box-title h2::before {
    background: var(--second)
}

.procedure .bg {
    padding: 40px 0;
    background: var(--bg);
    color: #fff
}

.procedure .wraper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media screen and (max-width:996px) {
    .procedure .wraper {
        gap: 20px
    }
}

.procedure .wraper .box-item {
    width: calc(25% - 20px);
    text-align: center;
    position: relative
}

@media screen and (max-width:996px) {
    .procedure .wraper .box-item {
        width: 100%
    }
}

.procedure .wraper .box-item::before {
    background-image: url(../images/icon_right_2.png);
    position: absolute;
    content: "";
    width: 31px;
    height: 20px;
    right: -10px;
    top: 55px
}

.procedure .wraper .box-item:last-child::before {
    display: none
}

.procedure .wraper .box-item .icon {
    margin-bottom: 20px
}

.procedure .wraper .box-item .icon svg g path {
    fill: #fff
}

.procedure .wraper .box-item h4 {
    font-weight: 600;
    color: var(--second)
}

.sv-contact {
    padding: 60px 0
}

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

.sv-contact .box-title {
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.sv-contact .box-title h2 {
    margin-bottom: 20px
}

.sv-contact .box-title .slogan p {
    font-size: 20px;
    font-style: italic;
    color: #888
}

@media screen and (max-width:996px) {
    .sv-contact .box-title .slogan p {
        font-size: 16px
    }
}

.sv-contact .wraper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
    justify-content: space-between
}

@media screen and (max-width:996px) {
    .sv-contact .wraper {
        margin-bottom: 20px
    }
}

.sv-contact .wraper .contact-item {
    width: 32%;
    padding: 20px;
    border-radius: 30px 0 30px 0;
    box-shadow: 0 0 40px rgba(0, 50, 82, .09);
    display: flex;
    gap: 20px
}

@media screen and (max-width:996px) {
    .sv-contact .wraper .contact-item {
        width: 100%
    }
}

.sv-contact .wraper .contact-item svg {
    height: 75px;
    width: 75px
}

.sv-contact .wraper .contact-item h4 {
    font-size: 18px;
    color: var(--primary);
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.sv-contact .wraper .contact-item h4::before {
    position: absolute;
    bottom: 0;
    background: var(--primary);
    height: 3px;
    width: 65px;
    content: ""
}

.service-list {
    padding: 60px 0;
    background: #f9f9f9
}

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

.service-list .box-title {
    text-align: center
}

.service-list .service-item {
    border-radius: 10px;
    margin-bottom: 20px;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 0 40px rgba(0, 50, 82, .09)
}

.service-list .service-item .box-img {
    aspect-ratio: 3/2
}

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

.service-list .service-item .box-content {
    padding: 10px 15px 30px
}

.service-list .service-item .box-content h4 {
    line-height: 1.75
}

.service-list .service-item .box-content h4 a {
    color: var(--primary);
    font-size: 16px
}

[class^=home-2-] .box-title h2,
[class^=home-] .box-title h2 {
    text-transform: unset;
    line-height: 1.3em;
    color: #192a3c;
    font-size: 40px;
    margin-bottom: 60px
}

@media screen and (max-width:996px) {
    [class^=home-2-] .box-title h2,
    [class^=home-] .box-title h2 {
        font-size: 24px;
        margin-bottom: 20px
    }
}

[class^=home-2-] .box-title h2::before,
[class^=home-] .box-title h2::before {
    display: none
}

[class^=home-2-] .box-title h2 span,
[class^=home-] .box-title h2 span {
    background-image: linear-gradient(120deg, var(--second) 0, var(--second) 100%);
    background-repeat: no-repeat;
    background-size: 100% .25em;
    background-position: 0 90%;
    transition: background-size .25s ease-in
}

[class^=home-2-] .box-content p,
[class^=home-] .box-content p {
    text-align: justify
}

.home-2-banner {
        background-image: url(/storage/banner-design/chamsocwebsite-banner.webp);
    /* background-image: url(../images/web_design_banner.jpg); */
    padding: 115px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-web--service {
    background-image: url(/storage/banner-design/web-design-bannerv2.webp);
}

.bg-ads--service {
    background-image: url(/storage/banner-design/googleads-banner-1.webp);
}

.bg-seo--service {
    background-image: url(/storage/banner-design/seo-banner-v2.webp);
}

.bg-care--service {
    background-image: url(/storage/banner-design/chamsocwebsite-banner.webp);
}
.bg-project--vip {
    background-image: url(/storage/banner-design/banner-duantieubieu-v2.webp);
    padding: 146px 0;
}

@media screen and (max-width:996px) {
    .home-2-banner {
        padding: 40px 0;
        background-position: unset;
        background-size: unset
    }
}

.home-2-banner .box-content {
    max-width: 1140px
}

.home-2-banner .box-content .box-title h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 0
}

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

.home-2-banner .box-content p {
    color: rgba(255, 255, 255, .7)
}

.home-2-banner .box-content .box-btn {
    margin-top: 40px
}

.home-2-banner .box-content .box-btn .second-btn {
    text-align: left;
    justify-content: left
}

.home-2-regist {
    padding: 40px 0
}

.home-2-regist form {
    border-radius: 10px;
    box-shadow: 18px 6px 100px 2px rgba(20, 2, 108, .55);
    padding: 30px;
    margin-right: 30px
}

@media screen and (max-width:996px) {
    .home-2-regist form {
        margin-right: 0
    }
}

.home-2-regist form .gr-input {
    margin-bottom: 20px
}

.home-2-regist form label {
    font-weight: 600;
    margin-bottom: 5px
}

.home-2-regist form label .red {
    color: red
}

.home-2-regist form .vuta-input {
    height: 37px
}

.home-2-regist form textarea {
    min-height: 100px
}

.home-2-regist .wraper {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap
}

@media screen and (max-width:575px) {
    .home-2-regist .wraper {
        flex-wrap: nowrap;
        overflow-y: scroll;
        gap: 20px
    }
}

.home-2-regist .wraper .item {
    position: relative;
    overflow: hidden;
    padding: 30px;
    padding-top: 100px;
    text-align: left;
    min-height: 250px;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    z-index: 2;
    -webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    transition: all .7s cubic-bezier(.5, .12, .46, .88);
    width: calc(50% - 20px);
    margin: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 20px 30px 30px 0 rgba(34, 34, 34, .1)
}

@media screen and (max-width:575px) {
    .home-2-regist .wraper .item {
        min-width: 250px;
        padding-top: 40px;
        box-shadow: 0 3px 12px rgba(0, 0, 0, .1) !important
    }
}

.home-2-regist .wraper .item:nth-child(1),
.home-2-regist .wraper .item:nth-child(4) {
    box-shadow: none !important;
    background: 0 0
}

@media screen and (max-width:575px) {
    .home-2-regist .wraper .item:nth-child(1),
    .home-2-regist .wraper .item:nth-child(4) {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 3px 12px rgba(0, 0, 0, .1) !important
    }
}

.home-2-regist .wraper .item .hide-item {
    padding: 30px;
    transition: all ease .7s;
    height: 100%;
    width: 100%;
    right: -100%;
    text-align: center;
    top: 0;
    content: "";
    position: absolute;
    background: #fff
}

.home-2-regist .wraper .item:hover .hide-item {
    right: 0
}

.home-2-regist .wraper .item:nth-child(2) .hide-item,
.home-2-regist .wraper .item:nth-child(3) .hide-item {
    right: 0;
    bottom: -300px;
    top: unset;
    opacity: 0;
    visibility: hidden
}

.home-2-regist .wraper .item:nth-child(2):hover .hide-item,
.home-2-regist .wraper .item:nth-child(3):hover .hide-item {
    opacity: 1;
    visibility: visible;
    top: 0;
    bottom: unset
}

@media screen and (max-width:575px) {
    .home-2-regist .wraper .item {
        margin-left: 0;
        margin-right: 0
    }
}

.home-2-regist .wraper .item h4 {
    color: #30356c;
    font-size: 22px;
    margin-bottom: 20px
}

.home-2-regist .wraper .item p {
    color: #30356c
}

.home-2-about {
    background-color: #f6fbff;
    background-image: url(../images/footerbg.png);
    padding: 60px 0
}

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

.home-2-about .box-title {
    text-align: center
}

.home-2-about .box-img {
    display: flex;
    justify-content: center;
    align-items: center
}

.home-2-about .box-img img {
    width: auto
}

.home-2-location,
.home-2-whyus,
.home-2-whyus-2 {
    padding: 60px 0
}

@media screen and (max-width:996px) {
    .home-2-location,
    .home-2-whyus,
    .home-2-whyus-2 {
        padding: 40px 0
    }
}

.home-2-location .box-title,
.home-2-whyus .box-title,
.home-2-whyus-2 .box-title {
    text-align: center
}

.home-2-location .box-content h4,
.home-2-whyus .box-content h4,
.home-2-whyus-2 .box-content h4 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #192a3c
}

@media screen and (max-width:996px) {
    .home-2-location .box-content h4,
    .home-2-whyus .box-content h4,
    .home-2-whyus-2 .box-content h4 {
        font-size: 20px
    }
}

.home-2-location .box-content ul,
.home-2-whyus .box-content ul,
.home-2-whyus-2 .box-content ul {
    padding-left: 20px
}

.home-2-location .box-content ul li,
.home-2-whyus .box-content ul li,
.home-2-whyus-2 .box-content ul li {
    position: relative;
    margin-bottom: 10px
}

.home-2-location .box-content ul li::before,
.home-2-whyus .box-content ul li::before,
.home-2-whyus-2 .box-content ul li::before {
    position: absolute;
    color: var(--primary);
    left: -20px;
    content: "\f00c";
    font-family: fontawesome
}

.home-2-location .vuta-row,
.home-2-whyus .vuta-row,
.home-2-whyus-2 .vuta-row {
    align-items: center
}

.home-2-location .box-img,
.home-2-whyus .box-img,
.home-2-whyus-2 .box-img {
    text-align: center
}

.home-2-location .box-img img,
.home-2-whyus .box-img img,
.home-2-whyus-2 .box-img img {
    aspect-ratio: 450/339;
    width: 450px;
    border-radius: 5px;
    box-shadow: 15px 15px 0 0 var(--second)
}

@media screen and (max-width:996px) {
    .home-2-location .box-img img,
    .home-2-whyus .box-img img,
    .home-2-whyus-2 .box-img img {
        width: 100%
    }
}

.home-2-location .item,
.home-2-whyus .item,
.home-2-whyus-2 .item {
    margin-bottom: 100px
}

@media screen and (max-width:996px) {
    .home-2-location .item,
    .home-2-whyus .item,
    .home-2-whyus-2 .item {
        margin-bottom: 50px
    }
}

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

@media screen and (max-width:996px) {
    .home-2-location .item:nth-child(even) [class^=vuta-col-]:first-child,
    .home-2-whyus .item:nth-child(even) [class^=vuta-col-]:first-child,
    .home-2-whyus-2 .item:nth-child(even) [class^=vuta-col-]:first-child {
        order: 1
    }
}

.home-2-location .item:nth-child(even) [class^=vuta-col-]:last-child,
.home-2-whyus .item:nth-child(even) [class^=vuta-col-]:last-child,
.home-2-whyus-2 .item:nth-child(even) [class^=vuta-col-]:last-child {
    order: 1
}

@media screen and (max-width:996px) {
    .home-2-location .item:nth-child(even) [class^=vuta-col-]:last-child,
    .home-2-whyus .item:nth-child(even) [class^=vuta-col-]:last-child,
    .home-2-whyus-2 .item:nth-child(even) [class^=vuta-col-]:last-child {
        order: 2
    }
}

.home-2-location .item:last-child,
.home-2-whyus .item:last-child,
.home-2-whyus-2 .item:last-child {
    margin-bottom: 0
}

.home-2-location,
.home-2-whyus-2 {
    background-color: #f6fbff;
    background-image: url(../images/footerbg.png)
}

.home-2-school {
    padding: 60px 0
}

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

.home-2-school .box-title {
    text-align: center
}

.home-2-school .box-content {
    padding-right: 40px
}

.home-2-school .box-content .box-img {
    margin-top: 40px
}

.home-2-school .box-content .box-img img {
    width: 300px;
    margin-bottom: 20px
}

.home-2-school .box-content .box-img figcaption {
    color: #888
}

.home-2-school .box-rank {
    border-style: solid;
    border-width: 5px;
    border-color: var(--second);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin: 0 0 0 30px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 30px;
    padding: 20px
}

@media screen and (max-width:996px) {
    .home-2-school .box-rank {
        margin-top: 40px;
        margin-left: 0
    }
}

.home-2-school .box-rank h3 {
    font-size: 18px;
    margin-bottom: 20px
}

.home-2-school .box-rank ul li {
    padding: 15px 10px;
    display: flex;
    gap: 10px;
    transition: all ease .4s;
    border-bottom: 1px solid #ddd;
    cursor: pointer
}

.home-2-school .box-rank ul li:nth-child(odd) {
    background: #f3f3f3
}

.home-2-school .box-rank ul li:hover {
    background: #888;
    color: #fff
}

.home-2-study {
    padding: 60px 0;
    background-color: #f6fbff;
    background-image: url(../images/footerbg.png)
}

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

.home-2-study .box-title {
    text-align: center
}

.home-2-study .box-img {
    text-align: center;
    margin-bottom: 20px
}

.home-2-study .box-img img {
    width: auto
}

.home-2-study .box-content h4 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #192a3c
}

@media screen and (max-width:996px) {
    .home-2-study .box-content h4 {
        font-size: 20px
    }
}

.home-2-study .box-content p {
    margin-bottom: 20px
}

.home-2-study .vuta-row {
    align-items: center
}

.home-2-study .box-btn {
    margin-top: 60px
}

.home-2-study .box-btn a {
    justify-content: right
}

.home-2-mission,
.home-2-sec {
    padding: 60px 0
}

@media screen and (max-width:996px) {
    .home-2-mission,
    .home-2-sec {
        padding: 40px 0
    }
}

.home-2-mission .box-title,
.home-2-sec .box-title {
    text-align: center
}

.home-2-mission .box-content h4,
.home-2-sec .box-content h4 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #192a3c
}

@media screen and (max-width:996px) {
    .home-2-mission .box-content h4,
    .home-2-sec .box-content h4 {
        font-size: 20px
    }
}

.home-2-mission .box-content ul,
.home-2-sec .box-content ul {
    padding-left: 20px;
    margin-bottom: 20px
}

.home-2-mission .box-content ul li,
.home-2-sec .box-content ul li {
    position: relative;
    margin-bottom: 10px
}

.home-2-mission .box-content ul li::before,
.home-2-sec .box-content ul li::before {
    position: absolute;
    color: var(--primary);
    left: -20px;
    content: "\f00c";
    font-family: fontawesome
}

.home-2-mission .box-content h5,
.home-2-sec .box-content h5 {
    font-size: 18px
}

.home-2-condition {
    padding: 60px 0;
    background-color: #f6fbff;
    background-image: url(../images/footerbg.png)
}

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

.home-2-condition .box-title {
    text-align: center
}

.home-2-condition .box-content {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 80px
}

@media screen and (max-width:996px) {
    .home-2-condition .box-content {
        margin-bottom: 40px
    }
}

.home-2-condition .vuta-row {
    align-items: center
}

.home-2-condition .vuta-row .table {
    margin-bottom: 40px
}

@media screen and (max-width:996px) {
    .home-2-condition .vuta-row .table {
        margin-top: 40px
    }
}

.home-2-visa {
    padding: 60px 0
}

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

.home-2-visa .box-title {
    text-align: center
}

.home-2-visa ul {
    padding-left: 20px;
    margin-bottom: 20px
}

.home-2-visa ul li {
    position: relative;
    margin-bottom: 10px
}

.home-2-visa ul li::before {
    position: absolute;
    color: var(--primary);
    left: -20px;
    content: "\f00c";
    font-family: fontawesome
}

.home-2-visa .box-btn {
    margin-top: 40px
}

.home-2-visa .box-btn a {
    justify-content: left
}

.home-2-visa .vuta-row {
    align-items: center
}

.home-2-visa .box-img {
    text-align: center
}

@media screen and (max-width:996px) {
    .home-2-visa .box-img {
        margin-top: 20px
    }
}

.home-2-visa .box-img img {
    width: auto
}

.home-2-branch {
    padding: 60px 0
}

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

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

.home-2-branch .box-title h2 {
    margin-bottom: 40px
}

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

.home-2-branch .slogan {
    max-width: 900px;
    margin: 0 auto;
    font-style: italic
}

.home-2-branch .wraper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between
}

@media screen and (max-width:575px) {
    .home-2-branch .wraper {
        flex-wrap: nowrap;
        overflow-y: scroll
    }
}

.home-2-branch .wraper .box-item {
    width: calc(33% - 20px);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    border-radius: 40px 0;
    overflow: hidden
}

.home-2-branch .wraper .box-item:nth-child(4),
.home-2-branch .wraper .box-item:nth-child(5) {
    width: calc(50% - 20px)
}

@media screen and (max-width:996px) {
    .home-2-branch .wraper .box-item {
        min-width: 320px !important
    }
}

.home-2-branch .box-img {
    aspect-ratio: 3/2
}

.home-2-branch .box-img img {
    height: 100%
}

.home-2-branch .box-item {
    position: relative;
    margin-bottom: 0
}

.home-2-branch .box-item .content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: var(--primary);
    padding: 10px
}

.home-2-branch .box-item .content h4 {
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
    color: #fff
}

.home-2-live {
    padding: 60px 0;
    background-color: #f6fbff;
    background-image: url(../images/footerbg.png)
}

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

.home-2-live .box-title {
    text-align: center
}

.home-2-live .item {
    margin-bottom: 100px
}

.home-2-live .item .box-btn {
    margin-top: 40px
}

.home-2-live .item .box-btn a {
    justify-content: right
}

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

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

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

@media screen and (max-width:996px) {
    .home-2-live .item:nth-child(even) [class^=vuta-col-]:last-child {
        order: 2
    }
}

.home-2-live .item:last-child {
    margin-bottom: 0
}

.home-2-live .item:last-child .box-btn a {
    justify-content: left
}

.home-2-live .item .box-img {
    text-align: center;
    margin-bottom: 20px
}

.home-2-live .item .box-img img {
    width: auto
}

.home-2-live .vuta-row {
    align-items: center
}

.home-2-mission .box-title h2 {
    margin-bottom: 40px
}

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

.home-2-mission .box-title p {
    max-width: 900px;
    font-style: italic;
    margin: 0 auto;
    margin-bottom: 20px
}

.home-2-mission .box-img {
    text-align: center
}

.home-2-mission .box-img img {
    width: auto
}

.home-2-mission .box-btn {
    margin-top: 40px
}

.home-2-blog {
    padding: 60px 0;
    background-color: #f6fbff;
    background-image: url(../images/footerbg.png)
}

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

.home-2-blog .box-title {
    text-align: center
}

.home-2-blog .box-btn {
    margin-top: 40px
}

@media screen and (max-width:996px) {
    .home-2-blog .box-btn {
        margin-top: 0
    }
}

.home-2-blog .blog-item {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 13px 3px rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 0, 0, .1);
    height: 100%;
}

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

.home-2-blog .blog-item .box-img {
    aspect-ratio: 3/2
}

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

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

.home-2-blog .blog-item .box-content h4 {
    font-size: 20px;
    line-height: 1.4em
}

.home-2-blog .blog-item .box-content h4 a {
    color: #30356c
}

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

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

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

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

.home-2-question .box-title h2 {
    margin-bottom: 40px
}

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

.home-2-question .box-title p {
    max-width: 900px;
    margin: 0 auto;
    font-style: italic
}

.home-2-bottom .top {
    background-color: #fff;
    background-image: url(../images/fair-bg.jpg);
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 100px;
    margin-top: 0;
    position: relative
}

.home-2-bottom .top::before {
    background-color: #041731;
    opacity: .8;
    position: absolute;
    inset: 0;
    content: "";
    z-index: 1
}

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

.home-2-bottom .top .vuta-container .box-title {
    color: #fff;
    text-align: center
}

.home-2-bottom .top .vuta-container .box-title h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #fff
}

.home-2-bottom .top .vuta-container .box-title h5 {
    font-size: 35px;
    font-weight: 500
}

@media screen and (max-width:996px) {
    .home-2-bottom .top .vuta-container .box-title h5 {
        font-size: 20px
    }
}

.home-2-bottom .box-content {
    background-color: #fff;
    background-image: url(../images/Frame-83.png);
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 20px 30px 30px 0 rgba(34, 34, 34, .1);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin-top: -100px;
    padding: 40px 20px;
    margin-bottom: 100px;
    position: relative;
    z-index: 2;
    border-radius: 30px
}

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

.home-2-bottom .box-content .item {
    display: flex;
    gap: 20px;
    align-items: center
}

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

.home-2-bottom .box-content .item .icon {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
    width: 80px;
    background: var(--primary)
}

.home-2-bottom .box-content .item .icon img {
    width: 45px
}

.home-2-bottom .box-content .item .content h4 {
    font-size: 20px;
    color: var(--primary)
}

.home-2-bottom .box-content .item .content p {
    margin-bottom: 0
}

.home-service {
    padding: 60px 0;
    background-color: #f6fbff;
    background-image: url(../images/footerbg.png)
}

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

.home-service .box-title {
    margin-bottom: 40px
}

.home-service .box-title h2 {
    margin-bottom: 40px
}

.home-service .wraper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px
}

@media screen and (max-width:575px) {
    .home-service .wraper {
        flex-wrap: nowrap;
        overflow-y: scroll
    }
}

.home-service .wraper .box-service-item {
    width: calc(50% - 20px)
}

@media screen and (max-width:996px) {
    .home-service .wraper .box-service-item {
        min-width: 300px
    }
}

.home-service .wraper .box-service-item:hover h4 a {
    color: #fff !important
}

.home-service .wraper .box-service-item .box-img {
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
    aspect-ratio: 3/2
}

.home-service .wraper .box-service-item .box-img img {
    border-radius: 10px;
    height: 100%;
    width: 100%;
    box-shadow: 15px 15px 0 0 var(--second)
}

.home-service .wraper .box-service-item .box-img .box-content {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 10px 15px;
    background: var(--primary);
    border-radius: 0 0 10px 10px
}

@media screen and (max-width:996px) {
    .home-service .wraper .box-service-item .box-img .box-content {
        padding: 5px
    }
}

.home-service .wraper .box-service-item .box-img .box-content h4 a {
    color: rgba(255, 255, 255, .7)
}

@media screen and (max-width:996px) {
    .home-service .wraper .box-service-item .box-img .box-content h4 {
        font-size: 16px
    }
    .home-service .wraper .box-service-item .box-img .box-content h4 a {
        color: #fff
    }
}

.home-point {
    padding: 60px 0;
    background-color: #f6fbff;
    background-image: url(../images/footerbg.png)
}

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

.home-point .box-title h2 {
    margin-bottom: 40px
}

.home-point .box-title p {
    max-width: 900px;
    font-style: italic;
    color: #888;
    font-size: 18px;
    margin: 0 auto
}

.home-point .box-content .box-btn {
    margin-top: 40px
}

@media screen and (max-width:996px) {
    .home-point .box-content .box-btn {
        margin-bottom: 40px
    }
}

.home-point .box-content .box-btn a {
    justify-content: left
}

.home-point .box-img {
    text-align: center
}

.home-point .box-img img {
    width: auto
}

.home-2-faq {
    padding: 60px 0;
    background-color: #f6fbff;
    background-image: url(../images/footerbg.png)
}

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

.home-faq #faqAre ul .hidden-content a {
    padding: 0;
    background: 0;
    display: unset
}

.home-2-feedback .box-title p {
    font-size: 16px
}

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

.about-why-us .box-title {
    margin-bottom: 40px
}

.about-why-us .box-title h2 {
    margin-bottom: 40px
}

.about-why-us .box-title p {
    max-width: 900px;
    text-align: center;
    font-style: italic;
    font-size: 18px;
    color: #888;
    margin: 0 auto
}

.about-why-us .wraper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between
}

@media screen and (max-width:996px) {
    .about-why-us .wraper {
        overflow: scroll;
        margin-top: 20px;
        flex-wrap: nowrap
    }
}

.about-why-us .wraper .item {
    width: calc(50% - 10px);
    display: flex;
    box-shadow: 0 0 13px 3px rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px
}

.about-why-us .wraper .item .icon {
    margin: 0 auto
}

.about-why-us .wraper .item p {
    text-align: left
}

.about-why-us .wraper .item h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
    color: var(--primary)
}

.about-why-us .wraper .item:last-child {
    width: 100%;
    display: flex;
    flex-direction: row;
    text-align: left
}

.about-why-us .wraper .item .icon {
    flex-shrink: 0;
    height: 80px;
    display: flex;
    width: 80px;
    justify-content: center;
    align-items: center
}

@media screen and (max-width:996px) {
    .about-why-us .wraper .item {
        width: 100%;
        min-width: 300px
    }
}

.about-why-us .box-img {
    margin-bottom: 10px
}

.our {
    background-color: #f6fbff;
    background-image: url(../images/footerbg.png);
    padding: 60px 0
}

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

.our .list-item .our-item {
    margin-bottom: 100px
}

@media screen and (max-width:996px) {
    .our .list-item .our-item {
        margin-bottom: 40px
    }
}

.our .list-item .our-item:last-child {
    margin-bottom: 40px
}

.our .list-item .our-item .vuta-row {
    align-items: center
}

.our .list-item .our-item .box-img {
    text-align: center
}

.our .list-item .our-item .box-img img {
    aspect-ratio: 450/339;
    width: 450px;
    border-radius: 5px;
    box-shadow: 15px 15px 0 0 var(--second)
}

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

@media screen and (max-width:996px) {
    .our .list-item .our-item:nth-child(even) [class^=vuta-col-]:first-child {
        order: 1
    }
}

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

@media screen and (max-width:996px) {
    .our .list-item .our-item:nth-child(even) [class^=vuta-col-]:last-child {
        order: 2
    }
}

.box-title p {
    font-size: 18px;
    font-style: italic;
    margin: 0 auto;
    color: #888
}

@media screen and (max-width:996px) {
    .box-title p {
        font-size: 16px !important
    }
}

.our-team {
    background: #fff
}

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

.our-team .box-title {
    margin-bottom: 40px
}

.our-team .box-title h2 {
    margin-bottom: 40px
}

.our-team .box-title p {
    max-width: 900px;
    font-size: 18px;
    font-style: italic;
    color: #888;
    margin: 0 auto
}

@media screen and (max-width:996px) {
    .our-team .box-title p {
        font-size: 16px
    }
}

.our-team .our-team-item {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 100px
}

@media screen and (max-width:996px) {
    .our-team .our-team-item {
        margin-bottom: 20px
    }
}

.our-team .our-team-item .box-img {
    aspect-ratio: 2/3;
    position: relative;
    z-index: 1
}

.our-team .our-team-item .box-img img {
    height: 100%;
    border-radius: 10px
}

@media screen and (max-width:996px) {
    .our-team .our-team-item .box-img img {
        border-radius: 10px 10px 0 0
    }
}

.our-team .our-team-item .box-content {
    box-shadow: 0 0 13px 3px rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
    position: relative;
    z-index: 2;
    background: #fff;
    margin-top: 100px;
    margin-left: -100px;
    padding: 30px
}

@media screen and (max-width:996px) {
    .our-team .our-team-item .box-content {
        margin: 0;
        border-radius: 0 0 10px 10px
    }
}

.our-team .our-team-item .box-content p {
    color: #272727;
    margin-bottom: 20px
}

.our-team .our-team-item:nth-child(2) .box-content {
    margin-left: 0;
    margin-right: -100px
}

@media screen and (max-width:996px) {
    .our-team .our-team-item:nth-child(2) .box-content {
        margin-right: 0
    }
}

.about-feedback {
    background-color: #f6fbff;
    background-image: url(../images/footerbg.png);
    padding: 60px 0
}

.home-2-feedback .box-title {
    margin-bottom: 40px
}

.home-2-feedback .box-title h2 {
    margin-bottom: 40px
}

.home-2-feedback .box-title p {
    font-size: 18px;
    max-width: 900px;
    margin: 0 auto
}

.toc-wrap {
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    background-color: #f9fafb;
    border-width: 1px;
    border-color: #d2d6dc;
    margin-bottom: 15px
}

.toc-wrap .toc-title {
    border-radius: 12px 12px 0 0;
    font-size: 18px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 8px 15px;
    padding-left: 20px;
    background: #fff6e5;
    position: relative;
    cursor: pointer
}

.toc-wrap .toc-title h2 {
    font-size: 16px;
    margin: 10px 0;
    font-weight: 600
}

.toc-wrap .toc-title::before {
    position: absolute;
    top: 8px;
    right: 15px;
    content: "\f0d7";
    font-family: fontawesome;
    transition: all ease .5s;
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important
}

.toc-wrap .toc-title.active::before {
    -webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    -o-transform: rotate(0) !important;
    transform: rotate(0) !important
}

.toc-wrap #toc {
    max-height: 0;
    overflow: hidden;
    transition: all ease .4s
}

.toc-wrap #toc.active {
    max-height: 5000px
}

.toc-wrap #toc ul {
    padding: 15px
}

.toc-wrap #toc ul li {
    list-style: none
}

.toc-wrap #toc ul li a {
    color: #111
}

.toc-wrap #toc ul li.toc-h3 a,
.toc-wrap #toc ul li.toc-h4 a,
.toc-wrap #toc ul li.toc-h5 a {
    color: #666
}

.toc-wrap #toc a:hover {
    color: var(--primary) !important
}

.toc-wrap #toc .toc-active {
    font-weight: 700;
    color: #2563eb
}

.toc-wrap #toc .toc-item {
    padding: .1em 0
}

.toc-wrap #toc .toc-item a {
    padding: .25em .5em
}

.toc-wrap #toc .toc-h2 {
    margin-left: .5em
}

.toc-wrap #toc .toc-h3 {
    margin-left: 1.75em
}

.toc-wrap #toc .toc-h4 {
    margin-left: 3em
}

.toc-wrap #toc .toc-h5 {
    margin-left: 4.25em
}

.toc-wrap #toc .toc-h6 {
    margin-left: 5.5em
}

main {
    overflow: hidden
}

.vuta-header {
    background: var(--bg);
    z-index: 999;
    padding: 5px 0
}

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

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

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

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

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

.vuta-header .vuta-container .header-menu .accordion>li>a {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px
}

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

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

.vuta-header .vuta-container .header-menu .accordion>li.dropdown>a {
    position: relative;
    padding-right: 25px
}

.vuta-header .vuta-container .header-menu .accordion>li.dropdown>a::before {
    content: "\f107";
    font-family: fontawesome;
    position: absolute;
    right: 5px;
    top: 7px
}

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

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

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

.vuta-header .vuta-container .header-menu .accordion>li.dropdown .submenu .dropmin a {
    position: relative;
    padding-right: 20px
}

.vuta-header .vuta-container .header-menu .accordion>li.dropdown .submenu .dropmin a::before {
    content: "\f105";
    font-family: fontawesome;
    position: absolute;
    right: 5px;
    top: 5px
}

.vuta-header .vuta-container .header-menu .accordion>li.dropdown .submenu li a {
    padding: 8px 15px;
    border-bottom: 1px solid #fff;
    display: flex;
    color: #fff
}

.vuta-header .vuta-container .header-menu .accordion>li.dropdown .submenu li a:hover {
    background: var(--second)
}

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

.vuta-header .vuta-container .header-menu .accordion>li.dropdown .submenu li .submenu-min {
    min-width: 250px;
    position: absolute;
    background: var(--primary);
    left: calc(100% - 10px);
    visibility: hidden;
    opacity: 0;
    transition: all ease .4s;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    z-index: 9999;
    top: 0
}

.vuta-header .vuta-container .header-menu .accordion>li.dropdown .submenu li .submenu-min a::before {
    display: none
}

.vuta-footer .footer-top {
    padding-top: 40px;
    background: var(--bg);
    color: rgba(255, 255, 255, .7)
}

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

.vuta-footer .footer-top .logo img {
    width: 200px;
    margin-bottom: 20px
}

.vuta-footer .footer-top .logo p {
    font-size: 13px
}

.vuta-footer .footer-top .logo span {
    font-size: 13px;
    display: block;
    line-height: 1.75
}

.vuta-footer .footer-top .box-title {
    margin-bottom: 20px;
    border-bottom: 2px solid hsla(0, 0%, 100%, .2)
}

@media screen and (max-width:996px) {
    .vuta-footer .footer-top .box-title {
        margin-top: 20px
    }
}

.vuta-footer .footer-top .list-social {
    flex-direction: column
}

.vuta-footer .footer-top .list-social li {
    width: 100%;
    color: #fff
}

.vuta-footer .footer-top .list-social li a {
    color: #fff
}

.vuta-footer .footer-top h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: 400
}

.vuta-footer .footer-top ul {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between
}

.vuta-footer .footer-top ul li {
    width: calc(33% - 20px)
}

@media screen and (max-width:996px) {
    .vuta-footer .footer-top ul li {
        width: calc(50% - 20px)
    }
}

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

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

.vuta-footer .footer-top iframe {
    margin-bottom: 15px
}

.vuta-footer .footer-top .list-contact {
    display: flex;
    padding-top: 15px;
    justify-content: left;
    gap: 10px
}

.vuta-footer .footer-top .list-contact li {
    width: auto
}

.vuta-footer .footer-top .list-contact a {
    display: flex;
    border-radius: 50%;
    align-items: center;
    width: 40px;
    justify-content: center;
    height: 40px;
    border: 2px solid var(--primary)
}

.vuta-footer .footer-top .list-contact a:hover {
    background: var(--primary);
    color: #fff
}

.vuta-footer .footer-copyright {
    padding: 5px 0;
    background: var(--bg-2)
}

.vuta-footer .footer-copyright p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .7)
}

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