.visible-w360,
.visible-w375,
.visible-w399,
.visible-w413,
.visible-w414,
.visible-w425,
.visible-w991,
.visible-w767,
.visible-w1023,
.visible-w1029,
.visible-w1169,
.visible-w1199,
.visible-w1440,
.visible-w2560 {
  display: none !important;
}
.hidden-w375,
.hidden-w360,
.hidden-w399,
.hidden-w413,
.hidden-w414,
.hidden-w425,
.hidden-w991,
.hidden-w767,
.hidden-w1023,
.hidden-w1029,
.hidden-w1169,
.hidden-w1199,
.hidden-w1440,
.hidden-w2560  {
  display: block !important;
}
.mt-5 {
  margin-top: 5rem;
}
.theme-c2c .highlight.ct-right .caption {
    width: 100%;
    margin-left: 0;
    padding-top: 50px;
}

.theme-c2c .highlight.ct-right .caption .heading {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 30px;
}
.theme-c2c .highlight.ct-right .caption img {
    width: 100%;
    max-width: 160px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.theme-c2c .highlight.ct-right .caption .camp-date {
    color: #383838;
}
.theme-c2c .highlight.ct-right .caption > a {
    color: #0E4860;
}
.theme-c2c .highlight.ct-right .caption .action > .btn {
    height: 50px;
    line-height: 50px;
    background-color: #00D4AF;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    box-shadow: none;
}
.theme-c2c .highlight.ct-right .caption .action > .btn:hover,
.theme-c2c .highlight.ct-right .caption .action > .btn:active,
.theme-c2c .highlight.ct-right .caption .action > .btn:focus {
  background-color: #0a967e;
}
.theme-c2c .highlight.ct-right .caption .action > .btn:after {
  content: '\e940';
  font-family: 'icokbank';
  margin-left: 7px;
  line-height: 0;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 2px;
  font-size: 24px;
}

.theme-c2c .highlight-container .slick-dots {
  text-align: center;
}

.theme-c2c .slick-slider .slick-dots li button {
  background: rgba(255,255,255,0.6);
  width: 8px;
  height: 8px;
  border-radius: 30px;
}
.theme-c2c .highlight-container.slick-slider .slick-arrow {
  color: #00D4AF;
}

.theme-c2c .highlight-container.slick-slider .slick-prev {
  left: 5%;
}

.slick-slider .slick-next {
  right: 5%;
}

.theme-c2c .slick-slider .slick-dots li.slick-active button {
  background: #00D4AF;
}

.theme-c2c .highlight-container.slick-slider .slick-arrow{
  background: rgba(255,255,255,0.6);
}
.theme-c2c .highlight-container.slick-slider .slick-arrow:hover,
.theme-c2c .highlight-container.slick-slider .slick-arrow:active,
.theme-c2c .highlight-container.slick-slider .slick-arrow:focus {
  background: rgba(255,255,255,1);
}

.theme-c2c .highlight.ct-right .container {
    position: relative;
}
.theme-c2c .highlight.ct-right .condition-text {
    position: absolute;
    right: 8%;
    bottom: 20px;
    color: #fff;
    font-size: 14px;
    font-family: 'notosans_thai', sans-serif;

    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

.theme-c2c .intro-card .caption .heading {
  font-weight: 600;
  font-size: 24px;
}

.theme-c2c .intro-card .caption .desc {
  font-size: 16px;
}

.theme-c2c .intro-card .caption .action .more {
  font-weight: 600;
  font-size: 14px;
}

.theme-c2c .intro-card-container .slick-arrow {
  color: #00D4AF;
}

.theme-c2c .intro-card-container .slick-prev {
  left: -15px;
}

.theme-c2c .intro-card-container .slick-next {
  right: -15px;
}

@media screen and (max-width: 2560px) {
  .hidden-w2560 {
    display: none !important;
  }

  .visible-w2560 {
    display: block !important;
  }
}

@media screen and (max-width: 1440px) {
  .hidden-w1440 {
    display: none !important;
  }

  .visible-w1440 {
    display: block !important;
  }
}

@media all and (max-width: 1199px) and (min-width: 768px) {
    .theme-c2c .highlight.ct-right .caption .heading {
        margin-top: -10px;
    }
}

@media screen and (max-width: 1199px) {
  .hidden-w1199 {
    display: none !important;
  }

  .visible-w1199 {
    display: block !important;
  }
    .theme-c2c .highlight.ct-right .caption {
        padding-left: 0;
    }
    .theme-c2c .highlight.ct-right .caption img {
        margin-bottom: 10px;
        width: 160px;
    }
    .theme-c2c .highlight.ct-right .condition-text {
        right: 20px;
        font-size: 12px;
    }
    .theme-c2c .highlight .caption .camp-date,
    .theme-c2c .highlight .caption > a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1169px) {
  .hidden-w1169 {
    display: none !important;
  }

  .visible-w1169 {
    display: block !important;
  }
}

@media screen and (max-width: 1029px) {
  .hidden-w1029 {
    display: none !important;
  }

  .visible-w1029 {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  .hidden-w1023 {
    display: none !important;
  }

  .visible-w1023 {
    display: block !important;
  }
}

@media screen and (max-width: 991px) {
  .hidden-w991 {
    display: none !important;
  }

  .visible-w991 {
    display: block !important;
  }
  .theme-c2c .highlight.ct-right .caption {
    padding-top: 150px;
}
    .theme-c2c .highlight.ct-right .caption .category {
      font-size: 24px;
    }

    .theme-c2c .highlight.ct-right .caption .heading {
        font-size: 30px;
        margin-top: 0;
    }
    .theme-c2c .highlight.ct-right .caption img {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
  .hidden-w767 {
    display: none !important;
  }

  .visible-w767 {
    display: block !important;
  }
    .theme-c2c .highlight.ct-right .caption .category { 
      font-size: 16px; 
      margin-bottom: 0;
    }
    .theme-c2c .highlight.ct-right .condition-text {
        left: 15px;
        right: auto;
        bottom: 35px;
    }
    .theme-c2c .highlight.ct-right .caption img {
        width: 120px;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .theme-c2c .highlight.ct-right .caption .heading {
        font-size: 28px;
        line-height: 1.2;
    }
    .theme-c2c .highlight.ct-right .caption .heading span {
        font-size: 36px;
    }
    .theme-c2c .highlight.ct-right .caption {
      padding-top: 45px;
      text-align: center;
    }
    .theme-c2c .intro-card .caption .heading {
      font-size: 18px;
    }
    .theme-c2c .intro-card .caption .desc {
      font-size: 14px;
    }
    .theme-c2c .intro-card .caption .action .more {
      font-size: 12px;
    }
    .theme-c2c .intro-card-container .item {
      height: 300px;
    }
    .theme-c2c .intro-card-container.slick-slider .slick-dots li button {
      width: 8px;
      height: 8px;
      background: rgba(0,0,0,0.2);
    }
    .theme-c2c .intro-card-container .slick-dots {
      bottom: -20px;
    }
    .theme-c2c .intro-card-container.slick-slider .slick-dots li.slick-active button {
      background: #00D4AF;
    }
}

@media screen and (max-width: 425px) {
  .hidden-w425 {
    display: none !important;
  }

  .visible-w425 {
    display: block !important;
  }
}


@media screen and (max-width: 414px) {
  .hidden-w414 {
    display: none !important;
  }

  .visible-w414 {
    display: block !important;
  }
}

@media screen and (max-width: 413px) {
  .hidden-w413 {
    display: none !important;
  }

  .visible-w413 {
    display: block !important;
  }
}

@media screen and (max-width: 399px) {
  .hidden-w399 {
    display: none !important;
  }

  .visible-w399 {
    display: block !important;
  }
}

@media screen and (max-width: 375px) {
  .hidden-w375 {
    display: none !important;
  }

  .visible-w375 {
    display: block !important;
  }
}

@media screen and (max-width: 360px) {
  .hidden-w360 {
    display: none !important;
  }

  .visible-w360 {
    display: block !important;
  }
}