.vhmnmembermb {
    margin-bottom: 25px;
    position: relative;
}
.vhmnmembermb .title {
    padding: 12px 40px 12px 15px;
    position: relative;
    border: solid 1px #e5e5e5;
    color: #ec1b23;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.vhmnmembermb .title .vicon{
    width: 25px;
    margin-right: 12px;
}
.vhmnmembermb .title .vicon.vres{
    width: 22px;
}
.vhmnmembermb .title .vtext{
    padding-top: 4px;
}
.vhmnmembermb .title:before{
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
.vhmnmembermb.active .title:before{
    content: "\f106";
}
.vhmnmembermb .title:hover {
    cursor: pointer;
}
.vhmnmembermb .content {
    position: relative;
    left: 0;
    top: 104%;
    background: #fff;
    border: solid 1px rgba(0,0,0,0.1);
    border-top: none;
    width: 100%;
    max-height: 400px;
    overflow: auto;
    z-index: 1;
    display: none;
}
.vhmnmembermb .content ul li{
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
.vhmnmembermb .content ul li:last-child{
    border-bottom: none
}
.vhmnmembermb .content ul li a {
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 15px;
    text-transform: uppercase;
}
.vhmnmembermb .content ul li a .vicon{
    width: 25px;
    margin-right: 12px;
}
.vhmnmembermb .content ul li a .vicon.vres{
    width: 22px;
}
.vhmnmembermb .content ul li a .vtext{
    padding-top: 4px;
}
.vhmnmembermb .content ul li.active a, .vhmnmembermb .content ul li.current a{
    color: #ec1b23;
}
.vhmnmembermb .content ul li.active a i, .vhmnmembermb .content ul li.current a i{
    color: #ec1b23;
}
.vhmnmembermb .content ul li a i{
    font-size: 22px;
    line-height: 24px;
    margin-right: 15px;
}
.vhmnmemberpc{
    margin-bottom: 25px;
}
.vhmnmemberpc ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vhmnmemberpc ul li{
    margin: 0 25px;
}
.vhmnmemberpc ul li:first-child{
    margin-left: 0;
}
.vhmnmemberpc ul li:last-child{
    margin-right: 0;
}
.vhmnmemberpc ul li a{
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
}
.vhmnmemberpc ul li a i{
    color: #cccccc;
    margin-right: 12px;
    font-size: 26px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vhmnmemberpc ul li.current a, .vhmnmemberpc ul li:hover a, .vhmnmemberpc ul li.active a{
    color: #ec1b23;
}
.vhmnmemberpc ul li.current a i, .vhmnmemberpc ul li:hover a i, .vhmnmemberpc ul li.active a i{
    color: #ec1b23;
}
.vhmnmemberpc ul li.current a:before{
    left: 40px;
}
.vhmnmemberpc ul li a span {
    position: relative;
}
.vhmnmemberpc ul li a .vicon{
    width: 30px;
    margin-right: 12px;
}
.vhmnmemberpc ul li a .vicon.vres{
    width: 24px;
}
.vhmnmemberpc ul li a .vtext{
    padding-top: 4px;
}
.itaccountall{
    padding: 25px 60px 35px;
    background: #f5f5f5;
}
.itaccountall .wrap{
    max-width: 490px;
    margin: 0 auto;
}
.itaccountall .vinner{
    max-width: 370px;
    margin: 0 auto;
}
.itaccountall .row{
    margin-left: -30px;
    margin-right: -30px;
}
.itaccountall .row *[class^="col-"]{
    padding-left: 30px;
    padding-right: 30px;
}
.itaccountall label, .itmemberall label{
    font-size: 14px;
    min-height: 22px;
    display: block;
    font-weight: 500;
}
.itaccountall label span{
    color:#ec1b23;
}
.itaccountall input[type="text"],
.itaccountall input[type="password"],
.itaccountall select{
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border: solid 1px #dddddd;
    box-shadow: none;
}
.itaccountall .faline {
    position: relative;
}
.itaccountall .faline::before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #999999;
}
.itaccountall .faline input{
    padding: 0 10px 0 40px;
}
.itaccountall .grid{
    margin: 0 -5px;
}
.itaccountall .grid:after{
    content: "";
    display: block;
    clear: both;
}
.itaccountall .grid .col{
    width: 33.333333%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
}
.itaccountall .checkbox label{
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    padding-left: 20px;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.itaccountall .checkbox label input{
    margin-right: 5px;
    position: absolute;
    top: 3px;
    left: 0;
}
.itaccountall .checkbox.res label a{
    text-decoration: underline;
}
.itaccountall .txtAttend{
    font-style: italic;
    font-size: 14px;
    line-height: 22px;
}
.itaccountall .txtAttend span{
    color:#ee3024;
}
.itaccountall button{
    width: 100%;
    height: 45px;
    text-transform: uppercase;
    background-color: #ec1b23;
    color: #fff;
    border: none;
    max-width: 305px;
    border-radius: 5px;
    margin: 0 auto;
}
.itaccountall button:hover{
    background-color: #ec1b23;
}
.itaccountall .resBtn{
    max-width: 100%;
}
.itaccountall .txtSocial{
    margin-bottom: 10px;
}
.itaccountall .linkSocial a{
    display: inline-block;
    margin-bottom: 10px;
}
.itmemberall .row{
    margin-left: -25px;
    margin-right: -25px;
}
.itmemberall .row>*[class^="col-"]{
    padding-left: 25px;
    padding-right: 25px;
}
.itmemberall{
    padding: 25px 30px;
    background: #f5f5f5;
}
.itmemberall form{
    max-width: 970px;
    margin: 0 auto;
}
.itmemberall label span{
    color:#ee3024;
}
.itmemberall input[type="text"],
.itmemberall input[type="password"],
.itmemberall select{
    width: 100%;
    height: 45px;
    padding-left: 10px;
    border:solid 1px #dddddd;
    font-size: 13px;
    line-height: 21px;
}
.itmemberall .grid{
    margin: 0 -5px;
}
.itmemberall .grid:after{
    content: "";
    display: block;
    clear: both;
}
.itmemberall .grid .col{
    width: 33.333333%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
}
.itmemberall .grid.v1 .col{
    width: 100%;
}
.itmemberall .checkbox label{
    font-weight: normal;
}
.itmemberall .checkbox label a{
    font-weight: bold;
    text-decoration: underline;
}
.itmemberall .txtAttend{
    font-style: italic;
}
.itmemberall .txtAttend span{
    color:#ee3024;
}
.itmemberall button{
    width: 100%;
    height: 45px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background-color: #ec1b23;
    border-radius: 5px;
}
.itmemberall button:hover{
    background-color: #ec1b23;
}
.itmemberall button.design-btn-web{
    margin-top: 15px;
}
.itmemberall 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;
}
.itmemberall a.forgetPass:hover{
    background: #ec3c00;
    color: #ffffff;
}
.itmemberall .txtSocial{
    margin-bottom: 10px;
}
.itmemberall .linkSocial a{
    display: inline-block;
    margin-bottom: 10px;
}
.itmemberall .changeAvatar{
    width: 100%;
    max-width: 160px;
    margin-bottom: 15px;
}
.itmemberall .changeAvatar .img{
    border-radius: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}
.itmemberall .changeAvatar .img img{
    width: 100%;
}
.itmemberall .changeAvatar a{
    display: block;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 10px;
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    border: none;
    background-color: #ec1b23;
    border-radius: 5px;
}
.itmemberall .changeAvatar a:hover{
    background: #ec1b23;
}
.itmemberall .wrapMax{
    max-width: 370px;
    margin:0 auto;
}
.itmemberall .faline {
    position: relative;
    display: block;
    box-sizing: border-box;
}
.itmemberall .faline::before{
    position: absolute;
    top: 13px;
    right: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #999999;
    pointer-events: none;
    line-height: 20px;
}
.itmemberall .tpformsearch .faline::before{
    top: 10px;
}
.itmemberall .faline input{
    padding: 0 40px 0 10px;
}
.tpformsearch{
    margin-bottom: 25px;
}
.tpformsearch .scgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    align-items: center;
    align-content: center;
}
.tpformsearch .scgrip > div{
    padding: 0 5px;
}
.tpformsearch .scgrip .col1{
    width:135px;
}
.tpformsearch .scgrip .col2{
    width: 245px;
}
.tpformsearch .scgrip .col3{
    width: 125px;
}
.tpformsearch select{
    width: 100%;
    height: 40px;
    border: solid 1px #d6d6d6;
    background-color: #fff;
    color:#666666;
    margin-right: 10px;
    padding-left: 10px;
}
.tpformsearch .chosen-container{
    height: 40px;
}
.tpformsearch input.date{
    width: 100%;
    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;
}
.tpformsearch input.idorder{
    width:230px;
    height: 40px;
    border: solid 1px #d6d6d6;
    background: #ffffff;
    color:#666666;
    margin-right: 10px;
    float:left;
    padding-left: 10px;
}
.tpformsearch button{
    width: 100%;
    display: block;
    height: 40px;
    padding: 8px 5px;
    position: relative;
    font-size: 14px;
    background-color: #ec1b23;
    color: #ffffff;
}
.tpformsearch button span{
    position: relative;
}
.tpformsearch button span:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    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;
}
.tptablemanager{
    width:100%;
    margin-bottom: 15px;
    background: #ffffff;
    border: solid 1px rgba(0,0,0,0.1);
}
.tptablemanager thead tr th {
    padding: 8px 12px;
    background-color: #ec1b23;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
}
.tptablemanager tbody tr td{
    padding:10px 12px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    font-size: 14px;
    line-height: 22px;
}
.tptablemanager tbody tr td:nth-child(2),
.tptablemanager tbody tr td:nth-child(5){
    white-space: nowrap;
}
.tptablemanager tbody tr td:nth-child(1){
    width: 150px;
}
.tptablemanager .grOneL{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.tptablemanager .code{
    font-weight: 700;
}
.tptablemanager .code a{
    display: inline-block;
}
.tptablemanager .code a:hover{
    text-decoration: underline;
}
.tptablemanager .red{
    color:#ee3024;
}
.tptablemanager .blue{
    color:#0084cb;
}
.tptablemanager .green{
    color:#009840;
}
.tptablemanager .Orange{
    color: #f47721;
}
.tptablemanager button {
    float: right;
    text-transform: uppercase;
    background: #888888;
    color: #ffffff;
    border: none;
    width: 50px;
    height: 30px;
    padding:0;
    font-size: 13px;
    border-radius: 5px;
}
.tptablemanager button:hover{
    background: #ec1b23;
}
.tpttmanager{
    padding: 15px 20px;
    text-align: center;
    background: #f5f5f5;
}
.tpttmanager .code{
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}
.tpttmanager .txt{
    font-size: 12px;
    line-height: 20px;
    color: #888888;
}
.tpstatusbar{
    background: #e5e5e5;
    padding: 30px 25px;
    margin-bottom: 30px;
}
.tpstatusbar ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    position: relative;
    max-width: 870px;
    margin: 0 auto;
}
.tpstatusbar ul:before{
    content: "";
    position: absolute;
    top: 0;
    left: calc((100% / 5) / 2);
    right: calc((100% / 5) / 2);
    height: 10px;
    background: #ffffff;
}
.tpstatusbar ul li {
    padding-top: 25px;
    width: 20%;
    font-size: 13px;
    line-height: 19px;
    color: #666666;
    letter-spacing: -0.7px;
    position: relative;
}
.tpstatusbar ul li:last-child{
    text-align: right;
}
.tpstatusbar ul li:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #ffffff;
    border: solid 4px #bbbbbb;
    position: absolute;
    top: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
}
.tpstatusbar ul li.active:before{
    border-color: #ec1b23;
}
.tpstatusbar ul li ~ li.active:before{
    background: #ffffff;
}
.tpstatusbar ul li ~ li:after{
    content: "";
    top: 0;
    bottom: 0;
    left: -50%;
    width: 100%;
    margin-left: 2px;
    position: absolute;
    height: 10px;
    background: #ec1b23;
    display: none;
    z-index: 2;
}
.tpstatusbar ul li ~ li.active:after{
    display: block;
}
.tpstatusbar ul li span{
    display: block;
    text-align: center;
}
.tpinfogenrall{
    margin-bottom: 20px;
    background: #ffffff;
}
.tpinfogenrall .bg_color{
    background: #f2f2f2;
}
.tpinfogenrall .info_title{
    font-size: 15px;
    line-height: 23px;
    padding: 10px 15px;
    border: 1px solid rgba(0,0,0,0.1);
    text-transform: uppercase;
    font-weight: 600;
    background-color: #f8f8f8;
}
.tpinfogenrall .info_content{
    border: 1px solid #e5e5e5;
    border-top: 0;
}
.tpstepfinish{
    padding: 20px;
}
.tpstepfinish .tpfinishinfo:last-child{
    margin-bottom: 20px;
}
.tpfinishinfo{
    margin-bottom: 40px;
    font-size: 13px;
    line-height: 21px;
}
.tpfinishinfo .tit{
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    font-weight: bold;
}
.tpfinishinfo .tit:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width:60px;
    border-bottom: solid 1px #cacaca;
}
.tpstepfinish ul li{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #eeeeee;
}
.tpstepfinish ul li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.tpstepfinish .att {
    width: 215px;
    float: left;
}
.tpstepfinish .ats {
    overflow: hidden;
    padding-left: 15px;
    color: #555555;
}
.tpinfogenrall .row_info {
    padding: 15px;
    border: 1px solid #e5e5e5;
    border-top: 0;
    font-size: 13px;
    line-height: 21px;
}
.tpinfogenrall .row_info>div{
    margin-bottom: 5px;
}
.tpinfogenrall .row_info .row_left{
    float: left;
}
.tpinfogenrall .row_info .row_right{
    float: right;
}
.tpinfogenrall .total_price{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #ec1b23;
}
.tpinfogenrall .table_info table{
    width: 100%;
}
.tpinfogenrall .table_info table tr{
    border: 1px solid rgba(0,0,0,0.1);
}
.tpinfogenrall .table_info table tr:nth-child(1){
    border-top: none;
}
.tpinfogenrall .table_info table tr td{
    padding: 10px 5px;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
}
.tpinfogenrall .table_info table thead tr td{
    text-align: left;
}
.tpinfogenrall .table_info table tbody tr td:first-child{
    padding-right: 0;
    width: 70px;
}
.tpinfogenrall .table_info table tbody tr td:nth-child(2){
    text-align: left;
}
.tpinfogenrall .table_info table tbody tr td .t-title{
    font-size: 12px;
    line-height: 20px;
}
.tpinfogenrall .table_info table tbody tr td .t-title, .tpinfogenrall .table_info table tbody tr td .t-title span{
    display: block;
}
.tpinfogenrall .table_info table tbody tr td .t-title a{
    display:block;
}
.tpinfogenrall .table_info table tbody tr td .t-id{
    color: #666666;
    font-size: 12px;
    line-height: 19px;
}
.tpaddtocart{
    margin-top: 0px;
}
.tpaddtocart button.btn-web{
    display: inline-block;
    text-transform: uppercase;
    background-color: #ec1b23;
    color: #fff;
    border: none;
    margin-right: 10px;
    font-size: 13px;
    line-height: 21px;
    padding: 12px 35px;
    border-radius: 5px;
}
.tpaddtocart button.btn-web:hover{
    background-color: #ec1b23;
}
.tpaddtocart .btn-design{
    display: inline-block;
    text-transform: uppercase;
    background-color: #f6f6f6;
    border: none;
    font-size: 13px;
    line-height: 21px;
    padding: 12px 30px;
    border-radius: 5px;
}
.tpaddtocart .btn-design:hover{
    background-color: #ec1b23;
    color: #fff;
}
.tpaddtocart .flcen{
    margin-right: 15px;
}
.tpaddtocart .flcen:last-child{
    margin-right: 0;
}
.step-indicator {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: flex-start;
    max-width: 870px;
    margin: 0 auto;
    min-height: 60px;
}
.step {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
    z-index: 1;
    top: -3px;
}
.step-indicator .step-icon {
    height: 16px;
    width: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ebebeb;
    text-align: center;
    position: relative;
    line-height: 25px;
}
.step-indicator .step-icon::before{
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #bcbcbc;
}
.step-indicator .active .step-icon::before{
    border-color: #ec1b23;
}
.step.active .step-icon {
    background-color: #fff;
    color: #fff;
}
.step .txt {
    text-align: center;
    position: absolute;
    top: calc(100% + 10px);
    font-size: 13px;
    line-height: 21px;
    color: #666666;
    white-space: nowrap;
}
.step.step1 .txt {
    left: 0;
    text-align: left;
}
.step.step2 .txt, .step.step3 .txt {
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.step.step4 .txt {
    right: 0;
    text-align: right;
}
.indicator-line {
    width: calc(100% + 4px);
    position: relative;
    left: 0;
    height: 10px;
    background: #ffffff;
    -webkit-box-flex: 1;
    flex: 1;
}
.indicator-line.active {
    background: #ec1b23!important;
}
.vhfexrow{
    display: flex;
    flex-wrap: wrap;
}
.vhfexrow .col-lg-4{
    order: 2;
}
.form-group{
    margin-bottom: 10px;
}
/* <=== tptablecoupon ===> */
.tptablecoupon{
    background-color: #ffffff;
    overflow: hidden;
    margin-right: -15px;
}
.tptablecoupon .cpscroll{
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 0px;
    padding-right: 15px;
}
.tptablecoupon .cpscroll::-webkit-scrollbar{
    height: 6px;
}
.tptablecoupon .cpscroll::-webkit-scrollbar-thumb {
    background-color: #999999;
    border-radius: 0px;
}
.tptablecoupon .sctable{
    min-width: 1010px;
    overflow-x: auto;
}
.tptablecoupon table{
    width: 100%;
    background: #ffffff;
    border: solid 1px rgba(0,0,0,0.1);
}
.tptablecoupon table thead tr th{
    padding: 6px 10px;
    background: #ec1b23;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
}
.tptablecoupon table thead tr th:nth-child(1){
    text-align: left;
}
.tptablecoupon tbody tr td{
    padding: 10px 15px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    border-right: solid 1px rgba(0,0,0,0.1);
    font-size: 15px;
    line-height: 22px;
}
.tptablecoupon tbody tr td:last-child{
    border-right: none
}
.tptablecoupon .pagination{
    padding: 30px 25px 30px 25px;
    border: solid 1px rgba(0,0,0,0.1);
    border-top: none;
}
.tptablecoupon tbody tr td:nth-child(2), .tptablecoupon tbody tr td:nth-child(3), .tptablecoupon tbody tr td:nth-child(4), .tptablecoupon tbody tr td:nth-child(6){

    text-align: center;
}
.tptablecoupon tbody tr td:nth-child(5),.tptablecoupon tbody tr td:nth-child(7){
    width: 195px;
    text-align: center;
}
/* <=== tptablecoupon ===> */
@media all and (max-width: 991px){
    .itaccountall{
        padding: 15px 20px 20px;
    }
    .itmemberall{
        padding: 20px 15px ;
    }
    .itmemberall .changeAvatar{
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .tpformsearch .scgrip > div{
        margin-bottom: 10px;
    }
    .tpformsearch select,
    .tpformsearch input.idorder,
    .tpformsearch input.date,
    .tpformsearch button{
        width:100%;
    }
    .tptablemanager thead{
        display: none;
    }
    .tptablemanager{
        margin-bottom: 25px;
    }
    .tptablemanager tbody tr{
        display: block;
        padding:10px;
        border-bottom:solid 1px #eeeeee;
        position: relative;
    }
    .tptablemanager tbody tr:last-child{
        border-bottom: none
    }
    .tptablemanager tbody tr td{
        display: flex;
        flex-wrap: wrap;
        padding:0;
        border-bottom: none;
        margin-bottom: 5px;
        position: relative;
    }
    .tptablemanager tbody tr td:nth-child(1){
        width: 100%;
    }
    .tptablemanager tbody tr td:before{
        content: attr(data-cont) ":";
        font-size: 13px;
        line-height: 22px;
        text-align: right;
        color: #333333;
        margin-right: 5px;
    }
    .tptablemanager tbody tr td:first-child:before{
        margin-right: 0px;
        content: '';
    }
    .tptablemanager .red,
    .tptablemanager button{
        float:none;
        display: inline-block;
    }
    .tptablemanager .red{
        margin-right: 40px;
    }
    .itmemberall .tptablemanager button{
        width:70px;
    }
    .tpttmanager{
        margin-bottom: 30px;
    }
    .tpformsearch{
        margin-bottom: 10px;
    }
    .tptablemanager .code a{
        font-size: 15px;
        line-height: 23px;
        color: #ee3024;
    }
    .tptablemanager .grOneL{
        padding-right: 80px;
    }
    .tptablemanager .grOneL button{
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
    }
    .tpttmanager .code{
        font-size: 17px;
        line-height: 27px;
    }
    .tpstepfinish{
        padding: 20px 15px;
    }
    .itaccountall input[type="text"], .itaccountall input[type="password"], .itaccountall select{
        height: 40px;
    }
    .input-group-img img{
        height: 40px;
    }
    .itaccountall .txtAttend{
        font-size: 13px;
        line-height: 21px;
    }
    .vhfexrow .col-lg-4{
        order: unset;
    }
}
@media all and (max-width: 768px){
    .itaccountall .grid .col{
        width: 100%;
    }
    .itmemberall .grid .col{
        width: 100%;
        margin-bottom: 8px;
    }
    .itmemberall button{
        width: 100%;
    }
    .itmemberall a.forgetPass{
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
        display: block;
    }
    .tpstepfinish .att{
        width: 100%;
        float: none;
    }
    .tpstepfinish .ats{
        padding-left: 0;
    }
    .tpaddtocart{
        justify-content: center;
    }
}
@media all and (max-width: 767px){

    .tpformsearch .scgrip .col1{
        width: 100%;
        margin-bottom: 10px;
    }
    .tpformsearch .scgrip .col2{
        width: 100%;
    }
    .tpformsearch .scgrip .col3{
        width: 100%;
    }
    .tptablemanager tbody tr td:nth-child(3){
        display: none;
    }
    .tpaddtocart.vhflex{
        margin: 0 -5px;
        margin-top:5px;
    }
    .tpaddtocart.vhflex .flcen{
        margin: 0;
        padding: 0 5px;
        width: 50%;
    }
    .tpinfogenrall .table_info table tr td{
        font-size: 12px;
    }
    .tpaddtocart.vhflex .flcen{
        width: 100%;
        margin-bottom: 15px;
    }
    .tpaddtocart.vhflex .flcen:last-child{
        margin-bottom: 0;
    }
    .tpaddtocart button.btn-web{
        display: block;
        text-align: center;
        width: 100%;
    }
    .tpaddtocart.vhflex .flcen{
        text-align: center;
    }
}
@media all and (max-width: 400px){
    .tpaddtocart .fl{
        float: none;
    }
    .tpaddtocart button.btn-web{
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
}
