@charset "UTF-8";
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 32px;
  line-height: 30px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

body {
  margin: 0;
}

*:focus, *:active, *:visited {
  outline: none;
}

button:focus {
  outline: none;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.nice-select {
  background: rgba(0, 0, 0, 0);
  border: none;
  color: #FFF;
  width: 150px;
  clear: both;
  float: none;
  margin: 0 auto;
}

.nice-select span.current {
  position: absolute;
  left: 50%;
  transform: translate(-60%, 0);
}

.nice-select .list {
  margin-left: 15px;
  text-align: center;
  color: #666;
}

.nice-select .list .option {
  min-width: 50px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

.nice-select:after {
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

.btn__country {
  margin: 20px auto 0;
  background-color: #FFF;
  width: 150px;
  height: 40px;
  border-radius: 20px;
  color: #F44336;
  display: block;
  position: relative;
}

.btn__country i.fa-arrow-right {
  display: inline-block;
  vertical-align: middle;
  margin-right: -20px;
  margin-top: 1px;
  margin-left: 20px;
}

.btn__country:active {
  border: 1px solid #F44336;
}

.color-red {
  color: #AA0000;
}
.color-KKday{
  color:#26BEC9;
}

html {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Sans-Serif", "微軟正黑體";
  font-size: 12px;
  color: #666;
}

@media only screen and (min-width: 640px) {
  html {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1024px) {
  html {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1920px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Sans-Serif", "微軟正黑體";
}

h1 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Sans-Serif", "微軟正黑體";
  font-size: 4rem;
  margin: 0;
  line-height: 5rem;
  letter-spacing: 10px;
}

h2 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Sans-Serif", "微軟正黑體";
  font-size: 3rem;
  line-height: 3rem;
  color: #333;
  letter-spacing: 2.4rem;
}

h3 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Sans-Serif", "微軟正黑體";
  font-size: 2.5rem;
  line-height: 150%;
  color: #333;
  letter-spacing: 0.5px;
}

h4 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Sans-Serif", "微軟正黑體";
  font-size: 1.7rem;
  line-height: 150%;
  color: #FCD116;
  letter-spacing: 1.5px;
}

h5 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Sans-Serif", "微軟正黑體";
  font-size: 1.5rem;
  line-height: 170%;
  color: #333;
  letter-spacing: 0.5px;
}

h6 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Sans-Serif", "微軟正黑體";
  font-size: 1.1rem;
  line-height: 150%;
  color: #1c2932;
  letter-spacing: 0.5px;
  opacity: .8;
}

h7 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Sans-Serif", "微軟正黑體";
  font-size: 1.0rem;
  line-height: 200%;
  color: #FFFFFF;
  letter-spacing: 2.5px;
}

p {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Sans-Serif", "微軟正黑體";
  font-size: 1rem;
  line-height: 150%;
  color: #666;
  opacity: .8;
}

* {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Sans-Serif", "微軟正黑體";
}

section {
  margin-bottom: 20px;
}

.slick-prev:before {
  background-image: url("../images/icon_arrow_left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media only screen and (min-width: 320px) {
  .slick-prev {
    left: 5px;
    opacity: 0.5;
  }
}

@media only screen and (max-width: 480px) {
  h4 {
    color: #333;
  }
  h6{
    color: #333;
  }
}


@media only screen and (min-width: 1024px) {
  .slick-prev {
    left: -45px;
    opacity: 0.8;
  }
}

.slick-next:before {
  background-image: url("../images/icon_arrow_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media only screen and (min-width: 320px) {
  .slick-next {
    right: 5px;
    opacity: 0.5;
  }
}

@media only screen and (min-width: 1024px) {
  .slick-next {
    right: -45px;
    opacity: 0.8;
  }
}

.slick-next,
.slick-prev {
  width: 45px;
  height: 45px;
  z-index: 999;
}

.slick-next:hover,
.slick-prev:hover {
  background: #FFF;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.15;
}

.slick-next:before,
.slick-prev:before {
  content: "";
  width: 45px;
  display: block;
  height: 45px;
  opacity: 0.8;
}

.slick-next,
.slick-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  opacity: 1;
  top: 40%;
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  opacity: 0.1;
}

.slick-prev {
  left: -15px;
}

.slick-prev:before {
  background-size: 50%;
  width: 40px;
  height: 40px;
}

.slick-next {
  right: -15px;
}

.slick-next:before {
  background-size: 50%;
  width: 40px;
  height: 40px;
}

.sharing {
  position: relative;
  width: 600px;
  height: 315px;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url("../../assets/images/sharing.png");
  background-size: contain;
}

h2 {
  text-align: center;
}

.banner {
  position: relative;
  width: 100%;
  height: auto;
}

.banner__img {
  background-image:url('https://image.kkday.com/v2/image/get/s1.kkday.com/campaign_869/20200603183341_XodSk/jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  min-height: 90vh;
  z-index: -1;
  top: 0;
  left: 0;
}

.banner__img＿hover{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background:linear-gradient(0deg, #222222,#222222 2%, transparent 35%, transparent 45%); */
}

.banner__content {
  padding-top: 150px;
  color: #FFF;
  text-align: center;
}
.city__img__box{
  position: relative;
  width: 50%;
  left: 25%;
  padding-bottom: 350px;
  background-image:url('https://image.kkday.com/v2/image/get/w_550%2Cc_fit%2Cq_55%2Ct_png/s1.kkday.com/campaign_1344/20200610100849_mnZs6/png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
/* .city__title__text{
  background: linear-gradient(to right, #26bec9 30%, #bd2130 60%, #26bec9 70%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2.5s linear infinite;
  display: inline-block;
} */
.city__text,.city__title__text{
  color:#FFF ;
}

.city__text.active , .city__title__text.active{
  background: linear-gradient(to right, #fff 50%, #95d8a5 60%, #fff 70%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2.5s linear;
  animation-delay:.5s;
  display: inline-block;
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}




.banner__content .btn__country {
  color: #26BEC9;
}

.banner__content .btn__country:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.banner__content .btn__country span, .banner__content .btn__country i {
  display: inline-block;
  vertical-align: middle;
  color: #26BEC9;
}

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 2.6rem;
    line-height: 4rem;
    letter-spacing: 4px;
  }
  .banner__img {
    min-height: 300px;
    background-image:url('https://image.kkday.com/v2/image/get/h_960%2Cc_fit%2Cq_55%2Ct_jpg/s1.kkday.com/campaign_869/20200604082832_ASplR/jpg');
  }
  .banner__content {
    padding: 150px 0;
    color: #FFF;
    text-align: center;
  }
  .city__img__box{
    width: 70%;
    left: 15%;
    padding-bottom: 200px;
  }
}
/* destination */
.tab{
  margin-top: 10px;
}
.destination {
  margin-top: 10px;
}

.destination__photo {
  height: auto;
  min-height: 20rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.destination__info {
  padding: 20px 10px;
}

.destination__info__detail {
  margin-bottom: 10px;
}

.destination__info__detail .info__detail {
  padding-left: 22px;
  display: inline-block;
  color: #FFF;
}
/*
@media only screen and (min-width: 320px) {
  .destination__info__detail .info__detail {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .destination__info__detail .info__detail {
    width: 30%;
  }
} */

.destination__info__detail .info__detail i {
  margin-left: -18px;
  margin-right: 5px;
}

.destination__info__detail .info__detail__icon {
  margin-left: -20px;
  margin-right: 0px;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}

.destination__info__detail .info__detail__icon.icon__cart {
  background-image: url("../images/icon_shopping_cart.svg");
}

.destination__info__detail .info__detail__icon.icon__plug {
  background-image: url("../images/icon_statistics.svg");
}

.destination__info__text {
  border-top: 1px solid #ACACAC;
  padding-top: 15px;
}

.destination .fun__box{
  float: left;
}
.fun__img__box{
  display: block;
  width: 100%;
}
.destination .fun__img{
  width: 100%;
  padding: 5px;
  border-radius: 7px;
}
.destination .fun__text{
  padding: 0px 10px;
}
.fun__text h6{
  margin-top: 5px;
}
.destination .more__fun{
  text-align: center;
}
.more__text{
  color: #26BEC9;
}
.more__text:hover{
  color:#26BEC9;
}
.more__box{
  margin-bottom: 10px;
}

.destination__weather {
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .destination__weather {
    text-align: center;
  }
}

.destination__weather__icon {
  display: inline-block;
  width: 40px;
  margin-left: -20px;
  margin-right: 0px;
  background-repeat: no-repeat;
  background-size: contain;
}

.destination__weather__info {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
}

.destination__weather__info .weather__info__c {
  margin-right: 25px;
  color: #000;
}

.destination__weather__info .weather__info__f {
  color: #AAA;
}



.product {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product__title {
  display: block;
  width: 100%;
  padding: 0 10px;
  margin: 35px 0px 10px;
}

.product__description {
  display: block;
  width: 100%;
  padding: 0 20px;
}

.product__tab {
  background-color: #ffffff;
  border-radius: 6px;
  position: relative;
  width: calc(100%);
  margin: auto;
}
.product__tab__item__box{
  margin: auto;
  padding-right: 0px;
  padding-left: 0px;
}
.product__tab__item {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  padding: 5px 8px;
  height: 110px;
}
@media only screen and (max-width: 480px) {
  .product__title{
    text-align: left;
  }
  .product__tab__item {
    height: 95px;
  }
}

.product__tab__item .tab__item__img {
  position: relative;
  width: calc(100% - 20px);
  border-radius: 6px;
  height: 75px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* opacity: .5; */
  margin: auto;
}


.product__tab__item .tab__item__text {
  width: auto;
  bottom: 0px;
  /* left: 30px; */
  color: #333;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.1rem;
  text-align: center;
  /* opacity: .5; */
}

@media only screen and (max-width: 480px) {
  .product__tab__item .tab__item__img {
    height: 60px;
  }
  .product__tab__item .tab__item__text {
    font-size: 12px;
  }
}

.product__tab__item.active .tab__item__img {
  /* border: 2px solid #FFF; */
  /* width: calc(100% - 14px);
  box-shadow: 0 0 5px rgba(20, 20, 20, 0.4); */
  /* opacity: 1; */
}

.product__tab__item.active .tab__item__text {
  /* color: #FFF;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(20, 20, 20, 0.7);
  font-size: 1.3rem; */
  /* opacity: 1; */
}

.product__tab .slick-next,
.product__tab .slick-prev {
  width: 50px;
  height: 50px;
  z-index: 999;
}

.product__tab .slick-next:before,
.product__tab .slick-prev:before {
  font-family: 'slick';
  font-size: 50px;
  line-height: 50px;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.slick-dots{
  width:97%;
}
.product__content {
  position: relative;
  display: block;
  width: calc(100%);
  margin-bottom: 10px;
}

.product__content .slick-dots li {
  width: 10px;
  height: 10px;
}
/* .slick-dots li.slick-active button::before {
  color: white;
}
.slick-dots li button:before {
  color: white;
} */

.product__content .slick-next,
.product__content .slick-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  opacity: 1;
  top: 40%;
}

.product__content .slick-next.slick-disabled,
.product__content .slick-prev.slick-disabled {
  opacity: 0.1;
}

.product__content .slick-prev {
  left: -15px;
}

.product__content .slick-prev:before {
  background-size: 50%;
  width: 40px;
  height: 40px;
}

.product__content .slick-next {
  right: -15px;
}

.product__content .slick-next:before {
  background-size: 50%;
  width: 40px;
  height: 40px;
}

.product__content__item {
  position: relative;
  display: inline-block;
  width: 20%;
  padding: 5px 8px;
  height: auto;
}


.item__txt {
    padding: 10px 10px 5px 10px;
    position: absolute;
    bottom: 0;
    width: calc( 100% - 16px);
    margin-bottom: 5px;
    
    /* background: linear-gradient(to bottom,transparent 2%,rgba(34,34,34,1)); */
    background: linear-gradient(to bottom,transparent 2%,rgba(255,255,255,1) 30%);
}

.item__txt .content__item__title{
  -webkit-line-clamp: 2 !important;
  line-height: 1.5em !important;
  height: 3.0em !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: 400;
}

@media only screen and (max-width: 1024px) {
  .product__content__item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .item__txt{
    height: 80px;
    overflow: hidden;
  }
  h6{
    line-height: 120%;
  }
}
@media only screen and (max-width: 480px) {
  .product__content__item {
    width: 150px;
  }
  .item__txt{
    height: 65px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0px;
    background: none;
  }
  h6{
    line-height: 110%;
  }
  .item__txt .content__item__title{
    -webkit-line-clamp: 3 !important;
    line-height: 1.5em !important;
    height: 4.5em !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 400;
  }
}

.product__content__item .content__item__img {
  position: relative;
  width: 100%;
  height: 390px;
  background-color: black;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}

@media only screen and (max-width: 480px) {
  .product__content__item .content__item__img {
    height: 110px;
    /* border-radius: 6px; */
  }
}

@media only screen and (min-width: 1024px) {
  .product__content__item .content__item__img {
    height: 390px;
  }
}

.product__content__item .content__item__text {
  width: auto;
  position: relative;
  color: #000;
  margin-bottom: 20px;
}
.item__img_box{
  border-radius: 6px;
  overflow: hidden;
}
.item__img{
  transition: ease-in .5s;
}

@media only screen and (min-width: 1024px) {
  .item__img:hover{
    transform:scale(1.1);
  }
}

.kol__slider {
  width: 100%;
  /* padding: 5px; */
}

.kol__slider__item {
  position: relative;
  width: 100%;
  height: 400px;
}
.kol__slider__item .kol__hover{
  position: absolute;
    border-radius: 6px; 
    top: 0;
    left: 0;
    width: calc(100% - 16px);
    height: 100%;
    background: linear-gradient(to left,transparent 10%,rgba(0,0,0,0.4));
    margin: 0px 8px 0px 8px;
}
.kol__slider__item .kol__img__box {
  position: relative;
  height: 400px;
  border-radius: 6px; 
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px 8px 0px 8px;
}

.kol__slider__item .kol__info{
  height: 400px;
}
.kol__slider__item .kol__info__box{
  border-radius: 6px; 
  position: absolute;
  width: calc(100% - 16px);
  color: #fff;
  height: 100%;
  margin: 0px 8px 0px 8px;
  padding: 20px;
  background-color: rgb(0,0,0,.6);
  opacity: 0;
  cursor: pointer;
}
.kol__slider__item .kol__info__box:hover{
  opacity: 1;
  animation: fadein .5s;
}

@keyframes fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.kol__img__box .kol__img__box__image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 6px; 
}

.kol__slider__item .kol__title{
  padding-top: 7vh;
  font-size: 36px;
  font-family: 'Caveat', cursive;
}

.kol__slider__item .kol__text{
  font-size: 18px;
  font-family: 'Caveat', cursive;
  text-align: center;
}
.kol__slider__item .kol__foot__text{
  font-family: 'Caveat', cursive;
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 24px;
}

.partner__slider {
  width: 100%;
  padding: 5px;
}

.partner__slider__item {
  width: 100%;
  height: 300px;
}

.slick-list{
  border-radius: 6px;
}
.partner__slider__item .partner__img__box {
  position: relative;
  height: 300px;
  border-radius: 6px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.partner__slider__item .partner__info{
  height: 300px;
}

.partner__slider__item .partner__title{
  font-size: 26px;
  font-family: 'Caveat', cursive;
  padding: 10px;
}
.partner__slider__item .partner__text{
  font-size: 34px;
  font-family: 'Caveat', cursive;
  padding: 10px;
  line-height: 2;
  text-align: center;
}
.partner__slider__item .partner__foot__text{
  font-family: 'Caveat', cursive;
  position: absolute;
  bottom: 0;
  right: 10px;
  font-size: 24px;
}

.instagram {
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
@media only screen and (max-width: 768px) {
  .kol__slider__item .kol__title {
    font-size: 36px;
}
.kol__slider__item .kol__text {
  font-size: 18px;
}
.kol__slider__item .kol__foot__text {
  font-size: 18px;
}
}
@media only screen and (max-width: 480px) {
  .partner__slider{
    padding: 8px;
  }
  .partner__slider__item{
    width: 80%;
    height: 300px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .partner__slider__item .partner__img__box {
    width: 300px;
    height: 200px;
  }
  .partner__slider__item .partner__info{
    height: 100px;
  }
  .partner__slider__item .partner__title{
    font-size: 16px;
    font-family: 'Caveat', cursive;
  }
  .partner__slider__item .partner__text{
    padding-top: 1px;
    font-size: 20px;
    font-family: 'Caveat', cursive;
    margin-bottom: 0px;
    line-height: 1.3;
  }
  .partner__slider__item .partner__foot__text{
    font-family: 'Caveat', cursive;
    font-size: 16px;
    margin-bottom: 0px;
  }

  .kol__slider {
    /* padding: 8px; */
  }
  .kol__slider__item{
    width: 80%;
    height: 470px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .kol__slider__item .kol__hover{
    width: calc(100% - 10px);
    margin-left: 5px;
    height: 320px;
    background: linear-gradient(to top,rgba(0,0,0,0.2) 10%,transparent);
  }
  .kol__slider__item .kol__img__box {
    width: 300px;
    height: 320px;
    background-position: right;
  }
  .kol__slider__item .kol__info__box {
    background-color:transparent;
    position: relative;
    width: 100%;
    color: #333333;
    height: 100%;
    opacity: 1;
    padding: 0px;
}
  .kol__slider__item .kol__title{
    padding-top: 0px;
    text-align: left;
    font-size: 26px;
    font-family: 'Caveat', cursive;
    padding: 5px;
  }
  .kol__slider__item .kol__text{
    font-family: 'Caveat', cursive;
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
  }
  .kol__slider__item .kol__foot__text{
    text-align: right;
    position: relative;
    font-family: 'Caveat', cursive;
    font-size: 20px;
    bottom: 5px;
    padding: 5px;
  }
}

.coupon__img {
  display: block;
  width: 100%;
  min-height: 240px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 6px;
}

.coupon__title{
  position: relative;
  padding: 20px 0px 10px 0px;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  color: #fff;
}
.coupun__desc{
  position: relative;
  padding: 10px;
  width: 100%;
  text-align: center;
}
.coupun__code{
  position: relative;
  text-align: center;
  padding: 10px;
}
.coupun__code__btn{
  margin: 0px auto;
  color: #fff;
  width: 150px;
  border: 2px dashed #fff ;
  padding: 10px;
  cursor: pointer;
}
.coupun__code__input{
  text-align: center;
  margin: 0px auto;
  color: #fff;
  width: 250px;
  padding: 10px;
}

.coupun__code__input input{
  background-color: transparent !important;
    color: white !important;
    border: dashed 2px #ffffff !important;
    text-align: center;
    font-size: 23px;
}
.coupun__code__input input:hover{
  color: white !important;
}
.coupun__code__input input:focus {
  background-color: transparent !important;
}

.coupun__footer{
  position: relative;
  width: 100%;
  color: #fff;
  text-align: center;
  /* padding-top: 15px; */
  padding-bottom: 10px;
}

.article__h5 {
  display: block;
  width: 100%;
  padding: 0 10px;
  margin: 25px 0px 10px;
}


.article__slider {
  width: 100%;
}

.article__slider__item {
  cursor: pointer;
  width: 100%;
  padding: 15px 8px;
}

@media only screen and (min-width: 1024px) {
  .article__slider__item {
    width: 100%;
  }
}

.article__img {
  display: block;
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 6px;
}
.article__slider__item:first-of-type .article__img{
  height: 230px;
}

@media only screen and (max-width: 480px) {
  .article__slider__item:first-of-type .article__img{
    height: 110px;
  }
  .article__img {
    height: 110px;
  }
  h5.article__title{
    font-size: 1.2rem;
  }
}

.article__txt {
  padding: 0px 10px 0px !important;
}

.recommend__h5 {
  display: block;
  width: 100%;
  padding: 0 10px;
  margin: 25px 0px 10px;
}

.recommend__slider {
  width: 100%;
}

.recommend__slider__item {
  background-position: center;
  width: 100%;
  padding: 8px;
  height: 140px;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 320px) {
  .recommend__slider__item {
    width: 300px;
    padding: 5px 8px;
  }
}

@media only screen and (min-width: 1024px) {
  .recommend__slider__item {
    width: 100%;
  }
}

.recommend__slider__item .recommend__title {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 60%;
  color: #FFF;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
  transform: translate(-50%, -50%);
  font-size: 1.3rem;
}

.recommend__slider__item .recommend__img {
  width: 100%;
  height: 130px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
}

.tc__items > li{
   color: #7f7f7f;
   line-height: 2em;
     height: auto;
}

.overlap {
  position: absolute;
    top: -5px;
    width: calc(100% - 16px);
    height: 100%;
    background: linear-gradient(transparent 60%,rgba(0,0,0,0.55));
    border-radius: 0 0 6px 6px;
}
.nav-item{
  cursor: pointer;
}
.header__boxs{
  position: fixed;
  top: 0px;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  z-index: 9999;
  -webkit-box-shadow: 0 4px 6px -6px #ffffff;
  -moz-box-shadow: 0 4px 6px -6px #ffffff;
  box-shadow: 0 4px 6px -6px #ffffff;
}
.header__box{
  position: relative;
  text-align: center;
  width: 100%;
  height: 40px;
  margin: auto;
}

.header__box .header__item__img{
  display: inline-block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .5;
  margin: 10px 10px;
}
.header__box .header__item__img .header__img{
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
.header__box .header__item__img h6 {
  color: #333;
}
@media only screen and (max-width: 768px) {
  .header__box{
    height: 60px;
  }
  .header__boxs{
    height: 60px;
  }
  .header__box .header__item__img{
    width: 100px;
    margin: 5px 5px;
  }
}
@media only screen and (max-width: 480px) {
 
  .header__boxs{
    margin: auto;
    height: 60px;
  }
  .header__boxs .container{
    padding: 0px !important;
  }
  .header__box{
    height: 60px;
  }
  .header__box .header__item__img{
    width: 50px;
    height: 50px;
    margin: 5px 5px;
  }
}
@media only screen and (max-width: 320px) {
  .header__box .header__item__img{
    width: 40px;
    height: 40px;
    margin: 10px 5px;
  }
}


.header__box .header__item__img.active{
  opacity: 1;
  border-bottom: #26BEC9 3px solid;
}
.header__box .header__item__img.active h6{
  color: #26BEC9;
}

.header-logo{
  position: absolute;
  top: 80px;
  left: calc(50% - 60px);
  z-index: 5;
}
.header-logo img{
  width: 120px;
}
@media only screen and (max-width: 480px) {
  .header-logo{
    top: 40px;
    left: calc(50% - 40px);
  }
  .header-logo img{
    width: 80px;
  }
}

section{
  background-color: #ffffff;
  border-radius: 6px;
}
section:first-of-type{
margin-bottom: 0;
}
.product{
  margin-bottom: 20px !important;
}
.tab{
  margin-top: -50px;
  background-color: #ffffff;
}

@media only screen and (max-width: 480px) {
  .tab{
    margin-top: 0px;
    
  }
}

.showPC{
  display: block;
}
.showMobile{
  display: none;
}

@media only screen and (max-width: 480px) {
  .showPC{
    display: none;
  }
  .showMobile{
    display: block;
  }
}
.icon__ig{
  background-image: url('../images/ig-logo.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  float: left;
  margin-top: 6px;
  margin-right: 10px;
}
.icon__fb{
  background-image: url('../images/icon-fb.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  float: left;
  margin-top: 6px;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .icon__ig{
    width: 24px;
    height: 24px;
    margin-top: 4px;
  }
  .icon__fb{
    width: 24px;
    height: 24px;
    margin-top: 4px;
  }
}
@media only screen and (max-width: 480px) {
  .icon__ig {
    background-image: url('../images/ig-logo-s.svg');
    width: 17px;
    height: 17px;
    float: right;
    margin-top: 6px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .icon__fb {
    background-image: url('../images/icon-fb-s.svg');
    width: 17px;
    height: 17px;
    float: right;
    margin-top: 6px;
    margin-right: 10px;
    margin-left: 10px;
  }
}

.icon__highlight{
  background-image: url('../images/icon_b_highlight.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 34px;
  height: 34px;
  float: left;
  margin-right: 10px;
}

.icon__funfacts{
  background-image: url('../images/icon_b_kanchanaburi.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 34px;
  height: 34px;
  float: left;
  margin-right: 10px;
}
.icon__attractions{
  background-image: url('../images/icon_b_pattaya.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 34px;
  height: 34px;
  float: left;
  margin-right: 10px;
}
.icon__essentials{
  background-image: url('../images/icon_b_kaoyai.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 34px;
  height: 34px;
  float: left;
  margin-right: 10px;
}
.icon__food{
  background-image: url('../images/icon_b_huahin.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 34px;
  height: 34px;
  float: left;
  margin-right: 10px;
}
.icon__cebu{
  background-image: url('../images/icon-cebu-s.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 34px;
  height: 34px;
  float: left;
  margin-right: 10px;
}
.icon__articles{
  background-image: url('../images/icon-guide-s.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 34px;
  height: 34px;
  float: left;
  margin-right: 10px;
}

.icon__experience{
  background-image: url('../images/icon_b_chiangmai.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 34px;
  height: 34px;
  float: left;
  margin-right: 10px;
}

.icon__culture{
  background-image: url('../images/icon_b_around_thailand.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 34px;
  height: 34px;
  float: left;
  margin-right: 10px;
}

.icon__explore{
  background-image: url('../images/icon-explore-s.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 34px;
  height: 34px;
  float: left;
  margin-right: 10px;
}
.icon__plane{
  background-image: url('../images/icon-plane-s.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 34px;
  height: 34px;
  float: left;
  margin-right: 10px;
}

.icon__tc{
  background-image: url('../images/icon-terms.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 34px;
  height: 34px;
  float: left;
  margin-right: 10px;
}

/* scroll down */
.demo a {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 37px);
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo a:hover {
  opacity: .5;
}

@media only screen and (max-width: 480px) {
  .demo a {
    bottom: 10px;
  }
}

#section04 a {
  padding-top: 60px;
  font-size: 14px;
}
#section04 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}


#section10 a {
  padding-top: 60px;
}
#section10 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#section10 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

hr.style-one {
  width: 100%;
  border: 0;
  height: 1px;
  margin-top: 30px;
  background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.55), rgba(255,255,255,0));
}
@media only screen and (max-width: 480px) {
    hr.style-one {
      margin-top: 10px;
  }
}

/* footer */

.footer{
  background-color: #26bec9;
  height: 66px;
  /* border-top: 1px solid #e5e5e5; */
}
footer .pull-right {
  float: right !important;
}
footer a.logo {
  margin-top: 20px;
  width: 80px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/KKdayWhite.png');
}

footer ul.sns{
  display: inline-block;
  margin: 0px;
    /* padding: 3px 0px; */
    list-style: none;
    margin-top: 15px;
}
footer ul.sns li {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  font-size: 18px;
}
footer ul.sns li a {
  display: block;
  background: #545454;
  color: #fff;
}