.lay-container {
  margin: 0 auto;
  width: 1140px;
}
.lay-container.sm {
  width: 850px;
}
.lay-container .lay-container-inner {
  padding: 0 40px;
}
.title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 12px;
}
.title .title-span {
  width: 52px;
  height: 12px;
  background-color: #f2bb33;
}
.title .title-text {
  font-size: 40px;
  color: #5B64A4;
}
.title .title-text-2 {
  font-size: 24px;
  color: #F2BB33;
}
.title .inline {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 22px;
}
.content {
  font-size: 16px;
  color: #333333;
  line-height: 40px;
}
.header {
  background-position: center center;
  background-size: cover;
  padding: 40px 0;
  position: relative;
}
.header .top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 120px;
}
.header .header-logo {
  height: 50px;
}
.header .header-navs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
  border: 1px solid #f2bb33;
  padding: 4px;
  height: 50px;
  border-radius: 50px;
}
.header .header-navs .header-nav {
  min-width: 120px;
  height: 40px;
  font-size: 20px;
  color: #ffffff;
  border-radius: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.header .header-navs .header-nav.active {
  background-color: #f2bb33;
  color: #5b64a4;
}
.header .header-lang {
  width: 78px;
  height: 46px;
  border-radius: 16px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  cursor: pointer;
}
.header .header-lang:hover {
  border-radius: 16px 16px 0 0;
}
.header .header-lang:hover .header-lang-dropdown {
  display: block;
}
.header .header-lang .header-lang-logo {
  height: 30px;
}
.header .header-lang .header-lang-arrow {
  width: 16px;
}
.header .header-lang .header-lang-dropdown {
  display: none;
  position: absolute;
  top: 46px;
  left: 0;
}
.header .header-lang .header-lang-dropdown .header-lang-dropdown-item {
  width: 78px;
  height: 46px;
  background-color: #fff;
  font-size: 19px;
  color: #4D4D4D;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  cursor: pointer;
}
.header .header-lang .header-lang-dropdown .header-lang-dropdown-item:last-child {
  border-radius: 0 0 16px 16px;
}
.lay-form {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 16px;
}
.lay-form .lay-form-items {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 16px;
}
.lay-form .lay-form-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 4px;
}
.lay-form .lay-form-item.inline {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 16px;
}
.lay-form .lay-form-item.inline .lay-form-item-label {
  min-width: 40px;
  line-height: 34px;
}
.lay-form .lay-form-item .lay-form-item-label {
  color: #575757;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
.lay-form .lay-form-item .lay-form-item-label span {
  width: 8px;
  color: #8B1C29;
  display: inline-block;
}
.lay-form .lay-form-item .lay-form-item-control {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 4px;
}
.lay-form .lay-form-item .lay-form-item-control .lay-form-item-control-span {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  position: relative;
}
.lay-form .lay-form-item .lay-form-item-control .lay-form-item-control-span .lay-form-item-control-span-notice {
  cursor: pointer;
  color: #8B1C29;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  position: absolute;
  right: 16px;
}
.lay-form .lay-form-item .lay-form-item-control .lay-form-item-control-notice {
  color: #8B1C29;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
.lay-form .lay-form-verify-fail {
  border-color: #8B1C29;
}
.lay-form .form-control {
  height: 66px;
}
.submit-btn-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.submit-btn {
  margin-top: 32px;
  height: 56px;
  border-radius: 56px;
  background-color: #5b64a4;
  border: 1px solid #9599b8;
  padding: 0 46px;
  font-size: 32px;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  cursor: pointer;
}
.submit-btn .submit-btn-arrow {
  height: 24px;
}
.footer-form,
.footer-info,
.footer-copyright {
  padding: 65px 0 75px;
  background-color: #5b64a4;
  border-bottom: 1px solid #f2bb33;
}
.footer-copyright {
  padding: 26px 0;
  border-bottom: 0;
}
.footer-form-title {
  font-size: 40px;
  color: #F2BB33;
  text-align: center;
  margin-bottom: 32px;
}
.footer-info-split {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 100px;
}
.footer-info-split .split-left {
  width: 190px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 40px;
}
.footer-info-split .split-line {
  border-right: 1px solid #fff;
}
.footer-info-split .split-right {
  flex: 1;
}
.codes {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
.codes .code {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.codes .code .code-img {
  width: 86px;
  height: 86px;
}
.codes .code .code-text {
  font-size: 10px;
  color: #FFFFFF;
}
.logo {
  height: 50px;
}
.footer-contents {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 16px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
}
.footer-contents .footer-content {
  position: relative;
}
.footer-contents .footer-content.lg {
  font-weight: bold;
  font-size: 51px;
}
.footer-contents .footer-content .footer-content-tag {
  position: absolute;
  left: -10px;
  top: -10px;
}
.footer-copyrights {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
}
.footer-copyrights .footer-copyright-link {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
}
.footer-copyrights .footer-copyright-line {
  border-right: 1px solid #fff;
}
.footer-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 12px;
  position: absolute;
  left: 40px;
  top: 0;
}
.footer-links .footer-link {
  height: 20px;
}
.pagination-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 40px 0;
}
.pagination-nav .pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination-nav .pagination .page-item a,
.pagination-nav .pagination .page-item span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #5B64A4;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  font-size: 20px;
  color: #5B64A4;
  text-decoration: none;
  transition: all 0.3s;
}
.pagination-nav .pagination .page-item a:hover {
  background-color: #f0f0f0;
}
.pagination-nav .pagination .page-item.active span {
  background-color: #5B64A4;
  color: #FFFFFF;
  border-color: #5B64A4;
}
.pagination-nav .pagination .page-dots span {
  font-size: 20px;
  color: #5B64A4;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 50px;
  height: 50px;
}
.pagination-nav .pagination .page-arrow a,
.pagination-nav .pagination .page-arrow span {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  transition: all 0.3s;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}
.pagination-nav .pagination .page-arrow a img,
.pagination-nav .pagination .page-arrow span img {
  height: 20px;
  display: block;
}
.pagination-nav .pagination .page-arrow a:hover {
  opacity: 0.7;
}
.pagination-nav .pagination .page-arrow.disabled span {
  cursor: not-allowed;
  opacity: 0.3;
}
