.c-green {
  color: #02A951 !important;
}

.theme-sme .sc-promotions .sc-headline {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .theme-sme .sc-promotions .sc-headline {
    margin-bottom: 0px;
  }
}

.theme-sme .sc-promotions .sc-inner {
  padding-bottom: 0;
}

.theme-sme .sc-promotions .sc-content {
  position: relative;
}

.theme-sme .sc-promotions .sc-content .promotion-list .promotion {
  position: relative;
  padding: 20px 0;
}

.theme-sme .sc-promotions .sc-content .promotion-list .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-sme .sc-promotions .sc-content .promotion-list .promotion .content {
  width: 52%;
  height: 100%;

  display: flex;
  flex-direction: column;

  top: 0;
  right: 0;

  position: absolute;

  padding: 50px 50px 50px 80px;

  background: white;
  border-top: solid 5px #42D6B6;
  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-sme .sc-promotions .sc-content .promotion-list .promotion .content h3 {
  font-size: 24px;
  line-height: 1.3;
}

.theme-sme .sc-promotions .sc-content .promotion-list .promotion .content h3 small {
  font-size: 14px;
  font-weight: normal;
  color: #BBBBBB;
}

.theme-sme .sc-promotions .sc-content .promotion-list .promotion .content h3 .sub {
  font-size: 18px;  
  color: #30A485;
}

.theme-sme .sc-promotions .sc-content .promotion-list .promotion .content p {
  font-family: "notosans_thai", sans-serif;
  font-size: 16px;
  font-weight: normal;

  color: #999999;

  margin-top: 20px;
}

.theme-sme .sc-promotions .sc-content .promotion-list .promotion .content .action {
  margin-top: auto;
}

.theme-sme .sc-promotions .sc-content .promotion-list .promotion .content .action .btn {
  background: #30A283;
  background: -webkit-gradient(linear, left top, right top, from(#30A283), to(#29D6B6));
  background: -webkit-linear-gradient(90deg, #30A283 10%, #29D6B6 90%);
  background: -o-linear-gradient(90deg, #30A283 10%, #29D6B6 90%);
  background: linear-gradient(90deg, #30A283 10%, #29D6B6 90%);
  background-color: #29D6B6;

  -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-sme .sc-promotions .sc-content .promotion-list .promotion .content .action .btn:hover {
  background: #29D6B6;
}

.theme-sme .sc-promotions .sc-content .promotion-list .slick-list {
  overflow-x: visible;
  overflow-y: visible;
}

.theme-sme .sc-promotions .sc-content .promotion-list .promotion h3,
.theme-sme .sc-promotions .sc-content .promotion-list .promotion h3 small,
.theme-sme .sc-promotions .sc-content .promotion-list .promotion p {
  transform: translateY(40px);
  transition: 400ms;
  opacity: 0;
}

.theme-sme .sc-promotions .sc-content .promotion-list .promotion.promotion-active h3,
.theme-sme .sc-promotions .sc-content .promotion-list .promotion.promotion-active h3 small,
.theme-sme .sc-promotions .sc-content .promotion-list .promotion.promotion-active p {
  transform:  translateY(0);
  opacity: 1;
}

.theme-sme .sc-promotions .sc-content .promotion-list .promotion .action {
  transform: translateY(-40px);
  transition: 400ms;
  opacity: 0;
}

.theme-sme .sc-promotions .sc-content .promotion-list .promotion.promotion-active .action {
  transform:  translateY(0);
  opacity: 1;
}

.theme-sme .sc-promotions .promotions-thumb {
  margin-top: 40px;
  padding: 0 50px 30px 50px;
}

.theme-sme .sc-promotions .promotions-thumb.fit-container {
  padding: 0;
  margin-left: -8px;
  margin-right: -8px;
}

.theme-sme .sc-promotions .promotions-thumb .promotion {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;

  margin: 0 8px;

  border-radius: 10px;
  border-style: solid;
  border-width: 3px;
  border-color: transparent;

  transition: all 300ms ease;
}

.theme-sme .sc-promotions .promotions-thumb .promotion.active {
  border-color: #42D6B6;
  border-radius: 10px;
  overflow-x: hidden;
  overflow-y: hidden;

  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.theme-sme .sc-promotions .promotions-thumb .promotion img {
  width: 100%;
}

.theme-sme .sc-promotions .promotions-thumb .promotion:not(.active):hover {
  cursor: pointer;
}

.theme-sme .sc-promotions .promotions-thumb .promotion:not(.active):hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.theme-sme .sc-promotions .promotions-thumb .slick-list {
  overflow-x: hidden;
  overflow-y: visible;
  padding: 14px 10px;
}

.theme-sme .sc-promotions .promotions-thumb .slick-list .slick-track {
  margin: auto;
}

.theme-sme .sc-promotions .promotions-thumb .slick-slide.slick-active {
  opacity: 1;
}

.theme-sme .sc-promotions .promotions-thumb .slick-slide:not(.slick-active) {
  opacity: 0.5;
}

.theme-sme .sc-promotions .promotions-thumb .slick-arrow {
  top: calc(50% - 15px);
}

.theme-sme .sc-promotions .promotions-thumb .slick-prev:hover,
.theme-sme .sc-promotions .promotions-thumb .slick-next:hover {
  color: #333333;
}

.theme-sme .sc-promotions .promotions-thumb .slick-prev.slick-disabled,
.theme-sme .sc-promotions .promotions-thumb .slick-next.slick-disabled {
  opacity: 0.5;
}

.theme-sme .sc-promotions .promotions-thumb .slick-dots {
  left: 0;
}

@media screen and (max-width: 1169px) {
  .theme-sme .sc-promotions .sc-content .promotion-list .promotion .content {
    padding: 30px 40px 30px 80px;
  }
    .promotion-popup .mfp-content .promotion-header .content .action .btn:hover {
        background-color: #6DCE19 !important;
    }
}

@media screen and (max-width: 1023px) {
  .theme-sme .sc-promotions .sc-content .promotion-list .promotion .content h3 {
    font-size: 22px;
  }

  .theme-sme .sc-promotions .sc-content .promotion-list .promotion .content h3 small {
    font-size: 12px;
  }
}

.theme-sme .sc-promotions .sc-content #promotions-highlight {
  display: none;
}

@media screen and (max-width: 991px) {
  .theme-sme .sc-headline {
    margin-bottom: 20px;
  }

  .theme-sme .sc-promotions .sc-content #promotions-slide {
    display: none;
  }

  .theme-sme .sc-promotions .sc-content #promotions-highlight.promotion-list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }

  .theme-sme .sc-promotions .sc-content .promotion-list .promotion:not(:first-child) {
    margin-left: 15px;
  }

  .theme-sme .sc-promotions .sc-content .promotion-list .promotion:last-child img {
    margin-top: 0;
  }

  .theme-sme .sc-promotions .sc-content .promotion-list .promotion {
    width: 100%;
    padding-top: 0;
  }

  .theme-sme .sc-promotions .sc-content .promotion-list .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-sme .sc-promotions .sc-content .promotion-list .promotion .content {
    position: relative;
    width: 100%;
    padding: 15px;
  }

  .theme-sme .sc-promotions .promotions-thumb {
    margin-top: 20px;
    padding: 0px 20px 30px 20px;
  }

  .theme-sme .sc-promotions .promotions-thumb.fit-container {
    padding: 0;
  }

  .theme-sme .sc-promotions .promotions-thumb .promotion {
    border: none;
    outline: none;

    margin: 0 5px;
  }

  .theme-sme .sc-promotions .promotions-thumb .promotion.active,
  .theme-sme .sc-promotions .promotions-thumb .promotion:not(.active):hover img {
    border: none;

    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (max-width: 767px) {
  .theme-sme .sc-promotions .sc-content #promotions-highlight.promotion-list {
    display: block;
  }

  .theme-sme .sc-promotions .sc-content .promotion-list .promotion:not(:first-child) {
    margin-left: 0;
  }

  .theme-sme .sc-promotions .sc-content .promotion-list .promotion .content {
    min-height: unset;
  }

  .theme-sme .sc-promotions .sc-content .promotion-list .promotion:last-child img {
    margin-top: 20px;
  }

  .theme-sme .sc-promotions .promotions-thumb {
    padding: 0px 10px 30px 10px;
  }

  .theme-sme .sc-promotions .promotions-thumb.fit-container {
    padding: 0;
  }

  .theme-sme .sc-promotions .sc-content .promotion-list .promotion .content h3 .sub {
    font-size: 16px;     
  }
}

.promotion-popup .w-normal {
  font-weight: normal !important;
}

.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: 20;
  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;
}

.promotion-popup .mfp-content .promotion-header:before {
  content: "";
  position: absolute;
  z-index: 10;

  left: 0;
  top: 0;
  width: 100%;
  height: 340px;

  background: #F0F8F6;
  border-bottom: solid 5px #42D6B6;
}

.promotion-popup .mfp-content .promotion-header .sc-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;

  position: relative;
  z-index: 20;
}

.promotion-popup .mfp-content .promotion-header img {
  width: 100%;
  max-width: 470px;
  min-width: 470px;
  
  height: auto;

  -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: 0 0 0 50px;
}

.promotion-popup .mfp-content .promotion-header .content h3 {
  font-family: "notosans_thai", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;

  color: #333333;

  margin: 0;
  padding-top: 5px;
}

.promotion-popup .mfp-content .promotion-header .content h3 small {
  font-family: "notosans_thai", sans-serif;
  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: white;
  background: #6DCE19;

  font-family: "notosans_thai", sans-serif;
  font-weight: bold;
  font-size: 16px;

  text-decoration: none;
  text-align: center;
  transition: 300ms;
  outline: none;
}

.promotion-popup .mfp-content .promotion-header .content .action .btn:hover {
  cursor: pointer;

  -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);

  background-color: #007436;
}

.promotion-popup .mfp-content .promotion-content {
  padding: 0 0 50px 0;
  font-family: "notosans_thai", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.promotion-popup .mfp-content .promotion-content.py-40 {
  padding: 40px 0;
}

.promotion-popup .mfp-container {
  height: auto;
}

.promotion-popup h2 {
  font-size: 22px;
  line-height: 1.5;
  color: #333333;
  margin: 15px 0;
  font-weight: 600;
}

.promotion-popup .text-24 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
}

.promotion-popup h5 {
  font-size: 18px;
  color: #333333;
  margin: 0 0 30px 0;
}

.promotion-popup .hr {
  margin: 20px 0;
  width: 100%;
  height: 1px;
  background: #E2E2E2;
}

.promotion-popup a.link {
  color: #6DCE19;
}

.promotion-popup .promotion-content p {  
  font-size: 16px;
  color: #555555;
  margin-top: 0;
  margin-bottom: 5px;
}

.promotion-popup .promotion-content p.text-promote {
  margin-bottom: 15px;
}

.promotion-popup .promotion-content p.text-header {
  font-family: Helvetica, Arial, sans-serif;
  margin-top: 30px;
}

.promotion-popup .promotion-content .remark p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;  
  margin-bottom: 0;
}

.promotion-popup ul li,
.promotion-popup ol li {  
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
}

.promotion-popup ul.remark  li,
.promotion-popup ol.remark li {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
}

.promotion-popup .remark ul  li,
.promotion-popup .remark ol li {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
}

.promotion-popup ul,
.promotion-popup ol {
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 17px;
}

.promotion-popup ol li > ul,
.promotion-popup ul li > ul {
  margin: 0;
  list-style-type: disc;
}

.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: #6DCE19;
  cursor: pointer;
  text-decoration: none;
}

.promotion-popup .link .ic {
  font-size: 12px;
  color: inherit;
  vertical-align: baseline;
}

.promotion-popup .sc-container > .compn-overflow,
.promotion-popup .sc-container > ul,
.promotion-popup .sc-container > ol {
  margin-bottom: 30px;
}

.promotion-popup .table {
  border-collapse: separate;
}

.promotion-popup .table tr {
  border-bottom: none;
}

.promotion-popup .table thead tr th,
.promotion-popup .table tbody tr td {
  font-size: 16px;
}

.promotion-popup .table thead tr th small {
  font-size: 14px;
}

.promotion-popup .table tbody tr td {
  font-weight: bold;
  color: #30A283;
}

.promotion-popup .compn-overflow .compn-overflow-wrapper .compn {
  min-width: 1030px;
}

@media screen and (max-width: 991px) {
  .promotion-popup .table#popup_1_table_1.compn {
    min-width: 1100px;
  }
}

.promotion-popup .table#popup_1_table_1 tbody tr td {
  padding: 10px 5px;
}

.promotion-popup .table#popup_1_table_1 tbody tr td:first-child {
  border-left: 1px solid rgba(230, 230, 230, 0.7);
}

.promotion-popup .table#popup_1_table_1 tbody tr td:last-child {
  border-right: 1px solid rgba(230, 230, 230, 0.7);
}

.promotion-popup .table#popup_1_table_1 thead tr:first-child th:first-child {
  border-top-left-radius: 10px;
}

.promotion-popup .table#popup_1_table_1 thead tr:first-child th:last-child {
  border-top-right-radius: 10px;
}

.promotion-popup .table#popup_1_table_1 tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.promotion-popup .table#popup_1_table_1 tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.promotion-popup .table#popup_1_table_1 thead tr:first-child th:not(:first-child),
.promotion-popup .table#popup_1_table_1 tbody tr td {
  border-bottom: 1px solid rgba(230, 230, 230, 0.7);
}

.promotion-popup .table#popup_1_table_1 tbody tr:first-child td:nth-child(2) {
  color: #6DCE19;
}

.promotion-popup .compn-overflow .compn-overflow-wrapper #popup_1_table_2 {
    min-width: inherit;
}

.promotion-popup .table#popup_1_table_2 thead tr th,
.promotion-popup .table#popup_1_table_2 tbody tr td {
    white-space: nowrap;
}
.promotion-popup .table#popup_1_table_2 tbody tr td:first-child {
  border-left: 1px solid rgba(230, 230, 230, 0.7);

  text-align: left;
  padding-left: 10%;
}

.promotion-popup .table#popup_1_table_2 tbody tr td:first-child .c-new {
  color: #b70404;
}

.promotion-popup .table#popup_1_table_2 tbody tr td:last-child {
  border-right: 1px solid rgba(230, 230, 230, 0.7);
}

.promotion-popup .table#popup_1_table_2 thead tr:first-child th:first-child {
  border-top-left-radius: 10px;
}

.promotion-popup .table#popup_1_table_2 thead tr:first-child th:last-child {
  border-top-right-radius: 10px;
}

.promotion-popup .table#popup_1_table_2 tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.promotion-popup .table#popup_1_table_2 tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.promotion-popup .table#popup_1_table_2 thead tr:first-child th:not(:first-child),
.promotion-popup .table#popup_1_table_2 tbody tr td {
  border-bottom: 1px solid rgba(230, 230, 230, 0.7);
}

@media screen and (max-width: 991px) {
  .promotion-popup .table#popup_1_table_2 tbody tr td:first-child {
    padding-left: 5%;
  }
}

@media screen and (min-width: 1110px) {
  .promotion-popup .compn-overflow .compn-overflow-scroll-wrapper {
    display: none;
  }
}

@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;
  }

  .promotion-popup .mfp-content .promotion-header:before {
    height: 350px;
  }

  .promotion-popup .mfp-content .promotion-header img {
    max-width: 70%;
    margin: auto;
  }

  .promotion-popup .mfp-content .promotion-header .sc-container {
    flex-direction: column;
  }

  .promotion-popup .mfp-content .promotion-header .content {
    padding: 0;
    margin-top: 30px;
    width: 100%;
  }

  .promotion-popup .mfp-content .promotion-header .content .action {
    margin: 30px 0;
  }

  .promotion-popup .mfp-content .promotion-header .content .action .btn {
    margin: auto;
    width: 100%;
    max-width: 185px;
  }

  .promotion-popup .mfp-content .promotion-content {
    padding-top: 0;
  }

  .promotion-popup .mfp-content .promotion-content .sc-container > h4:first-child {
    margin-top: 0;
  }

  .promotion-popup .mfp-content .mfp-close {
    right: -10px !important;
  }
}

@media screen and (max-width: 991px) {
  .promotion-popup .mfp-content .promotion-header:before {
    height: 300px;
  }

  .theme-sme .sc-promotions .promotions-thumb .slick-list {
    overflow-x: visible;    
    padding: 0px;
  }
}

@media screen and (max-width: 767px) {
  .promotion-popup .mfp-content .promotion-header:before {
    height: 200px;
  }

  .promotion-popup .mfp-content .promotion-header img {
    max-width: 100%;
    min-width: 100%;
  }
  
  .promotion-popup .col:not(:first-child) > ul:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 370px) {
  .promotion-popup .mfp-content .promotion-header .content .action .btn {
    max-width: 100px;
  }
}

.promotion-popup #sc-promotions-popup-5 .compn-overflow .compn-overflow-wrapper #popup_1_table_5 {
  table-layout: fixed;
  min-width: auto;
}

.promotion-popup #sc-promotions-popup-5 .compn-overflow .compn-overflow-scroll-wrapper {
  display: none;
}

.promotion-popup .table#popup_1_table_5 tbody tr td:first-child {
  border-left: 1px solid rgba(230, 230, 230, 0.7);
}

.promotion-popup .table#popup_1_table_5 tbody tr td:last-child {
  border-right: 1px solid rgba(230, 230, 230, 0.7);
}

.promotion-popup .table#popup_1_table_5 thead tr:first-child th:first-child {
  border-top-left-radius: 10px;
}

.promotion-popup .table#popup_1_table_5 thead tr:first-child th:last-child {
  border-top-right-radius: 10px;
}

.promotion-popup .table#popup_1_table_5 tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.promotion-popup .table#popup_1_table_5 tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.promotion-popup .table#popup_1_table_5 tbody tr td {
  border-bottom: 1px solid rgba(230, 230, 230, 0.7);
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 414px) {
  .promotion-popup .table#popup_1_table_5 thead tr th,
  .promotion-popup .table#popup_1_table_5 tbody tr td {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.visible-414-767 {
  display: none;
}

@media screen and (min-width: 414px) and (max-width: 767px) {
  .visible-414-767 {
    display: block;
  }
}

.promotion-popup .table-iphone#popup_2_table_iphone {
  font-family: "notosans_thai", sans-serif;
  border-spacing: 0px;
  border: 0.25px solid #D9D9D9;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}

.promotion-popup .table-iphone#popup_2_table_iphone thead tr {
  background: linear-gradient(90deg, #30A283 10%, #29D6B6 90%);
}

.promotion-popup .table-iphone#popup_2_table_iphone thead tr th {
  border-left: 0.5px solid #D9D9D9;
  color: #fff;
  padding: 10px;
}

.promotion-popup .table-iphone#popup_2_table_iphone thead tr th:first-child {
  border-left: 0px;
  width: 25%;
}

.promotion-popup .table-iphone#popup_2_table_iphone thead tr th:nth-child(2) {
  width: 15%;
}

.promotion-popup .table-iphone#popup_2_table_iphone thead tr th:nth-child(3) {
  width: 20%;
}

.promotion-popup .table-iphone#popup_2_table_iphone thead tr th:nth-child(4) {
  width: 40%;
}

.promotion-popup .table-iphone#popup_2_table_iphone tbody tr td{
  border-left: 0.5px solid #D9D9D9;
  border-bottom: 0.5px solid #D9D9D9;
  padding: 10px;
  font-weight: bold;
  color: #30A485;
}

.promotion-popup .table-iphone#popup_2_table_iphone tbody tr:nth-child(1) td:first-child{
  border-left: 0px;
  padding: 30px;
}

.promotion-popup .table-iphone#popup_2_table_iphone tbody tr:nth-child(5) td:first-child{
  border-left: 0px;
  padding: 30px;
}

.promotion-popup .table-iphone#popup_2_table_iphone tbody tr:nth-child(5) td{
  border-bottom: 0px;
}

.promotion-popup .table-iphone#popup_2_table_iphone tbody tr:nth-child(8) td{
  border-bottom: 0px;
}

.promotion-popup #sc-promotions-popup-9 .promotion-content .sc-container div:first-child p{
  font-family: "notosans_thai", sans-serif;
  font-size: 16px;
}

.promotion-popup #sc-promotions-popup-9 .promotion-content .sc-container div:nth-child(3) p{
  font-family: "notosans_thai", sans-serif;
  font-size: 16px;
}

@media screen and (min-width: 1024px){
  .promotion-popup .table-iphone#popup_2_table_iphone thead tr th:first-child {
    width: 25%;
  }
  
  .promotion-popup .table-iphone#popup_2_table_iphone thead tr th:nth-child(2) {
    width: 20%;
  }
  
  .promotion-popup .table-iphone#popup_2_table_iphone thead tr th:nth-child(3) {
    width: 20%;
  }
  
  .promotion-popup .table-iphone#popup_2_table_iphone thead tr th:nth-child(4) {
    width: 35%;
  }
}


@media screen and (min-width: 426px){
  .promotion-popup #sc-promotions-popup-9 .compn-overflow .compn-overflow-wrapper #popup_2_table_iphone {
    min-width: 100%;
  }

  .promotion-popup #sc-promotions-popup-9 .compn-overflow .compn-overflow-scroll-wrapper {
    display: none;
  }

  .promotion-popup #sc-promotions-popup-9 .compn-overflow {
    margin-top: 15px;
  }

}

@media screen and (max-width: 425px){
  .promotion-popup .table-iphone#popup_2_table_iphone tbody tr:nth-child(1) td:first-child{
    padding: 0px;
  }

  .promotion-popup .table-iphone#popup_2_table_iphone thead tr th:first-child {
    border-left: 0px;
    width: 15%;
  }

  .promotion-popup .table-iphone#popup_2_table_iphone thead tr th:nth-child(4) {
    width: 35%;
  }

  .promotion-popup .table-iphone#popup_2_table_iphone {
    min-width: 800px;
  }

  .promotion-popup #sc-promotions-popup-9 .compn-overflow .compn-overflow-wrapper #popup_2_table_iphone {
    width: 60%;
  }

  .promotion-popup #sc-promotions-popup-9 .compn-overflow .compn-overflow-scroll-wrapper .compn-overflow-scroll#iphone-bar {
    width: 40%;
  }
}

.promotion-popup #sc-promotions-popup-10 .promotion-content .sc-container div:first-child p{
  font-family: "notosans_thai", sans-serif;
  font-size: 16px;
}

.promotion-popup #sc-promotions-popup-10 .promotion-content .sc-container div:first-child ul li{
  font-family: "notosans_thai", sans-serif;
  font-size: 16px;
}

.promotion-popup #sc-promotions-popup-10 .promotion-content .sc-container div:nth-child(2) p {
  font-family: "notosans_thai", sans-serif;
  font-size: 16px;
}

.theme-sme .sc-promotions .sc-content .promotion-list .promotion .content h3 .sec-sub {
  font-size: 16px;
  color: #6CCE29;
}

.promotion-popup .promotion-content .sc-container .text-title {
  margin-top: 1em;
}

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

.sc-calculators .sc-inner {
  padding-bottom: 110px;
}
