/* -- Imported styles ----------------------------- */
@import url("global.css");
@import url("box.css");
@import url("iconmoon/style.css");
@import url("vhstyle.css");
@import url("style.css");
@import url("../../../vnt_upload/ckeditor/ck_style.css");

.div_input {
  position: relative;
  display: block;
}
.div_input.has-success em {
  display: none;
}

.div_input.has-error em {
  position: absolute;
  z-index: 10;
  right: 0;
  top: -40px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  padding: 3px 10px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
.div_input.has-error em::after {
  position: absolute;
  font-family: FontAwesome;
  content: '\f0d7';
  color: #000;
  right: 15px;
  bottom: -15px;
}

.div_input.has-error input[type=text],
.div_input.has-error select{
  border-color: #a94442 !important;
}
.div_input.has-success input[type=text] ,
.div_input.has-success select {
  border-color: #3c763d !important;
}


.div_input.has-error em {
  position: absolute;
  z-index: 10;
  right: 0;
  top: -32px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  padding: 3px 10px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
.div_input.has-error em::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: '\f0d7';
  font-weight: 900;
  color: #000;
  right: 15px;
  bottom: -13px;
}


#vnt-form {
  position: relative;
}

.black_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
  -moz-opacity: .5;
  opacity: .5;
  filter: alpha(opacity=50);
}

.white_content{
  height: 50%;
  left: 25%;
  overflow: auto;
  padding: 16px;
  position: absolute;
  top: 35%;
  width: 50%;
  z-index: 1002;
}







/*UPFDATE*/


/* ===================vhform======================= */
.vhform{
  border: 1px solid #fce2e1;
  border-radius: 5px;
  background-color: #fff;
}
.vhform .ttform{
  padding: 10px;
  text-align: center;
  background-color: #fce2e1;
  color: #9e2756;
  font-size: 15px;
  line-height: 23px;
  font-weight: bold;
  text-transform: uppercase;
}
.vhform .ctform{
  padding: 20px;
  background-color: #fff5f4;
}
.vhform .hpfrm{
  margin-bottom: 10px;
}
.vhform .hpfrm:last-child{
  margin-bottom: 0;
}
.vhform .hpfrm input, .vhform .hpfrm select, .vhform .hpfrm textarea{
  width: 100%;
  border-radius: 3px;
  border: 1px solid #fce2e1;
  height: 40px;
  padding: 0 15px;
  color: #000000;
}
.vhform .hpfrm input::-webkit-input-placeholder { /* Edge */
  color: #000000;
}
.vhform .hpfrm input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
}
.vhform .hpfrm input::placeholder {
  color: #000000;
}
.vhform .hpfrm input{
  appearance: none;
  -webkit-appearance: none;
}
.vhform .hpfrm textarea{
  padding: 15px;
  height: 100px;
}
.vhform .hpfrm button{
  width: 100%;
  height: 40px;
  border: 1px solid #fde2e1;
  background-color: #fde2e1;
  color: #9e2756;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-weight: bold;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 3px;
}
.vhform .hpfrm button i{
  margin-right: 8px;
}
.vhform .hpfrm button:hover{
  background-color: #9e2756;
  color: #fff;
  border-color: #9e2756;
}
/* ===================vhform======================= */

/* ===================hpmailall======================= */
.hpmailall{
  position: absolute;
  right: calc(100% + 50px);
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: initial;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;

}
.hpmailall .benmail{
  width: 370px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 3px 3px rgba(0,0,0,0.1);
}
.is-show .hpmailall{
  right: calc(100% + 10px);
  opacity: 1;
  visibility: initial;
  pointer-events: auto;
}
.hpmailall .ttmail{
  text-align: center;
  background-color: #fce2e1;
  padding: 6px 10px;
  color: #9e2756;
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
  text-transform: uppercase;
}
.hpmailall .ctmail{
  padding: 10px;
  background-color: #fff5f4;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
.hpmailall .ctmail .grmail{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.5px;
}
.hpmailall .ctmail .grmail > div{
  padding: 0 2.5px;
}
.hpmailall .ctmail .grmail .mcol{
  width: calc((100% - 45px) / 2);
}
.hpmailall .ctmail .grmail .hcol{
  width: 45px;
}
.hpmailall .vhform .hpfrm button i{
  margin-right: 0;
}
.hpmailall .vhform .hpfrm input,.hpmailall .vhform .hpfrm select{
  text-align: center;
}



a.go_top {
  display: none !important;
}

#vnt-menu-fix{
  position: fixed;
    right:10px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}
#vnt-menu-fix ul{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#vnt-menu-fix ul li{
  margin: 10px 0px;
  position: relative;
}
#vnt-menu-fix ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 45px;
  height: 45px;
  background: #970000;
  font-size: 23px;
  line-height: 26px;
  position: relative;
  border-radius: 100%;
  border:solid 1px #970000;
  color: #fff;
}
#vnt-menu-fix ul li a .icon-hmail{
  font-size: 14px;
}
#vnt-menu-fix ul li a span{
  display: none;
}
#vnt-menu-fix ul li a:hover{
  background: #970000;
  color:#ffffff;
  border-color: #970000;
}
#vnt-menu-fix ul li.go-top a{
  background: #f1f3f5;
}
#vnt-menu-fix ul li.go-top a:hover{
  background: #c81b70;
}



/************* Poopup Holine ******************/

div#vnt-hotline {
  height: 100%;
  max-height: 80%;
  width: 100%;
  max-width: 480px;
  padding: 0;
  margin-bottom: 0;
}
#vnt-hotline .title{
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  background: #fde3e1;
  padding: 10px 20px;
}
.itemHotline {
  padding: 25px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 75px;
  border-bottom: solid 1px #fde3e1;
  position: relative;
}
.itemHotline:before{
  content: "\f2a0";
  font-family: fontAwesome;
  position: absolute;
  left:20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border:solid 2px #fde3e1;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
}
.itemHotline .name{
  font-weight: bold;
}
.itemHotline .hotline{
  font-size: 18px;
  line-height: 26px;
  color:#c81b70;
}
.itemMess{
  border-bottom: solid 1px #fde3e1;
}
.itemMess a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 20px 20px;
}
.itemMess a img{
  margin-right: 10px;
  max-width: 40px;
}
div#vnt-hotline .txt{
  font-size: 13px;
  line-height: 21px;
  color:#666666;
  font-style: italic;
  padding: 20px;
}


 


/* ===================hpmailall======================= */
 
@media screen and (max-width: 991px){
   
  /* ==================update======================== */
  #vnt-menu-fix{
       right: initial;
        left: 10px;
        bottom: 5px;
        right: 10px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
        transform: initial;
        top: initial;
  }
  #vnt-menu-fix ul{
      display: block;
      margin-right: 10px
  }
  #vnt-menu-fix ul li{
      width: 100%;
  }
  .hpmailall{
      position: relative;
      right: unset;
      left: unset;
      transform: unset;
      top: unset;
      opacity: 1;
      pointer-events: auto;
      visibility: initial;
  }
  .hpmailall .benmail{
    /*width: calc(100% - 80px);*/
    width: 100%;    
      max-width: 370px;
  }
  .vhform .hpfrm input, .vhform .hpfrm select, .vhform .hpfrm textarea{
      height: 35px;
      padding: 0 5px;
  }
  .vhform .hpfrm button{
      height: 35px;
  }

  
  /*a.go_top {
    left: 10px;
    bottom: 35px;
    right: unset;
  }*/
  /* ==================update======================== */
}
@media screen and (max-width: 768px){
  
}
@media screen and (max-width: 767px){
    
}
@media screen and (max-width: 500px){
  
}
@media screen and (max-width: 479px){
  
}
@media all and (max-width: 460px){
   
}

 
