/* <===== vhgripall =====> */
.vhgripall{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.vhgripall > div{
  padding: 0 15px;
}
.vhgripall .mmcol{
  width: 300px;
}
.vhgripall .hhcol{
  width: calc(100% - 300px);
}
/* <===== vhgripall =====> */

/* <===== vgripall =====> */
.vgripall{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.vgripall > div{
  padding: 0 10px;
}
.vgripall .mmcol{
  width: calc(100% - 400px);
}
.vgripall .hhcol{
  width: 400px;
}
/* <===== vgripall =====> */

/* <=== vhaccoutpg ===> */
.vhaccoutpg{
  position: relative;
  background-color: #f6f6f6;
  z-index: 1;
}
.vhaccoutpg::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/vleft.png');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
  pointer-events: none;
}
.vhaccoutpg::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/vright.png');
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
  pointer-events: none;
}
.vhaccoutpg .acpadd{
  padding: 40px 0 70px;
}
/* <=== vhaccoutpg ===> */

/* <=== vhloginpg ===> */
.vhloginpg{
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 20px 15px;
}
.vhloginpg::-webkit-scrollbar{
  width: 10px;
  background-color: #F5F5F5;
}
.vhloginpg::-webkit-scrollbar-thumb {
  background-color: #dddddd;
}
.vhloginpg .lgclose{
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding: 5px;
  opacity: 0.5;
}
.vhloginpg .lgcente{
  max-width: 430px;
  margin: 0 auto;
  width: 100%;
}
.vhloginpg .lglogo{
  text-align: center;
  max-width: 237px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.vhloginpg .lglogo img{
  width: 100%;
}
.vhloginpg .ifdecs{
  padding: 20px 30px 20px;
  margin-bottom: 15px;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
}
.vhloginpg .ifdecs .vtitle{
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.vhloginpg .ifdecs .vtitle, .vhloginpg .ifdecs .vtitle h2{
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
.vhloginpg .ifdecs .checkbox{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.vformacc .vcheckbox input{
  padding: 0;
  height: 0;
  border: none;
  width: 0;
}
.vformacc .vlinkedes a{
  display: inline-block;
  text-decoration: underline;
}
.vformacc .frmbuton{
  margin-top: 10px;
}
.vformacc button{
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  height: 45px;
  background-color: #2d5923;
  color: #fff;
  border: none;
  width: 100%;
  border-radius: 5px;
  padding: 8px 10px ;
}
.vformacc button:hover{
  background-color: #122b0d;
}
.vhloginpg .iftext{
  margin-bottom: 15px;
  text-align: center;
  font-size: 15px;
  line-height: 23px;
}
.vhloginpg .iflink{
  max-width: 370px;
  margin: 0 auto;
}
.vhloginpg .iflink a{
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 23px;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #999999;
  padding: 10px 20px;
  border-radius: 25px;
}
.vhloginpg .iflink a:hover{
  background-color: #2d5923;
  border-color: #2d5923;
  color: #333333;
}
/* <=== vhloginpg ===> */

/* <=== vhregispg ===> */
.vhregispg .regrip{
  display: flex;
  flex-wrap: wrap;
}
.vhregispg .regrip .lcol{
  width: calc(100% - 480px);
}
.vhregispg .rethumb{
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.vhregispg .rethumb img{
  width: 100%;
  display: none;
}
.vhregispg .regrip .rcol{
  width: 480px;
}
.hpregismm{
  height: 100vh;
  padding: 20px 5px 20px 15px;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
}
.hpregismm .mmwrap{
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 10px;
}
.hpregismm .mmwrap::-webkit-scrollbar{
  width: 5px;
  background-color: transparent;
}
.hpregismm .mmwrap::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  border-radius: 25px;
}
.hpregismm .mmclose{
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding: 5px;
  background-color: #fff;
}
.hpregismm .mmclose img{
  opacity: 0.5;
}
.hpregismm .mmtitle{
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.hpregismm .mmtitle, .hpregismm .mmtitle h2{
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}
.tpregismm .mmgrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.tpregismm .mmgrip > div{
  padding: 0 5px;
}
.tpregismm .mmgrip .mcol{
  width: 100%;
}
.tpregismm .mmgrip .hcol{
  width: 50%;
}
/* <=== vhregispg ===> */

.tptaborder ul {
  display: flex;
  overflow-x: auto;
  -webkit-display: flex;
  flex-flow: row nowrap;
  white-space: nowrap;
}
.tptaborder ul::-webkit-scrollbar{
  width: 0;
  height: 5px;
  background-color: transparent;
}
.tptaborder ul::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  border-radius: 25px;
}
.tptaborder ul li {
  margin-right: 5px;
}
.tptaborder ul li a {
  display: block;
  position: relative;
  padding: 4px 15px;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  border-radius: 5px;
}
.tptaborder ul li.active a,
.tptaborder ul li.current a {
  background-color: #2d5923;
  color: #fff;
}
/* <=== tpmnuorder ===> */
.tpmnuorder .mnlist {
  margin-bottom: 20px;
}
.itmnuorder {
  padding: 0 20px;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 15px;
}
.itmnuorder .orrow {
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
}
.itmnuorder .orrowpadd {
  padding: 20px 0;
}
.itmnuorder .orrow:last-child {
  border-bottom: none;
}
.itmnuorder .grorder {
  display: flex;
  justify-content: space-between;
  margin: 0 -5px;
}
.itmnuorder .grorder > div {
  padding: 0 5px;
}
.itmnuorder .ordcodedate {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.itmnuorder .ordcodedate .odcode {
  margin-right: 30px;
}
.ordcodedate .odcode span {
  color: #2d5923;
}
.itmnuorder .ordproduct {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.itmnuorder .ordproduct .colt {
  width: 60px;
}
.itmnuorder .ordproduct .thumb {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.itmnuorder .ordproduct .cold {
  width: calc(100% - 60px);
  padding-left: 10px;
}
.itmnuorder .ordproduct .decs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -5px;
}
.itmnuorder .ordproduct .decs > div {
  padding: 0 10px;
}
.itmnuorder .ordproduct .dstitle {
  margin-bottom: 5px;
}
.itmnuorder .ordproduct .dscodes{
  color: #999999;
}
.itmnuorder .ordproduct .dsprice {
  font-weight: 600;
}
.itmnuorder .ordproduct .dsprice span {
  font-size: 16px;
}
.itmnuorder .ordnumtotal {
  color: #666666;
}
.itmnuorder .ordsumtotal span{
  font-size: 20px;
  font-weight: 600;
}
.itmnuorder .grorderd {
  justify-content: flex-end;
}
.itmnuorder .btncacle a,
.itmnuorder .btncacle button,
.itmnuorder .btnview a,
.itmnuorder .btnview button,
.itmnuorder .btnreord a,
.itmnuorder .btnreord button {
  min-width: 170px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 5px;
  border-radius: 5px;
  font-weight: 600;
}
.itmnuorder .btncacle a,
.itmnuorder .btncacle button {
  background-color: transparent;
  color: #2d5923;
  border: 1px solid #2d5923;
}
.itmnuorder .btncacle a:hover,
.itmnuorder .btncacle button:hover {
  background-color: #2d5923;
  color: #fff;
}
.itmnuorder .btnview a,
.itmnuorder .btnview button {
  background-color: #2d5923;
  color: #fff;
  font-weight: 600;
}
.itmnuorder .btnview a:hover,
.itmnuorder .btnview button:hover {
  background-color: #122b0d;
}
/* <=== tpmnuorder ===> */

/* =====vhpointsaa====== */
.vhpointsaa .graa {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.vhpointsaa .graa .cola {
  width: 50%;
}
.vhpointsaa .graa .colb {
  width: 26%;
}
.vhpointsaa .graa .colc {
  width: 24%;
}
.vhpointsaa .lpointsa {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.vhpointsaa .lpointsa .tm {
  font-size: 20px;
  line-height: 30px;
  margin-right: 20px;
  color: #666666;
}
.vhpointsaa .lpointsa .th {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end;
}
.vhpointsaa .lpointsa .th .tha {
  margin-right: 10px;
}
.vhpointsaa .lpointsa .thb {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  margin-right: 10px;
  color: #d10000;
}
.vhpointsaa .lpointsa .thc {
  font-size: 20px;
  line-height: 30px;
}
.vhpointsaa .rpointsa{
  color: #666666;
}
.vhpointsaa .rpointsa .tm {
  font-size: 15px;
  line-height: 23px;
}
.vhpointsaa .rpointsa .th {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
/* =====vhpointsaa====== */

/* =====vhpointsbb====== */
.hptablepoint {
  margin-bottom: 20px;
}
.hptablepoint table {
  width: 100%;
}
.hptablepoint thead {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}
.hptablepoint table th{
  padding: 0 0 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #eeeeee;
}
.hptablepoint table td {
  padding: 12px 0;
  border-bottom: 1px solid #eeeeee;
}
.hptablepoint table td:nth-child(1) {
  width: 20%;
}
.hptablepoint table td:nth-child(2) {
  width: 20%;
}
.hptablepoint table td:last-child,
.hptablepoint table th:last-child {
  text-align: right;
}
.hptablepoint table .ppoint {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.hptablepoint table .mpoint {
  color: #cc0000;
  font-weight: 600;
  font-size: 15px;
  line-height: 23px;

}
/* =====vhpointsbb====== */

/* =====vhpointscc====== */
.vhpointscc ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  margin-bottom: -5px;
}
.vhpointscc ul li{
  padding: 0 5px;
  margin-bottom: 5px;
}
.vhpointscc li a{
  display: block;
  font-size: 14px;
  line-height: 22px;
  border: 1px solid #ebebeb;
  color: #333333;
  border-radius: 25px;
  padding: 8px 20px;
}
.vhpointscc li.current a, .vhpointscc li:hover a{
  background-color: #2d5923;
  border-color: #2d5923;
}
/* =====vhpointscc====== */

/* <=== vformacc ===> */
.vformacc .frmgroup{
  margin-bottom: 10px;
}
.vformacc .vdate{
  position: relative;
}
.vformacc .vdate input{
  padding-right: 45px;
}
.vformacc .vdate::before{
  content: '\f133';
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: #666666;
  pointer-events: none;
}
.vformacc input{
  height: 45px;
  border: none;
  border: 1px solid #dddddd;
  width: 100%;
  font-weight: 400;
  padding: 0 16px;
  border-radius: 5px;
}
.vformacc input[disabled]{
  background-color: #f6f6f6;
}
.vformacc input::-webkit-input-placeholder { /* Edge */
  color: #999999;
}
.vformacc input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999999;
}
.vformacc input::placeholder {
  color: #999999;
}
.vformacc select{
  height: 45px;
  border: none;
  border: 1px solid #dddddd;
  width: 100%;
  font-weight: 400;
  border-radius: 0!important;
  padding: 0 35px 0 15px;
  border-radius: 10px;
}
.vformacc .formFa{
  position: relative;
}
.vformacc .formFa input{
  padding-right: 45px;
}
.vformacc .formFa .hidepass{
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  pointer-events: auto;
}
.hidepass .iconFa::before{
  content: "";
  width: 24px;
  height: 10px;
  background-image: url('../images/itat.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.changefa .hidepass .iconFa::before{
  width: 22px;
  height: 14px;
  background-image: url('../images/imo.png');
}
.vformacc .chosen-single {
  border: 1px solid #dddddd;
  border-radius: 5px;
  background-image: url("../images/iselect.png");
  background-size: 15px 9px;
  font-size: 16px;
}
.vformacc .frmrecap{
  margin: 10px 0 15px;
}
.vformacc .frmchecks{
  margin-bottom: 10px;
}
.vformacc .frmlinks{
  margin-top: 15px;
  text-align: center;
}
.vformacc .frmlinks a{
  font-weight: 600;
}
/* <=== vformacc ===> */

/* <=== tpsubacout ===> */
.tpsubacout{
  background-color: #ffffff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
}
.tpsubacout .acinfos{
  border-bottom: 1px solid #eeeeee;
  padding: 18px 20px;
}
.tpsubacout .acinfos .ifgrip{
  display: flex;
  align-items: center;
  align-content: center;
  margin: 0 -7.5px;
}
.tpsubacout .acinfos .ifgrip > div{
  padding: 0 7.5px;
}
.tpsubacout .acinfos .ifgrip .mcol{
  width: 65px;
}
.tpsubacout .acinfos .ifgrip .hcol{
  width: calc(100% - 65px);
}
.tpsubacout .acinfos .ithumb{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
}
.tpsubacout .acinfos .ithumb img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tpsubacout .acinfos .dsname{
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
}
.tpsubacout .acinfos .dschuc{
  color: #d10000;
}
.tpsubacout .aclinks li{
  border-bottom: 1px solid #eeeeee;
}
.tpsubacout .aclinks li:last-child{
  border-bottom: none;
}
.tpsubacout .aclinks li:last-child a{
  border-radius: 0 0 15px 15px;
  overflow: hidden;
}
.tpsubacout .aclinks li a{
  display: flex;
  align-items: center;
  align-content: center;
  line-height: 22px;
  padding: 14px 20px;
  position: relative;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}
.tpsubacout .aclinks li a::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 0;
  width: 5px;
  background-color: #2d5923;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.tpsubacout .aclinks li.current a{
  font-weight: 600;
  color: #2d5923;
}
.tpsubacout .aclinks li.current a::before, .tpsubacout .aclinks li:hover a::before{
  height: 100%;
}
.tpsubacout .aclinks li a i{
  margin-right: 9px;
}
.tpsubacout .aclinks li a span{
  position: relative;
}
.tpsubacout .lktitle {
  display: flex;
  align-items: center;
  align-content: center;
  padding: 9px 40px 9px 15px;
  position: relative;
  color: #2d5923;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  border: 1px solid #2d5923;
  border-radius: 5px;
}
.tpsubacout .lktitle::after{
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.tpsubacout.active .lktitle::after{
  transform: translateY(-50%) rotate(180deg);
}
.tpsubacout .lktitle i{
  margin-right: 9px;
}
.tpsubacout .lktitle span{
  position: relative;
  top: 1px;
}
/* <=== tpsubacout ===> */

/* <=== hpinfacout ===> */
.hpinfacout .actitle{
  padding: 12px 20px;
  border-bottom: 1px solid #eeeeee;
  text-transform: uppercase;
}
.hpinfacout .actitle.vres{
  border-bottom: none
}
.hpinfacout .actitle, .hpinfacout .actitle h1, .hpinfacout .actitle h2{
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
.hpinfacout.vendow .acconts{
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
}
.hpinfacout .ttgrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -35.5px;
  max-width: 762px;
}
.hpinfacout .ttgrip > div{
  padding: 0 35.5px;
}
.hpinfacout .ttgrip .mcol{
  width: calc(100% - 241px);
}
.hpinfacout .ttgrip .hcol{
  width: 241px;
}
/* <=== hpinfacout ===> */

/* <=== tpinfacout ===> */
.tpinfacout.vpass .pswrap{
  max-width: 650px;
}
.tpinfacout .vfrmgrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.tpinfacout .vfrmgrip > div{
  padding: 0 10px;
}
.tpinfacout .vfrmgrip .lbcol{
  width: 125px;
}
.tpinfacout .vfrmgrip .ipcol{
  width: calc(100% - 125px);
}
.tpinfacout.vpass .vfrmgrip .lbcol{
  width: 250px;
}
.tpinfacout.vpass .vfrmgrip .ipcol{
  width: calc(100% - 250px);
}
.tpinfacout .frmlabel{
  padding-top: 12px;
}
.tpinfacout .frmlabel label{
  font-weight: 600;
  display: block;
  margin-bottom: 0;
}
.tpinfacout .frmlabel label span{
  color: #2d5923;
}
.tpinfacout .vfrmgripck{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.tpinfacout .vfrmgripck > div{
  padding: 0 20px;
}
.tpinfacout .vfrmgriplv{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.tpinfacout .vfrmgriplv > div{
  padding: 0 5px;
  width: 50%;
}
.vradiocheck{
  margin-top: 10px;
  margin-bottom: 6px;
}
.vradiocheck input{
  display: none;
}
.vradiocheck label{
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  display: block;
  margin-bottom: 0;
}
.vradiocheck label::before{
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 1px solid #2d5923;
  border-radius: 100%;
  background: #fff;
}
.vradiocheck label::after{
  content: '';
  width: 14px;
  height: 14px;
  background: #2d5923;
  position: absolute;
  top: 4px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.vradiocheck [type="radio"]:not(:checked) + label::before{
  border: 1px solid #9c9c9c;
}
.vradiocheck [type="radio"]:not(:checked) + label:after{
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* <=== tpinfacout ===> */

/* <=== tpavaacout ===> */
.tpavaacout .avthumb{
  position: relative;
  max-width: 170px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.tpavaacout .thumb{
  width: 170px;
  height: 170px;
  margin: 0 auto;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
}
.tpavaacout .thumb img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tpavaacout .edits{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.tpavaacout .edits a{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 40px;
  height: 40px;
  background-color: #2d5923;
  color: #fff;
  border-radius: 100%;
}
.tpavaacout .avdecss{
  text-align: center;
}
.tpavaacout .lvicon{
  max-width: 45px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.tpavaacout .lvnumb{
  width: 68px;
  height: 50px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-image: url('../images/lvnum.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-bottom: 7px;
}
.tpavaacout .lvname{
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 600;
}

/* <=== tpavaacout ===> */

/* <=== tptrademhh ===> */
.tptrademhh{
  margin-bottom: -10px;
}
.tptrademhh .hhgrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.tptrademhh .hhgrip > div{
  padding: 0 5px;
  width: calc(100% / 5);
  margin-bottom: 10px;
}
.ittrademhh{
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ittrademhh:hover{
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
}
.ittrademhh .thumb{
  border-bottom: 1px solid #eeeeee;
}
.ittrademhh .thumb a{
  display: block;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}
.ittrademhh .thumb a 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: 80%;
  max-height: 80%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  backface-visibility: hidden;
}
.ittrademhh .decss{
  text-align: center;
  padding: 9px 10px;
}
.ittrademhh .dstitle{
  text-transform: uppercase;
}
.ittrademhh .dstitle, .ittrademhh .dstitle h3{
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.ittrademhh .dstitle a{
  display: block;
}
.ittrademhh .dstitle a strong{
  color: #e40000;
}
/* <=== tptrademhh ===> */

/* <=== tpchonseor ===> */
.tpchonseor{
  margin-bottom: -10px;
}
.tpchonseor .csgrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.tpchonseor .csgrip > div{
  padding: 0 5px;
  margin-bottom: 10px;
}
.tpchonseor .csgrip .mcol{
  width: 200px;
}
.tpchonseor .csgrip .hcol{
  width: calc(100% - 510px);
}
.tpchonseor .csgrip .bcol{
  width: 110px;
}
.tpchonseor .csgroup input{
  width: 100%;
  height: 40px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 0 20px;
}
.tpchonseor .csgroup.vdate{
  position: relative;
}
.tpchonseor .csgroup.vdate::before{
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  pointer-events: none;
}
.tpchonseor .csgroup.vdate input{
  padding-right: 40px;
}
.tpchonseor .csgroup button{
  width: 100%;
  height: 40px;
  background-color: #2d5923;
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 600;
}
.tpchonseor .csgroup button:hover{
  background-color: #122b0d;
}
/* <=== tpchonseor ===> */

/* <=== tpstatusod ===> */
.tpstatusod .odtitle{
  padding: 15px 20px;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.tpstatusod .odtitle .tinfo{
  margin-bottom: 5px;
}
.tpstatusod .odtitle .tinfo, .tpstatusod .odtitle .tinfo h1, .tpstatusod .odtitle .tinfo h2{
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
}
.tpstatusod .odtitle .tinfo span{
  font-weight: 600;
}
.tpstatusod .odtitle .tdate{
  color: #999999;
  margin-bottom: 5px;
}
.tpstatusod .odconts{
  padding: 20px;
}
.itstatusod ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  position: relative;
  margin: 0 auto;
}
.itstatusod ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: #f5f5fa;
}
.itstatusod ul li {
  padding-top: 25px;
  width: 25%;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  color: #333333;
}
.itstatusod ul li:last-child {
  text-align: right;
}
.itstatusod ul li:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #fff;
  border: 4px solid #f5f5fa;
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 5;
}
.itstatusod ul li:last-child::before {
  left: initial;
  right: -3px;
}
.itstatusod ul li:last-child:after {
  content: "";
  top: 0;
  bottom: 0;
  left: -100%;
  width: 200%;
  margin-left: 2px;
  position: absolute;
  height: 10px;
  background: #b8df10;
  z-index: 2;
}
.itstatusod ul li.active:last-child:after {
  display: block;
}
.itstatusod ul li.active:before {
  background: #fff;
  border: 3px solid #b8df10;
}
.itstatusod ul li ~ li.active:before {
  border-color: #b8df10;
}
.itstatusod ul li ~ li:after {
  content: "";
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  margin-left: 2px;
  position: absolute;
  height: 10px;
  background: #b8df10;
  z-index: 2;
  display: none;
}
.itstatusod ul li ~ li.active:after {
  display: block;
}
.itstatusod ul li span {
  display: block;
}
/* <=== tpstatusod ===> */

/* <=== tpinfomtod ===> */
.tpinfomtod .odgrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  margin-bottom: -10px;
}
.tpinfomtod .odgrip > div{
  padding: 0 5px;
  width: 50%;
  margin-bottom: 10px;
}
.itinfomtod {
  height: 100%;
}
.itinfomtod .titlett {
  padding: 10px 17px 8px;
  border-bottom: 1px solid #eeeeee;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}
.itinfomtod .conttt {
  padding: 10px 17px 15px;
  font-size: 16px;
}
.itinfomtod .conttt h3{
  color: #2d5923;
}
.itinfomtod .conttt .vcheck{
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.itinfomtod .name {
  margin-bottom: 5px;
}
.itinfomtod .address.v2 {
  max-width: 320px;
}
.itinfomtod p {
  padding: 2px 0;
}
.itinfomtod .adpayment {
  color: #523594;
  margin-top: 5px;
}
.itinfomtod .adpayment i {
  margin-right: 5px;
  font-size: 16px;
}
/* <=== tpinfomtod ===> */

/* <=== tptotalsod ===> */
.tptotalsod {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.tptotalsod .odwrap{
  max-width: 260px;
  width: 100%;
}
.tptotalsod .odrow {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.tptotalsod .odres{
  text-transform: uppercase;
}
.tptotalsod .odrow .vtotal {
  font-size: 20px;
  line-height: 30px;
  color: #d42626;
}
.tptotalsod .odrow .scol{
  font-weight: 600;
}
/* <=== tptotalsod ===> */

/* <=== tplinkesod ===> */
.tplinkesod{
  text-align: right;
}
.tplinkesod a{
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  background-color: #2d5923;
  color: #fff;
  padding: 6px 50px 10px;
  border-radius: 5px;
}
.tplinkesod a:hover{
  background-color: #122b0d;
}
/* <=== tplinkesod ===> */

/* <=== tpprodctod ===> */
.tpprodctod .thead {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  text-transform: uppercase;
}
.tpprodctod .trsell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin: 0 -5px;
}
.tpprodctod .trsell > div {
  padding: 0 5px;
}
.tpprodctod .trsell .tda {
  width: 50%;
}
.tpprodctod .trsell .tdb {
  width: 20%;
}
.tpprodctod .trsell .tdc {
  width: 16%;
}
.tpprodctod .trsell .tdd {
  width: 14%;
  text-align: right;
}
.tpprodctod .tbody {
  padding: 0 20px;
}
.tpprodctod .tbody .trsell {
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
}
.tpprodctod .coll {
  width: 70%;
}
.tpprodctod .colr {
  width: 30%;
  text-align: right;
}
.tpprodctod .i-price .price {
  color: #523594;
  font-weight: 600;
}
.tpprodctod .i-product {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.tpprodctod .i-product .i-img {
  width: 70px;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.tpprodctod .i-product .i-text {
  width: calc(100% - 70px);
  padding-left: 10px;
}
.tpprodctod .i-product .i-title {
  font-size: 16px;
  line-height: 24px;
  max-width: 380px;
}
.tpprodctod .i-product .i-codes{
  color: #999999;
}
.tpprodctod .i-price {
  font-size: 14px;
  line-height: 22px;
}
.tpprodctod .i-price .prold {
  text-decoration: line-through;
  color: #999999;
}
.tpprodctod .i-price .prnew {
  color: #333333;
  font-weight: 600;
  font-size: 18px;
}
.tpprodctod .i-total {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #d10000;
}
/* <=== tpprodctod ===> */
@media all and (min-width: 992px) {
  /* <=== tpsubacout ===> */
  .tpsubacout .lkconts{
    display: block!important;
  }
  /* <=== tpsubacout ===> */

  /* <=== tptaborder ===> */
  .tptaborder .vconts{
    display: block!important;
  }
  /* <=== tptaborder ===> */
}
@media all and (max-width: 991px) {
  /* <=== vhaccoutpg ===> */
  .vhaccoutpg .acpadd{
    padding: 20px 0 50px;
  }
  .vhaccoutpg::before{
    background-size: 380px 311px;
  }
  .vhaccoutpg::after{
    background-size: 380px 317px;
  }
  /* <=== vhaccoutpg ===> */

  /* =====vhpointsaa====== */
  .vhpointsaa .graa .cola {
    width: 50%;
  }
  .vhpointsaa .graa .colb,
  .vhpointsaa .graa .colc {
    width: 25%;
  }
  /* =====vhpointsaa====== */

  /* <=== tptaborder ===> */
  .tptaborder .vtitle {
    font-size: 16px;
    line-height: 25px;
    padding: 0 20px 0 0;
    position: relative;
  }
  .tptaborder .vtitle::before{
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .tptaborder.active .vtitle::before{
    content: "\f106";
  }
  .tptaborder .vconts{
    padding: 10px 0 0;
    display: none;
  }
  .tptaborder ul{
    display: block;
  }
  .tptaborder ul li{
    margin-right: 0;
    margin-bottom: 5px;
    width: 100%;
  }
  .tptaborder ul li a{
    padding: 6px 12px;
  }
  /* <=== tptaborder ===> */

  /* <=== vhloginpg ===> */
  .vhloginpg .ifdecs{
    padding: 20px 20px 20px;
  }
  /* <=== vhloginpg ===> */

  /* <=== vhregispg ===> */
  .hpregismm .mmwrap::-webkit-scrollbar{
    width: 0;
  }
  /* <=== vhregispg ===> */

  /* <=== tpsubacout ===> */
  .tpsubacout .acinfos{
    padding: 15px;
    border-bottom: none;
  }
  .tpsubacout .aclinks{
    padding: 0 15px 18px 15px;
  }
  .tpsubacout .lkconts{
    display: none;
    border: 1px solid #eeeeee;
  }
  .tpsubacout .aclinks li a{
    padding: 10px 18px;
  }
  /* <=== tpsubacout ===> */

  /* <=== hpinfacout ===> */
  .hpinfacout .actitle{
    padding: 15px;
  }
  .hpinfacout .ttgrip{
    flex-direction: column-reverse;
  }
  .hpinfacout .ttgrip .mcol{
    width: 100%;
  }
  .hpinfacout .ttgrip .hcol{
    width: 100%;
  }
  .hpinfacout .ttgrip .hcol{
    margin-bottom: 20px;
  }
  .hpinfacout.vendow .acconts{
    padding: 10px 15px;
  }
  /* <=== hpinfacout ===> */

  /* <=== tpavaacout ===> */
  .tpavaacout .avgrip{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -10px;
  }
  .tpavaacout .avgrip > div{
    padding: 0 10px;
  }
  .tpavaacout .avgrip .lcol{
    width: 140px;
  }
  .tpavaacout .avgrip .rcol{
    width: calc(100% - 140px);
  }
  .tpavaacout .thumb{
    width: 100px;
    height: 100px;
  }
  .tpavaacout .avthumb{
    max-width: 120px;
    width: 100%;
    margin-bottom: 0;
  }
  /* <=== tpavaacout ===> */

  /* <=== tptrademhh ===> */
  .tptrademhh{
    padding: 0 15px;
  }
  .tptrademhh .hhgrip > div{
    width: 25%;
  }
  /* <=== tptrademhh ===> */

  /* <=== tpmnuorder ===> */
  .itmnuorder{
    border-radius: 0;
  }
  /* <=== tpmnuorder ===> */

  /* <=== tpstatusod ===> */
  .tpstatusod .odtitle{
    padding: 15px;
  }
  .tpstatusod .odtitle .tinfo, .tpstatusod .odtitle .tinfo h1, .tpstatusod .odtitle .tinfo h2{
    font-size: 20px;
    line-height: 30px;
  }
  .tpstatusod .odconts{
    padding: 20px 15px 15px;
  }
  .itstatusod .stname {
    color: #333333;
  }
  .itstatusod ul li span {
    display: none;
  }
  .itstatusod ul li:before {
    display: none;
  }
  .itstatusod ul li ~ li:after {
    left: calc(-100% - 2px);
  }
  /* <=== tpstatusod ===> */

  /* <===== vhgripall =====> */
  .vhgripall .mmcol{
    width: 100%;
    margin-bottom: 20px;
  }
  .vhgripall .hhcol{
    width: 100%;
  }
  .vhgripall .mmcol .vntsubscro .vmarginsm{
    margin-bottom: 0;
  }
  /* <===== vhgripall =====> */
}
@media all and (max-width: 767px) {
  /* =====vhpointsbb====== */
  .hptablepoint .ttpointmb {
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    font-weight: 600;
    text-transform: uppercase;
  }
  .hptablepoint table,
  .hptablepoint tbody,
  .hptablepoint table tr,
  .hptablepoint table th,
  .hptablepoint table td {
    display: block;
  }
  .hptablepoint thead {
    display: none;
  }
  .hptablepoint table td:nth-child(1),
  .hptablepoint table td:nth-child(2) {
    width: 100%;
  }
  .hptablepoint table tr {
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
  }
  .hptablepoint table td {
    padding: 4px 0;
    border-bottom: none;
    color: #000000;
  }
  .hptablepoint table td:last-child,
  .hptablepoint table th:last-child {
    text-align: left;
  }
  .hptablepoint table td {
    display: flex;
    align-items: center;
    align-content: center;
  }
  .hptablepoint table td::before {
    content: attr(data-title) ":";
    margin-right: 5px;
  }
  .hptablepoint table td:nth-child(1):before {
    display: none;
  }
  /* =====vhpointsbb====== */

  /* =====vhpointsaa====== */
  .vhpointsaa .graa .cola,
  .vhpointsaa .graa .colb,
  .vhpointsaa .graa .colc {
    width: 100%;
    margin-bottom: 8px;
  }
  .vhpointsaa .graa .colc {
    margin-bottom: 0;
  }
  .vhpointsaa .lpointsa .thb {
    font-size: 30px;
    line-height: 30px;
  }
  .vhpointsaa .rpointsa {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
  }
  .vhpointsaa .rpointsa .tm {
    margin-right: 5px;
  }
  /* =====vhpointsaa====== */

  /* <=== tpmnuorder ===> */
  .itmnuorder {
    padding: 0 15px;
  }
  .itmnuorder .ordstatus {
    white-space: nowrap;
  }
  .itmnuorder .ordproduct .decs > div {
    width: 100%;
  }
  .itmnuorder .grorderc {
    flex-wrap: wrap;
  }
  .itmnuorder .btncacle a,
  .itmnuorder .btncacle button,
  .itmnuorder .btnview a,
  .itmnuorder .btnview button,
  .itmnuorder .btnreord a,
  .itmnuorder .btnreord button {
    min-width: auto;
  }
  .itmnuorder .grorderd > div {
    width: 50%;
    margin-bottom: 5px;
  }
  .itmnuorder .ordnumtotal span{
    display: block;
  }
  .itmnuorder .ordsumtotal {
    font-size: 16px;
    line-height: 24px;
    text-align: right;
  }
  .itmnuorder .ordsumtotal span{
    display: block;
  }
  /* <=== tpmnuorder ===> */

  .tpmnuorder .mnpagi{
    padding: 0 15px;
  }
  .tpmnuorder .pagination.vleft{
    justify-content: center;
  }
  /* =====vhpointscc====== */
  .vhpointscc li a{
    padding: 8px 18px;
  }
  /* =====vhpointscc====== */

  /* <=== vhregispg ===> */
  .vhregispg .regrip .lcol{
    width: 100%;
    display: none;
  }
  .vhregispg .regrip .rcol{
    width: 100%;
  }
  /* <=== vhregispg ===> */

  /* <=== tpinfacout ===> */
  .tpinfacout.vpass .pswrap{
    max-width: 100%;
  }
  .tpinfacout .frmlabel{
    padding-top: 0;
    margin-bottom: 5px;
  }
  .tpinfacout .vfrmgrip .lbcol, .tpinfacout.vpass .vfrmgrip .lbcol{
    width: 100%;
  }
  .tpinfacout .vfrmgrip .ipcol, .tpinfacout.vpass .vfrmgrip .ipcol{
    width: 100%;
  }
  /* <=== tpinfacout ===> */

  /* <=== tptrademhh ===> */
  .tptrademhh .hhgrip > div{
    width: 50%;
  }
  /* <=== tptrademhh ===> */

  /* <=== tpchonseor ===> */
  .tpchonseor .csgrip .mcol{
    width: 50%;
  }
  .tpchonseor .csgrip .bcol{
    width: 70px;
  }
  .tpchonseor .csgrip .hcol{
    width: calc(100% - 70px);
  }
  /* <=== tpchonseor ===> */

  /* <=== tpinfomtod ===> */
  .tpinfomtod .odgrip > div{
    width: 100%;
  }
  /* <=== tpinfomtod ===> */

  /* <=== tptotalsod ===> */
  .tptotalsod .odwrap {
    max-width: 100%;
  }
  /* <=== tptotalsod ===> */

  /* <=== tplinkesod ===> */
  .tplinkesod{
    padding: 0;
    margin-top: 25px;
  }
  .tplinkesod a{
    display: block;
    width: 100%;
    text-align: center;
  }
  /* <=== tplinkesod ===> */

  /* <=== tpprodctod ===> */
  .tpprodctod .trsell .tda {
    width: 100%;
  }
  .tpprodctod .trsell .tdb,
  .tpprodctod .trsell .tdc,
  .tpprodctod .trsell .tdd {
    display: none;
  }
  .tpprodctod .i-product .i-text .i-title::before, .tpprodctod .i-product .i-text .i-codes::before {
    display: none;
  }
  .tpprodctod .i-product .i-text > div{
    margin-bottom: 3px;
  }
  .tpprodctod .i-product .i-text > div::before {
    content: attr(data-title) ":";
    color: #333333;
    margin-right: 5px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
  }
  .tpprodctod .i-product {
    align-content: flex-start;
    align-items: flex-start;
  }
  .tpprodctod .i-price {
    display: flex;
    align-items: center;
    align-content: center;
  }
  .tpprodctod .i-price .prold{
    margin-left: 5px;
  }
  /* <=== tpprodctod ===> */
}
