/* Module  */

section[class*="module-"] {
    padding: 50px 0;
    overflow: hidden;
}

section[class*="module-"] .header-title-section {
    text-align: center;
    margin-bottom: 50px;
    overflow: hidden;
}

section[class*="module-"] .header-title-section .title-top {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.6;
}

section[class*="module-"] .header-title-section .title-second {
    font-size: 26px;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    line-height: 1.6;
    color: var(--color-1);
    text-align: center;
}

section[class*="module-"] .line {
    width: 150px;
    height: 4px;
    border-bottom: 2px solid rgb(181, 181, 181);
    margin: auto;
}

/* Banner */
section.banner-section {
}

section.banner-section .image-left {
    height: -webkit-fill-available;
    position: relative;
}

section.banner-section .image-left img {
    max-width: max-content;
    vertical-align: bottom;
    position: absolute;
    bottom: 0;
}

section.banner-section .content-box {
    padding: 30px 0;
    display: grid;
    gap: 20px;
}

.header-title .title {
    font-weight: bold;
    line-height: 1.6;
    font-size: 17px;
    text-align: right;
    width: 100%;
    display: inline-block;
    word-break: break-word;
    background-size: cover;
    background-position: center center;
}

.header-title .line-text-box .line {
    border-top: 1px solid rgb(255, 188, 1);
    border-bottom: 1px solid rgb(255, 188, 1);
    border-left: 0;
    border-right: 0;
    height: 4px;
    width: -webkit-fill-available;
}

.header-title .line-text-box .space {
    width: 20%;
}

.header-title .line-text-box .text {
    width: -webkit-fill-available;
    max-width: fit-content;
    min-width: fit-content;
    text-align: right;
    font-weight: bold;
    line-height: 1.6;
    font-size: 30px;
}

.image-box {
    width: 100%;
}

.image-box img {
    max-width: 100%;
}

.image-box img.time-image {
    max-width: 297px;
    margin: auto;
}

.check-list {
    padding: 20px;
    color: #fff;
}

.check-list.left {
    background-color: var(--bg-1);
    margin-left: -50px;
    padding-left: 70px;
}

.check-list.right {
    background-color: var(--bg-2);
    position: relative;
}

.check-list .item {
    align-items: center;
    font-weight: bold;
}

.check-list .item img {
    max-width: 25px;
}

.gift-box.check-list .btn-gradient-red {
    width: 200px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.gift-box.check-list .grift-wrap-string {
    position: absolute;
    top: 0;
    width: 80.7965px;
    height: 39.4581px;
    right: -1px;
}

.gift-box.check-list .grift-wrap-string img {
    max-width: fit-content;
    width: 100%;
}

.footer-box {
    font-weight: bold;
}

.footer-box .js-show-popup {
    width: 80%;
    margin: auto;
}

@media (max-width: 1199px) {
    section.banner-section .image-left {
    }

    section.banner-section .content-box {
        position: relative;
    }

    .check-list.left {
        margin-left: 0;
        padding-left: 20px;
    }
}

@media (max-width: 990px) {
    section.banner-section .col-image {
        order: 2;
    }

    section.banner-section .col-content {
        order: 1;
    }

    section.banner-section .footer-box {
        order: 3;
        margin-bottom: 30px;
    }

    section.banner-section .content-box {
        padding-bottom: 0;
    }

    section.banner-section .image-left {
        text-align: center;
    }

    section.banner-section .image-left img {
        position: relative;
    }

    section.banner-section .content-box {
        position: relative;
    }

    .check-list.left {
        margin-left: 0;
        padding-left: 20px;
    }
}

/* Module Service */

.service-section .item,
.box-shadow {
    box-shadow: 3px 5px 15px #5c5c5c;
    border-radius: 10px;
    overflow: hidden;
    height: -webkit-fill-available;
}

.service-section .item .title-line-box {
    padding: 20px;
}

.service-section .item .title-line-box .line {
    margin-top: 10px;
    margin-left: 0;
    border-bottom: 3px solid rgb(255, 215, 5);
    width: 50%;
}

.service-section .item .title-line-box .title,
.service-section .item .sapo,
.service-section .item .content-box .text ul > li::marker,
.service-section .item .content-box .text .text-title,
.title-style {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.6;
    color: var(--color-3);
    text-align: left;
}

.service-section .item .content-box {
    padding: 20px;
}

.service-section .item .content-box .text {
    margin: 20px 0;
}

.service-section .item .content-box .text > ul {
    list-style: decimal;
    padding-left: 20px;
}

.service-section .item .content-box .text li::marker,
.service-section .item .content-box .text .text-title {
    font-size: 16px;
}

.service-section .item .content-box .text .text-title + ol {
    margin-top: 8px;
}

.service-section .item .content-box .text ul > li + li {
    margin-top: 10px;
}

.service-section .item .content-box .text ol li + li {
    margin-top: 5px;
}

.service-section .item .content-box .text .note-text {
    line-height: 1.5;
    color: var(--color-2);
    font-size: 16px;
    margin-top: 20px;
}

.service-section .item .content-box .text .js-show-popup {
    max-width: 80%;
    margin: 20px auto 0;
}

/* category Module */

.category-section .item {
    border: 1px solid #f2f2f2;
}

.category-section .item .image {
    max-height: 170px;
    height: 170px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.category-section .content-box {
    background-color: var(--color-4);
    padding: 15px;
}

.category-section .content-box .title,
.category-section .content-box .text {
    font-family: Quicksand, sans-serif;
    font-style: italic;
    line-height: 1.6;
}

.category-section .content-box .title {
    font-size: 16px;
    color: rgb(28, 16, 145);
    text-align: center;
    font-weight: 700;
}

.category-section .content-box .title + .text {
    margin-top: 5px;
}

.category-section .content-box .text {
    margin-top: 5px;
    font-weight: 600;
    font-size: 14px;
    color: rgb(32, 28, 28);
    text-align: justify;
}

/* company Module */

.company-section .content-middle-box {
    height: -webkit-fill-available;
    vertical-align: middle;
    display: grid;
    align-items: center;
}

.company-section .content-box {
    border: 5px double rgb(249, 155, 33);
    padding: 30px;
    margin-left: -20%;
    background-color: #fff;
}

.company-section .content-box .text-box {
}

.company-section .content-box .text-box .text-big {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
}

@media (max-width: 990px) {
    .company-section .content-box {
        margin-left: 0;
    }

    .company-section .content-box * {
        text-align: center;
    }

    .company-section .content-box .js-show-popup {
        margin: auto;
    }
}

/* Dịch vụ chuyển đổi Hộ KD lên DN - business-households-section module */

.business-households-section .popup-box.bg-form {
    height: -webkit-fill-available;
}

.business-households-section .title-text {
    font-size: 17px;
}

.business-households-section .fee-text {
    font-size: 13px;
    text-align: center;
}

.business-households-section .text-big {
    font-size: 25px;
}

.business-households-section .message-box {
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.6;
    font-size: 16px;
}

/* Đặc điểm */

.feature-section .item {
    background-color: var(--bg-3);
    padding: 20px;
    color: #fff;

    transition: 0.3s;

    border-radius: 5px;
    overflow: hidden;
}

.feature-section .item:hover {
    background-color: rgb(10, 103, 233);
}

.feature-section .item .icon-box {
    text-align: center;
}

.feature-section .item .icon-box .svg-icon {
    width: 46px;
    height: 46px;
    color: rgb(255, 230, 165);
    margin: auto;
    border: 1px solid rgba(255, 234, 192, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-section .item .icon-box .svg-icon svg {
    /* fill: rgb(255, 230, 165); */
    width: 27px;
    height: 27px;
}

.feature-section .item .content-box .title {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    margin-top: 10px;
}

.feature-section .item .content-box .title + .text {
    margin-top: 15px;
    font-weight: 600;
}

/* Cam kết */

.commit-section .js-show-popup {
    width: -webkit-fill-available;
    margin: auto;
    max-width: 500px;
}

/* Form Module */
section.form-section {
    color: #fff;
}

section.form-section .desc-big {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.6;
}

section.form-section .desc-big .text-big {
    font-size: 40px;
}

section.form-section .desc-big .fee-box .text {
    font-size: 16px;
    text-align: center;
}

section.form-section .desc-big .shape-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 105px;
}

section.form-section .desc-big .shape-box span.text {
    position: absolute;
    width: min-content;
    font-size: 15px;
}

section.form-section .data-box {
    width: max-content;
    margin: auto;
    max-width: -webkit-fill-available;
}

section.form-section .data-box ul {
    padding: 20px;
    background-color: var(--bg-4);
}

section.form-section .data-box ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

section.form-section .data-box ul li + li {
    margin-top: 10px;
}

section.form-section .data-box ul li .svg-icon {
    height: 20px;
}

section.form-section .data-box ul li .text {
    font-weight: 700;
}

section.form-section .data-box .content-2 li {
    color: var(--color-4);
}

section.form-section .data-box .content-2 .btn {
    color: var(--color-5);
    font-weight: 600;
    font-size: 14px;
    border-radius: 3px;
}

section.form-section .timer-item .time {
    width: 60px;
    height: 60px;
    background-color: rgb(var(--orange));
    font-size: 31px;
    font-weight: bold;
    color: rgb(var(--value-color-1));
    display: flex;
    align-items: center;
    justify-content: center;
}

section.form-section .timer-item .time + .text {
    margin-top: 5px;
    text-align: center;
}

@media (min-width: 991px) and (max-width: 1199px) {
    section.form-section .desc-big {
        font-size: 18px;
    }

    section.form-section .desc-big .text-big {
        font-size: 33px;
    }
}

@media (max-width: 767px) {
    section.form-section .data-box ul {
        width: 100%;
    }
}

/* Footer */
.vx-footer {
    background: #050b18;
    padding: 60px 0 20px;
    color: #fff;
    font-size: 15px;
}

footer .item-box + .item-box {
    /* margin-top: 30px; */
}

footer li {
    display: flex;
    align-items: center;
    gap: 5px;
}

footer .text {
    vertical-align: middle;
}

footer .logo-box {
    margin: auto;
    text-align: center;
    position: relative;
    max-width: 450px;
    margin-bottom: 30px;
}

.logo-light img {
    max-width: 50px;
    position: absolute;
    top: -10px;
    left: calc(50% - 10px);
}

footer .logo-box .logo img {
    margin-top: -7%;
    max-width: 200px;
}

footer .logo-box .logo-line img {
    width: 100%;
}

footer .logo-box .logo-line {
    margin-top: -6%;
}

.footer-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffc933;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #ffc933;
    /* margin-top: 25px; */
    margin-bottom: 1.5rem;
}

.footer-info li,
.footer-list li {
    margin-bottom: 10px;
    list-style: none;
}

.footer-info i {
    color: #ff4d4d;
    width: 20px;
}

.footer-map iframe {
    border-radius: 6px;
}

.footer-input input {
    width: 100%;
    padding: 10px 15px;
    border-radius: 4px;
    border: none;
    margin-top: 15px;
}

.footer-fanpage iframe {
    border-radius: 6px;
}

.badge-img {
    height: 75px;
}

.footer-copy {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .vx-footer {
        padding: 40px 0;
    }

    .footer-fanpage iframe,
    .footer-fanpage iframe * {
        width: -webkit-fill-available !important;
        min-width: -webkit-fill-available !important;
    }

    .footer-badges {
        display: flex;
        gap: 20px !important;
        margin-bottom: 1.5rem;
    }

    .footer-badges * {
        margin-top: 0 !important;
    }

    .footer-copy {
        font-size: 13px;
    }
}
