.box-header {
    position: relative;
}

.pc-header {
    margin-bottom: -102px;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 9999;
}

.pc-header.bgBlue {
    background: #03458c;
}

.pc-header__right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.pc-header__links {
    display: flex;
}

.pc-header__links>li {
    margin-right: 30px;
}

.pc-header__link {
    color: #ffffff;
}

.pc-header__link:hover {
    color: #F8C544;
}

.panel-head {
    font-size: 32px;
    font-weight: bold;
}

.pc-header__app {
    background: #ffffff;
    display: flex;
    align-items: center;
    border-radius: 30px;
    padding: 10px 15px;
}

.pc-header__app span {
    font-weight: 700;
    color: black;
}

.box-header-mobile .pc-header__links {
    background: #03458c;
    overflow-x: auto;
    overflow-y: hidden;
    position: sticky !important;
    top: 0;
    z-index: 99999;
}

.box-header-mobile .pc-header__links>li {
    margin-right: 0;
}

.box-header-mobile .pc-header__links>li a {
    display: inline-block;
    white-space: nowrap;
    padding: 10px 0 10px 25px;
}

.box-header-mobile .pc-header__links>li:last-child a {
    padding-right: 25px;
}

.rule-vertical {
    height: 26px;
    width: 1px;
    background: #E0E4EC;
}

.content-banner {
    position: absolute;
    top: 30%;
    text-align: center;
}

.btn-download {
    display: inline-block;
    color: #FADC4A;
    min-width: 350px;
    border-radius: 40px !important;
    padding: 15px;
    font-size: 28px;
    font-weight: bold;
}

.btn-download:hover {
    color: #FADC4A;
    opacity: 0.9;
}

.banner-title {
    margin-bottom: 100px;
}

.box-header-mobile {
    display: none;
}

.select-dain {
    appearance: none;
    background: url('../images/uploads/arrow-up.svg') 97% 50% no-repeat;
    cursor: pointer;
}

.text-nowrap {
    white-space: nowrap;
    color: black !important;
}

@media (max-width: 575px) {
    .panel-head {
        font-size: 20px;
    }
    .banner-header img {
        min-height: 275px;
    }
    .content-banner {
        top: 10px !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .panel-head {
        font-size: 24px;
    }
    .content-banner {
        top: 70px !important;
        transform: translateY(0) !important;
    }
}

@media (max-width: 1060px) {
    .pc-header,
    .box-header {
        display: none;
    }
    .content-banner {
        text-align: left;
    }
    .box-header-mobile {
        display: block;
    }
    .content-banner {
        position: absolute;
        top: 100px;
    }
}

@media (min-width: 700px) and (max-width: 767px) {
    .content-banner {
        top: 100px !important;
        transform: translateY(0) !important;
    }
}


/* .pc-order2 */

.pc-order2 {
    background: url('../images/uploads/bg-order2.png') no-repeat #FBE8FD;
    border-radius: 20px;
}

@media (max-width: 991px) {
    .pc-order2 .pc-order2__left {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 768px) {
    .pc-order2 {
        text-align: center;
    }
    .pc-order2 .panel-head {
        justify-content: center;
    }
}

.image--bottom {
    margin-bottom: -160px;
    transform: translateY(0);
}


/* pc-order3 */


/* pc-order4 */

.pc-order4 {
    background: url('../images/uploads/half_circle.png') no-repeat right top #E3F5FF;
}

.icon45 {
    height: 45px;
    width: 45px;
}

.flex-1 {
    flex: 1;
}

.bgbgGradientBlue {
    background: linear-gradient(65.94deg, #70B0FF 5.53%, #2F78C7 108.89%);
    box-shadow: 0px 3px 20px rgba(64, 143, 248, 0.4), inset 0px 3px 35px rgba(52, 243, 255, 0.2), inset 0px -2px 26px rgba(130, 222, 251, 0.2);
    border-radius: 26.5px;
}

.btn-general {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 15px 30px;
    display: inline-block;
    min-width: 190px;
}

.btn-general:hover {
    color: #ffffff;
    opacity: 0.9;
}

.btn-general:focus {
    outline: none;
}

.step-item {
    margin-top: 60px;
}

.step-item .thumb {
    text-align: center;
    margin-bottom: 45px;
}

.step-item .thumb img {
    box-shadow: 0 0 20px #1a4f8c33;
    border-radius: 30px;
}

.step-item .info {
    display: flex;
}

.step-item .info .text {
    width: calc(100% - 35px);
    padding-left: 10px;
}

.number {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
}

@media (max-width: 992px) {
    .pc-order4 {
        background-size: 20%;
    }
}

@media (max-width: 768px) {
    .pc-order4 .thumb {
        text-align: center;
    }
}


/* pc-order6 */

.pc-order6 {
    height: 340px;
}

.point-item {
    text-align: center;
    border-radius: 25px;
    padding: 40px 10px;
}

.bg-grey {
    background: #F0F8FE;
}

.point-item-1 {
    margin-bottom: 10px;
}

.point-item-2 {
    margin-bottom: 45px;
}

.point-item.bgbgGradientBlue {
    zoom: 1.2;
}

.point-item.bgbgGradientBlue>* {
    color: #ffffff;
}

.point-desc>* {
    color: #1C1D22;
}

.pb-point-120 {
    padding-bottom: 120px;
}

.btn-accordion {
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    background: transparent;
    display: flex;
    justify-content: space-between;
}

.btn-accordion .arrow {
    transform: rotate(90deg);
    transition: all .3s;
}

.btn-accordion.collapsed .arrow {
    transform: rotate(0deg);
    transition: all .3s;
}

#accordion .card {
    margin-bottom: 16px;
    background-color: #F0F8FE !important;
    border: none;
}

#accordion .card-body {
    padding: 0 40px 15px;
    color: #43454D;
}

#accordion .card-header {
    padding: 0;
    border-bottom: none;
    background-color: transparent;
}

.card-header .btn-accordion {
    padding: 19px 40px;
    cursor: pointer;
}

.contact-hot {
    display: flex;
    background: #5ca5f033;
    border-left: 3px solid #5CA5F0;
    border-radius: 6px;
    padding: 10px 0;
    margin-bottom: 30px;
}

.hotline {
    width: 50px;
    text-align: right;
}

.hotline>img {
    border-radius: 50%;
    box-shadow: 0px 4px 16px rgba(52, 115, 173, 0.2);
}

.hotline-text {
    width: calc(100% - 50px);
    padding: 0 8px;
    text-align: center;
}

.hotline-text-sub {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.pc-order1-mobile .panel-head {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.pc-order1-mobile .panel-body {
    /* padding-left: 95px;
    padding-right: 15px; */
    /* background: url(../images/uploads/bg-chosen.png) no-repeat; */
}

.item-chosen {
    display: flex;
    align-items: center;
    min-height: 56px;
    border-radius: 9px;
    padding: 10px;
    margin-bottom: 12px;
    box-shadow: 0 0 15px #45628d1a;
}

.item-chosen .icon {
    margin-right: 15px;
}

.item-chosen .text {
    font-size: 12px;
}

.copyright {
    text-align: center;
    margin-bottom: 70px;
    margin-top: 60px;
}

.footer-name-company {
    margin-bottom: 100px;
}

.footer-qrcode {
    display: flex;
}

.qrcode {
    width: 100px;
    height: 100px;
    margin-right: 35px;
}

.qrcode img {
    width: 100px;
    padding: 10px;
    border: 1px solid #575757;
}

.item-contact-name {
    display: block;
    padding-top: 15px;
}

.require {
    background: #D60050;
    color: #ffffff;
    padding: 2px 5px;
    border-radius: 2px;
    display: inline-block;
    margin-left: 10px;
}

.input-text {
    border: 1px solid #d7d7d7;
    width: 100%;
    margin-bottom: 10px;
    padding: 8px 10px;
    border-radius: 5px;
}

.input-textarea {
    border: 1px solid #d7d7d7;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}

.input-textarea,
.input-text:focus {
    outline: none;
    box-shadow: none;
}

.forn-contact {
    box-shadow: 0px 4px 16px rgba(52, 115, 173, 0.2);
    border-radius: 12px;
    padding: 20px;
}

.color-green {
    color: green;
    padding: 10px;
}

.box-toast {
    display: flex;
    align-items: center;
}

.pc-header__logo {
    max-width: 100px;
}

.toast {
    border: none;
    box-shadow: none;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #03458c;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
}

#myBtn:hover {
    background-color: #4591dd;
}

@media (max-width: 575px) {
    .point .row {
        zoom: 0.4;
        margin-left: -10px;
        margin-right: -10px;
    }
    .point .row .col-4 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .point .row .point-item .fontsize-32 {
        zoom: 1.4;
    }
    .point .row .point-item .heading-50.point-item-2 {
        font-size: 25px;
    }
    .point .row .point-item .fontsize-28 {
        zoom: 1.2;
    }
    .pc-order6 {
        height: 240px;
        padding: 0 15px;
    }
    .pb-point-120 {
        padding-bottom: 0px;
    }
    .image--bottom {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    #accordion .card-body,
    .card-header .btn-accordion {
        padding: 15px;
    }
    .footer-name-company {
        margin-bottom: 25px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .point .row {
        zoom: 0.7;
    }
    .pc-order6 {
        height: 300px;
        padding: 0 15px;
    }
    .pb-point-120 {
        padding-bottom: 50px;
    }
    .footer-name-company {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .point .row {
        zoom: 0.8;
    }
    .pb-point-120 {
        padding-bottom: 50px;
    }
    .footer-name-company {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .footer-qrcode {
        justify-content: center;
    }
    .box-toast {
        display: block;
        text-align: center;
    }
    .toast {
        margin-left: auto !important;
        margin-right: auto;
    }
    .pc-header__logo {
        max-width: 70px;
    }
}

.rc-anchor-checkbox-label {
    font-size: 11px !important;
}