/*================= BEGIN: style ==================*/
.fancybox-infobar,
.fancybox-toolbar .fancybox-button--zoom,
.fancybox-toolbar .fancybox-button--play,
.fancybox-toolbar .fancybox-button--thumbs{
  display: none !important;
}
.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right : 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}
.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}
.fancybox-thumbs__list a::before {
  border: 2px solid #f60000;
}
.fancybox-thumbs__list{
  margin: 0 auto;
}
/* #page-member .fancybox-is-open .fancybox-bg{
  opacity: .99;
} */
.fancybox-button{
  background: var(--primary-color);
}
.mess-none-cart{
  padding: 10px;
}
.div_input{
  position: relative;
}
.page-not-found{
  padding: 150px 0px;
}
.page-not-found a{
  color: var(--primary-color);
}
.page-not-found span{
  line-height: 35px;
}
.disabled{
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
.div_input .glyphicon:before{
  display: none;
}
.div_input .form-control-feedback{
  width: 40px;
  height: 40px;
  line-height: 40px;
}
#formFile .div_input .form-control-feedback{
  width: 45px;
  height: 45px;
  line-height: 45px; 
}
iao-alert-box{
  /* top: 100px; */
  z-index: 99998 !important;
}
.jquery-modal.blocker{
  z-index: 123456 !important;
}
.languageTop .icon .img{
  margin-top: -8px;
}
.vpopbanerhh{
  z-index: 11111;
}
.vpopbanerhh .clban{
  top: 5px;
}
.vhinput .select-options li{
  text-align: center;
}
.languageTop .popup ul li a img{
  height: auto;
  margin-right: 5px;
}
.vhpopupall .ppform label{
  text-align: left;
}
.vhbtnslickplus .slick-arrow {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background-color:var(--colorff);
  font-size:0;
  border:2px solid #f7f7f7;
  width:45px !important;
  height:45px !important;
  border-radius:100%;
  z-index:1;
  color:var(--color66);
}
.vhbtnslickplus.vcolor .slick-arrow {
  color:#a6a6a6;
}
.vhbtnslickplus .slick-arrow::before {
  font-family: FontAwesome;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  color: #fff;
}
.vhbtnslickplus .slick-arrow:hover{
  background: var(--primary-color);
}
.vhbtnslickplus .slick-prev {
  left:20px;
}
.vhbtnslickplus .slick-next {
  right:20px;
}
.vhbtnslickplus .slick-prev::before {
  content:"\f060";
}
.vhbtnslickplus .slick-next::before {
  content:"\f061";
}
.tpinfofoot{
  padding: 30px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.tpinfofoot .ifgrip{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  gap: 10px 18px;
}
.tpinfofoot .idecss{
  font-size: 14px;
  line-height: 20px;
}
.tpinfofoot .idecss, .tpinfofoot .idecss a{
  color: #fff;
}
.tpinfofoot .idecss li{
  margin-bottom: 3px;
  color: #fff;
}
.tpinfofoot .idecss li:last-child{
  margin-bottom: 0;
}
/*================= END: style ==================*/

/*================= BEGIN: main ==================*/
.jquery-modal.blocker.current{
  z-index: 999;
  background-color: rgba(0,0,0,0.8);
  padding: 0px;
}
#popupmain.modal{
  width: auto;
  padding: 0px;
  z-index: 9999;
  overflow: unset;
  background: transparent;
  webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 0px #000;
  -moz-box-shadow: 0 0 0px #000;
  -o-box-shadow: 0 0 0px #000;
  -ms-box-shadow: 0 0 0px #000;
  box-shadow: 0 0 0px #000;
}
#popupmain.modal .modal a.close-modal{
  font-size: 0px;
}
.jquery-modal .modal{
  max-width: 60%;
}
.slfollow .slick-dots li button::before{
  background-color: #333333;
}
.slfollow .slick-dots li button::after{
  border-color: #333333;
}
.slfollow .slick-dots li.slick-active button::before{
    background-color: var(--primary-color);
}
.slfollow .slick-dots li.slick-active button::after{
  border-color: var(--primary-color);
}
.itemfollow a::before{
  display: none;
}
.itemfollow{
  position: relative;
}
.itemfollow .icon{
  position: absolute;
  top: 15px;
  right: 15px;
  width: 17px;
  height: 23px;
  cursor: pointer;
}
.itemfollow .icon::before {
  content: "\f16d";
  position: absolute;
  font-family: FontAwesome;
  /* z-index: 5678; */
  font-size: 20px;
  color: #fff;
}
.itemfollow .icon a:hover::after {
  opacity: 0;
}
/*================= END: main ==================*/

/*================= BEGIN: about ==================*/
.vhvideoab .thumb .playvd {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  cursor: pointer;
}
.vhvideoab .thumb .playvd::after {
  content: '';
  position: absolute;
  left: 55%;
  top: 52%;
  transform: translate(-50%, -50%);
  background-image: url('../images/icons/ivideo.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 22px;
}
/*================= END: about ==================*/

/*================= BEGIN: news ==================*/

/*================= END: news ==================*/

/*================= BEGIN: wellbeing ==================*/
.itembenefits .icon img {
  max-width: 100%;
  max-height: 100%;
}
.itemetiquette .icon img {
  max-width: 1000%;
  max-height: 100%;
}
.vhourdecs .dsaddress li::before{
  width: 0px;
  height: 0px;
}
.vhourdecs .dsaddress li.fa-clock-o::before{
  content: "\f017";
}
.vhourdecs .dsaddress li.fa-phone::before{
  content: "\f095";
}
.vhourdecs .dsaddress li.fa-envelope-o::before{
  content: "\f003";
}
/*================= END: wellbeing ==================*/

/*================= BEGIN: product ==================*/

/*================= END: product ==================*/

/*================= BEGIN: member ==================*/
.vntacount input[type="email"]{
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border: solid 1px #d4d4d4;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}
.vntacount input[type="text"]:focus,
.vntacount input[type="password"]:focus,
.vntacount select:focus {
  box-shadow: none;
}
.ipcardNum{
  display: none;
  margin-top: 5px;
}
.ipcardNum.active{
  display: block;
}
.flag_phone .input-group-addon{
  padding: 0px 0px;
  background: #fff;
  border-radius: 0px;
  border-color: rgba(0, 0, 0, 0.1);
}
/*.flag_phone .dd-container .dd-select{
  border: 0px;
}*/
.flag_phone .input-group-addon{
  min-width: 80px;
}
.flag_phone .selectize-control{
  line-height: 0px;
}
.flag_phone .selectize-input{
  border: 0px;
  text-align: left;
  min-height: auto;
  line-height: 38px;
  padding: 0px 10px;
  display: flex !important;
  align-items: center;
}
.flag_phone .selectize-dropdown{
  text-align: left;
}
.opt-label-img{
  display: flex;
  align-items: center;
}
.opt-label-img img{
  max-width: 25px;
  min-width: 25px;
  margin-right: 10px;
}
.flag_phone .selectize-input .item{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.select-chonse .selectize-input{
  min-height: 40px;
  border-radius: 0px;
  line-height: 26px;
}
.select-chonse .selectize-control.plugin-remove_button .remove-single,
.flag_phone .selectize-control.plugin-remove_button .remove-single{
  font-size: 16px;
  color: #f60000;
}
.flag_phone .selectize-input.not-full input,
.select-chonse .selectize-input.not-full input{
  width: 100% !important;
}
.flag_phone .selectize-input.focus input{
  border: 0px !important;
}
.selectize-dropdown-content::-webkit-scrollbar {
  width: 4px;
}
/* Track */
.selectize-dropdown-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* Handle */
.selectize-dropdown-content::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgb(237, 28, 36); 
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5); 
}
.selectize-dropdown-content::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(237, 28, 36,0.9); 
}

/*= START: member popup =*/
#vnt-popup .title{
  font-size: 18px;
  line-height: 26px;
  color:#ffffff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 8px 10px;
  text-align: center;
  background: var(--primary-color);
  font-family: 'Roboto Condensed', sans-serif;
}
#vnt-popup .content{
  padding: 20px;
}
#vnt-popup .txtCheck{
  display: flex;
  flex-wrap: wrap;
}
#vnt-popup .txtCheck > div{
  width: 50%;
  margin-bottom: 5px;
}
#vnt-popup .radio label{
  font-weight: normal;
} 
#vnt-popup label{
  font-weight: bold;

}
#vnt-popup .form-group-mb label{
  margin-bottom: -5px;
}
#vnt-popup select,
#vnt-popup input[type="text"]{
  width: 100%;
  height: 40px;
  border:solid 1px #dddddd;
  padding-left: 10px;
}
#vnt-popup button{
  display: inline-block;
  width: 100%;
  height: 45px;
  text-align: center;
  border:none;
  color:#ffffff;
  text-transform: uppercase;
  padding: 9px 10px;
  background: var(--primary-color);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#vnt-popup button:hover{
  background: #ec1d25;
}
#vnt-popup .txtCheck p{
  padding:0;
}
#vnt-popup .txtCheck span{
  color:#dd0000;
}
#vnt-popup .txtDanger{
  margin-bottom: 10px;
}
#vnt-popup .gridButton{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 0 -10px;
}
#vnt-popup .gridButton .col{
  width: 50%;
  padding: 0 10px;
}
#vnt-popup .gridButton a{
  display: block;
  font-weight: bold;
  border:solid 1px rgba(0,0,0,0.1);
  text-align: center;
  padding: 8px 10px;
  text-align: center;
  border-radius: 5px;
}
#vnt-popup .gridButton a:hover{
  border-color: var(--primary-color);
  color:var(--primary-color);
}
#vnt-popup .gridButton a.v2{
  background: var(--primary-color);
  color:#ffffff;
}
#vnt-popup .gridButton a.v2:hover{
  background: var(--primary-color);
  border-color: var(--primary-color);
}

#vnt-popup .formXnPhone .txtFm{
  margin-bottom: 15px;
}
#vnt-popup .formXnPhone .gripFmm{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
#vnt-popup .formXnPhone .gripFmm .timeXn{
  font-weight: bold;
  color: var(--primary-color);
}

#vnt-popup .formXnPhone .gripFmm .btnXn button{
  width: 140px;
  height: 40px;
}
.popupSty .fancybox-close-small{
  right: 0px;
}
/*= END: member popup =*/

/*================= END: member ==================*/

/*================= BEGIN: contact ==================*/
#formContact .glyphicon-remove:before,
#formContact .glyphicon-ok:before{
  display: none;
}
#formContact .div_input{
  position: relative;
}
.gmap-contact .gmap_canvas,
.gmap-contact .mapouter,
.gmap-contact iframe{
  width: 100% !important;
}
.div-security .fa-shield:before{
  display: none;
}
.div_input input,
.div_input textarea,
.div_input select{
  border: 1px solid #dedede;
}
.div_input.has-error input,
.div_input.has-error textarea,
.div_input.has-error select{
  border: 1px solid #f60000 !important;
}
/* .div_input.has-success input,
.div_input.has-success textarea,
.div_input.has-success select{
  border: 1px solid #00ff2b !important; 
} */
.div_input.has-error label{
  color: #f60000 !important;
}
.div_input.has-success label{
  color: #333333 !important;
}
.div_input em.error{
  position: absolute;
  z-index: 10;
  right: 0;
  top: -26px;
  white-space: nowrap;
  background: var(--primary-color);
  color: #fff;
  font-size: 10px;
  padding: 0px 4px;
}
.div_input em.error::after{
  position: absolute;
  font-family: "Font Awesome\ 6 Pro";
  font-weight: 900;
  content: '\f0d7';
  color: var(--primary-color);
  right: 5px;
  bottom: -13px;
}
#page-contact .div_input input,
#page-contact .div_input textarea{
  padding: 5px 10px;
}
.mapouter,
.gmap_canvas{
  width: 100% !important;
}
.gmap_canvas iframe{
  width: 100% !important;
}
.designMap .fancybox-content{
  width: 100%;
  height: 100%;
  padding: 0px;
  overflow: hidden;
}
.designMap .fancybox-slide--html .fancybox-close-small{
  background: #000;
  color: #fff;
  opacity: 1;
}
.itemaddress .viewAll a span{
  padding-left: 0px;
}
.form-contact input,
.form-contact textarea{
  padding: 5px 10px;
}
/*================= END: contact ==================*/

/*================= BEGIN: upload pic ==================*/
button#pickfiles{
  width: auto;
  padding: 8px 15px;
  margin-bottom: 10px;
  background-color: #1569ab;
  border: 1px solid #1569ab;
  color: #ffffff;
  border-radius: 5px;
}
button#pickfiles:hover {
  background-color: #ffffff;
  border: 1px solid #1569ab;
  color: #1569ab;
}
.list_pic_old{}

.list_pic_old .pic_item{
    float:left;
    margin: 5px 10px 5px 0px;
    position:relative;
    border:#ccc solid 1px;
    padding: 5px;
    width: auto;
    max-width: 100px;
}
.list_pic_old .pic_item .img {
    position: relative;
    overflow: hidden;
    margin-bottom: 4px;
}
.list_pic_old .pic_item  .img img {
    width: 70px !important;
    height: 70px !important;
}
.list_pic_old .pic_item .remove{
    background:url(../images/remove.png) no-repeat right top;
    width:18px;
    height:18px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    z-index: 10;
}
.list_pic_old .pic_item {
    background: #fafafa;
}
.list_pic_old .pic_item .name {
    padding: 30px 13px 0px ;
    font-weight: bold;
}
.list_pic_old .pic_item .name a { color: #dd0000 ; margin-left:5px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.list_pic_old .pic_item .fileInfo {
    padding: 5px 13px;
}
.list_pic_old .pic_item .form-control {
    height: 30px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.list_pic_old .pic_item .pic-default {
    display: block;
    padding-top: 2px;
    margin: 0;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
}
.list_pic_old .pic_item .pic-default input{
  width: auto !important;
  height: auto !important;
}
.div-browse { position:relative;}
.list_pic_up{
    border:1px solid #c8c8c8;
    background:#ffffff;
    color:#333333;
    font-size:12px;
    min-height:22px;
    margin-right:80px;
}
.list_pic_up .pic_up{
    position:relative;
    border-top:1px solid #b9c6d5;
    padding:2px 13px;
}
.list_pic_up .pic_up:first-child { border-top:none;}
.list_pic_up .pic_up .remove{
    background:url(../images/remove.png) no-repeat right top;
    width:18px;
    height:18px;
    display:inline-block;
}
.list_pic_old .pic_item::after {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #cccccc;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #333333;
    content: ''attr(data_count)'';
}
.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
}
.MNComment-header .link-write1 a {
  display: block;
  background: #00a7df;
  color: #ffffff;
  padding: 5px 13px;
  font-size: 12px;
  line-height: 20px;
}
.designList1 p{
}
.tourOrther .tourSmall .price .nor{
  text-decoration: unset;
}
.tourOrther .tourSmall .price .nor span{
  text-decoration: line-through;
}
.vnt-slide .bg{
  height: 200px;
}

/* an */
.moxie-shim-html5{
 display: none !important;
}

.logo_img{
  
}
.logo_change{
  position: relative;
}
.logo_change input {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}
.logo_change input:hover{
  cursor: pointer;
}
button.btn-logo{
  background-color: #1569ab;
  border: 1px solid #1569ab;
  color: #ffffff;
  border-radius: 5px;
}
.div-picture #uploader1 .logo_cp{
  margin-left: 0px;
}
.div-picture #uploader1 .logo_cp.active{
  margin-left: 30px;
}
/*================= END: upload pic ==================*/

/*================= BEGIN: datepicker ==================*/
/* .ui-datepicker {
  width: 20.5em;
  padding: .2em .2em 0;
  display: none;
}
#ui-datepicker-div{
  z-index: 999 !important;
  background: #fff;
  padding: 10px 10px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.ui-widget-header{
  border: 1px solid #ffffff;
  background: #ffffff 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}
.ui-widget-header {
  border: 1px solid #ffffff;
  border-bottom: 1px solid #000000;
  background: #ffffff 50% 50% repeat-x;
  color: #000;
  font-weight: normal;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: normal;
  border: 0;
  font-size: 14px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #ffffff;
  font-weight: bold;
  color: #000000;
}
.ui-datepicker-lunar {
  font-size: 11px;
  font-family: 宋体,楷体 !important;
  font-weight: normal;
}
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0px 1px;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker .ui-datepicker-prev span{
  background: #ffffff url('../images/calendar_prev.png') 50% 50% repeat-x;
  background-size: cover;
}
.ui-datepicker .ui-datepicker-next span{
  background: #ffffff url('../images/calendar_next.png') 50% 50% repeat-x;
  background-size: cover;
}
.ui-widget-header .ui-state-hover,
.ui-widget-header .ui-state-focus{
  cursor: pointer;
  border: 0px solid #ffffff;
  background: #ffffff;
  font-weight: normal;
  color: #ffffff;
}
table.ui-datepicker-calendar>thead>tr>th:nth-child(6)>span {
  color: #158cb3;
}
table.ui-datepicker-calendar>thead>tr>th:nth-child(7)>span {
  color: #c00;
}
.ui-datepicker td:nth-child(6)>.ui-state-default .ui-datepicker-day{
    color: #158cb3;
}
.ui-datepicker td:nth-child(7)>.ui-state-default .ui-datepicker-day {
  color: #c00;
} */
/*================= END: datepicker ==================*/

/*================= BEGIN: NoItem ==================*/
.noItem{
  text-align: center;
  background: url(../images/nothing-found.png);
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 200px;
  padding: 10px 10px;
  font-size: 18px;
  width: 100%;
}
/*================= END: NoItem ==================*/

/********************* loading page ****************************/
/* https://stephanwagner.me/only-css-loading-spinner */
.loadOverlay{
  position: relative;
  min-height: 360px;
}
.loadOverlay.hAuto{
  min-height: auto;
}
.loadOverlay:before{
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 70px;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -30px;
  /* margin-left: -10px; */
  border-radius: 50%;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid transparent;
  animation: spinner .6s linear infinite;
  z-index: 99;
}
.loadOverlay:after{
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: #f5f5f5;
  opacity: .8;
}
.loadOverlay.loadOverlay-35:before{
  left: 35%;
}
.loadOverlay.loadOverlay-40:before{
  left: 40%;
}
.loadOverlay.loadOverlay-45:before{
  left: 45%;
}
.loadOverlay.loadCenter:before{
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -30px;
}
.loadOverlay.minHauto{
  min-height: auto; 
}
.loadOverlay.minHauto160{
  min-height: 160px; 
}
@-webkit-keyframes spinner {
  to {transform: rotate(360deg);}
}
@keyframes spinner {
  to {transform: rotate(360deg);}
}
/********************* loading page ****************************/

/* box_redirect */
/* https://www.w3schools.com/howto/howto_css_loader.asp */

/********************* CSS for box_redirect ****************************/
#box_redirect{border: 2px solid var(--primary-color);width: 50%;margin:0px auto;}
#box_redirect p { line-height:18px;}
#box_redirect .top {background: var(--primary-color);border-bottom:0px solid #5C5C5C;color:#FFFFFF;font-size: 14px;font-weight:bold;text-transform:uppercase;/* height:22px; */padding: 10px;text-align:left;}
#box_redirect .fontMess {color: var(--primary-color);font-size: 14px;font-weight:bold;text-align:center;padding: 15px 5px;}
#box_redirect .mess { background:#383838; color:#FFFFFF;text-align:center}
#box_redirect .bottom {background: var(--primary-color);color: #fff;text-align:center;padding:5px;font-size:12px;}

/********************* CSS for boxMess ****************************/
#boxMess{  border:1px solid #F08200;padding:2px 5px; background:#FCF5CD }
#boxMess  h4.mess { background:url(../images/icon/icon_mess.gif) no-repeat left; padding:2px 30px; color:#007b3c; font-weight:bold; font-size:12px;}
#boxMess  h4.err { background:url(../images/icon/icon_warning.gif) no-repeat left; padding:6px 30px; color:#007b3c; font-weight:bold;}
#boxMess .font_err { color:var(--primary-color);}

#box_redirect{
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 999;
}
#box_redirect .icon-loa{
  max-width: 25px;
}
#box_redirect .font_err{
  padding: 10px;
}
@media all and (max-width: 768px){
  #box_redirect{
    width: 90%;
  }
}
/********************* CSS for box_redirect ****************************/

/*================= BEGIN: cart finished ==================*/
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #f7921e;
  border-right: 16px solid green;
  border-bottom: 16px solid red;
  border-left: 16px solid pink;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*================= END: cart finished ==================*/

/*================= BEGIN: cart ==================*/

/*================= END: cart ==================*/

/*================= BEGIN: comment ==================*/
.comment_reply{
  margin-bottom: 15px;
}
.comment_reply .reply-com{
  margin-bottom: 10px;
}
.comment_reply .fl{
  width: 50%;
  padding: 0px 15px;
}
.comment_reply .reply-info {
    margin: 0px -15px;
}
.comment_reply .reply-info::after{
  content: '';
  display: block;
  clear: both;
}
.comment_reply .reply-button {
  padding: 0px 10px;
  margin-top: 15px;
}
.comment_reply textarea.form-control{
     resize: vertical;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100px;
    border-radius: 0px;
}
.comment_reply input.form-control{
  height: 38px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.comment_reply button.btn{
  height: auto;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 7px 20px;
  text-transform: uppercase;
  background: #67635c;
  border: 0;
  margin-right: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.comment_reply button.btn:hover {
    background: #fe961d;
}
.comment_reply .nodeanswer{
  padding: 15px;
  margin: 15px 0px;
}
.comment_reply .nodeanswer::after{
  content: '';
  display: block;
  clear: both;
}
.facebook-comment iframe{
  width: 100%;
}
#ext_comment .pagination{
  margin-top: 15px;
}
.grid-comment .node-commnet .info-comment .linkanswer a:after{
  top: 0px;
}
.grid-comment .node-commnet .info-comment .info-preson .name.ad{
  background: var(--primary-color);
  padding: 2px 5px;
  border-radius: 5px;
  color: #fff;
}
/*================= END: comment ==================*/

/*================= BEGIN: loadding ==================*/
.lds-ellipsis {
  /* display: inline-block; */
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--primary-color);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/*================= END: loadding ==================*/

/********************* ddSlick ****************************/
.dd-container{
  width: 100% !important;
}
.dd-pointer {
  width: 0;
  height: 0;
  position: absolute;
  right: 3px !important;
  top: 50%;
  margin-top: -3px;
}
.dd-container .dd-select{
  width: 100% !important;
  height: 30px;
  background: rgb(255, 255, 255) !important;
}
.dd-container .dd-options{
  /* width: 100% !important; */
  max-height: 400px;
}
.dd-container .dd-options::-webkit-scrollbar {
  width: 4px;
}
.dd-container .dd-options::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* Handle */
.dd-container .dd-options::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgb(237, 38, 35); 
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5); 
}
.dd-container .dd-options::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(237, 38, 35, 0.9); 
}
.dd-selected label,
.dd-option .dd-option-text{
  line-height: 30px !important;
  font-size: 12px;
  margin-bottom: 0px;
  text-align: left !important;
  color: #333;
}
.dd-selected{
  padding: 0px 5px !important;
}
.dd-option-image, .dd-selected-image{
  padding-top: 6px;
}
#list_cclid .dd-option-image, #list_cclid .dd-selected-image,
#list_scclid .dd-option-image, #list_scclid .dd-selected-image{
  padding-top: 13px;
}
.dd-option{
  padding: 0px 10px !important; 
  height: 30px;
}
.dd-option-image, .dd-selected-image {
  vertical-align: middle;
  float: left;
  margin-right: 5px;
  max-width: 25px !important;
  min-width: 25px;
}
.flag_phone .dd-select .dd-selected{
  display: flex;
  align-items: center;
}
.flag_phone .dd-container{
  width: 80px !important;
}
.flag_phone .dd-select .dd-option-image,
.flag_phone .dd-select .dd-selected-image{
  padding-top: 0px;
}
.flag_phone .has-success .input-group-addon{
  border-color: unset;
}
.div_input.has-error .dd-options label{
  color: #333 !important;
}
/********************* ddSlick ****************************/

/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/

@media (min-width: 1024px){
}

@media (min-width: 991px){
  .vnt-form .vhnum > span{
    margin-right: 10px;
  }
  .graccommo > div.cl50{
    width: 50%;
  }
}

@media (max-width: 1366px){
}

@media (max-width: 1220px){
}

@media (max-width: 1024px){
}

@media (max-width: 991px){
  /* iao-alert-box{
    top: 0px;
  } */
  .jquery-modal .modal{
    max-width: 90%;
  }
  .vpopbanerhh .clban{
    font-size: 22px;
  }
  .vhgender li{
    margin-right: 10px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
}

@media (max-width: 768px){
  .vpopbanerhh{
    max-width: 100%;
    padding: 5px;
    overflow: hidden;
  }
  .vpopbanerhh .thban img{
    border-radius: 10px;
  }
  .vhpopupall .grform .colm{
    width: 100%;
  }
  .flag_phone .selectize-input .item{
    max-width: 150px;
  }
  .vhbtnslickplus .slick-arrow {
    width: 35px !important;
    height: 35px !important;
  }
  .vhbtnslickban .slick-arrow::before{
    font-size: 13px;
    line-height: 20px;
  }
}