.changeAvatar.info_avatar {
    position: relative;
}
.menuMember{
    margin-bottom: 20px;
}
.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: 16px;
    line-height: 24px;
}
.menuMember ul li:hover a,
.menuMember ul li.current a{
    color: #2d87ff;
}
.menuMember ul li a span {
    padding-left: 45px;
    position: relative;
}
.menuMember ul li 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%);
    font-size: 35px;
    line-height: 45px;
}
.box_mid .mid-title .titleL{
    color: #009448;
    font-weight: 800;
    font-size: 24px;
    line-height: 36px;
}
.box_mid .mid-title .titleL h1, .box_mid .mid-title .titleL h2{
    font-weight: 800;
}
/*=========================================*/
.boxAccount{
}
.boxForm{
    margin-bottom: 20px;
}
.boxForm .titleform{
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 27px;
    color: #009448;
    font-weight: 800;
}
.boxAccount .wrap{
    max-width: 830px;
    margin: 0 auto;
}
.boxAccount .wraps{
    max-width: 400px;
    margin: 0 auto;
}
.boxAccount label{
    min-height: 22px;
    display: block;
    font-weight: bold;
}
.boxAccount .input-group{
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
} 
.boxAccount .input-group span{
    height: 45px;
}
.boxAccount .input-group span img{
    height: 100%;
}
.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 rgba(0,0,0,0.1);
    border: none;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    background: none;
}
.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;
    float: right;
    color: #fabe12;
}
.boxAccount .txtAttend{
    font-style: italic;
}
.boxAccount .txtAttend span{
    color:#fabe12;
}
.boxAccount .checkbox{
    margin-bottom: 20px;
}
.img.avatar_img img{
    width:100px;
    height:100px;
    border-radius:100%;
}
.btnAvatar.avatar_change {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-35%,-50%);
}
.boxAccount .btnAvatar button{
    height:29px;
    border:solid 1px #d6d6d6;
    border-radius:5px;
    background:#ffffff;
    color:#333;
    font-size:14px;
    text-transform:none;
}
.boxAccount button{
    width: 100%;
    height: 41px;
    background: #fabe12;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border:none;
    font-weight: bold;
}
.boxAccount button:hover{
    background: #fabe12;
}
.boxAccount .txtSocial{
    margin-bottom: 10px;
    /* font-weight: bold; */
}
.boxAccount .txtSocial a{
    font-weight: bold;
}
.boxAccount .linkSocial a{
    display: inline-block;
    margin-bottom: 10px;
}
.boxMember{

}
.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;
}
.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;
    background: #2d87ff;
    text-transform: uppercase;
    color:#ffffff;
    border-radius: 4px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border:none;
    font-weight: bold;

}
.boxMember button:hover{
    background: #fe0000;
}
.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 #2d87ff;
    color: #2d87ff;
    margin-left: 30px;
}
.boxMember a.forgetPass:hover{
    background: #2d87ff;
    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 img{
    width: 100%;
}
.boxMember .changeAvatar a{
    display: block;
    background: #666666;
    color:#ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 9px 10px;
}
.boxMember .changeAvatar a:hover{
    background: #ee3024;
}
.boxMember .wrapMax{
    max-width: 370px;
    margin:0 auto;
}
.boxMember .formFa{
    position: relative;
}
.boxMember .formFa.fll{
    float: left;
}
.boxMember .formFa:before{
    font-family: fontAwesome;
    position: absolute;
    right: 20px;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #666666;
}
/*=======================================================*/

.tableManager{
    width:100%;
    margin-bottom: 15px;
    background: #ffffff;
}
.tableManager thead tr th {
    padding: 11px 20px;
    background: #fabe12;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
}
.tableManager tbody tr td{
    padding:10px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    font-size: 14px;
    line-height: 22px;
}
.tableManager tbody tr td .protab{

    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
}

.tableManager .code{font-weight: bold;}
.tableManager .red{
    color:#fa1b1b;
}
.tableManager .tomoto{
    color: #f47721;
    float: left;
}
.tableManager .blue{
    color:#0084cb;
}
.tableManager .green{
    color:#fabe12;
}
.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;
    border-radius: 5px;
}
.tableManager button:hover{
    background: #ee3024;
}
.boxManagerTitle{
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 25px;
    border: 1px solid rgba(0,0,0,0.1);
    align-items: center;
}
.boxManagerTitle .boxManagerL{
    width: 290px;
    padding: 0 15px;
    border-right: 1px solid rgba(0,0,0,0.1);
}
.boxManagerTitle .boxManagerL li{
    display: flex;
    margin-bottom: 10px;
}
.boxManagerTitle .boxManagerL li strong{
    font-size: 15px;
    color: #009448;
}
.boxManagerTitle .boxManagerL li .txt{
    width: 120px;
    padding-right: 5px;
    position: relative;
}
.boxManagerTitle .boxManagerL li .txt::after{
    content: ':';
    position: absolute;
    right: 0;
}
.boxManagerTitle .boxManagerL li .decs{
    width: calc(100% - 120px);
    padding-left: 5px;
}
.boxManagerTitle .boxManagerR{
    width: calc(100% - 290px);
    padding: 0 15px;
}
.boxManagerTitle .boxManagerR .qtpayment ul{
    display: flex;
    align-items: flex-start;
    position: relative;
}
.boxManagerTitle .boxManagerR .qtpayment ul::before{
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
    background: #ebebeb;
}
.boxManagerTitle .boxManagerR .qtpayment li{
    width: 25%;
    position: relative;
    padding-top: 15px;
}
.boxManagerTitle .boxManagerR .qtpayment li:last-child{

}
.boxManagerTitle .boxManagerR .qtpayment li::before{
    content: '';
    border: solid 5px #fabe12;
    position: absolute;
    top: -10px;
    left: -95%;
    width: 100%;
    z-index: 2;
    display: none;
}
.boxManagerTitle .boxManagerR .qtpayment li:last-child::before{
    width: 200%;
}
.boxManagerTitle .boxManagerR .qtpayment li.active:first-child::before{
    display: none;
}
.boxManagerTitle .boxManagerR .qtpayment li.active::before{
    display: block;
}
.boxManagerTitle .boxManagerR .qtpayment li.active:last-child::before{
    left: -110%; 
}

.boxManagerTitle .boxManagerR .qtpayment li span{
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    text-align: center;
    line-height: 25px; 
    background-color: #ebebeb;
    position: absolute;
    top: -19px;
    z-index: 3;
}
.boxManagerTitle .boxManagerR .qtpayment li.active span{
    background-color: #fabe12;
    color: #fff;
}
.boxManagerTitle .boxManagerR .qtpayment li:first-child span{
    left: -2px;
}
.boxManagerTitle .boxManagerR .qtpayment li:last-child span{
    right: -2px;
}
.boxManagerTitle .boxManagerR .qtpayment li:nth-child(2) span{
    left: 0%;
}
 .boxManagerTitle .boxManagerR .qtpayment li:nth-child(3) span{
    left: 0%;
}
.boxManagerTitle .boxManagerR .qtpayment li:nth-child(2) .txt{
    text-align: left;
}  
.boxManagerTitle .boxManagerR .qtpayment li:nth-child(3) .txt{
    text-align: left;
    max-width: 100%; 
} 
.boxManagerTitle .boxManagerR .qtpayment li:last-child .txt{
    text-align: right;
    max-width: 80%;
    float: right;
}
.boxManagerTitle .boxManagerR .qtpayment li .txt{
    max-width: 80%;
}
/*============================================================*/
.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;
}
.pointDashbroad .listPoint .s.c{
    color:#ee3024;
}
.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: #ee3024;
    padding: 11px 25px;
    color: #ffffff;
}
.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:#df2025;
}
.tablePoint{
    position: relative;
    padding: 30px;
    background: #f5f5f5;
}
.nav-tabs{
    border-bottom: none;
    margin-bottom: 20px;
}
.nav-tabs>li {
    margin: 0;
    margin-right: 10px;
}
.nav-tabs>li>a {
    color: #ffffff;
    border-radius: 0;
    text-transform: uppercase;
    padding: 9px 20px;
    margin: 0;
    background: #666666;
}
.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: #ee3024;
    color: #ffffff;
}
.mc-navtab {
    background: #ee3024;
    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: 16px;
    line-height: 24px;
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #f2f2f2;
}
.info_general .info_content {
    border: 1px solid #e5e5e5;
    border-top: 0;
}
.stepfinish{
    padding: 20px;
}
.boxFinish{
    margin-bottom: 20px;
}

.boxFinish .tit{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    color: #fabe12;
}
.boxFinish .tit:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width:60px;
    border-bottom: solid 3px #fabe12;
}
.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;
}
.info_general .table_info table tr{
    border: 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 tr td .t-title{
    max-height: 80px;
    overflow: hidden;
}
.info_general .table_info table tr td:last-child{
    text-align: right;
    font-weight: bold;
}
.info_general .table_info table tr td .img{
    width: 60px;
    height: 60px;
}
.info_general .table_info table{
    width: 100%;
}
.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;
    color: #5283e0;
}
.info_general .table_info table tbody tr td .t-id{
    color: #666666;
    font-size: 13px;
    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;
}
.info_general .row_info .row_right{
    float: right;
}
.info_general .total_price {
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    color: #ee3024;
}
.addtocart{
    width: 100%;
    margin-top: 20px;
}
.addtocart tr{
    border: 1px solid #e5e5e5;
}
.addtocart tr td{
    padding: 10px 15px;
}
.addtocart thead tr td{
    background: #f2f2f2;
    padding: 14px 15px;
    color: #5283e0;
}
.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 .t-bold{
    font-weight: bold;
    color: #ec3c00;
}
.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{
    width: auto;
    height: initial;
    font-size: 14px;
    line-height: 25px;
    padding: 9px 25px;
    outline: 0 !important;
    text-transform: uppercase;
    background: #fabe12;
    border: 1px solid #fabe12;
    color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: bold;
    margin-right: 10px;
    border-radius: 5px;
}
.addtocart button.btn.button{
    background: #e1e1e1;
    border-color: #e1e1e1;
    color: #333333;
}
.addtocart button.btn:hover{
    border-color: #009448;
    background: #009448;
    color: #ffffff;
}
.addtocart button.btn span{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
@media all and (max-width: 1200px){
    .boxManagerTitle .boxManagerR .qtpayment li .txt{
        display: none;
    }
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
    .tableManager .tomoto{
        display: block;
        float: none;
    }
.boxAccount{
    padding: 15px;
}
.boxMember .formSearch{
    margin: 0;
}
.boxMember .changeAvatar{
    margin: 0 auto;
    margin-bottom: 15px;
}

.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: #2d87ff;
}
.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: 13px;
    line-height: 22px;
    text-align: left;
    padding-left: 10px;

    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;
    border:solid 1px #dddddd;
    color:#fabe12;
}
.boxMember .formFa.fll{
    float: none;
    margin-bottom: 10px;
}
}

@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: 767px){
    .stepfinish .att{
        float: none;
        width: 100%;

    }
    .stepfinish .ats{
        padding-left: 0;
    }
    .addtocart .fl{
        float: none;
        margin-bottom: 10px;
    }
    .addtocart button.btn{
        width: 100%;
    }
}