.style_step {
    max-width: 480px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}
.style_step ul{
    text-align: center;
}
.style_step ul li {
    position: relative;
    width: 33.333333%;
    float: left;
    padding: 0;
}
.style_step ul li ~ li:after {
    position: absolute;
    font-family: fontawesome;
    content: '\f105';
    top: 15px;
    left: 0px;
    font-size: 20px;
    line-height: 20px;
    color: #999999;
}
.style_step ul li .number {
    display: block;
    margin: 0 auto;
    width: 46px;
    height: 46px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 5px;
    padding-top: 5px;
    border: solid 1px #fdbe11;
}
.style_step ul li .text {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    display: block;
    text-transform: uppercase;
}
.style_step ul li.active .number {
    background: #fdbe11;
    color: #ffffff;
}
/*==========================================================*/
table.addtocart2{
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
table.addtocart2 thead tr td {
    padding: 5px;
    color: #333333;
    font-weight: 600;
    padding: 20px;
    background: #f6f6f6;
    text-transform: uppercase;
}
table.addtocart2 tbody tr td{
    padding:15px;
    border-bottom:solid 1px rgba(0,0,0,0.1);
}
table.addtocart2 thead tr td:first-child,
table.addtocart2 tbody tr td:first-child{
    text-align: left;
}
table.addtocart2 thead tr td:last-child,
table.addtocart2 tbody tr td:last-child{
    border-right: none;
}
table.addtocart2 .i-img{
    width: 80px;
    height: 80px;
    position: relative;
    float: left;
    margin-right: 15px;
}
table.addtocart2 .i-img 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%);
    max-width: 95%;
    max-height: 95%;
}
table.addtocart2 .i-title{
    overflow: hidden;
    margin-bottom: 5px;
}
table.addtocart2 .i-title a{
    display: block;
    font-weight: bold;
    font-family: 'UTM Times';
}
table.addtocart2 .i-caption{
    overflow: hidden;
}
table.addtocart2 .i-code{font-size: 13px;line-height: 21px;color: #666666;}
table.addtocart2 .i-sl span{
    font-weight: bold;
    color:#ffffff;
    background: #ae805d;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 5px;
}
table.addtocart2 .quantity {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
table.addtocart2 .quantity a{
    width: 40px;
    height: 40px;
    background: transparent;
    border:none;
    display: block;
    position: relative;
    cursor: pointer;
}
table.addtocart2 .quantity input{
    width: 45px;
    height: 40px;
    text-align: center;
    border:none;
    border: solid 1px #c3c3c3;
    background: #ffffff;
    margin: 0 10px;
}
table.addtocart2 .color{
    color: #ed1c24;
}
.tableToCartInfo{
    padding: 30px 35px;
    background: #f6f6f6;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
}
.tableToCartInfo.v2{
    padding: 0;
    justify-content: flex-end;
    margin-bottom: 0;
}
.tableToCartInfo.v2 .cartInfo {
    padding: 15px 15px;
}
.cartInfo ul li{
    margin-bottom: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cartInfo ul li.b{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 2px rgba(0,0,0,0.1);
}
.cartInfo .at{
    margin-right: 10px;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
}
.cartInfo .as{
    width: 130px;
    text-align: right;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
}
.cartInfo .as.s{  
    color: #ed1c24;
    font-weight: bold;
}
.formPoint .designForm{
    margin-right: 20px;
    width: 400px;
}
.formPoint .designForm .txt {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    padding-left: 30px;
    position: relative;
}
.formPoint .designForm .txt:before{
    content: "\f02c";
    font-family: fontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: normal;
}
.formPoint .designForm .form{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.formPoint .designForm button{
    width: 110px;
    height:40px;
    background: #444444;
    font-weight: bold;
    border:none;
    text-transform: uppercase;
    color:#ffffff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.formPoint .designForm button:hover{
    background: #ed1c24;
}
.formPoint .designForm input{
    flex-basis: -webkit-calc(100% - 70px);
    flex-basis: -moz-calc(100% - 70px);
    flex-basis: -o-calc(100% - 70px);
    flex-basis: calc(100% - 70px);
    height:40px;
    padding-left: 10px;
    border: solid 1px #dddddd;
}
.formPoint .designForm .txt2 span{
    font-weight: bold;
    color:#e40000;
}
.tableButton .btnCart {
    background: transparent;
    border: solid 2px #41322b;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 30px;
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    text-align: center;
}
.tableButton.fluid .btnCart{
    width: 100%;
    margin-bottom: 10px;
}
.tableButton .btnCart:hover{
    background: #41322b;
    color: #ffffff;
}
.tableButton .btnCart.ok{
    background: #fdbe11;
    border-color: #fdbe11;
    color:#ffffff;
}
.tableButton .btnCart.ok:hover{
    background: #ffffff;
    color: #fdbe11;
}
.tableButton .btnCart.del{
    background: #ffffff;
    color:#888888;
}
.tableButton .btnCart.del:hover{
    background: #888888;
    color:#ffffff;
}
.tableButton .btnCart span{
    padding-left: 20px;
    position: relative;
}
.tableButton .btnCart 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%);
}
/*=============================================*/
.boxCart{
    background: #ffffff;
    margin-bottom: 30px;
}
.boxCart.v2{
    background: none;
    border: solid 2px #fdbe11;
}
.boxCart.v2>.content{
    padding:0;
}
.boxCart>.title {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    background: #f2f2f2;
    padding: 18px 20px;
}
.boxCart>.content{
    border: solid 1px #f2f2f2;
}
.wrap_box_login{
    padding: 20px;
}
.wrap_box_login.border-bottom{
    border-bottom: 1px solid #e5e5e5;
}
.box_login{
    max-width: 570px;
    margin: 0 auto;
}
.soc .box_login {
    max-width: 620px;
}
.box_login.rowLeft_200{
    max-width: 600px;
}
.box_login .row_input{
    margin-bottom: 10px;
}
.box_login .row_input:last-child{
    margin-bottom: 0;
}
.box_login .ad_content .row_input:last-child{
    margin-bottom: 10px;
}
.box_login .row_input .row_left{
    width: 170px;
    padding-right: 15px;
    float: left;
    text-align: right;
}
.box_login.rowLeft_200 .row_input .row_left{
    width: 220px;
}
.box_login .row_input .row_left label{
    margin-top: 5px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
}
.box_login .row_input .row_left label span{
    color: #ff0000;
}
.box_login .row_input .row_right{
    padding-left: 175px;
}
.box_login.rowLeft_200 .row_input .row_right{
    padding-left: 220px;
}
.box_login .row_input .form-control{
    height: 40px;
    border-radius: 0;
    border: 1px solid #dddddd;
    box-shadow: none;
}
.box_login .row_input textarea.form-control{
    height: 90px;
    resize: none;
}
.box_login .row_input .form-control:focus{
    border-color: #c0c0c0;
    outline: 0;
}
.box_login button.btn{
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 25px;
    padding: 10px 15px;
    min-width: 170px;
    font-weight: bold;
    outline: 0 !important;
    text-transform: uppercase;
    background: #fdbe11;
    border: 1px solid #fdbe11;
    border-radius: 0;
    color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.box_login button.btn.button{
    background: #eeeeee;
    border-color: #eeeeee;
    color: #333333;
}
.box_login button.btn:hover{
    border-color: #41322b;
    background: #41322b;
    color: #ffffff;
}
.box_login button.btn span{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.box_login .div_right{
    text-align: right;
}
.address_delivery{
    margin-top: 30px;
}
.check_login_cart ul li{
    margin-bottom: 8px;
}
.check_login_cart ul li label{
    margin: 0;
    font-weight: normal;
}
.show_login_id{
    position: relative;
}
.show_login_id > div{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.show_login_id > div.active{
    position: relative;
    opacity: 1;
    visibility: visible;
}
.margin_left{
    margin-left: 150px;
}
.loginSocial .row_input {
    width: 190px;
    float: left;
    margin-right: 10px;
}
.loginSocial .login_social {
    overflow: hidden;
}
.login_social > div{
    margin-bottom: 10px;
}
.login_social > div.div_or{
    vertical-align: middle;
    margin: 0 10px;
}
.login_social .link_login a{
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 10px 10px 50px;
    min-width: 200px;
    background: #6b86cd;
    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;
    text-transform: uppercase;
}
.login_social .link_login.login_google a{
    background: #f4664e;
}
.login_social .link_login a:hover{
    color: #ffffff;
}
.login_social .link_login a:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40px;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 30px;
    background: #3b5998;
    color: #ffffff;
    z-index: 1;
    padding-top: 5px;
    text-align: center;
}
.login_social .link_login.login_google a:before{
    background: #df4930;
}
.login_social .link_login a:after{
    position: absolute;
    top: 0;
    left: 40px;
    right: 100%;
    bottom: 0;
    content: '';
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #3b5998;
}
.login_social .link_login.login_google a:after{
    background: #df4930;
}
.login_social .link_login a:hover:after{
    right: 0;
}
.login_social .link_login a span{
    position: relative;
    z-index: 2;
}
ul.method li{
    margin-bottom: 5px;
    text-align: justify;
}
ul.method li label{
    margin: 5px 0;
}
ul.method li .padding-left{
    padding-left: 20px;
    font-size: 14px;
    line-height: 22px;
}
ul.method li .color_bold{
    font-weight: bold;
    color: #149c45;
}
ul.method li .color_red{
    color: #eb3131;
}
.box_login .ad_title{
    cursor: pointer;
    font-size: 15px;
    line-height: 20px;
    padding: 15px 50px;
    background: #eeeeee;
    margin-bottom: 10px;
    position: relative;
}
.box_login .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%);
}
.box_login .ad_title:after{
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #666666;
    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: 18px;
    font-family: FontAwesome;
    color: #ff0000;
}
.box_login .active .ad_title:after{
    content: '\f00c';
}
.box_login .ad_content{
    display: none;
}
.info_general{
    margin-bottom: 30px;
}
.info_general .addtocart{
    margin-top: 20px;
}
.info_general .addtocart .fl_mr{
    float: left;
    margin-right: 10px;
}
.wraspMethod{
    padding: 10px 20px;
}
.wraspMethod .radio{
    margin-bottom: 15px;
}
.wraspMethod .radio label{
    font-weight: bold;
}
.wraspMethod .radio p{
    padding: 0;
    padding-left: 20px;
}
.wraspMethod .radio p span{
    color:#fdbe11;
}
/*================================================*/
.productCart{
    position: relative;
    padding: 15px;
    padding-left: 90px;
    border-bottom: solid 1px rgba(0,0,0,0.15);
}
.productCart .img{
    position: absolute;
    width: 65px;
    top: 20px;
    left: 10px;
}
.productCart .caption{
    overflow: hidden;
}
.productCart .tend{
    font-weight: normal;
    font-family: 'UTM Times';
    font-size: 16px;
    line-height: 24px;
}
.productCart .code{
    color:#666666;
    font-size: 14px;
    line-height: 22px;
}
.productCart .sl{
    margin-bottom: 5px;
}
.productCart .sl span{
    font-weight: bold;
    color:#ffffff;
    background: #ae805d;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 5px;
}
.productCart .sll{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
}
.productCart .price{
}
.productCart .price span{
    color: #ed1c24;
    font-weight: bold;
}
/*==================================================*/
.box_success {
    margin-bottom: 30px;
    background: url(../images/bg-success.png) no-repeat 55px center #f5f5f5;
    min-height: 400px;
    padding: 30px 30px 30px 400px;
}
.box_success .s_title{
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fdbe11;
    font-weight: 600;
}
.box_success .t1{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.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: #fdbe11;
    font-weight: bold;
}
.box_success .block.block1 span{
    color:#df2025;
}
.box_success .block{
    max-width: 370px;
    margin-bottom: 10px;
    text-align: center;
}
.box_success .block a{
    color:#ffffff;
}
.box_success .block.block1{
    padding: 10px 20px;
    background: #ffffff;
    border: solid 1px #ee3024;
}
.box_success .block.block2{
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
    color: #ffffff;
    background: #41322b;
}
.box_success .block.block2 .id{
    font-size: 40px;
    line-height: 50px;
}
.stepfinish{
    padding: 20px;
}
.stepfinish .boxFinish:last-child{
    margin-bottom: 0;
}
.boxFinish{
    margin-bottom: 40px;
}
.boxFinish .tit{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    color: #f47721;
}
.boxFinish .tit:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width:60px;
    border-bottom: solid 3px #f47721;
}
.stepfinish ul li{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #eeeeee;
}
.stepfinish ul li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.stepfinish .att {
    width: 215px;
    float: left;
    font-weight: bold;
}
.stepfinish .ats {
    overflow: hidden;
    padding-left: 15px;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
table.addtocart2{
    text-align: left;
}
table.addtocart2 thead {
    display: none;
}
table.addtocart2 tbody tr {
    display: block;
    border-bottom: solid 2px #e5e5e5;
    padding: 15px 0;
    padding-right: 35px;
    position: relative;
}
table.addtocart2 tbody tr:last-child{
    border-bottom: none;
}
table.addtocart2 tbody tr td{
    display: block;
    border: none;
    padding: 0;
    padding-left: 90px;
    position: relative;
    margin-bottom: 10px;
}
table.addtocart2 .i-img {
    position: absolute;
    left: 0px;
    top: 15px;
    width: 75px;
    height: 75px;
}
table.addtocart2 .quantity{
    justify-content: flex-start;
}
table.addtocart2 tbody tr td:last-child{
    position: initial;
}
table.addtocart2 .btnclear {
    position: absolute;
    top: 12px;
    right: 0;
}
}

@media all and (max-width: 991px){
.tableButton .fl,
.tableButton .fr{
    float: none;
}
.tableButton .btnCart{
    width: 100%;
    margin-bottom: 10px;
}
.cartInfo .at{
    font-size: 14px;
    line-height: 22px;
    margin-right: 10px;
}
.cartInfo .as.s{
    font-size: 18px;
    line-height: 26px;
}
.tableToCartInfo{
    display: block;
    padding: 25px 20px;
}
.formPoint .designForm{
    width: 100%;
    margin-bottom: 20px;
}
.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;
}
.box_success {
    padding: 20px 25px;
    background-image: none;
}
.box_success .s_title{
    font-size: 30px;
    line-height: 40px;
}
}

@media all and (max-width: 767px){
.loginSocial .row_input{
    float: none;
    width: 100%;
}
}

@media all and (max-width: 520px){
.boxCart label{
    width: 100%;
    float: none;
}
.styleSuccess{
    padding: 35px 20px;
}
.styleSuccess .t1{
    font-size: 30px;
    line-height: 40px;
}
.style_step ul li .text{
    display: none;
}
.stepfinish .att{
    width: 100%;
    float: none;
}
.stepfinish .ats{
    padding-left: 0;
}
}

@media all and (max-width: 420px){
.cartInfo .as.s {
    font-size: 16px;
    line-height: 24px;
}
}









/*By Thai Son*/


/*box-process*/
.box-process {
	padding: 30px;
	position: relative;
	background-color: #ffffff;
	border: solid 1px rgba(0, 0, 0, 0.1);
}

.process-content {
	text-align: center;
	padding: 50px 0;
}
.process-loading {

}

.validate .help-block {
	margin: 0 !important;
}

.has-error em{
	display: none !important;
}

.box_login .ad_title input {
	display: none;
}

.box_login .row_input .has-error .form-control {
	border-color: #a94442 !important;
}
.box_login .row_input .has-success .form-control {
	border-color: #3c763d !important;
}