@font-face {
    font-family: graphik-demibold;
    src: url(../../fonts/graphik/Graphik-Demibold.otf);
}

@font-face {
    font-family: graphik-regular;
    src: url(../../fonts/graphik/Graphik-Regular.otf);
}

@font-face {
    font-family: graphik-light;
    src: url(../../fonts/graphik/Graphik-Light.otf);
}

@font-face {
    font-family: graphik-medium;
    src: url(../../fonts/graphik/Graphik-Medium.otf);
}

@font-face {
    font-family: graphik-extralight;
    src: url(../../fonts/graphik/Graphik-Extralight.otf);
}

@font-face {
    font-family: roboto-regular;
    src: url(../../fonts/roboto/Roboto-Regular.ttf);
}

body {
    font-family: Inter;
}

/*global*/
.color-gpay {
    color: #ED3833;
}
.color-gotrust {
    color: #049CF0 !important;
}
.color-red {
    color: red;
}
.block-header {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #0A183A;
    padding: 0 15%;
}
.block-header h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #0A183A;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
.block-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #60646D;
    margin-top: 12px;
    padding: 0 10%;
}
.mobile {
    display: none;
}

#header {
    padding: 20px 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
#header .logo {
    height: 32px;
}
#header .pull-right .menu-item:first-of-type {
    margin-left: 0;
}
#header .pull-right .menu-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #888B96;
    margin-left: 32px;
    text-decoration: none;
}
#header .pull-right .menu-item.active {
    font-weight: 600;
    color: #ED3833;
}

#footer {
    background: #0C2837;
    padding: 50px 0;
}
#footer .logo {
    height: 32px;
    margin: 30px 0;
    display: block;
}
#footer .info {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    display: inline-block;
    width: 100%;
}
#footer .info a{
    color: #FFFFFF;
}
#footer .info .footer-icon {
    width: 12px;
    display: inline-block;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}
#footer .info .body {
    width: 90%;
    display: inline-block;
    float: left;
}
#footer-payment {
    border-top: 1px solid #C8C8C8;
    padding: 14px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #888B96;
}

#banner {
    background-image: url("../../image/home/Frame 9963.png");
    background-repeat: no-repeat;
    background-position-x: right;
    height: 643px;
    padding-top: 5%;
}
#banner .head-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    color: #0A183A;
    margin-bottom: 16px;
}
#banner .head-desc {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #0A183A;
    margin-bottom: 28px;
}
#banner .banner-items {
    display: flex;
}
#banner .banner-item {
    background: #FFFFFF;
    border: 2px solid #059DF1;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 15px;
    width: 45%;
    float: left;
    margin-right: 10px;
}
#banner .banner-item img {
    display: block;
    margin: 0 auto;
}
#banner .banner-item p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #0A183A;
    margin-top: 5px;
}
#banner .check-now {
    background: #0699E9;
    border-radius: 120px;
    padding: 12px 50px;
    gap: 8px;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    margin-top: 50px;
}

#feature {
    background: #F5F5F5;
    padding: 65px 0;
    position: relative;
}
#feature .feature-list {
    display: flex;
}
#feature .feature-item {
    background: linear-gradient(180deg, #15A8F4 0%, #008CD5 100%);
    border-radius: 16px;
    padding: 20px;
    display: inline-block;
    margin-top: 32px;
}
#feature .feature-item img {
    display: inline-block;
    float: left;
}
#feature .feature-item p {
    display: inline-block;
    float: left;
    width: 65%;
    margin-left: 10px;
}
#feature .feature-item p .feature-item-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 10px;
}
#feature .feature-item p .feature-item-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;

}
#feature .feture-center-img {
    position: absolute;
    bottom: 5%;
}
#feature::after {
    content: "";
    background-image: url("../../image/home/Vector.png");
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0px;
    z-index: 1;
}

#advantage {
    padding: 65px 0;
}
#advantage .advatage-table {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    margin-top: 32px;
    border-radius: 12px;
}
#advantage .advatage-table thead th {
    padding: 12px 24px;
}
#advantage .advatage-table tfoot th {
    padding: 20px 24px;
}
#advantage .advatage-table th {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}
#advantage .advatage-table th span {
    font-size: 16px;
    line-height: 24px;
}
#advantage .advatage-table td {
    padding: 20px 24px;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #60646D;
}
#advantage .advatage-table tr td:first-of-type, #advantage .advatage-table tr th:first-of-type {
    border-right: 1px solid #D5D5D5;
}
#advantage .advatage-table tr td:last-of-type, #advantage .advatage-table tr th:last-of-type {
    border-left: 1px solid #D5D5D5;
}

#product {
    padding: 65px 0;
    background: #F5F5F5;
}
#product .product-desc {
    font-size: 18px;
    line-height: 24px;
    margin-top: 30px;
    text-align: justify;
    color: #717171;
}
#product .product-items {
    display: flex;
    margin-top: 48px;
}
#product .product-item {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    height: 100%;
    position: relative;
}
#product .product-item.active {
    background: #003856;
}
#product .product-item.active * {
    color: #FFFFFF !important;
}
#product .product-item.active .product-duration {
    color: #DFDFDF !important;
}
#product .product-item.active .product-type {
    color: #D6D6D6; !important;
}
#product .product-item .product-header {
    border-bottom: 1px solid #D7D7D7;
    padding: 16px 24px;
}
#product .product-item .product-header .product-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #12A5F3;
    display: block;
}
#product .product-item .product-header .product-type {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #60646D;
    display: block;
}
#product .product-item .product-body {
    padding: 24px 24px 100px 24px;
}
#product .product-item .product-body .product-price {
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    color: #0A183A;
    display: block;
    text-align: center;
}
#product .product-item .product-body .product-duration {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #60646D;
    display: block;
    margin-top: 5px;
    margin-bottom: 30px;
}
#product .product-item .product-body .product-advantage {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0A183A;
    display: inline-block;
    margin-left: 12px;
    padding: 8px 0;
    display: block;
}
#product .product-item .product-body .product-advantage img {
    display: inline-block;
    margin-bottom: 5px;
    width: 24px;
    height: 24px;
}
#product .product-item .product-body .product-button {
    position: absolute;
    text-align: center;
    bottom: 40px;
    left: 0;
    width: 100%;
}
#product .product-item .product-body .product-join {
    background: #0699E9;
    border-radius: 120px;
    padding: 12px 45px;
    gap: 8px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
}

#process {
    padding: 65px 0;
}
#process .process-wrap {
    margin-top: 50px;
    margin-bottom: 40px;
    padding: 0 10%;
}
#process .process-order {
    text-align: center;
    padding: 0;
}
#process .process-order:first-of-type .process-line {
    border-radius: 10px 0 0 10px;
}
#process .process-order:last-of-type .process-line {
    border-radius:  0 10px 10px 0;
}
#process .process-order .process-no {
    display: inline-block;
    padding: 13px 21px;
    border: 8px solid #717171;
    border-radius: 31px;
    font-weight: 900;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #717171;
    position: relative;
}
#process .process-order .process-no::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 13px solid #717171;
    position: absolute;
    z-index: 2;
    bottom: 0;
    margin-bottom: -19px;
    right: 50%;
    transform: translateX(15px);
}
#process .process-order .process-line {
    height: 20px;
    background: #003856;
    margin-top: 25px;
    color: #FFFFFF;
    position: relative;
}
#process .process-order .process-line::before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 13px solid #003856;
    position: absolute;
    top: 0;
    margin-top: -13px;
    left: 50%;
    transform: translateX(-15px);
}
#process .process-order .process-line span {
    padding: 0px 5px;
    background: #FFFFFF;
    border-radius: 10px;
}
#process .process-order .process-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #717171;
}
#process .process-order.active .process-desc {
    color: #049CF0;
}
#process .process-order.active .process-no {
    border: 8px solid #049CF0;
    color: #12A5F3;
}
#process .process-order.active .process-no::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 13px solid #049CF0;
    position: absolute;
    z-index: 2;
    bottom: 0;
    margin-bottom: -19px;
    right: 50%;
    transform: translateX(15px);
}
#process .process-order.active .process-line {
    color: #049CF0;
}
#process .process-order.active .process-line span {
    background: #049CF0;
}
#process .process-img {
    display: block;
    margin: 0 auto;
    border-radius: 0px 20px;
}

#customer {
    padding: 65px 0;
    background: #F5F5F5;
}
#customer .customer-item {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    height: 300px;
    position: relative;
}
#customer .customer-item .customer-opinion {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #0A183A;
    padding: 72px 32px 16px 32px;
}
#customer .customer-item .customer-info {
    padding: 10px 32px;
    text-align: center;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #D7D7D7;
    width: 100%;
}
#customer .customer-item .customer-info .customer-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #0A183A;
    display: block;
}
#customer .customer-item .customer-info .customer-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #717171;
    display: block;
}
#customer .item {
    position: relative;
    margin-top: 120px;
}
#customer .item img.process-img {
    position: absolute;
    width: 124px;
    height: 124px;
    border-radius: 60px;
    left: 50%;
    transform: translateX(-50%);
    top: -72px;
    z-index: 9;
}
#customer .owl-stage-outer {
    padding-bottom: 10px;
}

/*join-gotrust-page*/
#form-join .wrapper {
    background: #F5F5F5;
    padding: 32px 16px 50px 16px;
}
#form-join .form-content {
    width: 560px;
    margin: 0 auto;
}
#form-join .order-progress {
    padding: 22px;
    margin-left: 0;
}
#form-join .order-progress .progress-no {
    position: relative;
    background: #FFFFFF;
    padding: 12px;
}
#form-join .order-progress .progress-no:last-of-type {
    border-radius: 0 20px 20px 0;
}
#form-join .order-progress .progress-number {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #079EF1;
    display: inline-block;
    position: absolute;
    padding: 5px 15px;
    border-radius: 25px;
    border: 1px solid #FFFFFF;
    box-shadow: 2px 0px 8px rgb(0 0 0 / 20%);
    top: 0;
    left: -20px;
    background: #FFFFFF;
}
#form-join .order-progress .progress-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    color: #2F3136;
    width: 100%;
    display: inline-block;
    padding-left: 20px;
}
#form-join .order-progress .progress-no.active {
    background: #12A5F3;
}
#form-join .order-progress .progress-no.active .progress-number {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background: #12A5F3;
}
#form-join .order-progress .progress-no.active .progress-name {
    color: #FFFFFF;
}
#form-join .form-item {
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 16px;
    padding: 24px;
}
#form-join .form-content .form-header {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #059DF1;
    margin-bottom: 16px;
}
#form-join .form-content .form-group {
    margin-bottom: 16px;
}
#form-join .form-content .form-group label {
    font-size: 14px;
    line-height: 20px;
    color: #0A183A;
}
#form-join .form-content .form-group .form-control {
    padding: 10px 16px;
    height: 41px;
    font-size: 16px;
}
#form-join .form-content .form-group .form-control.datepicker {
    background-image: url("../../image/join/calendar.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
}
#form-submit {
    background: #FFFFFF;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    padding: 16px 0;
}
#form-submit .wrapper {
    width: 560px;
    margin: 0 auto;
    display: flex;
}
#form-submit .show-promotion {
    padding: 12px 50px 12px 12px;
    border: 1px dashed #D4D4D4;
    border-radius: 12px;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #60646D;
    position: relative;
}
#form-submit .show-promotion .fa-chevron-right {

}
#form-submit .show-promotion .has_value {
    font-size: 16px;
    line-height: 24px;
    color: #12A5F3;
    background: #BAE7FF;
    border-radius: 12px;
    padding: 2px 40px 2px 12px;
    position: relative;
    cursor: context-menu;
}
#form-submit .show-promotion .has_value i.fa-times {
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
#form-submit .show-promotion i.fa-chevron-right {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
#form-submit .btn-submit {
    background: #12A5F3;
    border-radius: 8px;
    padding: 12px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-left: 16px;
    border: none;
    flex-grow: 1;
}
#modal-add-promotion .modal-header span {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #0A183A;
}
#modal-add-promotion .modal-body input {
    padding: 12px 16px;
    font-size: 16px;
    line-height: 24px;
    color: #60646D;
    height: 45px;
}
#modal-add-promotion .modal-body button {
    padding: 12px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    background: #12A5F3;
    border-radius: 8px;
    border: none;
    width: 100%;
    margin-top: 16px;
}
#form-join .wrapper-confirm .form-header {
    padding-top: 24px;
}
#form-join .wrapper-confirm .confirm-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    align-items: center;
    color: #0A183A;
    border-bottom: 1px solid #D4D4D4;;
    padding-bottom: 14px;
    display: block;
}
#form-join .wrapper-confirm .confirm-title a {
    display: block;
    float: right;
    background: #BAE7FF;
    border-radius: 8px;
    padding: 6px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #12A5F3;
    text-decoration: none;
}
#form-join .wrapper-confirm .confirm-item {
    border-bottom: 1px solid #D4D4D4;
    padding: 16px 0;
}
#form-join .wrapper-confirm .confirm-item .item-name {
    font-size: 16px;
    line-height: 24px;
    color: #60646D;
    display: inline-block;
}
#form-join .wrapper-confirm .confirm-item .item-value {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #0A183A;
    float: right;
    display: inline-block;
    max-width: 50%;
    text-align: right;
    word-break: break-word;
}

#payment {

}
#payment .left-payment {
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 16px;
}
#payment .left-payment .body {
    width: 80%;
    margin: 0 auto;
}
#payment .left-payment p.header-payment {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #0A183A;
    padding: 16px 0;
    border-bottom: 1px solid #E9EAEC;
}
#payment .left-payment p.tutorial {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #0A183A;
    margin-top: 10px;
}
#payment .left-payment .qrcode {
    display: block;
    width: 80%;
    margin: 0 auto;
}
#payment .left-payment .bank {
    border: 1px solid #D4D4D4;
    border-radius: 12px;
    padding: 8px 12px;
    width: 60%;
    margin: 0 auto;
    display: flow-root;
    margin-top: 10px;
    text-align: left;
}
#payment .left-payment .bank>img {
    display: block;
    margin: 0 auto;
    float: left;
    width: 40px;
    height: 25px;
}
#payment .left-payment .bank>p {
    width: 75%;
    float: left;
    margin-left: 10px;
    margin-bottom: 0;
}
#payment .left-payment .bank>p>span {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #FFF;
}
#payment .left-payment .bank>p>span.bank-name {
    font-weight: 600;
}
#payment .left-payment .bank>p>span.bank-info {
    font-weight: 400;
}
#payment .left-payment .bank>p>span.bank-info>img {
    margin-right: 10px;
}
#payment .left-payment .bank>p>span.bank-info>a {
    font-size: 10px;
    line-height: 12px;
    color: #12A5F3;
    text-decoration: none;
    background: #BAE7FF;
    border-radius: 8px;
    padding: 4px 8px;
}
#payment .footer .wait-payment {
    display: block;
    padding: 6px 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #0A183A;
    background: #EDEEF0;
    border-radius: 8px;
    margin: 16px auto;
    width: 40%;
    text-align: center;
}
#payment .footer .wait-payment i {
    margin-right: 10px;
}
#payment .right-payment {
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 16px;
}
#payment .right-payment .header-payment {
    padding: 10px 16px;
    display: flow-root;
    border-bottom: 1px solid #E9EAEC;
}
#payment .right-payment .header-payment img {
    display: block;
    float: left;
    margin-right: 10px;
}
#payment .right-payment .header-payment .provider {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #60646D;
    display: block;
    width: 50%;
    float: left;
    margin-top: 5px;
}
#payment .right-payment .header-payment .provider-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #0A183A;
    display: block;
    width: 50%;
    float: left;
    margin-top: 5px;
}
#payment .right-payment .body-item {
    padding: 16px;
}
#payment .right-payment .body-item .title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #60646D;
    margin-bottom: 5px;
}
#payment .right-payment .body-item .value-payment {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #0A183A;
}

#show-insurance {
    background: #F5F5F5;
    padding: 24px 0 52px 0;
    min-height: 85vh;
}
#show-insurance .wrapper {
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 16px;
    width: 50%;
    margin: 0 auto;
}
#show-insurance .wrapper .header {
    padding: 16px 0;
    border-bottom: 1px solid #E9EAEC;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #0A183A;
}
#show-insurance .wrapper .body .img-success {
    display: block;
    margin: 24px auto;
}
#show-insurance .wrapper .body .notice {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #0A183A;
    margin-bottom: 8px;
}
#show-insurance .wrapper .body .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #0A183A;
    width: 60%;
    margin: 0 auto 24px auto;
}
#show-insurance .wrapper .body .detail {
    border: 1px solid #D4D4D4;
    border-radius: 12px;
    width: 80%;
    margin: 0 auto;
}
#show-insurance .wrapper .body .detail .header {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #059DF1;
}
#show-insurance .wrapper .body .detail .item {
    border-bottom: 1px solid #D4D4D4;
    display: block;
    padding: 16px 24px;
}
#show-insurance .wrapper .body .detail .item .title {
    font-size: 16px;
    line-height: 24px;
    color: #60646D;
    display: inline-block;
}
#show-insurance .wrapper .body .detail .item .value {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #0A183A;
    float: right;
    display: inline-block;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}
#show-insurance .wrapper .body .detail .footer {
    background: #BAE7FF;
    padding: 12px 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #12A5F3;
    border-radius: 0 0 12px 12px;
}
#show-insurance .wrapper .footer .btn-finish {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 12px 0;
    width: 30%;
    background: #12A5F3;
    border-radius: 8px;
    border: none;
    margin: 24px auto;
    display: block;
    text-align: center;
    text-decoration: none;
}

@media screen and (max-width: 1200px) {
    #advantage .advatage-table td, #advantage .advatage-table th {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 992px) {
    #banner {
        background: #FFFFFF;
        height: auto;
    }

    #banner .check-now {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #banner .mobile {
        display: block;
    }

    #banner .mobile img {
        width: 100%;
    }

    #product .product-item .product-body .product-price {
        font-size: 38px;
    }

    #feature .feature-item {
        padding: 10px;
    }

    #feature .feture-center-img {
        bottom: 0;
        width: 100%;
    }

    #feature .feature-item img {
        width: 50px;
    }

    #feature .feature-item p .feature-item-title {
        font-size: 16px;
        line-height: 20px;
    }

    #feature .feature-item p .feature-item-desc {
        font-size: 14px;
        line-height: 18px;
    }

    #customer .customer-item {
        height: 420px;
    }
}

@media screen and (max-width: 768px) {
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .block-header {
        font-size: 24px;
        line-height: 32px;
    }

    #header {
        text-align: center;
    }
    #header .pull-left {
        float: none !important;
    }
    #header .pull-right {
        display: none;
    }

    #footer-payment .pull-left, #footer-payment .pull-right {
        width: 100%;
        text-align: center;
    }

    #banner {
        background: #FFFFFF;
        height: auto;
        margin-top: 23px;
    }
    #banner .head-title {
        font-size: 32px;
        line-height: 40px;
    }
    #banner .head-desc {
        font-size: 14px;
        line-height: 20px;
    }
    #banner .banner-item {
        width: 50%;
    }
    #banner .banner-item:first-of-type {
        margin-right: 5px;
    }
    #banner .banner-item:last-of-type {
        margin-left: 5px;
        margin-right: 0;
    }
    #banner .banner-item p {
        font-size: 14px;
        line-height: 20px;
    }
    #banner .check-now {
        font-size: 20px;
        line-height: 28px;
        width: 100%;
        text-align: center;
        margin: 12px 0;
    }
    #banner div.mobile {
        margin: 0 -15px;
    }
    #banner div.mobile img {
        width: 100%;
    }

    #feature {
        padding: 23px 0;
    }
    #feature .feature-list {
        display: block;
    }

    #advantage {
        padding: 23px 0;
    }
    #advantage .advatage-table th, #advantage .advatage-table td {
        font-size: 14px;
        line-height: 20px;
    }
    #advantage .advatage-table th span {
        font-size: 12px;
        line-height: 16px;
    }
    #advantage .advatage-table td, #advantage .advatage-table thead th, #advantage .advatage-table tfoot th {
        padding: 8px 12px;
    }

    #product {
        padding: 23px 0;
    }
    #product .product-desc {
        font-size: 16px;
    }
    #product .product-items {
        display: block;
        margin-top: 10px;
    }
    #product .product-item {
        margin-top: 16px;
    }

    #process {
        padding: 23px 0;
    }
    #process .process-wrap {
        padding: 0;
    }
    #process .process-img {
        width: 100%;
    }
    #process .process-order .process-desc {
        font-size: 14px;
        line-height: 20px;
    }

    #customer {
        padding: 23px 0;
    }
    #customer .customer-item {
        height: 350px;
    }

    #form-join .wrapper {
        padding: 16px;
    }
    #form-join .form-content {
        width: 100%;
    }
    #form-join .order-progress {
        padding: 22px 10px;
    }
    #form-join .order-progress .progress-name {
        font-size: 10px;
        line-height: 16px;
        padding-left: 0;
        margin-left: -5px;
    }
    #form-join .order-progress .progress-no {
        padding: 6px 0;
    }
    #form-join .order-progress .progress-number {
        line-height: 20px;
        padding: 5px 9px;
    }

    #form-submit .wrapper {
        width: 100%;
        padding: 0 15px;
        display: block;
    }
    #form-submit .show-promotion {
        width: 100%;
    }
    #form-submit .btn-submit {
        width: 100%;
        margin-top: 12px;
        margin-left: 0;
    }
    #form-join .wrapper-confirm .confirm-item .item-value,
    #form-join .wrapper-confirm .confirm-item .item-title {
        line-height: 20px;
        font-size: 14px;
    }

    #payment {
        height: auto;
    }
    #payment .left-payment {
        margin-bottom: 16px;
    }
    #payment .left-payment .bank {
        width: 90%;
    }
    #payment .footer .wait-payment {
        width: 60%;
    }

    #show-insurance .wrapper {
        width: 90%;
    }
    #show-insurance .wrapper .body .detail,
    #show-insurance .wrapper .footer .btn-finish {
        width: 90%;
    }
    #show-insurance .wrapper .body .desc {
        width: 80%;
    }
    #show-insurance .wrapper .body .detail .item {
        padding: 20px 10px;
    }
}
