body {
  background: #fff;
  color: #333;   
  margin: 0;
  padding: 0;
  font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

a,
a:hover {
  text-decoration: none
}

.btnMenuMobile {
  background: #8BC811;
  color: #fff
}

.main-menu .nav-link { 
  font-weight: bold;  
  padding: 0px 10px;
  transition: all 0.5s ease;
}

.main-menu .nav-link:hover,
.main-menu .nav-link.active {
  color: #8BC811;
  text-decoration:underline;
}

.bannerSlider {
  position: relative;
  overflow: hidden
}

.headerTop {
  min-height: 67px;
  background: #fff;
  color: #000;
  line-height: 67px;
  text-align: center
}

.headerTop a {
  color: white
}

.social-network a {
  display: inline-block;
  width: 24px;
}

.hotline {
  position: relative;
  padding-right: 15px;
  margin-right: 5px;
  font-weight: bold;
  font-size: 1.3em;
    color: #ff0303;
}

.hotline:after {
  content: '';
  position: absolute;
  height: 20px;
  /*border-right: 1px solid #fff;*/
  top: 50%;
  transform: translateY(-50%);
  right: 0
}

.main-menu {
  min-height: 75px;
  background: #fff;
  color:#000;
}

.btn {
  border-radius: 0;
  border: none;
}

.btn-primary {
  /*background: #8BC811;*/
  background-color:#8BC811;
}
.btn-primary:hover {
  /*background: #8BC811;*/
  background-color:#7dba03;
}
.btn .btn-primary .btn-setTour a:hover
{
background-color:#7dba03!important;
}


.sectionBlock {
  padding-top: 10px;
  padding-bottom: 10px;
}

.widget-box_title {
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold
}

.widget-box_title span {
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding-bottom: 5px;
}

.item-tour {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.002);
  margin-bottom: 5px;
  position: relative;
  border: #c1d5e7 1px solid;
  border-radius: 10px;
}

.tour-other .item-tour {
  margin-bottom: 15px;
}

.item-tour_title {
  font-size: 14px;
  height: 58px;
  overflow: hidden
}

.item-tour_title a {
  color: #444;
  transition: all 0.3s ease;
}

.item-tour_title a:hover {
  color: #8BC811
}

@media(min-width:768px) {
  .item-tour_title {
    font-size: 16px;
  }
}

.item-tour_datetimes {
  display: flex; 
}

.item-tour_datetimes .start-date {
  margin-left: 18px;
  width: 100%;
  max-width: 170px;
}

.item-tour_price { 
  font-size: 30px;
  color: #ff0000;
  font-weight: bold; 
  text-align:right;
}

.item-tour_price_detail { 
  font-size: 30px;
  color: yellow;;
  font-weight: bold; 
  text-align:left;
}

.item-tour_info {
  padding: 15px;
}

.item-tour_thumbImg {
  overflow: hidden;
  transition: all 0.5s ease;
  height: 100%;
}
@media (min-width: 576px) {
  .item-tour_thumbImg {
     height:100%;
  }
}
@media (min-width:768px) {
  .item-tour_thumbImg {
     height:100%;
  }
}

@media (min-width:1200px) {
  .item-tour_thumbImg {
   /*height: 135px*/
     height:100%;
  }
}

.item-tour_thumbImg:hover img {
  /*transform: scale(1.2);*/
  border:2px solid #fff;
}

.item-tour_thumbImg img {
  max-width: 100%;
  transition: all 0.5s ease;
}

.listTour [class*=col] {
  padding-left: 7px;
  padding-right: 7px;
}

.listTour.row {
  margin-right: -7px;
  margin-left: -7px;
}

.listTour .item-tour {    
  margin-bottom: 10px;
  border: #c1d5e7 1px solid;
  border-radius: 10px;
}

.btn-readmore a {
  font-size: 13px;
}

.bg-blue-dk {
  background: rgba(0, 0, 0, .075);
}

.bg-blue-light {
  background-color: rgba(0, 0, 0, 0.04);
}

.bg-gray {
  background-color: #e8f5fa;
}

.bg-white {
  background: white
}

.widget_nav_menu li {
  width: 50%
}

@media (min-width:992px) {
  .widget_nav_menu li {
    width: 20%;    
  }
}

.widget_nav_menu {
  display: flex;
  flex-wrap: wrap;
}

.widget_nav_menu li a {
  color: #000;
}

.widget-title {
  border-bottom: 1px solid #8BC811;
  font-size: 20px;
  padding-bottom: 5px;
  font-weight: bold;
    text-align:center;
}

.nav-tab-custom.nav-tabs {
  border-bottom: none;
  font-size: 14px;
  margin-bottom: 15px;
}

@media (min-width:992px) {
  .nav-tab-custom.nav-tabs {
    font-size: 20px
  }
}

.nav-tab-custom .nav-item {
  position: relative;
  padding: .5rem 1rem;
}

.nav-tab-custom .nav-item:first-child {
  padding-left: 0
}


 .nav-tab-custom .nav-link:hover
 {
  border-bottom: 2px solid #8BC811;
 }
.nav-tab-custom .nav-link {
  color: #444;
  border: none;
  border: none;
   

  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding: 0;
}

.nav-tab-custom .nav-item:after {
  content: '';
  position: absolute;
  content: '';
  width: 1px;
  height: 21px;
  background: #444;
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}

.nav-tab-custom .nav-link.active {
  background: none;
  border-bottom: 2px solid #8BC811
}

.news-title {
  font-size: 15px;
  color: #444;
  font-weight: bold;
  line-height: 1.5;
  text-align: justify;
  margin-top: 15px;
}

.newsImg img {
  max-width: 100%;
}

.widget-box_title-dk {
  color: #fc6e05;
}

.widget-box_title-dk span {
  border-bottom: 2px solid #fc6e05
}

.customer-logo_item {
  border: 1px solid #ccc
}

.owl-theme .owl-next,
.owl-theme .owl-prev {
  position: absolute;
  right: -20px;
  top: 50%;
  width: 30px;
  height: 30px;
  background: url('../images/btn-next.png') no-repeat !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  text-indent: -99999px;
  margin-top: 0 !important
}

.owl-theme .owl-next:focus,
.owl-theme .owl-prev:focus {
  outline: none;
}

.owl-theme .owl-prev {
  left: -20px;
  background-image: url('../images/btn-prev.png') !important
}

.imgIntro {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
}

.imgIntro img {
  opacity: 0;
  max-height: 510px;
  max-width: 100%;
}
.list-video-other .owl-carousel .owl-stage-outer {
 padding-left: 0;
}
.list-video-other-slide {
  margin-top: 25px;
}

.video-item {
  position: relative;
  cursor: pointer;
}

.video-caption {
  position: absolute;
  width: 100%;
  background: rgba(249, 191, 20, 0.9);
  z-index: 1;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 12px 24px;
  text-transform: uppercase;
  font-size: 16px;
}

.list-testimonial {
  padding: 30px;
}

.imgAvarta {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border: solid 2px #ffffff;
  background: #fff;
  border-radius: 100%;
}

.imgAvarta img {
  max-width: 100%
}

.comment-text {
  font-style: italic;
  text-align: justify;
  
}
.item-testimonial {
  padding-right: 12px;
}

.commentIcon {
  font-size: 20px;
  color: #8BC811
}

.list-testimonial .owl-dots .owl-dot span {
  background: #fff !important;
}

.list-testimonial .owl-dots .owl-dot.active span {
  background: #8BC811 !important;
}

#footer {  

  background-size: cover;
  padding-top: 20px;
  padding-bottom: 5px;
  background-color:#f5f5f5;
  color:#333;
  font-size:13px;
}

#footer p {
    padding:0px;
    margin:0px;
    color:#333;
}

.widget-footer-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.widget-footer-link a {
  color: #333;
  display: block;
  padding: 2px 0
}

.widget-footer-link a:hover {
  color: #333;
  text-decoration:underline;
}

.widget-footer-content p {
  margin-bottom: 5px;
}

.widget-footer-content .social-network a {
  width: 26px;
  height: 26px;
  background: #8BC811;
  border-radius: 100%;
  color: #333;
  text-align: center;
  line-height: 26px;
}


.widget-footer-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.widget-footer-link a {
  color: #333;
  display: block;
  padding: 2px 0
}

.widget-footer-link a:hover {
  color: #333
}

.widget-footer-content p {
  margin-bottom: 5px;
}

.widget-footer-content .social-network a {
  width: 26px;
  height: 26px;
  background: #8BC811;
  border-radius: 100%;
  /*color: #fff;*/
  text-align: center;
  line-height: 26px;
}

.form-search {
  background: #fff; 
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-size: 14px;  
}

.form-search-label {
  height: 100%;
  padding: 10px;  
  /*text-shadow: 0.5px 0.9px 1px rgba(0, 0, 0, 0.3);*/
  font-size: 14px;
  font-weight: bold;
  color: #333;
  position: relative;
}


.form-search-main:after {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  content: '';
  position: absolute;
  right: 0px;
}


.form-search-button {
  height: 100%;
  padding: 22px;
  background: #046e9d;
  text-shadow: 0.5px 0.9px 1px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  position: relative;
}


.location_Search {
  width: 220px !important;
}

.form-search input , .form-search select{
  height: 30px!important;
  border-radius: 4;
  border: none;
  font-size: 13px;
}

.form-search button {
  box-shadow: 0.5px 0.9px 1px 0 rgba(0, 0, 0, 0.2);
  height: 30px;
  font-size: 14px;
}

.item-tour_label {
  font-size: 10px;
  padding: 5px 5px;
  display: inline-block;
  line-height: 1;
  position: absolute;
  background: #ff2f2f;
  text-transform: uppercase;
  color: #fff;
  top: 8px;
  padding-left: 12px;
  left: -8px;
  position: absolute;
  z-index: 2
}

.sectionBlock--intro h2 {
  font-size: 19px;
  font-weight: bold
}

.item-tour_label:before {
  content: '';
  position: absolute;
  border-top: 8px solid #ef1616;
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 8px solid transparent;
  left: 0;
  bottom: -8px;
}

.owl-carousel .owl-stage-outer {
  padding-left: 10px;
}

.bg-green {
 /*background: #39b54a;*/ 
background: #ff2f2f; 
}

.bg-green:before {
 /*border-top: 8px solid #007236;*/ 
   border-top: 8px solid #ff2f2f;
}

.item-gallery img {
  max-width: 100%
}

.item-gallery {
  margin: 15px 0
}

@media (max-width: 768px) {
  .galleryImg .row {
    margin-left: -6px;
    margin-right: -6px
  }
  .item-gallery {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .galleryImg div[class*=col] {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 6px;
    margin-top: 6px;
  }
}

.list-news-sidebar li {
  border-bottom: 1px solid #444;
  padding-top: 15px;
  padding-bottom: 15px;
}

.list-news-sidebar li:last-child {
  border-bottom: none
}

.list-news-sidebar li a {
  color: #444;
  clear: both;
  text-align: justify
}

.list-news-sidebar li .imgThubmNews {
  width: 70px;
  margin-right: 15px;
  float: left
}

.list-news-sidebar li .imgThubmNews img {
  width: 100%
}

.title-article {
  font-size: 13px;
  padding-left: 85px;
}

.widget-sidebar {
  margin-bottom: 15px;
}

.widget-sidebar-title {
  font-size: 22px;
  border-bottom: 2px solid #8BC811;
  padding-bottom: 4px;
  font-weight: bold;
  text-transform: uppercase
}

.readmore-wp {
  display: flex;
}

.readmore-wp:after {
  content: '';
  width: 100%;
  border-top: 1px solid #444;
}

.readmore-wp:before {
  content: '';
  width: 100%;
  border-top: 1px solid #444;
}

.readmore-wp a {
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  top: -10px;
  color: #444;
  font-weight: bold
}

.item-vison {
  max-width: 180px;
}

.title-vision {
  margin: 20px auto 0;
  color: #444;
  font-weight: bold
}

.list-core-value .thumbImg {
  position: relative
}

.list-core-value h4 {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 17px;
  text-align: center;
  padding: 5px;
  margin-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.core-value-des {
  margin-top: 28px;
}

.contactForm , .styleForm{
  max-width: 550px;
  margin: 0 auto
}

.contactForm .form-group {
  display: flex;
  align-items: center;
}

.contactForm .form-control, .styleForm .form-control{
  border: solid 1px #8BC811;
  height: 26px;
  font-size: 13px;
  border-radius: 0;
}

.margin-5 {
    margin-top:5px;
    margin-bottom:5px;
}

.margin-10 {
    margin-top:10px;
    margin-bottom:10px;
}

.contactForm .form-group>label {
  width: 35px;
  color: #8BC811;
  margin-bottom: 0;
}

.travel-hanbook img {
  max-width: 100%
}

.travel-hanbook [class*=col] {
  margin-bottom: 15px;
  margin-top: 15px;
}

.tour-detail-content img {
  max-width: 100%;
}

.tour-detail-tab .tab-pane {
  border: 1px solid #444;
  padding: 20px;
  margin-top: -23px;
}

.tour-price-detail {
  font-size: 28px;
  font-weight: bold
}

.summary-text p,
.summary-info-tour p {
  margin-bottom: 0;
}

body.is-menuMobile {
  /* transform: translateX(200px);
  transition: all 0.5s ease; */
}

.is-menuMobile .col-md-2 {
  display: none;
}

.is-menuMobile .main-menu:after {
  position: fixed;
  height: 100%;
  width: 100%;
  content: '';
  z-index: 25;
  background: #f0f0f0;
  top: 0;
  left: -100%;
  transition: all 0.5s ease;
}

.is-menuMobile .main-menu .nav-menu {
  display: block !important;
  position: fixed;
  z-index: 999;
  top: 0;
  height: 100%;
  overflow-y: auto;
  transition: all 0.5s ease;
  max-width: 250px;
background:rgba(185,185,185,0.95);
  left: 0;
}

.is-menuMobile .main-menu .nav-menu .nav-item {
  width: 100%;
}

.is-menuMobile .main-menu .nav-menu .nav-item .nav-link {
  padding-left: 10px;
}

@media(max-width:767px) {
  .form-search .form-search-label {
    width: 100%;
    padding: 10px;
    text-align: center;
    margin: 0 !important;
    /*margin-bottom: 22px !important;*/
  }
  .form-search .form-group {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 !important;
  }
  .form-search .form-group.ic-ipnut i.fa {
    left: 15px;
  }
  .form-search .btn {
    margin: 10px auto !important;
  }
  .form-search .form-control {
    max-width: 100%;
    width: 100%;
  }
  .form-search .form-search-label:after {
    left: 50%;
    bottom: -14px;
    transform: rotate(90deg);
  }
}

.viewAll {
  color: #000;
  text-transform: none;
  font-size: 13px;
}

.viewAll:after {
  display: inline-block;
  background: url(../images/btn-next.png) no-repeat;
  content: '';
  width: 18px;
  height: 18px;
  background-size: 100%;
  position: relative;
  top: 5px;
  margin-left: 10px;
}


.viewAll_List {
  color: #8BC811;
  text-transform: none;
  font-size: 13px;
    position: relative;
    margin-right:30px;
}

.viewAll_List:before {
  display: inline-block;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #8BC811;
  content: '';
  position: absolute;
  right: -20px;
}

.widget-box_title-light .viewAll {
  color: white !important;
}

.widget-sidebar-title:after {
  background: url("../images/arw.png") no-repeat;
  content: '';
  display: inline-block;
  width: 9px;
  height: 10px;
  margin-left: 10px;
  background-size: 100%
}

.title-detail-tour {
  border-bottom: 2px solid #000;
  padding-top:20px;
  margin-bottom:20px;
  text-align:center;
  font-weight:bold;
}

.title-tour-detail {
  border-bottom: 2px solid #8BC811;
  margin-bottom:20px;
  text-align:center;
  color:#8BC811;
  text-transform:uppercase;
  font-weight:bold;
}

.title-tour-detail span {
  font-size: 14px;
  font-weight: normal
}

.video-sidebar {
  position: relative;
}

.video-sidebar img {
  width: 100%;
}

.video-sidebar a:hover .video-sidebar-caption{
  background: rgba(249, 191, 20, 0.9);
}
.video-sidebar-caption {
  font-size: 13px;
  text-align: justify;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}

.icon-play {
  background: url(../images/icon-video.png) no-repeat;
  width: 45px;
  height: 45px;
  position: absolute;
  background-size: 100%;
  z-index: 1;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -40%);
  cursor: pointer
}

.info-tour-related {
  padding-left: 85px;
}

.info-tour-related p {
  margin-bottom: 0
}

.info-tour-related .txt-price {
  color: #8BC811;
  font-weight: bold
}

.list-news-sidebar a:hover {
  color: #8BC811;
}

.imgThubmGallery {
  position: relative;
  overflow: hidden;
}

.imgThubmGallery:after {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(249, 191, 20, 0.9);
  transition: all 0.5s ease;
}

.imgThubmGallery-caption {
  text-align: center;
  position: absolute;
  width: 100%;
  top: -100%;
 color: #fff;
/* color: #1c97d4;*/ 
  z-index: 1;
  transition: all 0.5s ease;
}

.featuredPlaces .imgThubmGallery:after {
  background: rgba(249, 191, 20, 0.9);
}

.imgThubmGallery:hover:after {
  height: 100%;
}

.imgThubmGallery:hover .imgThubmGallery-caption {
  transform: translateY(-50%);
  top: 50%
}

.imgThubmGallery-caption a {
 color: #ffffff
  /* color:#1c97d4*/
}

.imgThubmGallery-caption h4 {
  position: relative;
  padding-bottom: 10px;
}

.imgThubmGallery-caption h4:after {
  position: absolute;
  content: '';
  width: 200px;
  max-width: 95%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
   background:#fff;
  /*fff*/
  /*
  background:#007bff;
  */
  bottom: 0;
}

.imgThubmGallery-caption p {
  font-size: 20px;
}

@media (max-width:767px) {
  .imgThubmGallery-caption h4,
  .imgThubmGallery-caption p {
    font-size: 14px;
  }
  .list-vision .col {
    width: 33.33%;
    flex-basis: initial;
    flex-grow: inherit;
  }
  .list-vision .row {
    justify-content: center
  }
}

.is-border span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #8BC811
}

@media(min-width: 992px) {
  .capacity-profile {
    width: 80%;
    margin: 50px auto;
  }
  .item-profile {
    padding: 20px;
  }
}

.ic-ipnut {
  position: relative
}

.ic-ipnut i.fa {
  position: absolute;
  left: 8px;
  color: #8BC811;
  top: 8px;
}

.ic-ipnut .form-control {
  padding-left: 25px;
}

.wrapper-top {
  position: relative
}

.category {
  position: relative;
  padding: 15px;
  z-index: 22;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  left: 0;
  top: 0
}

.category ul li {
  width: 50%;
  list-style: none;
}

.category .category-menu {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding-left: 0;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.category ul li a {
  text-transform: uppercase;
  text-shadow: 0.5px 0.9px 1px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  color: #444;
  display: block;
  padding: 5px;
  text-align: left !important
}

.category ul li a:hover {
  color: #8BC811
}

@media(min-width:768px) {
  .category {
    position: absolute;
  }
  .category ul li {
    width: auto;
  }
  .category ul li a {
    color: #fff;
    text-align: center
  }
}

.readmore-wp a.ic-less:after {
  background: url('../images/arw-up.png') no-repeat;
}

.readmore-wp a.ic-more:after {
  background: url('../images/arw-up.png') no-repeat;
  transform: rotate(-180deg);
}

.readmore-wp a:after {
  display: inline-block;
  content: '';
  margin-left: 5px;
  width: 10px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.capacity-profile .owl-theme .owl-next,
.capacity-profile .owl-theme .owl-prev {
  background: url('../images/circle-right.png') no-repeat !important;
  right: -30px;
}

.nav-tab-custom-light .nav-link {
  color: white;
  font-size: 12px;
}

.nav-tab-custom-light .nav-item {
  padding-left: 8px;
  padding-right: 8px;
}

.nav-tab-custom-light .nav-link.active {
  color: #8BC811;
  font-weight: bold
}

.nav-tab-custom-light.nav-tab-custom.nav-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}

.nav-tab-custom-light.nav-tab-custom .nav-item:after {
  height: 15px;
  background: white
}

.item-blog,
.item-blog-video {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 24px;
}

.item-blog a,
.item-blog-video a {
  color: #444
}

.title-blog,
.title-blog-video {
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px
}

.item-comment-avarta {
  width: 100%;
  padding-top: 100%;
  border-radius: 100%;
  border: 2px solid #8BC811;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
@media (max-width:767px) {
  .item-comment .col-md-3 {
    max-width: 182px;
    margin: 0 auto
  }
}


.item-comment-avarta img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, -50%)
}

.item-comment {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #444
}
.sub-menu li{
  list-style: none
}
.sub-menu li a:hover {
  color: yellow
}
@media(min-width:992px) {
  .nav-menu .nav>li:hover ul.sub-menu,
  .category-menu>li:hover .sub-menu {
    top: 100%;
    opacity: 1;
    display: block
  }
  .category-menu>li {
    position: relative
  }
  .category-menu>li:last-child:hover .sub-menu {
    right: 0
  }
  .sub-menu {
    z-index: 99;
    background: rgba(25, 49, 73, .8);
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 200%;
    width: 250px;
    transition: all 0.8s;
    opacity: 0;
    display: none;
  }
  
  .sub-menu li a {
    border-bottom: 1px solid rgba(25, 49, 73, .5);
    display: block;
    padding: 8px 20px !important;
    color: #FFF;
    max-width: 100%;
  }
  
  
}
@media(min-width:992px) {
  .nav-item-mobile {
    display: none
  }
}
@media(max-width:992px) {
  .is-menuMobile .main-menu .nav-menu .nav-item .nav-link {
    padding:5px 20px;
  }
  .main-menu .nav-link {
    text-transform: capitalize
  }
  .sub-menu {
    display: none;
  }
  .nav-item.has-sub > a {
    position: relative
  }
  .nav-item.has-sub > a:after{
    font-family: "FontAwesome";
    content: '\f107';
    position: absolute;
    right: 0;
  }
  .sub-menu {
    padding-left: 20px;
  }
  .sub-menu li a {
    color: #fff;
    padding: 5px;
    display: block;
  }
  .sub-menu li a:hover {
    color: #fff;
    text-decoration:underline;
  }
  .submenu-opened:after {
    content: "\f106"!important;
  }
}


.page-navigation .page-link {
  background-color: transparent;
  border: none;
  color: #444;
  box-shadow: none;
  outline: none;
  padding: 8px;
  margin: 0 5px;
}

.page-navigation .page-link.current {
  border-bottom: 2px dotted #444;
}

#modalSetTour .modal-header {
  background: #8BC811;

}
#modalSetTour .modal-header h5 {
  color: #fff;
}
#modalSetTour .modal-content {
  border: none;
}
#modalSetTour .form-group {
  margin-bottom: 5px;
}
#modalSetTour  .sub-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #8BC811;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 15px;
}
.label-inline {
  white-space: nowrap
}
.thubImg {
  position: relative
}
.thubImg:after {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(249, 191, 20, 0.9);
  transition: all 0.5s ease;

}
.thubImg:hover:after{
height: 100%
}
.news-detail-wp img {
  max-width: 100%;
}
.ic-close-menu {
  display: none;
}
.is-menuMobile .main-menu .ic-close-menu{
  background: rgba(0,0,0,0.95);
  width: 32px;
  height: 32px;
  position: fixed;
  top: 0;
  left: 0px;
  color: #fff;
  cursor: pointer;
  display: block;
  text-align: center;
  z-index: 99999
}
.is-menuMobile .main-menu .ic-close-menu:before {
  text-align: center;
  font-family: "FontAwesome";
  content: '\f057';
  font-size: 20px;
  line-height: 32px;
}
.sectionBlock--intro {
  text-align: justify;
  overflow-x:hidden
}
.calendar-box {
  background: #ffac00;
  color: #fff;
  width: 100px;
  font-size: 15px;
  text-transform: uppercase;
  padding: 8px 20px;
  text-align: center
}
@media (max-width:767px) {
  .calendar-box  {
    margin: 0 auto 15px;
  }
  .list-same-tour .col-md-5.text-right {
    text-align: center!important;
  }
  .list-same-tour .col-md-5.text-right h3 {
    display: block!important
  }
}
.calendar-box h2 {
  border-bottom: 1px solid rgba(255,255,255,0.5);
  padding-bottom: 5px;
  font-size: 24px;
}
.calendar-box  p {
  margin-bottom: 0;
}
.list-same-tour > li{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #444
}
.subtitle {
  color: #8BC811
}
.tp-leftarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;

}
.tp-leftarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
}
.bannerSlider .tp-leftarrow.default, .bannerSlider .tp-rightarrow.default {
  width: 32px;
  height: 32px;
  background-color: #8BC811;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  cursor: pointer;
  background-size: cover;
}

.bannerSlider .tp-rightarrow.default {
  background-image: url('../images/btn-next.png') !important;
  right: 10px!important;
}

.bannerSlider .tp-leftarrow.default {
  background-image: url('../images/btn-prev.png') !important;
  left: 10px!important;
}
a.ic-facebook {
  color: #3B5998
}
a.ic-twitter {
  color: #55ACEE
}
a.ic-google-plus {
  color: #dd4b39
}
a.ic-youtube-play {
  color: #bb0000
}
a.ic-instagram {
  color: #3B5998
}


.headerTop.fixed, .main-menu.fixed {
  width: 100%;
  position: fixed;
  z-index: 99
}
.headerTop.fixed {
  top: 0
}
.main-menu.fixed {
  top: 0px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}


.galleryImgTour {
  width: 100%;
  height: 100%;
  max-height:200px;
  position: relative;
  margin-bottom: 25px;
}
@media (min-width:768px) {
  .galleryImgTour {
    max-height:400px;
  }

}

.item-news a:hover .news-title, .item-blog-video a:hover{
   color: #8BC811
}
.video-item .video-caption:hover:hover {
 color: #1c97d4;
}

.item-tour_title, .comment-summarytext, .core-value-des, .wysiwyg ,.news-detail-wp,.tour-detail-content, .tour-detail-article{
  text-align: justify
}
.sy-controls li a:after {
  height: 32px!important;
  width: 32px!important;
}
.sy-controls li.sy-next a:after {
  background-image: url(../images/btn-next.png);
}
.sy-controls li.sy-prev a:after {
  background-image: url(../images/btn-prev.png);
}


.item-tour_thumbImg img {
  width: 100%; 
  border-radius: 10px;
}

.newsImg {
  padding-bottom: 66.66%;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.newsImg img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;

}

.mobile-hotline{display:none}
.hotline-fixed {position: fixed;
 /*right: 10px;*/ 
 left:10px;
  bottom: 10px;
  z-index: 9000;
  display: block;
  background: #fac100;
  color: #b20000;
  padding-top: 5px;padding-bottom:5px; padding-left:12px; padding-right: 12px;
  border-radius: 99px;
  border:1px solid #fff;
}
.hotline-fixed .hotline-number{font-size:16px;
                                color:red;
                                 font-weight: bold;}
 
@media (max-width: 767px) {
    .hotline-fixed{
        display :none;
    }
}

@media (min-width: 700px) and (max-width: 992px) {
  .location_Search {
    width: 182px !important;
  }
}
.tbl-prices{
  background: #fff;
}
.tbl-prices thead tr td {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.tbl-prices tbody tr:nth-child(odd){
  background-color: #ddd;
}
.tbl-prices td{
  border: 1px solid #ccc;
}
.tbl-prices .name {
  width: 250px;
  display: block
}
#slider {
  background-size: cover;
  background-repeat: no-repeat
}
/* add new*/
.video-img img
{
    height:250px;
}
.btn-readmore text-center a{
    background-color:#8BC811;
}

.btn .btn-primary .btn-setTour
{
    background-color:#8BC811!important;   
}
   .alert-warning
{   color:#000!important;
    background-color:#fffbbe!important;
    border-color:#fffbbe!important;
}
   a.btn.btn-primary.btn-setTour:hover
   {
        background:#7dba03!important;
   }
   button.btn.btn-primary.btn-setTour.dattour {
    background-color: #8BC811;
}
    button.btn.btn-primary.btn-setTour.dattour:hover {
    background-color: #7dba03;
}
.galleryImgTour ul.sy-pager,.no-gutters ul.sy-pager {
    margin-top: -30px;
    position: absolute;
    z-index: 1000;
}
.galleryImgTour .sy-pager li.sy-active a,   .no-gutters .sy-pager li.sy-active a
{
 background-color:#8BC811;  
}
 .galleryImgTour .sy-pager li a, .no-gutters .sy-pager li a
{
 background-color:#8BC811;
}
 ul.list-unstyled.widget_nav_menu li a:hover {
    color: #8BC811;
}
.item-tour_thumbImg img {
    height: 100%;
}
.fa-vimeo {color:red}
.fa-pinterest{color:#3B5998}
.fa-pinterest{color:#3B5998}
.fa-linkedin{color:#55ACEE}
ul#ul_chantrang {
    text-align: justify;
    padding-left: 0px;
}

ul#ul_chantrang li {
  margin:0px;
}
ul#ul_chantrang li a {
 color:#444444;
}
ul#ul_chantrang li a:hover {
 color:#fff;
}
/*.row .no-gutters .slippry_box .thumbnails
{
    min-height:500px!important;
   
}*/
.row.no-gutters
{
 background-color:#8BC811;

}
#div_gutter_tour
{
 min-height:300px;
}
.box__like {
    overflow: hidden;
    width: 100%;
    margin: 10px 0px;
}
.box__like ul li.facebook {
    width: 110px;
}
.box__like ul li {
    float: left;
    height: 20px;
    text-align: left;
}
h1 {
    font-size: 1.5em;
}
.item-tour_price small
{
text-decoration: line-through;
color:#212529;
}

.item-tour_price.text-giaDangWebText
{
    font-size: 10px;
    padding: 5px 5px;
    display: inline-block;
    line-height: 1;
    position: absolute;
    background: #ff2f2f;
    text-transform: uppercase;
    color: #fff;
    top: 30px;
    padding-left: 12px;
    left: -8px;
    position: absolute;
    z-index: 2;

}
small#small_gianguoilon {
    text-decoration: line-through;
}
span#dat-tour-giaDangWebText {
    text-decoration: none !important;
}

a.call{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 10px;
    font-weight: bold;
    font-size: 16px;
    background-color: #8BC811;
    border-radius: 10px;
    color: #fff;
    height:120px;
    font-size:30px;
}

h3.widget-box_title.tour-moi {
    color: #fff;  
    padding-top:5px;
    padding-bottom:5px;
}
.item-gallery.imgThubmGallery {
   /* cursor: pointer;*/
}
small.text-giaDangWebValue {
    text-decoration: line-through;
}
h1.title-news-detail.canh-giua {
    text-align: center;
}

.theblogwidgets {
    background: url("/images/bg_hotline.png") no-repeat scroll bottom left;
    background-color: rgba(0, 0, 0, 0);
    float: right;
    height: 295px;
    width: 200px; 
    top: -260px;
    right: 0%;
	position: fixed;
	z-index: 999;
    opacity: 1 !important;
}
.theblogwidgets a {
font-size:12px;
padding: 0;
}

.theblogwidgets .bo {
    padding: 0;
    margin-right: -8px;
    border: 4px solid #8BC811;
    height: 260px;
    opacity: 1 !important;

}

/*form-email*/
.form-email .form-control {
    background: #fff;
    border: none;
    border-radius: 20px;
    height: 28px;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;

}

.form-email {
    margin: 10px 0;
    position: relative;
}

.btn-sendMail {
    width: 28px;
    height: 28px;
    text-indent: -99999px;
    border-radius: 100%;
    background: #8BC811;
    border: 1px solid #fff;
    position: absolute;
    right: 0;
    top: 0;
}

.connect-social a {
    font-size: 20px;
    display: inline-block;
    padding: 5px;
    color: #8BC811;
}

.img-responsive{
    margin: 0;
    padding: 0;
    display: block;   
    border: 0;
    height: 100%;
}

.txt-tour-price {
  color: yellow;
  font-weight: bold;
  float:right;
}


.txt-tour-list-price {
    color:#fff;   
    border-bottom:1px dotted yellow;  
}

.txt-tour-list-price:hover {
    color:#fff; 
    text-decoration:underline;
}

.txt-tour-list-price a{
    color:#fff;
}

.txt-tour-list-price a:hover{
    color:#fff; 
}

.bockPrice_0 {
    background-color: #8BC811;
    text-align: center;
    vertical-align: top;
    font-weight: bold;
    color: #fff;
}

.bockPrice_1 {
    background-color: #eee;
    text-align: center;
    vertical-align: top;
}

.bockPrice_2 {
    background-color: #fff;
    text-align: center;
    vertical-align: top;
}

.table-price {
    border-spacing: 0;
    border-collapse: collapse;
}

.table-price td, th {
    padding: 0;
    border: 1px solid #ccc;
    padding: 10px;
}

.phantrang {
    text-align: center;
    margin-bottom: 10px;
    float: left;
    margin-top: 10px;
}
.phantrang li {
    background: #8BC811 none repeat scroll 0 0;
    float: left !important;
    list-style: outside none none !important;
    margin-left: 3px;
    padding-left: 12px;
    padding-right: 13px;
    padding-right: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.phantrang li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #ffffff;
    cursor: not-allowed;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.btn-delete {

    background: url(/images/btn-delete.png) no-repeat;
    width: 18px;
    height: 18px;
    cursor: pointer;
    display: inline-block;
    margin-top: 5px;

}


.with-errors {
    font-size: 12px;
    color: red;
}

.help-block {
    display: block;
    margin-top: 1px;
    margin-bottom: 3px;
    font-size: 12px;
}

.help-none {
    display: none;
    margin-top: 1px;
    margin-bottom: 3px;
    font-size: 12px;
}

#panel_order > .body table.table_order_items > tbody tr td .table_order_items-cell-thumbnail{

    float: left;
    padding: 0;
    width:90px;

}

#panel_order > .body table.table_order_items > tbody tr td .table_order_items-cell-title {

    float: left;
    padding: 0 0 0 8px;
    max-width: 150px;

}



#panel_order > .body table.table_order_items > tbody > tr > td .thumbnail {

    background-color: #fff !important;
    border: medium none;
    border-radius: 0;
    float: left;
    margin-bottom: 1px;
    margin-right: 8px;
    min-height: 32px;
    padding: 0;
    width: 84px;

}

#panel_order > .body table.table_order_items > tbody tr td .thumbnail img {

    opacity: .97;

}

#panel_order > .body table.table_order_items > tbody tr td .table_order_items-cell-price {

    float: right;
    padding: 0 0 0 8px;
    text-align: right;
    max-width: 100px;

}

.table_order_items-cell-price .quantity {

    text-align: right;

}

.table_order_items input.form-control.text-center {

    padding-top: 2px;
    padding-bottom: 2px;
    height: auto;
    margin: 3px auto;
    float: right;
    width: 70%;

}

btn-luu-thay-doi {

    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 35px;
    padding: 0 15px 0 40px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    text-transform: uppercase;    
}

btn-danger {

    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;

}

.header-cart {
    color: red !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

