.theme-home-loan-plus .sc-promotions .sc-headline {
  margin-bottom: 40px;
}

.theme-home-loan-plus .sc-promotions .sc-inner {
  padding-bottom: 0;
}

.theme-home-loan-plus .sc-promotions .sc-content {
  position: relative;
}

.theme-home-loan-plus .sc-promotions .sc-content .promotion-list .promotion {
  position: relative;
  padding: 20px 0;
}

.theme-home-loan-plus .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-home-loan-plus .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 #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-home-loan-plus .sc-promotions .sc-content .promotion-list .promotion .content h3 {
  font-size: 24px;
  line-height: 1.3;
}

.theme-home-loan-plus .sc-promotions .sc-content .promotion-list .promotion .content h3 small {
  font-size: 14px;
  font-weight: normal;
  color: #BBBBBB;
}

.theme-home-loan-plus .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-home-loan-plus .sc-promotions .sc-content .promotion-list .promotion .content .action {
  margin-top: auto;
}

.theme-home-loan-plus .sc-promotions .sc-content .promotion-list .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-home-loan-plus .sc-promotions .sc-content .promotion-list .promotion .content .action .btn:hover {
  background: #FF677F;
}

.theme-home-loan-plus .sc-promotions .sc-content .promotion-list .slick-list {
  overflow-x: visible;
  overflow-y: visible;
}

.theme-home-loan-plus .sc-promotions .sc-content .promotion-list .promotion h3,
.theme-home-loan-plus .sc-promotions .sc-content .promotion-list .promotion h3 small,
.theme-home-loan-plus .sc-promotions .sc-content .promotion-list .promotion p {
  transform: translateY(40px);
  transition: 400ms;
  opacity: 0;
}

.theme-home-loan-plus .sc-promotions .sc-content .promotion-list .promotion.promotion-active h3,
.theme-home-loan-plus .sc-promotions .sc-content .promotion-list .promotion.promotion-active h3 small,
.theme-home-loan-plus .sc-promotions .sc-content .promotion-list .promotion.promotion-active p {
  transform:  translateY(0);
  opacity: 1;
}

.theme-home-loan-plus .sc-promotions .sc-content .promotion-list .promotion .action {
  transform: translateY(-40px);
  transition: 400ms;
  opacity: 0;
}

.theme-home-loan-plus .sc-promotions .sc-content .promotion-list .promotion.promotion-active .action {
  transform:  translateY(0);
  opacity: 1;
}

.theme-home-loan-plus .sc-promotions #promotions-thumb {
  margin-top: 40px;
  padding: 0 50px 30px 50px;
}

.theme-home-loan-plus .sc-promotions #promotions-thumb.fit-container {
  padding: 0;
}

.theme-home-loan-plus .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 200ms;
}

.theme-home-loan-plus .sc-promotions #promotions-thumb.fit-container .promotion:first-child {
  margin-left: 0;
}

.theme-home-loan-plus .sc-promotions #promotions-thumb.fit-container .promotion:last-child {
  margin-right: 0;
}

.theme-home-loan-plus .sc-promotions #promotions-thumb .promotion.active {
  border-color: #00A950;
  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-home-loan-plus .sc-promotions #promotions-thumb .promotion img {
  width: 100%;
}

.theme-home-loan-plus .sc-promotions #promotions-thumb .promotion:not(.active):hover {
  cursor: pointer;
}

.theme-home-loan-plus .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-home-loan-plus .sc-promotions #promotions-thumb .slick-list {
  overflow-x: visible;
  overflow-y: visible;
}

.theme-home-loan-plus .sc-promotions #promotions-thumb .slick-list .slick-track {
  margin: auto;
}

.theme-home-loan-plus .sc-promotions #promotions-thumb .slick-slide.slick-active {
  opacity: 1;
}

.theme-home-loan-plus .sc-promotions #promotions-thumb .slick-slide:not(.slick-active) {
  opacity: 0.5;
}

.theme-home-loan-plus .sc-promotions #promotions-thumb .slick-arrow {
  top: calc(50% - 15px);
}

.theme-home-loan-plus .sc-promotions #promotions-thumb .slick-prev:hover,
.theme-home-loan-plus .sc-promotions #promotions-thumb .slick-next:hover {
  color: #333333;
}

.theme-home-loan-plus .sc-promotions #promotions-thumb .slick-prev.slick-disabled,
.theme-home-loan-plus .sc-promotions #promotions-thumb .slick-next.slick-disabled {
  opacity: 0.5;
}

.theme-home-loan-plus .sc-promotions #promotions-thumb .slick-dots {
  left: 0;
}

@media screen and (max-width: 1169px) {
  .theme-home-loan-plus .sc-promotions .sc-content .promotion-list .promotion .content {
    padding: 40px 40px 40px 80px;
  }
}

@media screen and (max-width: 1024px) {
  .theme-home-loan-plus .sc-promotions .sc-content .promotion-list .promotion .content h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .theme-home-loan-plus .sc-promotions .sc-content .promotion-list .promotion .content h3 .sub {
    font-size: 16px;
  }

  .theme-home-loan-plus .sc-promotions .sc-content .promotion-list .promotion .content h3 small {
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  .theme-home-loan-plus .sc-headline {
    margin-bottom: 20px;
  }

  .theme-home-loan-plus .sc-promotions .sc-content .promotion-list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }

  .theme-home-loan-plus .sc-promotions .sc-content .promotion-list .promotion:not(:first-child) {
    margin-left: 15px;
  }

  .theme-home-loan-plus .sc-promotions .sc-content .promotion-list .promotion {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .theme-home-loan-plus .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-home-loan-plus .sc-promotions .sc-content .promotion-list .promotion .content {
    position: relative;
    width: 100%;
    padding: 15px;
  }

  .theme-home-loan-plus .sc-promotions #promotions-thumb {
    margin-top: 20px;
    padding: 0px 20px 30px 20px;
  }

  .theme-home-loan-plus .sc-promotions #promotions-thumb.fit-container {
    padding: 0;
  }

  .theme-home-loan-plus .sc-promotions #promotions-thumb .promotion {
    border: none;
    outline: none;

    margin: 0 5px;
  }

  .theme-home-loan-plus .sc-promotions #promotions-thumb .promotion.active,
  .theme-home-loan-plus .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);
  }

  .theme-home-loan-plus .sc-promotions #promotions-thumb .promotion:before {
    background: rgba(0, 0, 0, 0);
  }

  .theme-home-loan-plus .sc-promotions #promotions-thumb .promotion:hover:before {
    background: rgba(0, 0, 0, 0);
  }
}

@media screen and (max-width: 767px) {
  .theme-home-loan-plus .sc-promotions .sc-content .promotion-list {
    display: block;
  }

  .theme-home-loan-plus .sc-promotions .sc-content .promotion-list .promotion:not(:first-child) {
    margin-left: 0;
  }

  .theme-home-loan-plus .sc-promotions .sc-content .promotion-list .promotion .content {
    min-height: unset;
  }

  .theme-home-loan-plus .sc-promotions #promotions-thumb {
    padding: 0px 10px 30px 10px;
  }

  .theme-home-loan-plus .sc-promotions #promotions-thumb.fit-container {
    padding: 0;
  }
}

.promotion-popup .hr {
  margin: 20px 0;
  width: 100%;
  height: 1px;
  background: #E2E2E2;
}

.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: #00A950;
  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;

  left: 0;
  top: 0;
  width: 100%;
  height: 300px;

  background: #E7F9EB;
  border-bottom: solid 5px #266B6B;
}

.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: #28AD74;
  background: #CADF80;

  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;
  background: #D4F55E;
}

.promotion-popup .mfp-content .promotion-content {
  padding: 40px 0;

  font-family: "notosans_thai", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.promotion-popup .mfp-container {
  height: auto;
}

.promotion-popup h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;

  margin: 0;
}

.promotion-popup h5 {
  font-size: 18px;
  color: #333333;
  margin: 0 0 30px 0;

  text-align: center;
}

.promotion-popup a.link {
  color: #00A950;
}

.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,
.promotion-popup ol li {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #666666;

  line-height: 1.5;
}

.promotion-popup ul,
.promotion-popup ol {
  margin-top: 5px;
  margin-bottom: 0;
  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: #00A950;
  cursor: pointer;
  text-decoration: none;
}

.promotion-popup .link .ic {
  font-size: 12px;
  color: inherit;
  vertical-align: baseline;
}

.promotion-popup .sc-container > ul,
.promotion-popup .sc-container > ol {
  margin-bottom: 30px;
}

@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 h3 {
    font-size: 22px;
  }

  .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;
  }
}

@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%;
  }
}

@media screen and (max-width: 370px) {
  .promotion-popup .mfp-content .promotion-header .content .action .btn {
    max-width: 100px;
  }
}

#promotion-refinance-supersave .promotion-content {
  padding-top: 0;
}

#promotion-refinance-supersave .promotion-content p {
  margin-bottom: 10px;
}

#promotion-refinance-supersave .table-desktop .table {
  table-layout: fixed;
  border-collapse: separate;
  border: solid 1px #E6E6E6;
  border-radius: 10px;

  overflow-x: hidden;
  overflow-y: hidden;

  width: 100%;
}

#promotion-refinance-supersave .table-desktop .table thead th {
  padding: 20px 10px;
  background: #1BAD71;
}

#promotion-refinance-supersave .table-desktop .table tbody td {
  padding: 20px 10px;
  background: #F8F8F8;
}

#promotion-refinance-supersave .hr {
  margin: 30px 0 20px 0;
}

#promotion-refinance-supersave .remark {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #666666;
}

#promotion-refinance-supersave .table-mobile .table {
  table-layout: fixed;
  border-collapse: separate;
  border: solid 1px #E6E6E6;
  border-radius: 10px;

  overflow-x: hidden;
  overflow-y: hidden;

  width: 100%;
}

#promotion-refinance-supersave .table-mobile .table tbody td {
  padding: 15px 5px;
  font-size: 16px;
}

#promotion-refinance-supersave .table-mobile .table tbody td:first-child {
  background: #1BAD71;
  color: white;

  width: 52%;
}

#promotion-refinance-supersave .table-mobile .table tbody td:last-child {
  background: #F8F8F8;
}

#promotion-refinance-supersave .table-mobile .table tbody tr:not(:last-child) td {
  border-bottom: solid 1px #E6E6E6;
}

#promotion-refinance-supersave .popup-accordion {
  margin-top: 30px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: none;
}

#promotion-refinance-supersave .popup-accordion .popup-accordion-title {
  position: relative;
  padding: 15px 25px 15px 0;
}

#promotion-refinance-supersave .popup-accordion .popup-accordion-title:after {
  display: none;
}

#promotion-refinance-supersave .popup-accordion .popup-accordion-content {
  padding-bottom: 15px;
  display: block;
}

@media screen and (max-width: 767px) {
  #promotion-refinance-supersave .popup-accordion {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }

  #promotion-refinance-supersave .popup-accordion .popup-accordion-content {
    display: none;
  }

  #promotion-refinance-supersave .popup-accordion .popup-accordion-title:after {
    font-family: 'icongarage';
    content: "\e90d";
    font-size: 11px;
    font-weight: normal;
    color: #555555;
    display: inline-block;
    width: 25px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    position: absolute;
    right: 11px;
    top: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
    background-color: transparent;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);

    -webkit-transition: transform 400ms;
    -moz-transition: transform 400ms;
    -ms-transition: transform 400ms;
    transition: transform 400ms;
  }

  #promotion-refinance-supersave .popup-accordion .popup-accordion-title.active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
