.placeTop a{
  color: #ffffff;
}
.mess-none-cart{
  padding: 10px 10px;
}
.page-not-found{
  padding: 200px 0px 50px 0px;
}
.page-not-found a{
  color: #23527c;
}
.page-not-found span{
  line-height: 35px;
}
.desc.page{
  margin-bottom: 50px;
}
.box_mid .mid-title .titleL{
  background: inherit;
}
#vnt-slide-home .item .img a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* z-index: 123; */
}
.pagination ul li{
  margin-bottom: 5px;
}

/*================= BEGIN: slider ==================*/
#vnt-container {
  padding-top: 0px;
}
#vnt-slide-home-child .item{
  position: relative;
}
#vnt-slide-home-child .item .img{
  /* height: 100vh; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#vnt-slide-home-child .captionWrap{
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  pointer-events: none;
}
#vnt-slide-home-child .caption{
  padding: 20px 25px;
  text-align: center;
  -webkit-transition: all 0.5s linear 0.5s;
  -o-transition: all 0.5s linear 0.5s;
  transition: all 0.5s linear 0.5s;
  pointer-events: auto;
}
#vnt-slide-home-child .caption .t1{
  font-size: 45px;
  line-height: 65px;
  font-weight: 600;
  color:#ffffff;
  margin-bottom: 30px;
  transform: translateY(-50px);
  -webkit-transition: all 0.1s ;
  -o-transition: all 0.1s ;
  transition: all 0.1s ;
  opacity: 0;
  visibility: hidden;
}
#vnt-slide-home-child .slick-current .caption .t1{
  transform: initial;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 1;
  visibility: initial;
}
#vnt-slide-home-child .caption .view{
  text-align: center;
  transform: translateX(-50px);
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s ;
  transition: all 0.1s ;
  opacity: 0;
  visibility: hidden;
}
#vnt-slide-home-child .slick-current .caption .view{
  transform: initial;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 1;
  visibility: initial;
}
#vnt-slide-home-child .caption .view a{
  display: inline-block;
  padding: 10px 20px;
  background-color: #1b1b1b;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  line-height: 21px;
  text-transform: uppercase;
}
#vnt-slide-home-child .caption .view a:hover{
  background-color: #ffffff;
  color: #1b1b1b;
}
#vnt-slide-home-child .item.slick-current .caption{
  opacity: 1;
  visibility: initial;
}
#vnt-slide-home-child .slick-arrow{
  width:20px;
  height:35px;
  background: none;
  border:none;
  position: absolute;
  top: 50%;
  font-size: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#vnt-slide-home-child .slick-prev{
  left:70px;
  background-image: url('../images/i-prev.svg');
}
#vnt-slide-home-child .slick-next{
  right:70px;
  background-image: url('../images/i-next.svg');
}
#vnt-slide-home-child .slick-arrow:hover{
  color:#0eaaec;
}
#vnt-slide-home-child .slick-dots{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
}
#vnt-slide-home-child .slick-dots li{
  display: inline-block;
  margin: 0 5px;
}
#vnt-slide-home-child .slick-dots li button{
  width:10px;
  height:10px;
  background: transparent;
  border-radius: 100%;
  font-size: 0;
  padding:0;
  border:solid 2px #ffffff;
}
#vnt-slide-home-child .slick-dots li.slick-active button{
  background: #0eaaec;
  border-color: #0eaaec;
}

@media all and (max-width: 991px){
  #vnt-slide-home-child .item .img{
    height: 0;
    padding-top: 83.53%;
  }
  #vnt-slide-home-child .captionWrap{
    bottom: 10%;
  }
  #vnt-slide-home-child .caption .t1{
    font-size: 25px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  #vnt-slide-home-child .caption .view a{
    font-size: 10px;
    line-height: 15px;
  }
}
/*================= END: slider ==================*/

/*================= BEGIN: news ==================*/
.vnt-news{
  margin-bottom: 20px;
}
.news .short{
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/*================= END: news ==================*/

/*================= BEGIN: contact ==================*/
#formContact .form-group{
  position: relative;
}
#formContact .form-group .form-control{
  /* border-top: 0px solid #ddd; */
}
#formContact .form-control-feedback{
  width: 45px;
  height: 45px;
  line-height: 45px;
}
#formContact .help-block{
  font-size: 12px;
}
#formContact #security_code{
  margin-right: 15px;
}
#formContact .has-error .form-control,
#formContact .has-success .form-control{
  border-color: transparent !important;
}
#mapContact .mapouter,
#mapContact .gmap_canvas{
  width: 100% !important;
  /* height: 100% !important; */
}
#mapContact .gmap_canvas iframe{
  width: 100% !important;
  /* height: 100% !important; */
}
.cat_style .wrap_cat.show .title_wrap a,
.cat_style .wrap_cat.show .content_sub li.active a{
  color: #a80101;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a94442;
}
.mapouter,
.gmap_canvas{
  width: 100% !important;
  /* height: 100% !important; */
}
.gmap_canvas iframe{
  width: 100% !important;
  /* height: 100% !important; */
}
/*================= END: contact ==================*/

/*================= BEGIN: member ==================*/
.boxAccount input[type="email"]{
    width: 100%;
    height: 45px;
    padding-left: 10px;
    border: solid 1px #dddddd;
}
.boxAccount .row {
    margin: 0 -7px;
}
.boxAccount .row *[class^="col-"] {
    padding: 0 7px;
}
.boxAccount .form-group,
.boxMember .form-group{
    position: relative;
}
.boxAccount label.error,
.boxMember label.error{
  font-size: 10px;
  color: #f60000;
  font-weight: normal;
}
.boxAccount label.error,
.boxMember label.error{
  position: absolute;
  top: -2px;
  right: 0px;
}
.boxAccount .frm-gp-seccode label.error{
  top: -22px;
}
.boxAccount .frm-gp-agre label.error{
  top: -15px;
  font-size: 10px;
}
.boxAccount .frm-gp-address label.error{
  top: -24px;
}
.boxMember .changeAvatar {
    width: 100%;
    max-width: 170px;
    margin-bottom: 15px;
}
.boxMember .changeAvatar .img {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    background-color: #FFFFFF;
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
}
.boxMember .changeAvatar .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.boxMember .changeAvatar a {
    display: block;
    background: #666666;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 10px;    
}
.boxMember .changeAvatar:hover a{
    background: #ee3024;
}
.boxMember .changeAvatar input {
    position: absolute;
    width: 100%;
    height: 40px;
    z-index: 2;
    opacity: 0;
}
.boxMember .changeAvatar input:hover {
    cursor: pointer;
}
.boxMember input[type="email"]{
    width: 100%;
    height: 45px;
    padding-left: 10px;
    border: solid 1px #dddddd;
}
.login-forget{
  font-size: 18px;
  margin: 15px 0px 0px 0px;
  display: block;
  max-width: 150px;
  padding: 10px 5px;
  background: #232f3e;
  color: #fff;
}
.login-forget:hover{
  color: #232f3e;
  border: 1px solid #232f3e;
  background: #fff;
}
/*================= END: member ==================*/

/*================= BEGIN: main ==================*/
.slideBanner .item .img a{
  padding-top: 70.128205%;
}
/* .slideCatHome .slick-list{
  margin: 0 0px;
} */
.contentHome>.slideBanner .slick-list{
  margin: 0 -6px;
}
.contentHome>.slideBanner .slick-slide {
  /* padding: 0 1px; */
  /* margin-right: 2px; */
}
/*================= END: main ==================*/

/*================= BEGIN: product ==================*/
.the-quantity .quantity .group-button button{
  display: flex;
  align-items: center;
  justify-content: center;
}
.productCat .img a{
  padding-top: 150%;
}
.vnt-cat-child-product .img a {
  display: block;
  padding-top: 0%;
  position: relative;
  overflow: hidden;
}
.vnt-cat-child-product .grid .col{
  width: 25%;
}
.vnt-cat-child-product .titleProduct .title a {
  display: block;
  font-size: 25px;
  line-height: 33px;
  font-weight: 600;
}
.vnt-cat-child-product .titleProduct {
  margin-bottom: 25px;
}
.vnt-cat-child-product .titleProduct .title a span {
  color: #0066c0;
}
.menuProduct>ul>li ul {
    display: none;
}
.menuProduct>ul>li.active > ul {
  display: block;
}
.menuProduct>ul>li.active > ul li.active > ul {
  display: block;
}
.menuProduct>ul>li>ul>li.active ul>li.active>a {
  font-weight: bold;
}
.ct-mn-pd-mb li ul{
  padding-left: 20px;
}
/* .the-social ul li a{
  background: #ffffff;
} */
.cartTop .popup{
  z-index: 9999;
}
.cartTop .bg{
  z-index: 9998;
}
.imgcartfly{
  width: 0;
  height: 0;
  opacity: 0;
}
.delItem button{
  background: #232f3e;
  border: 0px;
  color: #fff;
}
.delItem button:hover{
    background: #f60000;
}
.cancel_order a{
  color: #ffffff;
}
.the-promotion .noteGif {
  width: 80%;
  background: #f5f5f5;
  border: solid 1px #479bc4;
  padding: 10px;
  text-align: center;
  position: relative;
  margin-left: 0px;
  border-radius: 4px;
}
#vnt-thumbnail-nav .item .img{
  overflow: hidden;
}
#vnt-thumbnail-nav .item .img img{
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.placeTop{
  position: relative;
}
.placeTop .dropdown-toggle{
  bottom: -2px;
  position: absolute;
  right: -15px;
}
.active .dropdown-menu{
  display: block;
  left: -60px;
}
.the-quantity .quantity .group-button{
  /* top: -5px; */
  border: solid 0px #eaeaea;
}
.the-quantity .quantity .group-button button.btn-up{
  border-bottom: solid 0px #eaeaea;
}
.the-quantity .quantity input{
  height: 40px;
}
input#ckBill,
input#cpMOt{
    display: none;
}
.slideBnPr .grid{
  margin: 0 -15px;
}
.slideBannerProduct .slick-list{
  margin-right: 2px;
}
.slideBannerProduct .slick-arrow{
  background-color: transparent;
}
.linkAll a,
.linkAll a:after{
  border-top: solid 0px #eaeaea;
}
/*================= END: product ==================*/

/*================= BEGIN: cart ==================*/
#box-empty-cart{
  text-align: center;
}
#box-empty-cart .empty-cart {
  text-align: center;
  background-color: #fff;
  padding: 0 30px 30px;
  border-radius: 4px;
}
#box-empty-cart .empty-cart .mascot-image {
}
#box-empty-cart .empty-cart .message{
  margin: 15px 0px;
}
#box-empty-cart .empty-cart .btn-yellow{
  margin-top: 15px;
}
#box-empty-cart .btn-buy-order {
  background-color: #232f3e;
  border: 1px solid #232f3e;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 9.5px 55.5px;
}
#box-empty-cart .btn-buy-order:hover{
  color: #232f3e;
  border: 1px solid #232f3e;
  background-color: #ffffff;
  color: #232f3e;
}
/*================= END: cart ==================*/

/*================= BEGIN: popup form ==================*/
#vnt-popup-form .grid .col{
  position: relative;
}

#vnt-popup-form .grid .col a{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
/*================= END: popup form ==================*/

.vnt-product .item-no,
#ext_comment .item-no {
  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%;
}

/*================= BEGIN: Review ==================*/
.vnt-review .reviewFormComment{
  position: relative;
}
.reviewFormComment .spanCol{
  position: relative;
}
.vnt-review .reviewFormComment .note {
  color: #232f3e;
}
.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
/*================= END: Review ==================*/

/*================= BEGIN: Footer ==================*/
.box-bct .col:nth-child(2) img{
  width: 65px;
}
/*================= END: Footer ==================*/

/*================= BEGIN: upload pic ==================*/
button#pickfiles{
  /* border: 0px;
  background: transparent; */
}
.list_pic_old{}

.list_pic_old .pic_item{
    float:left;
    margin : 5px 10px 5px 0px;
    position:relative;
    border:#ccc solid 1px;
    padding:2px;
    width: 10%;
}
.list_pic_old .pic_item .img { 
    position: relative;
    overflow: hidden;
    margin-bottom: 4px;
}
.list_pic_old .pic_item  .img img {
    width: 100% !important;
    height: 55px !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 10px 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 10px;
}
.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 10px;
}
.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 10px;
  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;
}
/*================= END: upload pic ==================*/

/*================= BEGIN: comment ==================*/
.comment_reply{
  margin-bottom: 15px;
}
.comment_reply .reply-com{
  margin-bottom: 10px;
}
.comment_reply .fl{
  width: 50%;
}
.comment_reply .reply-info::after{
  content: '';
  display: block;
  clear: both;
}
.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;
}
.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: #8d5c00;
}
.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;
}
/*================= END: comment ==================*/

/********************* loading page ****************************/
/* https://stephanwagner.me/only-css-loading-spinner */
#resultProduct{
  position: relative;
}
.loadOverlay{
  position: relative;
  min-height: 360px;
}
.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 #232f3e;
  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: 98;
  background: #f5f5f5;
  opacity: .8;
}
#vnt-sidebar.loadOverlay:before{
  left: 30%;
}
.the-size.loadOverlay,
.the-color.loadOverlay{
  position: relative;
  min-height: auto;
}
.the-size.loadOverlay:before,
.the-color.loadOverlay:before{
  margin-top: -75px;
}
.loadOverlay.loadHidden:before{
  display: none;
}

@-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 #232f3e;width: 50%;margin:0px auto;}
#box_redirect p { line-height:18px;}
#box_redirect .top {background: #232f3e;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: #232f3e;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: #232f3e;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:#FF0000; font-weight:bold; font-size:12px;}
#boxMess  h4.err { background:url(../images/icon/icon_warning.gif) no-repeat left; padding:6px 30px; color:#FF0000; font-weight:bold;}
#boxMess .font_err { color:#232f3e;}

#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%;
  }
}
/*================= 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 ==================*/


/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/

@media (max-width: 991px){
  #vnt-slide-home .item .img img,
  #vnt-slide-home-child .item .img a img{
    display: none;
  }
}

@media (max-width: 768px){
  .mainFoot .col-xs-12{
    width: 50%;
  }
  /* .contentHome>.slideBanner .slick-slide {
    margin-right: 0px;
  } */
  .searchTop input{
    height: 40px;
  }
}

@media (max-width: 767px){
  .vnt-cat-product .titleProduct .title a{
    font-size: 18px;
    line-height: 26px;
  }
  .vnt-cat-child-product .grid .col {
    padding: 0 5px;
  }
  .slideBnPr .grid{
    margin: 0 -5px;
  }
  .slideBannerProduct .slick-dots{
    bottom: 5px;
  }
  .iconBot{
    margin: 0 auto;
  }
  .news{
    overflow: hidden;
    border-radius: 10px;
  }
  .news .img a img,
  .news .caption{
    border-radius: 10px;
  }
  .news .caption{
    padding-top: 60%;
  }
}

@media (max-width: 640px){
  .vnt-cat-child-product .grid .col {
    width: 50%;
  }
  .fixed_menu{
    top: 85%;
  }
  #vnt-slide-home-child .item .img a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 540px){
  .the-promotion .noteGif {
    width: 100%;
  }
  #vnt-thumbnail-for .img{
    padding-top: unset !important;
  }
  #vnt-thumbnail-for img{
    left: unset;
    top: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    position: unset;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}