@charset "utf-8";

#content .section {
  width: 100%;
  height: 100%;
}
#content .section .sec_bar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: absolute;
  z-index: 99;
  left: 2%;
  top: 41.53%;
}
#content .section .sec_bar .box a {
  display: flex;
  align-items: center;
  gap: 8px;
}
#content .section .sec_bar .box a span {
  background: #fff;
}
#content .section .sec_bar .box a h4 {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #fff;
}
#content .section .sec_bar a span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
#content .section.section_1 .mySwiper .swiper-wrapper .slide_1 {
  background: url(/img/section_1.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#content .section.section_1 .mySwiper .swiper-wrapper .slide_2 {
  background: url(/img/section_1.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#content .section.section_1 .mySwiper .swiper-wrapper .slide_3 {
  background: url(/img/section_1.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#content .section.section_1 .mySwiper .swiper-wrapper .slide_4 {
  background: url(/img/section_1.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#content .section .mySwiper {
  height: 100%;
}
#content .section .mySwiper .swiper-wrapper .swiper-slide h4 {
  font-family: "Kanit", sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 80px;
  color: #ffffff;
  padding-bottom: 60px;
}
#content .section .mySwiper .swiper-wrapper .swiper-slide .txt {
  padding: 314px 0 344px 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#content .section .mySwiper .swiper-wrapper .swiper-slide .txt p {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  color: #ffffff;
}
#content .section .mySwiper .swiper-wrapper .swiper-slide .txt p > b {
  color: #fff;
  font-weight: 700;
}
#content .section.section_2 {
  width: 100%;
  /* height: 980px; */
  background: #f3f7fa;
  position: relative;
  top: 0;
}
#content .section.section_2 .sec_bar .box a span,
#content .section.section_3 .sec_bar .box a span,
#content .section.section_4 .sec_bar .box a span,
#content .section.section_5 .sec_bar .box a span,
#content .section.section_6 .sec_bar .box a span {
  background: #015ca5;
  transition: 0.3s;
}
#content .section.section_2 .sec_bar .box a h4,
#content .section.section_3 .sec_bar .box a h4,
#content .section.section_4 .sec_bar .box a h4,
#content .section.section_5 .sec_bar .box a h4,
#content .section.section_6 .sec_bar .box a h4 {
  color: #4f4c4a;
}
#content .section.section_2 .sec_bar a span,
#content .section.section_3 .sec_bar a span,
#content .section.section_4 .sec_bar a span,
#content .section.section_5 .sec_bar a span,
#content .section.section_6 .sec_bar a span {
  background: #9f9f9f;
  transition: 0.3s;
}
#content .section.section_4 .sec_bar .box a span.active {
  background: #015ca5;
}
#content .section.section_4 .sec_bar a span.active {
  background: #ffffff;
}
#content .section.section_2 .con_box {
  max-width: 1351px;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 160px;
  padding: 169px 0;
}
#content .section.section_2 .con_box .left {
  max-width: 630px;
  max-height: 642px;
  width: 100%;
  height: 100%;
  position: relative;
  bottom: 0;
  right: 0;
}
#content .section.section_2 .con_box .left .bg {
  width: 520px;
  height: 642px;
  background: url(/img/section_2.png) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  border-radius: 30px;
}
#content .section.section_2 .con_box .left h2 {
  top: 470px;
  font-family: "Kanit", sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 46px;
  color: #fff;

  background: darkslateblue;
  padding: 39px 32px 39px 31px;
  max-width: 291px;
  height: fit-content;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 48px;
}
#content .section.section_2 .con_box .right {
  display: flex;
  flex-direction: column;
}
#content .section.section_2 .con_box .right h4 {
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.4rem;
}
#content .section.section_2 .con_box .right h2 {
  font-family: "Kanit", sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 80px;
  padding-top: 16px;
  padding-bottom: 40px;
  max-width: 561px;
}
#content .section.section_2 .con_box .right h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  color: #6e6b6a;
}
#content .section.section_2 .con_box .right h3 > b {
  font-weight: 700;
  color: #6e6b6a;
}
#content .section.section_2 .con_box .right span {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px 0;
}
#content .section.section_2 .con_box .right span p {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #4f4c4a;
  display: flex;
  align-items: center;
  gap: 12px;
}
#content .section.section_2 .con_box .right span p img {
  width: 24px;
  height: 24px;
}
#content .section.section_2 .con_box .right a {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  padding: 20px 48px;
  background: #015ca5;
  width: fit-content;
}
#content .section.section_3 {
  background: url(/img/section_3.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative;
  top: 0;
  /* height: 826px; */
}
#content .section.section_3 .con_box {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 80px;
  padding: 180px 0;
}
#content .section.section_3 .con_box .top {
  display: flex;
  align-items: flex-end;
  gap: 100px;
}
#content .section.section_3 .con_box .top .left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#content .section.section_3 .con_box .top .left h4 {
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.4rem;
}
#content .section.section_3 .con_box .top .left h2 {
  font-family: "Kanit", sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 80px;
  max-width: 561px;
}
#content .section.section_3 .con_box .top .right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#content .section.section_3 .con_box .top .right span {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #6e6b6a;
}
#content .section.section_3 .con_box .top .right span:first-child {
  max-width: 521px;
}
#content .section.section_3 .con_box .top .right span:last-child {
  max-width: 425px;
}
#content .section.section_3 .con_box .top .right span b {
  font-weight: 700;
  color: #6e6b6a;
}
#content .section.section_3 .con_box .bottom {
  display: flex;
}
#content .section.section_3 .con_box .bottom a {
  width: 350px;
  max-height: 188px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-right: 1px solid #e6e6e6;
  padding-left: 32px;
}
#content .section.section_3 .con_box .bottom a:last-child {
  border-right: none;
}
#content .section.section_3 .con_box .bottom a h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  color: #666;
}
#content .section.section_3 .con_box .bottom a .more {
  display: flex;
  gap: 8px;
}
#content .section.section_3 .con_box .bottom a .more span {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #015ca5;
}
#content .section.section_3 .con_box .bottom a .more img {
  width: 24px;
  height: 24px;
}
#content .section.section_4 {
  height: 100%;
  max-height: 900px;
  width: 100%;
  display: flex;
  gap: 4px;
  position: relative;
  top: 0;
}
#content .section.section_4 .left {
  width: 41.979%;
  height: 100%;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
#content .section.section_4 .left .img {
  width: 100%;
  height: 900px;
}
#content .section.section_4 .left .hide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0000004a;
  transition: 0.3s;

  opacity: 0;
  z-index: -1;
}
#content .section.section_4 .left .hide.active {
  opacity: 1;
  z-index: 9;
}
#content .section.section_4 .left .hide a {
  width: fit-content;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  margin: auto;
}
#content .section.section_4 .left .hide a h4 {
  font-family: "Kanit", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  color: #fff;
}
#content .section.section_4 .left .hide a span {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
  display: flex;
  gap: 8px;
  padding: 20px 40px;
  box-shadow: 0 0 0 2px #fff inset;

  transition: 0.3s;
}
#content .section.section_4 .left .hide a span:hover {
  background: #ffffff40;
}
#content .section.section_4 .left .hide a span img {
  width: 24px;
  height: 20px;
}
#content .section.section_4 .right {
  width: 58.021%;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  position: relative;
  top: 0;
  left: 0;
}
#content .section.section_4 .right .box {
  width: calc(50% - 2px);
  height: 448px;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
#content .section.section_4 .right .box .img {
  width: 100%;
  height: 100%;
}
#content .section.section_4 .right .box .hide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0000004a;
  transition: 0.3s;

  opacity: 0;
  z-index: -1;
}
#content .section.section_4 .right .box .hide.active {
  opacity: 1;
  z-index: 9;
}
#content .section.section_4 .right .box .hide a {
  width: fit-content;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  align-items: center;
  margin: auto;
}
#content .section.section_4 .right .box .hide a h4 {
  font-family: "Kanit", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  color: #fff;
}
#content .section.section_4 .right .box .hide a span {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
  display: flex;
  gap: 8px;
  padding: 20px 40px;
  box-shadow: 0 0 0 2px #fff inset;

  transition: 0.3s;
}
#content .section.section_4 .right .box .hide a span:hover {
  background: #ffffff40;
}
#content .section.section_4 .right .box .hide a span img {
  width: 24px;
  height: 20px;
}
#content .section.section_5 {
  position: relative;
  top: 0;
  /* height: 950px; */
}
#content .section.section_5 .mySwiper_2 {
  max-width: 1400px;
  margin: auto;
  padding: 180px 0;
}
#content .section.section_5 .mySwiper_2 .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  gap: 153px;
}
#content .section.section_5 .mySwiper_2 .swiper-wrapper .swiper-slide .txt {
}
#content .section.section_5 .mySwiper_2 .swiper-wrapper .swiper-slide .txt h4 {
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.4rem;
}
#content .section.section_5 .mySwiper_2 .swiper-wrapper .swiper-slide .txt h2 {
  font-family: "Kanit", sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 80px;
  padding: 16px 0 60px 0;
  max-width: 527px;
}
#content .section.section_5 .mySwiper_2 .swiper-wrapper .swiper-slide .txt p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #6e6b6a;
  max-width: 521px;
}
#content .section.section_5 .mySwiper_2 .swiper-wrapper .swiper-slide .txt p b {
  font-weight: 700;
  color: #6e6b6a;
}
#content .section.section_5 .mySwiper_2 .swiper-wrapper .swiper-slide .img {
  max-width: 720px;
  max-height: 590px;
  display: flex;
  gap: 40px;
}
#content .section.section_5 .mySwiper_2 .swiper-wrapper .swiper-slide .img img {
  max-width: 340px;
  width: 100%;
  height: 100%;
}
#content .section.section_5 .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #e6e6e6 inset;
  width: fit-content;
  height: fit-content;
  padding: 15px 19px 15px 16px;
  top: 73%;
  left: 0;
  color: #015ca5;
}
#content .section.section_5 .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #e6e6e6 inset;
  width: fit-content;
  height: fit-content;
  top: 73%;
  left: 52px;
  padding: 15px 16px 15px 19px;
  color: #015ca5;
}
#content .section.section_5 .mySwiper_2 .swiper-button-next:after,
#content .section.section_5 .mySwiper_2 .swiper-button-prev:after {
  font-size: 5px;
  font-weight: 900;
}
#content
  .section.section_5
  .mySwiper_2
  .swiper-button-next.swiper-button-disabled,
#content
  .section.section_5
  .mySwiper_2
  .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
#content .section.section_6 {
  background: #f3f7fa;
  width: 100%;
  position: relative;
  top: 0;
}
#content .section.section_6 .sec_box h4 {
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.4rem;
}
#content .section.section_6 .sec_box h2 {
  font-family: "Kanit", sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 80px;
  padding: 16px 0 60px 0;
}
#content .section.section_6 .sec_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 140px 0 174px 0;
}
#content .section.section_6 .sec_box .con_box {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
}
#content .section.section_6 .sec_box .con_box .con a {
  max-width: 440px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#content .section.section_6 .sec_box .con_box .con .img {
  width: 440px;
  height: 226px;
}
#content .section.section_6 .sec_box .con_box .con .img.bi {
  height: 380px;
}
#content .section.section_6 .sec_box .con_box .con .txt {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#content .section.section_6 .sec_box .con_box .con .txt .top {
  display: flex;
  align-items: center;
  gap: 12px;
}
#content .section.section_6 .sec_box .con_box .con .txt .top span {
  width: 28px;
  height: 0;
  border: 1px solid #015ca5;
}
#content .section.section_6 .sec_box .con_box .con .txt .top h4 {
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
}
#content .section.section_6 .sec_box .con_box .con .txt .top p {
  font-family: "Kanit", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #959595;
  display: flex;
  align-items: center;
  gap: 12px;
}
#content .section.section_6 .sec_box .con_box .con .txt .top p::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #959595;
  display: inline-block;
}
#content .section.section_6 .sec_box .con_box .con .bottom {
  margin-left: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}
