.menuMember{
    margin-bottom: 25px;
}
.menuMember ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menuMember ul li{
    margin: 0 30px;
}
.menuMember ul li:first-child{
    margin-left: 0;
}
.menuMember ul li:last-child{
    margin-right: 0;
}
.menuMember ul li a{
    display: block;
    color:#666666;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
    font-family: 'TA Encorpada VN';
}
.menuMember ul li:hover a,
.menuMember ul li.current a{
    text-decoration: underline;
}
.menuMember ul li a span {
    padding: 3px 0;
    padding-left: 50px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: auto 30px;
}
.menuMember ul li.v1 a span{
    background-image: url(../images/i-m-login.svg);
}
.menuMember ul li.v2 a span{
    background-image: url(../images/i-m-user.svg);
}
.menuMember ul li.v3 a span{
    background-image: url(../images/i-m-lock.svg);
}
.menuMember ul li.v4 a span{
    background-image: url(../images/i-m-book.svg);
}
/*================================================*/
.boxAccount{
    padding: 35px 60px;
    background: #eaeaea;
}
.boxAccount .wrap{
    max-width: 370px;
    margin: 0 auto;
}
.boxAccount .row{
    margin-left: -30px;
    margin-right: -30px;
}
.boxAccount .row *[class^="col-"]{
    padding-left: 30px;
    padding-right: 30px;
}
.boxAccount label{
    min-height: 22px;
    display: block;
    font-weight: normal;
    font-size: 12px;
}
.boxAccount label span{
    color:#ee3024;
}
.boxAccount input[type="text"],
.boxAccount input[type="password"],
.boxAccount select{
    width: 100%;
    height: 45px;
    padding-left: 10px;
    border:solid 1px #dddddd;
    font-size: 12px;
}
.boxAccount .grid{
    margin: 0 -5px;
}
.boxAccount .grid:after{
    content: "";
    display: block;
    clear: both;
}
.boxAccount .grid .col{
    width: 33.333333%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
}
.boxAccount .checkbox label{
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
}
.boxAccount .checkbox label a{
    font-weight: bold;
    text-decoration: underline;
}
.boxAccount .txtAttend{
    font-style: italic;
}
.boxAccount .txtAttend span{
    color:#ee3024;
}
.boxAccount button{
    width: 100%;
    height: 45px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #3b393a;
    color: #ffffff;
    border: none;
    font-size: 12px;
    border:solid 1px #3b393a;
}
.boxAccount button:hover{
    background: transparent;
    color:#3b393a;
}
.boxAccount .txtSocial{
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
}
.boxAccount .linkSocial a{
    display: inline-block;
    margin-bottom: 10px;
}
/*===================================================================*/
.boxMember{
    padding: 25px 30px;
    background: #eaeaea;
}
.boxMember label{
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
}
.boxMember .wrap{
    max-width: 970px;
    margin: 0 auto;
}
.boxMember label span{
    color:#ee3024;
}
.boxMember input[type="text"],
.boxMember input[type="password"],
.boxMember select{
    width: 100%;
    height: 45px;
    padding-left: 10px;
    border:solid 1px #dddddd;
    font-size: 11px;
    line-height: 20px;
}
.boxMember .grid{
    margin: 0 -5px;
}
.boxMember .grid:after{
    content: "";
    display: block;
    clear: both;
}
.boxMember .grid .col{
    width: 33.333333%;
    float: left;
    padding: 0 5px;
    margin-bottom: 13px;
}
.boxMember .grid.v1 .col{
    width: 100%;
}
.boxMember .checkbox label{
    font-weight: normal;
}
.boxMember .checkbox label a{
    font-weight: bold;
    text-decoration: underline;
}
.boxMember .txtAttend{
    font-style: italic;
}
.boxMember .txtAttend span{
    color:#ee3024;
}
.boxMember button{
    width: 305px;
    height: 45px;
    text-transform: uppercase;
    color: black;
    background: #3b393a;
    border:none;
    font-size: 13px;
    line-height: 21px;
    color:#ffffff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border:solid 1px #3b393a;
}
.boxMember button:hover{
    background: transparent;
    color:#3b393a;
}
.boxMember a.forgetPass {
    display: inline-block;
    font-size: 15px;
    line-height: 23px;
    background: #ffffff;
    width: 200px;
    text-align: center;
    padding: 10px 10px;
    border-radius: 5px;
    border: solid 1px #ec3c00;
    margin-left: 30px;
}
.boxMember a.forgetPass:hover{
    background: #ec3c00;
    color: #ffffff;
}
.boxMember .txtSocial{
    margin-bottom: 10px;
}
.boxMember .linkSocial a{
    display: inline-block;
    margin-bottom: 10px;
}
.boxMember .changeAvatar{
    width: 100%;
    max-width: 170px;
    margin-bottom: 15px;
}
.boxMember .changeAvatar .img{
    border-radius: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}
.boxMember .changeAvatar .img img{
    width: 100%;
}
.boxMember .changeAvatar a{
    display: block;
    background: #888888;
    color:#ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 9px 10px;
    font-size: 13px;
    line-height: 21px;
}
.boxMember .changeAvatar a:hover{
}
.boxMember .wrapMax{
    max-width: 370px;
    margin:0 auto;
}
/*=======================================================*/
.formSearch{
    margin-bottom: 25px;
}
.formSearch select{
    width: 120px;
    height: 40px;
    border: solid 1px #d6d6d6;
    background: #ffffff;
    color:#666666;
    margin-right: 10px;
    float:left;
    padding-left: 10px;
}
.formSearch input.date{
    width:125px;
    height: 40px;
    color:#666666;
    border: solid 1px #d6d6d6;
    background: #ffffff;
    background-repeat: no-repeat;
    background-position: center right 13px;
    margin-right: 10px;
    float:left;
    padding-left: 10px;
}
.formSearch input.idorder{
    width:230px;
    height: 40px;
    border: solid 1px #d6d6d6;
    background: #ffffff;
    color:#666666;
    margin-right: 10px;
    float:left;
    padding-left: 10px;
}
.formSearch button{
    width: 130px;
    height: 40px;
    padding: 8px 0px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.formSearch button span{
    position: relative;
    /* padding-left: 25px; */
}
.formSearch button span:before{
    /* content: "\f002"; */
    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-size: 18px;
    line-height: 26px;
}
.tableManager{
    width:100%;
    margin-bottom: 15px;
    background: #ffffff;
}
.tableManager thead tr th {
    padding: 11px 20px;
    background: #3b393a;
    text-transform: uppercase;
    font-weight: normal;
    color: #ffffff;
    font-size: 11px;
    line-height: 20px;
}
.tableManager tbody tr td{
    padding:10px 20px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    font-size: 12px;
    line-height: 20px;
}
.tableManager tbody tr:nth-child(even){background: #fafafa;}
.tableManager tbody tr:nth-child(odd){
}
.tableManager .code{font-weight: bold;font-size: 11px;line-height: 20px;}
.tableManager .red{
    color:#fa1b1b;
    float:left;
}
.tableManager .blue{
    color:#0084cb;
}
.tableManager .green{
    color:#009840;
}
.tableManager button {
    float: right;
    text-transform: uppercase;
    background: #666666;
    color: #ffffff;
    border: none;
    width: 70px;
    height: 30px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding:0;
}
.tableManager button:hover{
    background: #333333;
    color:#ffffff;
}
.boxManagerTitle{
    padding: 15px 20px;
    text-align: center;
    background: #f5f5f5;
    margin-bottom: 25px;
}
.boxManagerTitle .code{
    font-size: 20px;
    line-height: 30px;
}
.boxManagerTitle .code span {
    font-weight: 500;
}
.boxManagerTitle .txt{
    font-size: 11px;
    line-height: 20px;
}
/*============================================================*/
.pointDashbroad{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 20px 30px;
    background: #f5f5f5;
    margin-bottom: 20px;
}
.pointDashbroad .listPoint ul li{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.pointDashbroad .listPoint .a{
    width:180px;
}
.pointDashbroad .listPoint .s{
    font-size: 18px;
    line-height: 26px;
    color:#666666;
    font-weight: bold;
}
.pointDashbroad .listPoint .s.c{
    color: #d80000;
}
.pointDashbroad .totalPoint{
    max-width: 260px;
    width: 100%;
}
.pointDashbroad .totalPoint .txt{
    margin-bottom: 10px;
}
.pointDashbroad .totalPoint .point {
    font-size: 30px;
    line-height: 38px;
    font-weight: bold;
    background: #d80000;
    padding: 11px 25px;
    color: #ffffff;
    border-radius: 4px;
}
.pointDashbroad .totalPoint .point span{
    padding-left: 35px;
    position: relative;
}
.pointDashbroad .totalPoint .point span:before{
    content: "\f1c0";
    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;
}
.pointDashbroad .intro a{
    display: block;
}
.pointDashbroad .intro a span {
    padding-left: 20px;
    position: relative;
    display: block;
}
.pointDashbroad .intro a span:before{
    content: "\f02d";
    font-family: fontAwesome;
    position: absolute;
    left:0;
    top: 0;
    color: #d80000;
}
.tablePoint{
    position: relative;
    padding: 30px;
    background: #f5f5f5;
}
.nav-tabs{
    border-bottom: none;
    margin-bottom: 30px;
}
.nav-tabs:after{
    content: "";
    display: block;
    clear: both;
}
.nav-tabs>li {
    margin: 0;
    margin-right: 10px;
}
.nav-tabs>li>a {
    color: #ffffff;
    text-transform: uppercase;
    padding: 9px 20px;
    margin: 0;
    background: #888888;
    border-radius: 4px;
    display: block;
}
.nav-tabs>li>a:hover{
    color:#333333;
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover {
    background: #d80000;
    color: #ffffff;
}
.mc-navtab {
    background: #d80000;
    color: #ffffff;
    text-transform: uppercase;
    padding: 9px 20px;
    position: relative;
    display: none;
    margin-bottom: 10px;
    cursor: pointer;
}
.mc-navtab:before{
    content: "\f0d7";
    font-family: fontAwesome;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.info_general{
    margin-bottom: 10px;
    background: #ffffff;
}
.info_general .bg_color{
    background: #f2f2f2;
}
.info_general .info_title{
    font-size: 14px;
    line-height: 22px;
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    background: #f2f2f2;
    text-transform: uppercase;
}
.info_general .info_content{
    border: 1px solid #e5e5e5;
    border-top: 0;
}
.stepfinish{
    padding: 20px;
}
.boxFinish{
    margin-bottom: 40px;
}
.boxFinish .tit{
    font-size: 13px;
    line-height: 21px;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    color: #000000;
}
.boxFinish .tit:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width:60px;
    border-bottom: solid 1px #989898;
}
.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-size: 12px;
    line-height: 20px;
}
.stepfinish .ats {
    overflow: hidden;
    padding-left: 15px;
    font-size: 12px;
    line-height: 20px;
}
.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;
    font-size: 12px;
    line-height: 20px;
}
.info_general .row_info .row_right{
    float: right;
    font-size: 12px;
    line-height: 20px;
}
.info_general .total_price{
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
}
.info_general .table_info table{
    font-size:12px;
    line-height:20px;
}
.info_general .table_info table{
    width: 100%;
}
.info_general .table_info table tr{
    border: 1px solid #e5e5e5;
}
.info_general .table_info table tr td{
    padding: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}
.info_general .table_info table thead tr td{
    text-align: left;
    font-size: 12px;
    line-height: 20px;
}
.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;
    color: #5283e0;
}
.info_general .table_info table tbody tr td .t-id{
    color: #666666;
    font-size: 13px;
    line-height: 20px;
}
.addtocart button.btn-web{
    width: 170px;
    height: 45px;
    text-transform: uppercase;
    color: black;
    background: #231f20;
    border:solid 1px #231f20;
    color: #ffffff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-right: 15px;
    font-size: 12px;
    line-height: 20px;
}
.addtocart button.btn-web:hover{
    background: transparent;
    color:#231f20;
}
.addtocart .btn-design{
    display: inline-block;
    background: #eeeeee;
    border:none;
    font-weight: bold;
    line-height: 45px;
    padding: 0 15px;
    color: #333333;
    font-size: 12px;
    text-transform: uppercase;
}
.addtocart .btn-design:hover{
    background: #e4e4e4;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.boxAccount{
    padding: 15px;
}
.boxMember{
    padding: 15px;
}
.boxMember .changeAvatar{
    margin: 0 auto;
    margin-bottom: 15px;
}
.formSearch select, 
.formSearch input.idorder,
.formSearch input.date,
.formSearch button{
    width:100%;
    margin-bottom: 10px;
}
.tableManager thead{
    display: none;
}
.tableManager tbody tr{
    display: block;
    padding:10px;
    padding-left: 135px;
    border-bottom:solid 1px rgba(0,0,0,0.25);
    position: relative;
}
.tableManager tbody tr:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width:120px;
    background: #3b393a;
}
.tableManager tbody tr td{
    display: block;
    padding:0;
    border-bottom: none;
    margin-bottom: 10px;
    position: relative;
}
.tableManager tbody tr td:before{
    content: attr(data-cont);
    position: absolute;
    left: -136px;
    top: 0;
    width:110px;
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    color: #ffffff;
}
.tableManager .red,
.tableManager button{
    float:none;
    display: inline-block;
    margin-top: 5px;
}
.tableManager .red{
    margin-right: 40px;
}
.boxMember .tableManager button{
    width:70px;
}
.pointDashbroad{
    display: block;
    padding: 20px;
}
.pointDashbroad .totalPoint{
    margin-bottom: 10px;
}
.tablePoint{
    padding: 20px;
}
.mc-navtab {
    display: block;
}
.nav-tabs{
    background: #ffffff;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 60px;
    z-index: 1;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    display: none;
}
.tablePoint.active .nav-tabs{
    display: block;
}
.nav-tabs>li{
    float:none;
    margin: 0;
}
.nav-tabs>li>a{
    background: #ffffff;
    color:#333333;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background: inherit;
    color: #ff9900;
    border: none;
}
}

@media all and (max-width: 768px){
.boxAccount .grid .col{
    width: 100%;
}
.boxMember .grid .col{
    width: 100%;
}
.boxMember button{
    width: 100%;
}
.boxMember a.forgetPass{
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    display: block;
}
}

@media all and (max-width: 768px){
.stepfinish .att{
    width: 100%;
    float: none;
}
.stepfinish .ats{
    padding-left: 0;
}
}

@media all and (max-width: 400px){
.addtocart .fl{
    float: none;
}
.addtocart button.btn-web,
.addtocart .btn-design{
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
}