@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");

body {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 16px;
  font-weight: 500;
  background-color: #4E8196;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

body::-webkit-scrollbar-track {
  background: #4E8196;
}

body::-webkit-scrollbar-thumb {
  background: #4E8196;
  border-radius: 5px;
}

.sy-container {
  margin: 0 auto;
  padding: 0 3%;
  max-width: 1500px;
  width: 100%;
  background: rgba(78, 129, 150, 0.5);
  
}

form {
  margin: 0;
}

#sy-header {
  background-color: #4E8196;
}

#sy-header .header-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#sy-header .header-1 .header-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
}

#sy-header .header-1 .menu-link {
  font-size: 16px;
  color: #fff;
}

#sy-header .header-1 .dot-1 {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 20px;
}

#sy-header .header-1 .dot-2 {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 10px;
}

#sy-header .header-1 .social-title {
  font-size: 16px;
  color: #fff;
  padding: 0 20px 0 0;
}

#sy-header .header-1 .menu-icon {
  min-width: 25px;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#sy-header .header-1 .menu-icon img {
  width: 100%;
  height: 100%;
}

#sy-header .header-2 {
  position: relative;
  background-color: #4E8196;
  border-top-left-radius: clamp(20px, 3vw, 40px);
  border-top-right-radius: clamp(20px, 3vw, 40px);
}

#sy-header .header-2 .sub-header-1 {
  padding: 15px 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#sy-header .header-2 .sub-header-1 .header-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#sy-header .header-2 .sub-header-1 .logo {
  width: 171px;
}

#sy-header .header-2 .sub-header-1 .slash {
  height: 70px;
  width: 1px;
  background-color: #E5E9FF;
  margin: 0 30px;
}

#sy-header .header-2 .sub-header-1 .help-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 clamp(15px, 5vw, 60px) 0 0;
  margin: 0;
  display: none;
}

#sy-header .header-2 .sub-header-1 .help-mobile .icon {
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #4E8196;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}

#sy-header .header-2 .sub-header-1 .help-mobile .text {
  font-size: 18px;
  color: #434343;
  white-space: nowrap;
}

#sy-header .header-2 .sub-header-1 .help-mobile .in-btn-help {
  width: 150px;
  height: 30px;
  font-size: 15px;
  background-color: #D7172F;
  color: #FAFBFF;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  border-bottom-left-radius: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#sy-header .header-2 .sub-header-1 .help-mobile .in-btn-tel {
  font-size: 17px;
  color: #4E8196;
  white-space: nowrap;
}

#sy-header .header-2 .sub-header-1 .title-help {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 clamp(15px, 5vw, 60px) 0 0;
}

#sy-header .header-2 .sub-header-1 .title-help .icon {
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #4E8196;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}

#sy-header .header-2 .sub-header-1 .title-help .text {
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
}

#sy-header .header-2 .sub-header-1 .btn-tel {
  font-size: 20px;
  color: #fff;
  margin: 0 clamp(10px, 5vw, 30px) 0 0;
  white-space: nowrap;
}

#sy-header .header-2 .sub-header-1 .btn-help {
  width: 220px;
  height: 65px;
  background-color: #EBBD70;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  border-bottom-left-radius: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#sy-header .header-2 .sub-header-1 .btn-help .icon {
  min-width: 25px;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
}

#sy-header .header-2 .sub-header-1 .btn-help .text {
  font-size: 18px;
  color: #FAFBFF;
  white-space: nowrap;
}

#sy-header .header-2 .line {
  width: 100%;
  height: 1px;
  background-color: #E5E9FF;
}

#sy-header .header-2 .sub-header-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
  background-color: #fff;
}

#sy-header .header-2 .sub-header-2 .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 clamp(-10px, 3vw, -25px);
}

#sy-header .header-2 .sub-header-2 .header-menu .menu-list {
  font-size: 16ox;
  color: #EBBD70;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 clamp(10px, 5vw, 25px);
}

#sy-header .header-2 .sub-header-2 .header-menu .menu-list .icon {
  min-width: 20px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#sy-header .header-2 .sub-header-2 .header-menu .menu-list.active {
  color: #EBBD70;
  text-decoration: underline;
}

#sy-header .header-2 .sub-header-2 .header-menu .menu-list.active .icon {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

#sy-header .header-2 .sub-header-2 .menu-mobile {
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#sy-header .header-2 .sub-header-2 .menu-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#sy-header .header-2 .sub-header-2 .menu-group .slash {
  height: 40px;
  width: 1px;
  background-color: #000;
  margin: 0 20px;
}

.background-sub-header-2{
  background-color: #000;
}


#sy-header .header-2 .sub-header-2 .menu-group .language-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#sy-header .header-2 .sub-header-2 .menu-group .language-group .language-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#sy-header .header-2 .sub-header-2 .menu-group .language-group .language-title .icon {
  min-width: 20px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}

#sy-header .header-2 .sub-header-2 .menu-group .language-group .language-title .text {
  font-size: 16px;
  color: #EBBD70;
}

#sy-header .header-2 .sub-header-2 .menu-group .language-group .select-language {
  padding: 0 30px 0 10px;
  border: 0;
  outline: none;
  background: url("../icon/arrow-select.svg") no-repeat right 10px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #EBBD70;
}

@media (max-width: 1000px) {
  #sy-header .header-2 .sub-header-2 .header-menu {
    display: none;
  }

  #sy-header .header-2 .sub-header-2 .menu-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #sy-header .header-2 .sub-header-2.active .menu-mobile {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  #sy-header .header-2 .sub-header-2.active .header-menu {
    display: block;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    background-color: #EBBD70;
    z-index: 999;
    padding: 10px 0;
    -webkit-animation: slide-down 0.3s ease-in-out;
    animation: slide-down 0.3s ease-in-out;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }

  @-webkit-keyframes slide-down {
    0% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
      opacity: 0;
    }

    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes slide-down {
    0% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
      opacity: 0;
    }

    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }

  #sy-header .header-2 .sub-header-2.active .header-menu .menu-list {
    padding: 15px 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
  }

  #sy-header .header-2 .sub-header-2.active .header-menu .menu-list:hover {
    background-color: #E5E9FF;
  }
}

@media (max-width: 900px) {
  #sy-header .header-2 .sub-header-1 .logo {
    width: 130px;
  }

  #sy-header .header-2 .sub-header-1 .help-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #sy-header .header-2 .sub-header-1 .title-help {
    display: none;
  }

  #sy-header .header-2 .sub-header-1 .btn-tel {
    display: none;
  }

  #sy-header .header-2 .sub-header-1 .btn-help {
    display: none;
  }
}

@media (max-width: 700px) {
  #sy-header .header-1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #sy-header .header-1 .header-group:nth-child(1) {
    display: none;
  }
}

@media (max-width: 450px) {
  #sy-header .header-2 .sub-header-1 .logo {
    width: 130px;
  }

  #sy-header .header-2 .sub-header-1 .slash {
    display: none;
  }

  #sy-header .header-2 .sub-header-1 .help-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #sy-header .header-2 .sub-header-1 .help-mobile .icon {
    display: none;
  }

  #sy-header .header-2 .sub-header-1 .help-mobile .in-btn-help {
    width: 155px;
  }

  #sy-header .header-2 .sub-header-1 .help-mobile .in-btn-tel {
    font-size: 14px;
  }
}

#sy-footer {
  padding: clamp(70px, 7vw, 110px) 0 0 0;
  background: #4E8196;
}

#sy-footer .footer-1 .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: clamp(20px, 7vw, 60px);
}

#sy-footer .footer-1 .footer-top .footer-top-col {
  width: 50%;
}

#sy-footer .footer-1 .footer-top .footer-top-col .footer-logo {
  width: 171px;
  margin-bottom: 15px;
}

#sy-footer .footer-1 .footer-top .footer-top-col .footer-logo img {
  width: 100%;
}

#sy-footer .footer-1 .footer-top .footer-top-col .t1 {
  font-size: clamp(14px, 3vw, 16px);
  color: #fff;
  margin-bottom: 10px;
}

#sy-footer .footer-1 .footer-top .footer-top-col .t1 .t1-1 {
  color: #EBBD70;
}

#sy-footer .footer-1 .footer-top .footer-top-col .t2 {
  font-size: clamp(14px, 3vw, 16px);
  color: #fff;
  max-width: 440px;
  
}

#sy-footer .footer-1 .footer-top .footer-top-col .t3 {
  font-size: clamp(18px, 3vw, 24px);
  color: #EBBD70;
  margin-bottom: 5px;
}

#sy-footer .footer-1 .footer-top .footer-top-col .t4 {
  font-size: clamp(14px, 3vw, 16px);
  color: #fff;
  margin-bottom: 15px;
}

#sy-footer .footer-1 .footer-top .footer-top-col .sy-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#sy-footer .footer-1 .footer-top .footer-top-col .sy-input-group input {
  border: 1px solid #fff;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  font-size: clamp(15px, 3vw, 18px);
  padding: 0 clamp(15px, 3vw, 30px);
  color: #000;
  height: 60px;
  width: calc(100% - 165px);
  margin: 0 5px 5px 0;
}

#sy-footer .footer-1 .footer-top .footer-top-col .sy-input-group input::-webkit-input-placeholder {
  color: #B1B1B1;
}

#sy-footer .footer-1 .footer-top .footer-top-col .sy-input-group input::-moz-placeholder {
  color: #B1B1B1;
}

#sy-footer .footer-1 .footer-top .footer-top-col .sy-input-group input:-ms-input-placeholder {
  color: #B1B1B1;
}

#sy-footer .footer-1 .footer-top .footer-top-col .sy-input-group input::-ms-input-placeholder {
  color: #B1B1B1;
}

#sy-footer .footer-1 .footer-top .footer-top-col .sy-input-group input::placeholder {
  color: #B1B1B1;
}

#sy-footer .footer-1 .footer-top .footer-top-col .sy-input-group button {
  background-color: #EBBD70;
  border: 1px solid #E5E9FF;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  font-size: clamp(15px, 3vw, 18px);
  color: #FAFBFF;
  height: 60px;
  width: 160px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 0 5px 0;
}

#sy-footer .footer-1 .footer-top .footer-top-col .sy-input-group button:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

#sy-footer .footer-1 .footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

#sy-footer .footer-1 .footer-row .footer-col {
  width: calc(25% - 30px);
  margin: 15px;
}

#sy-footer .footer-1 .footer-row .footer-col .footer-title {
  font-size: clamp(18px, 3vw, 24px);
  color: #EBBD70;
}

#sy-footer .footer-1 .footer-row .footer-col .sy-hr {
  border-color: #E5E9FF;
  margin: clamp(5px, 3vw, 10px) 0 clamp(15px, 3vw, 30px) 0;
}

#sy-footer .footer-1 .footer-row .footer-col .footer-subtitle {
  font-size: clamp(16px, 3vw, 18px);
  color: #EBBD70;
  margin-bottom: 10px;
}

#sy-footer .footer-1 .footer-row .footer-col .t1 {
  margin-bottom: 25px;
}

#sy-footer .footer-1 .footer-row .footer-col .t1,
#sy-footer .footer-1 .footer-row .footer-col .t2 {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  color: #fff;
}

#sy-footer .footer-1 .footer-row .footer-col .footer-menu {
  margin-bottom: 15px;
}

#sy-footer .footer-1 .footer-row .footer-col .footer-menu .menu-icon a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#sy-footer .footer-1 .footer-row .footer-col .footer-menu .menu-icon img {
  width: 25px;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

#sy-footer .footer-1 .footer-row .footer-col .footer-menu a {
  font-size: clamp(16px, 3vw, 18px);
  color: #fff;
}

#sy-footer .footer-1 .footer-row .footer-col .title-tag {
  font-size: 15px;
  color: #EBBD70;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

#sy-footer .footer-1 .footer-row .footer-col .title-tag .dot {
  min-width: 4px;
  width: 4px;
  height: 4px;
  background-color: #4E8196;
  border-radius: 50%;
  margin: 0 10px;
}

#sy-footer .footer-1 .footer-row .footer-col .footer-news-text {
  font-size: clamp(16px, 3vw, 18px);
  color: #fff;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#sy-footer .footer-2 {
  background-color: #4E8196;
  padding: 20px 0;
}

#sy-footer .footer-2 .menu-policy {
  margin: -5px -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#sy-footer .footer-2 .menu-policy .footer-menu-policy {
  margin: 5px 20px;
}

#sy-footer .footer-2 .menu-policy .footer-menu-policy a {
  font-size: clamp(14px, 3vw, 15px);
  font-weight: 400;
  color: #FFFFFF;
}

@media (max-width: 950px) {
  #sy-footer .footer-1 .footer-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #sy-footer .footer-1 .footer-top .footer-top-col {
    width: 100%;
  }

  #sy-footer .footer-1 .footer-top .footer-top-col:nth-child(1) {
    margin-bottom: 30px;
  }

  #sy-footer .footer-1 .footer-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #sy-footer .footer-1 .footer-row .footer-col {
    width: calc(50% - 30px);
  }
}

@media (max-width: 450px) {
  #sy-footer .footer-1 .footer-top .footer-top-col .sy-input-group input {
    width: calc(100% - 100px);
    height: 50px;
  }

  #sy-footer .footer-1 .footer-top .footer-top-col .sy-input-group button {
    width: 100px;
    height: 50px;
  }

  #sy-footer .footer-1 .footer-row .footer-col {
    width: calc(100% - 30px);
  }
}

.pagination-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2% 0 5% 0;
}

.pagination-body .my-pagination .pagination .page-item .page-link {
  background-color: #4E8196;
  border: none;
  color: var(--bg_button_primary);
  color: #fff;
}

.pagination-body .my-pagination .pagination .page-item .page-link.active {
  background-color: #D7172F;
  border: none;
}

.pagination-body .my-pagination .pagination .page-item .page-link.fa-angle-left {
  background: #4E8196 url("../icon/arrow-left-page.svg");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 11.66px;
}

.pagination-body .my-pagination .pagination .page-item .page-link.fa-angle-right {
  background: #4E8196 url("../icon/arrow-right-page.svg");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 11.66px;
}

.sy-cover {
  background: url("../img/cover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: calc(100dvh - 235px);
  position: relative;
  margin-bottom: clamp(30px, 7vw, 100px);
}

.sy-cover .cover-area {
  margin: 0 auto;
  padding: 0 3%;
  max-width: 1500px;
  width: 100%;
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sy-cover .cover-area .t1 {
  font-size: clamp(36px, 7vw, 80px);
  color: #fff;
}

.sy-cover .cover-area .t2 {
  font-size: clamp(16px, 3vw, 18px);
  color: #fff;
  max-width: 870px;
  margin-bottom: 25px;
}

.sy-cover .cover-area .btn-help {
  width: 220px;
  height: 65px;
  background-color: #EBBD70;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  border-bottom-left-radius: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sy-cover .cover-area .btn-help .icon {
  min-width: 25px;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
}

.sy-cover .cover-area .btn-help .text {
  font-size: 18px;
  color: #FAFBFF;
  white-space: nowrap;
}

@media (max-width: 700px) {
  .sy-cover {
    min-height: 500px;
  }

  .sy-cover .cover-area {
    top: 50%;
  }
}

.index-section-1 {
  margin-bottom: clamp(30px, 7vw, 100px);
}

.index-section-1 .t1 {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 600;
  color: #4E8196;
}

.index-section-1 .title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-section-1 .title-group .tg-1 {
  font-size: clamp(30px, 3vw, 48px);
  color: #EBBD70;
  margin-bottom: 5px;
  margin-bottom: clamp(30px, 3vw, 50px);
}

.index-section-1 .title-group .tg-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: clamp(30px, 3vw, 50px);
}

.index-section-1 .title-group .tg-2 .page-now {
  font-size: clamp(30px, 3vw, 48px);
  line-height: clamp(30px, 3vw, 48px);
  color: #EBBD70;
}

.index-section-1 .title-group .tg-2 .page-all {
  font-size: clamp(16px, 3vw, 16px);
  font-weight: 600;
  color: #EBBD70;
  margin-right: clamp(30px, 3vw, 50px);
  white-space: nowrap;
}

.index-section-1 .title-group .tg-2 .swiper-pre-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.index-section-1 .title-group .tg-2 .swiper-pre-next .icon {
  min-width: 7.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
}

.index-section-1 .title-group .tg-2 .swiper-pre-next .line {
  width: 150px;
  height: 1px;
  background-color: #EBBD70;
  margin: 0 5px;
}

.index-section-1 .service-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-section-1 .service-container .service-menu {
  width: 300px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 5px;
  margin-right: 30px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 25px 30px 5px 30px;
  background-color: #EBBD70;
}

.index-section-1 .service-container .service-menu .service-title {
  font-size: clamp(18px, 3vw, 20px);
  color: #fff;
  padding-bottom: clamp(10px, 3vw, 20px);
  margin-bottom: clamp(10px, 3vw, 20px);
  border-bottom: 1px solid #E5E9FF;
}

.index-section-1 .service-container .service-menu .service-item {
  padding-bottom: clamp(10px, 3vw, 20px);
  margin-bottom: clamp(10px, 3vw, 20px);
  border-bottom: 1px solid #E5E9FF;
}

.index-section-1 .service-container .service-menu .service-item a {
  font-size: clamp(14px, 3vw, 16px);
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.index-section-1 .service-container .service-menu .service-item a:hover {
  color: #4E8196;
}

.index-section-1 .service-container .service-menu .service-item:last-child {
  border: 0;
}

.index-section-1 .service-container .service-slide-container {
  width: calc(100% - 330px);
  overflow: hidden;
}

.index-section-1 .service-container .service-slide-container .swiper-wrapper .swiper-slide .service-img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: clamp(15px, 3vw, 40px);
}

.index-section-1 .service-container .service-slide-container .swiper-wrapper .swiper-slide .service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 700px) {
  .index-section-1 .service-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .index-section-1 .service-container .service-menu {
    width: 100%;
    margin: 0 0 0 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .index-section-1 .service-container .service-slide-container {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: 300px;
    margin-bottom: clamp(10px, 3vw, 20px);
  }
}

.index-section-2 {
  /* background: #4E8196 url("../img/bg-customer.png"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  border-radius: clamp(20px, 7vw, 80px);
  padding: clamp(30px, 4vw, 85px) 0;
  margin-bottom: clamp(30px, 7vw, 90px);
}

.index-section-2 .sy-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-section-2 .sy-row .sy-col {
  max-width: 50%;
}

.index-section-2 .sy-row .sy-col:nth-child(1) {
  color: #fff;
  padding-right: clamp(20px, 4vw, 80px);
}

.index-section-2 .sy-row .sy-col:nth-child(1) .t1 {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 600;
}

.index-section-2 .sy-row .sy-col:nth-child(1) .t2 {
  font-size: clamp(30px, 3vw, 56px);
  margin-bottom: 5px;
  max-width: 450px;
}

.index-section-2 .sy-row .sy-col:nth-child(1) .t3 {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 400;
  margin-bottom: clamp(20px, 7vw, 40px);
  max-width: 450px;
}

.index-section-2 .sy-row .sy-col:nth-child(1) .t4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: clamp(15px, 7vw, 35px);
}

.index-section-2 .sy-row .sy-col:nth-child(1) .t4 .logo {
  min-width: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}

.index-section-2 .sy-row .sy-col:nth-child(1) .t4 .text {
  font-size: 18px;
}

.index-section-2 .sy-row .sy-col:nth-child(1) .t4 .text .text-t2 {
  font-weight: 600;
}

.index-section-2 .sy-row .sy-col:nth-child(1) .btn-all-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.index-section-2 .sy-row .sy-col:nth-child(1) .btn-all-review .text {
  font-size: clamp(14px, 3vw, 16px);
  color: #fff;
  margin-right: 10px;
}

.index-section-2 .sy-row .sy-col:nth-child(1) .btn-all-review .icon {
  min-width: 5px;
  padding-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-section-2 .sy-row .sy-col:nth-child(2) .review-card {
  max-width: 490px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 5px;
  padding: 15px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-section-2 .sy-row .sy-col:nth-child(2) .review-card .review-icon {
  min-width: 60px;
  margin-right: 20px;
}

.index-section-2 .sy-row .sy-col:nth-child(2) .review-card .review-icon img {
  width: 100%;
}

.index-section-2 .sy-row .sy-col:nth-child(2) .review-card .review-detail {
  width: calc(100% - 80px);
  padding: 20px clamp(20px, 4vw, 80px) 25px 0;
}

.index-section-2 .sy-row .sy-col:nth-child(2) .review-card .review-detail .text-title {
  font-size: clamp(18px, 3vw, 20px);
  font-weight: 600;
  color: #4E8196;
  margin-bottom: 15px;
}

.index-section-2 .sy-row .sy-col:nth-child(2) .review-card .review-detail .text-review {
  font-size: clamp(14px, 3vw, 16px);
  line-height: clamp(20px, 3vw, 30px);
  font-weight: 400;
  -webkit-columns: #434343;
  -moz-columns: #434343;
  columns: #434343;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: clamp(20px, 6vw, 60px);
}

.index-section-2 .sy-row .sy-col:nth-child(2) .review-card .review-detail .customer-group {
  margin: 0 auto;
}

.index-section-2 .sy-row .sy-col:nth-child(2) .review-card .review-detail .customer-group .customer-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.index-section-2 .sy-row .sy-col:nth-child(2) .review-card .review-detail .customer-group .customer-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.index-section-2 .sy-row .sy-col:nth-child(2) .review-card .review-detail .customer-group .text-name {
  text-align: center;
  font-size: clamp(18px, 3vw, 20px);
  color: #434343;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-section-2 .sy-row .sy-col:nth-child(2) .review-card .review-detail .customer-group .text-service {
  font-size: clamp(14px, 3vw, 16px);
  color: #4E8196;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 900px) {
  .index-section-2 {
    background: #4E8196 url("../img/bg-customer-mobile.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}

@media (max-width: 800px) {
  .index-section-2 {
    border-radius: 0;
    border-top-left-radius: clamp(20px, 7vw, 80px);
    border-top-right-radius: clamp(20px, 7vw, 80px);
    padding-top: 60px;
  }

  .index-section-2 .sy-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .index-section-2 .sy-row .sy-col {
    width: 100%;
    max-width: 100%;
  }

  .index-section-2 .sy-row .sy-col:nth-child(1) {
    padding: 0 0 clamp(40px, 4vw, 80px) 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .index-section-2 .sy-row .sy-col:nth-child(1) .t2 {
    max-width: 100%;
  }

  .index-section-2 .sy-row .sy-col:nth-child(1) .t3 {
    max-width: 100%;
  }

  .index-section-2 .sy-row .sy-col:nth-child(1) .t4 {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .index-section-2 .sy-row .sy-col:nth-child(1) .btn-all-review {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .index-section-2 .sy-row .sy-col:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .index-section-2 .sy-row .sy-col:nth-child(2) .review-card {
    max-width: 100%;
  }

  .index-section-2 .sy-row .sy-col:nth-child(2) .review-card .review-icon {
    min-width: 40px;
    width: 40px;
    margin-right: 10px;
  }

  .index-section-2 .sy-row .sy-col:nth-child(2) .review-card .review-detail {
    width: calc(100% - 50px);
    padding: 10px clamp(20px, 4vw, 80px) 25px 0;
  }
}

.index-section-3 .t1,
.section-news .t1 {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 600;
  color: #4E8196;
}

.index-section-3 .t2,
.section-news .t2 {
  font-size: clamp(30px, 3vw, 48px);
  color: #EBBD70;
  margin-bottom: 5px;
}

.index-section-3 .t3,
.section-news .t3 {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 400;
  color: #fff;
  max-width: 850px;
  margin-bottom: 10px;
}

.index-section-3 .news-container,
.section-news .news-container {
  margin-bottom: clamp(30px, 7vw, 60px);
}

.index-section-3 .news-container .news-item,
.section-news .news-container .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #E5E9FF;
  padding: clamp(15px, 7vw, 30px) 0;
}

.index-section-3 .news-container .news-item .news-t1,
.section-news .news-container .news-item .news-t1 {
  width: 100%;
  font-size: 15px;
  color: #EBBD70;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: clamp(10px, 3vw, 15px);
}

.index-section-3 .news-container .news-item .news-t1 .dot,
.section-news .news-container .news-item .news-t1 .dot {
  min-width: 4px;
  width: 4px;
  height: 4px;
  background-color: #48569D;
  border-radius: 50%;
  margin: 0 10px;
}

.index-section-3 .news-container .news-item .news-detail,
.section-news .news-container .news-item .news-detail {
  width: calc(100% - 180px - clamp(30px, 10vw, 150px));
}

.index-section-3 .news-container .news-item .news-detail .news-t2,
.section-news .news-container .news-item .news-detail .news-t2 {
  font-size: clamp(16px, 3vw, 18px);
  color: #fff;
  margin-bottom: clamp(10px, 3vw, 15px);
}

.index-section-3 .news-container .news-item .news-detail .news-t3,
.section-news .news-container .news-item .news-detail .news-t3 {
  font-size: clamp(14px, 3vw, 16px);
  color: #fff;
  margin-bottom: clamp(10px, 3vw, 15px);
}

.index-section-3 .news-container .news-item .news-detail .news-t4,
.section-news .news-container .news-item .news-detail .news-t4 {
  font-size: clamp(14px, 3vw, 16px);
  color: #fff;
  font-style: italic;
}

.index-section-3 .news-container .news-item .news-img,
.section-news .news-container .news-item .news-img {
  min-width: 180px;
  width: 180px;
  height: 180px;
  margin: -35px 0 0 clamp(30px, 10vw, 150px);
}

.index-section-3 .news-container .news-item .news-img img,
.section-news .news-container .news-item .news-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.index-section-3 .btn-news-more,
.section-news .btn-news-more {
  max-width: 210px;
  width: 100%;
  height: 65px;
  background-color: #EBBD70;
  border-radius: 65px;
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.index-section-3 .btn-news-more:hover,
.section-news .btn-news-more:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.index-section-3 .no-news,
.section-news .no-news {
  font-size: clamp(16px, 3vw, 18px);
  color: #b8b8b8;
  text-align: center;
  margin: 10% auto;
}

@media (max-width: 650px) {

  .index-section-3 .news-container .news-item .news-t1,
  .section-news .news-container .news-item .news-t1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }

  .index-section-3 .news-container .news-item .news-detail,
  .section-news .news-container .news-item .news-detail {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }

  .index-section-3 .news-container .news-item .news-img,
  .section-news .news-container .news-item .news-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 0 clamp(10px, 3vw, 15px) 0;
  }
}

.section-news {
  border-top: 1px solid #4E8196;
  padding-top: clamp(30px, 7vw, 50px);
}

.content-img-title {
  font-size: clamp(16px, 3vw, 18px);
  color: #434343;
  margin: clamp(15px, 7vw, 30px) 0 10px 0;
}

.content-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5px -5px 30px -5px;
}

.content-imgs .img-item {
  width: 150px;
  height: 150px;
  margin: 5px;
}

.content-imgs .img-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.br-content {
  border-top: 1px solid #4E8196;
  margin: 0 0 clamp(30px, 7vw, 50px);
}

.content-detail .title {
  font-size: clamp(20px, 3vw, 24px);
  color: #434343;
}

.content-detail .detail {
  font-size: clamp(14px, 1.2vw, 16px);
  color: var(--v2-color-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-detail .detail .dot {
  min-width: 5px;
  width: 5px;
  height: 5px;
  background-color: #48569D;
  border-radius: 50%;
  margin: 0 5px;
}

.content-detail .date {
  font-size: clamp(12px, 2vw, 14px);
  font-style: italic;
}

.content-detail .img {
  width: 100%;
}

.content-detail .img img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  max-height: 500px;
}

.content-detail .content {
  margin-top: 50px;
  padding: 15px;
}

.content-detail .content img {
  max-width: 100%;
}

.content-detail .content video {
  max-width: 100%;
}

.content-detail .content iframe {
  max-width: 100%;
}

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