.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;
}
/*=========================================*/
.boxAccount{
}
.boxForm{
    margin-bottom: 20px;
}
.boxForm .titleform{
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 27px;
    color: #f63c01;
    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: 600;
}
.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;
}
.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 .checkbox{
    margin-bottom: 20px;
}
.boxAccount button{
    width: 305px;
    height: 60px;
    background: #f63c01;
    text-transform: uppercase;
    color:#ffffff;
    border-radius: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border:none;
}
.boxAccount button:hover{
    background: #e93b14;
}
.boxAccount .txtSocial{
    margin-bottom: 10px;
    font-weight: bold;
}
.boxAccount .linkSocial a{
    display: inline-block;
    margin-bottom: 10px;
}
.boxMember{

    background: #f6f6f6;
}
.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;
}
.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;
}
/*=======================================================*/
.formSearch{
    margin-bottom: 25px;
}
.formSearch select{
    width: 120px;
    height: 40px;
    border: solid 1px #d6d6d6;
    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;
    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;
    background: #fe0000;
    border-radius: 4px;
    color: #ffffff;
    border: none;
    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: #f63c01;
    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{
    white-space: nowrap;
    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:#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;
    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: #f63c01;
}
.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;
    justify-content: space-between;
}
.boxManagerTitle .boxManagerR .qtpayment li{
    width: 25%;
    position: relative;
 
    padding-top: 15px;
}
.boxManagerTitle .boxManagerR .qtpayment li::before{
    content: '';
    border-top: 10px solid #ebebeb;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    z-index: 2;
}
.boxManagerTitle .boxManagerR .qtpayment li::after{
    content: '';
    border-top: 10px solid #ebebeb;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    z-index: 1;
}
.boxManagerTitle .boxManagerR .qtpayment li.active::before{
    border-top: 10px solid #f63c01;
}
.boxManagerTitle .boxManagerR .qtpayment li.active:nth-child(3)::before{
    width: 50%;
}
.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: #f63c01;
    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: 31%;
    transform: translateX(-50%)
}
 .boxManagerTitle .boxManagerR .qtpayment li:nth-child(3) span{
    left: 59%;
    transform: translateX(-50%);
}
.boxManagerTitle .boxManagerR .qtpayment li:nth-child(2) .txt{
    text-align: center;
    margin: 0 auto;
}  
.boxManagerTitle .boxManagerR .qtpayment li:nth-child(3) .txt{
    text-align: left;
    max-width: 100%; 
    padding-left: 50px;
} 
.boxManagerTitle .boxManagerR .qtpayment li:nth-child(4) .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: #f63c01;
}
.boxFinish .tit:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width:60px;
    border-bottom: solid 3px #f63c01;
}
.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: #f63c01;
}
.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: #f63c01;
    border: 1px solid #f63c01;
    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;
}
.addtocart button.btn.button{
    background: #eeeeee;
    border-color: #eeeeee;
    color: #333333;
}
.addtocart button.btn:hover{
    border-color: #f63c01;
    background: #f63c01;
    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){
.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;
    float: none;
}
.formSearch input.date{
    margin-bottom: 0;
}
.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: 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;
    border:solid 1px #dddddd;
    color:#39a31b;
}
.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%;
    }
}









/*infomation*/


.wrapCont{
    padding: 50px 0;
}
.menuMember{
    margin-bottom: 20px;
}
.menuMember ul{
    text-align: center;
}
.form-group{
    position: relative;
}
.menuMember ul li{
    display: inline-block;
    margin: 0 5px;
}
.menuMember ul li a{
    display: block;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    color: #333333;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 3px;
}
.menuMember ul li a:hover,
.menuMember ul li a.active{
    background-color:#f63c01;
    border: 1px solid #f63c01;
    color: #fff;
}
.menuMemberwrapper{
    max-width: 430px;
    margin: 0 auto;
    background-color: #fef4f3;
    border: 1px solid #ddd;
    box-shadow: 3px 3px 5px 0 #dddd;
}
.menuMember .mc-menu{
    font-size: 15px;
    line-height: 24px;
    border:solid 1px #b2b2b2;
    color:#b2b2b2;
    padding: 7px 15px;
    cursor: pointer;
    position: relative;
}
.menuMember .mc-menu:before{
    content: "\f0d7";
    position: absolute;
    font-family: fontAwesome;
    position: absolute;
    right:15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #f63c01;
}
.checkbox a{
    margin-left: 30px;
    position: relative;
}
.checkbox a::before{
    content: '|';
    position: absolute;
    left: -15px;
    color: #999999;
}
.formSocial .txt{
    margin-right: 20px;
}
.formSocial .soc,
.formSocial .txt{
    margin-bottom: 10px;
}
.formSocial a{
    display: block;
    padding: 13px;
    border-radius: 3px;
    position: relative;
    color:#ffffff;
    background: #4b64a5;
    text-align: center;
    font-size: 15px;
}
.formSocial a span{
    position: relative;
    padding-left: 20px;
}
.formSocial a span:before{
    content: "\f09a";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(-50%, -50%);
    background: #4b64a5;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color:#ffffff;
    z-index: 2;
}
.formSocial a:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 100%;
    z-index: 1;
    background: #4b64a5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.formSocial a span{
    position: relative;
    z-index: 3;
}
.formSocial a:hover{
    color:#ffffff;
}
.formSocial a:hover:after{
    right:0;
}

.formSocial a.fa-google{
    background: #f4664e;
}
.formSocial a.fa-google:before,
.formSocial a.fa-google:after{
    background: #df4930;
}
/*====================================*/
.boxMember{

}
.boxMember .formSearch .gridS{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: start;
}
.boxMember.mb{
    margin-bottom: 10px;
}
.formMember{
    position: relative;
}
.bg_page_all{
    background-color: #fef4f3;
}
.formMember .wrap_infoct{
    max-width: 980px;
    margin: 0 auto;
}
.formMember .wrap_infoct_1{
    max-width: 370px;
    margin: 0 auto;
}
.formMember .wrap_infoct_2{
    max-width: 1130px;
    margin: 0 auto;
}
.formMember .wrap_infoct_4{
    max-width: 1170px;
    margin: 0 auto;
}
.note_required_1{
    text-align: right;
    margin-bottom: 10px;
    color: #666666;
    font-size: 13px;
}
.note_required_1 span{
    color: #ff0000;
}
.formMember.nop{
    padding-left: 0;
}
.formMember.bg1 {
}

.formMember label span{
    color: #ff0000;
}
.formMember input[type="text"],
.formMember input[type="password"],
.formMember select,
.formMember textarea{
    width:100%;
    height:45px;
    border: solid 1px #e5e5e5;
    padding-right: 20px;
    padding-left: 10px;
    background-color: #fff;
    border-radius: 3px;
}
.formMember .fp{
    display: inline-block;
}
.formMember button {
    width: 100%;
    display: inline-block;
    max-width: 390px;
    background: #f63c01;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    padding: 13px;
    border-radius: 3px;
    position: relative;
    text-align: center;
}
.formMember .grid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 -10px;
    flex-wrap: wrap;
}
.formMember .grid .col{
    width: 50%;
    padding: 0 10px;
}
.formMember button span{
    position: relative;
}
.formMember button:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    content: '';
    background: #888888;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 0;
}
.formMember button:hover:before {
    bottom: 0;
}
.formMember .formFa{
    position: relative;
}

.formMember .txtAtt{
    font-weight: bold;
    color: #ccc;
}
.formMember .txtAtt span{
    
}
.changeAvatar{
    margin-bottom: 30px;
    min-height: 170px;
}
.changeAvatar .img{
    position: relative;
    width: 170px;
    height: 170px;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 100%;
}
.changeAvatar .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: 100%;
    max-height: 100%;
    width: 100%;
}
.changeAvatar .btnAvatar{
    text-align: center;
}
.changeAvatar button{
    display: inline-block;
    border: 1px solid #ddd;
    background: #888888;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: auto;
    color: #fff;
    padding: 5px 20px;
}
.changeAvatar button:hover{
    color: #fff;
}
.changeAvatar p{
    text-align: center;
}
/*=====================ORDER MANAGER==============*/
.formSearch{
    margin-bottom: 25px;
}
.formSearch select{
    width:125px;
    height:45px;
    border:solid 1px #838383;
    margin-right: 10px;
    float:left;
    padding-left: 10px;

}
.formSearch input.date{
    width:125px;
    height:45px;
    border:solid 1px #838383;
    position: relative;
    background-repeat: no-repeat;
    background-position: center right 13px;
    margin-right: 10px;
    float:left;
    padding-left: 10px;
    padding-right: 20px;
}
.formSearch .calenda_input{
   position: relative;
}
.formSearch .calenda_input::before{
    content: '\f073';
    position: absolute;
    top: 3px;
    right: 20px;
    font-size: 17px;
    line-height: 40px;
    color: #838383;
    font-family: fontAwesome;
    z-index: 1;
}
.formSearch input.idorder{
    width:230px;
    height:45px;
    border:solid 1px #838383;
    columns: #333333;

    margin-right: 10px;
    float:left;
    padding-left: 10px;
}
.formSearch button{
    width: 100px;
    height:45px;
    background: #f63c01;
    text-transform: uppercase;
    border: none;
    padding: 0 10px;
    position: relative;
    font-weight: bold;
}
.formSearch button:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    content: '';
    background: #333333;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.formSearch button:hover:before{
    bottom:0;
}
.formSearch button span{
    position: relative;
}
.formSearch button:hover{
}

.boxMember .pagination{
    float:none;
}
/*==================================================*/
.boxTetu{
    padding: 15px 20px 10px;

    text-align: center;
    margin-bottom: 35px;
}
.boxTetu .t1{
    font-size: 16px;
    line-height: 25px;
}
.boxTetu .t1 span{
    color:#d80000;
}
.boxTetu .t2{
    font-size: 16px;
    line-height: 23px;
    color:#585858;
}
/*========================================================*/
.popupSuccess{
    background: #ffffff;
    padding: 25px 50px;
    text-align: center;
}
.popupSuccess .icon{
    font-size: 60px;
    line-height: 70px;
    color:#108d1f;
    margin-bottom: 15px;
}
.popupSuccess .tit{
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color:#ed1c24;
    margin-bottom: 10px;
}
.popupSuccess .txt{
    color:#666666;
}
.popupSuccess .txt{
    margin-bottom: 20px;
}
.popupSuccess .txt p{
    padding: 0;
}
.popupSuccess .link a {
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 23px;
    border: solid 1px #999999;
    border-radius: 5px;
}
.popupSuccess .link a:hover{
    background: #666666;
    color:#ffffff;
}
.note_required{
    position: absolute;
    top: 0;
    right: 0;
    color: #666666;
}
.note_required span{
    color: #ff0000;
}

.breadcrumb{
    border-top: 1px solid #ddcfc3;
}
.fa-calenda{
    position: relative;
}
.fa-calenda input{
    padding-right: 30px;
}
.fa-calenda::before{
    content: '\f073';
    position: absolute;
    top: 3px;
    right: 10px;
    font-size: 17px;
    line-height: 40px;
    color: #838383;
    font-family: fontAwesome;
    z-index: 1;
}
.form-group .colRight{
    margin-bottom: 5px;
}
input::-moz-placeholder {
    color: #333333;
    opacity: 1;
}
input:-ms-input-placeholder {
    color: #333333;
}
input::-webkit-input-placeholder {
    color: #333333;
}
#tableCart, .boxCart{
    background-color: #fff;
    border: 1px solid #dddddd;
}
/* begin subMenuAccount */
.subMenuAccount{
    margin-bottom: 20px;
}
.subMenuAccount .titleSub{
    margin-bottom: 15px;
    display: block;
    position: relative;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    line-height: 27px;
    color: #f63c01;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 20px 15px 20px;
}
.subMenuAccount .contentSub li{
    display: block;
    margin-bottom: 5px;
}
.subMenuAccount .contentSub li a{
    padding: 5px 20px;
    position: relative;
    display: block;
}
.subMenuAccount .contentSub li a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 2px; 
    bottom: 100%;
    width: 3px;
    background-color: #e5af50;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.subMenuAccount .contentSub li a:hover{
    color: #333333;
}
.subMenuAccount .contentSub li.active a::before, .subMenuAccount .contentSub li:hover a::before{

    bottom: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* end subMenuAccount */
/* begin infoAccount */
.infoAccount{
    /* padding-left: 30px; */
}
.infoAccount .titleInfo{
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.infoAccount .titleInfo::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 2px;
    background-color: #e5af50;
}
.infoAccount .titleInfo h1{
    font-size: 26px;
    text-transform: uppercase;
    line-height: 39px;
    color: #f63c01;
    font-weight: bold;
}
.infoAccount .contentInfo{
    background-color: #f6f6f6;
    padding: 50px;
}
.infoAccount .contentInfoDh{
    padding: 35px 10px
}
/* end infoAccount */
/* begin boxcode */
.boxcode .titleBox{
    text-align: center;
    font-size: 25px;
    line-height: 37px;
    font-weight: 500;
    margin-bottom: 10px;
}
.boxcode .boxCodeLink{
    text-align: center;
    max-width: 570px;
    margin: 0 auto;
}
.boxcode .boxCodeLink .grop1{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.boxcode .boxCodeLink .grop1 span{
    width: 60px;
}
.boxcode .boxCodeLink .grop1 .linkInput{
    width: 400px;
}
.boxcode .boxCodeLink .grop2 .linkInput{
    width: 200px;
}
.boxcode .boxCodeLink .grop1 .linkInput input{
    width: 100%;
    padding: 5px 20px;
    border: 1px solid #ddd;
    font-style: italic;
    text-align: center;
}
.boxcode .boxCodeLink .grop1 .linkCoppy{
    text-align: center;
    width: 100px;
    margin-left: 10px;   
}
.boxcode .boxCodeLink .grop1 .linkCoppy a{
    display: block;
    text-align: center;
    padding: 5px 10px;
    background-color: #f63c01;
    border: 1px solid #f63c01;
    color: #fff;
}
.boxcode .boxCodeLink .grop1 .linkCoppy a:hover{
    background-color: #fff;
    color: #f63c01;
}
/* end boxcode */
/* begin boxLoginCode */
.boxLoginCode{
    margin-bottom: 20px;
}
.boxLoginCode .listLogCode{
    display: flex;
}
.boxLoginCode .listLogCode .item{
    width: 50%;
    padding: 30px;
    text-align: center;
    color: #fff;
    background-color: #c02017;
    display: flex;
    justify-content: center;  
    align-items: center;
    position: relative;
}
.boxLoginCode .listLogCode .item::before{
    content: '';
    position: absolute;
    right: 0;
    top: 20px;
    bottom: 20px;
    background-color: rgba(255,255,255,0.3);
    width: 1px;
}
.boxLoginCode .listLogCode .item:last-child::before{
    display: none;
}
.boxLoginCode .listLogCode .decsLink{
    padding-left: 10px;
    text-align: left;
}
.boxLoginCode .listLogCode .decsLink .num{
    font-size: 30px;
    line-height: 30px;
}
.boxLoginCode .listLogCode .decsLink .name{
    font-size: 14px;
    font-weight: 500;
}
.boxLoginCode .listLogCode .decsLink .viewLink a{
    color: #fff;
    text-decoration: underline;
    font-style: italic;
    font-weight: 300;
}
/* end boxLoginCode */
/* begin boxNote */
/* end boxNote */
.boxcode .boxNote p{
    position: relative;
    font-size: 15px;
    font-weight: 500;
}
.boxcode .boxNote p::before{
    font-family: FontAwesome;
    color: #f63c01;
    content: '\f058';
    margin-right: 5px;
}
/* begin viewloginCode */
.viewloginCode{
    display: none;
    max-width: 800px;
    padding: 20px 50px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.viewloginCode .title{
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: #c81828;
    margin-left: 5px;
}
.viewloginCode .lstTable table{
    width: 100%;
}
.viewloginCode .lstTable table thead{
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: 600;
}
.viewloginCode .lstTable table thead th{
    padding: 5px;
}
.viewloginCode .lstTable table tbody td{
    color: #666666;
    font-size: 16px;
    font-weight: 300;
}
.viewloginCode .lstTable table tbody tr:first-child td{
    padding-top: 10px;
}
.fancybox-slide, .fancybox-is-open .fancybox-stage{
    overflow: unset;
}
/* end viewloginCode */
/* begin activeCode */
.activeCode{
    display: none;
    max-width: 500px;
    height: auto;
    padding: 40px 50px 30px 50px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
}
.activeCode p{
    font-size: 18px;
    line-height: 27px;
    color: #666666;
    font-weight: 300;
}
.activeCode .form-group{
    margin-bottom: 10px;
}
.activeCode .form-group input{
    width: 100%;
    height: 30px;
    border: 5px;
    border: 1px solid #ddd;
    padding: 0 10px;
}
.activeCode .text-center button{
    display: inline-block;
    border: 1px solid #c81828;
    text-align: center;
    background-color: #c81828;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
}
.activeCode .text-center button:hover{
    background-color: #fff;
    color: #c81828;
}
/* end activeCode */
/* begin BoxPageTest */
.infoAccount.customInfoAc .contentInfo{
    padding: 30px 15px;
}
.infoAccount.customInfoAc .lstInfoTest{
    padding: 15px;
}
.BoxPageTest .lstTabTest ul{
    display: flex;
}
.BoxPageTest .lstTabTest{
    margin-bottom: 10px;
}
.BoxPageTest .lstTabTest ul li{
    margin-right: 20px;
}
.BoxPageTest .lstTabTest li a{
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 20px;
}
.BoxPageTest .lstTabTest li.active a, .BoxPageTest .lstTabTest li:hover a{
    border-bottom: 2px solid #c81828;
    color: #333333;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
}
.BoxPageTest .lstInfoTest > ul {
    margin-bottom: 20px;
}
.BoxPageTest .lstInfoTest > ul > li{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.BoxPageTest .lstInfoTest .txtTest{

    position: relative;
    font-weight: 300;
    margin-bottom: 10px;
}
.BoxPageTest .lstInfoTest .txtTest p{
    padding: 0;
    margin-bottom: 5px;
}
.BoxPageTest .lstInfoTest .txtTest p::before{
    content: '';
    margin-right: 20px;
    font-family: FontAwesome;
    color: #f63c01;
}
.BoxPageTest .lstInfoTest .txtTest p:first-child::before{
    content: '\f058';
    margin-right: 8px;
}
.BoxPageTest .lstInfoTest .txtTest p:last-child{
    margin-bottom: 0;
}

.BoxPageTest .testGreen{
    color: #4bb000;
}
.BoxPageTest .testPink{
    color: #c81828;
}
.BoxPageTest .testRed{
    color: #f36331;
}
.BoxPageTest .lstInfoTest .linkTst .showCode{
    min-width: 135px;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    display: inline-block;
}
.BoxPageTest .lstInfoTest .linkTst .showCode.testGreen{
    border: 1px solid #4bb000;
}
.BoxPageTest .lstInfoTest .linkTst .showCode.testGreen:hover{
    background-color: #4bb000;
    color: #fff;
}
.BoxPageTest .lstInfoTest .linkTst .showCode.testPink{
    border: 1px solid #c81828;
}
.BoxPageTest .lstInfoTest .linkTst .showCode.testPink:hover{
    background-color: #c81828;
    color: #fff;
}
.BoxPageTest .lstInfoTest .linkTst .showCode.testRed{
    border: 1px solid #f36331;
}
.BoxPageTest .lstInfoTest .linkTst .showCode.testRed:hover{
    background-color: #f36331;
    color: #fff;
}
.BoxPageTest .lstInfoTest .linkTst .showCode span{
    padding-left: 15px;
    position: relative;
    display: inline-block;
}
.BoxPageTest .lstInfoTest .linkTst .showCode span::before{
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    content: '\f101';
}
/* end BoxPageTest */
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/

@media all and (max-width: 1400px) and (min-width: 991px){
    .menuMember ul li {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 991px){
    .note_required_1{
        position: relative;
        margin-bottom: -20px;
    }
    .breadcrumb{
        display: none;
    }
    .mainHead{
        border-bottom: 1px solid #ddd;
    }
    .boxTetu .t1{
        font-style: 18px;
    }
    .menuMember{
        margin-bottom: 20px;
    }
    .menuMember.submenu_mb.active ul{
        display: block;
    }
    .menuMember.submenu_mb ul{
        display: none;
    }
    .menuMember.submenu_mb li{
        display: block;
    }
    .menuMember.submenu_mb li a{
        border-radius: 0;
        border-bottom: none;
    }
    .menuMember.submenu_mb li:last-child a{
        border-bottom: 1px solid #ddd;
    }
    .menuMember ul li a{
        padding: 9px 15px;
        font-size: 14px;
        line-height: 22px;
    }
    .menuMember ul li a span {
        display: block;
        /* background:none !important; */
        /* padding: 0; */
    }
    .menuMember ul li a:before{
        display: none;
    }
    .boxMember{
        padding: 25px 20px;
    }

    .formMember.pp{
        padding: 0;
    }
    .formMember.bg1,
    .formMember.bg2{
        background-image: initial;
    }
    .menuMember ul li {
        margin: 0 15px;
    }
    .changeAvatar {
        position: relative;
        width: initial;
        padding-left:0;
        margin-bottom: 20px;
        text-align: center;

    }
    .changeAvatar .img{
        width: 110px;
        height: 110px;
        position: relative;
        top: initial;

    }
    .formSocial{
        display: block;
    }
    .formSocial .txt{
        margin-right: 0;
        margin-bottom: 15px;
    }
    .formSocial a{
        width: 100%;
    }
    .gridS{
        margin: 0 -5px;
    }
    .gridS:after{
        content: "";
        display: block;
        clear: both;
    }
    .gridS .col{
        width:50%;
        float:left;
        padding:0 5px;
    }
    .formSearch select, 
    .formSearch input.idorder,
    .formSearch input.date{
        width:100%;
        margin-bottom: 10px;
    }
    .tableManager thead{
        display: none;
    }
    .tableManager tbody tr{
        display: block;
        padding:10px;
        padding-left: 135px;
        border-bottom:solid 1px #e5e5e5;
        position: relative;
        background-color: #fff;
    }
    .tableManager tbody tr:first-child{
        /* border-top: 1px solid #434343; */
    }
    .tableManager tbody{
        border: none;
    }
    .tableManager tbody tr:last-child{
        border-bottom: 1px solid #f63c01;
    }
    .tableManager tbody tr:before{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width:120px;
        background: #f63c01;
    }
    .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: 18px;
        line-height: 22px;
        color:#ffffff;
        text-align: left;
        padding-left: 10px;
        text-transform: uppercase;
    }

    .tableManager tfoot tr td .total{
        font-size: 14px;
        line-height: 22px;
    }
    .pointDashbroad{
        display: block;
    }
    .totalPoint{
        max-width: initial;
    }
    .formSearch{
        margin-bottom: 10px;
    }
    .nav-tabs{
        background: #ffffff;
        position: absolute;
        left: 0;
        right: 0;
        top: 40px;
        z-index: 1;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
        display: none;
    }
    .nav-tabs{
        display:block
    }
    .nav-tabs>li{
        float:none;
        margin: 0;
    }
    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
        background: inherit;
        border:solid 1px #dddddd;
        color:#f9a51c;
    }
    .wrapSocial{
        padding: 20px;
    }
    /* begin subMenuAccount  */
    .subMenuAccount{
        position: relative;
    }
    .subMenuAccount .titleSub{
        border: 1px solid #f63c01;
        padding: 8px 10px;
        color: #f63c01;
        font-size: 18px;
        line-height: 27px;
        font-weight: 800;
    }
    .subMenuAccount .titleSub::before{
        content: "\f107";
        position: absolute;
        font-family: fontAwesome;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .subMenuAccount .contentSub{
        display: none;
    }
    .subMenuAccount.active .contentSub{
        display: block;
    }
    .infoAccount{
        padding-left: 0;
    }
    .infoAccount .titleInfo h1{
        font-size: 24px;
        line-height: 36px;
        font-weight: 800;
    }
    .infoAccount .contentInfo{
        padding: 20px 15px;
    }
    /* end subMenuAccount  */
    .boxManagerTitle{
        display: block;
    }
    .boxManagerTitle .boxManagerL, .boxManagerTitle .boxManagerR{
        width: 100%;
    }
    .boxManagerTitle .boxManagerL{
        padding-right: 0;
        border-right: none;
        margin-bottom: 40px;
    }

}
@media all and (max-width: 767px){
    .boxMember .formSearch .gridS{
        display: block;
    }
    .gridS .col:nth-child(1), .gridS .col:nth-child(2){
        width: 50%;
        float: left;
    }
    .gridS .col:nth-child(3){
        clear: both;
    }
    .boxCart .info_content .info_detail p span{
        display: block;
        width: 100%;
    }
    .boxcode .boxCodeLink .grop1 .linkInput{
        width: calc(100% - 160px);
    }
    .boxLoginCode .listLogCode{
        display: block;
    }
    .boxLoginCode .listLogCode .item{
        width: 100%;
    }
    .boxcode .titleBox{
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 20px;
    }
    .viewloginCode{
        padding: 20px 15px;
    }
    .viewloginCode .lstTable table thead th:first-child{
        display: none;
    }
    .viewloginCode .lstTable table tbody td:first-child{
        display: none;
    }
    .viewloginCode .lstTable table tbody td:nth-child(2){
        max-width: 60%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .viewloginCode .lstTable table tbody td:nth-child(3){
        max-width: 40%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .viewloginCode .lstTable table tbody td span{
        display: block;
        max-width: 160px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .infoAccount.customInfoAc .contentInfo{
        padding: 30px 10px;
    }
    .BoxPageTest .lstTabTest ul{
        justify-content: space-between;
    }
    .BoxPageTest .lstTabTest ul li{
        margin-right: 0px;
    }
    .BoxPageTest .lstTabTest li a{
        font-size: 14px;
        line-height: 23px;
        padding: 5px 2px;
    }
    .BoxPageTest .lstInfoTest > ul > li{
        display: block;
        margin-bottom: 20px;
    }
    .activeCode{
        padding: 40px 20px 30px 20px;
    }
}
@media all and (max-width: 460px){
    .menuMember ul li {
        margin: 0;
    }
    .menuNav ul{
        display: block;
    }
    .menuNav ul li{
        margin-bottom: 5px;
    }
    .gridS .col{
        width: 100%;
        text-align: center;
    }

}
@media all and (max-width: 349px){
    .BoxPageTest .lstTabTest li a{
        font-size: 12px;
        line-height: 23px;
    }
}