.box-social-left {
    position: fixed;
    top: 25%;
    left: 0px;
    z-index: 2;
}

.s-line {
    background-color: #00b900;
    padding: 12px;
    text-align: center;
    color: #fff;
    border-top-left-radius: 10px;
}
.s-facebook {
    background-color: #485993;
    padding: 12px;
    text-align: center;
    color: #fff;
    font-size: 22px;
}
.s-phone {
    background-color: #f05a28;
    padding: 12px;
    text-align: center;
    color: #fff;
    font-size: 22px;
}
.s-email {
    background-color: #47b9e8;
    padding: 12px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    border-bottom-left-radius: 10px;
}

.s-instagram {
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
    padding: 12px;
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.s-line:hover,.s-facebook:hover,.s-phone:hover,.s-email:hover,.s-instagram:hover{
    opacity: 0.8;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.s-youtube {
    background: #f00;
    padding: 12px;
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.s-youtube:hover{
    opacity: 0.8;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.footer-social {
    position: fixed;
    bottom: 0px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #f8f8f8;
    color: white;
    cursor: pointer;
    box-shadow: 0px 1px 6px #3333339e;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.footer-product{
  border-radius: unset !important;
    box-shadow: 0px 1px 6px #33333354 !important;
}

.no-padding {
    padding: 0 !important;
}
.ft-s-home {
    background-color: #fff;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-top-left-radius: 10px;
}

.ft-s-facebook {
    background-color: #485993;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.ft-s-line {
    background-color: #00b900;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.ft-s-instagram {
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
    color: #fff;
    padding: 10px;
    text-align: center;
}

.ft-s-phone {
    background-color: #f05a28;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.ft-s-mail {
    background-color: #47b9e8;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-top-right-radius: 10px;
}

.ft-s-line:hover,.ft-s-facebook:hover,.ft-s-phone:hover,.ft-s-email:hover,.ft-s-instagram:hover{
    opacity: 0.8;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.search_show{
  text-align:center;
  background: #e35000;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  color: #fff;
  border-radius: 3px;
}

.head_search_show{
  margin-top:0 !important;
  margin-bottom:0 !important;
  color:#fff !important;
  font-weight: 700 !important;
}

.list-img-flag{
  text-align: center;
  display: inline-table;
  width: 28%;
  padding-left: 8px;
}

.list-img-cou-name{
  text-align: left;
  display: inline-table;
  width: 70%;
  padding-left: 8px;
}

.footer-button-social{
  display: none;
}
#search_res{
  display: none;
}
#search_normal{
  display: block;
}
#list_res{
  display: none;
}
#ads_res{
  display: none;
}

.booking-line-web-container{
width: 49.25%;
display: inline-block;
height: 65px;
text-align: center;
}
.booking-line{
  padding: 10px 30px;
background: #00b900;
margin-top: 8px;
display: inline-block;
border-radius: 25px;
color: #fff !important;
}

.booking-web{
  padding: 10px 30px;
  background: #e35000;
margin-top: 8px;
display: inline-block;
border-radius: 25px;
color: #fff !important;
}

.booking-info{
  padding: 10px 30px;
  background: #03a9f4;
margin-top: 8px;
display: inline-block;
border-radius: 25px;
color: #fff !important;
}

.member-icon-container{
   float: right;
   color: #333;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}

.mod-register {
    width: 720px;
    margin: 0px auto 5px;
    /* border-radius: 0.2rem; */
    background: #fff;
    padding: 30px 50px;
    border: 3px solid #e35000;
    font-size: 1.2em;
    /* box-shadow: 0 1px 1px 0 rgba(0,0,0,.05); */
}

.title-sign-in {
    font-size: 1.6em !important;
    font-weight: 600;
    text-align: center;
    color: #333;
        padding-bottom: 30px;
}

.input_login_email{
  width: 100%;
border: none;
border-bottom: 2px solid #e8e8e8;
background-color: #ffffff;
background-image: url(/images/custom/email.png);
background-position: 100% 15px;
background-repeat: no-repeat;
padding: 8px 20px 8px 10px !important;
background-size: 30px 19px;
}

.input_login_password{
  width: 100%;
border: none;
border-bottom: 2px solid #e8e8e8;
background-color: #ffffff;
background-image: url(/images/custom/pass.png);
background-position: 100% 15px;
background-repeat: no-repeat;
padding: 8px 20px 8px 10px !important;
background-size: 30px 19px;
}

.login_form:focus{
  border-bottom: 2px solid #e35000;
}

.checkbox-right{
  float: right;
}

.checkbox-left{
  float: left;
}
.login_and_logout_member{
  display: none !important;
}


	.dropbtn_status {
	  background-color: #4CAF50;
	  color: white;
	  padding: 16px;
	  font-size: 16px;
	  border: none;
	  cursor: pointer;
	}

	.dropdown_status {
	  position: relative;
	  display: inline-block;
	  margin-top: -10px;
	  margin-bottom: -5px;
	}

	.dropdown-content_status {
	  display: none;
	  position: absolute;
	  background-color: #f9f9f9;
	  min-width: 110px;
	  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	  z-index: 999;
	  font-size: 1.2em;
	  border-radius: 2px;
	}

	.dropdown-content_status a {
	  color: black !important;
	  padding: 12px 16px;
	  text-decoration: none;
	  display: block;
	}

	.dropdown-content_status a:hover {
	  border-radius: 2px;
	  background-color: #f1f1f1
	}

	.dropdown_status:hover .dropdown-content_status {
	  display: block;
	}

	.dropdown_status:hover .dropbtn_status {
	  background-color: #3e8e41;
	}

  .nav-member h4 {
    border-bottom: 2px solid #ccc;
    color: #e35000;
    font-size: 1.4em;
    font-weight: 500;
    padding: 0 0 7px;
    margin-bottom: 15px;
}

.ads-manage-title {
    border-bottom: 2px solid #ccc;
    color: #e35000;
    font-size: 1.4em;
    font-weight: 500;
    padding: 0 0 7px;
    margin-bottom: 15px;
    margin-top :10px;
}

  .nav-member ul {
    padding: 0px;
    margin: 0 0 25px;
    list-style-type: none;
}

  .nav-member ul li {
    border-bottom: 1px solid #eee;
    padding: 0px;
    margin: 0px;
}
  .nav-member ul li a {
    color: #666;
    display: block;
    padding: 5px 0 5px 15px;
    line-height: 32px;
}
.nav-member ul li a:hover {
    background-color: #f5f5f5;
}
#line-login-nav{
  border-top: 1px solid #e8e8e8;
  display: none;
}

.table-form th,td{
  border: none !important;
}

.radio-group {
    display: inline-block;
    position: relative;
}

.table-form .radio-group {
    padding-top: 10px;
}

.birthday .select-wrap.year, .birthday .select-wrap.day {
    width: 30%;
}

.birthday .select-wrap {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.select-wrap {
    position: relative;
    padding-left: 0 !important;
    cursor: pointer;
    display: block;
}

.birthday .select-wrap.month {
    width: 36%;
    margin: 0 2%;
}

.table-form .text-info {
    font-size: 12px;
    line-height: 15px;
    color: #555555;
    margin: 8px 0 5px;
}

.login_alret{
  text-align: center;
	color: #646464;
	background-color: #f2dfdf;
	border: 1px solid;
	border-color: #ea193b;
	border-radius: 0.2rem;
	padding: 0.85rem 1.25rem;
}

.success_alret {
    text-align: center;
    color: #447f47;
    background-color: #4caf504d;
    border: 1px solid;
    border-color: #4CAF50;
    border-radius: 0.2rem;
    padding: 0.85rem 1.25rem;
}

.hideMe {
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}
.like_button_tour{
  border: #ccc 1px solid;
padding: 5px 7px;
border-radius: 6px;
background:transparent;
margin-top: -10px;
margin-right: -5px;
margin-bottom: 5px;
}
.like_button_tour:hover{
  color: #e35000;
}
.unlike_button{
  margin: 8px 0px 8px 8px;;
  border: none;
  background: none;
}
.unlike_button:hover{
  color: #e35000;
}
.cancel_booking{
  border: 1px solid #e35000;
padding: 4px 12px;
border-radius: 2px;
background: #e35000;
color: #fff;
}
.cancel_booking:hover{
  opacity: 0.8;
}

.active-nav-bar{
  font-weight: bold;
  color: #333 !important;
}
.content-area-myaccount {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
}
#language{
  display: none;
}

#language-normal{
  display: block;
}

#language::before{
  background:none !important;
}

#language::after{
  border:none !important;
}

.banner-mobile {
  display: none;
}
.banner-desktop {
  display: block;
}
.dropdown-tour-res{
	display: none !important;
}
.dropdown-tour{
	display: inline-block !important;
}

.line-promotion{
  display: none !important;
}

.facebook-promotion{
  display: block !important;
}

@media screen and (max-device-width : 480px), screen and (max-width : 480px) {
  .banner-mobile {
    display: block;
  }
  .banner-desktop {
    display: none;
  }
}


@media screen and (max-device-width : 768px), screen and (max-width : 768px) {
.dropdown-tour-res{
	display: block !important;
}
.dropdown-tour{
	display: none !important;
}
  #line-login-nav{
    display: block;
  }
  #nav-member {
    display: none;
}
  .login_and_logout_member{
    display: block !important;
  }
  .mod-register {
    width: auto;
    margin: 35px 1.3888889% 35px 1.3888889%;
    padding: 30px 25px;
}
.footer-button-social{display: block;}
#search_res{
  display: block;
}
#ads_res{
  display: block;
}
#search_normal{
  display: none;
}
#list_res{
  display: block;
}
#language{
  display: block;
}
#language-normal{
  display: none;
}
.line-promotion{
  display: block !important;
}

.facebook-promotion{
  display: none !important;
}
}

.product-hashtag{
  border-radius: 3px;
  display: inline-block;
  padding: 3px 8px;
  border: 1px dotted #e35000;
  color: #222;
  margin-right: 5px;
  margin-top: 5px;
}

.product-hashtag:hover{
  background: #e35000;
  border: 1px solid #e35000;
  color: #fff;
}

.productlist_search_button:focus{
	background: #26bdf7 !important;
}

.category-row {
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  margin-bottom: 25px;
	}

	.card-category {
	  background-color: #fff;
	  padding: 0;
	  /* border-right: 1px solid #e8e8e8;
	  border-bottom: 1px solid #e8e8e8; */
    border: 1px solid #e8e8e8;
	  -ms-flex: 0 0 16.6%;
	  flex: 0 0 16.6%;
	  max-width: 16.6%;
	}

	.card-category:hover {
	  border: 1px solid #e35000;
	  z-index: 9;
	  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	}

	.groub-category {
	  display: block;
	  text-align: center;
	  padding: 8px;
	  box-shadow: 0 0 15px transparent;
	  position: relative;
	  z-index: 1;
	}

  .search-loading-modal{
    margin-top: 15%;
  }

  .loadmore_article{
    border: 3px solid #e35000;
    padding: 4px 12px;
    background: #fff;
    color: #e35000;
  }

  .loadmore_article:hover{
    background: #e35000;
    color: #fff;
  }

  .read-more-promotion:hover{
    background: #26bdf7 !important;
  }

  .calendar-picker-promotion{
    float:right;
    font-size:28px;
    margin-top: 15px;
  }

  .promotion-title-container{
    width:100%;
    margin-top: 25px;
  }
  .promotion-title{
    line-height: 1em;
    font-size:35px;
    font-weight:bold;
  }
  .date-calendar-click{
    cursor:pointer;
    color:#e35000;
  }

  .read-more-promotion{
    height: auto !important;
  }

  .calendar-choose {
    font-size: 24px;
    display: inline-block;
    background: #ffffff;
    color: #b5a191;
    line-height: 1;
    padding: 15px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 55px;
    height: 55px;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
    z-index: 1;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.calendar-container{
  display: inline-block;
background: #fff;
padding: 12px 35px;
font-size: 24px;
background-image: linear-gradient(to right, #fff, #e8e8e8);
border: 1px solid #e8e8e8;
}

.promotion-notfound-container-img{
  width:20%;
  display:inline-block;
  vertical-align: top;
  text-align:center;
}

.promotion-notfound-container-content{
  width:79%;
  display:inline-block;
  vertical-align: middle;
  padding-top: 35px;
}

.promotion-notfound-container-img img{
  width:100%;
  pointer-events:none;
}

.search_holiday{
  background: #f2f2f2 !important;
  color: #e35000 !important;
  border: 1px solid #d5d5d566 !important;
}

.search_holiday input, .search_holiday select{
  border: 1px solid #d5d5d5b0 !important;
}

.search_holiday_show{
      text-align: center;
      background: #f2f2f2 !important;
      padding-top: 15px;
      padding-bottom: 15px;
      margin-bottom: 25px;
      border-radius: 3px;
      border: 1px solid #d5d5d566 !important;
      color: #e35000;
}

.head_search_holiday_show{
  margin-top:0 !important;
  margin-bottom:0 !important;
  color:#e35000 !important;
  font-weight: 700 !important;
}

.booking-section{
  border-radius: 4px; 
}

  @media screen and (max-device-width: 1024px), screen and (max-width: 1024px){
    .promotion-notfound-container-content{
      padding-top: 10px;
    }
  }

  @media screen and (max-device-width: 768px), screen and (max-width: 768px){
    .promotion-notfound-container-content{
      padding-top: 10px;
    }
  }

  @media screen and (max-device-width: 480px), screen and (max-width: 480px){
  .promotion-notfound-container-img{
    width: 100%;
  }
  .promotion-notfound-container-content{
    width: 100%;
    padding-top: 10px;
  }
  .promotion-notfound-container-img img{
    width:65%;
    pointer-events:none;
  }
  .search_holiday{
    border-top: none !important;
  }
  }

  @media screen and (max-device-width: 414px), screen and (max-width: 414px){
  .card-category {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .search-loading-modal{
    margin-top: auto;
  }
  .w-140{
    max-width: 90%;
  }
  .w-promotion{
    padding-top: 15px;
  }
  .calendar-picker-promotion{
    font-size:28px;
    margin-top: 15px;
    display: block;
    text-align: center;
    float:none;
  }
  .calendar-container{
    font-size: 20px;
  }
}

  @media screen and (max-device-width: 375px), screen and (max-width: 375px){
    .calendar-container{
      font-size: 18px;
    }
  }
