@charset "UTF-8";
/*
Colors
 */
/*
Fonts
 */
/*
font sizes
*/
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 25px;
  color: white;
}
.navbar .navbar-collapse .navbar-nav .nav-item .navbar-brand {
  margin: auto 180px auto 40px;
}

ul {
  padding-left: 15px;
}
ul li {
  padding-left: 6px;
}
ul li::marker {
  content: "C";
  font-family: "xapo icons";
  font-size: 12px;
}

._principal_bank {
  display: block;
  position: relative;
  font-size: 14px;
  margin: auto;
  z-index: 10;
}
._principal_bank ._mw-section:before, ._principal_bank ._mw-section:after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 200%;
  z-index: -10;
  background-color: #EDEAE6;
  top: 0;
}
._principal_bank ._mw-section:before {
  right: 0;
}
._principal_bank ._mw-section:after {
  left: 0;
}
._principal_bank ._desc_section {
  display: block;
  position: relative;
  margin: 20px 50px 40px 48px;
}
._principal_bank ._desc_section h4 {
  font-weight: 500;
  font-size: 2.938rem;
}
._principal_bank ._desc_icon {
  position: relative;
  display: block;
}
._principal_bank ._desc_icon i {
  font-size: 0;
  line-height: 24px;
  color: #E5E86D;
  padding: 16px;
}
._principal_bank ._des_highlights {
  display: block;
  position: relative;
  padding: 24px 18px 24px 50px;
  width: 100%;
}
._principal_bank ._des_highlights h5 {
  font-weight: 500;
  display: block;
  position: relative;
}
._principal_bank ._des_highlights h5:after {
  content: "";
  display: block;
  position: absolute;
  width: 45px;
  top: 50%;
  left: 110px;
  height: 3px;
  background-color: black;
}
._principal_bank ._des_highlights ul {
  display: block;
  position: relative;
  z-index: 10;
}
._principal_bank ._desc_notes {
  display: block;
  position: relative;
}
._principal_bank ._desc_notes span:nth-child(2n):before {
  background-color: white;
}
._principal_bank ._des_percent {
  position: relative;
  display: block;
}
._principal_bank .icon-bank1_icon {
  display: block;
  position: absolute;
  top: 6%;
  font-size: 40px;
  right: 4%;
}
._principal_bank .icon-card3_icon {
  display: block;
  position: absolute;
  bottom: 6%;
  font-size: 40px;
  right: 4%;
}
._principal_bank:after {
  content: "";
  display: block;
  position: absolute;
  background-color: white;
}
._principal_bank:after {
  left: 50%;
  bottom: 56%;
  width: 100%;
  height: 1px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1367px) {
  ._principal_bank:after {
    width: 100%;
  }
}
._principal_bank ._br {
  border-right: solid 1px white;
}
._principal_bank ._bg_gray {
  background-color: #e4e4e4;
  z-index: 1;
}
._principal_bank ._bg_principal_bank {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 380px;
  max-width: 244px;
  border-radius: 120px;
}

._des_percent {
  display: block;
  position: relative;
  padding: 15px;
}
._des_percent:before {
  display: inline-block;
  position: absolute;
  font-size: 100px;
  line-height: 110px;
  content: "K";
  font-family: "xapo icons";
  left: 25%;
  top: -20px;
}
._des_percent span {
  display: block;
}
._des_percent span:first-child {
  font-size: 94px;
  font-weight: 600;
  line-height: 90px;
  margin-left: 30px;
}
._des_percent span:last-child {
  font-size: 1.375rem;
  font-family: "scotch-display", "Playfair Display", sans-serif;
  font-weight: 500;
}

._desc_notes {
  display: block;
  position: relative;
  padding: 15px;
}
._desc_notes span {
  display: block;
  position: relative;
  font-size: 1.375rem;
}
._desc_notes span:first-child {
  font-weight: 500;
}
._desc_notes span:nth-child(2n) {
  font-family: "scotch-display", "Playfair Display", sans-serif;
  font-style: italic;
  margin-left: 40px;
  margin-bottom: 16px;
}
._desc_notes span:nth-child(2n):before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  top: 50%;
  left: -30px;
  height: 3px;
  background-color: rgb(25, 43, 63);
  transform: translateY(-50%);
}

._secondary_banks {
  margin: 30px 0;
  border-top: 1px solid #141414;
  border-bottom: 1px solid #141414;
}
._secondary_banks .slick-list {
  margin-left: -46px;
}
._secondary_banks .slick-list .slick-slide:last-child .item .row {
  border-right: 1px solid #141414;
  padding-right: 20px;
}
._secondary_banks:before {
  top: 32%;
  left: 0;
  content: " ";
  width: 200%;
  display: block;
  position: absolute;
  height: 1px;
  background-color: #141414;
}
._secondary_banks .row > div {
  border-left: 1px solid #141414;
  position: relative;
}
._secondary_banks .row > div:last-child {
  border-right: unset;
}
._secondary_banks .row > div:first-child {
  border-left: unset;
}
._secondary_banks .row > div ._img {
  display: block;
  width: 100%;
  height: 148px;
  max-width: 82px;
  border-radius: 120px;
  position: absolute;
  top: 50%;
  left: 34%;
  transform: translateY(-50%);
}
._secondary_banks .icon-arrow2_icon {
  font-size: 0;
  color: rgb(199, 73, 24);
  position: absolute;
  bottom: 0;
  left: 132%;
}
._secondary_banks span {
  font-size: 14px;
  font-weight: 400;
}
._secondary_banks span._no {
  display: block;
  position: relative;
  text-align: right;
  font-weight: 500;
  padding: 10px 6px;
}
._secondary_banks h4 {
  font-size: 2.813rem;
  line-height: 2.813rem;
  margin-bottom: 0;
  font-weight: 500;
}
._secondary_banks a {
  font-size: 14px;
  margin-left: auto;
  display: inline-block;
  position: absolute;
  right: 5%;
  bottom: 4%;
  font-weight: 200;
  z-index: 100;
}
._secondary_banks ._desc_notes {
  min-height: 360px;
}
._secondary_banks ._desc_notes ul {
  font-size: 14px;
}
._secondary_banks ._desc_notes span {
  font-size: 18px;
}
._secondary_banks ._desc_notes span:first-child {
  font-size: 25px;
  font-weight: 500;
}
._secondary_banks ._header_desc {
  display: block;
  position: relative;
  min-height: 150px;
}

._section_faqs {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #E4E4E4;
  padding: 148px 94px 98px;
}
._section_faqs ._q {
  display: block;
  position: relative;
  max-width: 386px;
  bottom: 0;
  margin: 5px auto;
}
@media screen and (max-width: 1367px) {
  ._section_faqs ._q {
    max-width: 374px;
  }
}
._section_faqs ._q:before, ._section_faqs ._q:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #707070;
}
._section_faqs ._q:before {
  top: 20%;
}
._section_faqs ._q:after {
  top: 70%;
}
._section_faqs ._q ._content {
  min-height: 446px;
  position: relative;
}
._section_faqs ._q ._desc {
  display: block;
  position: relative;
  z-index: 10;
}
._section_faqs ._q i {
  display: block;
  position: absolute;
  font-size: 30px;
}
._section_faqs ._q i.icon-bank1_icon, ._section_faqs ._q i.icon-card3_icon, ._section_faqs ._q i.icon-search_icon {
  top: 5%;
  right: 5%;
}
._section_faqs ._q i.icon-bank1_icon {
  font-size: 40px;
}
._section_faqs ._q._1:before, ._section_faqs ._q._3:before {
  top: 18%;
}
._section_faqs ._q._1 ._typo-c-1, ._section_faqs ._q._3 ._typo-c-1 {
  padding: 30px 24px 10px;
  border-bottom: 1px solid #707070;
}
._section_faqs ._q._1 ._desc:after, ._section_faqs ._q._2 ._desc:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background-color: #707070;
}
._section_faqs ._q._2 ._percent, ._section_faqs ._q._3 ._percent {
  display: block;
  position: relative;
}
._section_faqs ._q._1 ._desc {
  padding: 20px 0 1px 20px;
  max-width: 76%;
  border-right: 1px solid #707070;
}
._section_faqs ._q._1 ._desc p {
  margin-bottom: 0.8rem;
}
._section_faqs ._q._1 .icon-asterisk_icon {
  left: 8%;
  bottom: 8%;
  color: rgb(221, 192, 67);
  font-size: 40px;
}
._section_faqs ._q._2:before {
  height: 0;
}
._section_faqs ._q._2 ._typo-c-2 {
  padding: 30px 14px;
}
._section_faqs ._q._2 ._typo-c-2 div:first-child span {
  margin-right: 5px;
}
._section_faqs ._q._2 ._typo-c-2 div:first-child span:after {
  margin-left: 10px;
}
._section_faqs ._q._2 ._typo-c-2 div:nth-child(2n) {
  display: inline-block;
}
._section_faqs ._q._2 ._typo-c-2 div:nth-child(2n) h4 {
  margin-bottom: 0;
}
._section_faqs ._q._2 ._typo-c-2 div:nth-child(2n) span {
  font-weight: 500;
  font-family: "halyard-display", Helvetica, helvetica, Arial, arial, sans-serif;
  font-size: 2.625rem;
  font-style: normal;
  display: inline-block;
  line-height: 2.188rem;
}
._section_faqs ._q._2 ._typo-c-2 div:last-child {
  display: inline-block;
}
._section_faqs ._q._2 ._typo-c-2 div:last-child span {
  font-size: 16px;
  font-family: "halyard-display", Helvetica, helvetica, Arial, arial, sans-serif;
  font-style: normal;
  font-weight: 300;
}
._section_faqs ._q._2 ._desc {
  padding: 90px 10px 0 20px;
  margin-right: 120px;
}
._section_faqs ._q._2 ._desc p {
  margin-bottom: 0;
}
._section_faqs ._q._2 ._desc:after {
  height: 100%;
  right: -30px;
  bottom: -38px;
}
._section_faqs ._q._2 ._percent {
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
}
._section_faqs ._q._2 ._percent h5 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 500;
  position: absolute;
  left: 6%;
  bottom: -36px;
}
._section_faqs ._q._2 ._percent div {
  display: block;
  position: absolute;
  font-size: 100px;
  line-height: 100px;
  font-family: "scotch-display", "Playfair Display", sans-serif;
  font-style: italic;
  top: 16%;
  left: 50%;
  transform: translateX(-50%);
}
._section_faqs ._q._2 ._percent div:before {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  height: 2px;
  left: 12%;
  top: 0;
  background-color: rgb(25, 43, 63);
}
._section_faqs ._q._2 .icon-asterisk_icon {
  right: 9%;
  bottom: 9%;
  color: rgb(199, 73, 24);
}
._section_faqs ._q._2:after {
  top: 47.4%;
}
._section_faqs ._q._3 .icon-asterisk_icon {
  left: 4%;
  bottom: 3%;
  color: rgb(221, 192, 67);
  font-size: 40px;
}
._section_faqs ._q._3 ._desc {
  padding: 20px 40px 0;
  margin-bottom: 120px;
}
._section_faqs ._q._3 ._desc:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 32.5%;
  left: 24%;
  bottom: -120px;
  background-color: #707070;
}
._section_faqs ._q._3 ._desc:before {
  content: "C";
  font-family: "xapo icons";
  font-size: 12px;
  display: inline-block;
  position: absolute;
  left: 24px;
  top: 24px;
}
._section_faqs ._q._3 ._desc ul {
  padding-left: 15px;
}
._section_faqs ._q._3 ._desc ul li {
  padding-left: 6px;
}
._section_faqs ._q._3 ._desc ul li::marker {
  content: "•";
}
._section_faqs ._q._3:after {
  top: 82%;
}
._section_faqs ._q._3 ._typo-c-1 div:first-child h4 {
  margin-bottom: 0;
  font-family: "scotch-display", "Playfair Display", sans-serif;
  line-height: 1.375rem;
}
._section_faqs ._q._3 ._typo-c-1 p {
  border: unset;
  padding: 0;
}
._section_faqs ._q._3 .icon-percent2_icon {
  right: 6px;
  bottom: -18px;
  color: #E4E4E4;
  font-size: 114px;
  line-height: 130px;
}
._section_faqs ._q._3 ._percent span {
  position: absolute;
  font-size: 116px;
  line-height: 130px;
  color: #ECECEC;
  right: 18%;
  bottom: -8px;
  z-index: 8;
  font-weight: 500;
}
._section_faqs .slick-slider .slick-list {
  margin: auto;
  max-width: 1200px;
}
._section_faqs .slick-slider .slick-slide {
  max-width: 400px;
}
._section_faqs .slick-slider .slick-slide.slick-current, ._section_faqs .slick-slider .slick-slide.slick-center {
  padding: 30px 0px;
  margin: 50px 0px;
}
._section_faqs ._more_f_link {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 24%;
  font-size: 14px;
}
._section_faqs ._more_f_link a {
  font-weight: 200;
}

._section_blog {
  display: block;
  position: relative;
  padding: 60px 0;
}
._section_blog ._intro h4 {
  font-size: 2.625rem;
  line-height: 2.625rem;
  font-family: "scotch-display", "Playfair Display", sans-serif;
  font-style: italic;
}
._section_blog ._sl_blog {
  padding-top: 40px;
  max-width: 1054px;
  margin-left: auto;
}
._section_blog ._sl_blog ._content {
  display: block;
  position: relative;
}
._section_blog ._sl_blog ._content a._link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
._section_blog ._sl_blog ._content ._image {
  width: 100%;
  height: 368px;
  border-radius: 24px;
  display: block;
  max-width: 280px;
}
._section_blog ._sl_blog ._content ._image ._urls {
  display: block;
  position: absolute;
  left: 5%;
  bottom: 22%;
}
._section_blog ._sl_blog ._content ._image ._urls a._link {
  padding-left: 20px;
  font-family: "scotch-display", "Playfair Display", sans-serif;
  font-style: italic;
  font-size: 14px;
}
._section_blog ._sl_blog ._content ._image ._urls a._link:hover {
  font-weight: 400;
}
._section_blog ._sl_blog ._content h5 {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 16px;
}
._section_blog ._sl_blog ._content p {
  font-size: 16px;
}
html:lang(th) ._section_faqs ._q._1 ._typo-c-1 {
  padding-right: 120px;
}
html:lang(th) ._section_faqs ._q._2 ._typo-c-2 {
  padding-right: 110px;
  padding-bottom: 52px;
}
html:lang(th) ._section_faqs ._q._2:after {
  top: 42%;
}
html:lang(th) ._section_faqs ._q._3 ._desc:after {
  height: 28.5%;
}
html:lang(th) ._principal_bank:after {
  bottom: 54%;
}

._table-banks {
  overflow-y: auto !important;
}
._table-banks ::-webkit-scrollbar-track {
  border-radius: 0.125rem;
  background-color: lightgray;
}
._table-banks ::-webkit-scrollbar {
  width: 0.25rem;
  border-radius: 0.125rem;
}
._table-banks ::-webkit-scrollbar-thumb {
  border-radius: 0.125rem;
  background-color: gray;
}
._table-banks:after {
  content: "A";
  font-family: "xapo icons";
  font-size: 24px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 24%;
  color: rgb(199, 73, 24);
  z-index: 1000;
  transform: rotate(90deg);
  animation: 1500ms 2s jump infinite ease-in-out;
}

@keyframes jump {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  50% {
    transform: translateY(40px) rotate(90deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@media screen and (max-width: 1400px) {
  ._secondary_banks ._desc_notes {
    padding: 16px 0;
  }
}
@media screen and (max-width: 991px) {
  ._principal_bank:after {
    bottom: 33%;
    width: 96%;
    left: 4%;
    transform: unset;
  }
  ._principal_bank:before {
    right: 39.5%;
  }
  ._principal_bank ._desc_section {
    padding-left: 44px;
  }
  ._principal_bank ._des_highlights {
    padding: 12px 44px 12px 62px;
  }
  ._principal_bank ._des_percent {
    position: relative;
    top: 12%;
  }
  ._principal_bank ._desc_notes {
    position: relative;
    top: 22%;
  }
  ._principal_bank .icon-card3_icon {
    right: 4%;
  }
  ._principal_bank .icon-bank1_icon {
    right: 4%;
    top: 49%;
  }
  ._section_faqs {
    padding: 40px 0 100px;
  }
  ._section_faqs ._more_f_link {
    bottom: 8%;
  }
  ._section_faqs .slick-slider .slick-slide.slick-current, ._section_faqs .slick-slider .slick-slide.slick-center {
    padding: 0;
    margin: auto;
  }
  ._section_blog ._sl_blog ._content {
    max-width: 200px;
  }
  ._section_blog ._sl_blog ._content ._image {
    max-width: 200px;
    height: 288px;
  }
  ._section_blog ._sl_blog ._content ._image ._urls {
    bottom: 26%;
    max-height: 30px;
    overflow-y: hidden;
  }
  ._prSliderControls._sl_secondary_banks {
    top: -26px;
  }
  ._secondary_banks ._desc_notes {
    padding: 15px 0 0;
  }
  html:lang(th) ._principal_bank:after {
    bottom: 40%;
  }
  html:lang(th) ._secondary_banks h4 {
    font-size: 2.188rem;
    line-height: 2.188rem;
  }
}
@media screen and (max-width: 960px) {
  ._principal_bank:after {
    bottom: 28%;
  }
}
@media screen and (max-width: 850px) {
  ._principal_bank:after {
    bottom: 32%;
  }
  ._principal_bank ._desc_notes {
    padding: 15px 0;
  }
  ._principal_bank .icon-bank1_icon {
    top: 44%;
  }
  ._secondary_banks .slick-list {
    margin-left: -106px;
  }
  ._section_faqs {
    padding: 40px 0 100px;
  }
  ._section_faqs ._more_f_link {
    bottom: 8%;
  }
  ._section_faqs .slick-slider .slick-slide.slick-current, ._section_faqs .slick-slider .slick-slide.slick-center {
    padding: 0;
    margin: auto;
  }
  ._section_blog ._sl_blog ._content {
    max-width: 200px;
  }
  ._section_blog ._sl_blog ._content ._image {
    max-width: 200px;
    height: 288px;
  }
  ._section_blog ._sl_blog ._content ._image ._urls {
    bottom: 29%;
  }
}
@media screen and (max-width: 450px) {
  ._principal_bank:before {
    display: none;
  }
  ._principal_bank:after {
    bottom: 47%;
    width: 90%;
    left: 10%;
  }
  ._principal_bank ._mw-section .img-invisible {
    height: 280px;
  }
  ._principal_bank ._desc_section {
    padding-left: 20px;
    padding-right: 30px;
  }
  ._principal_bank ._des_highlights {
    padding-left: 40px;
    width: 100%;
    padding-right: 50px;
  }
  ._principal_bank ._desc_icon {
    padding-right: 20px;
  }
  ._principal_bank ._des_percent, ._principal_bank ._desc_notes {
    top: 0;
  }
  ._principal_bank ._desc_notes {
    width: 120%;
    padding: 35px 15px 35px 22px;
  }
  ._principal_bank ._des_percent {
    width: 78%;
    padding: 35px 15px;
  }
  ._principal_bank ._des_percent:before {
    font-size: 74px;
    line-height: 74px;
    top: 32px;
    right: -6px;
  }
  ._principal_bank ._des_percent span:first-child {
    font-size: 64px;
  }
  ._principal_bank ._des_percent span:last-child {
    font-size: 16px;
  }
  ._principal_bank ._bg_principal_bank {
    max-width: 170px;
  }
  ._secondary_banks {
    margin-bottom: 60px;
  }
  ._secondary_banks ._desc_notes {
    min-height: auto;
  }
  ._secondary_banks:before {
    top: 30%;
  }
  ._secondary_banks .slick-list {
    margin: 0;
  }
  ._secondary_banks .slick-list:before, ._secondary_banks .slick-list:after {
    display: none;
  }
  ._secondary_banks .row:first-child > div {
    border-top: unset;
  }
  ._secondary_banks .row > div {
    border-left: unset;
    padding-left: 26px;
  }
  ._secondary_banks h4 {
    font-size: 2.188rem;
    line-height: 2.188rem;
  }
  ._prSliderControls._sl_secondary_banks {
    top: -46px;
  }
  ._prSliderControls._sl_secondary_banks button {
    line-height: 30px;
  }
  ._section_faqs ._q {
    text-align: left;
    max-width: 300px;
  }
  ._section_faqs ._q i.icon-bank1_icon, ._section_faqs ._q i.icon-card3_icon, ._section_faqs ._q i.icon-search_icon {
    font-size: 30px;
    top: 2%;
    right: 3%;
  }
  ._section_faqs ._q._1 ._desc:after {
    height: 0;
  }
  ._section_faqs ._q._2 ._typo-c-2 div:first-child span:after {
    left: 0;
    width: 60px;
  }
  ._section_faqs ._q._2 ._percent h5 {
    font-size: 50px;
    left: 0;
  }
  ._section_faqs ._q._2 ._percent div {
    font-size: 80px;
    line-height: 80px;
  }
  ._section_faqs ._q._2 ._desc {
    padding: 52px 10px 0 20px;
    margin-left: 0;
  }
  ._section_faqs ._q._2 ._desc:after {
    bottom: -10%;
    height: 98%;
  }
  ._section_faqs ._q._3 ._desc {
    max-width: 100%;
  }
  ._section_faqs ._q._3 ._desc ul {
    font-size: 14px;
  }
  ._section_faqs ._q ._desc {
    max-width: 190px;
  }
  ._section_faqs ._q ._desc p {
    font-size: 14px;
  }
  ._section_faqs ._q:after {
    top: 75%;
  }
  ._section_faqs .slick-slider .slick-slide {
    text-align: center;
  }
  ._section_blog ._sl_blog ._content {
    max-width: 180px;
  }
  html:lang(th) ._principal_bank:after {
    bottom: 52%;
  }
}
@media screen and (max-width: 380px) {
  ._section_blog ._sl_blog ._content ._image {
    max-width: 170px;
    height: 270px;
  }
}

/*# sourceMappingURL=home.css.map */
