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

.alertify .ajs-body .ajs-content {
  padding: 15px 0;
}

.login-content {
  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;
}

.forget-mess {
  margin-bottom: 10px;
}
.login-content .div_input {
  position: relative;
}

.tour-detail .i-img {
  position: relative;
}
.item-tour .ribbon ,
.tour-detail .ribbon {
  position: absolute;
  top: 10px;
  left: -10px;
  pointer-events: none;
}
.item-tour .ribbon .rib,
.tour-detail .ribbon .rib {
  font-weight: bold;
  padding: 4px 10px;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
}
.item-tour .ribbon .rib:before,
.tour-detail .ribbon .rib:before{
  content: "";
  width: 0;
  bottom: 0;
  border-top: solid 10px;
  border-left: solid 10px transparent;
  border-top-color: inherit;
  border-right-color: inherit;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}








.fixed_menu{
  position: fixed;
  top: 43%;
  right: 10px;
  -webkit-transform:translate(150%,-50%);
  -moz-transform:translate(150%,-50%);
  -o-transform:translate(150%,-50%);
  -ms-transform:translate(150%,-50%);
  transform:translate(150%,-50%);
  z-index: 100;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fixed_menu.show{
  -webkit-transform:translate(0,-50%);
  -moz-transform:translate(0,-50%);
  -o-transform:translate(0,-50%);
  -ms-transform:translate(0,-50%);
  transform:translate(0,-50%);
}
.fixed_menu ul li{
  position: relative;
  margin-bottom: 10px;
}
.fixed_menu ul li a.linkSocial{
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  padding-top: 5px;
  color: #333333;
  background: #eeeeee;
  position: relative;
  z-index: 1;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.fixed_menu ul li a.linkSocial i{
  font-size: 18px;
  line-height: 30px;
}
.fixed_menu ul li a.linkSocial:hover{
  background: #d82727;
  color: #ffffff;
}
.fixed_menu ul li .hl_title{
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  padding-top: 5px;
  color: #333333;
  position: relative;
  background: #eeeeee;
  z-index: 1;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.fixed_menu ul li .hl_title:hover{
  background: #d82727;
  color: #ffffff;
}
.fixed_menu ul li .hl_title:hover a {
  color: #ffffff;
}
.fixed_menu ul li .hl_title i{
  font-size: 18px;
  line-height: 30px;
}







.footer_support{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  display: none;
  border-top: 1px solid #dddddd;
}
.footer_support ul:after{
  display: block;
  content: '';
  clear: both;
}
.footer_support ul li{
  float: left;
  border-right: 1px solid #ffffff;
  width: 25%;
}
.footer_support ul li a{
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 25px;
  padding: 5px;
  text-transform: uppercase;
  background: #ffffff;
  color: #333333;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.footer_support ul li a:hover{
  background: #d82727;
  color: #ffffff;
}
.footer_support ul li a:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  line-height: 25px;
  padding-right: 8px;
}

@media screen and (max-width: 991px) {
  .fixed_menu {
    display: none !important;
  }
  .footer_support{
    display: block;
  }
}




.block-news {
  margin-top: 30px;
}

.block-news .b-title {
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.block-news .b-content {

}
.block-news .list-news .item {
  margin-bottom: 5px;
}
.block-news .list-news .item a {
  display: block;
  position: relative;
  padding-left: 15px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.block-news .list-news .item a::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: '\f111';
  font-weight: 900;
  color: #d82727;
  font-size: 7px;
  left: 0;
}



.link-all {
  text-align: center;
  margin-top: 20px;
}
.link-all a {
  display: inline-block;
  border: 1px solid #d82727;
  background: #d82727;
  color: #ffffff;
  padding: 6px 25px;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  min-width: 230px;
}
.link-all a:hover {
  border: 1px solid #d82727;
  background: #eeeeee;
  color: #333333;
}

.link-all a span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.link-all a span::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f107';
  right: 0;
  font-size: 16px;
}






/*Update 2021*/

/*==BEGIN: MENU==*/
.w-fixed-menu{
  height: 40px;
}
.fixed-menu{
  height: 40px;
  border-top: 0 solid #d82727;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  background: #d82727;
}
.fixed-menu.active{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}


.fixed-menu .wrapper{
  position: relative;
}
.fixed-menu .vnt-fixed-menu{
  max-width: -webkit-calc(100% - 40px);
  max-width: -moz-calc(100% - 40px);
  max-width: calc(100% - 40px);
}
.vnt-fixed-menu > ul:after{
  display: block;
  content: '';
  clear: both;
}
.vnt-fixed-menu > ul > li{
  float: left;
  margin-right: 1px;
  position: relative;
}

.vnt-fixed-menu > ul > li.submenu a {
  padding-right: 20px;
  position: relative;
}
.vnt-fixed-menu > ul > li.submenu >a::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f107';
  right: 5px;
  top: 10px;
  font-size: 16px;
}

.vnt-fixed-menu > ul > li > a{
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 10px 8px;

  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.vnt-fixed-menu > ul > li.current > a,
.vnt-fixed-menu > ul > li:hover > a{
  background: #fbac09;
  color: #ffffff;
}
.vnt-fixed-menu > ul > li > a > .fas{
  font-size: 14px;
  line-height: 20px;
  font-weight: 900;
  padding: 0 5px;
}
.vnt-fixed-menu ul ul{
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  width: 200px;
  border-bottom: 3px solid #d82727;
  background: #f1f1f1;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 40px);
  -moz-transform: translate(0, 40px);
  -ms-transform: translate(0, 40px);
  -o-transform: translate(0, 40px);
  transform: translate(0, 40px);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.vnt-fixed-menu ul li:hover > ul{
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
.vnt-fixed-menu ul ul li{
  border-bottom: 1px solid rgba(0,0,0,0.1);
  position: relative;
}
.vnt-fixed-menu ul ul li.has-sub {
  padding-right: 15px;
}
.vnt-fixed-menu ul ul li.has-sub::after{
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f0da';
  right: 7px;
  top: 10px;
}
.vnt-fixed-menu ul ul li a{
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.vnt-fixed-menu ul ul li:hover > a{
  padding: 10px 7px 10px 23px;
  color:#d82727 ;
}
.vnt-fixed-menu ul ul ul{
  top: 0;
  left: 100%;
  -webkit-transform: translate(40px, 0);
  -moz-transform: translate(40px, 0);
  -ms-transform: translate(40px, 0);
  -o-transform: translate(40px, 0);
  transform: translate(40px, 0);
}

/*==END: MENU==*/



.adv-text {
  margin-bottom: 15px;
  text-align: left;
}

/*2022*/
.txt-intro {
  margin-bottom: 10px;
}
.list-link ul li a {
  padding-left: 15px;
}

.vnt-toc-fix {
  position: fixed;
  right: 10px;
  z-index: 100;
  top: 30%;
  transform: translateY(-50%);
}
.vnt-toc-fix > ul {
  list-style: none;
}
.vnt-toc-fix > ul > li {
  position: relative;
}

.vnt-toc-fix > ul > li > a{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 45px;
  height: 45px;

  font-size: 23px;
  line-height: 26px;
  position: relative;
  border-radius: 100%;
  /*background: #970000;
  border:solid 1px #970000;*/
  color: #fff;
}
.vnt-toc-fix > ul > li > a.icon {
  background: #d82727;
  border:solid 1px #d82727;
}
.vnt-toc-fix > ul > li > a > span {

}
.vnt-toc-fix > ul > li > a > span > img {
  width: 100%;
}
.vnt-toc-fix  > ul > li > a:hover{
  /*color:#ffffff;
  background: #970000;
  border-color: #970000;*/
}
.vnt-toc-fix  > ul > li > a.icon:hover {
  color:#ffffff;
  background: #d82727;
  border-color: #d82727;
}



ul.js-pagination li a {
  cursor: pointer;
}
ul.js-pagination li span {
  display: table-cell;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  font-size: 18px;
  padding: 3px;
  line-height: 30px;
  color:#333333;
  font-weight: normal;
  background-color: #ffffff;
  border: none;
  text-align: center;
}
ul.js-pagination li.active a {
  background: #d82727;
  border-color:#d82727;
  color: #ffffff;
}

ul.js-pagination li.disabled {
  display: none;
}


.vnt-loading {
  position: relative;
}

.vnt-loading:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.vnt-loading:after {
  content: "";
  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%);
  z-index: 1000;
  width: 100px;
  height: 100px;
  background: url(../images/loading.svg) no-repeat center center;
  background-size: cover;
  opacity: 0.6;
}




.loadmore_overlay{
  float: left;
  width: 100%;
  height: 40px;
  background: url(../images/preloader.gif) no-repeat 50% 50%;
}


.loading-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  margin: 0 -5px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.loading-grid .loading-item {
  padding: 10px;
  background: #ffffff;
  margin-bottom: 10px;
}

.loading-grid .loading-col {
  width: 25%;
  margin-bottom: 10px;
}


.loading-grid .loading-col .loading-img {
  height: 150px;
  background-color: #eeeeee;
}
.loading-grid .loading-col .loading-text {
  height: 15px;
  margin-top: 7px;
  background-color: #eeeeee;
}


.fade-loading-animated {
  -webkit-animation-name: fadeLoading;
  animation-name: fadeLoading;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes fadeLoading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeLoading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}


/*11 - 2022*/
.price-star {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-between;
  align-items: center ;
  justify-content: space-between;
}

.i-star { color: #fbac09; font-size: 14px;  }

.tour-detail .i-title .i-star {
  display: inline-block;
  position: relative;
  top: -2px;
}


/*04/2023*/

.vhstypop .fancybox-content {
  padding: 0 !important;
}

.vhstypop .fancybox-close-small{
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background: transparent;
}
.vhstypop .fancybox-close-small:before{
  position: absolute;
  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%);
  font-size: 25px;
  line-height: 30px;
  font-family: "Font Awesome 5 Free";
  content: '\f00d';
  font-weight: bold;
  color: #ffffff;
}
.vhstypop .fancybox-close-small svg {display: none}