:root {
    --white: #fff;
    --black: #000;
    --primary: #D5232F;
    --second: #F7941D;
    --bg-2: #7D224C;
    /* --bg: linear-gradient(180deg, rgb(255, 255, 255) 1%, rgb(255, 192, 0) 84%); */

    --bg: #432616;
    --bg-header: linear-gradient(120deg, rgb(255, 255, 255) 1%, rgb(255, 192, 0) 84%);
    --body: #140f08;
}

.home-faq #faqAre h1,   
.home-faq #faqAre h2,
.home-faq #faqAre h3,
.home-faq #faqAre h4,
.home-faq #faqAre h5 {
    font-size: 16px;
    line-height: 2;
}

.box-blog-detail #faqAre h1,
.box-blog-detail #faqAre h2,
.box-blog-detail #faqAre h3,
.box-blog-detail #faqAre h4,
.box-blog-detail #faqAre h5 {
    font-size: 20px;
}

[class^=home-] .box-content h4 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;
}

.faq .hidden-content ul li {
    background: 0 !important;
    box-shadow: none !important;
    padding-left: 20px;
    font-size: 16px !important;
    position: relative;
}

.faq .hidden-content ul li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    color: var(--primary);
    font-family: fontawesome;
}

body {
    font-family: "Montserrat", sans-serif !important
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600 !important;
}

.pricing-features table.pricing-table th {
    font-family: Montserrat, sans-serif
}

.blog .blog-item .box-content .primary-btn {
    margin-top: auto;
    width: fit-content;
    justify-content: center;
}

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

.aside .aside-item .list-aside-blog .aside-blog-item .box-img {
    flex-shrink: 0;
    width: 80px;
}

.dropdown button {
    background: var(--second);
}

.dropdown .dropdown-menu li {
    background: var(--primary);
    padding: 0 10px;
}

.dropdown .dropdown-menu li a {
    color: #fff;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
}

.dropdown .dropdown-menu {
    background: var(--primary);
}

.page .box-title {
    margin-bottom: 20px;
}

.page .box-title h2,
.point .box-title h2,
.blog .box-title h2 {
    color: var(--primary);
    position: relative;
    padding-bottom: 10px;
}

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

.page .box-title h2::before {
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
}

.page .procedure .box-title {
    margin-bottom: 0;
}

.page .procedure .box-title h2 {
    color: var(--second);
}

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

.form-regist {
    margin-right: 30px !important;
}

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

.form-regist .gr-input {
    margin-bottom: 20px !important
}

.form-regist h3 {
    text-align: center !important;
    color: #f7941d !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 22px !important
}

.form-regist p {
    color: #fff !important;
    text-align: center !important
}

.form-regist .vuta-input {
    height: 37px !important
}

.form-regist textarea {
    min-height: 100px !important
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999
}

.popup-overlay .popup {
    position: relative;
    background: var(--bg);
    padding: 32px;
    border-radius: 8px;
}

.popup-overlay .popup-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 18px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    color: #fff
}

.popup-overlay .form-regist {
    margin-right: 0 !important;
    box-shadow: none !important
}

@media screen and (max-width:996px) {
    .popup-overlay .form-regist h3 {
        font-size: 20px !important
    }
}

@media screen and (max-width:996px) {
    .popup-overlay .form-regist p {
        font-size: 14px !important
    }
}

.vuta-header .header-right {
    display: flex;
    gap: 20px
}

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

.header-search .search-from {
    position: relative
}

.header-search input {
    /* background: 0 0; */
    padding-right: 40px;
    /* border-radius: 0; */
    border: none;
    /* color: #fff; */
    border-bottom: 1px solid #ccc !important
}

.header-search input:focus {
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #fff !important
}

.header-search button {
    position: absolute;
    right: 0;
    display: flex;
    top: 0;
    height: 38px;
    align-items: center;
    justify-content: center;
    width: 38px;
    color: var(--primary);
}

.language .dropdown {
    position: fixed;
    right: 15px;
    bottom: 430px;
    z-index: 999;
}

@media screen and (max-width:996px) {
    #menu-mobile .header-search {
        display: block;
        margin-bottom: 40px
    }
    #menu-mobile .header-search .search-from {
        padding-left: 10px
    }
    #menu-mobile .header-search .search-from input {
        color: #000
    }
    #menu-mobile .header-search .search-from input:focus {
        border-bottom: 1px solid #000 !important
    }
    #menu-mobile .header-search .search-from button {
        color: #000
    }
    .language .dropdown button>span {
        display: none;
    }
    .language .dropdown>button {
        padding: 3px 5px;
    }
}

.vuta-header .vuta-container.custom {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

@media screen and (max-width: 1400px) {
    .vuta-header .vuta-container.custom {
        padding-left: 15px;
        padding-right: 15px;
    }
    .vuta-header .vuta-container .header-menu .accordion {
        gap: 20px;
    }
    .header-search {
        max-width: 200px;
    }
}

.accordion .active>a {
    color: #F7941D !important;
    font-weight: 600;
}

@media (max-width:767px) {
    .popup-point .popup-content .box-content,
    .popup-success .popup-content .box-content {
        min-width: 90%
    }
}

.service-list .box-title h2 {
    text-transform: uppercase;
}

.table {
    background: none;
}

.table table td,
.table table th {
    padding: 10px;
    border: 1px solid #000;
}

.aside .form-regist {
    margin-right: 0;
}

.aside .aside-item .form-regist h3::before {
    display: none;
}

.procedure ul {
    padding-left: 15px;
}

.procedure ul li {
    text-align: left;
}

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

.procedure p {
    text-align: justify;
}

#menu-mobile .header-search {
    width: 100% !important;
    max-width: unset;
}

#menu-mobile .header-search input {
    border-radius: 0 !important;
}

.point .vuta-content {
    display: flex;
}

.point .vuta-content .note-title {
    flex-shrink: 0;
}

.vuta-header {
    /* background: var(--bg-header); */
    background: #432616;
}

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

.vuta-footer .footer-top {
    background: ;
}

@media (max-width: 768px) { 
    .box-btn {
        margin-bottom: 16px;
    }
}