.list-tags {
    margin-top: 50px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
}
.tag-icon-title {
    width: auto;
    height: 35px;
    padding-right: 10px;
}
.list-tags-item.tags-title{
    padding-right: 12px;
    min-width: 183px;
}
.tag-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
}

.list-tags-item.tags-title p{
    font-weight: 500;
    font-size: 16px;
}
.tag-item {
    cursor: pointer;
    padding: 9px 25px;
    background-color: #FF9B64;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 20px;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.tag-item span{
    position: relative;
    z-index: 1;
}

.tag-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #FFB98C;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: border-radius 0.4s cubic-bezier(0.075, 0.82, 0.165, 1),-webkit-transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: border-radius 0.4s cubic-bezier(0.075, 0.82, 0.165, 1),-webkit-transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1),border-radius 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1),border-radius 0.4s cubic-bezier(0.075, 0.82, 0.165, 1),-webkit-transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.tag-item:hover:before {
    border-radius: 17.5px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

/*.tag-item.chosen {*/
/*    background-color: #DB7353;*/
/*}*/

.confirm-img-top {
    width: 375px;
    margin-top: -10px;
}
.confirm-img-top p{
    position: absolute;
    font-size: 14px;
    top: 17px;
    left: 95px;
    font-weight: 300;
}

.p-title-2 {
    font-weight: 500;
    font-size: 24px;
    padding-top: 15px;
}
.site-anhtt-form1-complete .wrap-dh {
    background-image: url(../img/column/cover.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    height: 11vw;
    flex-direction: column;
    margin-top: -1px;
    margin-bottom: 45px;
}

.site-anhtt-form1-complete .wrap-dh p {
    margin: 0;
    color: #000;
    font-size: 24px;
    width: 100%;
    font-weight: 300;
}

.site-anhtt-form1-complete .wrap-dh p.span {
    margin: 0;
    color: #000;
    font-size: 36px;
    padding-top: 25px;
}

@media (min-width: 766.01px) {
    .pc-flex {
        display: flex !important;
    }
    .col-6.col-mb-only {
        width: unset;
    }
    .email-input {
        padding-top: 2px;
    }
}
@media (max-width: 765px) {
    .list-tags {
        margin-top: 22px;
        margin-bottom: 14px;
        display: flex;
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
    }
    .tag-icon-title {
        width: auto;
        height: 30px;
        padding-right: 5px;
    }
    .list-tags-item.tags-title p {
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .tag-items {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 100%;
        margin-left: -5px;
        margin-right: -5px;
    }
    .tag-item {
        padding: 5px 22px;
        background-color: #FF9B64;
        text-align: center;
        color: #fff;
        border-radius: 50px;
        font-weight: 500;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 8px;
        cursor: pointer;
        font-size: 10px;
    }
    .tag-item:before {
        border-radius: 17.5px;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        background-color: unset;
    }
    .site-anhtt-form1-complete .wrap-dh {
        background-image: url(../img/column/cover_mb.png);
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: start;
        text-align: center;
        height: 31vw;
        flex-direction: column;
        background-position-x: center;
        background-position-y: top;
        margin-bottom: 22px;
    }

    .site-anhtt-form1-complete .wrap-dh p {
        margin: 0;
        font-size: 13px;
        width: 100%;
        font-weight: 300;
    }

    .site-anhtt-form1-complete .wrap-dh p.span {
        margin: 0;
        font-size: 20px;
        font-weight: 500;

    }
}
.site-anhtt-form1-complete {
    min-height: 100vh;
    padding-top: 45px;
    padding-bottom: 40px
}
.site-anhtt-form1-complete .entry-introduce{
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.site-anhtt-form1-complete .first-p {
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.05em;
    padding: 25px 15px 20px;
}
.site-anhtt-form1-complete .second-p {
    text-align: center;
    padding-top: 7px;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.4px;
}

.site-anhtt-form1-complete .orange-intro-p {
    color: #EA4000;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 5px;
}
.site-anhtt-form1-complete .normal-intro-p {
    font-weight: 100;
    margin-bottom: 30px;
    text-align: justify;
    letter-spacing: -0.02em;
}
p.normal-intro-p::first-letter {
    margin-left: -20px;
}
p.normal-intro-p{
    padding-left: 20px;
}
.site-anhtt-form1-complete .w-cta {
    text-align: center;
    padding: 15px 0 60px 0;
}
.site-anhtt-form1-complete .w-cta p {
    display: inline-block;
    margin: 0 auto 5px auto;
    padding-bottom: 20px;
    position: relative;
    color: #3264b4;
    font-size: 28px;
    font-weight: 500;
    padding-left: 8px;
}
.site-anhtt-form1-complete .w-cta p:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../img/intro/icon_title.png);
    height: 18px;
    width: 245px;
    background-size: cover;
    background-repeat: no-repeat;
}
.site-anhtt-form1-complete .w-cta span {
    background-color: #ffd228;
    font-size: 36px;
    color: #fff;
    height: 70px;
    line-height: 50px;
    padding: 10px 0;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 0;
    width: 521px;
}

.site-anhtt-form1-complete .w-cta2 {
    text-align: center;
    padding: 15px 0 50px 0;
}

.site-anhtt-form1-complete .w-cta2 p {
    display: inline-block;
    margin: 0 auto 5px auto;
    padding-bottom: 20px;
    position: relative;
    color: #3264b4;
    font-size: 28px;
    font-weight: 500;
    padding-left: 8px
}

.site-anhtt-form1-complete .w-cta2 p:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../img/intro/icon_title.png);
    height: 18px;
    width: 245px;
    background-size: cover;
    background-repeat: no-repeat
}

.site-anhtt-form1-complete .w-cta2 span {
    background-color: #fff;
    border: 5px solid #ffd228;
    font-size: 36px;
    color: #ffd228;
    height: 70px;
    line-height: 60px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0;
    width: 521px;
}


@media (max-width: 765px) {

    .sp-p-b-0 {
        padding-bottom: 0 !important;
    }
    .site-anhtt-form1-complete .entry-introduce{
        padding-bottom: 35px
    }
    .site-anhtt-form1-complete .first-p {
        text-align: justify;
        padding: 15px;
        font-size: 13px;
        font-weight: 100;
        letter-spacing: -0.02em;
    }
    .p-title-2 {
        font-size: 16px;
        font-weight: 500;
    }
    .site-anhtt-form1-complete .orange-intro-p {
        color: #ff733d;
        font-weight: 500;
        margin-bottom: 0;
        padding-left: 18px;
        padding-right: 0;
        font-size: 13.5px;
        line-height: 1.4;
        padding-bottom: 5px;
    }
    .site-anhtt-form1-complete .orange-intro-p::first-letter {
        margin-left: -19px;
    }
    .site-anhtt-form1-complete .normal-intro-p {
        font-weight: 100;
        padding-left: 16px;
        padding-right: 0;
        font-size: 12px;
        letter-spacing: -0.04em;
        margin-bottom: 15px;
        line-height: 1.4;
    }
    p.normal-intro-p::first-letter {
        margin-left: -15px;
    }


    .site-anhtt-form1-complete .w-cta {
        text-align: center;
        padding: 0;
        margin-bottom: 30px;
        margin-top: 16px;
    }

    .site-anhtt-form1-complete .w-cta p {
        display: inline-block;
        margin: 0 auto 0 auto;
        padding-bottom: 15px;
        position: relative;
        color: #3264b4;
        font-size: 15px;
        font-weight: 500;
        padding-left: 8px
    }

    .site-anhtt-form1-complete .w-cta p:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background-image: url(../../../2023_mobile/assets/img/intro/icon_title.png);
        height: 15px;
        width: 135px;
        background-size: contain;
        background-repeat: no-repeat
    }

    .site-anhtt-form1-complete .w-cta span {
        background-color: #ffd228;
        font-size: 19px;
        color: #fff;
        height: 45px;
        line-height: 45px;
        padding: 0 40px;
        display: inline-block;
        font-weight: 500;
        width: 273px;
    }

    .site-anhtt-form1-complete .w-cta2 {
        text-align: center;
        padding: 0
    }

    .site-anhtt-form1-complete .w-cta2 p {
        display: inline-block;
        margin: 0 auto 0 auto;
        padding-bottom: 15px;
        position: relative;
        color: #3264b4;
        font-size: 15px;
        font-weight: 500;
        padding-left: 8px;
    }

    .site-anhtt-form1-complete .w-cta2 p:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background-image: url(../../../2023_mobile/assets/img/intro/icon_title.png);
        height: 15px;
        width: 135px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .site-anhtt-form1-complete .w-cta2 span {
        background-color: #fff;
        border: 3px solid #ffd228;
        font-size: 19px;
        color: #ffd228;
        height: 45px;
        line-height: 40px;
        padding: 0 30px;
        display: inline-block;
        font-weight: 500;
        width: 273px;
    }
    .site-anhtt-form1-complete .second-p {
        text-align: center;
        padding-top: 7px;
        padding-bottom: 0;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: -1px;
        padding-left: 9px;
        padding-right: 9px;
    }

}
.site-anhtt-form1-complete h2.title {
    font-size: 36px;
    display: block;
    color: #3264be;
    margin-bottom: 23px;
    padding-bottom: 7px;
    border-bottom: 6px solid #3264be
}

.site-anhtt-form1-complete .entry-forms {
    border: 2px solid #539BF5;
    border-radius: 10px;
}

.site-anhtt-form1-complete .w-forms-step {
    padding-top: 30px;
    text-align: center
}

.site-anhtt-form1-complete .w-forms-step .w-step {
    padding: 0;
    margin-bottom: 25px
}

.site-anhtt-form1-complete .w-forms-step .w-step ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: center
}

.site-anhtt-form1-complete .w-forms-step .w-step li {
    display: inline-block;
    padding: 0 10px;
    position: relative
}

.site-anhtt-form1-complete .w-forms-step .w-step li:before {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/form/arrow.png);
    width: 8px;
    height: 15px;
}

.site-anhtt-form1-complete .w-forms-step .w-step li:last-child:before {
    display: none
}

.site-anhtt-form1-complete .w-forms-step .w-step .step {
    width: 58px;
    height: 58px;
    border-radius: 100px;
    background-color: #c8c8c8;
    padding-top: 18px
}

.site-anhtt-form1-complete .w-forms-step .w-step .step p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 500
}

.site-anhtt-form1-complete .w-forms-step .w-step .step span {
    color: #fff;
    font-size: 12px;
    margin: 0 auto
}

.site-anhtt-form1-complete .w-forms-step .w-step .step.step-active {
    background-color: #539bf5
}

.site-anhtt-form1-complete .w-forms-step .title-step {
    margin-bottom: 25px
}

.site-anhtt-form1-complete .w-forms-step .title-step p {
    margin-bottom: 0;
    color: #4191f4;
    font-size: 16px;
    font-weight: 500;
    display: none
}

.site-anhtt-form1-complete .w-forms-step .title-step p.step-active {
    display: block
}

.site-anhtt-form1-complete .w-forms-button {
    padding: 20px 35px 35px 110px;
    text-align: center
}

.site-anhtt-form1-complete .w-forms-button.w-forms-button2 {
    padding: 20px 35px 35px 35px;
    text-align: center
}

.site-anhtt-form1-complete .w-forms-button .form-link ul {
    list-style: none;
    padding: 0;
    margin-bottom: 15px
}

.site-anhtt-form1-complete .w-forms-button .form-link li {
    margin-right: 40px;
    display: inline-block
}

.site-anhtt-form1-complete .w-forms-button .form-link li:last-child {
    margin-right: 0
}


.site-anhtt-form1-complete .w-forms-button .form-link a {
    color: #0064ff;
    font-size: 16px;
    padding-left: 18px;
    position: relative;
    font-weight: 300;
}

.site-anhtt-form1-complete .w-forms-button .form-link a:before {
    position: absolute;
    content: url(../images/form/arw.png);
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.site-anhtt-form1-complete .w-forms-button .form-buttons button {
    background-color: #ff733d;
    height: 55px;
    line-height: 55px;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 0 35px;
    font-size: 14px;
    font-weight: 300;
}

.site-anhtt-form1-complete .w-forms-button .form-buttons button span {
    font-size: 21px;
    padding-left: 10px;
}

.site-anhtt-form1-complete .w-forms-button .form-buttons-2 {
    display: flex;
    justify-content: center;
    padding-top: 20px
}

.site-anhtt-form1-complete .w-forms-button .form-buttons-2 button {
    height: 50px;
    line-height: 50px;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 15px;
    margin: 0 12px;
    max-width: 350px;
    width: 100%
}

.site-anhtt-form1-complete .w-forms-button .form-buttons-2 button[type=button] {
    background-color: #bebebe
}

.site-anhtt-form1-complete .w-forms-button .form-buttons-2 button[type=submit] {
    background-color: #ff7844
}

.site-anhtt-form1-complete .w-forms-top {
    padding: 10px 30px;
    background-color: #539BF5;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.site-anhtt-form1-complete .w-forms-top .info p {
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 24px;
}

.site-anhtt-form1-complete .p-title-form {
    color: #000;
    padding: 5px 0 30px 0;
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 300;
}

.site-anhtt-form1-complete .w-forms {
    padding: 18px 45px 0 45px
}

@media (max-width: 765px) {

    .site-anhtt-form1-complete .w-forms-button .form-buttons button {
        background-color: #FF5900;
        height: 55px;
        line-height: 50px;
        color: #fff;
        border: none;
        border-radius: 45px;
        padding: 0 30px;
        font-size: 11px;
        font-weight: 500;
    }
    .site-anhtt-form1-complete .w-forms-button .form-buttons button span {
        font-size: 17px;
        font-weight: 500;
    }

    .site-anhtt-form1-complete .w-forms-button {
        padding: 35px;
    }
    .site-anhtt-form1-complete .w-forms-button .form-link a {
        font-size: 15px;
    }
    a.tel-anchor-tag {
        font-size: 15px;
    }
    .site-anhtt-form1-complete .p-title-form {
        color: #000;
        padding: 5px 0 30px 0;
        margin-bottom: 0;
        font-size: 12px;
    }
    .site-anhtt-form1-complete h2.title {
        color: #3264be;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 3px solid #3264be;
        padding-left: 15px;
        padding-right: 15px;
    }

    .site-anhtt-form1-complete .w-forms {
        padding: 20px 17px 15px 17px
    }
    .site-anhtt-form1-complete .entry-forms {
        border: 7px solid #91c3ff;
        border-radius: 0;
    }
    .site-anhtt-form1-complete .w-forms-top .info-mb p {
        font-size: 22px;
        font-weight: 500;
    }
    .site-anhtt-form1-complete {
        padding-top: 0;
    }
}
@media (max-width: 390px) {
    .site-anhtt-form1-complete .w-forms-step .w-step .step {
        width: 47px;
        height: 47px;
        border-radius: 100px;
        background-color: #c8c8c8;
        padding-top: 14px;
    }
    .site-anhtt-form1-complete .w-forms-step .w-step .step p {
        font-size: 11px;
    }
    .site-anhtt-form1-complete .w-forms-step .w-step .step span {
        font-size: 11px;
    }
}

.site-anhtt-form1-complete .w-forms .items {
    padding: 17px 0 2px 0
}
@media (max-width: 765px) {

    .site-anhtt-form1-complete .w-forms .items {
        padding: 5px 0 2px 0
    }
    .site-anhtt-form1-complete .w-forms .items {
        border-bottom: none
    }
    .site-anhtt-form1-complete .w-forms-top .info-mb {
        position: absolute;
        z-index: 2;
        left: 25px;
        top: 20px;
    }
}

.site-anhtt-form1-complete .w-forms .item {
    margin-bottom: 15px;
    display: flex;
    align-items: center
}

.site-anhtt-form1-complete .w-forms .item .label {
    width: 268px;
    text-align: left
}

@media (max-width: 765px) {
    .site-anhtt-form1-complete .w-forms .item {
        display: block;
    }
    .site-anhtt-form1-complete .w-forms .item .label {
        width: 100%
    }
}

.site-anhtt-form1-complete .w-forms .item .label p {
    margin-bottom: 0;
    color: #464646;
    font-size: 16px;
    font-weight: 500
}

@media (max-width: 765px) {
    .site-anhtt-form1-complete .w-forms .item .label p {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 5px;
    }
    .site-anhtt-form1-complete .w-forms.w-forms-confirm-mb .item .label p {
        font-size: 14px;
        font-weight: 100;
        margin-bottom: 5px;
    }
    .address-prefix {
        font-size: 20px;
        font-weight: 500;
        line-height: 55px;
    }
}

.site-anhtt-form1-complete .w-forms .item .label p span {
    height: 25px;
    line-height: 25px;
    width: 43px;
    text-align: center;
    margin-right: 10px;
    border-radius: 3px;
    background-color: #ff5151;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    font-family: Hiragino;
    margin-bottom: 0;
}

@media (max-width: 765px) {
    .site-anhtt-form1-complete .w-forms .item .label p span {
        height: 20px;
        line-height: 21px;
        width: 43px;
        text-align: center;
        margin-right: 8px;
        border-radius: 3px;
        background-color: #ff5151;
        color: #fff;
        display: inline-block;
        font-size: 12px;
        font-family: Hiragino;
        font-weight: 500;
    }
}

.site-anhtt-form1-complete .w-forms .item .label p span.no-active {
    background-color: #b6bfc5
}

.site-anhtt-form1-complete .w-forms .item .content {
    width: calc(100% - 268px);
    display: flex;
    align-items: center
}

.site-anhtt-form1-complete .w-forms .item .content.content-flex-column {
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
}

@media (max-width: 765px) {
    .site-anhtt-form1-complete .w-forms .item .content {
        width: auto
    }
}

.site-anhtt-form1-complete .w-forms .item .content p {
    margin-bottom: 0;
    font-weight: 500;
}

.site-anhtt-form1-complete .w-forms .item .content .row {
    flex-grow: 1
}

.site-anhtt-form1-complete .w-forms .item .content .col-center {
    display: flex;
    align-items: self-start;
}

.site-anhtt-form1-complete .w-forms .item .content .has-be {
    position: relative
}

.site-anhtt-form1-complete .w-forms .item .content .has-be:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 3px;
    background-color: #696969;
    right: -6px;
    top: 20px;
    transform: translateY(-50%)
}

.site-anhtt-form1-complete .w-forms .item .content .has-bes {
    position: relative
}

.site-anhtt-form1-complete .w-forms .item .content .has-bes:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 3px;
    background-color: #696969;
    right: -6px;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width: 765px) {

    .site-anhtt-form1-complete .w-forms .item .content .has-be:before {
        top: 27px;
    }

    .site-anhtt-form1-complete .w-forms .item .content .has-bes:before {
        right: -18px;
        top: 25px;
    }

    .site-anhtt-form1-complete .w-forms .item .content p {
        margin-bottom: 5px;
        font-weight: 500;
        font-size: 15px;
    }
}
.site-anhtt-form1-complete .w-forms .item .content .item-checkboxes strong {
    font-weight: 300;
}


@media (max-width: 765px) {
    .sp-flex {
        display: flex !important;
    }
    .site-anhtt-form1-complete .w-forms .item .content .item-checkboxes {
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    .site-anhtt-form1-complete #content-step-3 .item .content .item-checkboxes {
        margin-bottom: 10px
    }

    .site-anhtt-form1-complete .w-forms .item .content .item-checkboxes label {
        width: 100%
    }

    .site-anhtt-form1-complete .w-forms .item .content .item-checkboxes .item-checkbox {
        height: 60px;
        width: 100%;
        position: relative;
        padding: 0 20px
    }

    .site-anhtt-form1-complete .w-forms .item .content .item-checkboxes .item-checkbox strong {
        color: #539bf5;
        font-size: 15px;
        font-weight: 500;
        position: relative;
        z-index: 9;
        font-family: Hiragino;
    }

    .site-anhtt-form1-complete .w-forms .item .content .item-checkboxes .item-checkbox .span-mobiles {
        position: static;
        width: 0;
        height: 0;
        margin: 0;
        z-index: 1
    }

    .site-anhtt-form1-complete .w-forms .item .content .item-checkboxes .item-checkbox .span-mobiles:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 0 1px 2px #539bf5
    }

    .site-anhtt-form1-complete .w-forms .item .content .item-checkboxes .item-checkbox span {
        margin: 0 15px 0 0;
        width: 18px;
        height: 18px;
        border-radius: 3px;
        background-color: #fff;
        border: none;
        box-shadow: 0px 0px 1px 2.2px #539bf5;
        position: relative;
        z-index: 5
    }

    .site-anhtt-form1-complete .w-forms .item .content .item-checkboxes .item-checkbox span:before {
        content: '';
        width: 16px;
        height: 16px;
        background-color: #fff;
        position: absolute;
        left: 2px;
        top: 2px;
        border-radius: 100px;
        display: none;
        z-index: 1;
        transform: none;
    }

    .site-anhtt-form1-complete .w-forms .item .content .item-checkboxes .item-checkbox input {
        display: none
    }

    .site-anhtt-form1-complete .w-forms .item .content .item-checkboxes .item-checkbox input:checked ~ span {
        background-color: #539bf5
    }

    /*.site-anhtt-form1-complete .w-forms .item .content .item-checkboxes .item-checkbox input:checked ~ span:before {*/
    /*    display: block*/
    /*}*/

    .site-anhtt-form1-complete .w-forms .item .content .item-checkboxes .item-checkbox input:checked ~ span.span-mobiles:after {
        background-color: #539bf5
    }

    .site-anhtt-form1-complete .w-forms .item .content .item-checkboxes .item-checkbox input:checked ~ strong {
        color: #fff
    }
}

.site-anhtt-form1-complete .w-forms .item .content .item-radio {
    display: flex;
    align-items: center;
    margin-right: 17px
}

.site-anhtt-form1-complete .w-forms .item .content .item-radio label{
    font-weight: 300;
}

.site-anhtt-form1-complete .w-forms .item .content .item-radio span {
    margin: 0 10px 0 0;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background-color: #d2d2d3;
    border: 1px solid #717071;
    position: relative
}

@media (max-width: 765px) {
    .site-anhtt-form1-complete .w-forms .item .content .item-radio span {
        z-index: 5;
        border-color: #539bf5
    }
}

.site-anhtt-form1-complete .w-forms .item .content .item-radio span:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #717071;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100px;
    display: none;
    z-index: 1;
    transform: translate(-50%, -50%)
}

.site-anhtt-form1-complete .w-forms .item .content .item-radio input {
    display: none
}

.site-anhtt-form1-complete .w-forms .item .content .item-radio input:checked ~ span:before {
    display: block
}

.site-anhtt-form1-complete .w-forms .item .content .item-checkbox {
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 5px;
}

.site-anhtt-form1-complete .w-forms .item .content .item-checkbox label {
    font-size: 15px;
    font-weight: 500;
    color: #303030;
    line-height: 20px;
}

.site-anhtt-form1-complete .w-forms .item .content .item-checkbox span {
    margin: 0 10px 0 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/icon_checkbox_1.png);
    background-size: contain;
    background-repeat: no-repeat
}

.site-anhtt-form1-complete .w-forms .item .content .item-checkbox span:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #a7afb4;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
    display: none;
    z-index: -1
}

@media (max-width: 765px) {
    .site-anhtt-form1-complete .w-forms .item .content .item-checkbox span {
        width: 21px;
        height: 21px;
        background-image: unset;
    }
}

.site-anhtt-form1-complete .w-forms .item .content .item-checkbox input {
    display: none
}

.site-anhtt-form1-complete .w-forms .item .content .item-checkbox input:checked ~ span {
    background-image: url(../images/icon_checkbox_2.png)
}

@media (max-width: 765px) {
    .site-anhtt-form1-complete .w-forms .item .content .item-checkbox input:checked ~ span {
        background-image: url(../img/houjin/checked_blue.png)
    }

    /*.site-anhtt-form1-complete .w-forms .item .content .item-checkbox input:checked ~ span:before {*/
    /*    display: block*/
    /*}*/
}

@media (max-width: 765px) {
    .site-anhtt-form1-complete .w-forms .item .content .item-checkbox input:checked ~ p {
        color: #fff
    }
}

.site-anhtt-form1-complete .w-forms .item .content input {
    margin: 0
}

@media (max-width: 765px) {
    .site-anhtt-form1-complete .w-forms .item .content input {
        font-size: 15px
    }
}

.site-anhtt-form1-complete .w-forms .item .content a.btn-ref {
    background-color: #d2d2d3;
    height: 25px;
    border-radius: 5px;
    border: 1px solid #ababab;
    color: #686868;
    line-height: 25px;
    margin-bottom: unset;
    margin-top: 8px;
    min-width: 100px;
    text-align: center;
}

.site-anhtt-form1-complete .w-forms .item .content input[type=text], .site-anhtt-form1-complete .w-forms .item .content input[type=password] {
    height: 43px;
    border: solid 2px #539bf5;
    width: 100%;
    border-radius: 5px;
    padding: 0 20px;
    font-weight: 300;
}
.site-anhtt-form1-complete .w-forms .item .content textarea  {
    border: solid 2px #539bf5;
    width: 100%;
    border-radius: 5px;
    padding: 15px 20px;
    height: 180px;
    font-weight: 300;
}
.site-anhtt-form1-complete .w-forms .item .content input[type=text]::placeholder, .site-anhtt-form1-complete .w-forms .item .content input[type=password]::placeholder {
    font-style: normal;
    font-family: Hiragino;
}
.site-anhtt-form1-complete .w-forms .item .content textarea::placeholder {
    font-style: normal;
    font-family: Hiragino;
}
@media (max-width: 765px) {
    .site-anhtt-form1-complete .w-forms .item .content input[type=text], .site-anhtt-form1-complete .w-forms .item .content input[type=password] {
        height: 55px;
        padding: 0 10px;
    }

    .site-anhtt-form1-complete .w-forms .item .content input[type=text]::placeholder, .site-anhtt-form1-complete .w-forms .item .content input[type=password]::placeholder {
        font-weight: 300;
        font-size: 15px;
    }

    .site-anhtt-form1-complete .w-forms .item .content textarea::placeholder {
        font-weight: 300;
        font-size: 15px;
    }
    .site-anhtt-form1-complete .w-forms .item .content textarea {
        min-height: 160px;
        font-size: 15px;
    }
}

.site-anhtt-form1-complete .item-select {
    display: flex;
    align-items: center;
    padding-top: 5px;
    margin-bottom: 40px;
    float: right;
}

.site-anhtt-form1-complete .item-select label {
    width: 30px;
    text-align: right;
    font-size: 15px;
    color: #464646;
    font-weight: 300;
}

.site-anhtt-form1-complete .item-select .w-selects {
    flex-grow: 1;
    position: relative;
    width: 310px;
}

.site-anhtt-form1-complete .item-select .w-selects select {
    outline: 0;
    height: 45px;
    line-height: 45px;
    box-shadow: 0 0 1px 2px #50C55A;
    width: 100%;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    padding: 0 10px;
    font-weight: 300;
    font-size: 16px;
}

@media (max-width: 765px) {
    .site-anhtt-form1-complete .item-select .w-selects {
        width: unset;
    }
    .site-anhtt-form1-complete .item-select .w-selects select {
        height: 50px;
    }
    .site-anhtt-form1-complete .item-select {
        display: flex;
        align-items: stretch;
        flex-direction: column;
        width: 100%;
        padding: 10px 32px 0;
    }
}

.site-anhtt-form1-complete .item-select .w-selects select:focus {
    outline: 0
}

.site-anhtt-form1-complete .item-select .w-selects:before {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 6px;
    border-style: solid;
    border-width: 10px 8px;
    z-index: -1;
    border-color: #50C55A transparent transparent transparent
}

@media (max-width: 765px) {
    .site-anhtt-form1-complete .item-select .w-selects:before {
        bottom: 16px
    }
}

.site-anhtt-form1-complete .w-forms-mobile .step {
    display: none
}

.site-anhtt-form1-complete .w-forms-mobile .step.step-active {
    display: block
}

.site-anhtt-form1-complete .w-forms-mobile .w-forms .item {
    display: block
}

.site-anhtt-form1-complete .w-forms-mobile .w-forms .item .item-checkbox {
    display: flex;
    align-items: center;
    margin-right: 17px
}

.site-anhtt-form1-complete .w-forms-mobile .w-forms .item .item-checkbox label {
    font-size: 15px;
    font-weight: 500;
    color: #303030
}

.site-anhtt-form1-complete .w-forms-mobile .w-forms .item .item-checkbox span {
    margin: 0 10px 0 0;
    width: 25px;
    height: 25px;
    background-image: url(../images/icon_checkbox_1.png);
    background-size: cover;
    background-repeat: no-repeat
}

.site-anhtt-form1-complete .w-forms-mobile .w-forms .item .item-checkbox span:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #a7afb4;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
    display: none;
    z-index: -1
}

@media (max-width: 765px) {
    .site-anhtt-form1-complete .w-forms-mobile .w-forms .item .item-checkbox span {
        width: 21px;
        height: 21px;
        background-image: url(../images/icon_mobile2.png)
    }
}

.site-anhtt-form1-complete .w-forms-mobile .w-forms .item .item-checkbox input {
    display: none
}

.site-anhtt-form1-complete .w-forms-mobile .w-forms .item .item-checkbox input:checked ~ span {
    background-image: url(../images/icon_checkbox_2.png)
}

@media (max-width: 765px) {
    .site-anhtt-form1-complete .w-forms-mobile .w-forms .item .item-checkbox input:checked ~ span {
        background-image: url(../images/icon_mobile1.png)
    }

    .site-anhtt-form1-complete .w-forms-mobile .w-forms .item .item-checkbox input:checked ~ span:before {
        display: block
    }
}

.attention {
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 765px) {
    .site-anhtt-form1-complete .w-forms-mobile .w-forms .item .item-checkbox input:checked ~ p {
        color: #fff
    }
    .attention {
        font-size: 13px;
        margin-top: 5px;
    }
}

.site-anhtt-form1-complete .w-forms-mobile .col-xs-6 {
    width: 50%
}

.site-anhtt-form1-complete .w-forms-mobile .row-2 {
    margin: 0 -5px
}

.site-anhtt-form1-complete .w-forms-mobile .col-xs-4-2 {
    width: 33.33333%;
    padding: 0 5px
}

.site-anhtt-form1-complete .w-forms-mobile .col-xs-4 {
    width: 33.33333%
}

.site-anhtt-form1-complete .w-forms-mobile .form-link ul {
    list-style: none;
    padding: 0 0 0 70px;
    margin-bottom: 40px
}

.site-anhtt-form1-complete .w-forms-mobile .form-link li {
    display: block;
    margin-bottom: 30px
}

.site-anhtt-form1-complete .w-forms-mobile .form-link a {
    color: #0064ff;
    font-size: 16px;
    padding-left: 18px;
    position: relative
}

.site-anhtt-form1-complete .w-forms-mobile .form-link a:before {
    position: absolute;
    content: url(../images/form/arw.png);
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.site-anhtt-form1-complete .w-forms-mobile .w-space {
    display: flex;
    align-items: center
}

.site-anhtt-form1-complete .w-forms-mobile .w-space span {
    width: 35px;
    font-size: 18px;
    font-weight: 500;
    margin: 0
}

.site-anhtt-form1-complete .w-forms-mobile .w-forms-button-mobile {
    text-align: center;
    padding: 0 0 50px 0;
    display: flex;
    justify-content: center
}

.site-anhtt-form1-complete .w-forms-mobile .w-forms-button-mobile button {
    background-color: #ff733d;
    height: 55px;
    line-height: 55px;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 0 15px;
    font-size: 17px;
    max-width: 195px;
    margin: 0 15px;
    width: 100%;
    font-weight: 500;
}

.site-anhtt-form1-complete .w-forms-mobile .w-forms-button-mobile button.max-150 {
    max-width: 150px
}

.site-anhtt-form1-complete .w-forms-mobile .w-forms-button-mobile button.max-250 {
    max-width: 250px;
    font-size: 11px
}

.site-anhtt-form1-complete .w-forms-mobile .w-forms-button-mobile button.max-250 span {
    margin-bottom: 0
}

.site-anhtt-form1-complete .w-forms-mobile .w-forms-button-mobile button img {
    margin-right: 25px;
    margin-left: -5px;
}

.site-anhtt-form1-complete .w-forms-mobile .w-forms-button-mobile button span {
    font-size: 17px
}

.site-anhtt-form1-complete .w-forms-mobile .w-forms-button-mobile button[type=button] {
    background-color: #bebebe
}
.site-anhtt-form1-complete .w-forms-mobile .w-forms-button-mobile button.next-step-btn[type=button] {
    background-color: #ff5900
}

.site-anhtt-form1-complete .w-forms-mobile .w-forms-button-mobile button[type=submit] {
    background-color: #ff5900
}
.login-shop .login-shop-header  {
    background-color: #91c3ff;
    border-radius: 5px;
    padding: 15px 20px;
}

.login-shop .login-shop-header h2 {
    font-size: 24px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 300;
}

.login-shop .login-shop-notice {
    width: 725px;
    margin: 0 auto;
}

.login-shop .login-shop-notice p{
    font-weight: 300;
    font-size: 14px;
    padding: 30px 0px;
    margin-bottom: 0;
}

.login-shop .login-shop-body{
    width: 725px;
    margin: 0 auto;
    border: solid 2px #91c3ff;
    border-radius: 10px;
    padding: 50px 60px;
}

.login-shop .login-shop-body input[type=text],.login-shop .login-shop-body input[type=password] {
    padding: 22px 20px;
    border-radius: 5px;
    border-width: 2px;
}
.login-shop .login-shop-body input::placeholder {
    font-style: normal !important;
    font-weight: 300;
}

label.remember-shop-login {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 0;
    margin-top: 20px;
    justify-content: center;
}

label.remember-shop-login {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 0;
    margin-top: 20px;
    justify-content: center;
}
label.remember-shop-login  #login-checkbox-input:checked ~ span {
    background-image: url(../images/login_checked.png);
}

label.remember-shop-login  #login-checkbox-span {
    margin: 0 10px 0 0;
    width: 16px;
    height: 16px;
    background-image: url(../images/login_check.png);
    background-size: cover;
    background-repeat: no-repeat;
}
hr {
    background-color: #333232;
    height: 2px !important;
}
.login-shop .submi-notice {
    font-size: 14px;
    text-align: center;
    color: red;
    font-weight: 300;
    padding-bottom: 20px;
}

.login-shop .subs button {
    border: none;
    height: 50px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-family: Hiragino;
    width: 345px;
    background-color: #3264be;
}
.login-shop-footer {
    padding-top: 50px;
}
.login-shop-footer .login-shop-footer-top {
    background-color: #ffae8f;
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 30px;
}
.login-shop-footer .login-shop-footer-top span {
    font-size: 24px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 300;
}

.login-shop-footer .login-shop-footer-body span.notice-ft {
    font-weight: 300;
    font-size: 14px;
}
.login-shop-footer .w-cta {
    margin-top: 50px;
}
.login-shop-footer .w-cta p {
    display: inline-block;
    margin: 0 auto 5px auto;
    padding-bottom: 20px;
    position: relative;
    color: #3264b4;
    font-size: 28px;
    font-weight: 500;
    padding-left: 8px;
}
.login-shop-footer .w-cta p:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/icon_title.png);
    height: 20px;
    width: 290px;
    background-size: cover;
    background-repeat: no-repeat;
}
.login-shop-footer .w-cta span {
    background-color: #ffd228;
    font-size: 36px;
    color: #fff;
    height: 80px;
    line-height: 60px;
    padding: 10px 115px;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 0;
}


@media (max-width: 765px) {

    .site-anhtt-form1-complete h2.title.login-shop-title  {
        font-size: 20px;
        padding: 25px 20px 10px 15px;
        border-bottom: 4px solid #3264be;
        margin-bottom: 15px;
    }
    .container-login-shop {
        padding-left: 10px;
        padding-right: 10px;
    }
    .login-shop .login-shop-header  {
        background-color: #91c3ff;
        border-radius: 5px;
        padding: 10px 10px;
    }

    .login-shop .login-shop-header h2 {
        font-size: 16px;
        margin-bottom: 0;
        color: #fff;
        font-weight: 300;
    }

    .login-shop .login-shop-notice {
        width: 340px;
        margin: 0 auto;
    }

    .login-shop .login-shop-notice p{
        font-weight: 300;
        font-size: 12px;
        text-align: center;
        padding: 15px 0px;
    }

    .login-shop .login-shop-body{
        width: 100%;
        margin: 0 auto;
        border: solid 2px #91c3ff;
        border-radius: 10px;
        padding: 35px 15px;
    }

    .login-shop .login-shop-body input[type=text],.login-shop .login-shop-body input[type=password] {
        padding: 22px 20px;
        border-radius: 5px;
        border-width: 2px;
        margin-top: 0;
    }
    .login-shop .login-shop-body input::placeholder {
        font-style: normal !important;
        font-weight: 300;
    }
    label.remember-shop-login {
        justify-content: start;
        font-size: 13px;
    }
    label.remember-shop-login  #login-checkbox-input:checked ~ span {
        background-image: url(../images/login_checked.png);
    }

    label.remember-shop-login  #login-checkbox-span {
        margin: 0 10px 0 0;
        width: 16px;
        height: 16px;
        background-image: url(../images/login_check.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    hr {
        background-color: #333232;
        height: 2px !important;
        margin-bottom: 15px;
    }
    .login-shop .submi-notice {
        font-size: 13px;
        text-align: left;
        color: red;
        font-weight: 300;
        padding-bottom: 20px;
    }
    .login-shop .attention {
        margin-top: -10px;
        margin-bottom: 15px;
    }
    .login-shop .subs button {
        border: none;
        height: 55px;
        border-radius: 5px;
        color: #fff;
        font-size: 15px;
        font-weight: 300;
        font-family: Hiragino;
        width: 100%;
        background-color: #3264be;
    }
    .login-shop-footer {
        padding-top: 35px;
    }
    .login-shop-footer .login-shop-footer-top {
        background-color: #ffae8f;
        border-radius: 5px;
        padding: 5px 10px;
        margin-bottom: 20px;
    }
    .login-shop-footer .login-shop-footer-top span {
        font-size: 16px;
        margin-bottom: 0;
        color: #fff;
        font-weight: 300;
    }

    .login-shop-footer .login-shop-footer-body span.notice-ft {
        font-weight: 300;
        font-size: 12px;
    }
    .login-shop-footer .w-cta {
        margin-top: 15px;
    }
    .login-shop-footer .w-cta p {
        display: inline-block;
        margin: 0 auto 5px auto;
        padding-bottom: 15px;
        position: relative;
        color: #3264b4;
        font-size: 16px;
        font-weight: 500;
        padding-left: 8px;
    }
    .login-shop-footer .w-cta p:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background-image: url(../images/icon_title.png);
        height: 15px;
        width: 165px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .login-shop-footer .w-cta span {
        background-color: #ffd228;
        font-size: 20px;
        color: #fff;
        height: 45px;
        line-height: 25px;
        padding: 10px 0;
        display: inline-block;
        font-weight: 500;
        margin-bottom: 0;
        width: 300px;
    }
}
.site-anhtt-form1-complete .houjin-entry-form {
    border: none;
}
.site-anhtt-form1-complete .houjin-entry-form .w-forms {
    padding: 0px 84px 15px 84px;
}
table {
    border-collapse: collapse;
    border-radius: 1em;
    overflow: hidden;
    border: solid 2px;
}

th, td {
    padding: 1em;
    background: #fff;
    border-bottom: 2px solid white;
}
.houjin-forms-confirm .w-forms .items {
    border-left: solid 2px #979696;
    padding: 0;
    border-right: solid 2px #979696;
    border-top: solid 2px #979696;
}
.houjin-forms-confirm .w-forms .items.first-item {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.houjin-forms-confirm .w-forms .items.last-item {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom: solid 2px #979696;
}
.houjin-forms-confirm .w-forms .items .item{
    margin-bottom: 0;
}

.houjin-forms-confirm .w-forms .items .label{
    width: 198px;
}
.houjin-forms-confirm .w-forms .items .label p{
    text-align: center;
    color: #ff733d;
}
.houjin-forms-confirm .w-forms .items .content{

}

.houjin-forms-confirm .w-forms .items .content p{
    font-weight: 300;
    padding: 14px 0;
    border-left: solid 2px #979696;
    padding-left: 35px;
}
.houjin-forms-confirm .w-forms-button .form-buttons button.back-input {
    background-color: #bebebe;
    height: 55px;
    line-height: 55px;
    color: #fff;
    border: none;
    border-radius: 2px;
    padding: 0 35px;
    font-size: 21px;
    width: 310px;
    margin-right: 20px;
    font-weight: 500;
}
.houjin-forms-confirm .w-forms-button .form-buttons button {
    background-color: #ff733d;
    height: 55px;
    line-height: 55px;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 0 35px;
    font-size: 21px;
    width: 310px;
    font-weight: 500;
}
@media (max-width: 765px) {
    .title-mb-confirm h2{
        margin-bottom: 0;
        color: #4191f4;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        padding-bottom: 10px;
    }
    .title-mb-confirm p{
        text-align: center;
    }
    .site-anhtt-form1-complete .houjin-entry-form .w-forms {
        padding-left: 0;
        padding-right: 0;
        padding-top: 25px;
        border-left: solid 10px #91c3ff;
        border-right: solid 10px #91c3ff;
        padding-bottom: 100px;
    }
    .site-anhtt-form1-complete .w-forms.w-forms-confirm-mb .item {
        margin-bottom: 0;
        padding-top: 10px;
        border-top: solid 1px;
    }
    .w-forms.w-forms-confirm-mb .item .label {
        width: 100%;
        padding-bottom: 5px;
        border-bottom: solid 1px;
        padding-left: 20px;
        padding-right: 25px;
    }
    .w-forms.w-forms-confirm-mb .item .content p {
        padding-left: 70px;
        padding-right: 25px;
        padding-top: 10px;
        margin-bottom: 0;
        font-weight: 500;
        font-size: 14px;
    }
    .w-forms.w-forms-confirm-mb .items.last-item{
        padding-bottom: 10px;
        border-bottom: solid 1px;
    }
    .form-button-mb-only {
        padding: 20px 16px 50px 15px !important;
    }
    .form-button-mb-only .form-buttons{
        display: flex;
        justify-content: space-between;
    }
    .form-button-mb-only button {
        border-radius: 50px !important;
        font-size: 17px !important;
        height: 50px !important;
        line-height: 50px !important;
        min-width: 165px !important;
    }
    .form-button-mb-only button.back-input {
        border-radius: 50px !important;
        background-color: #bebebe !important;
        position: relative;
    }
    .form-button-mb-only button.back-input img {
        position: absolute;
        left: 15px;
        top: 18px;
        height: 15px;
    }
}
@media (max-width: 385px) {

    .form-button-mb-only button {
        min-width: 130px !important;
    }
}
.column-item {
    position: relative;
    padding: 35px 27px 25px 27px;
    border: solid 1px #999999;
    border-radius: 5px;
    box-shadow: 0px 0px 7px 3px rgb(0 0 0 / 20%);
    height: 100%;
}
.column-item .new-tag   {
    position: absolute;
    top: -12px;
    left: 22px;
    width: 80px;
}

.column-item img.pin {
    position: absolute;
    top: -25px;
    left: 50%;
    width: 35px;
}

@media (min-width: 765.1px) {
    .column-item-col{
        padding-bottom: 50px;
    }
    .column-item-col:nth-of-type(odd) {
        padding-right: 23px;
    }
    .column-item-col:nth-of-type(even) {
        padding-left: 23px;
    }
}
.column-cover {
    width: 100%;
    text-align: center;
    height: 265px;
    margin-bottom: 10px;
}
.column-cover img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}
.column-info {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.column-info .column-categories-all{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: calc(100% - 125px);
}
.column-info .column-tag {
    font-weight: 300;
    font-size: 12px;
    height: 25px;
    border: solid 1px #50C55A;
    border-radius: 25px;
    padding: 0 16px 0 16px;
    line-height: 23px;
    color: #50C55A;
    position: relative;
    margin-bottom: 5px;
    margin-right: 5px;
}
.column-detail .column-info .column-tag {
    font-size: 14px;
}

.column-info .column-tag img{
    position: absolute;
    left: 16px;
    top: 5px;
    height: 13px;
    display: none;
}
.column-info .column-tag-bottom {
    font-weight: 300;
    font-size: 12px;
    height: 25px;
    border-radius: 25px;
    background-color: #FF9B64;
    padding: 0 16px 0 16px;
    line-height: 25px;
    color: #fff;
    position: relative;
    margin-bottom: 5px;
    margin-right: 5px;
}
.column-detail .column-info .column-tag-bottom {
    font-size: 14px;
}

.column-info .column-date{
    font-weight: 300;
    font-size: 12px;
    color: #000;
    margin-top: 7px;
}
.column-title h3 {
    font-size: 18px;
    font-weight: 500;
    padding-top: 6px;
    line-height: 1.4;
    color: #FF7844;
    margin-bottom: 12px;
}
h1.post-title {
    font-size: 30px;
    font-weight: 500;
}
.column-intro {
    font-weight: 100;
    font-size: 14px;
    text-align: justify;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.column-intro p{
    font-size: 14px;
}
.column-reading {
    padding-top: 5px;
}
.column-reading a{
    font-weight: 300;
    font-size: 15px;
    color: #2D64F5;
    cursor: pointer;
}



.pagination {
    list-style: none;
    padding: 0;
}
.pagination li {
    display: inline;
    text-align: center;
}
.pagination a {
    float: left;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 12px;
    color: #303030;
    margin-left: -1px;
    border: 1px solid transparent;
    line-height: 1.5;
}
.pagination a.active {
    cursor: default;
}
.pagination a:active {
    outline: none;
}
.modal-3 a {
    margin-left: 3px;
    padding: 0;
    width: 26px;
    height: 26px;
    line-height: 26px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: solid 1px #BEBEBE;
    font-size: 12px;
}
.modal-3 a.next {
    padding: 0 10px;
    width: 57px;
    border-radius: 20px;
    text-align: left;
    position: relative;
}
.modal-3 a.prev {
    padding: 0 10px;
    width: 57px;
    border-radius: 20px;
    text-align: right;
    position: relative;
}
.modal-3 a.next:before {
    content: '';
    position: absolute;
    right: 2px;
    top: 6px;
    border-style: solid;
    border-width: 6px 7px;
    z-index: -1;
    border-color: transparent transparent transparent #BEBEBE;
}
.modal-3 a.prev:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    border-style: solid;
    border-width: 6px 7px;
    z-index: -1;
    border-color: transparent #BEBEBE transparent transparent;
}
.modal-3 a:hover {
    background-color: #BEBEBE;
    color: #fff;
}
.modal-3 a.active, .modal-3 a:active {
    background-color: #BEBEBE;
    color: #fff;
}

.column-detail .column-detail-top {
    padding: 33px 5px 0 15px;
}
#main-space1 {
    height: 10px;
    background: #ff7844;
}
.detail-mark-red {
    width: 77px;
    height: 7px;
    background-color: #E84341;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.post-detail-img-feature {
    width: 100%;
    height: auto;
}
.post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
    padding-bottom: 7px;
    border-bottom: 6px solid #FF7844;
    margin-bottom: 35px;
    margin-top: 35px;
    padding-left: 12px;
}
.w-cta-detail {
    padding-top: 30px !important;
}
.column-detail .date-weight {
    font-size: 14px;
}

.post-content h1 {
    font-size: 30px;
}
.post-content h2 {
    font-size: 26px;
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom: unset;
    background-color: #FFEBE1;
    border-left: solid 6px #FF7844;
    width: unset;
    display: inline-block;
    min-width: 80%;
}
.post-content h3 {
    font-size: 26px;
}
.post-content h4 {
    font-size: 24px;
    border-bottom: 4px;
    border-bottom-style: dotted;
    border-bottom-color: #FF7844;
}
.post-content h5 {
    font-size: 20px;
    border-bottom: unset;
    color: #FF7844;
}
.post-content h6 {
    font-size: 18px;
}

.post-content p {
    font-size: 16px;
    padding-left: 12px;
}
.tag-header img {
    width: 40px;
    height: auto;
    padding-right: 10px;
}
.tag-header-info {
    justify-content: start !important;
}
.tag-header  {
    font-weight: 500;
    font-size: 16px;
    align-items: center;
}
.column-categories-all.list-tags {
    padding-left: 30px;
    margin-top: unset;
    margin-bottom: unset;
}
.linkcard {
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 11px 1px rgba(0,0,0,.2);
    border-radius: 8px;
    margin: 30px 15px;
    position: relative;
}
.lkc-info {
    display: none;
}
.lkc-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.lkc-url {
    display: none;
}
img.lkc-thumbnail-img {
    min-width: 255px;
    height: auto;
    max-height: 300px;
    margin-right: 25px;
}
.lkc-content>.lkc-title {
    display: none;
}
.lkc-content>.lkc-excerpt {
    display: none;
}
.lkc-content .content-body{
    font-size: 13px;
    padding-left: 25px;
    width: calc(100% - 255px);
}
.lkc-content figure{
    min-width: 255px;
    height: 170px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 255px;
    margin: 0;
}
.lkc-title-text {
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 15px;
    color: #000;
}
.content-des-detail {
    font-weight: 300;
    font-size: 13px;
    color: #000;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
    line-height: 15px;
}
.related-post {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 35px;
    background-color: #FF7844;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    border-top-left-radius: 7px;
}

@media (max-width: 765px) {
    .column-content {
        padding: 0 30px;
    }
    .column-content.column-detail {
        padding: 0 ;
    }
    .column-detail .column-detail-top {
        padding: 17px 18px 0 18px;
    }
    h1.post-title {
        font-size: 19px;
        line-height: 1.3;
    }
    .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
        padding-bottom: 5px;
        border-bottom: 3px solid #FF7844;
        margin-bottom: 20px;
        margin-top: 20px;
        margin-left: -7.5px;
        margin-right: -7.5px;
        padding-left: 13px;
    }
    .post-content h2{
        font-size: 19px;
    }

    .post-content h2 {
        font-size: 17px;
        padding-top: 11px;
        padding-bottom: 11px;
        border-bottom: unset;
        background-color: #FFEBE1;
        border-left: solid 3px #FF7844;
        display: block;
        min-width: unset;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 10px;
    }
    .post-content h3 {
        font-size: 16px;
    }
    .post-content h4 {
        font-size: 15px;
        border-bottom: 3px;
        border-bottom-style: dotted;
        border-bottom-color: #FF7844;
    }
    .post-content h5 {
        font-size: 14px;
        border-bottom: unset;
        color: #FF7844;
    }
    .post-content h6 {
        font-size: 14px;
    }

    .post-content p {
        font-size: 13px;
        padding-left: 6px;
    }
    .column-info.align-items-center {
        align-items: start !important;
    }
    .detail-mark-red {
        width: 54px;
        height: 4px;
        background-color: #E84341;
        border-radius: 5px;
        margin-top: 10px;
        margin-bottom: 12px;
    }
    .content-detail {
        padding: 0 7.5px;
    }
    .column-item {
        position: relative;
        padding: 25px 20px 17px 20px;
        margin-bottom: 27px;
        height: unset;
    }
    .column-item .new-tag {
        position: absolute;
        top: -8px;
        left: 20px;
        width: 53px;
    }
    .column-item img.pin {
        position: absolute;
        top: -17px;
        left: 50%;
        width: 24px;
    }
    .column-cover {
        height: 181px;
    }
    .column-info .column-tag {
        font-weight: 300;
        font-size: 9px;
        height: 17px;
        border: solid 1px #50C55A;
        border-radius: 25px;
        padding: 0 7px 0 7px;
        line-height: 16px;
        color: #50C55A;
        position: relative;
    }

    .column-detail .column-info .column-tag {
        font-size: 10px;
    }
    .column-info .column-tag img {
        position: absolute;
        left: 9px;
        top: 3px;
        height: 9px;
    }

    .column-info .column-tag-bottom {
        font-weight: 300;
        font-size: 9px;
        height: 17px;
        background-color: #FF9B64;
        border-radius: 25px;
        padding: 0 7px 0 7px;
        line-height: 16px;
        color: #fff;
        position: relative;
    }
    .column-detail .column-info .column-tag-bottom {
        font-size: 10px;
    }

    .column-info .column-date {
        font-size: 10px;
        margin-top: 0px;
    }
    .column-title h3 {
        font-size: 13px;
    }
    .column-intro {
        font-weight: 100;
        font-size: 12px;
        width: 100%;
        line-height: 1.2;
    }
    .column-intro p{
        font-weight: 100;
        font-size: 12px;
        width: 100%;
        line-height: 1.2;
    }
    .lkc-content figure {
        min-width: 130px;
        max-width: 130px;
        height: 85px;
    }
    .sp-w-100 {
        width: 100%;
    }
    .pagination {
        justify-content: center;
    }
    .tag-header-info {
        flex-direction: column !important;
    }

    .tag-header  {
        font-weight: 500;
        font-size: 14px;
        align-items: center;
        padding-bottom: 10px;
    }
    .tag-header img {
        height: 35px;
        width: auto;
        padding-right: 10px;
    }
    .column-categories-all.list-tags {
        padding-left: 0;
    }
    .column-categories-all.list-tags .column-tag-bottom {
        padding-left: 15px;
        padding-right: 15px;
        height: 22px;
        line-height: 22px;
    }
    .column-info .column-categories-all.list-tags {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 100%;
    }


    .linkcard {
        padding: 10px;
        background-color: #fff;
        box-shadow: 0 0 11px 1px rgba(0,0,0,.2);
        border-radius: 8px;
        margin: 20px 10px;
        position: relative;
    }
    .lkc-info {
        display: none;
    }
    .lkc-content {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .lkc-url {
        display: none;
    }
    img.lkc-thumbnail-img {
        min-width: 122px;
        height: auto;
        max-height: 150px;
        margin-right: 15px;
    }
    .lkc-content>.lkc-title {
        display: none;
    }
    .lkc-content>.lkc-excerpt {
        display: none;
    }
    .lkc-content .content-body{
        font-size: 13px;
        width: unset;
    }
    .lkc-title-text {
        font-weight: 500;
        font-size: 12px;
        padding-bottom: 15px;
        line-break: anywhere;
    }
    .content-des-detail {
        display: none;
    }
    .related-post {
        position: absolute;
        top: 0;
        left: 0;
        width: 55px;
        height: 22px;
        background-color: #FF7844;
        color: #fff;
        font-weight: 300;
        font-size: 10px;
        text-align: center;
        line-height: 22px;
        border-top-left-radius: 7px;
    }
}
#toc_container li,#toc_container ul {
    margin: 0;
    padding: 0
}

#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li {
    background: 0 0;
    list-style-type: none;
    list-style: none
}

#toc_container.have_bullets li {
    padding-left: 12px
}

#toc_container ul ul {
    margin-left: 1.5em
}

#toc_container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 1em;
    width: auto;
    display: table;
    font-size: 95%;
    padding-left: 14px;
}

#toc_container.toc_light_blue {
    background: #EFEFEF
}

#toc_container.toc_white {
    background: #fff
}

#toc_container.toc_black {
    background: #000
}

#toc_container.toc_transparent {
    background: none transparent
}

#toc_container p.toc_title {
    text-align: left;
    font-weight: 500;
    margin: 0;
    padding: 0;
    font-size: 18px;
}

#toc_container.toc_black p.toc_title {
    color: #aaa
}

#toc_container span.toc_toggle {
    font-weight: 400;
    font-size: 90%
}
#toc_container span.toc_toggle a{
    font-weight: 300;
    font-size: 14px;
}

#toc_container p.toc_title+ul.toc_list {
    margin-top: 1em
}
#toc_container p.toc_title+ul.toc_list a {
    color: #303030;
    font-size: 16px;
    font-weight: 300;
}
#toc_container p.toc_title+ul.toc_list a span{
    color: #303030;
    font-size: 16px;
    font-weight: 300;
}

.toc_wrap_left {
    float: left;
    margin-right: 10px
}

.toc_wrap_right {
    float: right;
    margin-left: 10px
}

#toc_container a {
    text-decoration: none;
    text-shadow: none
}

#toc_container a:hover {
    text-decoration: underline
}

.toc_sitemap_posts_letter {
    font-size: 1.5em;
    font-style: italic
}
@media (max-width: 765px) {
    #toc_container p.toc_title {
        font-size: 13px;
        font-weight: 300;
    }
    #toc_container span.toc_toggle a {
        font-size: 12px;
    }
    #toc_container p.toc_title+ul.toc_list a, #toc_container p.toc_title+ul.toc_list a span {
        font-size: 13px;
    }
}
.post-content table {
    border: 2px solid #c2c2c2;
    border-radius: 0 !important;
}
.post-content table td, .post-content table th, .post-content table tr {
    border: 2px solid #c2c2c2;
    padding: 7px 5px;
    font-family: Hiragino;
    border-radius: 0 !important;
}
