@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700,800,900");

body {
    font-family: "Montserrat";
    font-size: 16px;
    color: #003B79;
    background: #F8FDFF;
}

a:hover {
    text-decoration: none;
}

/* section-1 */
.section-1 {
    padding: 25px 0 0 0;
    margin-bottom: 80px;
}

.section-1 .container {
    padding-left: 3rem;
    padding-right: 3rem;
}

.section-1 .navbar-1 {
    display: flex;
    align-items: center;
}

.section-1 .navbar-1:hover {
    cursor: pointer;
}

.section-1 .navbar-1 .item-navbar-1 {
    margin-right: 30px;
    font-weight: 600;
}

.section-1 .navbar-1 .item-navbar-1 a:hover {
    color: #BE171C;
}

.section-1 .navbar-1 .item-navbar-1 a {
    color: #003B79;
}

.section-1 .navbar-1 .item-active-1 {
    color: #BE171C;
}

.section-1 .navbar-1 .item-active-1 a {
    color: #BE171C;
}

.btn {
    background-color: #003B79;
    font-size: 16px;
    font-family: "Montserrat";
    text-transform: capitalize;
    padding: 11px 27px;
    border-radius: 45px;
    font-weight: 600;
    color: #fff;
    width: max-content;
}

.btn:hover {
    color: #fff;
    background: #BE171C;
}

.section-1 .btn-normal-1 {
    margin-left: 20px;
}

.section-1 .icon-three-dot {
    padding: 0 20px;
    display: none;
    position: relative;
}

.section-1 .dropdown-content-1 {
    opacity: 0;
    transition: all .5s ease;
    position: absolute;
    right: 20px;
    background-color: #003B79;
    width: max-content;
    color: #fff;
    text-align: right;
    border-radius: 12px;
    z-index: 1000;
    font-weight: 300;
}

.section-1 .dropdown-content-1 a {
    color: #fff;
}

.section-1 .dropdown-content-1 a:hover {
    font-weight: 600;
}

.section-1 .dropdown-content-1 .dropdown-item-active-1 {
    font-weight: 600;
}

.section-1 .icon-three-dot:hover {
    cursor: pointer;
}

.dot {
    background-color: #003B79;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

@media (max-width: 992px) {
    .section-1 {
        margin-bottom: 50px;
    }

    .section-1 .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .section-1 .navbar-1 {
        display: none;
    }

    .section-1 .icon-three-dot {
        display: block;
    }
}

/* section-2 */
.section-2 {
    margin-bottom: 100px;
}

.section-2 .text-offer {
    color: #BE171C;
    font-style: italic;
    font-weight: 800;
    font-size: 40px;
}

.section-2 .text-percent {
    color: #003B79;
    font-weight: 700;
    font-size: 70px;
}

.section-2 .text-percent .text-sale-upto {
    display: inline;
}

.section-2 .text-percent .text-sale-upto .text-newline {
    display: none;
}

.section-2 .text-price {
    color: #BE171C;
    font-weight: 700;
    font-size: 55px;
}

.section-2 .text-package {
    color: #003B79;
    font-weight: 700;
    font-size: 24px;
    padding-left: 5px;
}

.section-2 .btn-find-more-2 {
    background-color: #fff;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    color: #003B79;
}

.section-2 .btn-find-more-2:hover {
    background: #003B79;
    color: #fff;
}

.section-2 .section-btn-md-2 {
    display: none;
}

@media (max-width: 992px) {
    .section-2 {
        margin-bottom: 50px;
    }

    .section-2 .section-left-2 {
        text-align: center;
    }

    .section-2 .text-percent {
        border-radius: 20px;
        border: 3px #003B79 solid;
        padding: 20px;
        margin: 0 auto;
        width: max-content;
        color: #003B79;
        display: flex;
        align-items: center;
        font-size: 78px;
    }

    .section-2 .text-percent .text-sale-upto {
        font-weight: 600;
        font-size: 38px;
        display: block;
        margin-right: 20px;
    }

    .section-2 .text-percent .text-sale-upto .text-newline {
        display: block;
    }

    .section-2 .text-price {
        font-size: 40px;
        font-style: italic;
    }

    .section-2 .text-package {
        color: #003B79;
        font-weight: 700;
        font-size: 18px;
    }

    .section-2 .section-btn-2 {
        display: none;
    }

    .section-2 .section-btn-md-2 {
        display: flex;
        padding: 0 !important;
        align-items: center;
        justify-content: space-between;
    }

    .section-2 .section-btn-md-2 .btn {
        padding: 11px 0px;
    }

    .section-2 .section-btn-md-2 .btn-contact-now-2 {
        width: 48%;
    }

    .section-2 .section-btn-md-2 .btn-find-more-2 {
        width: 48%;
    }
}

/* section-3 */
.section-3 {
    margin-bottom: 100px;
}

.section-3 .service-item {
    background-color: #fff;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    color: #003B79;
    border-radius: 14px;
    text-align: center;
    padding: 16px 4px;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}

.section-3 .service-item-4 {
    background-color: #003B79;
    color: #fff;
}

.section-3 img {
    width: 324px;
    height: 324px;
}

.section-3 .service-apply {
    background-color: #fff;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    color: #003B79;
    border-radius: 100px;
    text-align: center;
    padding: 16px 4px;
    font-weight: 900;
    font-size: 44px;
    text-transform: uppercase;
}

.section-3 .service-apply span {
    font-size: 30px;
    font-weight: 700;
    display: block;
}

.section-3 .service-apply-mobile {
    display: none;
}

@media (max-width: 992px) {
    .section-3 {
        margin-bottom: 50px;
    }

    .section-3 .group-item {
        margin-bottom: 0 !important;
    }

    .section-3 .service-item {
        box-shadow: none;
        color: #003B79;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
    }

    .section-3 .service-item-4 {
        color: #003B79;
        background-color: transparent;
    }

    .section-3 .service-apply {
        display: none;
    }

    .section-3 .service-apply-mobile {
        display: block;
        color: #003B79;
        text-align: center;
        font-weight: bold;
        font-size: 28px;
        text-transform: uppercase;
    }
}

/* section-4 */
.section-4 {
    margin-bottom: 100px;
}

.section-4 .text-title-sec {
    color: #003B79;
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
}

.section-4 .step-all {
    padding: 0 !important;
    margin: 0 auto;
}

.section-4 .step-1 {
    position: relative;
    border-radius: 60px 60px 60px 60px;
    height: 300px;
    width: 300px;
    border: 20px #003B79 solid;
}

.section-4 .step-banner-1 {
    position: absolute;
    top: 80px;
    left: -20px;
    width: 60px;
    border-radius: 10px;
    background-color: #BE171C;
    color: #fff;
    text-align: center;
    z-index: 1000;
}

.section-4 .step-2 {
    position: absolute;
    top: 0;
    left: 280px;
    height: 300px;
    width: 300px;
    border-radius: 60px;
    border: 20px #003B79 solid;
    z-index: -1;
}

.section-4 .section-scale {
    transform: scale(0.9);
}

.section-4 .step-banner-2 {
    position: absolute;
    top: -20px;
    left: 395px;
    width: 60px;
    border-radius: 10px;
    background-color: #BE171C;
    color: #fff;
    text-align: center;
    z-index: 1000;
}

.section-4 .step-3 {
    position: absolute;
    top: 0;
    left: 560px;
    height: 300px;
    width: 300px;
    border-radius: 60px;
    border: 20px #003B79 solid;
}

.section-4 .step-banner-3 {
    position: absolute;
    top: 265px;
    left: 680px;
    width: 60px;
    border-radius: 10px;
    background-color: #BE171C;
    color: #fff;
    text-align: center;
    z-index: 1000;
}

.section-4 .step-4 {
    position: absolute;
    top: 0;
    left: 840px;
    height: 300px;
    width: 300px;
    border-radius: 60px;
    border: 20px #003B79 solid;
}

.section-4 .step-banner-4 {
    position: absolute;
    top: 80px;
    right: -50px;
    width: 60px;
    border-radius: 10px;
    background-color: #BE171C;
    color: #fff;
    text-align: center;
    z-index: 1000;
}

.section-4 .step-arrow-1 {
    position: absolute;
    top: 120px;
    left: 260px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #003B79;
    z-index: 1000;
}

.section-4 .step-arrow-1 img,
.section-4 .step-arrow-2 img,
.section-4 .step-arrow-3 img {
    width: 60px;
    height: 60px;
}

.section-4 .step-arrow-2 {
    position: absolute;
    top: 120px;
    left: 540px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #003B79;
    z-index: 1000;
}

.section-4 .step-arrow-3 {
    position: absolute;
    top: 120px;
    left: 820px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #003B79;
    z-index: 1000;
}

.section-4 .text-title-step {
    color: #BE171C;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
}

.section-4 .text-content-step {
    color: #003B79;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
}

.section-4 .step-border-1 {
    height: 60px;
    width: 150px;
    position: absolute;
    right: -21px;
    top: -21px;
    border-top: 20px solid #fff;
    border-right: 20px solid #fff;
    background: transparent;
    border-radius: 0 60px 0 0;
}

.section-4 .step-border-12 {
    height: 48px;
    width: 150px;
    position: absolute;
    right: -10px;
    top: -9px;
    border-top: 10px solid #BE171C;
    border-right: 10px solid #BE171C;
    background: transparent;
    border-radius: 0 60px 0 0;
    z-index: 2;
}

.section-4 .step-border-13 {
    height: 20px;
    width: 60px;
    position: absolute;
    left: 71px;
    top: -20px;
    background: #fff;
}

.section-4 .step-border-14 {
    height: 20px;
    width: 60px;
    position: absolute;
    left: 71px;
    top: -20px;
    background: #003B79;
    border-radius: 0 10px 10px 0;
    z-index: 3;
}

.section-4 .step-border-2 {
    height: 60px;
    width: 301px;
    position: absolute;
    left: 280px;
    bottom: -1px;
    border-bottom: 20px solid #fff;
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
    border-radius: 0 0 60px 60px;
    background: transparent;
    z-index: -1;
}

.section-4 .step-border-21 {
    height: 49px;
    width: 280px;
    position: absolute;
    left: 290px;
    bottom: 10px;
    border-bottom: 10px solid #BE171C;
    border-left: 10px solid #BE171C;
    border-right: 10px solid #BE171C;
    border-radius: 0 0 60px 60px;
    background: transparent;
    z-index: -1;
}

.section-4 .step-border-22 {
    height: 60px;
    width: 300px;
    position: absolute;
    left: 280px;
    top: 0;
    border-top: 20px solid #003B79;
    border-left: 20px solid #003B79;
    border-right: 20px solid #003B79;
    border-radius: 60px 60px 0 0;
    background: transparent;
    z-index: 500;
}

.section-4 .step-border-3 {
    height: 60px;
    width: 300px;
    position: absolute;
    left: 561px;
    top: -1px;
    border-top: 22px solid #fff;
    border-left: 22px solid #fff;
    border-right: 22px solid #fff;
    border-radius: 60px 60px 0 0;
    background: transparent;
}

.section-4 .step-border-31 {
    height: 50px;
    width: 280px;
    position: absolute;
    left: 570px;
    top: 10px;
    border-top: 10px solid #BE171C;
    border-left: 10px solid #BE171C;
    border-right: 10px solid #BE171C;
    border-radius: 60px 60px 0 0;
    background: transparent;
}

.section-4 .step-border-32 {
    height: 60px;
    width: 300px;
    position: absolute;
    left: 560px;
    bottom: 0;
    border-bottom: 20px solid #003B79;
    border-left: 20px solid #003B79;
    border-right: 20px solid #003B79;
    border-radius: 0 0 60px 60px;
    background: transparent;
    z-index: 500;
}

.section-4 .step-border-4 {
    height: 60px;
    width: 300px;
    position: absolute;
    left: 840px;
    top: 0;
    border-top: 20px solid #003B79;
    border-left: 20px solid #003B79;
    border-right: 20px solid #003B79;
    border-radius: 60px 60px 0 0;
    background: transparent;
}

.section-4 .step-border-41 {
    height: 60px;
    width: 150px;
    position: absolute;
    right: 120px;
    bottom: -1px;
    border-bottom: 20px solid #fff;
    border-left: 20px solid #fff;
    background: transparent;
    border-radius: 0 0 0 60px;
}

.section-4 .step-border-42 {
    height: 50px;
    width: 150px;
    position: absolute;
    right: 110px;
    bottom: 10px;
    border-bottom: 10px solid #BE171C;
    border-left: 10px solid #BE171C;
    background: transparent;
    border-radius: 0 0 0 60px;
    z-index: 2;
}

.section-4 .step-border-43 {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 100px;
    bottom: 0;
    background: #fff;
}

.section-4 .step-border-44 {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 100px;
    bottom: 0;
    background: #003B79;
    border-radius: 10px 0 0 10px;
    z-index: 3;
}

@media (max-width: 992px) {
    .section-4 {
        margin-bottom: 50px;
    }

    .section-4 .title-section-4 {
        margin-bottom: 50px !important;
    }

    .section-4 .step-all {
        height: 1200px;
        width: 350px;
    }

    .section-4 .step-1 {
        margin: 0 auto;
    }

    .section-4 .step-2 {
        top: 280px;
        left: 20px;
    }

    .section-4 .step-3 {
        top: 560px;
        left: 20px;
    }

    .section-4 .step-4 {
        top: 840px;
        left: 20px;
    }

    .section-4 .step-banner-1 {
        top: -20px;
        left: 210px;
    }

    .section-4 .step-banner-2 {
        top: 315px;
        left: 275px;
    }

    .section-4 .step-banner-3 {
        top: 680px;
        left: 5px;
    }

    .section-4 .step-banner-4 {
        top: 1100px;
        right: 80px;
    }

    .section-4 .step-arrow-1 {
        top: 260px;
        left: 140px;
    }

    .section-4 .step-arrow-2 {
        top: 540px;
        left: 140px;
    }

    .section-4 .step-arrow-3 {
        top: 820px;
        left: 140px;
    }

    .section-4 .step-icon {
        text-align: left !important;
    }

    .section-4 .step-arrow-1 img,
    .section-4 .step-arrow-2 img,
    .section-4 .step-arrow-3 img {
        transform: rotate(90deg);
    }

    .section-4 .step-border-1 {
        transform: rotate(90deg);
        right: -66px;
        top: 175px;
    }

    .section-4 .step-border-12 {
        transform: rotate(90deg);
        right: -55px;
        top: 175px;
        width: 139px;
    }

    .section-4 .step-border-13 {
        transform: rotate(90deg);
        left: 240px;
        top: 90px;
    }

    .section-4 .step-border-15 {
        height: 20px;
        width: 10px;
        position: absolute;
        left: 260px;
        top: 110px;
        background: #BE171C;
    }

    .section-4 .step-border-14 {
        transform: rotate(90deg);
        left: 240px;
        top: 90px;
    }

    .section-4 .step-border-2 {
        transform: rotate(90deg);
        left: -102px;
        bottom: 740px;
    }

    .section-4 .step-border-21 {
        transform: rotate(90deg);
        left: -85px;
        bottom: 745px;
    }

    .section-4 .step-border-22 {
        transform: rotate(90deg);
        top: 400px;
        left: 140px;
    }

    .section-4 .step-border-3 {
        transform: rotate(90deg);
        left: 141px;
        top: 680px;
    }

    .section-4 .step-border-31 {
        transform: rotate(90deg);
        left: 145px;
        top: 685px;
    }

    .section-4 .step-border-32 {
        transform: rotate(90deg);
        left: -100px;
        bottom: 460px;
    }

    .section-4 .step-border-4 {
        transform: rotate(90deg);
        left: 140px;
        top: 960px;
    }

    .section-4 .step-border-41 {
        transform: rotate(90deg);
        left: -26px;
        bottom: 255px;
    }

    .section-4 .step-border-42 {
        transform: rotate(90deg);
        left: -14px;
        bottom: 255px;
        width: 140px;
    }

    .section-4 .step-border-43 {
        transform: rotate(90deg);
        left: 20px;
        bottom: 190px;
    }

    .section-4 .step-border-44 {
        transform: rotate(90deg);
        left: 20px;
        bottom: 189px;
    }

    .section-4 .step-border-45 {
        height: 20px;
        width: 10px;
        position: absolute;
        left: 30px;
        bottom: 191px;
        background: #BE171C;
    }
}

/* section-5 */
.section-5 {
    margin-bottom: 100px;
}

.section-5 .text-title-sec {
    color: #003B79;
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
}

.section-5 .vip-service {
    background-color: #003B79;
    color: #fff;
}

.section-5 .vip-service .type-service {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}

.section-5 .vip-service .name-service {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
}

.section-5 .vip-service .content-service {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.section-5 .vip-service .btn-service {
    background-color: #fff;
    color: #BE171C;
    padding: 10px 40px;
    font-weight: bold;
    font-size: 18px;
    width: fit-content;
    border-radius: 10px;
    margin: 0 auto;
}

.section-5 .vip-service .btn-service:hover {
    cursor: pointer;
    background: #BE171C;
    color: #fff;
}

.section-5 .vip-service .banner-service {
    position: absolute;
    width: 100%;
    background-color: #BE171C;
    left: 0;
}

.section-5 .banner-left {
    position: absolute;
    bottom: -1rem;
    left: -1rem;
    width: 1rem;
    height: 1rem;
    border-right: 1rem solid #000;
    border-bottom: 1rem solid transparent;
}

.section-5 .banner-right {
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    width: 1rem;
    height: 1rem;
    border-left: 1rem solid #000;
    border-bottom: 1rem solid transparent;
}

.section-5 .vip-service .banner-service .price-service {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-decoration: line-through;
}

.section-5 .vip-service .banner-service .dis-price-service {
    color: #fff;
    font-weight: bold;
    font-size: 44px;
    width: fit-content;
    margin: 0 auto;
    line-height: 1.2;
}

.section-5 .vip-service .banner-service .dis-price-service span {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
    display: block;
}

.section-5 .service-scale {
    transform: scale(0.88);
}

.section-5 .basic-service {
    background-color: rgb(244, 244, 244);
    ;
    color: #003B79;
}

.section-5 .basic-service .type-service {
    color: #003B79;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}

.section-5 .basic-service .name-service {
    color: #003B79;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
}

.section-5 .basic-service .content-service {
    color: #003B79;
    font-weight: 500;
    font-size: 18px;
}

.section-5 .basic-service .btn-service {
    background-color: rgb(222, 222, 222);
    color: #003B79;
    padding: 10px 40px;
    font-weight: bold;
    font-size: 18px;
    width: fit-content;
    border-radius: 10px;
    margin: 0 auto;
}

.section-5 .basic-service .btn-service:hover {
    cursor: pointer;
    background: #003B79;
    color: #fff;
}

.section-5 .basic-service .banner-service {
    position: absolute;
    width: 100%;
    background-color: rgb(222, 222, 222);
    left: 0;
}

.section-5 .basic-service .banner-service .price-service {
    color: #003B79;
    font-weight: bold;
    font-size: 20px;
}

.section-5 .basic-service .banner-service .dis-price-service {
    color: #003B79;
    font-weight: bold;
    font-size: 44px;
    width: fit-content;
    margin: 0 auto;
    line-height: 1.2;
}

.section-5 .basic-service .banner-service .dis-price-service span {
    color: #003B79;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
    display: block;
}

@media (max-width: 992px) {
    .section-5 {
        margin-bottom: 50px;
    }

    .section-5 .title-section-5 {
        margin-bottom: 0 !important;
    }

    .section-5 .service-scale {
        margin-left: 15px;
        margin-right: 15px;
    }

    .section-5 .service-vip-scale {
        margin-left: 15px;
        margin-right: 15px;
    }
}

/* sectin-6 */
.section-6 {
    margin-bottom: 100px;
}

.section-6 .text-title-sec {
    color: #003B79;
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
}

.section-6 .time-register {
    width: 150px;
    height: 150px;
    background-color: #fff;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    text-align: center;
    position: relative;
}

.section-6 .time-register-item {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-6 .time-register-item .time-text {
    color: #003B79;
    font-weight: 600;
}

.section-6 .time-register .time-number {
    color: #BE171C;
    font-size: 44px;
    line-height: 1.2;
}

.section-6 .time-dot {
    width: 38px;
    height: 150px;
    position: relative;
}

@media (max-width: 992px) {
    .section-6 {
        margin-bottom: 80px;
    }

    .section-6 .time-register {
        width: 80px;
        height: 80px;
    }

    .section-6 .time-register .time-number {
        font-size: 28px;
    }

    .section-6 .time-register-item .time-text {
        font-size: 12px;
    }

    .section-6 .time-dot {
        height: 80px;
    }
}

/* section-7 */
.section-7 {
    margin-bottom: 100px;
}

.section-7 .form-register {
    background-color: #003B79;
    border-radius: 20px;
    padding: 20px 60px;
}

.section-7 .form-register .field-address {
    padding-right: 0.25rem;
}

.section-7 .form-register .field-csyt {
    padding-left: 0.25rem;
}

.section-7 .form-register .text-header-form {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
}

.section-7 .form-register .text-header-form-2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-style: italic;
    font-weight: 200;
}

.section-7 .form-register .btn-submit-form {
    background-color: #BE171C;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
}

@media (max-width: 992px) {
    .section-7 .form-register {
        padding: 20px;
    }

    .section-7 .form-register .icon-qr {
        display: none;
    }

    .section-7 .form-register .field-address {
        padding-right: 15px;
    }

    .section-7 .form-register .field-csyt {
        padding-left: 15px;
    }
}

/* section-footer */
.section-footer {
    background-color: #ECF4FF;
}

footer img:hover {
    cursor: pointer;
}

footer .footer-menu .footer-menu-item {
    font-size: 16px;
    font-weight: 500;
}

footer .footer-menu .footer-menu-item:hover {
    font-size: 15px;
    font-weight: 600;
}

footer .footer-menu .footer-menu-item a {
    color: #003B79;
}

footer .footer-menu .footer-menu-item:hover {
    cursor: pointer;
}

footer .footer-menu .footer-menu-item-active {
    font-weight: 700;
}



footer .footer-copyright-mobile {
    display: none;
}

footer .footer-copyright-mobile .social-icons li a {
    color: #828282;
    font-weight: 800;
    text-align: center;
    font-size: 12px;
}

.section-footer .footer-copyright .social-icons li a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    color: #828282;
    font-weight: 800;
    text-align: center;
    background-color: #fff;
    display: block;
    border-radius: 50%;
    font-size: 12px;
}

.section-footer .footer-qrcode {
    display: none;
}

.section-footer .footer-copyright .text-copyright {
    font-weight: 500;
    color: #003B79;
    font-size: 14px;
    font-family: "Montserrat";
}

.section-footer .footer-infor {
    text-align: right;
    font-weight: 500;
}

.section-footer .footer-infor .text-company-name {
    color: #003B79;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}

.section-footer .footer-infor .text-company-address {
    color: #003B79;
    font-size: 18px;
}

.section-footer .footer-infor .text-company-address span {
    color: #003B79;
    font-weight: bold;
}

@media (max-width: 992px) {
    .section-footer {
        padding-top: 1rem !important;
    }

    footer .footer-menu {
        display: none;
    }

    .section-footer .footer-copyright {
        display: none;
    }

    .section-footer .footer-qrcode {
        display: block;
    }

    .section-footer .footer-qrcode img {
        width: 95px;
        height: 95px;
    }

    .section-footer .footer-infor {
        flex: 0 0 67%;
    }

    footer .footer-copyright-mobile {
        display: block;
    }

    .section-footer .footer-infor .text-company-name {
        font-size: 12px;
    }

    .section-footer .footer-infor .text-company-address {
        font-size: 9px;
    }
}

.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

.popup-alert-success {
    display: none;
    position: fixed;
    z-index: 3000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 120px;
}

.alert-content {
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
    border-radius: 0.3rem;
    background-color: #fefefe;
    margin: 0 auto;
    border: 1px solid #888;
    width: 30%;
}

.alert-content i {
    font-size: 40px;
}

.icon-sm {
    color: #003B79;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    box-shadow: 0px 15px 15px 0px rgba(8, 18, 109, 0.1);
}

.section-title {
    margin-bottom: 38px;
    font-weight: 400;
    color: #8b8e93;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.75s, visibility 0.75s;
}

.loader-hidden {
    opacity: 0;
    visibility: hidden;
}

.loader::after {
    content: "";
    width: 75px;
    height: 75px;
    border: 10px solid #ddd;
    border-top-color: #003B79;
    border-radius: 50%;
    animation: loading 0.75s ease infinite;
}

@keyframes loading {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}