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

.c-6DCE19 {
  color: #6DCE19 !important;
}

.show-360 {
  display: none !important;
}

.show-xs {
  display: none !important;
}

.theme-xpc .sc-promotions .sc-headline {
  margin-bottom: 40px;
}

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

#sc-dstatement-popup .notice {
  margin-bottom: 30px;
}

#sc-dstatement-popup .cards .card {
  margin: 0 15px;
} 

#sc-dstatement-popup .slick-dots {
  left: 0;
}

#sc-dstatement-popup .card img {
  max-width: 100%;
}

#sc-dstatement-popup .card p {
  text-align: center;
  margin-top: 10px;
}

#sc-dstatement-popup .slick-dots {
  display: none;
}

#sc-dstatement-popup .remark li {
  list-style-type: '*';
  padding-left: 10px;
}

#sc-dstatement-popup .remark li:nth-child(2) {
  list-style-type: '**';
}

#sc-dstatement-popup .remark li:nth-child(3) {
  list-style-type: '***';
}

.margin-right-10 {
  margin-right: 10px;
}

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

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

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

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

.theme-xpc .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-xpc .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-xpc .sc-promotions .sc-content .promotion-list .promotion .content h3 {
  font-size: 24px;
  line-height: 1.3;
}

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

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

.theme-xpc .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-xpc .sc-promotions .sc-content .promotion-list .promotion .content .action {
  margin-top: auto;
}

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

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

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

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

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

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

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

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

.theme-xpc .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-xpc .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-xpc .sc-promotions .promotions-thumb .promotion img {
  width: 100%;
}

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

.theme-xpc .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-xpc .sc-promotions .promotions-thumb .slick-list {
  overflow-x: hidden;
  overflow-y: visible;
  padding: 14px 10px;
}

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

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

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

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

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

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

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

@media screen and (max-width: 1169px) {
  .theme-xpc .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-xpc .sc-promotions .sc-content .promotion-list .promotion .content h3 {
    font-size: 22px;
  }

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

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

@media screen and (max-width: 991px) {

  #sc-dstatement-popup .slick-dots {
    display: block;
  }

  #sc-dstatement-popup .cards {
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 20px;
  }

  .promotion-popup #sc-dstatement-popup .slick-arrow {
    top: 35%;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .theme-xpc .sc-headline {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

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

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

    margin: 0 5px;
  }

  .theme-xpc .sc-promotions .promotions-thumb .promotion.active,
  .theme-xpc .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) {
  .hide-xs {
    display: none !important;
  }

  .show-xs {
    display: block !important;
  }

  #sc-dstatement-popup .slick-slider .slick-prev, 
  #sc-dstatement-popup .slick-slider .slick-next {
    top: 35%;
  }

  #sc-dstatement-popup .cards .card {
    padding: 0 35px;
  }

  #sc-dstatement-popup .slick-slider .slick-next,
  #sc-dstatement-popup .slick-slider .slick-prev
   {
    border: none;
  }

  #sc-dstatement-popup .slick-list .card {
    margin-bottom: 20px;
  }

  #sc-dstatement-popup .cards {
    padding-left: 0;
    padding-right: 0;
  }

  .theme-xpc .sc-promotions .sc-content #promotions-highlight.promotion-list {
    display: block;
  }

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

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

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

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

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

  .theme-xpc .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; */  
  max-width: fit-content;
  max-width: -moz-fit-content;
  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;
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
  margin: 15px 0;
}

.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-xpc .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-xpc .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;
}

.promotion-popup .promotion-content .sc-container .list-col-2 {
  columns: 2;
}

@media screen and (min-width: 768px) {
  .promotion-popup .promotion-content .sc-container .list-col-2 {
    width: 50%;
  }
}

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

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

@media screen and (min-width: 1024px) {
  .promotion-popup .promotion-content .sc-container .list-col-pro {
    width: 55%;
    columns: 2;
  }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
  .promotion-popup .promotion-content .sc-container .list-col-pro {
    width: 75%;
    columns: 2;
  }
}

@media screen and (max-width: 360px) { 
  .show-360 {
    display: block !important;
  }

  br.show-xs {
    display: none !important;
  }

  .notice  br.show-xs {
    display: block !important;
  }

  .promotion-popup #sc-dstatement-popup .slick-arrow {
    top: 30%;
  }

}

/* ### popup ### */
.f-20{
  font-size: 20px !important;
  line-height: 28px;
}
.c-004a36 {
  color: #004a36 !important;
}
.c-666 {
  color: #666666 !important;
}
.bg-table-green {
  background-color: #f4fdfb;
}
.bg-green {
  border-radius: 10px;
  background-color: #f7f9fd;
  padding: 35px 15px;
}
.promotion-content .table{
  filter: drop-shadow(0px 5px 3px rgba(0,0,0,0.06));
}

.promotion-content .table td,.promotion-content .table th{
  padding: 15px 10px;
}
.promotion-popup .compn-overflow .compn-overflow-wrapper .compn {
  width: 100%;
  border-radius: 10px;
  min-width: initial !important;
  overflow: hidden;
}
.promotion-popup .promotion-content .title-green {
  font-size: 18px;
  line-height: 28px;
  color: #30a283;
  font-weight: 700;
}
.promotion-popup .promotion-content .c-555 {
  color: #555555;
}

.promotion-popup .promotion-content .mb-10 {
  margin-bottom: 10px;
}

.promotion-popup .promotion-content .mb-15 {
  margin-bottom: 15px;
}

.promotion-popup .promotion-content .mb-20 {
  margin-bottom: 20px;
}

.promotion-popup .promotion-content .d-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.promotion-popup .promotion-content .d-flex.flex-row {
  flex-direction: row;
  align-items: flex-start;
}

.bg-green2 {
  border-radius: 10px;
  background-color: #c4ede2;
  padding: 15px 0;
  position: relative;
  min-height: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-green2 .text {
  font-size: 20px;
  line-height: 24px;
  color: #246c59;
  font-weight: 700;
}

.bg-green2 .text2 {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

.bg-green2 strong {
  font-weight: 700;
}

.arrow img {
  max-width: 30px;
  width: 100%;
  transform: rotate(90deg);
}

.arrow {
  margin: 5px 0 10px;
}

.bg-green2.box1 {
  padding-top: 40px;
  margin-top: 20px;
  margin-bottom: 5px;
}

.bg-green2.box2 {
  padding-bottom: 40px;
  margin-bottom: 30px;
}

.bg-green2.box1 img {
  max-width: 80px;
  width: 100%;
  position: absolute;
  left: 38%;
  top: -25px;
}

.bg-green2.box2 img {
  max-width: 80px;
  width: 100%;
  position: absolute;
  right: 38%;
  bottom: -25px;
}

.upload {
  margin: 20px 15px 30px;
}

.upload img {
  margin-right: 10px;
  max-width: 43px;
  width: 100%;
}

.upload .list {
  font-size: 18px;
  line-height: 23px;
  color: #666666;
  font-weight: 400;
}

.upload .list a {
  font-size: 18px;
  line-height: 23px;
  color: #6dce26;
  font-weight: 700;
  position: relative;
}

.upload .list a:hover {
  text-decoration: underline;
}

.promotion-popup .promotion-content .accordion-title::after {
  font-family: 'icongarage';
  content: "\e905";
  font-size: 77.7777778%;
  margin-left: 1rem;
  color: #000;
  transform: rotate(90deg);
}

.promotion-popup .promotion-content .accordion-title.active::after {
  transform: rotate(-90deg);
  color: #000;
}

.promotion-popup .promotion-content .accordion-title {
  font-size: 14px;
  line-height: 19px;
  color: #333333;
  font-weight: 400;
  font-family: "Helvetica";

  position: relative;
  padding: 15px 0;
  background: transparent;
  border-left: none;
}

.promotion-popup .promotion-content .accordion-content p, .promotion-popup .promotion-content .accordion-content li {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  font-family: "Helvetica";
}

.promotion-popup .promotion-content .accordion-content a {
  color: #00c3a3;
  font-family: "Helvetica";
}
.promotion-popup .promotion-content .accordion-content a:hover {
  text-decoration: underline;
}

.promotion-popup .promotion-content .accordion-group {
  border-top: 1px solid #e6e6e6;
}

.promotion-popup .promotion-content ol ul li {
  list-style-type: disc;
}

.promotion-popup .promotion-content ul ul li {
  list-style-type: circle;
}

.promotion-popup .promotion-content .step {
  display: flex;
  justify-content: center;
  align-items: center;
}

.promotion-popup .promotion-content .step-text {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-weight: 700;
}

hr {
  border-top: 1px solid #30a283;
  width: 20px;
  margin: 0 15px;
}

.plus {
  font-size: 37px;
  font-weight: 700;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #055d4c;
  display: flex;
  justify-content: center;
  align-items: center;
}

.promotion-popup .promotion-content .free {
  max-width: 40px;
  width: 100%;
  position: relative;
  top: 1px;
}

.promotion-popup .promotion-content .free-text {
  color: #004A36;
  background: linear-gradient(to right, #004A36 0, #41FFC7 10%, #004A36 20%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 15s infinite linear;
}

@keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 600px;
  }
  100% {
    background-position: 600px;
  }
}

.more-gif {
  position: absolute;
  top: 40%;
  right: -13px;
  transform: translate(-50%, -50%);
  transform: rotate(-90deg);
  cursor: pointer;
}

.more-gif span {
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 3px solid #6dce26;
  border-right: 3px solid #6dce26;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.more-gif.c-green span {
  border-bottom: 3px solid #00A850;
  border-right: 3px solid #00A850;
}

.more-gif span:nth-child(2) {
  animation-delay: -0.4s;
}

.more-gif span:nth-child(3) {
  animation-delay: -0.6s;
}

@keyframes animate {
  0% {
      opacity: 0;
      transform: rotate(45deg) translate(0, 0);
  }
  50% {
      opacity: 1;
  }
  100% {
      opacity: 0;
      transform: rotate(45deg) translate(15px, 15px);
  }
}

.promotion-popup .promotion-content .title-black {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 20px;
}

.promotion-popup .promotion-content .title-black img {
  max-width: 80px;
  position: relative;
  bottom: 0;
  margin-top: 10px;
}
.promotion-popup .promotion-content .example {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 25px 40px;
}
.promotion-popup .promotion-content .example .title {
  font-size: 16px;
  line-height: 18px;
  color: #30a283;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.promotion-popup .promotion-content .example img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.visible-w767-only {
  display: none !important;
}

.promotion-popup .accordion-content ol {
  margin-bottom: 15px;
}
.t-15per {
  top: 15% !important;
}
.pos-relative {
  position: relative !important;
}
.promotion-popup .promotion-content .box-link {
  padding: 10px 40px 10px 20px;
  text-align: center;
  /* max-width: 100%;
  width: 100%; */
  border-radius: 10px;
  border: 2px solid #00A850;
  background: url(https://www.kasikornbank.com/SiteCollectionDocuments/personal/loan/personal-loan/xpresscash/img/promotions/mb_bg-upi-popup.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 15px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
.promotion-popup .promotion-content .box-link img.union {
  max-width: 150px;
  width: 100%;
}
.promotion-popup .promotion-content .box-link img.arr {
  max-width: 19px;
  width: 100%;
  position: relative;
  top: -3px;
  right: -5px;
}
.promotion-popup .promotion-content .box-link p {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.promotion-popup .promotion-content .box-link .link {
  color: #00A850;
  font-weight: 600;
  font-size: 16px;
}
.promotion-popup .promotion-content .box-link .link:hover {
  text-decoration: underline !important;
}


@media screen and (max-width:767px) and (min-width:414px)  {
  .visible-w767-only {
      display: block !important;
  }
}
@media screen and (min-width:768px) {
  .bg-green2 {
      width: 40%;
      padding: 15px 45px;
  }
  .promotion-popup .promotion-content .free-text {
    animation: shine 4s infinite linear;
  }

  .promotion-popup .promotion-content .box-link {
    max-width: fit-content;
    width: 100%;
    background: url(https://www.kasikornbank.com/SiteCollectionDocuments/personal/loan/personal-loan/xpresscash/img/promotions/_bg-upi-popup.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    gap: 20px;    
    flex-direction: row;
  }
  .promotion-popup .promotion-content .box-link p {
    font-size: 18px;
  }
  
  .promotion-popup .promotion-content .box-link .link {
    font-size: 18px;
  }
}

@media screen and (min-width:991px) {
  .bg-green2 {
    min-width: 220px;
    width: calc(55% / 2);
  }
  .bg-green {
      padding: 40px 75px;
      margin-top: 30px;
  }
  .promotion-popup .promotion-content .d-flex {
      flex-direction: row;
      margin-bottom: 30px;
  }
  .bg-green2.box1 img {
      left: -35px;
      top: 28px;
  }

  .bg-green2.box2 img {
      right: -50px;
      top: 27px;
  }
  .bg-green2.box1 {
      padding-top: 15px;
      margin-top: 0;
      margin-bottom: 0;
  }
  .bg-green2.box2 {
      padding-bottom: 15px;
      margin-bottom: 0;
  }
  .arrow img {
      transform: rotate(0deg);
  }
  .arrow {
      margin: 0 15px;
  }
  .upload img {
      margin-right: 15px;
  }
  .upload {
      margin: 30px auto 40px;
  }
  .promotion-popup .promotion-content .d-flex.flex-row {
      align-items: center;
  }
  /* .promotion-popup .promotion-content .free {
      top: 9px;
  } */

  .bg-green.popup2 {
    padding: 30px 75px;
    margin-top: 30px;
  }
  .promotion-popup .promotion-content .example {
      padding: 30px 75px;
  }
  .promotion-popup .promotion-content .title-black img {
      bottom: -23px;
      margin-top: 0;
  }
  .promotion-popup .promotion-content .title-black, .promotion-popup .promotion-content .example .title  {
      margin-bottom: 30px;
  }
}

/* #### end popup ### */


/* new popup */
.promotion-popup .promotion-content .accordion-title:after {
  top: 40%;
}

.promotion-popup .promotion-content .accordion:not(:last-child) {
  margin: 0 !important;
}

.promotion-popup .promotion-content .accordion-group {
  margin-top: 30px !important;
}

.promotion-popup .promotion-content ul, .promotion-popup .promotion-content ol {
  padding-bottom: 15px;
  margin-bottom: 0;
}

.line-gray {
  border-top: 1px solid #e9eaeb;
  margin-bottom: 30px;
}

.promotion-popup .promotion-content .t-green20 {
  color: #246c59;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}

.promotion-popup .promotion-content .t-note {
  color: #666666;
  font-family: Helvetica;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  margin-top: 15px;
}

.promotion-popup .promotion-content .mt-20 {
  margin-top: 20px;
}

.list-style-latin li {
  list-style: lower-latin !important;
}

.c-darkgreen {
  color: #246c59 !important;
}

.promotion-popup .promotion-content .bg-green .desc,
.promotion-popup .promotion-content .bg-green2 .desc  {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

.mt-70 {
  margin-top: 70px !important;
}

.mlf {
  margin-left: 75px;
  margin-right: 75px;
}

.bg-green2.popup2 {
  padding: 60px 45px 10px;
  width: 65%;
  min-width: auto;
  /* height: 100%; */
}

.bg-green2.popup2 .img-pro {
  position: absolute;
  top: -50px;
  max-width: 150px;
  width: 100%;
}

.d-flex.mlf .bg-green2.popup2 {
  padding: 0 45px 5px;
  min-height: 150px;
  flex-direction: column;
  gap: 10px;
  border-right: 1px solid #e6e6e6;
  border-radius: 0;
}

.bl-none {                
  border-right: 0 !important;
}

.p-20 {
  padding: 20px 0 !important;
}

.c-lightgreen {
  color: #00c3a3 !important;
}

.c-black {
  color: #333 !important;
}

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

.promotion-popup .promotion-content .accordion-content a.link:hover {
  text-decoration: underline;
}

.bg-transparent {
  background: transparent !important;
}

.line-right {
  border-right: 1px solid #e6e6e6;
  height: 100%;
  min-height: 150px;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
   margin-bottom: 15px !important;
}

.grid-box {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  align-items: center;
  margin-bottom: 30px;
}

.p-absolute {
  position: absolute;
  top: 0;
  left: 0;
}

.bg-green3 {
  background: #f4fdfb !important;
}

@media screen and (max-width:991px) {
  .grid-box {
      grid-template-columns: auto;
      justify-items: center;
      gap: 5px;
  }

  .bg-green2.popup2{
    width: 50%;
  }

  .mlf {
      margin-left: 0;
      margin-right: 0;
  }

  .line-right {
      border-right: 0;
      border-bottom: 1px solid #e6e6e6;
      width: 100%;
  }

  .p-mb-10 {
      padding: 10px 0 !important;
      width: 100%;
  }

  .d-flex.mlf .bg-green2.popup2 {                
      border-right: 0;
  }
  .mb-m-60 {
      margin-bottom: 60px !important;
  }
}

@media screen and (max-width:767px) {
  .bg-green2.popup2{
    width: 65%;
  }
}

.promotion-popup .promotion-content .accordion-title {
  font-weight: 600 !important;
  padding-right: 30px !important;
}

.promotion-popup .promotion-content .accordion-content li img {
  position: relative;
  top: 7px;
}
/* popup */