﻿/*backgroud*/

.dung_suckhoe{
    background:#fff;
}
/*End*/
/*Display none*/
.hb_mobile {
    display: none;
}
#common_footer {
    display: none;
}
.hb_NMBH {
    display: none;
}

    .hb_NMBH.active {
        display: block;
    }

.hb_NMBH {
}

.hb_NTL {
    display: none;
}

    .hb_NTL.active {
        display: block;
    }

.hb_masothue {
    display: none;
}

    .hb_masothue.active {
        display: block;
    }

.hb_cmt.hidden {
    display: none;
}

.hb_Nsinh.hidden {
    display: none;
}

.hb_show {
    display: block;
}

.hb_hide {
    display: none;
}
#hb_ttmobile {
    display: none;
}
.hb_progress {
    display: none
}
.Upa_ccon {
    display: none;
}

    .Upa_ccon.active {
        display: block;
    }

.hb_upa_mua {
    display: none;
}

    .hb_upa_mua.active {
        display: block;
    }
#UPa_ds {
    display: none;
    width: 100%;
}
.active{
    display:block !important;
}
/*--- css chi tiết sản phẩm ---*/
.dung_suckhoe {
}

.block_content_wrapper_firstfold {
    position: relative;
    margin: 0 0 20px !important;
}

    .block_content_wrapper_firstfold h1 {
        color: #fff !important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        line-height: unset !important;
        margin: unset !important;
        padding-top: 0 !important;
        width: 100%;
    }
/* Style the tab */
.tab {
    overflow: hidden;
    display: flex;
}

@media (min-width:618px) {
    .tab {
        overflow: hidden;
        /*
            -webkit-box-shadow: 0 1px 2px #bfbfbf;
            box-shadow: 0 1px 2px #bfbfbf;
        */
    }
}
/* Style the buttons inside the tab */
.tab .tablinks {
    transition: 0.3s;
    position: relative;
    margin-right: 0;
    padding: 10px 3px;
    font-size: 1.2rem;
    height: 100%;
    background: #fff;
    width: 100%;
    text-transform: uppercase;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
}
    .tab .tablinks:first-child {
        border-left: none;
        border-right: none;
    }
    .tab .tablinks:last-child {
        border-left: none;
        border-right: none;
    }
    .tab .tablinks div svg {
        width: 19px;
        height: 19px;
        display: none;
        fill: #a5a5a5;
    }

    .tab .tablinks.active div svg {
        fill: #004aaf;
    }

    .tab .tablinks:after {
        content: "";
        height: 4px;
        width: 100%;
        position: absolute;
        bottom: -1px;
        left: 0;
        border-radius: 3px;
        background-color: #004aaf;
        z-index: 1;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: -webkit-transform .25s ease-in-out;
        transition: -webkit-transform .25s ease-in-out;
        -o-transition: transform .25s ease-in-out;
        transition: transform .25s ease-in-out;
        transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
    }


    .tab .tablinks:hover:after {
        content: "";
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }

    /* Create an active/current tablink class */


    .tab .tablinks.active:after {
        content: "";
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
.hb_tablinks {
    display: block;
    border: 0;
    padding: 5px 15px;
    margin: 0 5px 5px 0;
    color: #000;
    text-align: center;
    float: left;
    cursor: pointer;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    border-radius: 3px;
    background: #fff;
}
.hb_tablinks.active {
    display: block;
    opacity: 1;
    background: #fff;
    color: #004aaf;
    margin-bottom: -1px;
    padding-bottom: 5px;
    -webkit-box-shadow: none;
    box-shadow: 0 3px 13px -2px rgb(0 0 0 / 24%);
    border-bottom: 0;
    position: relative;
    z-index: 9;
    border-radius: 3px 3px 0 0;
    padding: 5px 15px;
    margin: 0 5px 5px 0;
}
.hb_leftSection .hb_tablinks.active {
    margin: 0 5px 0px 0;
}

.tab button {
    outline: none;
}
/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    /*
            -webkit-box-shadow: 0 1px 2px #bfbfbf;
            box-shadow: 0 1px 2px #bfbfbf;
        */
    border-top: none;
    margin-bottom: 15px;
}

.under-title {
    font-size: 19px;
    color: #004aaf;
    font-weight: 700;
    margin-top: 7px;
}

    .under-title span {
        display: inline-block;
        margin-bottom: 5px;
        padding: 5px 0;
        position: relative;
        text-transform: uppercase;
    }

    .under-title small {
        font-size: 14px;
        color: grey;
        font-weight: 400;
        margin-left: 3px;
    }

    .under-title span::after, .under-title span::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        width: 30%;
        height: 3px;
        background: red;
        z-index: 2;
    }

    .under-title span::after {
        width: 100%;
        background: #004aaf;
        z-index: 1;
    }

.breadcrumbinner {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    box-shadow:0 3px 13px -2px rgb(0 0 0 / 24%);
    margin-bottom: 15px;
    /*
            -webkit-box-shadow: 0 1px 2px #bfbfbf;
            box-shadow: 0 1px 2px #bfbfbf;
        */
}

    .breadcrumbinner ul.breadcrumb {
        width: unset !important;
        margin: unset;
        max-width: unset;
        border-bottom: unset !important;
    }

#phibaohiem {
}
.breadcrumbinner ul.breadcrumb {
    margin-bottom: 0px !important;
}

.dung_suckhoe p, .dung_suckhoe li {
    line-height: 2;
}

.dung-btn {
    max-width: 100%;
    font-size: 16px;
    color: #fff !important;
    text-align: center;
    background: #0065ff;
    display: block;
    padding: 9px 23px;
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: unset !important;
}

    .dung-btn:hover {
        color: #fff !important;
    }
.table-ctr {
    border: 1px solid #004aaf;
    width: 100%;
    vertical-align: middle;
}

.forum-tb, tr {
    border: 1px solid #d2dadf;
    outline: 0;
}

.table-ctr th {
    background: 0 0;
    color: #004aaf;
    padding: 10px;
    border-bottom: 1px solid #004aaf;
    text-transform: uppercase;
}

.table-ctr .align-left {
    text-align: left;
}

.table-ctr th {
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #004aaf;
    position: relative;
    overflow: hidden;
}

.table-ctr td {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #004aaf;
    position: relative;
    overflow: hidden;
}

.table-ctr ul {
    margin: 0;
}

    .table-ctr ul li {
        padding: 10px;
    }

#ctr_quyenloi ul, .block-post ul {
    /*padding-left: 10px !important;*/
}

    #ctr_quyenloi ul li {
        list-style-image: url(../../assets/frontend/images/list-image.png);
        margin-left: 20px;
        margin-bottom: 8px;
        padding-left: 8px;
        line-height: 1.5em;
    }

.info-product .tab-content .text-center h4 {
    font-weight: 700;
}

.download-app img {
    margin: 0 5px;
    max-width: 100px;
    max-height: 100px;
    height: 45px;
}
.rightSection.webp .block_content_wrapper.widgetMobile {
    display: none;
}
/*--- End chi tiết sản phẩm ---*/

/*--- css sản phẩm ---*/

/*-- Css thanhtoans--*/
input[type=checkbox] {
    min-width: 16px;
    min-height: 16px;
    margin-right: 5px;
}

.hb_removeclass .col:nth-child(1) {
    padding-left: 0;
}

.hb_removeclass .col:nth-child(2) {
    padding-right: 0;
}

.hb_mobile {
    display: none;
}

.form-step-active {
    display: block !important;
}

.hb_thongtinphis {
}
    .hb_thongtinphis .col-lg-6.col-md-12 .form-group:nth-child(1) {
        padding-left: 0;
        padding-right: 10px;
    }

    .hb_thongtinphis .col-lg-6.col-md-12 .form-group:nth-child(2) {
        padding-left: 10px;
        padding-right: 0;
    }
.hb_title_form {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.hb_price_voucher {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.voucher_price {
    color: #004aaf;
    font-size: 14px;
}

span.sale_price {
    font-size: 14px;
    color: #464646;
}

.voucher_price {
    font-weight: 700;
}

    .voucher_price .price {
        margin-right: 5px;
    }

.hb_voucer .form-group {
    margin-bottom: 0.5rem;
}

.hb_loaikh {
    padding: 0 15px;
}

#UPa_kh .hb_pc {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.hb_left_padding {
    padding-left: 0;
    padding-right:5px;
}

.hb_right_padding {
    padding-right: 0;
    padding-left:5px;
}
.hb_ttcx .col-md-3.col-sm-12{
    padding-right:0;
}
.hb_NMBH .col-md-3.col-sm-12 {
    padding-right: 0;
}

.hb_left_padding .input_label {
    left: 10px !important;
}

.hb_right_padding .input_label {
    left: 20px !important;
}

.hb_vcMD {
    display: flex;
}
/*-- End thanhstoans-- */
.inputFileWrap {
    border-radius: 5px;
    border: 1px #004aaf dashed;
    background: #004aaf2b;
    padding: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .inputFileWrap .inputfile {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

        .inputFileWrap .inputfile + label {
            line-height: 1.1;
            color: #004aaf;
            margin-bottom: 0;
            font-size: 15px;
            font-weight: 700;
            position: relative;
            padding-top: 32px;
            cursor: pointer;
            text-align: center;
        }

            .inputFileWrap .inputfile + label::after {
                content: '';
                position: absolute;
                background: url(../images/addfile.svg);
                background-size: 35px 26px;
                width: 35px;
                height: 26px;
                left: calc(50% - 17px);
                top: 4px;
            }

.title-form {
    font-size: 20px;
    margin-bottom: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #004aaf;
    clear: both;
    margin-bottom: 10px;
}

.require {
    color: red;
    margin-left: 1px;
}

.form-group .input_label, .form-group .standard_label {
    position: absolute;
    background: 0 0;
    top: -10px;
    left: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #80868b;
    font-size: 12px;
    font-weight: 400;
    max-width: calc(100% - (2 * 8px));
    overflow: hidden;
    padding: 0 8px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    white-space: nowrap;
    width: auto;
    pointer-events: none;
    z-index: 9;
    line-height: 18px;
}

    .form-group .input_label::after, .form-group .standard_label::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 4px;
        left: 0;
        background: #fff;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.content-bill {
    padding-top: 36px;
    font-weight: 700;
    /*border: 1px solid #ccc;*/
    box-shadow:0 3px 13px -2px rgb(0 0 0 / 24%);
    padding: 15px;
    border-radius: 5px;
    background: #fff;
}
.form-control:disabled {
    background-color: white;
}

.icon-voucher {
    width: 32px;
    height: 22px;
    display: inline-block;
    background: url(https://emic.vn/images/icon/coupon.png) no-repeat center center;
    background-size: cover;
    margin-right: 5px;
}

.col-12.regular-font.text-note.align-center {
    margin-bottom: 15px;
}

.form-inline {
    margin-bottom: 15px;
}

    .form-inline .form-check-input {
        margin-left: 10px;
        margin-right: 10px;
    }

.form-check-label {
    padding-left: 1.9rem;
    margin-bottom: 0;
}

.select2 {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

@media (max-width:618px) {
    .col-12 {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.fas, .fa {
    margin-right: 5px;
}

.tt_detail_left {
	margin-bottom: 20px;
    padding: 15px;
    box-shadow:0 3px 13px -2px rgb(0 0 0 / 24%);
    border-radius: 5px;
    background: #fff;
}

#UPa_kh .col-md-3.col-sm-12 .form-group, #UPa_kh .col-md-6.col-sm-12 .form-group {
    position: relative;
}

    #UPa_kh .col-md-3.col-sm-12 .form-group .input_label, #UPa_kh .col-md-6.col-sm-12 .form-group .input_label {
        left: 10px;
    }

.content-bill .align-right {
    text-align: right;
}

.content-bill .regular-font {
    text-align: left;
}

.name-bill-column {
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #3a454d;
    margin-bottom: 10px;
    text-align: left;
}

#hb_ttmobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #004aaf;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

    #hb_ttmobile .hb_button_nexts a,
    #hb_ttmobile .hb_button_backs a,
    #hb_ttmobile i.fas {
        color: #fff;
    }

    #hb_ttmobile a {
        display: flex;
        align-items: center;
    }

.hb_button_backs,
.hb_button_nexts {
    display: flex;
}

.hb_button_backs {
    padding-left: 0;
}

.hb_button_nexts {
    padding-right: 0;
    justify-content: flex-end;
}

    .hb_button_nexts a span {
        margin-right: 5px;
    }

    .hb_button_nexts a i.fas {
        margin-right: 0;
    }

.hb_tong_chiphis {
    text-align: center;
}

    .hb_tong_chiphis span.name-bill-column {
        font-weight: 400;
        color: #fff;
    }

    .hb_tong_chiphis .price {
        font-size: 9px;
        position: absolute;
    }

#common_footer {
    display: none;
}
/* Progressbar */
.progressbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    counter-reset: step;
    margin: 0 1rem 3rem;
    width: 100%;
}

    .progressbar::before,
    .progress {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 1px;
        width: 100%;
        background-color: black;
        z-index: 0;
        opacity: 0.5;
    }

.progress {
    background-color: #004aaf;
    width: 0%;
    transition: 0.3s;
}

.progress-step {
    width: 1.8rem;
    height: 1.8rem;
    background-color: white;
    border: 1px solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

    .progress-step::before {
        counter-increment: step;
        content: counter(step);
    }

    .progress-step::after {
        content: attr(data-title);
        position: absolute;
        top: calc(100% + 0.5rem);
        font-size: 0.85rem;
        color: #666;
        white-space: nowrap;
    }

.progress-step-active {
    background-color: #004aaf;
    color: #f3f3f3;
}
#friendform{
    margin-bottom:30px;
}
.hb_title{
    margin: 20px 0;
}
    .hb_title h1 {
        font-size: 32px;
        line-height: 30px;
        margin: 0 0 20px;
        letter-spacing: .024em;
        font-weight: 700;
        padding-top: 10px;
        color: #253858;
    }
#hb_ttmobile {
    display: none;
}

#hb_ttmobile {
    position: fixed;
    bottom: 0;
    border-radius: 10px 10px 0 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #004aaf;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

    #hb_ttmobile .hb_button_nexts a,
    #hb_ttmobile .hb_button_backs a,
    #hb_ttmobile i.fas {
        color: #fff;
    }

    #hb_ttmobile a {
        display: flex;
        align-items: center;
    }

.hb_button_backs,
.hb_button_nexts {
    display: flex;
}

.hb_button_backs {
    padding-left: 0;
}

.hb_button_nexts {
    padding-right: 0;
    justify-content: flex-end;
}

    .hb_button_nexts a span {
        margin-right: 5px;
    }

    .hb_button_nexts a i.fas {
        margin-right: 0;
    }

.hb_tong_chiphis {
    text-align: center;
}

    .hb_tong_chiphis span.name-bill-column {
        font-weight: 400;
        color: #fff;
    }

    .hb_tong_chiphis .price {
        font-size: 9px;
        position: absolute;
    }

.btn-link {
    border: none;
    background: 0 0;
    color: #007bff;
    cursor: pointer;
    font-size: 18px;
    text-decoration: underline;
    outline: 0;
}
.hb_input_group {
    margin-right: 15px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 1px 0px 10px 1px #ccc;
}

    .hb_input_group p {
        display: flex;
        justify-content: space-between;
        color: #212529;
    }

.mic-btn-base {
    background: #004aaf !important;
    color: #fff !important;
    padding: 5px 15px;
    padding: 5px 15px;
    font-weight: 700;
    border-radius: 0;
    text-transform: uppercase;
    font-family: Arial,helvetica,sans-serif;
}

.hb_module_chitiet {
    position: relative;
}
.hb_tabcontent {
    padding: 10px 15px;
    background: #fff;
    margin: 0;
    width: auto;
    border-radius: 0 0 10px 10px;
    border-radius: 0 10px 10px 10px;
    box-shadow: 0 3px 13px -2px rgb(0 0 0 / 24%);
    margin-top: -1px;
    display: none;
    -webkit-animation: fadeInLeft .4s ease-out;
    animation: fadeInLeft .4s ease-out;
}
#UPa_hl .hb_row .form-group.col-md-6.col-sm-12:nth-child(1){
    padding-left:0;
    padding-right:10px;
}
#UPa_hl .hb_row .form-group.col-md-6.col-sm-12:nth-child(2) {
    padding-left: 10px;
    padding-right: 0px;
}
#ctl00_ContentPlaceHolder1_UPa_dkbs .form-group.col-md-6.col-sm-12 .form-inline{
    margin-bottom:0;
}
.hb_row .col-lg-6.col-md-12 .form-group.col-md-6.col-sm-12:nth-child(1) {
    padding-left: 0;
    padding-right: 10px;
    margin-bottom: 0;
}
.hb_row .col-lg-6.col-md-12 .form-group.col-md-6.col-sm-12:nth-child(2) {
    padding-left: 10px;
    padding-right: 0;
    margin-bottom: 0;
}
.hb_row .col-lg-6.col-md-12:nth-child(2) .form-group {
    margin-bottom: 0;
    width:100%;
}
.css_divb {
    overflow-x: scroll;
    width: 100%;
}
#UPa_ds .mt-1{
    display:flex;
}
    #UPa_ds .mt-1.input_label-auto.pdl0 {
        font-size:15px;
    }
.hb_nmbh_cccd{
    display:flex;
}
    .hb_nmbh_cccd .col-23 {
        margin-bottom: -15px;
    }
.hb_goptruong{
    display:flex;
}
.hb_gioitinh, .hb_email {
    padding: 0;
}
.hb_gioitinh{
    padding-right:5px;
}
.hb_email{
    padding-left:5px;
}
#UPa_ds .mt-1 .input_label-auto{
    font-size:15px;
}
.hb_tbb .input-camera {
    border-radius: 5px;
    border: 1px #004aaf dashed;
    background: #004aaf2b;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hb_tbb .col-13 {
    width: 40%;
    padding-left: 10px;
    max-width: 100%;
}

.hb_tbb .col-23 {
    width: 60%;
    padding-right: 10px;
    max-width: 100%;
}

.hb_tbb .input-camera .ic-wrap {
    text-align: center;
}

.hb_tbb .input-camera img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.hb_tbb{
    display:flex;
}

.input-camera span {
    color: #004aaf;
    display: block;
    font-size: 12px;
}
.hb_tbb .col-13{
    margin-bottom:15px;
}
.hb_NMBH .col-md-6.col-sm-12 .form-group {
    position: relative;
}
    .hb_NMBH .col-md-6.col-sm-12 .form-group .input_label {
        left:10px;
    }
.hb_add_mobile{
    display:flex;
    width:100%;
}
.hb_add_inner:nth-child(1) {
    width: 60%;
    padding-right: 10px;
    max-width: 100%;
}
.hb_add_inner:nth-child(2) {
    width: 40%;
    padding-left: 10px;
    max-width: 100%;
    margin-bottom: 15px;
}
.hb_add_inner .col-13{
    height:100%;
}
.hb_inputFileWrap{
    margin-bottom:15px;

}
    .hb_inputFileWrap .inputFileWrap{
        height:100%;
    }
.hb_nmbh_cccd .col-13 {
    width: 40%;
    padding-left: 10px;
    max-width: 100%;
}
.hb_nmbh_cccd .input-camera {
    border-radius: 5px;
    border: 1px #004aaf dashed;
    background: #004aaf2b;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .hb_nmbh_cccd .input-camera .ic-wrap {
        text-align: center;
    }
.tt_detail_right {
    padding-right:0;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    width: 20px;
    height: 20px;
    margin: 0 auto;
}
/*--- end sản phẩm ---*/