.theme-h2c .sc-headline {
  margin-bottom: 40px;
}

.theme-h2c .sc-promotion .sc-inner {
  padding-bottom: 0;
}

.theme-h2c .sc-promotion .sc-content {
  position: relative;
}

.theme-h2c .sc-promotion .sc-content .promotion {
  position: relative;
  padding: 20px 0;
}

.theme-h2c .sc-promotion .sc-content .promotion img {
  width: 52%;
  height: 100%;
  max-width: 570px;
  max-height: 342px;

  position: relative;

  border-radius: 10px;
  -webkit-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.35); 
  box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.35);
  z-index: 20;
}

.theme-h2c .sc-promotion .sc-content .promotion .content {
  width: 52%;
  height: 100%;

  display: flex;
  flex-direction: column;

  top: 0;
  right: 0;

  position: absolute;

  padding: 60px 60px 60px 100px;

  background: white;
  border-top: solid 5px #266B6B;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.06); 
  box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.06);
  z-index: 10;
}

.theme-h2c .sc-promotion .sc-content .promotion .content h4 {
  font-size: 24px;
}

.theme-h2c .sc-promotion .sc-content .promotion .content h4 small {
  font-size: 14px;
  font-weight: normal;
  color: #BBBBBB;
}

.theme-h2c .sc-promotion .sc-content .promotion .content p {
  font-family: "notosans_thai", sans-serif;
  font-size: 16px;
  font-weight: normal;

  color: #999999;

  margin-top: 20px;
}

.theme-h2c .sc-promotion .sc-content .promotion .content .action {
  margin-top: auto;
}

.theme-h2c .sc-promotion .sc-content .promotion .content .action .btn {
  background: #FF7D92;
  -webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
}

.theme-h2c .sc-promotion .sc-content .promotion .content .action .btn:hover {
  background: #FF677F;
}

.theme-h2c .sc-promotion .sc-content .promotion-paginate {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  right: 30px;
}

.theme-h2c .sc-promotion .sc-content .promotion-paginate > * {
  display: inline-block;
  margin: 0 5px;
}

.theme-h2c .sc-promotion .sc-content .promotion-paginate p span:first-child {
  font-size: 24px;
  color: #266B6B;
}

.theme-h2c .sc-promotion .sc-content .promotion-paginate p span:last-child:before {
  content: "/";
}

.theme-h2c .sc-promotion .sc-content .promotion-paginate .prev:before {
  font-family: "icongarage";
  content: "\e904";
}

.theme-h2c .sc-promotion .sc-content .promotion-paginate .prev:disabled:before,
.theme-h2c .sc-promotion .sc-content .promotion-paginate .next:disabled:before {
  color: #999999;
}

.theme-h2c .sc-promotion .sc-content .promotion-paginate .next:before {
  font-family: "icongarage";
  content: "\e905";
}

.theme-h2c .sc-promotion .sc-content .promotion-list .slick-list {
  overflow: visible;
}

.theme-h2c .sc-promotion .sc-content .promotion h4,
.theme-h2c .sc-promotion .sc-content .promotion h4 small,
.theme-h2c .sc-promotion .sc-content .promotion p {
  transform: translateY(40px);
  transition: 400ms;
  opacity: 0;
}

.theme-h2c .sc-promotion .sc-content .promotion.promotion-active h4,
.theme-h2c .sc-promotion .sc-content .promotion.promotion-active h4 small,
.theme-h2c .sc-promotion .sc-content .promotion.promotion-active p {
  transform:  translateY(0);
  opacity: 1;
}

.theme-h2c .sc-promotion .sc-content .promotion .action {
  transform: translateY(-40px);
  transition: 400ms;
  opacity: 0;
}

.theme-h2c .sc-promotion .sc-content .promotion.promotion-active .action {
  transform:  translateY(0);
  opacity: 1;
}

.promotion-popup .mfp-content {
  font-weight: 300;

  width: 100%;
  max-width: 1170px;

  margin: 50px 0;
}

.promotion-popup .mfp-content .mfp-close {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #00A850;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -15px !important;
  right: -15px !important;
  z-index: 1;
  opacity: 1;
}

.promotion-popup .mfp-content .mfp-close:after {
  font-size: 12px;
  font-weight: bold;
}

.promotion-popup .mfp-content .container,
.promotion-popup .mfp-content .container-md {
  position: relative;
  padding: 0;
}

.promotion-popup .mfp-content .promotion-header {
  position: relative;
  padding: 40px 0 30px 0;

  background: #E7F9EB;
  border-bottom: solid 5px #266B6B;
}

.promotion-popup .mfp-content .promotion-header img {
  position: absolute;
  width: 45%;
  top: 0;
  left: 0;

  -webkit-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.35); 
  box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.35);
}

.promotion-popup .mfp-content .promotion-header .content {
  padding-left: 50%;
  font-family: "notosans_thai", sans-serif;
}

.promotion-popup .mfp-content .promotion-header .content h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;

  color: #333333;

  margin: 0;
  padding-top: 5px;
}

.promotion-popup .mfp-content .promotion-header .content h4 small {
  font-size: 14px;
  font-weight: normal;
  line-height: 32px;
  color: #999999;
}

.promotion-popup .mfp-content .promotion-header .content p {
  font-family: "notosans_thai", sans-serif;
  font-size: 16px;
  color: #555555;

  margin: 20px 0;
}

.promotion-popup .mfp-content .promotion-header .content .action .btn {
  display: block;
  width: 100%;
  max-width: 135px;
  padding: 15px 50px;

  border: none;
  border-radius: 30px;

  color: #28AD74;
  background: #CADF80;

  font-family: "notosans_thai", sans-serif;
  font-weight: bold;
  font-size: 16px;

  text-decoration: none;
  text-align: center;
  outline: none;
}

.promotion-popup .mfp-content .promotion-header .content .action .btn:hover {
  cursor: pointer;
  background: #D4F55E;
}

.promotion-popup .mfp-content .promotion-content {
  padding: 100px 0 70px 0;

  font-family: "notosans_thai", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.promotion-popup .mfp-container {
  height: auto;
}

.promotion-popup .table-responsive {
  margin-bottom: 30px;
}

.promotion-popup .table-responsive .table-responsive-wrapper .table {
  table-layout: fixed;
  min-width: 1030px;
  border: solid 1px #E6E6E6;
  border-collapse: separate;
  border-radius: 10px;
}

.promotion-popup .table-responsive .table th,
.promotion-popup .table-responsive .table td {
  font-size: 16px;
}

.promotion-popup .table-responsive .table th {
  padding: 20px 15px;
  background: #1BAD71;
  color: white;
}

.promotion-popup .table-responsive .table td {
  padding: 20px;
  background: #F8F8F8;
}

.promotion-popup .table-responsive .table thead tr th:first-child {
  border-top-left-radius: 10px;
}

.promotion-popup .table-responsive .table thead tr th:last-child {
  border-top-right-radius: 10px;
}

.promotion-popup .table-responsive .table tbody tr td:first-child {
  border-bottom-left-radius: 10px;
}

.promotion-popup .table-responsive .table tbody tr td:last-child {
  border-bottom-right-radius: 10px;
}

.promotion-popup h5 {
  font-size: 18px;
  color: #333333;
  margin: 0 0 30px 0;
}

.promotion-popup a.link {
  color: #1BAD71;
}

.promotion-popup .promotion-content p {
  font-family: "notosans_thai", sans-serif;
  font-size: 16px;
  color: #555555;

  margin-top: 0;
  margin-bottom: 5px;
}

.promotion-popup .promotion-content p.text-promote {
  margin-bottom: 15px;
}

.promotion-popup ul li {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #666666;

  line-height: 1.5;
}

.promotion-popup ul {
  margin-top: 5px;
  padding-left: 17px;
}

.promotion-popup ul li > ul {
  margin: 0;
}

.promotion-popup ul.dashed {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
}

.promotion-popup ul.dashed > li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em;
}

.promotion-popup .link {
  font-weight: bold;
  font-size: 14px;
  color: #00A850;
  cursor: pointer;
  text-decoration: none;
}

.promotion-popup .link .ic {
  font-size: 12px;
  color: inherit;
  vertical-align: baseline;
}

@media screen and (max-width: 1199px) {
  .promotion-popup .mfp-container {
    padding: 0 15px;
  }

  .promotion-popup .mfp-content .container-md {
    margin: auto;
    padding: 0 15px;
  }

  .promotion-popup .mfp-content .promotion-header {
    padding-bottom: 0;
    background: none;
    border: none;
  }

  .promotion-popup .mfp-content .promotion-header img {
    width: 100%;
    position: relative;
  }

  .promotion-popup .mfp-content .promotion-header .content {
    padding: 30px 0;

  }

  .promotion-popup .mfp-content .promotion-content {
    padding-top: 0;
  }

  .promotion-popup .mfp-content .promotion-header .content .action .btn {
    margin: auto;
    width: 100%;
    max-width: 185px;
  }

  .promotion-popup .mfp-content .promotion-header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    background: #EEEEEE;
    border-bottom: solid 5px #CCCCCC;
  }

  .promotion-popup .mfp-content .mfp-close {
    right: -10px !important;
  }

  .promotion-popup .mfp-content .promotion-header .content h4 {
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .theme-h2c .sc-headline {
    margin-bottom: 20px;
  }

  .theme-h2c .sc-promotion .sc-content .promotion {
    padding-top: 0;
  }

  .theme-h2c .sc-promotion .sc-content .promotion img {
    width: 100%;
    max-width: 100%;
    max-height: unset;
    -webkit-box-shadow: none;
    box-shadow: none;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .theme-h2c .sc-promotion .sc-content .promotion .content {
    position: relative;
    width: 100%;
    padding: 30px;
  }

  .theme-h2c .sc-promotion .sc-content .promotion.more .content {
    padding-bottom: 100px;
  }

  .theme-h2c .sc-promotion .sc-content .promotion .content .action {
    margin-top: 40px;
  }

  .theme-h2c .sc-promotion .sc-content .promotion .content .action .btn {
    width: 100%;
  }

  .theme-h2c .sc-promotion .sc-content .promotion-paginate {
    bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .promotion-popup .mfp-content .promotion-header:before {
    height: 40%;
  }
}

@media screen and (max-width: 370px) {
  .promotion-popup .mfp-content .promotion-header .content .action .btn {
    max-width: 100px;
  }

  .promotion-popup .mfp-content .promotion-header:before {
    height: 35%;
  }
}