@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, serif;
    font-weight: 600
}

:root {
    --white: #fff;
    --black: #000;
    --primary: #dc3545;
    --second: #ffddb3;
    --body: #140f08
}

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

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

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

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

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

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

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

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

@font-face {
    font-family: Din-300;
    src: url(../fonts/DIN-Light.ttf)
}

@font-face {
    font-family: Din-400;
    src: url(../fonts/DIN-Regular.ttf)
}

@font-face {
    font-family: Din-500;
    src: url(../fonts/DIN-Medium.ttf)
}

@font-face {
    font-family: Din-700;
    src: url(../fonts/DIN-Bold.ttf)
}

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

.blog-detail .related .blog-item .box-content h4 a,
.blog-item.flex-item .box-content h4 a,
.line-2,
.vuta-home-blog .blog-item h4 a,
.vuta-home-first .blog-item .box-content h4 a,
.vuta-home-video .wraper .right .video-item .box-content h4 a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

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

.vuta-home-course {
    position: relative;
    z-index: 2;
    margin-top: -150px
}

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

.vuta-home-course .wraper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: stretch
}

@media screen and (max-width:996px) {
    .vuta-home-course .wraper {
        flex-wrap: nowrap;
        overflow-x: scroll
    }
}

.vuta-home-course .wraper .course-item {
    width: calc(25% - 15px);
    transition: all ease .4s;
    background-color: #fff;
    padding: 40px 15px 30px 15px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 10px #999;
    box-shadow: 2px 2px 10px #999;
    text-align: center
}

@media screen and (max-width:996px) {
    .vuta-home-course .wraper .course-item {
        min-width: 250px;
        margin-bottom: 20px;
        margin-left: 5px
    }
}

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

.vuta-home-course .wraper .course-item:hover h4 a {
    color: #fff
}

.vuta-home-course .wraper .course-item:hover a {
    color: #fff
}

.vuta-home-course .wraper .course-item:hover svg path {
    fill: #fff
}

.vuta-home-course .wraper .course-item svg {
    width: 54px;
    height: 54px
}

.vuta-home-course .wraper .course-item svg path {
    fill: var(--primary);
    transition: all ease .4s
}

.vuta-home-course .wraper .course-item .icon {
    margin-bottom: 20px
}

.vuta-home-course .wraper .course-item h4 {
    font-size: 20px
}

.vuta-home-course .wraper .course-item h4 a {
    color: var(--primary)
}

.vuta-home-course .wraper .course-item a {
    color: var(--primary)
}

[class^=vuta-home-] .box-title h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 40px
}

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

[class^=vuta-home-] .box-title h2::before {
    position: absolute;
    background: var(--primary);
    height: 3px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    bottom: 0;
    width: 70px
}

.vuta-home-whyus {
    padding: 80px 0 40px
}

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

.vuta-home-whyus .whyus-item {
    height: 100%;
    background-color: #fff;
    padding: 40px 15px 30px 15px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 10px #999;
    box-shadow: 2px 2px 10px #999;
    text-align: center
}

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

.vuta-home-whyus .whyus-item .icon img {
    width: 100px;
    margin-bottom: 20px
}

.vuta-home-whyus .whyus-item h4 {
    font-size: 18px;
    line-height: 1.75
}

.vuta-home-about {
    padding: 80px 0 40px
}

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

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

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

.vuta-home-about .box-img {
    padding-right: 100px
}

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

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

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

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

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

.vuta-home-about .box-content .box-title h2 {
    text-align: left
}

@media screen and (max-width:996px) {
    .vuta-home-about .box-content .box-title h2 {
        text-align: center
    }

    .vuta-home-about .box-content .box-title h2::before {
        left: 50% !important;
        transform: translateX(-50%) !important
    }
}

.vuta-home-about .box-content .box-title h2::before {
    left: 0;
    transform: unset
}

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

.vuta-home-about .box-content .about-item {
    margin-bottom: 40px
}

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

.vuta-home-about .box-btn a {
    width: 100% !important
}

.box-btn .primary-btn {
    display: inline-flex;
    height: 48px;
    border-radius: 6px;
    background: var(--primary);
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0 40px
}

.box-btn .primary-btn:hover {
    filter: brightness(1.1)
}

.vuta-home-video {
    padding: 80px 0 40px
}

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

.vuta-home-video .box-title {
    max-width: 992px;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center
}

.vuta-home-video .box-title h2 {
    margin-bottom: 20px
}

.vuta-home-video .box-title p {
    font-size: 20px;
    font-style: italic;
    color: #616161
}

.vuta-home-video .wraper {
    display: flex
}

.vuta-home-video .wraper .left {
    width: 70%;
    flex-shrink: 0
}

.vuta-home-video .wraper .left iframe {
    height: 460px !important
}

@media screen and (max-width:996px) {
    .vuta-home-video .wraper .left {
        width: 100%
    }

    .vuta-home-video .wraper .left iframe {
        height: 300px !important
    }
}

.vuta-home-video .wraper .right {
    width: 30%;
    flex-shrink: 0;
    padding: 5px 20px;
    background: #000;
    height: 460px
}

@media screen and (max-width:996px) {
    .vuta-home-video .wraper .right {
        display: none
    }
}

.vuta-home-video .wraper .right .video-item {
    border-bottom: 1px solid #616161;
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: #000;
    gap: 20px
}

.vuta-home-video .wraper .right .video-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.vuta-home-video .wraper .right .video-item .box-img {
    width: 50%;
    flex-shrink: 0
}

.vuta-home-video .wraper .right .video-item .box-content {
    padding-top: 20px
}

.vuta-home-video .wraper .right .video-item .box-content h4 {
    font-size: 16px;
    font-weight: 500
}

.vuta-home-video .wraper .right .video-item .box-content h4 a {
    color: #fff
}

.vuta-home-first {
    padding: 80px 0 40px
}

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

.vuta-home-first .blog-item {
    margin-bottom: 20px;
    height: 100%
}

.vuta-home-first .blog-item .box-img {
    aspect-ratio: 16/9;
    margin-bottom: 10px
}

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

.vuta-home-first .blog-item .box-content h4 a {
    color: #141414;
    font-size: 16px
}

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

.vuta-home-first .box-btn {
    display: flex;
    margin-top: 40px;
    justify-content: center
}

@media screen and (max-width:996px) {
    .vuta-home-first .box-btn {
        margin-top: 10px
    }

    .vuta-home-first .box-btn a {
        width: 100%
    }
}

.vuta-home-feedback {
    padding: 80px 0 40px
}

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

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

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

.vuta-home-feedback .feedback-item {
    padding: 30px 25px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 7.5px #999;
    box-shadow: 1px 1px 7.5px #999
}

.vuta-home-feedback .feedback-item .avt {
    height: 100px;
    overflow: hidden;
    aspect-ratio: 1/1;
    width: 100px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 40px
}

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

.vuta-home-feedback .feedback-item h4 {
    font-size: 18px
}

.vuta-home-feedback .feedback-item .rating {
    text-align: center;
    color: #ffc000
}

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

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

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

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

.vuta-home-blog .blog-item .box-img {
    aspect-ratio: 16/9;
    margin-bottom: 10px
}

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

.vuta-home-blog .blog-item h4 {
    font-size: 16px
}

.vuta-home-blog .blog-item h4 a {
    color: #000
}

.vuta-home-blog .blog-item .box-btn a {
    color: var(--primary);
    position: relative;
    padding-bottom: 5px
}

.vuta-home-blog .blog-item .box-btn a::before {
    background: var(--primary);
    height: 2px;
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0
}

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

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

.vuta-home-brand .brand-item {
    margin: 10px;
    border: 1px solid #616161
}

.vuta-home-brand .brand-item .box-img {
    aspect-ratio: 1/1;
    width: 140px;
    height: 140px
}

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

.vuta-home-brand .brand-slider {
    margin: 0 -10px
}

.vuta-home-form {
    margin-bottom: -225px;
    position: relative;
    z-index: 1
}

.vuta-home-form .form-res {
    background: var(--primary);
    padding: 50px;
    padding-bottom: 20px;
    margin: 0 auto;
    width: min(767px, 100% - 10px);
    border-radius: 24px
}

.vuta-home-form .form-res .box-title {
    margin-bottom: 20px
}

.vuta-home-form .form-res .box-title h2 {
    margin-bottom: 10px;
    color: #fff;
    padding-bottom: 0
}

.vuta-home-form .form-res .box-title h2::before {
    display: none
}

.vuta-home-form .form-res .box-title .slogan {
    color: rgba(255, 255, 255, .7);
    text-align: center;
    font-style: italic
}

.vuta-home-form .form-res .vuta-input {
    margin-bottom: 20px;
    background: 0 0;
    color: #fff;
    opacity: 1
}

.vuta-home-form .form-res .vuta-input::placeholder {
    color: #fff
}

.vuta-home-form .form-res textarea {
    min-height: 100px
}

.vuta-home-form .form-res .box-btn {
    display: flex;
    justify-content: center
}

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

.main-content {
    padding-top: 40px;
    padding-bottom: 40px
}

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

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

.main-content .breadcrumb ul li {
    position: relative
}

.main-content .breadcrumb ul li a {
    color: #616161
}

.main-content .breadcrumb ul li::before {
    content: "/";
    right: -18px;
    position: absolute
}

.main-content .breadcrumb ul li:last-child::before {
    display: none
}

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

.main-content .blog h3 {
    margin-bottom: 20px
}

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

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

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

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

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

.blog-item.flex-item .box-img {
    width: 33.33%;
    aspect-ratio: 16/9;
    overflow: hidden;
    flex-shrink: 0
}

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

.blog-item.flex-item .box-img img {
    transition: all ease .4s;
    margin-bottom: 0
}

.blog-item.flex-item .box-content {
    width: 66.66%;
    flex-shrink: 0;
    padding-left: 20px
}

@media screen and (max-width:996px) {
    .blog-item.flex-item .box-content {
        width: 100%;
        padding-left: 0
    }
}

.blog-item.flex-item .box-content h4 {
    font-size: 18px;
    font-weight: 700
}

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

.blog-item.flex-item .box-content p {
    margin-bottom: 10px
}

.blog-item.flex-item .time {
    font-size: 12px;
    color: #616161
}

.blog-item.flex-item.frist-item {
    flex-direction: column;
    margin-bottom: 20px
}

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

.blog-item.flex-item.frist-item .box-content {
    padding-left: 0;
    padding-top: 20px;
    width: 100%
}

.pagination {
    padding-top: 20px
}

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

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

@media screen and (max-width:996px) {
    .pagination ul {
        justify-content: center;
        width: 100%
    }
}

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

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

.cat-title {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px
}

.cat-title::before {
    position: absolute;
    background: var(--primary);
    height: 3px;
    content: "";
    width: 100px;
    bottom: 0
}

.aside-regis {
    text-align: center;
    padding: 15px;
    background: #fafafa;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px
}

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

.box-aside-item .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}

.box-aside-item .title h3 {
    font-size: 18px;
    margin-bottom: 0
}

.box-aside-item .title a {
    color: var(--primary)
}

.box-aside-item .blog-item.flex-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px
}

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

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

.box-aside-item .blog-item.flex-item .box-img {
    width: 45%
}

.box-aside-item .blog-item.flex-item .box-content {
    width: 55%
}

@media screen and (max-width:996px) {
    .box-aside-item .blog-item.flex-item .box-content {
        padding-left: 20px
    }
}

.box-aside-item .blog-item.flex-item .box-content h4 {
    font-weight: 500;
    font-size: 16px
}

.box-aside-item .blog-item.flex-item .box-content p {
    display: none
}

.box-aside-item .blog-item.flex-item .box-content .time {
    display: none
}

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

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

.blog-detail .short-desc p {
    color: #000;
    font-weight: 700;
    font-style: italic
}

.blog-detail .box-detail {
    margin-bottom: 40px
}

.blog-detail .box-detail .box-img,
.blog-detail .box-detail figure {
    margin-bottom: 10px
}

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

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

.blog-detail .box-detail .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
}

.blog-detail .box-detail .toc-wrap h2 {
    margin-bottom: 0;
    font-size: 20px
}

.blog-detail .box-detail .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: 12px 15px;
    padding-left: 20px;
    background: #fff6e5;
    position: relative;
    cursor: pointer
}

.blog-detail .box-detail .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
}

.blog-detail .box-detail .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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width:996px) {
    .blog-detail .box-detail article h2 {
        font-size: 20px;
        margin-bottom: 20px
    }
}

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

    .blog-detail .box-detail article h3,
    .blog-detail .box-detail article h4 {
        font-size: 16px
    }
}

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

.blog-detail .related .box-title {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.blog-detail .related .box-title h3 {
    margin-bottom: 0
}

@media screen and (max-width:996px) {
    .blog-detail .related .box-title h3 {
        font-size: 20pxs
    }
}

.blog-detail .related .box-title a {
    color: var(--primary)
}

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

.blog-detail .related .blog-item .box-img {
    aspect-ratio: 16/9;
    margin-bottom: 10px
}

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

.blog-detail .related .blog-item .box-content h4 {
    font-size: 16px
}

.blog-detail .related .blog-item .box-content h4 a {
    color: #141414
}

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

.contact .box-title h2 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px
}

.contact .box-title h2::before {
    position: absolute;
    width: 64px;
    background: var(--primary);
    bottom: 0;
    border-radius: 4px;
    height: 3px;
    content: ""
}

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

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

.contact .form-contact .vuta-input {
    height: 45px;
    margin-bottom: 20px
}

.contact .form-contact textarea {
    min-height: 180px
}

@media screen and (max-width:996px) {
    .contact .form-contact .box-btn {
        margin-bottom: 20px
    }
}

.contact .form-contact .box-btn button {
    width: 100%
}

@media screen and (max-width:996px) {
    .contact .map iframe {
        height: 250px !important
    }
}

.schedule {
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 40px
}

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

.schedule .box-table {
    padding: 30px;
    border-radius: 24px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    background: #fff
}

@media screen and (max-width:996px) {
    .schedule .box-table {
        padding: 15px;
        padding-top: 25px
    }
}

.schedule .box-table h3 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: var(--primary);
    text-transform: uppercase
}

.schedule .box-table .second-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid var(--primary);
    border-radius: 6px;
    color: var(--primary);
    height: 40px
}

.schedule .box-table .second-btn:hover {
    background: var(--primary);
    color: #fff
}

.schedule .box-table .table table td,
.schedule .box-table .table table th {
    border: 0
}

.schedule .box-table .table table tr td:first-child {
    background: #f5f5f5
}

.schedule .box-table .table table th {
    background: var(--primary);
    color: #fff
}

.about .box-title h3 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative
}

.about .box-title h3::before {
    background: var(--primary);
    position: absolute;
    bottom: 0;
    content: "";
    width: 100px;
    height: 3px
}

.about .about-misson,
.about .about-values,
.about .about-vision {
    margin-bottom: 60px
}

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

    .about .about-misson,
    .about .about-values,
    .about .about-vision {
        margin-bottom: 20px
    }
}

.about .about-vision {
    padding: 80px 0;
    background-image: url(../images/about-community-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff
}

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

.about .about-vision .box-title h3 {
    color: var(--primary)
}

.about .about-vision .box-title h3::before {
    left: 50%;
    transform: translateX(-50%)
}

.about .about-vision .box-content {
    max-width: 996px;
    margin: 0 auto
}

@media screen and (max-width:996px) {
    .about .about-vision .box-content {
        text-align: justify
    }
}

.about .about-values .box-title {
    margin-bottom: 80px;
    text-align: center
}

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

.about .about-values .box-title h3::before {
    left: 50%;
    transform: translateX(-50%)
}

.about .about-values .box-title .slogan {
    font-size: 18px;
    color: #616161;
    font-style: italic
}

.about .about-values .wraper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px
}

@media screen and (max-width:996px) {
    .about .about-values .wraper {
        flex-wrap: nowrap;
        overflow-x: scroll;
        justify-content: left;
        padding-top: 80px
    }
}

.about .about-values .wraper .about-item {
    width: calc(33% - 20px);
    padding: 20px;
    padding-top: 70px;
    border-radius: 10px;
    text-align: center;
    background: #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .15);
    position: relative;
    margin-bottom: 50px
}

@media screen and (max-width:996px) {
    .about .about-values .wraper .about-item {
        min-width: 300px;
        margin-left: 5px
    }
}

.about .about-values .wraper .about-item h4 {
    font-size: 20px
}

.about .about-values .wraper .about-item .number {
    margin: 0 auto;
    padding: 0;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: var(--primary);
    border: 3px solid #fff;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .15);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 48px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%)
}

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

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

.about .about-us .box-content p {
    font-size: 18px;
    font-style: italic;
    color: #616161
}

.about .about-us .box-content h5 {
    font-size: 18px
}

@media screen and (max-width:996px) {
    .about .about-misson .box-img {
        margin-bottom: 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
}

.vuta-home-video .left img {
    width: 100%;
    object-fit: cover;
}

#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;
    min-width: 150px;
    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: #2196f3
}

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

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

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

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

.slick-arrow {
    height: 40px;
    width: 40px;
    transition: all ease .4s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 0;
    background: 0 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden
}

.slick-arrow::before {
    content: "";
    font-family: fontawesome
}

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

.slick-arrow.slick-prev::before {
    content: "\f104";
    color: var(--primary)
}

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

.slick-arrow.slick-next::before {
    content: "\f105";
    color: var(--primary)
}

.slick-slider:hover .slick-arrow {
    opacity: 1;
    visibility: visible
}

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

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

html {
    scroll-padding-top: 100px
}

.about-us {
    margin-bottom: 30px
}

#faq {
    margin-top: 50px
}

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

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

#faq .box-title h3 {
    text-align: center;
    display: inline-block
}

#faq .box-title h3::before {
    width: 100%
}

#faq #faqAre {
    max-width: 996px;
    margin: 0 auto
}

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

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

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

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

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

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

.vuta-header {
    position: fixed;
    inset: 0;
    bottom: unset;
    z-index: 99;
    padding: 10px 0
}

@media screen and (max-width:996px) {
    .vuta-header {
        position: unset;
        background: var(--primary)
    }
}

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

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

@media screen and (max-width:1200px) {
    .vuta-header .vuta-container .header-logo img {
        height: 40px
    }
}

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

@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 .link>a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-family: Montserrat, serif;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    position: relative
}

.vuta-header .vuta-container .header-menu .accordion>li .link>a::before {
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
    content: "";
    bottom: 0;
    border-radius: 2px;
    transition: all ease .4s;
    left: 0;
    transform: scale(0)
}

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

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

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

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

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

.vuta-header .vuta-container .header-menu .accordion .dropdown .submenu li {
    border-bottom: 1px solid #f5f5f5
}

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

.vuta-header .vuta-container .header-menu .accordion .dropdown .submenu li a {
    color: #616161;
    font-size: 14px;
    padding: 10px 15px;
    display: flex
}

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

.vuta-header .vuta-container .header-search a {
    color: #fff
}

.vuta-header.fixed-top {
    background-image: linear-gradient(to bottom right, #cb2d3e, #d43b2f);
    padding: 3px 0;
    position: fixed !important;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1)
}

.vuta-header.fixed-top .header-logo img {
    height: 50px
}

.header-page {
    position: unset;
    background-image: linear-gradient(to bottom right, #cb2d3e, #d43b2f)
}

.vuta-footer {
    background: #202020;
    padding-top: 280px;
    color: rgba(255, 255, 255, .8)
}

.vuta-footer .footer-logo {
    margin-bottom: 20px
}

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

    .vuta-footer .footer-logo img {
        height: 75px;
        margin: 0 auto
    }
}

.vuta-footer ul li {
    margin-bottom: 10px
}

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

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

.vuta-footer .list-social {
    display: flex;
    gap: 20px
}

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

.vuta-footer .list-footer-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.vuta-footer .list-footer-menu li {
    width: calc(50% - 10px)
}

.vuta-footer .coppyright {
    background: #000;
    padding: 5px 0
}

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

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

.vuta-footer.footer-page {
    padding-top: 40px
}