
	.wrapCorn{
		margin-top: 70px;
	}

	.table-qua{
        position: relative;
    }
    .table-qua .grid-qua{
        margin-left: 0;
        position: relative;
        width: 75px;
        display: inline-block;
    }
    .table-qua .grid-qua .col2 input{
        width: 50px;
        height: 30px;
        border: 1px solid #ddd;
        font-size: 14px;
        padding: 0 5px;
    }
    .table-qua button{
        border: 0;
        width: 25px;
        height: 16px;
        color: #333;
        text-align: center;
        line-height: 15px;
        background: #fff;
        box-shadow: none;
        outline: none;
        padding: 0;
        border: 1px solid #ddd;
    }
    .table-qua button i{
        text-align: center;
        line-height: 15px;
    }
    .table-qua .grid-qua .col1{
        position: absolute;
        right: 0;
        top: 0;
    }
    .table-qua .grid-qua .col3{
        position: absolute;
        right: 0;
        bottom: 0;
    }
	
	.style_step{
	    margin-bottom: 30px;
	    position: relative;
	}
	.style_step:after{
		content: '';
		position: absolute;
		top: 25px;
		left: 50%;
		width: 320px;
		height: 1px;
		background: #e5e5e5;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.style_step ul{
	    text-align: center;
	    position: relative;
	    z-index: 2;
	}
	.style_step ul li{
	    display: inline-block;
	    padding: 0 40px;
	    position: relative;
	}
	.style_step ul li .number{
	    display: block;
	    margin: 0 auto;
	    width: 50px;
	    height: 50px;
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
	    border-radius: 50%;
	    font-size: 20px;
	    line-height: 45px;
	    color: #333;
	    margin-bottom: 10px;
	    background: #fff;
	    font-weight: 700;
	    border: 1px solid #e30013;
	}
	.style_step ul li.active .number{
	    background: #e30013;
	    color: #ffffff;
	}
	.style_step ul li .text{
		font-size: 14px;
		line-height: 22px;
		color: #333;
	}

	.table_cart{
	    margin-bottom: 30px;
	}
	.addtocart{
	    width: 100%;
	}
	.addtocart tr{
	    border: 1px solid #e5e5e5;
	}
	.addtocart tr td{
	    padding: 10px 15px;
	}
	.addtocart tr td:first-child{
		padding-right: 0;
	}
	.addtocart thead tr td{
	    background: #f2f2f2;
	    padding: 15px;
	}
	.addtocart tfoot tr td{
	    padding: 20px 15px;
	}
	.addtocart tr td .img{
	    width: 60px;
	}
	.addtocart tr td .t-title a{
		display: block;
	    float: left;
	    font-size: 12px;
	    line-height: 20px;
	}
	.addtocart tr td .t-id{
	    font-size: 13px;
	    color: #e30013;
	}
	.addtocart tr td .t-bold{
	    font-weight: bold;
	    color: #ff0000;
	}
	.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.btn{
	    height: auto;
	    font-size: 14px;
	    line-height: 25px;
	    -webkit-border-radius: 0;
	    -moz-border-radius: 0;
	    border-radius: 0;
	    padding: 10px 15px;
	    min-width: 170px;
	    font-weight: bold;
	    outline: 0 !important;
	    text-transform: uppercase;
	    background: #00a650;
	    border: 1px solid #00a650;
	    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;
	}
	.addtocart button.btn.button{
	    background: #eeeeee;
	    border-color: #eeeeee;
	    color: #333333;
	}
	.addtocart button.btn:hover{
	    border-color: #00a650;
	    background: #00a650;
	    color: #ffffff;
	    -webkit-box-shadow: inset 0 0 3px #ffffff;
	    -moz-box-shadow: inset 0 0 3px #ffffff;
	    box-shadow: inset 0 0 3px #ffffff;
	}
	.addtocart button.btn span{
	    font-size: inherit;
	    line-height: inherit;
	    color: inherit;
	}
	.totalWrap {
	    padding: 10px 70px 10px 0;
	    background: #ececec;
	    margin-bottom: 30px;
	}
	.totalPrice2 {
	    float: right;
	}
	.totalPrice2 ul li{
	    margin-bottom: 10px;
	}
	.totalPrice2 ul li:nth-child(3){
		border-top: 1px solid #ddd;
		padding-top: 8px;
	}
	.totalPrice2 .p{
	    float: left;
	    width: 100px;
	    text-align: left;
	    text-transform: uppercase;
	}
	.totalPrice2 .l{
	    float: left;
	    color: #333;
	    text-align: right;
	    font-size: 15px;
	    width: 335px;
	}
	.totalPrice2 .p b{
		font-size: 20px;
		line-height: 30px;
	}
	.totalPrice2 .l b.red{
		font-size: 22px;
		line-height: 32px;
		color: #e30013;
	}

	.buttonWrap a{
		width: 210px;
		height: 45px;
		text-align: center;
		font-size: 14px;
		text-transform: uppercase;
		line-height: 45px;
		font-weight: 700;
		display: block;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
	}
	.buttonWrap .fl a{
		background: #eeeeee;
		color: #333;
	}
	.buttonWrap .fl a:hover{
		background: #e30013;
		color: #fff;
	}
	.buttonWrap .fr button{
		border: 0;
		outline: none;
		background: #e30013;
		color: #fff;
		width: 210px;
		height: 45px;
		text-align: center;
		font-size: 14px;
		text-transform: uppercase;
		line-height: 45px;
		font-weight: 700;
		display: block;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
	}
	.buttonWrap .fr button:hover{
		background: #eeeeee;
		color: #333;
	}
	.info_general{
        
    }
    .info_general .bg_color{
        background: #f2f2f2;
    }
    .info_general .info_title{
        font-size: 16px;
        line-height: 20px;
        padding: 15px;
        border: 1px solid #e5e5e5;
        text-transform: uppercase;
        font-weight: bold;
    }
    .info_general .info_content{
        border: 1px solid #e5e5e5;
        border-top: 0;
    }
    .info_general .wrap_box_login{
        padding: 20px;
        background: transparent;
        margin-bottom: 0;
    }
    .info_finish{
        margin-bottom: 15px;
    }
    .info_finish .if_title{
        font-size: 16px;
        line-height: 25px;
        padding-bottom: 10px;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-weight: bold;
        color: #e30013;
        position: relative;
    }
    .info_finish .if_title:before{
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 60px;
        height: 3px;
        background: #e30013;
    }
    .info_finish .if_content .if_row{
        padding: 8px 0;
        border-bottom: 1px solid #eeeeee;
    }
    .info_finish .if_content .if_row:last-child{
        border-bottom: 0;
    }
    .info_finish .if_content .if_row .if_row_left{
        float: left;
        width: 200px;
        padding-right: 15px;
        font-weight: bold;
    }
    .info_finish .if_content .if_row .if_row_right{
        padding-left: 200px;
    }
    .info_general .row_info{
        padding: 25px 20px;
        background: #f0f0f0;
        border: 1px solid #e5e5e5;
        border-top: 0;
    }
    .info_general .row_info div.item{
        margin-bottom: 5px;
    }
    .info_general .row_info div.item .row_right.price_1{
        font-size: 16px;
        line-height: 24px;
    }
    .info_general .row_info .row_left{
        float: left;
        text-align: right;
        width: calc(100% - 200px);
        width: -webkit-calc(100% - 200px);
        width: -o-calc(100% - 200px);
        width: -moz-calc(100% - 200px);
    }
    .info_general .row_info .btn-choose a{
    	width: 230px;
    	height: 45px;
    	border: 1px solid #a80101;
    	line-height: 45px;
    	text-align: center;
    	font-size: 14px;
    	font-weight: 700;
    	display: block;
    	color: #a80101;
    	margin-top: 20px;
    	-webkit-transition: all .4s;
    	-o-transition: all .4s;
    	transition: all .4s;
    }
    .info_general .row_info .btn-choose a span{
    	padding-left: 20px;
    	position: relative;
    	display: inline-block;
    }
    .info_general .row_info .btn-choose a span:after{
    	content: '\f0d9';
    	font-family: fontAwesome;
    	position: absolute;
    	left: 0;
    	top: 50%;
    	-webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	-o-transform: translateY(-50%);
    	transform: translateY(-50%);
    }
    .info_general .row_info .btn-choose a:hover{
    	color: #fff;
    	background: #a80101;
    }
    .buttonWrap .fr button{
    	width: 370px;
    	height: 45px;
    	background: #a80101;
    	color: #fff;
    	text-align: center;
    	font-weight: 400;
    	font-size: 14px;
    	line-height: 45px;
    	margin-top: 30px;
    	-webkit-transition: all .4s;
    	-o-transition: all .4s;
    	transition: all .4s;
    }
    .buttonWrap .fr button span{
    	display: inline-block;
    	position: relative;
    	padding-left: 30px;
    }
    .buttonWrap .fr button span:after{
    	content: '\f07a';
    	font-family: fontAwesome;
    	position: absolute;
    	left: 0;
    	top: 50%;
    	-webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	-o-transform: translateY(-50%);
    	transform: translateY(-50%);
    }
    .info_general .row_info .row_right{
        float: right;
        width: 200px;
        text-align: right;
    }
    .info_general .row_info div.item:first-child{
    	margin-bottom: 10px;
    	padding-bottom: 10px;
    	border-bottom: 1px solid #ddd;
    }
    .info_general .total_price{
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
        color: #333;
    }
    .info_general  .color_promotion{
        color: #ea0101;
    }
    .info_general .table_info table tr{
        border: 1px solid #e5e5e5;
    }
    .info_general .table_info table tr td{
        padding: 10px;
        text-align: center;
        font-size: 13px;
        line-height: 20px;
    }
    /*.info_general .table_info table thead tr td{
        padding: 5px;
    }*/
    .info_general .table_info table tr td:nth-child(4){
        text-align: center;
        font-weight: 700;
    }
    .info_general .table_info table tr td .img{
        width: 60px;
        float: left;
    }
    .info_general .table_info table tr td .t-title{
    	text-align: left;
    	overflow: hidden;
    	padding-top: 10px;
    	padding-left: 10px;
    }
    .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: 200px;
    }
    .info_general .table_info table tbody tr td:nth-child(2){
        text-align: left;
    }
    .info_general .table_info table tbody tr td .t-id{
        color: #e30013;
        font-size: 13px;
        line-height: 20px;
    }
    .wrap_box_login {
	    padding: 20px;
	}
	.mb{
		margin-bottom: 30px;
	}
	.box_dx {
	    padding-right: 150px;
	}
	.box_login.box_dx .row_input .row_left{
		width: 80px;
	}
	.box_login.box_dx .row_input .row_right{
		padding-left: 80px;
	}
	.box_login.box_dx .row_input .row_right .inline{
		display: inline-block;
		margin-top: 8px;
	}
	.box_login.box_dx .row_input .row_right .inline:first-child{
		margin-right: 15px;
	}
	.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: 160px;
	    padding-right: 15px;
	    float: left;
	    text-align: right;
	}
	.box_login.rowLeft_200 .row_input .row_left{
	    width: 200px;
	}
	.box_login .row_input .row_left label{
	    margin-top: 5px;
	    font-size: 15px;
	    line-height: 25px;
	    font-weight: 700;
	}
	.box_login .row_input .row_left label span{
	    color: #ff0000;
	}
	.box_login .row_input .row_right{
	    padding-left: 160px;
	}
	.box_login.rowLeft_200 .row_input .row_right{
	    padding-left: 200px;
	}
	.box_login .row_input .form-control{
	    height: 40px;
	    border-radius: 0;
	    border: 1px solid #d1d1d1;
	    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,.15);
	    -moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,.15);
	    box-shadow: inset 1px 1px 2px rgba(0,0,0,.15);
	}
	.box_login .row_input textarea.form-control{
	    height: 90px;
	    resize: none;
	}
	.box_login .row_input .form-control:focus{
	    border-color: #c0c0c0;
	    outline: 0;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(192, 192, 255, 1);
	    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(192,192,292,1);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(192,192,192,1);
	}
	.box_login button.btn{
	    width: 100%;
	    height: auto;
	    font-size: 14px;
	    line-height: 25px;
	    -webkit-border-radius: 0;
	    -moz-border-radius: 0;
	    border-radius: 0;
	    padding: 10px 15px;
	    min-width: 170px;
	    font-weight: bold;
	    outline: 0 !important;
	    text-transform: uppercase;
	    background: #e30013;
	    border: 2px solid #e30013;
	    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{
	    background: #fff;
	    color: #e30013;
	    -webkit-box-shadow: inset 0 0 3px #ffffff;
	    -moz-box-shadow: inset 0 0 3px #ffffff;
	    box-shadow: inset 0 0 3px #ffffff;
	}
	.box_login button.btn span{
	    font-size: inherit;
	    line-height: inherit;
	    color: inherit;
	}
	.box_login .div_right{
	    text-align: right;
	}
	.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;
	}
	.border-bottom{
	    border-bottom: 1px solid #ddd;
	}
	.box_center{
	   	max-width: 520px;
	    margin: 0 auto;
	    padding-left: 160px; 
	    position: relative;
	    padding-bottom: 128px;
	}
	.box_login .box_center .login_social{
        padding: 12px 20px 30px;
        position: relative;
        border-top: 1px solid #e5e5e5;
    }
    .box_login .box_center .login_social:after{
        content: '';
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 0;
        border-bottom: 1px solid #e5e5e5;
    }
    .box_center .login_social .text{
        position: absolute;
		left: 50px;
		top: 0;
    }
    .box_center .link_login a{
        display: block;
        position: relative;
        font-size: 14px;
        line-height: 20px;
        padding: 9px 10px 9px 54px;
        background: #6b86cd;
        color: #fff;
        text-transform: uppercase;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .box_center .link_login.login_facebook a{
        margin-bottom: 10px;
    }
    .box_center .link_login.login_google a{
        background: #f4664e;
    }
    .box_center .link_login a:hover{
        color: #ffffff;
    }
    .box_center .link_login a.facebook:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 37px;
        height: 38px;
        background: url('../images/icon2.png') no-repeat;
    }
    .box_center .link_login a.google:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 37px;
        height: 38px;
        background: url('../images/icon3.png') no-repeat;
    }
    .box_center .link_login a:after{
        position: absolute;
        top: 0;
        left: 38px;
        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: #4b64a5;
    }
    .box_center .link_login.login_google a:after{
        background: #df4930;
    }
    .box_center .link_login a:hover:after{
        right: 0;
    }
    .box_center .link_login a span{
        position: relative;
        z-index: 2;
    }
    .full_button{
    	margin-top: 20px;
    }
    .full_button a span{
    	display: inline-block;
    	position: relative;
    	padding-left: 15px;
    }
    .full_button a span:after{
    	content: '\f100';
    	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_login .ad_title{
        cursor: pointer;
        font-size: 14px;
        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 .addtocart{
        margin-top: 20px;
    }
    .info_general .addtocart .fl_mr{
        float: left;
        margin-right: 10px;
    }
    .show_login_id p{
    	padding: 0;
    	font-size: 15px;
    	line-height: 22px;
    	padding-left: 30px;
    }
    .show_login_id p span{
    	color: #ff0000;
    }
    .info_general_v2{
    	margin: 30px 0;
    }
    .buttonWrap.fix_here .fr{
    	float: none;
    }
    .buttonWrap.fix_here .fr button{
    	width: 100%;
    }
    .box_success{
        background: #f0f0f0;
        padding: 25px;
    }
    .box_success .sub{
		max-width: 580px;
        margin: 0 auto;
        text-align: center;
    }
    .box_success .s_title{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
        text-transform: uppercase;
        color: #333;
        font-weight: 700;
    }
    .box_success .text1{
        font-size: 14px;
        line-height: 22px;
        padding: 0 50px;
        margin-bottom: 15px;
    }
    .box_success .text2{
        font-size: 20px;
        line-height: 30px;
        background: #fff;
        padding: 10px 0;
    }
    .box_success .text3{
        font-size: 15px;
        line-height: 24px;
        color: #333;
    }
    .box_success .text3 strong{
    	color: #a80101;
    }
    .box_success .color_bold{
        font-weight: bold;
        color: #e30013;
    }
    .box_success .block{
        margin-bottom: 15px;
        text-align: center;
    }
    .box_success .block.block1{
        font-size: 14px;
        line-height: 25px;
        padding: 10px 20px;
        color: #333;
        border: 1px solid #00a55a;
        background: #fff;
        margin-bottom: 15px;
    }
    .box_success .block.block1 span{
        color: #da1e12;
    }
    .box_success .block.block2{
        font-size: 18px;
        line-height: 25px;
        padding: 10px 20px;
        color: #ffffff;
        background: #a80101;
    }
    .box_success .block.block2 .id{
        font-size: 40px;
        line-height: 50px;
        font-weight: 700;
    }

    .fix_page{
    	margin: 0;
    }
    .fix_page strong{
    	display: block;
    }
    .fix_page .check_login_cart ul li{
    	padding-left: 30px;
    	position: relative;
    }
    .fix_page .check_login_cart ul li input{
		position: absolute;
		top: 0;
		left: 0;
    }
    .trash{
    	display: none !important;
    }
/******************************************************/
	@media screen and (max-width: 991px){
		.addtocart thead tr td{
            display: none;
        }
        .addtocart tr td{
            width: 100%;
            display: block;
            padding: 0;
            position: relative;
        }
        .hidden_col{
            display: none !important;
        }
        .addtocart .img {
            position: absolute;
            top: 25px;
            left: 0;
        }
        .addtocart tbody tr td:nth-child(2) {
            padding-left: 70px !important;
            padding-top: 12px !important;
        }
        .addtocart tbody tr td:nth-child(4) {
            padding-left: 70px !important;
            padding-top: 5px !important;
        }
        .addtocart tbody tr td:nth-child(5){
        	padding: 7px 0 15px 110px !important;
        }
         .addtocart tbody tr td .t-close{
            position: absolute;
            right: 10px;
            bottom: 20px;
        }
        .addtocart tbody tr td:before {
            content: attr(data-con);
            position: absolute;
            left: 70px;
            font-size: 14px;
            line-height: 22px;
            color: #333333;
            font-weight: 400;
            top: 5px;
        }
        .addtocart tr{
        	border-left: 0;
        	border-right: 0;
        }
        .totalWrap{
        	padding: 15px 10px;
        	margin-bottom: 20px;
        }
        .totalPrice2{
			float: left;
			width: 100%;
        }
        .totalPrice2 .l{
        	width: calc(100% - 100px);
	        width: -webkit-calc(100% - 100px);
	        width: -o-calc(100% - 100px);
	        width: -moz-calc(100% - 100px);
        }
        .style_step:after{
        	width: 255px;
        }
        .style_step ul li{
        	padding: 0 15px;
        }
        .buttonWrap .sub{
        	margin: 0 -5px;
        }
        .buttonWrap .sub .fl,.buttonWrap .sub .fr{
        	width: 50%;
        	padding: 0 5px;
        }
        .buttonWrap .sub .fl a,.buttonWrap .sub .fr button{
        	width: 100%;
        }
        .full_button .buttonWrap .sub .fl{
        	width: 100%;
        }
        .marginB{
        	margin-bottom: 20px;
        }
        .info_general .wrap_box_login{
        	
        }
        .box_center{
        	padding-bottom: 20px;
        	padding-left: 0;
        }
        .box_center .login_social .text{
        	position: static;
        	margin-bottom: 5px;
        }
        .box_login .row_input .row_left{
        	width: 100%;
        	float: none;
        	padding-right: 0;
        	text-align: left;
        }
        .box_login .row_input .row_right,.box_login.rowLeft_200 .row_input .row_right{
        	padding-left: 0;
        }
        .info_general_v2{
        	margin: 0 0 20px;
        }
        .info_general{
        	margin-bottom: 20px;
        }
        .mb{
        	margin-bottom: 20px;
        }
        .buttonWrap.fix_here .sub .fr{
        	width: 100%;
        }
        .box_success{
            padding: 25px 20px;
        }
        .box_success .s_title{
            font-size: 18px;
            line-height: 26px;
            margin-bottom: 0;
        }
        .box_success .text1{
            font-size: 14px;
            padding: 0;
        }
        .box_success .text2{
            font-size: 12px;
            padding: 5px 15px;
        }
        .box_success .text1 strong{
            font-size: 16px;
        }
        .box_success .block.block2{
            font-size: 16px;
        }
        .box_success .block.block2 .id{
            font-size: 35px;
            line-height: 45px;
        }
        .box_success .block{
            max-width: 100%;
            width: 100%;
        }
        .box_login.box_dx .row_input .row_left{
        	width: 100%;
        }
        .box_login.box_dx .row_input .row_right{
        	width: 100%;
        	padding-left: 0;
        }
        .box_dx{
        	padding-right: 0;
        }
        .buttonWrap .fr{
        	float: none;
        	margin-bottom: 20px;
        	width: 100% !important;
        }
        .buttonWrap .fr button{
        	margin-top: 20px;
        }
        .info_general .table_info table thead tr td{
        	display: none;
        }
        .info_general .table_info table tr td{
        	display: block;
        	padding-left: 95px;
        	width: auto;
        	position: relative;
        	text-align: left;
        }
        .info_general .table_info table tbody tr td:first-child{
        	width: auto;
        }
        .info_general .table_info table tr td .img{
        	position: absolute;
        	float: none;
        	left: 0;
        	top: 20px;
        }
        .info_general .table_info table tr td:after{
        	content: attr(data-con);
		    position: absolute;
		    left: 75px;
		    top: 2px;
		    font-size: 14px;
		    line-height: 22px;
		    color: #333333;
		    font-weight: 400;
        }
        .info_general .table_info table tr td:nth-child(2){
        	padding-left: 145px;
        	padding-top: 0;
        }
        .info_general .table_info table tr td:nth-child(4){
        	text-align: left;
        	padding-left: 150px;
        	padding-top: 3px;
        	padding-bottom: 10px;
        }
        .block-none{
        	display: none !important;
        }
		.trash{
			display: block !important;
			padding: 0 !important;
		}
		.trash a{
			position: absolute;
			right: 20px;
			bottom: 15px;
			font-size: 16px;
			color: #888888;
		}
		.info_general .table_info table tr td .t-title{
			padding-left: 70px;
		}
	}

	@media screen and (max-width: 379px){
		.style_step:after{
        	width: 215px;
        }
        .style_step ul li{
        	padding: 0 5px;
        }
        .buttonWrap .sub .fl a,.buttonWrap .sub .fr button{
        	font-size: 11px;
        }
        .info_general .table_info table tr td{
            padding: 5px;
        }
        .info_general .row_info .row_left{
            font-size: 13px;
        }
        .info_general .row_info div.item .row_right.price_1{
            font-size: 14px;
            line-height: 22px;
        }
	}
