.intro {
  padding-top: 110px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .intro {
    padding-top: 70px;
    padding-bottom: 20px;
  }
}
.intro h1 {
  max-width: 635px;
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 94px;
  color: #383838;
  margin-bottom: 37px;
}
@media (max-width: 767px) {
  .intro h1 {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 24px;
  }
}
.intro h1 span {
  color: #D10000;
}
.intro .intro-content {
  border-top: 4px solid #109DCA;
  padding-top: 22px;
  position: relative;
}
.intro .intro-content .scroll-down {
  position: absolute;
  right: 0px;
  top: 28px;
}
@media (max-width: 1100px) {
  .intro .intro-content .scroll-down {
    top: -48px;
  }
}
@media (max-width: 767px) {
  .intro .intro-content .scroll-down {
    display: none;
  }
}
.intro .intro-content .scroll-down a {
  cursor: inherit;
}
.intro .intro-content p {
  max-width: 825px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
  color: #383838;
}
.intro .intro-content h3 {
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #383838;
}

.btn-intro {
  margin-bottom: 120px !important;
}
.btn-intro .btn-find-out-more {
  margin: 0px;
}

.skin-tag.skin-element.clickable.hide-on-mode-mini {
  display: none;
}

.who-we-are {
  padding-top: 0px;
  padding-bottom: 70px;
}
.who-we-are h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #383838;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .who-we-are h3 {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 24px;
  }
}
.who-we-are .contents p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
  color: #383838;
}

.btn-center a {
  -o-object-position: center;
     object-position: center;
  margin: 0 auto !important;
}

.iframe-ppt iframe {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .iframe-ppt iframe {
    height: 422px;
  }
}
@media screen and (max-width: 390px) {
  .iframe-ppt iframe {
    height: 231px;
  }
}
@media screen and (max-width: 317px) {
  .iframe-ppt iframe {
    height: 194px;
  }
}

.custom-h3 {
  margin-top: 60px;
  margin-bottom: 40px !important;
}

.total-cost {
  padding-top: 0px;
  padding-bottom: 60px;
}

.details-total-cost {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 88px;
  margin-bottom: 140px;
}
@media (max-width: 767px) {
  .details-total-cost {
    margin-bottom: 60px;
  }
}
.details-total-cost h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: #109DCA;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .details-total-cost h4 {
    font-size: 24px;
    line-height: 29px;
  }
}
.details-total-cost .items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 30px;
}
.details-total-cost .items .item {
  width: calc(33.3333333333% - 30px + 10px);
  background: #F8F8F8;
  border-radius: 20px;
  padding: 14px 24px 44px;
}
@media (max-width: 1100px) {
  .details-total-cost .items .item {
    width: calc(50% - 30px + 15px);
  }
}
@media (max-width: 767px) {
  .details-total-cost .items .item {
    width: 100%;
  }
}
.details-total-cost .items .item:nth-child(1), .details-total-cost .items .item:nth-child(2), .details-total-cost .items .item:nth-child(9), .details-total-cost .items .item:nth-child(10) {
  width: calc(50% - 30px + 15px);
}
@media (max-width: 1100px) {
  .details-total-cost .items .item:nth-child(1), .details-total-cost .items .item:nth-child(2), .details-total-cost .items .item:nth-child(9), .details-total-cost .items .item:nth-child(10) {
    width: calc(50% - 30px + 15px);
  }
}
@media (max-width: 767px) {
  .details-total-cost .items .item:nth-child(1), .details-total-cost .items .item:nth-child(2), .details-total-cost .items .item:nth-child(9), .details-total-cost .items .item:nth-child(10) {
    width: 100%;
  }
}
.details-total-cost .items .item .heading {
  display: flex;
  flex-direction: row;
  padding-bottom: 14px;
  border-bottom: 2px solid #D9D9D9;
  margin-bottom: 30px;
  gap: 20px;
}
.details-total-cost .items .item .heading .icon-cost {
  width: 90px;
  height: 90px;
  padding: 10px;
  background: #F0F0F0;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.details-total-cost .items .item .heading h4 {
  width: calc(100% - 90px - 20px);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #383838;
  margin-bottom: 0px;
  align-self: center;
}
.details-total-cost .items .item .contents .number-units,
.details-total-cost .items .item .contents .total-cost-usd {
  display: flex;
  justify-content: space-between;
}
.details-total-cost .items .item .contents .number-units:not(:last-child),
.details-total-cost .items .item .contents .total-cost-usd:not(:last-child) {
  margin-bottom: 40px;
}
.details-total-cost .items .item .contents .number-units p,
.details-total-cost .items .item .contents .total-cost-usd p {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #383838;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .details-total-cost .items .item .contents .number-units p,
.details-total-cost .items .item .contents .total-cost-usd p {
    font-size: 16px;
  }
}
.details-total-cost .items .item .contents .number-units span,
.details-total-cost .items .item .contents .total-cost-usd span {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  display: flex;
  align-items: center;
  text-align: right;
}
.details-total-cost .items .item .contents .number-units span.black,
.details-total-cost .items .item .contents .total-cost-usd span.black {
  color: #383838;
}
.details-total-cost .items .item .contents .number-units span.red,
.details-total-cost .items .item .contents .total-cost-usd span.red {
  color: #DC1E1E;
}
.details-total-cost .items .item .contents .number-units span.red::before,
.details-total-cost .items .item .contents .total-cost-usd span.red::before {
  content: "$";
}
.details-total-cost .items .item.custom-item-total-cost {
  width: calc(50% - 30px + 15px);
  display: flex;
  align-items: center;
  padding: 14px 24px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .details-total-cost .items .item.custom-item-total-cost {
    width: 100%;
  }
}
.details-total-cost .items .item.custom-item-total-cost .heading {
  padding-bottom: 0px;
  border-bottom: none;
  margin-bottom: 0px;
  display: flex;
}
.details-total-cost .items .item.custom-item-total-cost h4.price-title {
  max-width: 141px;
}
@media (max-width: 767px) {
  .details-total-cost .items .item.custom-item-total-cost h4 {
    font-size: 15px;
    line-height: 14px;
  }
}
.details-total-cost .items .item.custom-item-total-cost p {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #383838;
  opacity: 0.6;
}
.details-total-cost .items .item.custom-item-total-cost .price-red {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  display: flex;
  align-items: center;
  color: #DC1E1E;
}
.details-total-cost .items .item.custom-item-total-cost .price-red:before {
  content: ">";
}
.details-total-cost .items .item.custom-item-total-cost .price-red:after {
  content: "bn";
}

.line-heading {
  position: relative;
}
.line-heading::before {
  background: #DC1E1E;
  content: "";
  height: 10px;
  width: calc((100% - 1170px) / 2 - 30px);
  position: absolute;
  left: 0;
  top: 60px;
}
@media (max-width: 1400px) {
  .line-heading::before {
    width: calc((100% - 980px) / 2 - 15px);
  }
}
@media (max-width: 1100px) {
  .line-heading::before {
    height: 60px;
    top: 37px;
  }
}
@media (max-width: 767px) {
  .line-heading::before {
    height: 45px;
    width: 15px;
    top: 20px;
  }
}
.line-heading h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 96px;
  line-height: 115px;
  color: #383838;
}
@media (max-width: 767px) {
  .line-heading h1 {
    font-size: 64px;
    line-height: 77px;
  }
}
.line-heading .sub-titles {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #383838;
}
@media (max-width: 767px) {
  .line-heading .sub-titles {
    font-size: 24px;
    line-height: 29px;
  }
}
.line-heading .sub-titles::before {
  content: "";
}

.blue-line-heading::before {
  background: #109DCA;
  top: 50%;
}
@media (max-width: 1100px) {
  .blue-line-heading::before {
    height: 45px;
    width: 15px;
    top: 20px;
  }
}

.currency-exchange-rate {
  padding-top: 0px;
  padding-bottom: 60px;
}
.currency-exchange-rate .line-heading {
  margin-bottom: 80px;
}
.currency-exchange-rate .chart-currency-rates {
  padding: 50px 30px 30px;
  background: #FFFFFF;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .currency-exchange-rate .chart-currency-rates {
    margin: 0 -20px;
    border-radius: 0px;
    padding: 50px 20px 30px;
  }
}
.currency-exchange-rate .chart-currency-rates h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: #109DCA;
  text-align: center;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .currency-exchange-rate .chart-currency-rates h4 {
    font-size: 24px;
    line-height: 29px;
  }
}
.currency-exchange-rate .chart-currency-rates .x-axis-label {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.currency-exchange-rate .chart-currency-rates .x-axis-label p {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #383838;
  opacity: 0.6;
}

.btn-find-out-more {
  display: flex;
  justify-content: center;
  margin-bottom: 140px;
}
.btn-find-out-more a {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #383838;
  border: 2px solid #109DCA;
  box-sizing: border-box;
  padding: 26px 30px;
  max-width: 310px;
  margin: 0 auto;
}
.btn-find-out-more a:hover {
  background-color: #109DCA;
  color: #FFFFFF;
}

.market-cap-drop {
  padding-top: 0px;
  padding-bottom: 60px;
}
.market-cap-drop .line-heading {
  margin-bottom: 80px;
}
.market-cap-drop .chart-currency-rates {
  padding: 50px 30px 30px;
  background: #FFFFFF;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .market-cap-drop .chart-currency-rates {
    margin: 0 -20px;
    border-radius: 0px;
    padding: 50px 20px 30px;
  }
}
.market-cap-drop .chart-currency-rates h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: #109DCA;
  text-align: center;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .market-cap-drop .chart-currency-rates h4 {
    font-size: 24px;
    line-height: 29px;
  }
}
.market-cap-drop .chart-currency-rates .x-axis-label {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.market-cap-drop .chart-currency-rates .x-axis-label p {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #383838;
  opacity: 0.6;
}

.btn-find-out-more {
  display: flex;
  justify-content: center;
  margin-bottom: 140px;
}
@media (max-width: 767px) {
  .btn-find-out-more {
    margin-bottom: 60px;
  }
}
.btn-find-out-more a {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #383838;
  border: 2px solid #109DCA;
  box-sizing: border-box;
  padding: 26px 30px;
  max-width: 310px;
  margin: 0 auto;
}
.btn-find-out-more a:hover {
  background-color: #109DCA;
  color: #FFFFFF;
}

.daily-brief {
  padding-top: 60px;
  padding-bottom: 38px;
  background: #fff;
}
.daily-brief .blue-line-heading {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .daily-brief .blue-line-heading::before {
    top: 10px;
  }
}
.daily-brief .blue-line-heading h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #383838;
}
.daily-brief .brief-carousel .swiper-wrapper {
  margin-bottom: 120px;
}
.daily-brief .brief-carousel .swiper-wrapper .swiper-slide .card-image {
  margin-bottom: 30px;
}
.daily-brief .brief-carousel .swiper-wrapper .swiper-slide .card-image img {
  border-radius: 10px;
  height: 205px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .daily-brief .brief-carousel .swiper-wrapper .swiper-slide .card-image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.daily-brief .brief-carousel .swiper-wrapper .swiper-slide .contents a h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 20px;
}
.daily-brief .brief-carousel .swiper-wrapper .swiper-slide .contents p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #383838;
  margin-bottom: 40px;
}
.daily-brief .brief-carousel .swiper-wrapper .swiper-slide .contents .btn-read a.btn-readmore {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #109DCA;
}
.daily-brief .brief-carousel .wrap-navigation {
  position: relative;
  max-width: 212px;
  margin: 0px auto 0px;
}
.daily-brief .brief-carousel .wrap-navigation .swiper-button-prev {
  width: 40px;
  height: 100%;
  left: -20px;
  z-index: 99;
  margin-top: calc(0px - var(--swiper-navigation-size) / 1.5);
}
.daily-brief .brief-carousel .wrap-navigation .swiper-button-prev::after {
  content: "" !important;
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/themes/a-template/resources/images/icons/arrow-prev.svg");
  background-position: 45% 50%;
  background-repeat: no-repeat;
  background-color: #DEDEDE;
  border-radius: 50%;
}
.daily-brief .brief-carousel .wrap-navigation .swiper-button-prev:hover::after {
  background-color: #109DCA;
}
.daily-brief .brief-carousel .wrap-navigation .swiper-button-next {
  width: 40px;
  height: 100%;
  right: -20px;
  z-index: 99;
  margin-top: calc(0px - var(--swiper-navigation-size) / 1.5);
}
.daily-brief .brief-carousel .wrap-navigation .swiper-button-next::after {
  content: "" !important;
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/themes/a-template/resources/images/icons/arrow-next.svg");
  background-position: 53% 50%;
  background-repeat: no-repeat;
  background-color: #DEDEDE;
  border-radius: 50%;
}
.daily-brief .brief-carousel .wrap-navigation .swiper-button-next:hover::after {
  background-color: #109DCA;
}
.daily-brief .brief-carousel .wrap-navigation .swiper-pagination {
  top: -37px;
}
.daily-brief .brief-carousel .wrap-navigation .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #DEDEDE;
  opacity: 1;
}
.daily-brief .brief-carousel .wrap-navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #109DCA;
}

.contact-bottom {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .contact-bottom {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.contact-bottom .line-heading {
  margin-bottom: 40px;
  display: none;
}
.contact-bottom .description {
  margin-bottom: 80px;
}
.contact-bottom .description p {
  max-width: 1015px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 38px;
  color: #383838;
}
.contact-bottom .logo-partner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.contact-bottom .logo-partner .item {
  width: calc(33.3333333333% - 30px + 10px);
  background: #FFFFFF;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .contact-bottom .logo-partner .item {
    width: 100%;
    min-height: 90px;
  }
}
.contact-bottom .logo-partner .item img {
  width: 100%;
}
