.title_cart{
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color:#0066c0;
    margin-bottom: 15px;
}
.boxWrapCart>.title{
    font-size: 25px;
    line-height: 33px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}
/*===================================================*/
.style_step{
    margin-bottom: 30px;
    margin-top: -65px;
}
.style_step ul{
    text-align: center;
}
.style_step ul li{
    display: inline-block;
    margin: 0 40px;
    position: relative;
}
.style_step ul li ~ li:before{
    content: "";
    position: absolute;
    right: 95%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #e5e5e5;
    height: 5px;
    width: 90px;
}
.style_step ul li .number{
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    line-height: 30px;
    color: #666666;
    background: #e3e3e3;
    padding: 5px;
    position: relative;
    font-weight: bold;
    z-index: 3;
}
.style_step ul li.active .number {
    background: #ee3024;
    color: #ffffff;
}
.info_cart{
    margin-bottom: 40px;
}
.table_cart{
    margin-bottom: 30px;
}
.addtocart{
    width: 100%;
    background: #ffffff;
}
.addtocart tr{
    border: 1px solid #e5e5e5;
}
.addtocart tr td{
    padding: 10px 15px;
}
.addtocart thead tr td{
    background: #f2f2f2;
    padding: 14px 15px;
}
.addtocart tfoot tr td{
    padding: 20px 15px;
}
.addtocart tr td .img{
    width: 70px;
}
.addtocart tr td .t-title{
    margin-bottom: 5px;
}
.addtocart tr td .t-id{
    font-size: 13px;
    color: #999999;
}
.addtocart tr td .nor{
    font-size: 13px;
    line-height: 21px;
    color:#999999;
    text-decoration: line-through;
}
.addtocart tr td .t-bold{
    font-weight: bold;
}
.addtocart tr td select{
    width: 60px;
    height: 30px;
    text-align: center;
    padding-left: 10px;
}
.addtocart tr td .t-close{
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #999999;
}
.addtocart tr td .t-close .fa{
    font-size: 20px;
    line-height: 30px;
}
.addtocart tr td .t-close:hover{
    color: #f60000;
}
.addtocart button{
    height: auto;
    font-size: 14px;
    line-height: 25px;
    padding: 9px 25px;
    outline: 0 !important;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-weight: bold;
    width: auto;
    min-width: 160px;
    border-radius: 4px;
}
.addtocart button.button{
    background: #eeeeee;
    border-color: #eeeeee;
    color: #333333;
}
.addtocart button:hover{
}
.addtocart button span{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.addtocart button.v1 span{
    padding-left: 25px;
    position: relative;
}
.addtocart button.v1 span:before{
    font-family: FontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.div_button button{
    margin-right: 10px;
}
.info_general{
    margin-bottom: 10px;
    background: #ffffff;
}
.info_general .bg_color{
    background: #f2f2f2;
}
.info_general .info_title{
    font-size: 16px;
    line-height: 20px;
    padding: 12px 15px;
    border: 1px solid #e5e5e5;
    text-transform: uppercase;
    font-weight: bold;
}
.info_general .row_info{
    padding: 15px;
    border: 1px solid #e5e5e5;
    border-top: 0;
}
.info_general .row_info>div{
    margin-bottom: 5px;
}
.info_general .row_info .row_left{
    float: left;
}
.info_general .row_info .row_right{
    float: right;
}
.info_general .total_price{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #ee3024;
}
.info_general .total_price_this{
    font-size: 16px;
    line-height: 24px;
    color:#ff9900;
    font-weight: bold;
}
.info_general  .color_promotion{
    color: #ea0101;
}
.box-form{
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #e5e5e5;
    background: #f0f0f0;
}
.box-form .box-form-title{
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}
.box-form .box-form-title a{
    font-weight: normal;
    color: #ea0101;
}
.box-form .box-form-title a:hover{
    text-decoration: underline;
}
.box-form  .input-group input{
    height: 40px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.box-form  .input-group .input-group-btn{
    padding-left: 10px;
}
.box-form  .input-group .input-group-btn button{
    height: 40px;
    border: 1px solid #232f3e;
    background: #232f3e;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    width: 80px;
    font-weight: bold;
}
.box-form  .input-group .input-group-btn button:hover{background: transparent;color: #232f3e;}
.box-form  .input-group .input-group-btn button span{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.box-form .link-login a{
    display: block;
    font-size: 15px;
    line-height: 20px;
    padding: 9px;
    border: 1px solid #00a650;
    background: #00a650;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.box-form .link-login a:hover{
    -webkit-box-shadow: inset 0 0 3px #ffffff;
    -moz-box-shadow: inset 0 0 3px #ffffff;
    box-shadow: inset 0 0 3px #ffffff;
}
.box-form .text{
    margin-top: 3px;
}
.box-form .linkNotRegis{
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 9px 10px;
    text-transform: uppercase;
    border-radius: 5px;
    color: #333333;
}
.box-form .linkNotRegis:hover{
}
.box-text{
    margin-bottom: 25px;
}
.box-text .cont{
    font-weight: bold;
    color:#a83031;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px rgba(0,0,0,0.15);
    text-align: center;
}
.box-text .cont p{
    padding: 0;
}
.box-text .t1{
    text-align: center;
    color:#ff9900;
    margin-bottom: 5px;
    font-weight: bold;
}
.box-text .t2{
    font-size: 13px;
    line-height: 21px;
    color:#999999;
    text-align: center;
    margin-bottom: 15px;
}
.box-text .t2 span{
    font-size: #666666;
    line-height: 20px;
    line-height: 12px;
}
.box-text .link{
    text-align: center;
}
.box-text .link a{
    display: inline-block;
    width: 90px;
    text-align: center;
    font-weight: bold;
    color:#ffffff;
    padding: 8px 10px;
    background: #232f3e;
    border-radius: 4px;
    border:solid 1px #232f3e;
}
.box-text .link a:hover{
    background: #ffffff;
    color:#232f3e;
}
/*=================================================================*/
.info_general{
    margin-bottom: 20px;
}
.info_general .info-title{
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    padding: 13px 10px;
    text-align: center;
    color:#ffffff;
}
.info_general .info-content{
    padding: 15px;
    border:solid 1px #dddddd;
}
.info_general.nop .info-content{
    padding: 0;
}
.info_general label{
    font-weight: normal;
}
.info_general input[type="text"],
.info_general select,
.info_general textarea{
    border:solid 1px #dddddd;
    padding-left: 10px;
    width: 100%;
    height: 40px;
}
.info_general textarea{
    height: 150px;
    padding: 10px;
    resize: none;
}
.info_general .note{
    color:#999999;
    font-style: italic;
    margin-top: 5px;
}
.info_general .grid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 -10px;
}
.info_general .grid .col{
    width: 50%;
    padding: 0 10px;
}
.info_general .method-giao .radio{
    margin: 0;
}
.info_general .method-giao label{
    
}
.info_general .method-giao .radio label{
    font-size: 12px;
    line-height: 20px;
    padding-left: 0;
    margin-bottom: 10px;
}
.info_general .method-giao .radio input{
    display: none;
}
.info_general .method-giao .radio .txt{
    padding-left: 25px;
    position: relative;
}
.info_general .method-giao .radio .txt:before{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border:2px solid #00b6f0;
    position: absolute;
    top: 0;
    left: 0;
    top: -1px;
    opacity: 0.4;
}
.info_general .method-giao .radio:hover .txt:before,
.info_general .method-giao .radio input:checked ~ .txt:before{
    opacity: 1;
}
.info_general .method-giao .radio .txt:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #00b6f0;
    border-radius: 100%;
    position: absolute;
    top: 4px;
    left: 5px;
    opacity: 0;
}
.info_general .method-giao .radio input:checked ~ .txt:after{
    opacity: 1;
}
.info_general .address_delivery .ad_title{
    cursor: pointer;
    font-size: 15px;
    line-height: 20px;
    padding: 15px 50px;
    background: #eeeeee;
    margin-bottom: 10px;
    position: relative;
}
.info_general .address_delivery .ad_title:before{
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 30px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.info_general .address_delivery .ad_title:after{
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 2px solid #00b6f0;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: '';
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    font-family: FontAwesome;
    color: #ffffff;
}
.info_general .address_delivery.active .ad_title:after{
    content: '\f00c';
    background: #00b6f0;
}
.info_general .address_delivery .ad_content{
    display: none;
}
.info_general .table_info table{
    width: 100%;
}
.info_general .table_info table tr{
    border-bottom: 1px solid #e5e5e5;
}
.info_general .table_info table tr td{
    padding: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}
.info_general .table_info table thead tr td{
    text-align: left;
}
.info_general .table_info table tbody tr td:first-child{
    padding-right: 0;
    width: 70px;
}
.info_general .table_info table tbody tr td:nth-child(2){
    text-align: left;
}
.info_general .table_info table tbody tr td .t-title a{
    display:block;
}
.info_general .table_info table tbody tr td .t-id{
    color: #666666;
    font-size: 13px;
    line-height: 20px;
}
.info_general .row_info_2 {
    padding: 15px;
    border-top: 0;
}
.info_general .row_info_2>div{
    margin-bottom: 5px;
}
.info_general .row_info_2 .row_left{
    float: left;
}
.info_general .row_info_2 .row_right{
    float: right;
}
.info_general .pay-live label{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color:#ff0000;
}
.info_general .pay-live .radio label{
    padding-left: 0;
}
.info_general .pay-live .radio input{
    display: none;
}
.info_general .pay-live .radio .txt{
    padding-left: 25px;
    position: relative;
}
.info_general .pay-live .radio .txt:before{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border:2px solid #00b6f0;
    position: absolute;
    left: 0;
    top: 1px;
    opacity: 0.4;
}
.info_general .pay-live .radio:hover .txt:before,
.info_general .pay-live .radio input:checked ~  .txt:before{
    opacity: 1;
}
.info_general .pay-live .radio .txt:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #00b6f0;
    border-radius: 100%;
    position: absolute;
    top: 6px;
    left: 5px;
    opacity: 0;
}
.info_general .pay-live .radio input:checked ~ .txt:after{
    opacity: 1;
}
.info_general .design-btn-web{
    width: 100%;
    height: 55px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
}
.info_general .form-group.v2{
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
/*================================================*/
.info_general .wraspMethod{
}
.info_general .wraspMethod .radio{
    margin-bottom: 15px;
}
.info_general .wraspMethod .radio .lbb{
    min-height: 20px;
    margin-bottom: 0;
    cursor: pointer;
    font-weight: bold;
}
.info_general .wraspMethod .radio .lbb input{
    display: none;
}
.info_general .wraspMethod .radio .txt{
    padding-left: 25px;
    position: relative;
}
.info_general .wraspMethod .radio .txt:before{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border:2px solid #00b6f0;
    position: absolute;
    left: 0;
    top: 1px;
    opacity: 0.4;
}
.info_general .wraspMethod .radio:hover .txt:before,
.info_general .wraspMethod .radio input:checked ~  .txt:before{
    opacity: 1;
}
.info_general .wraspMethod .radio .txt:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #00b6f0;
    border-radius: 100%;
    position: absolute;
    top: 6px;
    left: 5px;
    opacity: 0;
}
.info_general .wraspMethod .radio input:checked ~ .txt:after{
    opacity: 1;
}
.info_general .wraspMethod .radio p{
    padding: 0;
}
.info_general .wraspMethod .radio .content{
    padding-left: 25px;
    display: none;
    margin-top: 5px;
}
.info_general .wraspMethod .radio label a{
    text-transform: initial;
    text-decoration: underline;
}
/*=================================================================*/
.box_success {
    margin-bottom: 30px;
    padding: 30px;
    background: #f5f5f5;
}
.box_success .wrap{
    max-width: 1070px;
    margin: 0 auto;
    background: url(../images/bg-success.jpg) no-repeat 55px center;
    min-height: 400px;
    padding-left: 400px;
}
.box_success .s_title{
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #ff9900;
    font-weight: 600;
}
.box_success .t1{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.box_success .text1{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.box_success .text2{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}
.box_success .color_bold{
    color: #f47721;
    font-weight: bold;
}
.box_success .block{
    max-width: 470px;
    padding-right: 100px;
    text-align: center;
    background: url(../images/human.jpg) no-repeat center right;
}
.box_success .code{
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
    color: #ffffff;
    background: #ff9900;
    margin-bottom: 10px;
    border-radius: 4px;
}
.box_success .code .id{
    font-size: 40px;
    line-height: 50px;
}
.box_success .point{
    padding: 10px 20px;
    background: #ffffff;
    border: solid 1px #ff9900;
    margin-bottom: 10px;
    border-radius: 4px;
}
.box_success .point span{
    color:#ff9900;
}
.box_success .link{
    margin-bottom: 15px;    
}
.box_success .link .grid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 -5px;
}
.box_success .link .grid .col{
    width: 50%;
    padding: 0 5px;
}
.box_success .link a{
    display: block;
    text-align: center;
    border:solid 1px #37475a;
    background:#ffffff;
    color:#37475a;
    border-radius: 4px;
    padding: 8px 10px;
}
.box_success .link a span{
    padding-left: 20px;
    position: relative;
}
.box_success .link a span:before{
    font-family: FontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box_success .link a:hover{
    border-color: #0066c0;
    color:#0066c0;
}
.box_success .link a.v2{
    background: #37475a;
    color:#ffffff;
}
.box_success .link a.v2:hover{
    background-color: #0066c0;
    border-color: #0066c0;
}
/*===============================================================*/
.part-product-follow{
    margin-bottom: 50px;
    border:solid 1px #bfbfbf;
    border-top-width: 3px;
}
.part-product-follow .title{
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color:#ee3024;
    margin-bottom: 30px;
}
.part-product-follow .title span{
    display: inline-block;
    background: #ffffff;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    margin-top: -15px;
}
.part-product-follow .box-text{
    padding: 10px 20px;
    padding-bottom: 0;
}
.slideProductFollow{
    padding: 0 70px;
    padding-bottom: 35px;
}
.slideProductFollow .slick-list{
    margin: 0 -25px;
}
.slideProductFollow .item{
    padding: 0 25px;
}
.slideProductFollow .item .img{
    margin-bottom: 15px;
}
.slideProductFollow .item .img a{
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    border:solid 1px rgba(0,0,0,0.15);
}
.slideProductFollow .item .img a img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.slideProductFollow .item .tend a{
    text-align: center;
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
    line-height: 23px;
    font-weight: normal;
}
.slideProductFollow .slick-arrow{
    width:20px;
    height:35px;
    background: none;
    border:none;
    position: absolute;
    top: 50%;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color:#666666;
}
.slideProductFollow .slick-prev{
    left:20px;
}
.slideProductFollow .slick-next{
    right:20px;
}
.slideProductFollow .slick-arrow:before{
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 50px;
    line-height: 58px;
}
.slideProductFollow .slick-prev:before{
    content: "\f104";
}
.slideProductFollow .slick-next:before{
    content: "\f105";
}
#vnt-slide-home .slick-arrow:hover{
    color:#0eaaec;
}
.linkBack{
    text-align: center;
    margin-bottom: 40px;
}
.linkBack a{
    display: inline-block;
    width: 200px;
    border-radius: 4px;
    padding: 12px 10px;
    background:#eeeeee;
    font-weight: bold;
}
.linkBack a span{
    padding-left: 20px;
    position: relative;
}
.linkBack a span:before{
    content: "\f053";
    font-family: fontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*=============================================================*/
.boxProduct{
    padding: 0 10px;
    padding-bottom: 40px;
    border-bottom: solid #d5dbdb 5px;
}
.boxProduct .titleProduct{
    margin-bottom: 25px;
}
.boxProduct .titleProduct .title a{
    display: block;
    font-size: 25px;
    line-height: 33px;
    font-weight: 600;
}
.boxProduct .titleProduct .title a span{
    color:#0066c0;
}
.boxProduct .titleProduct .des{
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    color:#0066c0;
    margin-top: 10px;
}
.slideTopHome{
    margin-bottom: 45px;
}
.slideTopHome .slick-arrow{
    width:35px;
    height:65px;
    background-color: rgba(0, 103, 194, 0.8);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    border:none;
    position: absolute;
    top: 50%;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.slideTopHome .slick-prev{
    left:0px;
    background-image: url(../images/i-prev.png);
}
.slideTopHome .slick-next{
    right:0px;
    background-image: url(../images/i-next.png);
}
.slideProduct .slick-list{
    margin: 0 -6px;
}
.slideProduct .slick-slide{
    padding: 0 6px;
    margin-bottom: 10px;
}
.product{
    position: relative;
    margin-bottom: 30px;
}
.product .img{
    margin-bottom: 15px;
    position: relative;
}
.product .img a{
    display: block;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
}
.product .img a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/* .product:hover .img a img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
} */
.product .promotion{
    padding: 5px 10px;
    border-radius: 5px;
    background: #f0ede8;
    position: absolute;
    bottom: 0;
    left: 0;
}
.product .promotion .t1{
    font-size: 11px;
    line-height: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.product .promotion .t2{
    padding-left: 20px;
    font-size: 11px;
    line-height: 12px;
    font-weight: bold;
    color:#ff0000;
}
.product .ratting{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    color:#f1c92b;
    margin-bottom: 10px;
}
.product .tend{
    margin-bottom: 5px;
}
.product .tend a{
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 21px;
    font-weight: bold;
    color:#555555;
    height: 42px;
    overflow: hidden;
}
.product:hover .tend a{
    color:#0066c0;
}
.product .price{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product .price .red{
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}
.product .price .red sup{
    color:#479bc4;
}
.product .price .nor{
    color:#999999;
    text-decoration: line-through;
    margin-left: 10px;
    display: none;
}
.product .ribbon{
    position: absolute;
    top: 10px;
    right: 10px;
}
.product .ribbon .rib {
    font-size: 11px;
    line-height: 19px;
    font-weight: bold;
    color: #ffffff;
    padding: 3px 8px;
    border-radius: 3px;
}
.linkAll{
    text-align: center;
}
.linkAll a {
    display: inline-block;
    width: 100%;
    max-width: 370px;
    font-size: 15px;
    line-height: 23px;
    border-top: solid 1px #eaeaea;
    text-align: left;
    padding: 10px 0;
    color: #0066c0;
    position: relative;
}
.linkAll a:before{
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    right:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.linkAll a:after{
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 100%;
    border-top: solid 1px #0066c0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.linkAll a:hover:after{
    right: 0;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.style_step{
    margin-bottom: 25px;
    margin-top: 0;
}
.box_success .wrap{
    padding: 0;
    background-image: none;
}
.div_button .fl,
.div_button .fr{
    float: none;
}
.slideProductFollow{
    padding: 0 35px;
    padding-bottom: 55px;
}
.slideProductFollow .slick-list{
    margin: 0 -15px;
}
.slideProductFollow .item{
    padding: 0 15px;
}
.slideProductFollow .slick-arrow{
    top:initial;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slideProductFollow .slick-prev{
    margin-left: -25px;
}
.slideProductFollow .slick-next{
    margin-left: 25px;
}
}

@media all and (max-width: 768px){
.style_step ul li{
    margin: 0 25px;
}
.style_step ul li .text{
    font-size: 12px;
    line-height: 20px;
}
.addtocart thead tr td,
.addtocart thead tr{
    display: block;
}
.addtocart thead tr td ~ td{
    display: none;
}
.addtocart tbody tr,
.addtocart tbody tr td{
    display: block;
}
.addtocart tfoot tr,
.addtocart tfoot tr td{
    display: block;
    padding: 0;
}
.addtocart tfoot tr{
    padding: 15px 20px;
}
.addtocart tbody tr {
    padding: 15px 20px;
    padding-left: 95px;
    padding-right: 45px;
    position: relative;
}
.addtocart tbody tr td{
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
}
.addtocart tbody tr td:nth-child(3){
    display: none;
}
.addtocart tbody tr td:last-child{
    margin-bottom: 0;
}
.addtocart .img{
    position: absolute;
    top: 15px;
    left: 15px;
}
.addtocart .red,
.addtocart .nor{
    display: inline-block;
}
.addtocart .t-bold {
    position: relative;
}
.addtocart .t-bold:before{
    content: "ThÃ nh tiá»n: ";
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
}
.addtocart tr td .t-close{
    position: absolute;
    top: 15px;
    right: 10px;
}
.addtocart button{
    width: 100%;
    margin-bottom: 10px;
}
.addtocart .fr{
    float: none;
}
.box_login{
    max-width: 100%;
}
.box_login .row_input .row_left{
    text-align: left;
}
.box_login .row_input .row_right{
    padding-left: 0;
}
.box_login .row_input .row_left label{
    font-weight: bold;
}
.loginSocial .row_input{
    float: none;
}
.box_login.rowLeft_200 .row_input .row_left{
    width: 100%;
    float: none;
}
.box_login.rowLeft_200 .row_input .row_right{
    padding-left: 0;
}
.slideProductFollow{
    padding: 0 15px;
    padding-bottom: 55px;
}
.slideProductFollow .slick-list{
    margin: 0 -10px;
}
.slideProductFollow .item{
    padding: 0 10px;
}
.box_success .s_title{
    font-size: 26px;
    line-height: 34px;
}
.box_success .code .id{
    font-size: 35px;
    line-height: 45px;
}
}

@media all and (max-width: 600px){
.box_success .block{
    background:initial;
    padding-right: 0;
}
}

@media all and (max-width: 420px){
.box_success .link .grid{
    display: block;
}
.box_success .link .grid .col{
    width: 100%;
    margin-bottom: 10px;
}
.box_success .code .id {
    font-size: 30px;
    line-height: 40px;
}
}

@media all and (max-width: 360px){
.box_success{
    padding: 15px 20px;
}
.box_success .s_title {
    font-size: 30px;
    line-height: 40px;
}
.box_success .block.block2{
    font-size: 14px;
    line-height: 22px;
}
}