.f20 {
  font-size: 20px;
  line-height: 30px;
}

.wrapDG {
  margin: 25px 10px 0;
}
.bgLine {
  position: relative;
  height: 7px;
  background: #d8d8d8;
}
.bgLine .perLine {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #fbac09;
}
.cricleDG {
  width: 180px;
  height: 180px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding: 42px 15px;
  position: relative;
}
.cricleDG:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  border: 8px solid #dddddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.cricleDG .status {
  font-size: 18px;
  line-height: 25px;
  color: #d82727;
}
.cricleDG .point {
  font-size: 36px;
  line-height: 45px;
  font-weight: bold;
  color: #d82727;
}
.cricleDG svg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cricleDG svg .circle{
  stroke: #fbac09;
  fill: none;
  stroke-width: 8;
  stroke-linecap: round;
}


.box-detail-tour {
  border: 1px solid #dddddd;
  margin-bottom: 20px;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
  padding: 15px;
}
.box-detail-tour.hasBg {
  background: #eaecf9;
  padding: 0;
}
.noi-bat .nb-title {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
  color: #d82727;
  margin-bottom: 10px;
}
.noi-bat .nb-content ul li {
  padding-left: 20px;
  position: relative;
}
.noi-bat .nb-content ul li:after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 8px;
  line-height: 25px;
  content: '\f111';
  color: #d82727;
}
.table-detail {
  width: 100%;
}
.table-detail td {
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
}
.table-detail td:first-child {
  padding-left: 0;
  white-space: nowrap;
}
.table-detail td:last-child {
  padding-right: 0;
}
.table-detail tr:last-child td {
  border-bottom: 0;
}
.bdt-item {
  border-bottom: 1px solid #ffffff;
  padding: 5px 15px;
}
.bdt-item:last-child {
  border-bottom: 0;
}
.book-tour {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 15px;
  background: #d82727;
  color: #ffffff;
  font-weight: bold;
  margin: 10px 0;
  border-radius: 5px;
}
.book-tour:hover {
  background: #666666;
  color: #ffffff;
}
.book-tour .fa{
  padding-right: 8px;
}
.fs20 {
  font-size: 20px;
  line-height: 30px;
}
.f16 {
  font-size: 16px;
  line-height: 25px;
}
.line-through {
  text-decoration: line-through;
}
/* update */
.box-detail-tour .vpadd{
  padding: 12px 20px;
}
.box-detail-tour .vtitle{
  margin-bottom: 8px;
}
.box-detail-tour .vtitle, .box-detail-tour .vtitle h2{
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
.box-detail-tour .ctcheck{
  margin-bottom: 10px;
}
.box-detail-tour .ctcheck .ckgrip{
  display: flex;
  align-items: center;
  align-content: center;
  margin: 0 -5px;
}
.box-detail-tour .ctcheck .ckgrip > div{
  padding: 0 5px;
}
.box-detail-tour .ctcheck .ckgrip .xcol{

}
.box-detail-tour .ctcheck .ckgrip .ycol{
  width: 100%;
}
.box-detail-tour .ckchose ul{
  display: flex;
  align-items: center;
  align-content: center;
}
.box-detail-tour .ckchose li{
  width: 70px;
  margin-right: 10px;
  text-align: center;
  font-size: 15px;
  line-height: 25px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
  border-radius: 5px;
  border: 2px solid transparent;
  padding: 8px 5px;
  cursor: pointer;
}
.box-detail-tour .ckchose li:last-child{
  margin-right: 0;
}
.box-detail-tour .ckchose li.active{
  border-color: #d82727;
}
.box-detail-tour .ckdates {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
  border-radius: 5px;
  height: 45px;
  margin-bottom: 0;
  line-height: 20px;
}
.box-detail-tour .ckdates i{
  margin-right: 5px;
}
.box-detail-tour .ckdates input{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.box-detail-tour .ctudate{
  margin-bottom: 10px;
  display: flex;
}
.box-detail-tour .ctudate .udline{
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 15px;
  line-height: 21px;
  border: 2px solid #d82727;
  border-radius: 5px;
  padding: 10px 16px;
}
.box-detail-tour .ctudate .udline i{
  margin-right: 6px;
}
.box-detail-tour .ctchose{
  margin-bottom: 12px;
}
.box-detail-tour .ctchose .csitem{
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}
.box-detail-tour .ctchose .csitem:last-child{
  margin-bottom: 10px;
}
.box-detail-tour .ctchose .iigrip{
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin: 0 -5px;
}
.box-detail-tour .ctchose .iigrip > div{
  padding: 0 5px;
}
.box-detail-tour .ctchose .itext .tm{
  font-size: 15px;
  line-height: 20px;
}
.box-detail-tour .ctchose .itext .th{
  color: #999999;
  line-height: 20px;
}
.box-detail-tour .ctchose .inumb{
  display: flex;
  align-items: center;
  align-content: center;
}
.box-detail-tour .ctchose .inumb .ncore{
  color: #d82727;
  font-weight: bold;
  width: 18px;
  min-width: 18px;
}
.box-detail-tour .ctchose .ninfo .sold{
  color: #999999;
  font-size: 14px;
  line-height: 18px;
  text-decoration: line-through;
}
.box-detail-tour .ctchose .ninfo .snew{
  color: #d82727;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
}
.box-detail-tour .ctchose .iquan{
  display: flex;
  align-items: center;
  align-content: center;
}
.box-detail-tour .ctchose .iquan button{
  width: 30px;
  background-color: transparent;
  font-weight: 900;
  border: none;
  font-size: 12px;
}
.box-detail-tour .ctchose .iquan input{
  width: 40px;
  text-align: center;
  border: none;
}
.box-detail-tour .ctctact{
  color: #fbac09;
  margin-bottom: 5px;
}
.box-detail-tour .ctprice{
  margin-bottom: 10px;
}
.box-detail-tour .ctprice .prgrip{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 -5px;
}
.box-detail-tour .ctprice .prgrip > div{
  padding: 0 5px;
}
.box-detail-tour .ctprice .ptext{
  font-size: 16px;
  line-height: 24px;
}
.box-detail-tour .ctprice .polds{
  color: #999999;
  font-size: 18px;
  line-height: 22px;
  text-decoration: line-through;
  /* text-align: right; */
}
.box-detail-tour .ctprice .pnews{
  color: #d82727;
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
}
.box-detail-tour .ctinfos{
  padding: 10px 0;
  background-color: #fff;
  margin: -5px -20px -12px -20px;
}
.box-detail-tour .ctinfos .ifgrip{
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 0 -5px;
}
.box-detail-tour .ctinfos .ifgrip > div{
  padding: 0 5px;
}
.box-detail-tour .ctinfos .iicon{
  width: 50px;
}
.box-detail-tour .ctinfos .itext{
  font-weight: bold;
}
.box-detail-tour .ctinfos .itext .th{
  color: #d82727;
  font-size: 23px;
  line-height: 25px;
}


/*Slide */

.slide-tour {
  margin: 0 -10px;
}
.slide-tour:after {
  display: block;
  content: '';
  clear: both;
}
.slide-tour .item {
  width: 25%;
  padding: 0 10px;
  float: left;
}
.slide-tour .slick-arrow {
  top: 25%;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
.slide-tour .slick-arrow:hover {
  background: #d82727;
}
.slide-tour .slick-arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: '';
  font-size: 15px;
  line-height: 20px;
  color: #333333;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
.slide-tour .slick-arrow:hover:after {
  color: #ffffff;
}
.slide-tour .slick-prev {
  left: -10px;
}
.slide-tour .slick-next {
  right: -10px;
}
.slide-tour .slick-prev:after {
  content: "\f053";
  margin-left: -1px;
}
.slide-tour .slick-next:after {
  content: "\f054";
  margin-right: -1px;
}



/*07/2024*/
.ui-datepicker{
  width: 24em;
}
.ui-datepicker a{
  width: 45px;
  height: 48px;
  display: block;
  line-height: 20px;
}
.ui-datepicker a span.txtmdy{
  width: 100%;
  font-size: 10px;
  text-align: center;
  display: block;
  color: #3d4196;
}
/* .ui-datepicker .ui-datepicker-current-day a span.txtmdy{
    color: #fff;
} */
.ui-datepicker .active a{
  border: 1px solid #3d4196;
  font-weight: bold;
  text-align: center;
  color: #3d4196;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.ui-datepicker .active a span.txtmdy{
  color: #3d4196;
}
.ui-widget-content .ui-state-highlight{
  background-color: transparent;
}
.ui-widget-content .ui-state-highlight span.txtmdy{
  color: #3d4196;
}
.ui-datepicker .active .ui-state-active{
  background-color: #3d4196;
  color: #fff!important;
  border-color: #3d4196!important;
}
.ui-datepicker .active .ui-state-active span.txtmdy{
  color: #fff;
}
.ui-datepicker .disactive{
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .4;
}
.ui-datepicker .active .dactive{
  border-color: #d82727;
  color: #d82727;
}
.ui-datepicker .active .vactive{
  border-color: #3d4196;
  color: #3d4196;
}
.ui-datepicker a.vactive span.txtmdy{
  color: #3d4196;
}
.ui-datepicker a.dactive span.txtmdy{
  color: #d82727;
}
.ui-datepicker .note-calenda{
  padding: 10px 10px 15px;
  text-align: right;
}
.ui-datepicker .note-calenda span{
  display: block;
}
.ui-datepicker .note-calenda .green_color{
  color: #9fc43a;
}
.ui-datepicker .note-calenda .red_color{
  color: #d82727;
}
#ui-datepicker-div{
  z-index: 111114!important;
}




.ui-datepicker .active .green_color {
  border-color: #9fc43a;
  color: #9fc43a;
}
.ui-datepicker .active .red_color  {
  border-color: #d82727;
  color: #d82727;
}

.ui-datepicker a.green_color span.txtmdy{
  color: #9fc43a;
}
.ui-datepicker a.red_color span.txtmdy{
  color: #d82727;
}

a.book-tour  {
  color: #ffffff !important;
}




.div_adv .advertise {
  margin-bottom: 15px;
  position: relative;
}
.div_adv .advertise:last-child {
  margin-bottom: 0
}
.div_adv .advertise a {
  display: block;
  position: relative;
}
.div_adv .advertise a .i-desc {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100%;
}


.div_adv .advertise .i-title {
  font-size:30px;
  display:block;
  color:#fff;
  margin-top:0;
  padding:35px 0 20px 0;
  line-height:3rem;
  font-weight:bold;
  text-shadow:1px 1px 0 rgba(0, 0, 0, 0.25), 0 1px 15px rgba(0, 0, 0, 0.5) ;
}

.div_adv .advertise .i-link {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;

  font-weight: bold;
  text-transform: uppercase;
  white-space: normal;
}


/*Respone*/

@media screen and (max-width: 1024px){
  .nhapkm {
    display: none;
  }
  .list-order .item .iBottom {
    padding-left: 0;
  }
  .slide-tour .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .slide-tour .slick-prev {
    left: -5px;
  }
  .slide-tour .slick-next {
    right: -5px;
  }
  .slide-tour .slick-arrow:after {
    font-size: 12px;
    line-height: 20px;
  }
  .tab_wrapper .tab_title{
    display: block;
  }
  .tab_responsive ul.tab_nav{
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    display: none;
    border-bottom: 0;
  }
  .tab_responsive.show ul.tab_nav{
    display: block;
  }
  .tab_responsive ul.tab_nav li{
    float: none;
    display: block;
    margin:0;
    border-bottom: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
  }
  ul.tab_nav li a:after{
    display: none;
  }
  .tab_responsive ul.tab_nav li a{
    text-align: left;
    text-transform: none;
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    color: #333333;
    font-size: 14px;
    line-height: 25px;
  }
  ul.tab_nav li a.active{
    background-color: #ffffff;
    color: #333333;
  }
  ul.tab_nav li a.active:hover,
  ul.tab_nav li a:hover {
    color: #d82727;
    background: #dfdfdf;
  }
}
@media screen and (max-width: 991px) {

  .tour-detail .i-title {
    font-size: 18px;
    line-height: 25px;
  }
  .scroll-fixed{
    position: relative !important;
    top: 0 !important;
    width: 100% !important;
  }

  .box-detail-tour .ctinfos{
    margin: 15px -20px -12px -20px;
  }
  .box-detail-tour .ctprice .polds, .box-detail-tour .ctprice .pnews{
    text-align: left;
  }
  .book-tour{
    font-size: 14px;
  }
  .box-detail-tour .ctprice{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -5px;
    margin-bottom: 5px;
  }
  .box-detail-tour .ctprice > div{
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {

  .tour-detail .i-img {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 10px;
  }
  .tour-detail .i-desc {
    float: none;
    width: 100%;
  }
  .tour-detail .i-info {
    width: 100%;
    float: none;
  }
  .tour-detail .g-price{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    margin: 0 -5px;
    margin-bottom: 5px;
  }
  .tour-detail .g-price > div{
    padding: 0 5px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 639px) {

}