@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap');

*{
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}
.container{
    max-width: 1200px;
}
/*vcmk_ld_banner*/
.vcmk_ld_banner{
    float: left;
    width: 100%;
    background: transparent url('../images/banner.jpg') no-repeat center center;
    min-height: 728px;
    padding: 53px 0 30px;
}
.ld_banner_content {
    text-align: center;
}
.ld_banner_content h1{
    font-size: 40px;
    font-family: "Inter";
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin: 16px 0 11px;
}
.ld_banner_content span{
    font-size: 20px;
    font-family: "Inter";
    color: rgba(255, 255, 255, 0.502);
    line-height: 1.2;
    text-align: center;
    display: block;
}
.img-logo-vcmk{
    max-width: 100%;
}

/*vcmk_ld_main*/
.vcmk_ld_main{
    float: left;
    width: 100%;
    background: #fff;
    padding: 40px 0 30px;
}
.vcmk_ld_main .row{
    margin: 0 -5px;
}
.vcmk_ld_main .col-lg-3{
    padding: 0 5px 10px;
}
.ld_main_item{
    width: 100%;
    min-height: 365px;
    height: 100%;
    padding: 10px 10px 15px;
    border-width: 1px;
    border-color:  rgb(229, 229, 229);
    border-style: solid;
}
.ld_main_item:hover{
    border-color: #fe490d;
}
.ld_item_img{
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff7f4;
    margin-bottom: 24px;
    position: relative;
}
.ld_item_btn{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.ld_main_item:hover .ld_item_btn{
    opacity: 1;
}
.item_btn_buy {
    border-width: 2px;
    border-color: rgb(254, 73, 13);
    border-style: solid;
    background-color: rgb(254, 73, 13);
    width: 118px;
    height: 44px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    display: block;
    line-height: 40px
}
.item_btn_buy:hover{
    text-decoration: none;
    color: #fff;
    border-color: #a5310b;
    background-color: #a5310b;
}
.item_btn_detail{
    color: rgb(51, 51, 51);
    background: #fff7f4;
    margin-top: 10px;
}
.item_btn_detail:hover{
    color: rgb(51, 51, 51);
    background: #fff7f4;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 8px 0px #7b7b7b;
    -moz-box-shadow: 0px 0px 8px 0px #7b7b7b;
    box-shadow: 0px 0px 8px 0px #7b7b7b;
}


.ic-1{
    display: inline-block;
    width: 13px;
    height: 17px;
    background: transparent url('../images/ic-1.png') no-repeat center center;
    margin-right: 8px;
    vertical-align: -2px;
}


.ld_item_img img{
    max-width: 100%;
}
.ld_item_title{
    font-size: 15px;
    font-family: "Inter";
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
    margin-bottom: 4px;
    display: block;
}
.ld_main_item:hover .ld_item_title{
    color: rgb(0, 0, 0);
    text-decoration: none;
}
.ld_item_price{
    /*text-align: center;*/
    /*padding: 0 10px;*/
}
.item_price_df {
    font-size: 13px;
    font-family: "Inter";
    color: rgb(153, 153, 153);
    font-weight: 600;
    text-decoration: line-through;
    line-height: 1.2;
    display: block;
    padding-right: 6px;
    /*padding-bottom: 5px;*/
}
.item_price_sale{
    padding-bottom: 5px;
    font-size: 20px;
    color: #fe490d;
    display: inline-block;
    padding-right: 6px;
    font-weight: 600;
}
.item_price_pt{
    font-size: 18px;
    color: #000;
    display: inline-block;
}

/*vcmk_ld_step*/
.vcmk_ld_step{
    padding: 70px 0 55px;
    background: #fbf9f9;
    float: left;
    width: 100%;
}
.ld_step_title{
    margin-bottom: 43px;
}
.vcmk_title {
    font-size: 30px;
    color: rgb(51, 51, 51);
    line-height: 1.2;
    text-align: center;
    font-weight: 500;
}
.ld_step_list{
    display: flex;
    width: 100%;
    max-width: 1055px;
    margin: 0 auto;
    justify-content: space-around;
}
.ld_step_item{
    width: 23.64%;
    margin-bottom: 20px;
}
.ld_step_item_bg{
    padding-top: 60px;
    width: 14.54%;
}
.ld_step_item_bg img{max-width: 100%;}

.ld_step_item_img{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 150px;
    margin-bottom: 20px;
}
.ld_step_item_img img{
    max-width: 100%;
}
.ld_step_item h3{
    font-size: 20px;
    color: rgb(254, 73, 13);
    line-height: 1.2;
    text-align: center;
    font-weight: 500;
}
.ld_step_item p{
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0;
}

/*vcmk_ld_footer*/
.vcmk_ld_footer{
    float: left;
    width: 100%;
    padding: 15px 0;
    background: #fe490d;
    /*text-align: center;*/
}
.ld_footer_txt{
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
    font-weight: 300;
}
.ld_footer_txt a{
    font-size: 20px;
    font-family: "Inter";
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1.2;
}


.ic-2{
    display: inline-block;
    background: transparent url('../images/ic-2.png') no-repeat center center;
    width: 25px;
    height: 23px;
    margin-right: 5px;
    vertical-align: -5px;
}


.box-popup-dathang{
    max-width: 830px;
    border-radius: 0;
}
.modal-content{
    border-radius: 0;
    border: 0;
}
.box-dh-content{
    display: flex;
}
.popup-dh-left{
    width: 48.2%;
}
.popup-dh-left img{
    width: 100%;
}
.popup-right-row{
    /*border-bottom: 1px solid rgb(209, 209, 209);*/
    padding: 15px 0 0;
}
.popup-right-row h3{
    font-size: 16px;
    color: rgb(254, 73, 13);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}
.right-row-detail{
    border-width: 1px;
    border-color: rgb(43, 199, 171);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    margin-bottom: 15px;
    padding: 10px;
}
.popup-dh-right{
    width: 51.8%;
    padding: 5px 30px 15px;
}
.row-detail-img{
    width: 100px;
    height: 100px;
    background: #fff7f4;
    float: left;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 5px;
    object-position: center;
}
.row-detail-img img{
    max-width: 100%;
}
.row-detail-txt{
    float: left;
    padding: 8px 0 0 15px;
    width: calc(100% - 100px);
}
.row-detail-txt .ld_item_title{
    text-align: left;
    font-size: 13px;
}
.row-detail-txt .ld_item_price{
    text-align: left;
}
.row-detail-txt .item_price_df {
    display: block;
    padding-bottom: 0;
}
.row-detail-txt .item_price_sale, .row-detail-txt .item_price_pt{
    font-size: 14px;
}
.box_pay_species .dp-numberPicker {
    border-width: 1px;
    border-color: rgb(229, 229, 229);
    border-style: solid;
    width: 115px;
    height: 30px;
    margin-right: 10px;
    box-shadow: none;
    border-radius: 0;
    float: left;
}
.species_right .dp-numberPicker-sub {
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    width: 30px;
    text-indent: -9999px;
    height: 100%;
    background: transparent url(../images/i-2.png) no-repeat center center;
    border-right: 1px solid rgb(229, 229, 229);
}
.species_right .dp-numberPicker-input {
    width: 53px;
    font-size: 15px;
    color: rgb(51, 51, 51);
    font-weight: 600;
    text-align: center;
    line-height: 28px;
    height: 100%;
    box-shadow: none;
    background: transparent;
}
.species_right .dp-numberPicker-add {
    border-radius: 0;
    box-shadow: none;
    width: 30px;
    height: 100%;
    text-indent: -9999px;
    border-left: 1px solid rgb(229, 229, 229);
    background: transparent url(../images/i-3.png) no-repeat center center;
}
.species_left {
    width: 70px;
    padding-top: 7px;
    float: left;
    font-size: 13px;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: left;
}
.species_right_txt{
    padding-top: 7px;
    font-size: 13px;
    color: rgb(153, 153, 153);
    line-height: 1.2;
    text-align: left;
    float: left;
    width: calc(100% - 195px);
}
.box-info{

}
.box-info input[type="text"]{
    border-width: 1px;
    border-color: rgb(229, 229, 229);
    border-style: solid;
    width: 100%;
    height: 40px;
    font-size: 13px;
    color: rgb(153, 153, 153);
    line-height: 1.2;
    text-align: left;
    padding: 0 10px;
    margin-bottom: 10px;
    outline: none;
}
.info-btn-buy{
    background-color: rgb(254, 73, 13);
    width: 96px;
    height: 40px;
    display: block;
    float: left;
    margin-right: 10px;
    font-size: 13px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 40px;
    text-align: center;
}
.info-btn-buy:hover {
    color: #fff;
    text-decoration: none;
    background-color: #a5310b;
}
.info-btn-txt{
    font-size: 12px;
    color: rgb(85, 85, 85);
    line-height: 1.2;
    text-align: left;
    float: left;
    width: calc(100% - 106px);
    padding-top: 5px;
}
.popup-right-row:last-child{
    border-bottom: 0;
}
.close{
    width: 12px;
    height: 12px;
    position: absolute;
    top: 18px;
    right: 18px;
    line-height: 0;
    opacity: 1;
}

#popup-success .box-popup-dathang{
    max-width: 480px;
}
.success_top{
    text-align: center;
    width: 100%;
}
.success_top_txt{
    font-size: 24px;
    font-family: "Inter";
    color: rgb(43, 199, 171);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    padding: 15px 0 20px;
}
#popup-success .box-suss-content{
    padding: 40px 30px;
}
.success_info{
    width: 100%;
    padding: 20px 20px 10px;
    background: #fff7f4;
    margin-bottom: 0px;
}
.info_item_left{
    float: left;
    width: 100px;
    font-size: 12px;
    color: rgb(153, 153, 153);
    line-height: 1.667;
    text-align: left;
}
.info_item_right{
    width: calc(100% - 100px);
    font-size: 13px;
    color: rgb(51, 51, 51);
    line-height: 1.538;
    text-align: left;
    float: left;
}
.success_info h5 {
    font-size: 16px;
    color: rgb(254, 73, 13);
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
}
.success_info_item{
    margin-bottom: 5px;
}
.success_btn {
    border-width: 1px;
    border-color: rgb(254, 73, 13);
    border-style: solid;
    width: 151px;
    height: 40px;
    display: block;
    line-height: 38px;
    font-size: 13px;
    color: rgb(85, 85, 85);
    font-weight: 600;
    margin: 15px auto 0;
    text-align: center;
}
.success_btn:hover{
    text-decoration: none;
    color: rgb(85, 85, 85);
    -webkit-box-shadow: 0px 0px 8px 0px #7b7b7b;
    -moz-box-shadow: 0px 0px 8px 0px #7b7b7b;
    box-shadow: 0px 0px 8px 0px #7b7b7b;
}


/*detail*/
.vcmk_detail_header{
    float: left;
    width: 100%;
    background: transparent url('../images/bg-detail-header.jpg') no-repeat center center;
    height: 80px;
    text-align: center;
    padding: 21px 0 0;
}
.vcmk_detail_header img{
    max-width: 100%;
}
.vcmk_detail_mn{
    float: left;
    width: 100%;
    background: #fff7f4;
    padding: 18px 0 17px;
}
.vcmk_detail_mn .container{
    max-width: 1030px;
}
.vcmk_detail_c {
    font-size: 13px;
    color: #999;
    line-height: 1.2;
}

.mn_item_home{
    color: #999;
}
.mn_item_links{
    font-size: 13px;
    color: #555;
    line-height: 1.2;
}
.vcmk_detail_c a:hover{
    text-decoration: none;
}





.vcmk_detail_center{
    float: left;
    width: 100%;
    padding: 30px 0 0;
}
.vcmk_detail_center .container{
    max-width: 1030px;
}
.box_center_left{
    width: 485px;
    float: left;
}
.box_center_right{
    float: left;
    width: calc(100% - 485px);
    padding: 10px 0 0 50px;
}
.box_left_img_{
    width: 100%;
    height: 460px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    background: #fff7f4;
}
.box_left_img_ img{
    max-width: 100%;
}
.box_left_list{
    padding: 0 25px;
    position: relative;
}
.swiper-slide{
    height: auto;
}
.slide_dt{
    display: flex;
}
.slide_dt_item{
    border-width: 1px;
    border-color: rgb(255, 247, 244);
    border-style: solid;
    background-color: rgb(255, 247, 244);
    width: 100%;
    max-width: 100px;
    height: 92px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide_dt_item img{
    width: 35px;
}
.slide_dt_item:hover, .slide_dt_item.active{
    border-color: rgb(254, 73, 13);
}
.box_left_list .swiper-button-next, .box_left_list .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 13px;
    height: 20px;
    margin-top: -8px;
    z-index: 10;
    cursor: pointer;
    background-size: 13px 20px;
    background-position: center;
    background-repeat: no-repeat;
}
.box_left_list .swiper-button-prev-dt {
    left: 0;
    background-image: url('../images/ic-next.png');
    transform: rotate(180deg);
}
.box_left_list .swiper-button-next-dt {
    right: 0;
    background-image: url('../images/ic-next.png');
}
.box_center_right h3 {
    font-size: 24px;
    color: rgb(51, 51, 51);
    line-height: 1.2;
}
.box_center_right .ld_item_price{
    text-align: left;
    padding: 15px 0;
}
.box_center_right .box_pay_species{
    border-bottom: 1px solid rgb(209, 209, 209);
    border-top: 1px solid rgb(209, 209, 209);
    padding: 20px 0;
    margin-bottom: 20px;
}
.box_center_right .item_price_df{
    font-size: 16px;
    display: block;
    padding: 0;
}
.box_center_right .item_price_sale, .box_center_right .item_price_pt{
    font-size: 24px;
}
.box_center_right .box-info-btn .info-btn-txt{
    width: 100%;
    font-size: 14px;
    color: rgb(51, 51, 51);
    line-height: 1.5;
    font-weight: 500;
}
.box_center_right .box-info-btn .item_btn_buy{
    margin-bottom: 20px;
}
.detail_center_top{
    border-bottom: 1px solid rgb(209, 209, 209);
    padding-bottom: 50px;
    margin-bottom: 20px;
}
.detail_center_bot h3 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 20px;
    font-family: "Inter";
    color: rgb(51, 51, 51);
}
.detail_center_txt p{
    font-size: 14px;
    color: rgb(51, 51, 51);
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 500;
}
.detail_center_img{
    text-align: center;
    padding-top: 15px;
}
.detail_center_img img{
    max-width: 100%;
}
.detail_center_bot{
    border-bottom: 1px solid rgb(209, 209, 209);
    padding-bottom: 50px;
}
.detail_mail_title{
    margin-bottom: 40px;
}




.ld_item_price_left{
    float: left;
    width: calc(100% - 50px);
}
.item_price_pted{
    float: left;
    width: 50px;
    height: 50px;
    background: transparent url('../images/bg-sale.png') center center;
    padding-top: 16px;
}
.ld_main_item .ld_item_price{
    padding: 8px 10px 0;
}
.item_price_pted .item_price_pt{
    font-size: 12px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    display: block;
    text-align:  center;
}
.ld_item_price_left .item_price_df{
    padding-top: 5px;
}
.ld_main_item .ld_item_title{
    padding: 0 10px;
    text-align: left;
}
.box_pay_title_ed{
    font-size: 13px;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: left;
    font-weight: 500;
    padding: 15px 0 10px;
}

/*radiobuton*/

.tgxd_check1{

}


.tgxd_check1 input[type=radio] {
    display: none;
}

.tgxd_check1 label {
    font-size: 12px;
    color: rgb(0, 0, 0);
    display: block;
    line-height: 1.2;
    font-weight: 500;
    position: relative;

    border-width: 1px;
    border-color: rgb(229, 229, 229);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    padding: 15px 0 10px;
    padding-left: 50px;
    width: 100%;
}
.tgxd_check1 label strong{
    font-weight: 500;
    color: #fe490d;
}
.border-radio.active{
    border-color: #fe490d;
}
.tgxd_check1 span {
    display: block;
    border-width: 1px;
    border-color: rgb(229, 229, 229);
    border-style: solid;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    width: 24px;
    height: 24px;
}
.tgxd_check1 input[type=radio]:checked + label span {

    display: block;
    border-width: 1px;
    border-color: #fe490d;
    border-style: solid;
    border-radius: 50%;
    position:absolute;
    background: #fe490d;
    width: 24px;
    height: 24px;
}
.tgxd_check1 input[type=radio]:checked + label span:before{
    content:'';
    width: 8px;
    height:8px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    display: block;
    left: 7px;
    top: 7px;
}
.box_pay_editbtn{
    background-color: rgb(254, 73, 13);
    display: block;
    width: 118px;
    height: 40px;
    line-height: 40px;
    z-index: 213;
    font-size: 13px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-align: center;
    float: right;
}
.box_pay_editbtn:hover{
    color: #fff;
    text-decoration: none;
    background: #a5310b;
}
.popup-right-row2{
    display: none;
}
.box_pay_step2{
    font-size: 13px;
    color: rgb(51, 51, 51);
    font-weight: 500;
    line-height: 1.2;
}
.box_pay_step2 span {
    display: inline-block;
    padding-right: 10px;
    font-size: 13px;
    color: rgb(153, 153, 153);
    line-height: 1.2;
    margin-bottom: 10px;
}
.box-info-address{
    border-width: 1px;
    border-color: rgb(229, 229, 229);
    border-style: solid;
    width: 100%;
    height: 40px;
    font-size: 13px;
    color: rgb(153, 153, 153);
    line-height: 1.2;
    text-align: left;
    padding: 0 10px;
    margin-bottom: 10px;
    outline: none;
    -webkit-appearance: none;
    background-image: url('../images/ic-select.png');
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 30px;
}
.box_pay_editdt{
    background-color: rgb(254, 73, 13);
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    z-index: 213;
    font-size: 13px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-align: center;
    float: right;
}
.box_pay_editdt:hover{
    color: #fff;
    text-decoration: none;
    background: #a5310b;
}
.box_pay_editback{
    background-color: rgb(237, 237, 237);
    width: 97px;
    height: 40px;
    z-index: 248;
    line-height: 40px;
    float: left;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    color: rgb(51, 51, 51);
}
.box_pay_editback:hover{
    color: rgb(51, 51, 51);
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 8px 0px #7b7b7b;
    -moz-box-shadow: 0px 0px 8px 0px #7b7b7b;
    box-shadow: 0px 0px 8px 0px #7b7b7b;
}
.box_pay_editbox{
    padding-top: 5px;
}
.box_pay_edittxt{
    padding-top: 10px;
    font-size: 12px;
    font-family: "Inter";
    color: rgb(85, 85, 85);
    line-height: 1.2;
    text-align: center;
    font-weight: 500;
}
.info_item_right_price{
    text-align: right;
    font-size: 15px;
}
.box_info_success{
    margin-bottom: 10px;
}
.box_info_success:last-child{
    margin-bottom: 0;
}
.success_price_total{
    background: #fe490d;
    padding: 10px 20px;
}
.success_price_total .info_item_left {
    width: 60%;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding-top: 5px;
}
.success_price_total .info_item_right{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    width: 40%;
    text-align: right;
}
.info_item_right span{
    color: #fe490d;
}

@media screen and (max-width: 767px){
    .success_price_total{
        padding: 10px 10px;
    }
    .vcmk_ld_step{
        padding: 30px 0;
    }
    .box_center_right {
        float: left;
        width: 100%;
        padding: 20px 0 0;
    }
    .box_center_left{
        width: 100%;
    }
    .detail_center_top{
        padding-bottom: 30px;
    }
    .popup-dh-left{
        display: none;
    }
    .popup-dh-right{
        width: 100%;
        padding: 10px 20px 15px;
    }
    #popup-success .box-suss-content {
        padding: 30px 20px;
    }
    .success_info {
        padding: 20px 10px 10px;
    }
}
@media screen and (max-width: 575px){

}
@media screen and (max-width: 480px){
    .ld_step_list{
        flex-wrap: wrap;
    }
    .ld_step_item{
        width: 100%;
    }
    .ld_step_item_bg{
        display: none;
    }
}

.box-address {
    color:#fff;
}
