@import url("https://fonts.googleapis.com/css2?family=Mitr:wght@300;400;600;700&display=swap");

@font-face {
  font-family: "Sukhumvit Set";
  src: url("../assets/fonts/SukhumvitSet-Bold.woff2") format("woff2"),
    url("../assets/fonts/SukhumvitSet-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Sukhumvit Set";
  src: url("../assets/fonts/SukhumvitSet-Text.woff2") format("woff2"),
    url("../assets/fonts/SukhumvitSet-Text.woff") format("woff");
  font-weight: normal;
}

@font-face {
  font-family: "Helvetica";
  src: url("../assets/fonts/Helvetica-Bold.woff2") format("woff2"),
    url("../assets/fonts/Helvetica-Bold.woff") format("woff");
  font-weight: bold;
}

*,body {
  font-family: "Sukhumvit Set";
  font-weight: normal;
}

.hvtc-bold {
  font-family: "Helvetica";
}

.text-bold {
}

.banner {
  position: relative;
  background-image: url("../assets/images/banner-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem 0;
  color: #ffffff;
}

.banner .logo{
  width: 80px !important
}

.banner .logo2 {
  width: 70% !important;
}

.banner *{
  font-family: "Mitr" !important;
}

.banner #title-box{
  display: flex;
  align-items: center;
}


.banner .title img {
  width:180px;
  margin-right: 10px
}


.h-full {
  height: 100% !important;
}


section#two h1{
  font-weight: bold !important;
  color: #204391 
}

/* section#three .box {
  width: 100%;
  min-height: 100vh;
  background-image: url("../assets/images/section3/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

section#three .mobile {
  width: 200px;
}

section#three .mobile:not(#mobile1) {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

section#three .content-box {
  position: relative;
}

section#three #title {
  width: 50%;
}

section#three .content-box img {
  position: absolute;
  width: 300px;
  right: 0;
} */


button.outline {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.25rem;
  margin-top: 1rem;
  padding: 5px 10px;
}

section#four .card {
  border: 2.5px solid rgb(90, 175, 228);
  border-radius: 1.5rem !important;
}

section#four .card-text {
  /* color: #; */
  font-weight: bold !important;
  font-size: 16px !important;
}

section#four img {
  max-width: 100%;
}

.accordion-item {
  /* border: none !important; */
}

.accordion-item .accordion-header {
  /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25); */
  /* margin: 1rem 0; */
  /* border: 1px solid; */
}

.accordion-button {
  /* color: #204391 !important; */
  font-weight: bold !important;
  font-size: 1.5rem !important;
}

.accordion-body{
  font-size: 15px
}

section#five h5 {
  color: #204391;
  font-weight: bold !important;
}

section#five ul {
  list-style: none;
  padding-left: 0 !important;
}

section#five ul li {
  margin-left: 1rem;
  position: relative;
}

section#five ul li::before {
  content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #204391; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  font-size: 2rem;
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
}

section#five ul li.wrap-text::before {
  transform: translateY(-73%);
}


section#five ul.question {
  padding-top: 2rem;
}

section#five ul.question li {
  padding-bottom: 1rem;
  position: relative;
}

section#five ul.question li p:first-child {
  /* line-height: 0; */
  color: #204391;
  font-weight: bold !important;
  /* padding-bottom: 10px; */
  font-size: 18px;
  position: relative;
  top: -0.8rem;
}

section#five ul.question li p {
  /* line-height: 0; */
  position: relative;
  top: -1rem;
}

section#five ul.question li::before {
  top: 0;
}

section#six h1 {
  max-width: max-content;
  font-size: 1.5rem
}

section#six h2 {
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  column-gap: 1rem;
  font-size: 1.5rem;
  margin-left:2rem
}

section#six .number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;

  background: rgb(0, 111, 214);
  background: linear-gradient(
    90deg,
    rgba(0, 111, 214, 1) 0%,
    rgba(0, 49, 165, 1) 100%
  );
}

section#six .photo .number {
  margin: 0 auto;
}

section#six .photo {
  /* display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; */
}

section#six .photo img {
  /* max-width: 200px; */
  padding: 0 5px;
  margin: 1rem auto;
}
section#six button {
  color: #fff;
  background: rgb(0, 111, 214) ;
  background: linear-gradient(
    90deg,
    rgba(0, 111, 214, 1) 0%,
    rgba(0, 49, 165, 1) 100%
  );
  border:none;
  padding:0.5rem 1.5rem;
  border-radius:3rem;
  font-weight: bold;
  font-size: 0.8rem;
  margin-top: 1rem;

}


section#seven {
  background-color: #E6EFFF
}


section#seven .button {
  text-align: center;
  margin-top: 3rem;
}

section#seven .button a {
  text-decoration: none; */
  background-color: #004796;
  color: #fff;
  padding: 5px 15px;
  font-size: 1.25rem;
  margin: 0 1rem;
}

section#eight{
  background: rgb(0, 111, 214);
  background: linear-gradient(
    90deg,
    rgba(0, 111, 214, 1) 0%,
    rgba(0, 49, 165, 1) 100%
  );
  color: #fff;
  padding: 5rem 0
}

section#eight button{
  border: none;
  background: rgb(40,178,229);
  background: linear-gradient(90deg, rgba(40,178,229,1) 0%, rgba(255,255,255,1) 100%);
  border-radius: 10rem;
  color: #1C4095;
  font-size: 1.5rem;
  padding: 0.25rem 3rem;
  margin: 1rem 0.5rem
}


/* .slick-slider{
  display: flex !important;
  justify-content: space-around;
  column-gap: 3rem
} */


.slick-slider{
  display: flex !important;
  justify-content: space-around;
  /* column-gap: 3rem */
}

.slick-slide{
 border: 2.5px solid #fff;
 border-radius: 2rem
}

.slick-slide img{
  max-width: 300px;
  border-radius: 50%;
  border: 2.5px solid #fff;
  margin: 0 auto
}

.slick-slide .slick-content{
  position:relative;
  padding: 3rem 1rem;
}

.slick-slide .slick-content::before{
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url('/assets/images/icon/quote-left.png');
  background-size: contain;
  background-repeat: no-repeat;
  /* left: -3.5rem;
  top: -0.5rem */
  left: 1rem;
  top: 0
}

.slick-slide .slick-content::after{
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url('/assets/images/icon/quote-right.png');
  background-size: contain;
  background-repeat: no-repeat;
  right: 2rem;
  bottom: 0
}

button.slick-prev,button.slick-next{
  background:none;
  border:none;
}

.slick-prev,.slick-next{
  position:absolute;
  bottom: -2.5rem;
  /* left:0; */
  z-index: 999
}

.slick-prev{
  left: 30%
}

.slick-next{
  right: 30%
}

/* footer {
  background-color: #2b3d8a;
  padding: 3rem 0;
  color: #fff;
}

footer ul {
  list-style: none;
  font-family: Helvetica !important;
  color: #8098f1;
}

footer ul li:first-child {
  font-weight: bold !important;
  padding-bottom: 10px;
}

footer a {
  text-decoration: none;
  color: #8098f1;
}

footer .social a {
  border: 1px solid #fff;
  padding: 5px 8px;
  margin-right: 5px;
} */
