
.tpmenumber{
    margin-bottom: 35px;
}
.tpmenumber ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tpmenumber ul li{
    margin: 0 30px;
}
.tpmenumber ul li:first-child{
    margin-left: 0;
}
.tpmenumber ul li:last-child{
    margin-right: 0;
}
.tpmenumber ul li a{
    display: block;
    color:#333333;
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
}
.tpmenumber ul li.current a{
    color: #d09b3e;
}
.tpmenumber ul li a:before{
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    left: 100%;
    border-bottom: solid 1px #d09b3e;
}
.tpmenumber ul li.current a:before{
    left: 40px;
}
.tpmenumber ul li a span {
    padding: 4px 0px;
    padding-left: 40px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: auto 25px;
}
.tpmenumber ul li.v1 a span{
    background-image: url('../images/i-sigin.svg');
}
.tpmenumber ul li.v2 a span{
    background-image: url('../images/i-user.svg');
}
.tpmenumber ul li.v3 a span{
    background-image: url('../images/i-lock.svg');
}
.tpmenumber ul li.v4 a span{
    background-image: url('../images/i-manager.svg');
}

.tpmenumber ul li.v1.current a span{
    background-image: url('../images/i-sigin1.svg');
}
.tpmenumber ul li.v2.current a span{
    background-image: url('../images/i-user1.svg');
}
.tpmenumber ul li.v3.current a span{
    background-image: url('../images/i-lock1.svg');
}
.tpmenumber ul li.v4.current a span{
    background-image: url('../images/i-manager1.svg');
}
/*================================================*/
.hpaccountpg{
    padding: 30px 60px;
    background: #f5f5f5;
}
.hpaccountpg .wrap{
    max-width: 490px;
    margin: 0 auto;
}
.hpaccountpg .wrapS{
    max-width: 370px;
    margin: 0 auto;
}
.hpaccountpg .row{
    margin-left: -30px;
    margin-right: -30px;
}
.hpaccountpg .row *[class^="col-"]{
    padding-left: 30px;
    padding-right: 30px;
}
.hpaccountpg label, .hpmemberpg label{
    font-size: 13px;
    min-height: 21px;
    display: block;
    font-weight: 400;
}
.hpaccountpg label span{
    color:#d09b3e;
}
.hpaccountpg input[type="text"],
.hpaccountpg input[type="password"],
.hpaccountpg select{
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: solid 1px #dddddd;
    background-color: #fff;
    color: #333333;
}
.hpaccountpg input[type="text"]:focus, .hpaccountpg input[type="password"]:focus, .hpaccountpg select:focus{
    box-shadow: 0 0 0px 1px rgba(4,120,50,0.3);
}
.hpaccountpg .faline {
    position: relative;
}
.hpaccountpg .faline::before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
        font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #999999;
}
.hpaccountpg .faline input{
    padding: 0 10px 3px 40px;
}
.hpaccountpg .grid{
    margin: 0 -5px;
}
.hpaccountpg .grid:after{
    content: "";
    display: block;
    clear: both;
}
.hpaccountpg .grid .col{
    width: 33.333333%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
}
.hpaccountpg .checkbox label{
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 15px;
}
.hpaccountpg .checkbox label input{
    margin-right: 8px;
    position: relative;
    top: 2px
}
.hpaccountpg .checkbox label a{
    color: #d09b3e;
}
.hpaccountpg .checkbox.res label a{
    text-decoration: underline;
    color: #d09b3e;
}
.hpaccountpg .txtAttend{
    font-style: italic;
    font-size: 13px;
    line-height: 21px;
    /* color: #d09b3e; */
}
.hpaccountpg button{
    width: 100%;
    height: 45px;
    text-transform: uppercase;
    background: #d09b3e;
    color: #fff;
    border: solid 1px #d09b3e;
    max-width: 305px;
    margin: 0 auto;
    font-size: 13px;
    border-radius: 5px;
}
.hpaccountpg button:hover{
    background: #fff;;
    color: #d09b3e;
}
.hpaccountpg .resBtn{
    max-width: 100%;
}
.hpaccountpg .txtSocial{
    margin-bottom: 10px;
}
.hpaccountpg .linkSocial a{
    display: inline-block;
    margin-bottom: 10px;
}
.input-group-img{
    width: auto;
    white-space: nowrap;
    padding-left: 0px;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
}
.input-group-img img{
    max-width: inherit;
    max-height: 40px;
}
.input-group.vcode input{
    padding-right: 140px;
}
/*===================================================================*/
.hpmemberpg .row{
    margin-left: -25px;
    margin-right: -25px;
}
.hpmemberpg .row>*[class^="col-"]{
    padding-left: 25px;
    padding-right: 25px;
}
.hpmemberpg{
    padding: 20px 20px 30px;
    background: #f3f3f3;
}
.hpmemberpg form{
    max-width: 970px;
    margin: 0 auto;
}
.hpmemberpg label span{
    color:#d09b3e;
}
.hpmemberpg input[type="text"],
.hpmemberpg input[type="password"],
.hpmemberpg select{
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: solid 1px #ddd;
    background-color: #fff;
    color: #333333;
    padding-bottom: 3px;
}
.hpmemberpg select{
    padding-right: 30px;
}
.hpmemberpg .grid{
    margin: 0 -5px;
}
.hpmemberpg .grid:after{
    content: "";
    display: block;
    clear: both;
}
.hpmemberpg .grid .col{
    width: 33.333333%;
    float: left;
    padding: 0 5px;
    margin-bottom: 14.7px;
}
.hpmemberpg .grid.v1 .col{
    width: 100%;
}
.hpmemberpg .checkbox label{
    font-weight: normal;
}
.hpmemberpg .checkbox label a{
    font-weight: bold;
    text-decoration: underline;
}
.hpmemberpg .txtAttend{
    font-style: italic;
}
.hpmemberpg .txtAttend span{
    color:#ee3024;
}
.hpmemberpg button{
    width: 100%;
    height: 45px;
    text-transform: uppercase;
    color: #fff;
    border: solid 1px #d09b3e;
    background-color: #d09b3e;
    font-size: 13px;
    border-radius: 3px;
}
.hpmemberpg button:hover{
    background: #fff;
    color: #d09b3e;
}
.hpmemberpg button.design-btn-web{
    margin-top: 15px;
}
.hpmemberpg 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;
}
.hpmemberpg a.forgetPass:hover{
    background: #ec3c00;
    color: #ffffff;
}
.hpmemberpg .txtSocial{
    margin-bottom: 10px;
}
.hpmemberpg .linkSocial a{
    display: inline-block;
    margin-bottom: 10px;
}
.hpmemberpg .changeAvatar{
    width: 100%;
    max-width: 160px;
    margin-bottom: 15px;
}
.hpmemberpg .changeAvatar .img{
    border-radius: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    border: 2px solid #d09b3e;
}
.hpmemberpg .changeAvatar .img img{
    width: 100%;
}
.hpmemberpg .changeAvatar a{
    display: block;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 10px;
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    border: solid 1px #d09b3e;
    background-color: #d09b3e;
    border-radius: 3px;
}
.hpmemberpg .changeAvatar a:hover{
    background: #d09b3e;
    border-color: #d09b3e;
    color: #fff;
}
.hpmemberpg .wrapMax{
    max-width: 370px;
    margin:0 auto;
}
.hpmemberpg .faline {
    position: relative;
    display: block;
    box-sizing: border-box;
}
.hpmemberpg .faline::before{
    position: absolute;
    top: 10px;
    right: 15px;
        font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #999999;
    pointer-events: none;
    line-height: 20px;
}
.hpmemberpg .faline input{
    padding: 0 40px 0 10px;
}
/*=======================================================*/
.vhformss{
    margin-bottom: 25px;
}
.vhformss .gridS{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    align-items: center;
    align-content: center;
}
.vhformss .gridS > div{
    padding: 0 5px;
}
.vhformss .gridS .col1{
    width:135px;
}
.vhformss .gridS .col2{
    width: 245px;
}
.vhformss .gridS .col3{
    width: 125px;
}
.vhformss select{
    width: 100%;
    height: 40px;
    border: solid 1px #d6d6d6;
    background-color: #fff;
    color:#666666;
    margin-right: 10px;
    padding-left: 10px;
}
.vhformss 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;
    padding-bottom: 3px;
}
.vhformss input.idorder{
    width:230px;
    height: 40px;
    border: solid 1px #d6d6d6;
    background: #ffffff;
    color:#666666;
    margin-right: 10px;
    float:left;
    padding-left: 10px;
    padding-bottom: 3px;
}
.vhformss .chosen-container{
    height: 40px;
    border: solid 1px #d6d6d6;
    background: #ffffff;
    color: #666666;
    margin-right: 10px;
    float: left;
}
.vhformss .chosen-container-single .chosen-single{
    color: #666666!important;
    background-image: url('../images/iselect.png');
}
.vhformss .chosen-container-single .chosen-single span{
    margin-right: 0;
}
.vhformss button{
    width: 100%;
    display: block;
    height: 40px;
    padding: 8px 0px;
    position: relative;
    font-size: 13px;
    background-color: #d09b3e;
    color: #ffffff;
    border-radius: 3px;
}
.vhformss button span{
    position: relative;
}
.vhformss 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;
}
.tpmanagertble{
    width:100%;
    margin-bottom: 20px;
    background: #ffffff;
    color: #333333;
    font-size: 13px;
}
.tpmanagertble a{
    color: #333333;
}
.tpmanagertble thead tr th {
    padding: 10px 15px;
    background: #d09b3e;
    text-transform: uppercase;
    font-weight: normal;
    color: #ffffff;
    font-size: 13px;
    line-height: 21px;
}
.tpmanagertble tbody tr td{
    padding: 12px 15px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    font-size: 13px;
    line-height: 21px;
}
.tpmanagertble tbody tr td:nth-child(1){
    width: 130px;
}
.tpmanagertble tbody tr td:nth-child(2),
.tpmanagertble tbody tr td:nth-child(5){
    white-space: nowrap;
}
.tpmanagertble tbody tr td:nth-child(3){
    max-width: 385px;
}
.tpmanagertble .grOneL{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.tpmanagertble .code a{
    display: inline-block;
}
.tpmanagertble .code a:hover{
    text-decoration: underline;
}
.tpmanagertble .red{
    color:#ee3024;
}
.tpmanagertble .blue{
    color:#0084cb;
}
.tpmanagertble .green{
    color:#009840;
}
.tpmanagertble .Orange{
    color: #f47721;
}
.tpmanagertble button {
    float: right;
    text-transform: uppercase;
    background: #666666;
    color: #ffffff;
    border: none;
    width: 50px;
    height: 30px;
    padding:0;
    font-size: 12px;
}
.tpmanagertble button:hover{
    background: #000000;
    color: #fff;
}
.tptitlemanger{
    padding: 15px 20px;
    text-align: center;
    background: #f3f3f3;
    margin-bottom: 15px;
}
.tptitlemanger .code{
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}
.tptitlemanger .txt{
    font-size: 13px;
    line-height: 21px;
    color: #d09b3e;
}
.tpstatusbar{
    background: #f3f3f3;
    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% / 3) / 2);
    right: calc((100% / 3) / 2);
    height: 10px;
    background: #71001f;
}
.tpstatusbar ul li {
    padding-top: 25px;
    width: 33.3333%;
    font-size: 13px;
    line-height: 21px;
    color: #d09b3e;
    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 #d09b3e;
    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: #d09b3e;
}
.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: #d09b3e;
    display: none;
    z-index: 2;
}
.tpstatusbar ul li ~ li.active:after{
    display: block;
}
.tpstatusbar ul li span{
    display: block;
    text-align: center;
}
.nav-tabs{
    border-bottom: none;
    margin-bottom: 30px;
}
.nav-tabs:after{
    content: "";
    display: block;
    clear: both;
}
.nav-tabs>li {
    margin: 0;
    margin-right: 10px;
}
.nav-tabs>li>a {
    color: #ffffff;
    text-transform: uppercase;
    padding: 9px 20px;
    margin: 0;
    background: #888888;
    border-radius: 4px;
    display: block;
}
.nav-tabs>li>a:hover{
    color:#333333;
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover {
    background: #d80000;
    color: #ffffff;
}
.mc-navtab {
    background: #d80000;
    color: #ffffff;
    text-transform: uppercase;
    padding: 9px 20px;
    position: relative;
    display: none;
    margin-bottom: 10px;
    cursor: pointer;
}
.mc-navtab:before{
    content: "\f0d7";
        font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tpinfgenral{
    margin-bottom: 20px;
}
.tpinfgenral .bg_color{
    background: #f2f2f2;
}
.tpinfgenral .info_title{
    font-size: 16px;
    line-height: 24px;
    padding: 10px 15px;
    text-transform: uppercase;
    background-color: #d09b3e;
    color: #fff;
}
.tpinfgenral .info_content{
    border: 1px solid #d09b3e;
    border-top: 0;
}
.tpfinishstep{
    padding: 20px;
}
.tpfinishstep .tpfinishinfo:last-child{
    margin-bottom: 20px;
}
.tpfinishinfo{
    margin-bottom: 40px;
    font-size: 13px;
    line-height: 20px;
}
.tpfinishinfo .tit{
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}
.tpfinishinfo .tit:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width:60px;
    border-bottom: solid 1px #d09b3e;
}
.tpfinishstep ul li{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
.tpfinishstep ul li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.tpfinishstep .att {
    width: 215px;
    float: left;
}
.tpfinishstep .ats {
    overflow: hidden;
    padding-left: 15px;
    color: #d43f38;
}
.tpinfgenral .row_info {
    padding: 15px;
    border: 1px solid #d09b3e;
    border-top: 0;
    font-size: 13px;
    line-height: 21px;
}
.tpinfgenral .row_info>div{
    margin-bottom: 5px;
    /* color: #d09b3e; */
}
.tpinfgenral .row_info>div:last-child{
    color: #fff;
}
.tpinfgenral .row_info .row_left{
    float: left;
}
.tpinfgenral .row_info .row_right{
    float: right;
    color: #d43f38;
}
.tpinfgenral .total_price{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
}
.tpinfgenral .table_info table{
    width: 100%;
}
.tpinfgenral .table_info table tr{
    border: 1px solid #d09b3e;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.tpinfgenral .table_info table tr:nth-child(1){
    border-top: none;
}
.tpinfgenral .table_info table tr td{
    padding: 10px;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    /* color: #d09b3e; */
}
.tpinfgenral .table_info table thead tr td{

}
.tpinfgenral .table_info table thead tr td{
    text-align: left;
}
.tpinfgenral .table_info table thead tr td:last-child, .tpinfgenral .table_info table tr td:last-child{
    text-align: right;
}
.tpinfgenral .table_info table thead tr td:nth-child(2), .tpinfgenral .table_info table tbody tr td:nth-child(2){
    text-align: center;
}
.tpinfgenral .table_info table tbody tr td:first-child{
    padding-right: 0;
    width: 70px;
}
.tpinfgenral .table_info table tbody tr td:nth-child(2){
    text-align: left;
}
.tpinfgenral .table_info table tbody tr td .img{
    width: 60px;
    height: 60px;
    border: 1px solid #d09b3e;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.tpinfgenral .table_info table tbody tr td .img img{
    max-width: 70%;
    max-height: 70%;
}
.tpinfgenral .table_info table tbody tr td .t-title{
    max-height: 40px;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
}
.tpinfgenral .table_info table tbody tr td .t-title a{
    display:block;
    color: #d09b3e;
}
.tpinfgenral .table_info table tbody tr td .t-id{
    color: #d09b3e;
    font-size: 12px;
    line-height: 19px;
}
.addtocart{
    margin-top:10px;
}
.addtocart button.btn-web{
    width: 170px;
    height: 45px;
    text-transform: uppercase;
    color: #fff;
    background-color: #d09b3e;
    border: solid 1px #d09b3e;
    margin-right: 10px;
    font-size: 13px;
    line-height: 21px;
    border-radius: 3px;
}
.addtocart button.btn-web:hover{
    background: #fff;
    color: #d09b3e;
}
.addtocart .btn-design{
    display: inline-block;
    background: #f6f6f6;
    border:none;
    line-height: 45px;
    padding: 0 15px;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    border: solid 1px #f6f6f6;
    border-radius: 3px;
}
.addtocart .btn-design:hover{
    background: #d09b3e;
    border-color: #d09b3e;
    color: #fff;
}
.addtocart .flcen{
    margin-right: 15px;
}
.addtocart .flcen:last-child{
    margin-right: 0;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
.itselectacc {
    margin-bottom: 25px;
    position: relative;
}
.itselectacc .title {
    padding: 11px 20px 11px 12px;
    padding-right: 30px;
    position: relative;
    border: solid 1px #d09b3e;
    color: #d09b3e;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.itselectacc .title:before{
    content: "\f107";
    color: #fff;
    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: 18px;
    line-height: 26px;
}
.itselectacc.active .title:before{
    content: "\f106";
}
.itselectacc .title .icon{
    max-width: 25px;
    min-width: 20px;
    display: inline-block;
    margin-right: 10px;
}
.itselectacc .title:hover {
    cursor: pointer;
}
.itselectacc .content {
    position: relative;
    left: 0;
    top: 104%;
    background: #d09b3e;
    border: solid 1px rgba(0,0,0,0.1);
    border-top: none;
    width: 100%;
    max-height: 400px;
    overflow: auto;
    z-index: 1;
    display: none;
}
.itselectacc .content ul li{
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
.itselectacc .content ul li:last-child{
    border-bottom: none
}
.itselectacc .content ul li a {
    padding: 12px 12px;
    display: flex;
    align-items: center;
    align-content: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
}
.itselectacc .content ul li a .icon{
    max-width: 25px;
    min-width: 20px;
    display: inline-block;
    margin-right: 10px;
}

.vflexdirec{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.vflexdirec > div{
    padding: 0 15px;
}
.vflexdirec .rcol{
    width: 400px;
}
.vflexdirec .lcol{
    width: calc(100% - 400px);
}
.hpmemberpg .chosen-container{
    border-color: #dddddd;
    background-color: #fff;
}
.hpmemberpg .chosen-container-single .chosen-single{
    color: #333333!important;
    padding-bottom: 6px;
}
.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 #d09b3e;
}
.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: 20px;
    color: #d09b3e;
    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: #71001f;
    -webkit-box-flex: 1;
    flex: 1;
}
.indicator-line.active {
    background: #d09b3e!important;
}
@media all and (max-width: 991px){
    .itselectacc .content ul li a{
        font-size: 16px;
        line-height: 26px;
    }
    .hpaccountpg{
        padding: 25px 20px 35px;
    }
    .hpmemberpg{
        padding: 20px 15px 30px 15px;
    }
    .hpmemberpg .changeAvatar{
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .vhformss select, 
    .vhformss input.idorder,
    .vhformss input.date,
    .vhformss button{
        width:100%;
        margin-bottom: 10px;
    }
    .tpmanagertble thead{
        display: none;
    }
    .tpmanagertble tbody tr{
        display: block;
        padding:10px;
        /* padding-left: 135px; */
        border-bottom:solid 1px rgba(0,0,0,0.25);
        position: relative;
    }
    .tpmanagertble tbody tr:last-child{
        border-bottom: none
    }
    .tpmanagertble tbody tr td{
        display: flex;
        flex-wrap: wrap;
        padding:0;
        border-bottom: none;
        margin-bottom: 5px;
        position: relative;
    }
    .tpmanagertble tbody tr td:nth-child(1){
        width: 100%;
        font-size: 15px;
        line-height: 23px;
    }
    .tpmanagertble tbody tr td:before{
        content: attr(data-cont) ":";
        font-size: 13px;
        line-height: 22px;
        text-align: right;
        color: #333333;
        margin-right: 5px;
    }
    .tpmanagertble tbody tr td:first-child:before{
        margin-right: 0px;
        content: '';
    }
    .tpmanagertble .red,
    .tpmanagertble button{
        float:none;
        display: inline-block;
    }
    .tpmanagertble .red{
        margin-right: 40px;
    }
    .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;
    }
    .nav-tabs>li{
        float:none;
        margin: 0;
    }
    .nav-tabs>li>a{
        background: #ffffff;
        color:#333333;
    }
    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
        background: inherit;
        color: #ff9900;
        border: none;
    }
    .tptitlemanger{
        margin-bottom: 30px;
    }
    .vhformss{
        margin-bottom: 10px;
    }
    .tpmanagertble .code a{
        font-size: 15px;
        line-height: 23px;
        color: #ee3024;
    }
    .tpmanagertble .grOneL{
        padding-right: 80px;
    }
    .tpmanagertble .grOneL button{
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
    }
    .tptitlemanger .code{
        font-size: 16px;
        line-height: 24px;
    }
    .tpfinishstep{
        padding: 20px 15px;
    }
    .tpfinishinfo{
        margin-bottom: 20px;
    }
    .tpfinishstep .tpfinishinfo:last-child{
        margin-bottom: 0;
    }
    .vflexdirec{
        flex-direction: column-reverse;
    }
    .vflexdirec .rcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .vflexdirec .lcol{
        width: 100%;
    }
}
@media all and (max-width: 768px){
    .hpaccountpg .grid .col{
        width: 100%;
    }
    .hpmemberpg .grid .col{
        width: 100%;
    }
    .hpmemberpg a.forgetPass{
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
        display: block;
    }
    .tpfinishstep .att{
        width: 100%;
        float: none;
    }
    .tpfinishstep .ats{
        padding-left: 0;
    }
    .addtocart{
        justify-content: center;
    }
}
@media all and (max-width: 767px){
    .vhformss .gridS .col1{
        width: 100%;
    }
    .vhformss .gridS .col2{
        width: 100%;
    }
    .vhformss .gridS .col3{
        width: 100%;
    }
    .tpmanagertble tbody tr td:nth-child(3){
        display: none;
    }
    .addtocart.vhflex{
        margin: 0 -5px;
        margin-top:5px;
    }
    .addtocart.vhflex .flcen{
        margin: 0;
        padding: 0 5px;
        width: 50%;
    }
    .addtocart button.btn-web,
    .addtocart .btn-design{
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .tpinfgenral .table_info table tr td{
        font-size: 12px;
    }
    .addtocart.vhflex .flcen{
        width: 100%;
    }
}
@media all and (max-width: 400px){
    .addtocart .fl{
        float: none;
    }
    .addtocart button.btn-web,
    .addtocart .btn-design{
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
}
@media all and (max-width: 359px){
    .addtocart button.btn-web, .addtocart .btn-design{
        font-size: 10px;
        height: 38px;
        line-height: 38px;
    }
}