/*body {
  min-width: inherit;
  padding: 0px;
  font-family: 'Noto Sans', sans-serif;
  color: #333333;
  -webkit-touch-callout: none !important;
  outline: none !important;
  font-size: 14px;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }*/

* {
  margin: 0px auto;
  padding: 0px; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

a, p {
  outline: none !important; }

*:focus {
  outline: none !important; }

button::-moz-focus-inner {
   border: 0;
   outline:none;
}

button {
    outline-style: none;
}

button:focus {
    border: none;
    outline: none;
}

.wrapper {
  max-width: 100%; }

.txt-orange{color: #f97b0c !important}
.txt-white{color: #ffffff !important}
.underline{text-decoration: underline !important;}
.fl{float: left;}
.fr{float: right;}
.txr{text-align: right;}
.txc{text-align: center;}
.txl{text-align: left;}
.p0{padding: 0 !important;}
.m0{margin: 0 !important;}
.mt10{margin-top: 10px !important;}
.mt5{margin-top: 5px !important;}
.mt0{margin-top: 0px !important;}
.mt15{margin-top: 15px !important}
.mt20{margin-top: 20px !important}
.mb5{margin-bottom: 5px !important}
.pl0{padding-left: 0 !important}
.pr0{padding-right: 0 !important}
.pl10{padding-left: 10px !important}
.pr10{padding-right: 10px !important}
.pl15{padding-left: 15px !important}
.pr15{padding-right: 15px !important}
.mr5{margin-right: 5px !important}
.bg-white{background-color: #ffffff !important}
.font700{font-weight: 700 !important}
.font600{font-weight: 600 !important}
.font400{font-weight: 400 !important}
.italic{font-style: italic !important;}
.mr5{margin-right: 5px !important}
/* enscroll */
#scrollbox3 {
    overflow: auto;
    width: 400px;
    height: 360px;
    padding: 0 5px;
    border: 1px solid #b7b7b7;
}

.track3 {
    width: 10px;
    background: rgba(0, 0, 0, 0);
    margin-right: 2px;
    border-radius: 10px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
}

.track3:hover,
.track3.dragging {
    background: #d9d9d9; /* Browsers without rgba support */
    background: rgba(0, 0, 0, 0.15);
}

.handle3 {
    width: 7px;
    right: 0;
    background: #999;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 7px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}

.track3:hover .handle3,
.track3.dragging .handle3 {
    width: 10px;
}
/* enscroll */
.subheader{
  height: 34px;
  background: #1ba0e1; 
  padding: 0 0px 0 15px;
  line-height: 34px;
}
.subheader h1{
    font-size: 11px;
    margin: 0;
    height: 34px;
    line-height: 34px;
}


.footer{
  padding: 25px 15px 15px;
  background-color: #1ba0e2;
}
.ft-content-item{
  color: #ffffff;
  position: relative;
  padding-left: 27px;
}
.ft-content-item label{
  position: relative;
}
.ft-content-item label:before{
  content: "\f02c";
    position: absolute;
    top: 0px;
    left: -26px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
}
.ft-content-item>ul>li{
  list-style: none;
  padding-left: 12px;
  position: relative;
  padding-bottom: 0px;
  padding-top: 0px;
}
.ft-content-item>ul>li:before{
  content: "»";
  position: absolute;
  left: 0;
}
.ft-content-item>ul>li>a{
  color: #ffffff;
  font-size: 12px;
}

.div-input-email .form-control{
  height: 30px;
  border: none;
  border-radius: 2px;
}
.div-input-search{
    position: relative;
    padding: 10px 15px;
    background-color: #f5f5f5;
    position: relative;
    padding-right: 105px;
  }
  .div-input-search input{
    padding-left: 30px;
    box-shadow: none;
  }
  .div-input-search i{
    color: #b7b5b5;
    position: absolute;
    top: 17px;
    left: 25px;
    z-index: 1;
    font-size: 16px;
  }
.div-input-email>button{
  height: 30px;
  padding: 0;
  width: 65px;
  line-height: 30px;
  background-color: #e56100;
  color: #ffffff;
  font-size: 13px;
  margin-top: 5px;
}
.div-input-email>button:hover, .div-input-email>button:focus{
  color: #ffffff;
  background-color: #d66512;
}
.icon-a{
  width: 28px;
  height: 28px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px auto;
}

.bg-img-bct{
  background-color: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
  display: inline-block;
}
.address{
  position: relative;
  padding-left: 127px;
}
.img-com{
  position: absolute;
  top: 0;
  left: 27px;
  width: 90px;
  height: 94px;
  padding: 2px;
  border: solid 1px #b7b7b7;

}
.img-com > img{
  width: 100%;
  height: 100%;
}
.txt-addr{
  color: #ffffff;
  font-size: 12px;  
  padding-top: 6px;
}
.txt-addr a{
  color: #ffffff;
  font-weight: 600;
}

.tab-ve-ks .nav-tabs{
  border: none;
}
.tab-ve-ks .nav-tabs>li{
  min-width: 140px;
  margin-right: 10px;
}

.tab-ve-ks .nav-tabs>li:last-child {
  margin-right: 0;
}

.tab-ve-ks .nav-tabs>li>a{
  color: #1ba0e2;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  border-radius: 0;
  position: relative;
  border-radius: 6px 6px 0 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  border: none;
  color: #ffffff;
}

.tab-ve-ks .nav-tabs>li>a{
  border: none;
  height: 60px;
  padding: 10px 20px;
  background-color: #eeeeee;
  text-align: center;
}

.tab-ve-ks .nav-tabs>li.active>a{
  background-color: #1ba0e2;
}
.tab-ve-ks .nav-tabs>li>a:hover{
  background-color: #1ba0e2;
  color: #ffffff;
}
.tab-ve-ks .nav-tabs>li.active>a:hover{
  background-color: #1ba0e2;
}


.sub-menu li{
  list-style: none;
}

.tab-content>.tab-pane{
  padding: 0px 0px;
  background-color: #ffffff;
  border: 5px solid #1ba0e2;
  position: relative;
}

.tab-ve-ks .nav-tabs>li .fa{
  font-size: 19px;
}

.tab-ve-ks .label-control{
  font-size: 16px;
  color: #212121;
    /*padding-bottom: 5px;*/
}
.tab-ve-ks .label-control .fa{
  color: #8f8f8f;
}
.box-diem .btn-place{
  width: 100%;
  border-radius: 2px;
  text-align: left;
  background: #ffffff;
  margin-top: 2px;
  /*
  background: -webkit-linear-gradient(#ffffff, #f4f4f4);
  background: -o-linear-gradient(#ffffff, #f4f4f4);
  background: -moz-linear-gradient(#ffffff, #f4f4f4);
  background: linear-gradient(#ffffff, #f4f4f4);
  */
  font-weight: bold;
  padding: 0;
}
.open .box-select-option ul li{
  list-style: none;
  padding: 3px 15px;
  color: #333333;
  font-weight: bold;
}
.open .box-select-option ul li:hover{
  cursor: pointer;
  background-color: #1ba0e2;
  color: #ffffff;
}
.kv-noi-dia{
  float: left;
  width: 50%;
}
.kv-quoc-te{
  float: left;
  width: 50%;
}
.box-select-option h3{
  font-size: 14px;
  font-weight: 600;
  padding: 0 15px;
  color: #1ba0e2;
}
.box-select-option .title{
  padding: 10px 15px;
  background-color: #1ba0e2;
  font-size: 16px;
  font-weight: 700;
  /*border-radius: 3px 3px 0 0;*/
}
.box-diem{
      position: relative;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.box-select-option{
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}
.open .box-select-option{
  display: block;
  z-index: 10;
  width: 941px;
  background-color: #f5f5f5 ;
  color: #ffffff;
  padding: 0px 0;
  /*border-radius: 0 0 3px 3px;*/
  /*border: 1px solid #1ba0e2;*/
}
.box-select-option>button{
  position: absolute;
  right: 0;
  top: 3px;
  background-color: transparent;
  z-index: 11;
}
.box-select-option>button .fa-times{
  color: #ffffff;
  font-size: 18px;
}

.btn.btn-orange-34-2{
    background-color: #f17419;
    font-size: 14px;
    font-weight: 700;
    width: 80px;
    height: 34px;
    color: #ffffff;
    width: auto;
    padding: 0 20px;
    line-height: 34px;
}
.btn.btn-orange-34-2:hover,.btn.btn-orange-34-2:focus{
   background-color: #da6510;
  color: #ffffff;
}
.div-input-search .btn.btn-orange-34 {
    background-color: #f97b0c;
    font-size: 14px;
    font-weight: 500;
    width: 80px;
    height: 34px;
    position: absolute;
    right: 15px;
    top: 10px;
}
.div-input-search .btn.btn-orange-34:hover, .div-input-search .btn.btn-orange-34:focus{
  background-color: #e8740d;
  color: #ffffff;
}
.form-date,
.form-month {
  position: relative;
  padding-right: 35px;
}
.form-date .form-control{
    width: 100%;
    border-radius: 2px;
    text-align: left;
    background: #ffffff;
    height: 24px;
    /*
    background: -webkit-linear-gradient(#ffffff, #f4f4f4);
    background: -o-linear-gradient(#ffffff, #f4f4f4);
    background: -moz-linear-gradient(#ffffff, #f4f4f4);
    background: linear-gradient(#ffffff, #f4f4f4);
    */
    border: none;
    font-weight: bold;
    cursor: pointer;
    box-shadow: none;
    padding: 0;
}
.tab-pane2 .form-date .form-control{
    background: #ffffff;
    height: 40px;
    border: 1px solid #dddddd;
    box-shadow: none;
    text-indent: 10px;
}
.form-date label, 
.form-month label {
    position: absolute;
    right: 10px;
    font-size: 26px;
    color: #8f8f8f;
}
.tab-pane2 .form-date label, 
.tab-pane2 .form-month label {
  right: 0px;
}
.num-ve{
  padding: 15px 0;
  border-top: 1px dashed #f5f5f5;
  border-bottom: 1px dashed #f5f5f5;
  margin: 15px 0;
  color: #ffffff;
}
.num-ve table{
  width: 100%;
}
.num-ve table tr td{
  padding: 5px 0;
  font-weight: bold;
}
.num-ve table tr td i.fa{
  margin-left: 3px;
}
.num-ve table tr td:first-child{
  padding-right: 10px;
}
.num-ve table tr td:nth-child(2){
  padding-right: 30px;
  width: 150px;
}
.num-ve .select2-container--default .select2-selection--single {
    border: none;
    border-radius: 2px;
}
.txt-white .fa-youtube-play{
  color: #ff3232;
  font-size: 16px;
}
.btn.btn-tim-ve{
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 2px;
  background-color: #f97b0c;
  width: 100%;
  margin-top: 34px;
}
.btn.btn-tim-ve:hover, .btn.btn-tim-ve:focus{
  background-color: #e8740d;
}
.btn.btn-tim-ve .fa-search{
  font-size: 24px;
}


/* Css Auto complete */

.typeahead, .tt-query, .tt-hint {
  font-size: 14px;
  outline: medium none;
  padding: 8px 36px;
}
.typeahead {
  background-color: #FFFFFF;
}
.typeahead:focus {
  border: 1px solid #0097CF;
}

.tt-hint {
  color: #999999;
}
.tt-menu {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 2px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 0px;
    padding: 8px 0;
    width: 100%;
}
.tt-suggestion {
  font-size: 14px;  /* Set suggestion dropdown font size */
  padding: 3px 15px;
}
.tt-suggestion:hover {
  cursor: pointer;
  background-color: #0097CF;
  color: #FFFFFF;
}
.tt-suggestion p {
  margin: 0;
}
.tab-pane2 h3{
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}
.twitter-typeahead{
  display: block !important;
}
.btn.btn-blue-60{
  height: 50px;
  padding: 0 40px;
  line-height: 50px;
  color: #ffffff;
  font-size: 16px;
  border-radius: 2px;
  border: none;
  background-color: #1ba0e2;
  font-weight: 700;
}
.btn.btn-blue-60:hover, .btn.btn-blue-60:focus{
  background-color: #0a6d9e;
}

.fs20{font-size: 20px !important}

.fs20{font-size: 20px !important}
.w100p{width: 100% !important}

.relative{
  position: relative;
}

.fs14{font-size: 14px !important}



[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + span ,
[type="radio"]:not(:checked) +  span
{
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
[type="radio"]:checked + span:before,
[type="radio"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 17px;
    height: 17px;
    border: 2px solid #ddd;
    border-radius: 100%;
    background: transparent;
}
[type="radio"]:checked + span:after,
[type="radio"]:not(:checked) + span:after {
    content: '';
    width: 9px;
    height: 9px;
    background: #1ba0e2;
    position: absolute;
    top: 5px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.scrollToTop {
    width: 50px;
    height: 50px;
    padding: 10px;
    text-align: center;
    background: #f17419;
    font-weight: bold;
    color: #ffffff;
    border-radius: 50px;
    text-decoration: none;
    position: fixed;
    bottom: 150px;
    right: 150px;
    display: none;
    opacity: 0.7;
    font-size: 18px;
}
.scrollToTop:hover, .scrollToTop:focus {
    background-color: #f17419;
    opacity: 1;
    color: #ffffff;
    cursor: pointer;
}
.select2.form-control {
  font-weight: bold;
}
.go-away {
  float: left;
  position: absolute;
  top: 16px;
  left: 15px;
  font-size: 36px;
}

.back-away {
  float: left;
  position: absolute;
  top: 11px;
  left: 13px;
  font-size: 36px;
  transform: rotate(90deg);
}
.txt-ellipse{
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}

.box-diem .tt-suggestion{
  color: #000000;
}

.box-diem .tt-suggestion:hover{
  color: #ffffff;
}

.div-input-search .fa-times{
  position: absolute;
  right: 110px;
  top: 14px;
  left: auto;
  cursor: pointer;
  padding: 5px;
}

.div-input-search-hotel {
  position: relative;
}

.div-input-search-hotel .fa-times {
    position: absolute;
    right: 8px;
    top: 7px;
    left: auto;
    cursor: pointer;
    padding: 5px;
    font-size: 16px;
}

.input-err {
   border: 1px solid red;
}

.btn.btn-orange-34-2 {
  width: 100% !important;
}


.fl_r {
  float: right;
}

.icon-go-per {
  float: left;
    position: absolute;
    top: 14px;
    left: 18px;
    font-size: 36px;
    width: 18px;
    overflow: hidden;
}

.icon-back-per {
  float: left;
    position: absolute;
    top: 14px;
    left: 18px;
    font-size: 36px;
    width: 18px;
    overflow: hidden;
}

.rtX180 {
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.menu-header .list-menu li a i {
  margin-right: 3px;
  font-size: 16px;
}

.content-news {
  margin-top: 15px !important;
}

.scroll-touch { 
  margin: 0 !important
}

* {
  -webkit-overflow-scrolling: touch;
}
.fs30{font-size: 30px !important}
.pl30{padding-left: 30px !important}

/*css for traveloka */

.footer .list-inline li {
  margin-bottom: 10px;
}

.list-inline>li {
    padding-right: 7px;
    padding-left: 7px;
}
.list-inline>li a{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.banner{
  position: relative;
  /*overflow: hidden*/
}
.item-bg{
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
}
.bg-slider .slick-prev{
  left: 0;
}
.bg-slider .slick-next{
  right: 0;
}
.bg-slider .slick-prev, .bg-slider .slick-next{
  z-index: 9;
}
.slick-prev:before, .slick-next:before{
  display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next:before{
  content: "\f105";
}
.slick-prev:before{
  content: "\f104";
}
.bg-slider .slick-prev:before, .bg-slider .slick-next:before {
  color: #ffffff;
  font-size: 70px;

}
.bg-slider .slick-prev, .bg-slider .slick-next{
  width: 60px;
  height: 70px;
}
.bg-slider .slick-dots{
  bottom: 80px;
}
.bg-slider .slick-dots li button{
  border: 3px solid #dddddd;
    border-radius: 50%;
}
.slick-dots li button:before{
  font-size: 12px;
  line-height: 23px;
  color: #1ba0e1;
}
.slick-dots li.slick-active button:before{
  color: #1ba0e1;
  opacity: 1;
}
.header{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.header.fixed-header{
  position: fixed;
  background-color: #fff;
  /*height: 40px;*/
  border-bottom: 1px solid #999;
  box-shadow: 0 0 3px 0 #999;
  z-index: 999;
}
.header.fixed-header .subheader{
  display: none;
}
.header.fixed-header .menu-header{
  height: 60px;
}
.header.fixed-header .menu-header ul{
  margin: 0;
}
.header.fixed-header .logo-travel {
    /*width: 96px;*/
    /*height: 100%;*/
    max-height: 50px;
    background-size: 96px auto;
}
.header.fixed-header .right-menu ul{
  margin-top: 7px;
}
.maps-page .fa-angle-double-right {
    margin: 0 8px;
    color: #1ba0e1;
}
.subheader h1>a{
  color: #ffffff;
  font-size: 16px;
  font-style: italic;
  text-decoration: none;
}
.list-menu-top.list-inline{
  padding-right: 10px;
}
.list-menu-top li a{
  color: #ffffff;
}
.logo-travel{
  max-height: 50px;
  margin-top: -3px;
}
a.hotline-num {
      color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 53px;
    z-index: 100;
}
.menu-header{
  height: 60px;
  background-color: #ffffff;
  padding: 0 15px;
}
.menu-header ul li a{
  color: #1ba0e2;
  font-size: 16px;
}
.menu-header ul li a:hover{
  color: #f97b0c;
  text-decoration: none;
}
.list-inline>li.li-logo{
  padding-right: 20px;
  padding-left: 0;
}
.right-menu ul{
  margin-top: 9px;
}
.icon-flag {
    width: 16px;
    height: 11px;
    background: url(../img/icon/flag.png) no-repeat;
    display: inline-block;
    margin: 1px 8px 1px 3px;
    position: relative;
    top: 2px;
}
.icon-flag.flag-vn {
    background-position: -16px -165px;
}
.flag-indo{
  background-position: -64px -66px;
}
.flag-malai {
    background-position: -208px -99px;
}
.flag-thai {
    background-position: -160px -143px;
}
.flag-sing {
    background-position: -96px -132px;
}
.subheader .open>.dropdown-menu{
  background-color: #1ba0e2;
  color: #ffffff;
  padding: 0;
  left: auto;
  right: 0;
  margin-top: 0;
  border: none;
  border-radius: 0;
}
.subheader .dropdown-menu>li>a{
  padding: 8px 15px;
}
.subheader ul>li:hover, .subheader ul>li:focus{
  background-color: #0c83bd;
}
.subheader ul>li:hover a, .subheader ul>li:focus a, .subheader ul>li>a:hover, .subheader ul>li>a:focus{
  text-decoration: none;
}
/*.subheader ul li.dropdown{
  border-left: 1px solid #10b1e4;
}*/
.subheader .dropdown-menu>li>a:focus, .subheader .dropdown-menu>li>a:hover{
  background-color: #0c83bd;
  color: #FFFFFF;
}

/* Main Content */
.page-has-banner .main-content{
  margin-top: -90px;
}
.title-pane{
  background-color: #1ba0e2;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
}
.title-search{
  font-size: 18px;
  color: #212121;
  margin-bottom: 10px;
}
.fs24{font-size: 24px !important}
.fs32{font-size: 32px !important}
.mr15{margin-right: 15px !important}

.search-content .form-date, .form-month{
  border: 1px solid #dddddd;
  padding: 10px;
  padding-right: 45px;
  border-radius: 3px;
  margin-bottom: 0;
}
.btn.btn-reverse{
  border-radius: 50%;
  background-color: #1ba0e2;
  color: #ffffff;
  padding: 0;
  height: 38px;
  width: 38px;
  line-height: 38px;
}
.btn.btn-reverse:hover, .btn.btn-reverse:focus{
  background-color: #0c83bd;
  color: #ffffff;
}
.row-5{
  margin-left: -5px;
  margin-right: -5px;
}
.p5-row{
  padding-left: 5px;
  padding-right: 5px;
}
.box-select-pp{
  position: relative;
  /*padding: 30px 10px 10px;*/
  border: 1px solid #dddddd;
  border-radius: 3px;
  height: 67px;
  width: 100%;
}
.lb-people{
    position: relative;
    top: 12px;
    right: 0px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.lb-people span {
  font-size: 12px;
  position: relative;
    left: 11px;
}
.box-select-pp .select2-container--default .select2-selection--single {
    border: none;
    background-color: transparent;
}
.box-select-pp .select2-container--default .select2-selection--single .select2-selection__rendered{
    /*line-height: 50px;*/
    position: absolute;
    top: 15px;
    right: 0;
    padding: 0;
    text-align: center;
    padding-top: 0px;
    font-size: 15px;
    height: 60px;
    right: 35px;
}
.box-select-pp .select2-container--default .select2-selection--single .select2-selection__arrow b{
  display: none;
}
.box-select-pp .select2-container {
    left: 0;
    width: 100% !important;
    top: 0;
    height: 62px;
    position: absolute;
}
.box-select-pp i.fa {
    position: absolute;
    top: 25px;
    left: 7px;
    font-size: 20px;
}
.div-input-search-hotel .form-control{
  border: 1px solid #dddddd;
  height: 52px; 
  box-shadow: none;
  padding-left: 44px;
}
.tab-pane2 .form-group .select2-container--default .select2-selection--single{
  height: 40px;
  border-color: #dddddd;
  border-radius: 2px;
}
.tab-pane2 .form-group .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 38px;
  font-size: 16px;
}
.tab-pane2 .form-group  .select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 38px;
}
.w320{width: 320px !important}

.list-card .list-inline>li {
    padding-right: 7px;
    padding-left: 7px;
    border: 1px solid #dddddd;
    padding: 8px;
    border-radius: 2px;
    background-color: #ffffff;
    margin-top: 10px;
}
.mb15{margin-bottom: 15px !important}
.btn.btn-blue-40{
  padding: 0px 15px;
  background-color: #1ba0e2;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  border: none;
  height: 40px;
  line-height: 40px;
}
.btn.btn-blue-40:hover, .btn.btn-blue-40  :focus{
  background-color: #0c83bd;
}
.modal-partner .modal-header{
  background-color: #1ba0e2;
  color: #ffffff;
  border-radius: 3px 3px 0 0;
}
.modal-partner .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 3px;
}
.modal-partner .modal-header .close {
    margin-top: -2px;
    color: #ffffff;
    opacity: 1;
}
.modal-partner .list-card ul li{
  list-style: none;
  float: left;
  width: 50%;
  border-bottom: 1px solid #dddddd;
  padding: 10px;
}
.pt15{padding-top: 15px !important}
.pb30{padding-bottom: 30px !important}
.pb45{padding-bottom: 45px !important}
.mt30{margin-top: 30px !important}
.bgGray{background-color: #f8f8f8}
.fs26{font-size: 26px;}
.icon-service-cm{
  display: inline-block;
  margin: auto;
  height: 140px;
    width: 140px;
  border-radius: 50%;
  border: 1px solid #dddddd;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100px auto;
  background-color: #ffffff;
}
.icon-price{
  background-image: url(../img/icon/icon-price.png);
}
.icon-service{
  background-image: url(../img/icon/icon-service.png);
}
.icon-usage{
  background-image: url(../img/icon/icon-usage.png);
}
.txt-service{
  padding: 10px 25px 0;
}
.list-advantage{
  width: 100%
}
.list-advantage tr td{
  width: 20%;
  padding: 15px;
  vertical-align: top;
  font-size: 15px;
}
.list-advantage tr td b{
  display: inline-block;
  margin-bottom: 10px;
}
.list-advantage tr td .div-icon{
  margin-bottom: 10px;
  text-align: center;
  margin-right: 26px;
}
.icon-advan{
  display: inline-block;
  width: 55px;
  height: 55px;
  background-size: 55px auto;
  background-repeat: no-repeat;
}
.icon-1{
  background-image: url(../img/icon/giao_dich.png);
}
.icon-2{
  background-image: url(../img/icon/Ket_qua.png);
}
.icon-3{
  background-image: url(../img/icon/quick.png);
}
.icon-4{
  background-image: url(../img/icon/ho_tro.png);
}
.icon-5{
  background-image: url(../img/icon/quan_ly.png);
}
.list-advantage tr td .txt-service{
  padding: 0;
}


.logo_tripad {
    background-image: url(../img/icon/logo_tripad.png);
    background-position: 50%;
    display: inline-block;
    vertical-align: text-top;
    width: 160px;
    margin: auto;
    height: 25px;
    position: relative;
    top: 2px;
}
.txt-89{color: #898989 !important}
.fs22{font-size: 22px !important}
.list-hotel li{
  list-style: none;
  width: calc(100% / 3);
  padding: 5px 15px 5px 25px;
  float: left;  
  position: relative;
}
.list-hotel li:before{
  content: "\f00c";
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1ba0e2;
}
.list-hotel li a{
  color: #212121;
}

.border-eva {
    top: 0;
    width: 100%;
    position: absolute;
    background: url(../img/icon/border_eva.png);
    background-repeat: repeat-x;
    height: 5px;
    margin-top: 10px;
}
.pr40{padding-right: 40px !important}
.pl40{padding-left: 40px !important}
.box580{
  max-width: 580px;
  margin: auto;
}
.form-email .form-control{
      height: 46px;
    border-radius: 2px;
    box-shadow: none;
    border: 2px solid #aaa;
    padding-left: 36px;
    font-size: 14px;
}
.form-email .fa-envelope-o{
      position: absolute;
    top: 13px;
    left: 13px;
    color: #aaa;
    font-size: 20px;
}
.form-email{
  padding-right: 115px;
}
.form-email .btn-blue-40 {
  position: absolute;
  right: 0;
  top: 0;
  height: 46px;
  line-height: 46px;
}
.w20p{
  width: 20%;
  padding: 0 15px;
}
.w25p{
  width: 25%;
  padding: 0 15px;
}
.btn.btn-social{
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: none;
  color: #ffffff;
  padding: 0;
  line-height: 40px;
      font-size: 20px;
}
.btn-fb{
  background-color: #475fa6;
}
.btn-gg{
  background-color: #dd4b39
}
.btn-tw{
  background-color: #39c2f7
}
.btn-ins{
  background-color: #6c4d44
}
.list-inline>li.hotline, .hotline{
  position: relative;
  padding-left: 36px;
  color: #ffffff;
  top: 15px;
}
.hotline .fa-phone{
      position: absolute;
    font-size: 34px;
    top: 4px;
    left: 0;
}
li.divider {
    border-bottom: 1px solid #ddd;
    padding: 0 !important;
    margin: 5px 0;
}
.bg-news{
    background-color: #09344A;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: block;
    width: 100%;
    min-height: 86px;
    overflow: hidden;
    background: #09344A;
    height: 470px;
}
.header-overlay {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(-180deg,rgba(0,0,0,.4) 0%,rgba(8,52,73,1) 87%);
    z-index: 2;
    opacity: .6;
}
.banner-news .menu-header{
  background-color: transparent;
  padding: 0;
}
.banner-news .menu-header .logo-travel{
  /*background-image: url(../img/icon/logo-white.svg);*/
  background-size: 100% auto;
  margin-top: 10px;
}
.banner-news .menu-header ul li a{
  font-size: 22px;
  color: #ffffff;
}
.banner-news .menu-header .right-menu ul li a{
  font-size: 13px;
}
.banner-news .menu-header .right-menu ul {
    margin-top: 20px;
}
.banner-news .header.fixed-header {
    background-color: #09344A;
    height: 60px;
    border-bottom: none;
}
.banner-news .header.fixed-header .logo-travel {
    margin-top: 5px;
}
.banner-news .header.fixed-header .list-inline>li.li-logo a{
  display: inline-block;
  margin-top: 7px;
}
.banner-news .header{
  border-bottom: none;
}
.form-search-header{
  width: 600px;
  margin: auto;
  margin-top: 150px;
}
.input-search{
  width: 420px;
  margin: auto;
  position: relative;
}
.input-search .form-control{
  height: 56px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #ffffff;
  font-size: 18px;
  box-shadow: none;
  border-radius: 0;
  padding-left: 40px;
  color: #ffffff
}
.input-search .fa-search{
      position: absolute;
    top: 15px;
    left: 5px;
    font-size: 24px;
    color: #ffffff;
    opacity: 0.7;
}
.input-search .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
  opacity: 0.5;
}
.input-search .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
  opacity: 0.5;
}
.input-search .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
  opacity: 0.5;
}
.input-search .form-control:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
  opacity: 0.5;
}
.search-cate .title{
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}
.list-cate{
  text-align: center;
  margin-top: 15px;
}
.list-cate ul li a{
  background-color: rgba(255,255,255,.7);
  color: #212121;
  font-size: 13px;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 21px;
  margin-top: 10px;
  transition: all 0.2s;
  text-decoration: none;
}
.list-cate ul li a:hover, .list-cate ul li a.selected{
  background-color: #ffffff;
  text-decoration: none;
}
.main-content-news.main-content{
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
.banner-news .header .menu-header{
 
}
.banner-news .header.fixed-header .menu-header {
    height: 52px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #09344A;
    z-index: 9; 
}
.banner-news .header.fixed-header{
  position: relative;
}
.a-txt{
  font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
    color: #434343;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
    margin-top: 15px; 
    height: 72px;
}
.inline-divider{
  margin-left: 5px;
  margin-right: 5px;
}
.fs13{font-size: 13px;}
.box-news a:hover .a-txt, .box-news a:hover{
  color: #f97b0c;
  text-decoration: none;
}
.box-news{
  margin-top: 20px;
}
.box-news a:hover img{
  opacity: .8;
    transform: scale(1.05);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.a-img{
  width: 100%;
  overflow: hidden;
  height: 190px;
}
.shared-img{
  padding-right: 5px;
}
.shared-link{
  padding-left: 5px;
}
.shared-link h4 {
  margin: 0;
  font-size: 14px;
}
.shared-link a{
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
    color: #666666;
    font-weight: 600;
}
.shared-link a:hover, .shared-link a:focus{
  color: #f97b0c;
  text-decoration: none;
}
.shared-des{
  margin-top: 10px;
   overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
    color: #212121;
}
.post-shared{
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  padding-top: 15px;
}
.post-shared:last-child{
  border-bottom: none;
}
.w750{
  width: 750px;
  margin: auto;
}
.w200_fl{
  width: 200px;
  float: left;
}
.w550_fl{
  width: 550px;
  float: left;
}
.fs18{font-size: 18px !important}
.icon-app{
  display: inline-block;
  height: 60px;
  position: relative;

}
.ch_play{
  background-image: url(../img/icon/ch_play.png);
  width: 167px;
  background-size: 167px auto;
}
.app_store{
  background-image: url(../img/icon/app_store.png);
  background-repeat: no-repeat;
  width: 186px;
  background-size: 186px auto;
}
.col-240{
  width: 232px;
  float: left;
}
.col-70{
  width: 70px;
  float: left;
}
.box-icon-nation{
  width: 65px;
  position: absolute;
  top: 0px;
  left: 0;
  padding-right: 0px;
}
.box-icon-nation > a, .box-icon-nation > a:hover, .box-icon-nation > a:focus{
  background-color: #ffffff;
  color: #333333;
  height: 36px;
  padding: 8px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
}
.nation-name{
  position: relative;
  padding-left: 65px;
}
.box-icon-nation .dropdown-menu li{
  cursor: pointer;
}

.form-code-nation .form-control{
  padding-left: 40px;
  height: 36px;
  box-shadow: none;
  border: none;
  border-radius: 3px;
}
.code-num{
  position: absolute;
  top: 8px;
  left: 10px;
  color: #333333;
}
.btn.btn-orange-36{
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  border-radius: 2px;
  background-color: #f97b0c;
  font-size: 14px;
  border: none;
  width: 100%;
  padding: 0;
}
.btn.btn-orange-36:hover, .btn.btn-orange-36:focus{
  background-color:  #e8740d;
}
.support-right{
  position: fixed;
  right: 15px;
  bottom: 70px;
  z-index: 99;
}
.box-support-24h{
  background-color: #1ba0e2;
  color: #ffffff;
  border-radius: 4px;
  width: 180px;
}

.box-support-24h .hotline{
    top: 0;
    padding-right: 10px;
    padding-top: 10px;
    font-size: 12px;
    text-align: center;
    padding-bottom: 10px;
}
.box-support-24h .hotline .fa-phone {
    font-size: 38px;
    top: 13px;
    left: 21px;
}
.fs16{font-size: 16px !important;}
.btn.btn-support{
  text-align: left;
  padding: 0;
  height: 30px;
  width: 100%;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  background-color: #0ca8dc;
  position: relative;
  padding-left: 50px;
  border: none; 
  margin-top: 10px;
}
.btn.btn-support .fa{
  display: inline-block;
  height: 30px;
  background-color: #0c83bd;  
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 5px;
  border-radius: 4px 0 0 0;
}
.form-support{
  width: 350px;
  box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
  border-radius: 4px 4px 0 0;
  display: none;
}
.form-support .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 30px;
}
.form-support .select2-container .select2-selection--single{
  height: 32px;
  border-radius: 2px;
  border-color: #ccc;
}
.form-support .select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 30px;
}
.form-support .form-control{
  border-radius: 2px;
  box-shadow: none;
  height: 32px;
}
.form-support textarea.form-control{
  height: 65px;
}
.open .box-support-24h{
  display: none;
}
.open .form-support{
  display: block;
}
.form-support .title{
  position: relative;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  height: 28px;
  line-height: 28px;
  background-color: #1ba0e2;
  border-radius: 4px 4px 0 0;
}
.form-support .title .btn-close-support{
  position: absolute;
  background-color: transparent;
  padding: 0px;
  right: 15px;
  top: 0px;
  color: #ffffff;
}
.sp-content{
  padding: 10px 15px;
  background-color: #ffffff;
}
.login-other a{
  font-size: 20px;

}
.login-other a.fb i{
  color: #475fa6;
}
.login-other a.gg i{
  color: #dd4b39;
}
.btn-reverse i:last-child {
  margin-left: -3px;
}
.box-btn {
  margin-left: 50px;
}
.form-date .box-btn,
.form-month .box-btn {
  margin-left: 40px;
}
.form-date .fa-calendar,
.form-month .fa-calendar {
  margin-top: 10px;
}
.date-return.form-date .fa-calendar {
  margin-top: 0px;
  position: relative;
  top: -8px;
}

.date-return.form-date .box-btn label {
  margin-top: -10px;
}

.date-return.form-month .box-btn label {
  margin-top: 0px;
}

.return-option {
    position: relative;
    top: 2px;
    /* margin-bottom: -1px; */
    margin-top: 18px;
    margin-left: 2px;
}

.lb-people.seat {
  text-align: center;
  right: 0;
  left: 0;
}

#khach_san .fa.fa-calendar {
    margin-top: 8px;
}

.contact-or {
  text-align: center;
  font-style: italic !important;
  margin-top: 30px !important;
  color: #ffffff !important;
  font-size: 16px;
}
.copyright {
    color: #ffffff;
    text-align: center;
    font-size: 18px;
}
.box-news-parents {
    margin-bottom: 50px;
}
.new-container {
    padding-top: 10px;
    margin-top: 10px;
}
.new-content {
    line-height: 24px;
}
.new-content img {
    max-width: 100%;
    object-fit: cover;
}
.new-detail-title {
    font-size: 16px;
    font-weight: 600;
    color: #1ba0e1;
}
.new-detail-title:hover {
    text-decoration: none;
}
.txt-nhat {
    color: #898989 !important;
    margin-top: 4px;
}
#menu {
    margin-bottom: 0;
    height: 60px;
}
#menu > li {
    position: relative;
    height: 60px;
    line-height: 60px;
}
#menu > li:hover .sub-menu {
    display: block;
}
#menu .sub-menu {
    position: absolute;
    top: 60px;
    left: 0;
    background: #ffffff;
    padding: 8px 16px;
    min-width: 260px;
    box-shadow: 0 0 3px #dddddd;
    -webkit-box-shadow: 0 0 3px #dddddd;
    -moz-box-shadow: 0 0 3px #dddddd;
    display: none;
}
#menu .sub-menu:before,
#menu .sub-menu:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 8px;
    display: block;
    border-style: solid;
}
#menu .sub-menu:before {
    top: -20px;
    border-color: transparent transparent #ebebeb transparent;
    border-width: 10px;
}
#menu .sub-menu:after {
    top: -19px;
    border-color: transparent transparent #ffffff transparent;
    border-width: 10px;
}

#menu .sub-menu ul li {
    line-height: 30px;
    display: block;
}
.box-ve-may-bay {
    margin-top: 20px !important;
}
.box-ve-may-bay img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.p12 {
    padding: 12px;
}
.lh24 {
    line-height: 24px;
}

.heading_book_ve {
    padding: 12px 0;
    margin: 0;
    font-size: 26px;
    text-align: center;
}

.hover-underline-none:hover {
    text-decoration: none;
}
.hover-orange:hover {
    color: #f97b0c;
}
.ve-may-bay .box-select-pp i.fa {
    top: 30px;
}
.clear {
    clear: both;
    float: none;
}
.normal-text {
    font-size: 14px;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.inline-block {
    display: inline-block;
}
.ve-may-bay .banner {
    height: 95px;
    border-bottom: 1px solid #ebebeb;
    overflow: visible;
}
.ve-may-bay .main-content {
    margin-top: 20px;
}
.dat-ve .content {
    max-width: 980px; 
    margin: 0 auto;
}
.new-container.box-ve-may-bay ul {
  margin-left: 30px;
}
label.country-search {
  float: right;
  cursor: pointer;
  font-weight: normal;
}

.typeahead.dropdown-menu>li {
  padding: 3px 0px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}

.typeahead.dropdown-menu>li:last-child {
  border-bottom: none;
}

.typeahead.dropdown-menu>li>a {
  padding: 5px 0px;
  cursor: pointer;
  font-weight: normal;
}

.open .box-select-option ul.typeahead li:hover{
  cursor: pointer;
  background-color: #ffffff;
  color: #333;
}

.typeahead.dropdown-menu>.active>a, .typeahead.dropdown-menu>.active>a:focus, .typeahead.dropdown-menu>.active>a:hover {
  background-color: #ffffff;
  color: #f17419;
}

ul.typeahead.dropdown-menu {
  padding: 8px 15px;
}

.footer-contact {
    padding: 25px 15px 15px;
    background-color: #1ba0e1;
}

.footer-contact .txt-addr b {
    font-size: 18px;
}

.footer-contact .address {
  cursor: pointer;
}

/*.introduce table strong {
    color: #337ab7;
}*/

.list_banner_advertise .item_banner_advertise:nth-child(1),
.list_banner_advertise .item_banner_advertise:nth-child(2)
{
  float: left;
  margin-left: -162px;
  top: 68px;
  position: relative;
}

.list_banner_advertise .item_banner_advertise:nth-child(2) {
    top: 330px;
}

.list_banner_advertise .item_banner_advertise:nth-child(3),
.list_banner_advertise .item_banner_advertise:nth-child(4) {
  float: right;
  top: 68px;
  position: relative;
  margin-right: -10px;
}

.list_banner_advertise .item_banner_advertise:nth-child(4) {
    top: 330px;
}

.list_banner_advertise .item_banner_advertise img {
    width: 152px;
    position: fixed;
    height: auto;
    border-radius: 6px;
    z-index: 3;
}
td.day label:first-child {
    display: inline;
    position: relative;
    top: -6px;
    left: -5px;
}

td.day label:last-child {
    display: inline;
    position: relative;
    top: 7px;
    left: 3px;
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    color: #777 !important;
}

.datepicker table tr td, .datepicker table tr th {
    text-align: center;
    width: 50px;
    height: 40px;
    border-radius: 0;
   border: 1px solid #ddd;
   font-weight: 600;
   color: #000;
}

.datepicker table tr td.active label {
    color: #ffffff !important;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  opacity: 0.2;
}

.datepicker table tr td.new label {
    color: #f17419;
}

.datepicker table tr td.old label {
    color: red;
}

.datepicker table tr td.old label { opacity: 0; }

.datepicker table tr td.new label { display:none; }

.datepicker table tr td.old.today.active.day.disabled, .old.active.day.disabled, .old.active.day.disabled:hover {
    border: none;
    background-color: #fff;
}

.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
    border: none;
    background-color: #fff;
}

.datepicker table tr td.active.day {
    color: #fff;
    background-color: #f17419;
    border-color: #f17419;
}
/*
.datepicker table tr td, .datepicker table tr th {
    color: #f17419;
}
*/

.maps-page a {
    color: #1ba0e1 !important
}

#IBESearchBox {
    display: none;
}

#ResultRight #IBESearchBox {
  display: block;
}

.IBESRRight #IBESearchBox {
  display: block;
}

.IBESearchResult {
    width: 100% !important;
}

.IBESearchForm {
    min-height: 110px !important;
}

.wait-search-flight {
    text-align: center;
    color: #f17419;
    font-size: 18px;
    margin-top: 40px;
}

.footer_fixed {
    position: fixed;
    width: 100%;
    bottom: 0;
}

#IBEErrorMsg {
  margin-top: 30px;
}

.border-color-red {
    border-color: red;
}

.border-top-color-red {
    border-top-color: red;
}

.icon-skype {
  font-size: 40px !important;
  margin-top: 1px;
  color: #ffffff;
  position: relative;
  top: 11px;
}

.btn-skype-contact {
  width: 35px;
  float: left;
}

.skype-contact-name {
  position: relative;
  left: 6px;
  top: 12px;
  color: #fff !important;
  text-decoration: none;
  width: auto;
}

.skype-contact-name a {
  color: #fff !important;
  margin-right: 10px;
  text-decoration: none;
  max-width: 250px;
}

.skype-stt{
    position: absolute;
    margin-top: -18px;
    margin-left: 18px;
    font-weight: bolder;
    color: #fff;
    font-size: 16px;
}

.card {
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.card-img-top {
    width: 100%;
    height: auto;
    max-height: 200px;
    height: 200px;
}

.card:hover, .card:hover .list-group li {
    background-color: rgba(64,166,242,.1);
}

.card:hover, .card:hover {
  -moz-transform: scale(1.005);
  -webkit-transform: scale(1.005);
  transform: scale(1.005);
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: rgba(64,166,242,.1);
}

.title-tour {
    margin-bottom: 22px;
    margin-top: 10px;
    border-bottom: 2px solid #1ba0e1;
    color: #1ba0e1;
}

.title-tour h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline;
    margin-top: 0;
    margin-bottom: 0;
}

.title-tour span.fs16 {
    font-size: 16px !important;
}

.title-tour a {
    float: right;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    font-size: 13px;
    text-decoration: none;
    color: #1ba0e1;
}

.card-body {
    padding: 0 10px;
}

.card-title {
    font-weight: 600;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
    min-height: 45px;
    color: #333333;
}

.card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 22px;
    min-height: 63px;
}

.card ul {
    margin-bottom: 0;
}

.card li {
    min-height: 45px;
    height: 45px;
    border-left: none;
    border-right: none;
}

.card li:last-child {
    border-bottom: none;
}

.card .fa {
    width: 20px;
}

.card .fa.fa-plane.back {
    transform: rotate(75deg);
    position: relative;
    top: 5px;
    left: -3px;
    margin-right: 3px;
}

.card .fa.fa-usd {
    float: left;
    position: relative;
    top: 7px;
    left: -3px;
    font-size: 18px;
    color: #1ba0e1;
}

.price {
    color: #1ba0e1;
    font-size: 22px;
    font-weight: bold;
}

.card a {
  text-decoration: none;
}

.news-block .txt-5-line img {
    width: 100%;
    object-fit: cover;
}

.required {
  color: red;
  margin-left:6px;
}

.box_book_tour {
    background-color: #1ba0e2;
    padding: 15px;
    margin-bottom: 15px;
    color: #ffffff;
}

.box_book_tour h3 {
    padding: 0;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.box_book_tour .btn.btn-book-tour {
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    width: 100%;
    padding: 0 20px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 2px;
    background-color: #EA8114;
}

.btn.btn-book-tour:hover, .btn.btn-book-tour:focus {
    background-color: #da6510;
}

.detail-tour h1.title-detail-tour {
    color: #1ba0e2;
    margin-bottom: 18px;
    margin-top: 0;
    text-align: center;
    font-size: 26px;
}

.info-detail-tour {
    padding: 15px 15px 8px 15px;
    color: #50535d;
    text-shadow: 0 0 1px white;
    background: rgba(148,151,163,.1);
    border-bottom: 1px solid rgba(148,151,163,.15);
    display: inline-block;
    width: 100%;
}

.info-detail-tour span {
  color: #50535d;
  font-size: 14px;
  font-weight: bold;
}

.info-detail-tour span.right {
  float: right;
}

.info-detail-tour span.right label {
  color: #00c1de;
}

.info-detail-tour .fa.fa-plane.back {
    transform: rotate(85deg);
    position: relative;
    top: 0px;
    left: 2px;
    margin-right: 5px;
}

.mr30 {
  margin-right: 30px;
}

.info-detail-tour span.price {
   font-size: 30px;
    color: #00c1de;
    width: auto;
    float: right;
    margin: 0;

}

.box-tour-question {
    border: 1px solid #1ba0e2;
    padding: 15px 15px 5px 15px;
    background: floralwhite;
}

.box-tour-question ul li, .box-tour-question-pay ul li {
    list-style: none;
    padding-left: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 12px !important;
}

.box-tour-question ul li:last-child, .box-tour-question-pay ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.box-tour-question li i {
    float: left;
    width: 42px;
    font-size: 24px;
    color: #f17419;
    margin-top: 4px;
}

.box-tour-question li div.tour-question-text {
    margin-left: 40px;
}

.txt-89 {
    color: #898989 !important;
}

.main-text {
    color: #1ba0e2;
    font-weight: bold;
    font-size: 13px;
}

.box-tour-question .title {
    border-bottom: 1px solid #ccc;
    color: #1ba0e2;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: 0;
}

.box-tour-question-pay {
    border: 1px solid #1ba0e2;
    padding: 15px 15px 5px 15px;
    background: floralwhite;
}

.box-tour-question-pay .title {
    border-bottom: 1px solid #ccc;
    color: #1ba0e2;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    height: auto;
}

.box-tour-question-pay .wPttt li img.thumb {
    margin-top: 22px;
}

.box-tour-question-pay .wPttt li b {
    color: #1ba0e2;
    font-size: 13px;
}

.box-tour-question-pay .wPttt li span {
    color: #898989;
    font-size: 14px;
}

.box-tour-question-pay .icon i.fa {
    float: left;
    width: 33px;
    font-size: 36px;
    color: #f17419;
    position: relative;
}

.box-tour-question-pay .icon i.fa-usd {
    left: 6px;
}
.box-tour-question-pay .icon i.fa-university {
    left: 1px;
    font-size: 28px;
}
.box-tour-question-pay .icon i.fa-cc-paypal {
    left: 0px;
    font-size: 26px;
}
.box-tour-question-pay .icon i.fa-credit-card {
    left: 1px;
    font-size: 28px;
}

ul.wPttt li p {
    float: left;
    display: block;
    font-size: 12px;
    width: calc(100% - 60px);
    padding-left: 10px;
    margin-bottom: 0;
}

.fa-calendar.book {
    position: relative;
    float: right;
    top: -25px;
    right: 9px;
    font-size: 18px;
    color: #1ba0e2;
}

.tour-category-box .media img.d-flex {
    float: left;
    max-height: 120px;
    max-width: 200px;
    width: 200px;
    height: auto;
}

.tour-category-box .media {
    padding-bottom: 20px;
    /*border-bottom: 1px solid #f1592a;*/
    margin-bottom: 24px;
}

.tour-category-box .media:last-child {
  border-bottom:none;
}

.tour-category-box a {
    text-decoration: none;
}

.tour-category-box a h3 {
    margin-top: 5px;
    color: #000000;
    font-size: 18px;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: normal;
}

.tour-category-box .short_content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
}

.tour-category-box .media-body {
    padding-left: 20px;
}

.info-detail-category-tour {
    margin-bottom: 5px;
}

.info-detail-category-tour span {
    margin-right: 30px;
    display: inline-block;
}

.btn.btn-detail-tour {
   width: 100%;
    height: 34px !important;
    line-height: 34px !important;
    text-transform: uppercase;
    font-size: 14px;
}

.price-detail-right {
    color: #00c1de;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.media .fa.fa-plane.back {
    transform: rotate(75deg);
    position: relative;
    top: 1px;
    left: -3px;
    margin-right: 3px;
}

.box-search-tour {
    /*background: #1ba0e1;*/
    background: linear-gradient(#1ba0e1, #91cae0);
    padding: 20px 30px;
    /*position: relative;
    top: -110px;*/
}

.box-search-tour h1 {
    font-size: 24px;
}

.box-search-tour h2 {
    font-size: 18px;
}

.box-search-tour  h1, .box-search-tour  h2, .box-search-tour > h3 , .box-search-tour > h4 {
    color: #ffffff;
    /*color: #31708f;*/
    margin-top: 0;
}

.box-search-tour button {
    background-color: #f17419;
    color: #ffffff;
    font-weight: bold;
    border-radius: 0;
}

.box-search-tour button:hover, .box-search-tour button:active, .box-search-tour button:focus {
    background-color: #da6510;
    color: #ffffff;
}

.box-search-tour .fa.fa-paper-plane {
    color: #ffffff;
    font-size: 46px;
    /*position: absolute;
    margin-left: 26px;*/
    float: right;
    margin-right: 30px;
}

.tab-tour {
    margin-top: 10px;
}

.nav-tabs.tab-tour>li {
    width: 50%;
}

.nav-tabs.tab-tour>li.active>a, .nav-tabs.tab-tour>li.active>a:focus, .nav-tabs.tab-tour>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    background-color: #eee;
}
.nav-tabs.tab-tour .news-block a:hover,.nav-tabs.tab-tour .news-block a:focus, .nav-tabs.tab-tour a {
    color: #555;
}

.tab-tour-content.tab-content {
  background-color: #ffffff !important;
}

.tab-tour-content>.tab-pane {
    padding: 15px;
    background-color: #ffffff !important;
    height: auto;
    min-height: auto !important;
    border: none !important;
}

.tab-tour-content>.tab-pane img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
}

.list-inline>li.li-logo span {
    font-size: 21px;
    color: #ffffff;
    font-style: normal;
    font-weight: bolder;
}
.footer h1, 
.footer h2, 
.footer h3, 
.footer h4 {
    margin-bottom: 0;
    margin-top: 0;
}

.footer p {
    margin-bottom: 2px;
}

.color_white {
  color: #ffffff;
}

.item-ve-cheap {
  position: relative;
  margin: 10px;
}

.item-ve-cheap img{
    max-height: 165px;
}

.item-ve-cheap:hover {
  -webkit-transform: scale(1.02);
    transform: scale(1.02);
  transition: all .3s ease-in-out;
}

.des-txt{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  padding-top: 20%;
  padding-left: 5px;
  padding-right: 5px;
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.txt-top{
  top: 5px;
  left: 10px;
  position: absolute;
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
}

.txt-bottom{
    bottom: 6px;
    right: 10px;
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    color: aqua !important;
}

.content-visa {
  text-align: justify;
}

.content-visa h1 {
  font-size: 28px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
}

.content-visa h4 {
  font-weight: bold;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 6px;
  text-align: left;
}

.mr15 {
    margin-right: 15px;
}

/*.div-number {
    padding: 10px 5px;
}*/

.div-number {
  padding: 0;
}

.div-number ul li {
    width: calc(100%/3);
    float: left;
    list-style: none;
    padding-left: 1px;
    padding-right: 1px;
}

.div-number .right {
    text-align: center;
    padding: 5px 0;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 5px 0;
    background-color: #ffffff;
}

/*.div-number .left {
    font-weight: bold;
    margin-left: 6px;
}*/
.div-number .left {
    text-align: center;
    font-size: 12px;
    margin-left: 0px;
    font-weight: 600;
}

.btn.btn-math {
    background-color: #ffffff;
    color: #ff8917;
    padding: 0;
    /*width: 30px;*/
    width: 22px;
    height: 24px;
    line-height: 24px;
}

.div-number .right>span {
    /*width: 30px;*/
    width: 20px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    top: 2px;
    color: #333333;
}

.div-number ul {
    margin-bottom: 0;
    min-height: 85px;
}

th .prev.disabled, .datepicker .next.disabled, .datepicker .prev.disabled {
    display: block;
    border-bottom: 1px solid #ddd !important;
}

.flight-box-result, .content-search-flight {
    min-height: 500px;
}

.ve-may-bay .box-ve-may-bay #ve_may_bay .box-time-jurney {

}

.ve-may-bay .box-ve-may-bay #ve_may_bay .box-time-fly {
    padding-left: 0;
}

.ve-may-bay .box-ve-may-bay #ve_may_bay .box-person {
    padding-left: 0;
}

.ve-may-bay .box-ve-may-bay #ve_may_bay .box-person .lb-people {
    top: 5px;
}

.ve-may-bay .box-ve-may-bay #ve_may_bay .box-person .lb-people span {
    font-size: 11px;
    left: 0px;
}

.ve-may-bay .box-ve-may-bay #ve_may_bay .box-person .box-select-pp .select2-container--default .select2-selection--single .select2-selection__rendered {
    right: -5px;
    top: 22px;
    font-size: 14px;
}

#booktour .select2-container--default .select2-selection--single .select2-selection__arrow,
#booktour .select2-container .select2-selection--single,
#booktour .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 36px;
}

#booktour  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

.banner-tours {
  background-image: url(../img/demo/tr_bg_banner4.png);
  height: 494px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
}

.banner-news {
  background-image: url(../img/demo/bg-banner-news.jpg);
  background-color: #09344A;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
  width: 100%; 
   min-height: 86px; 
   overflow: hidden; 
  height: 470px;
}

.box-search-tours.open .box-select-option {
    width: 100%;
    border: 1px solid #ccc !important;
}

.box-search-tours .btn-close {
    margin-right: 4px;
}

.tours-search-content {
  color: #333;
  padding: 20px;
}

.img-search-tour {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}

.tours-info p {
  color: #494b55;
  font-size: 16px;
  margin-bottom: 2px;
  font-weight: 600;
}

.tours-info a {
  text-decoration: none;
  color: #1ba0e2;
  cursor: pointer;
}

.tours-info  {
    display: table-cell;
    vertical-align: middle;
    height: 80px; 
}

#input-search-tours {
  border-radius: 0;
}

.hot-tours-txt {
  color: #1ba0e1;
  margin-bottom: 20px;
  font-weight: 600;
}

a.hotline-num, .list-menu-mb ul>li a {
  text-decoration: none !important;
}

.news-pages .subheader, .news-pages .subheader .open>.dropdown-menu, .news-pages .subheader ul>li:hover, .subheader ul>li:focus {
    background: #1C83A0;
}

.news-pages .header-overlay {
    /*height: 470px;*/
}

.news-pages .form-search-header {
    width: 982px;
    margin: 0 auto;
    position: absolute;
    z-index: 100;
    top: 224px;
}

.page-new .banner-news .header.fixed-header .logo-travel {
    margin-top: 0;
}

.page-new .header.fixed-header .logo-travel {
    max-height: 30px;
}

.page-new .banner-news .menu-header .right-menu ul {
    margin-top: 18px;
}

.news-created {
    font-size: 13px;
    text-align: right;
    float: inherit;
    color: #898989;
}

.news-pages .main-content-news.main-content {
  padding-top: 15px;
}

.news-pages h1.new-detail-title {
  font-size: 26px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
}

.old-news .new-detail-title {
  font-size: 22px;
}

.news-pages .col-right .title , .news-views.col-right .title {
    padding: 0 0 10px 0;
    color: #1ba0e1;
    font-weight: 600;
    font-size: 16px !important;
    text-transform: uppercase;
    border-bottom: 1px solid #1ba0e1;
    margin-top: 0;
}

a { 
  color: #1ba0e1;
}

.old-news .main-content-news.main-content {
  padding-top: 20px;
}

.news-pages .card, .old-news .card {
  margin-bottom: 15px;
}

.old-news .box-news-parents .title {
    margin-bottom: 22px;
    margin-top: 5px;
    border-bottom: 2px solid #1ba0e1;
    color: #1ba0e1;
}

.old-news .box-news-parents .title span {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.header .subheader ul li.dropdown {
  border-left: none !important;
}

.col-left.box-ve-may-bay.m0 {
  margin-top: 0 !important;
}

.col-left.box-ve-may-bay h1.heading_book_ve  {
  padding-top: 0 !important;
}

.open .box-select-option .typeahead.dropdown-menu li:hover {
  background-color: #ffffff !important;
}

.tab-text-xs {
    display: block;
    font-size: 14px;
}

#alert_book_error, #alert_book_success {
  display: none;
  margin: 15px;
}

.btn.btn-book-road{
  height: 54px;
  line-height: 54px;
  padding: 0 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 2px;
  background-color: #EA8114;
  width: 100%;
}

.btn.btn-book-road:hover, .btn.btn-book-road:focus{
  background-color: #da6510;
}

.select-journey {
    display: inline-block;
    margin-bottom: 0px !important;
    margin-top: 15px;
}

.form-autocomplete .form-control {
    height: 40px;
    width: 100%;
    padding: 8px 30px !important;
}

.div-input-search-hotel i {
    color: #b7b5b5;
    position: absolute;
    top: 12px;
    left: 13px;
    z-index: 1;
    font-size: 16px;
}

#ve_may_bay, #book_road_tab, #dat_xe {
    min-height: 342px;
    margin-bottom: 20px;
}

#form_book_taxi , #form_book_road {
  padding: 15px;
}

#form_book_taxi input[type='text'], #form_book_road input[type='text'] {
  height: 40px !important;
  border-radius: 0;
  padding: 0 12px;
}

#form_book_taxi .fa.fa-calendar, #form_book_road .fa.fa-calendar {
    margin: 0 !important;
    position: relative;
    top: 1px;
    left: -34px;
}

#form_book_taxi .form-date .form-control, #form_book_road .form-date .form-control {
    width: 100%;
    text-align: left;
    background: #ffffff;
    height: 40px;
    padding: 0 12px !important;
    font-weight: bold;
    cursor: pointer;
    box-shadow: none;
    padding: 0;
    border: 1px solid #ccc !important;
}

#form_book_taxi .form-date, #form_book_road .form-date {
  padding-right: 0 !important;
}

#form_book_taxi .select2.form-control, #form_book_road .select2.form-control {
    height: 40px !important;
    padding: 0 12px;
    border-radius: 0 !important;
}

#form_book_taxi .form-date label, #form_book_road .form-date label {
  right: -10px;
}

.like_share_fb {
    position: relative;
    float: right;
    top: -20px;
}

.back-ipn {
  padding-left: 0 !important;
  margin-top: 15px !important;
}

.go-ipn {
  padding-right: 0 !important;
}

.txt-copyright {
    text-align: center;
    font-size: 18px;
}

.txt-copyright a {
  color: #ffffff;
  font-weight: bold;
}

.poweredby {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.display_flex {
    display: flex;
}

.form-date.form-tour-book label {
    position: inherit;
    font-size: inherit;
    padding: inherit;
    color: inherit;
}

 .form-date.form-tour-book {
    position: inherit;
    font-size: inherit;
    padding: inherit;
    margin-bottom: 15px;
    color: inherit;
    height: inherit;
}

 .form-date.form-tour-book .form-control {
    color: #555;
    height: 34px;
    font-weight: normal;
    padding: 6px 12px;
 }

 .form-date.form-tour-book .fa-calendar {
    margin-top: 0;
 }

 .categories-news {
    padding-left: 20px;
    color: #f1592a;
    font-size: 14px;
}

.categories-news div {
    padding: 5px 0;
    font-weight: 600;
}

.categories-news a i.fa-angle-double-right {
    font-weight: 600;
    margin-right: 3px;
}

.content-pages h1.heading_content_pages, .heading_content_pages {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}

.box-right-content {
    background: #f4f4f4;
    padding: 10px 10px 15px 10px;
    margin-bottom: 25px;
}

.categories-news.news-list a {
    font-size: 13px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
    max-height: 48px;
    padding-bottom: 12px;
}
.categories-news a {
    color: #1ba0e1;
    text-decoration: none;
}

.page-content-artice {
  margin-bottom: 30px;
}

.page-content-artice ul li {
  display: block;
}

.page-content-artice strong a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.page-content-artice p img {
  width: 100% !important;
  object-fit: cover;
}

td {
    padding: 0 5px;
}

.payment-content li {
    border-top: 1px solid #7f8c8d;
    padding: 10px 0 10px 75px;
    position: relative;
}

.payment-content li:before {
    content: "";
    position: absolute;
    left: 2px;
    width: 60px;
    height: 56px;
    padding: 30px;
    background: url(../../assets/img/icon/payment.png) no-repeat 0 0;
}

.payment-content li label {
    color: #1ba0e1;
}

.payment-content li:nth-of-type(2):before {
    background-position: -88px 0;
}

/*.payment-content li:nth-of-type(3):before {
    background-position: -174px 0;
}*/

.payment-content li:nth-of-type(3):before {
    background-position: -255px 0;
}

.payment-content .home-transfer.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    align-items: center;
    border-top: 1px solid #7f8c8d;
    padding-top: 15px;
    padding-bottom: 15px;
}

.payment-content .media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
    margin-left: 22px;
    font-family: arial,tahoma !important;
}

.payment-content .media-body h5 {
  margin-bottom: 5px;
  color: #666;
  font-weight: 600;
  margin-top: 0;
}

.payment-content .media-body p {
  margin-bottom: 5px;
}

.payment-content .media-body p span:first-child {
  font-size: 12px;
  color: #666;
      width: 100px;
    float: left;
}

.allBank {
      margin-bottom: 10px;
    font-weight: 600;
    color: #000;
}

.img-bank {
  float: left;
  min-width: 120px;
}

.payment-content .media-body p span:last-child {
  color: #000;
  font-size: 12px;
}

.payment-content .home-transfer.media img {
  width: auto;
  height: auto;
  object-fit: cover;
}

.letter-spacing {
  letter-spacing: 2px;
}

.hide_prev_calendar {
    display: block;
    visibility: hidden;
}

.show_prev_calendar {
    display: table-cell;
    visibility: inherit;
}

.border_ccc {
  border: 1px solid #ccc;
}

.box-img-app {
    text-align: center;
    color: #ffffff;
}

.box-description-app {
    color: #ffffff;
}

.box-img-app h3, .box-description-app h3 {
    margin-top: 0;
    margin-bottom: 20px !important;
}

.box-img-app h3 {
    text-align: center;
}

.box-tags span.tagTitle {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}

.box-tags span.tagContent {
  color: #ffffff;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 500;
  background: #f1592a;
  margin: 4px 6px;
  display: inline-block;
}

.box-tags span a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  margin: 0;
} 

.box-tags span a:hover, .box-tags span a:focus, .box-tags span a:active {
    color: #ffffff;
}
/*
iframe {
  width: 100% !important;
}*/

#map_wrapper .map-frame {
    height: 400px;
    width: 100%;
    margin-bottom: 50px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

.list-contact {
  margin-top: 10px;
  color: #555;
  font-weight: 600;
  margin-bottom: 20px;
  /*border-bottom: 4px solid #1ba0e1;*/
  text-align: center;
}

.list-contact p:first-child {
  color: #000;
}

.page-content ul li {
  display: block;
}

.list-contact-footer {
  display: block;
  color: #ffffff;
  font-weight: 600;
}

.list-contact-footer p:first-child {
  font-size: 16px;
  font-weight: 600;
}

.contact-text, .contact-footer {
  display: flex;
  padding: 0 20px;
  border-bottom: 4px solid #1ba0e1;
}

.info_content h3 {
  margin-top: 0;
}

.info_content p {
  margin-bottom: 5px
}

.list-contact p:first-child {
  font-size: 26px;
}


#pagination {
  padding: 30px 0;
}
ul.tsc_pagination li a
{
    border:solid 1px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    padding:6px 9px 6px 9px;
    text-align: center;
    display: flex;
    justify-content: center;
}
ul.tsc_pagination li
{
    padding-bottom:1px;
    display: flex;
}
ul.tsc_pagination li a:hover,
ul.tsc_pagination li a.current
{
    color:#FFFFFF;
    box-shadow:0px 1px #EDEDED;
    -moz-box-shadow:0px 1px #EDEDED;
    -webkit-box-shadow:0px 1px #EDEDED;
}
ul.tsc_pagination
{
    margin:4px 0;
    padding:0px;
    height:100%;
    overflow:hidden;
    font:12px 'Tahoma';
    list-style-type:none;
    text-align: center;
    display: flex;
    justify-content: center;
}
ul.tsc_pagination li
{
    float:left;
    margin:0px;
    padding:0px;
    margin-left:5px;
}
ul.tsc_pagination li a
{
    margin: 0 3px;
    color:black;
    display:block;
    text-decoration:none;
    padding: 8px 16px;
}
ul.tsc_pagination li a img
{
    border:none;
}
ul.tsc_pagination li a
  {
    color:#1ba0e1;
    border-color:#1ba0e1;
    background:#ffffff;
}
ul.tsc_pagination li a:hover,
ul.tsc_pagination li a.current
{
    text-shadow:0px 1px #1ba0e1;
    border-color:#1ba0e1;
    background:#1ba0e1;
    background:-moz-linear-gradient(top, #1ba0e1 1px, #1ba0e1 1px, #1ba0e1);
    background:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #1ba0e1), color-stop(0.02, #1ba0e1), color-stop(1, #1ba0e1));
}

.overlay-body {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
  /*opacity: 0.5;*/
  display: none;
}

.overflow_hidden {
  overflow: hidden;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

.navbar.nav-date {
    background-color: #f1592a;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    line-height: 58px;
}

.navbar.nav-date i {
    font-size: 24px;
    float: left;
    position: relative;
    top: 16px;
    left: 20px;
}

#main-nav-date {
  display: none;
}

.news-details p img {
  width: 100% !important;
  object-fit: cover;
}

#box-search-month-back,
#box-search-month-go {
    display: none;
}

.box-search-month .select2-container {
    width: 100% !important;
}

.box-search-month .select2-container--default .select2-selection--single {
    border: none;
    border-radius: 2px;
}

.box-search-month .select2-container--default .select2-selection--single {
    height: 24px;
}

.box-search-month .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
    font-weight: bold;
}

.box-search-month .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -1px;
}

.box-search-month .box-date-select label {
  top: 10px !important;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  color: #212121;
  font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.styled-checkbox + label:before {
  content: '';
  margin-right: 6px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 15px;
  background: #1ba0e2;
  position: relative;
    top: 2px;
}
.styled-checkbox:hover + label:before {
  background: #f17419;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #f17419;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 2px;
  top: 8px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.form-months {
    position: relative;
    margin-top: 6px;
    margin-bottom: 2px;
}

.lb-input-month {
    position: absolute;
    right: -40px;
    top: 0;
}

.dtc-footer {
    width: 100%;
}

.slick-initialized .slick-slide {
    z-index: 2 !important;
}

ul.dtc-pax-info li:first-child .dtc-pax-cus {
  width: 20%;
    padding: 0;
    color: #000;
    float: left;
    text-align: left;
    margin: 0;
    padding-left: 5px;
}
ul.dtc-pax-info li:first-child .dtc-pax-sex {
    text-align: left;
    padding-left: 6px;
    margin: 0;
}
ul.dtc-pax-info li:first-child .dtc-pax-firstname {
    text-align: left;
    margin: 0;
    padding-left: 10px;
}
ul.dtc-pax-info li:first-child .dtc-pax-lastname {
    margin: 0;
    text-align: left;
    padding-left: 8px;
}

.title-search.fs26 h2.fs26 {
  font-size: 32px;
}

.frame-month-flight {
  width: 100% !important;
  display: block;
  /*height: 564px;*/
  margin-top: 0;
  margin-bottom: 0;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.box-white-hotel {
  position: relative;
    z-index: 10;
}

/* Css widget Call, Zalo, Fb */
@keyframes lac {
	0% {
		transform: rotate(0)
	}
	10% {
		transform: rotate(-25deg)
	}
	20% {
		transform: rotate(25deg)
	}
	30% {
		transform: rotate(-25deg)
	}
	40% {
		transform: rotate(25deg)
	}
	50% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(0)
	}
}

@-webkit-keyframes lac {
	0% {
		-webkit-transform: rotate(0)
	}
	10% {
		-webkit-transform: rotate(-25deg)
	}
	20% {
		-webkit-transform: rotate(25deg)
	}
	30% {
		-webkit-transform: rotate(-25deg)
	}
	40% {
		-webkit-transform: rotate(25deg)
	}
	50% {
		-webkit-transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(0)
	}
}

@keyframes zoomin {
	0% {
		transform: scale(.8);
		opacity: 1
	}
	100% {
		transform: scale(2.2);
		opacity: .1
	}
}

@-webkit-keyframes zoomin {
	0% {
		-webkit-transform: scale(.8);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(2.2);
		opacity: .1
	}
}

@keyframes zoomout {
	0% {
		transform: scale(.8);
		opacity: 1
	}
	100% {
		transform: scale(1.1);
		opacity: .3
	}
}

@-webkit-keyframes zoomout {
	0% {
		-webkit-transform: scale(.8);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(1.1);
		opacity: .3
	}
}


.widget__setting_support .btn-call {
	position: fixed;
	bottom: 6%;
	left: 30px;
	z-index: 99
}

.widget__setting_support .btn-call span {
	transform: rotate(90deg);
	display: block;
	font-size: 18px;
	width: 46px;
	height: 46px;
	margin: auto;
	border-radius: 50%;
	line-height: 46px;
	text-align: center;
	color: #fff;
	background: #ed1d24;
	position: relative
}

.widget__setting_support .btn-call span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	border: solid 1px rgba(237, 29, 36, .6);
	-webkit-animation-name: zoomin;
	animation-name: zoomin;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.widget__setting_support .btn-call span:after {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	border-radius: 50%;
	background: rgba(237, 29, 36, .6);
	z-index: -1;
	-webkit-animation-name: zoomout;
	animation-name: zoomout;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate
}

.widget__setting_support .btn-call span i {
	-webkit-animation-name: lac;
	animation-name: lac;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.widget__setting_support .btn-call strong {
	color: #fff;
	background: rgba(237, 29, 36, .8);
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
	border-radius: 5px;
	position: absolute;
	left: 106%;
	margin-left: 5px;
	white-space: nowrap;
	font-weight: 500;
	font-size: 18px;
	line-height: 37px;
	top: 50%;
	margin-top: -18px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.widget__setting_support .btn-call strong:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-right: 8px solid rgba(237, 29, 36, .8);
	border-bottom: 6px solid transparent;
	position: absolute;
	left: -8px;
	top: 50%;
	margin-top: -6px
}

.widget__setting_support .site-social {
	position: fixed;
	bottom: 6%;
	right: 16px;
	display: flex;
	flex-direction: column;
	z-index: 400
}

.widget__setting_support .site-social .btn-social {
	background: #FFF;
	box-shadow: 0 4px 20px 0 rgba(74, 74, 78, 0.2);
	border-radius: 50%;
	width: 43px;
	height: 43px;
	margin-bottom: 10px
}

.widget__setting_support .site-social .btn-social:last-child {
	margin-bottom: 0
}