@charset "UTF-8";
@font-face {
  font-family: "Alexandria";
  src: url("../fonts/font-web/Alexandria-Bold.woff2") format("woff2"), url("../fonts/font-web/Alexandria-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alexandria";
  src: url("../fonts/font-web/Alexandria-Light.woff2") format("woff2"), url("../fonts/font-web/Alexandria-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alexandria";
  src: url("../fonts/font-web/Alexandria-Regular.woff2") format("woff2"), url("../fonts/font-web/Alexandria-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cal Sans";
  src: url("../fonts/font-web/CalSans-Regular.woff2") format("woff2"), url("../fonts/font-web/CalSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.ff-title {
  font-family: "Cal Sans", sans-serif;
}

.cl-green {
  color: #004646;
}

.cl-green2 {
  color: #27C4B5;
}

.cl-red {
  color: #ED3838;
}

.cl-gray {
  color: #545861;
}

.fs-96 {
  font-size: 96px;
  line-height: 100%;
}

.fs-60 {
  font-size: 60px;
  line-height: 100%;
}

.fs-48 {
  font-size: 48px;
  line-height: 110%;
}

.fs-32 {
  font-size: 32px;
}

.fs-24 {
  font-size: 24px;
  line-height: 125%;
}

.fs-22 {
  font-size: 22px;
  line-height: 125%;
}

.fs-18 {
  font-size: 18px;
}

.fs-16 {
  font-size: 16px;
}

.fs-12 {
  font-size: 12px;
}

.fs-8 {
  font-size: 8px;
}

.ls-1 {
  letter-spacing: 1px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.custom-container {
  --bs-gutter-x: 1.5rem;
  max-width: calc(100vw - 128px + 1.5rem);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1440px) and (max-width: 1920px) {
  .custom-container {
    max-width: calc(100vw - 128px + 1.5rem);
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .custom-container {
    max-width: calc(100vw - 64px + 1.5rem);
  }
  .fs-96 {
    font-size: 36px;
    line-height: 100%;
  }
  .fs-60 {
    font-size: 32px;
    line-height: 100%;
  }
  .fs-48 {
    font-size: 28px;
    line-height: 110%;
  }
  .fs-32 {
    font-size: 24px;
  }
  .fs-24 {
    font-size: 20px;
    line-height: 125%;
  }
  .fs-22 {
    font-size: 18px;
    line-height: 125%;
  }
  .fs-18 {
    font-size: 16px;
  }
  .fs-16 {
    font-size: 14px;
  }
  .fs-12 {
    font-size: 12px;
  }
  .ls-1 {
    letter-spacing: 0.5px;
  }
  .pt-80 {
    padding-top: 3rem;
  }
  .pb-80 {
    padding-bottom: 3rem;
  }
  .mt-80 {
    margin-top: 3rem;
  }
  .mb-80 {
    margin-bottom: 3rem;
  }
  .py-80 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt-60 {
    padding-top: 1.5rem;
  }
  .pb-60 {
    padding-bottom: 1.5rem;
  }
  .mt-60 {
    margin-top: 1.5rem;
  }
  .mb-60 {
    margin-bottom: 1.5rem;
  }
  .py-60 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .pt-40 {
    padding-top: 1.5rem;
  }
  .pb-40 {
    padding-bottom: 1.5rem;
  }
  .mt-40 {
    margin-top: 1.5rem;
  }
  .mb-40 {
    margin-bottom: 1.5rem;
  }
  .py-40 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .custom-container {
    max-width: 100%;
  }
  .fs-96 {
    font-size: 36px;
    line-height: 100%;
  }
  .fs-60 {
    font-size: 32px;
    line-height: 110%;
  }
  .fs-48 {
    font-size: 28px;
    line-height: 110%;
  }
  .fs-32 {
    font-size: 24px;
  }
  .fs-24 {
    font-size: 20px;
    line-height: 125%;
  }
  .fs-22 {
    font-size: 18px;
    line-height: 125%;
  }
  .fs-18 {
    font-size: 16px;
  }
  .fs-16 {
    font-size: 14px;
  }
  .fs-12 {
    font-size: 12px;
  }
  .ls-1 {
    letter-spacing: 0.5px;
  }
  .pt-80 {
    padding-top: 3rem;
  }
  .pb-80 {
    padding-bottom: 3rem;
  }
  .mt-80 {
    margin-top: 3rem;
  }
  .mb-80 {
    margin-bottom: 3rem;
  }
  .py-80 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt-60 {
    padding-top: 1.5rem;
  }
  .pb-60 {
    padding-bottom: 1.5rem;
  }
  .mt-60 {
    margin-top: 1.5rem;
  }
  .mb-60 {
    margin-bottom: 1.5rem;
  }
  .py-60 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .pt-40 {
    padding-top: 1.5rem;
  }
  .pb-40 {
    padding-bottom: 1.5rem;
  }
  .mt-40 {
    margin-top: 1.5rem;
  }
  .mb-40 {
    margin-bottom: 1.5rem;
  }
  .py-40 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.title_animate {
  position: relative;
  display: inline-block;
}
.title_animate .ff-title {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.title_animate svg {
  position: absolute;
  width: 100%;
  height: auto;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
}
.title_animate .title_icon {
  position: absolute;
}

svg .title-style-1 {
  stroke-dashoffset: 1043.4838867188px;
  stroke-dasharray: 1043.4838867188px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
svg .title-style-2 {
  stroke-dashoffset: 1433.8021240234px;
  stroke-dasharray: 1433.8021240234px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
svg .title-style-3 {
  stroke-dashoffset: 1100.3284912109px;
  stroke-dasharray: 1100.3284912109px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
svg .title-style-4 {
  stroke-dashoffset: 300.9806518555px;
  stroke-dasharray: 300.9806518555px;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
svg .title-style-5 {
  stroke-dashoffset: 926.3168945313px;
  stroke-dasharray: 926.3168945313px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
svg .title_form {
  stroke-dashoffset: 529.4338989258px;
  stroke-dasharray: 529.4338989258px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
svg .title-style-6 {
  stroke-dashoffset: 1778.4321289063px;
  stroke-dasharray: 1778.4321289063px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
svg .title-style-7 {
  stroke-dashoffset: 439.9117736816px;
  stroke-dasharray: 439.9117736816px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
svg.active .title-style-1,
svg.active .title-style-2,
svg.active .title-style-3,
svg.active .title-style-4,
svg.active .title-style-5,
svg.active .title-style-6,
svg.active .title_form {
  stroke-dashoffset: 0;
}
svg.active .title-style-7 {
  stroke-dashoffset: 879.8235473633px;
}

.slick-arrow {
  transition: all 0.5s ease;
}

.slick-disabled,
.slick-hidden {
  visibility: hidden;
}

@keyframes rotateAndScale {
  0% {
    transform: rotate(0deg) scale(1);
  }
  16.67% { /* 1 giây / 6 giây = ~16.67% */
    transform: rotate(90deg) scale(1.1);
  }
  100% {
    transform: rotate(90deg) scale(1.1); /* Giữ trạng thái đến cuối chu kỳ */
  }
}
body {
  text-rendering: geometricPrecision;
  font-size: 16px;
  color: #0F172A;
  background: #FFFFFF;
  font-family: "Alexandria", sans-serif;
}
body a {
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease;
}
body .btn {
  font-size: 16px;
  padding: 14px 16px;
  font-family: "Cal Sans", sans-serif;
  transition: all 0.5s ease;
  box-shadow: none;
  outline: none;
}
body .btn.btn-red {
  background: #ED3838;
  color: #FFFFFF;
}
body .btn.btn-red img {
  height: 24px;
}
body .btn.btn-red:hover {
  background: #c93030;
}
body .btn.btn-green {
  background: #004646;
  color: #FFFFFF;
}
body .btn.btn-green img {
  height: 24px;
}
body .btn.btn-green:hover {
  background: #27C4B5;
}
body .btn.btn-green2 {
  background: rgba(39, 196, 181, 0.2);
  color: #FFFFFF;
}
body .btn.btn-green2 img {
  height: 24px;
}
body .btn.btn-green2:hover {
  background: #27C4B5;
}
@media (max-width: 1366px) {
  body .btn {
    padding: 8px 12px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
}

.page_loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page_loading::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: #E6F0F2;
  clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
  transition: all 0.5s ease;
}
.page_loading::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background: #B8D3D9;
  clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
  transition: 0.5s all 0.5s ease;
}
.page_loading svg {
  position: relative;
  z-index: 2;
  width: 200px;
  transition: all 0.5s ease;
}
.page_loading svg .svg-logo-1 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.86, 0, 0.07, 1) 0.8s;
}
.page_loading svg .svg-logo-2 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.86, 0, 0.07, 1) 0.9s;
}
.page_loading svg .svg-logo-3 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.86, 0, 0.07, 1) 1s;
}
.page_loading svg .svg-logo-4 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.86, 0, 0.07, 1) 1.1s;
}
.page_loading svg .svg-logo-5 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.86, 0, 0.07, 1) 1.2s;
}
.page_loading svg .svg-logo-6 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.86, 0, 0.07, 1) 1.3s;
}
.page_loading svg .svg-logo-7 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.86, 0, 0.07, 1) 1.4s;
}
.page_loading svg .svg-logo-8 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.86, 0, 0.07, 1) 1.5s;
}
.page_loading svg .svg-logo-9 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.86, 0, 0.07, 1) 1.6s;
}
.page_loading svg .svg-logo-10 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.86, 0, 0.07, 1) 1.7s;
}
.page_loading svg .svg-logo-11 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.86, 0, 0.07, 1) 1.8s;
}
.page_loading svg.active .svg-logo-1,
.page_loading svg.active .svg-logo-2,
.page_loading svg.active .svg-logo-3,
.page_loading svg.active .svg-logo-4,
.page_loading svg.active .svg-logo-5,
.page_loading svg.active .svg-logo-6,
.page_loading svg.active .svg-logo-7,
.page_loading svg.active .svg-logo-8,
.page_loading svg.active .svg-logo-9,
.page_loading svg.active .svg-logo-10,
.page_loading svg.active .svg-logo-11 {
  fill: rgb(15, 23, 42);
}
.page_loading.active {
  pointer-events: none;
}
.page_loading.active::before {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.page_loading.active::after {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.page_loading.active svg {
  transform: scale(1.5);
  opacity: 0;
}

#menu_mobile {
  position: fixed;
  width: 80%;
  height: 100vh;
  z-index: 99999;
  top: 0;
  right: 0;
  display: flex;
  display: -ms-flexbox;
  background: #E6F0F2 url(../images/slider-corner.png) no-repeat top right/20% auto;
  flex-direction: column;
  padding: 5rem 0;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.5s ease;
  transform: translateX(100%);
  justify-content: center;
}
#menu_mobile.open {
  transform: translateX(0);
}
#menu_mobile .hamburger-icon {
  width: 26px;
  height: 22.5px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-left: 20px;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
#menu_mobile .hamburger-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #0F172A;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#menu_mobile .hamburger-icon span:nth-child(even) {
  right: 0;
  border-radius: 0 9px 9px 0;
}
#menu_mobile .hamburger-icon span:nth-child(odd) {
  left: 0;
  border-radius: 9px 0 0 9px;
}
#menu_mobile .hamburger-icon span:nth-child(1), #menu_mobile .hamburger-icon span:nth-child(2) {
  top: 0;
}
#menu_mobile .hamburger-icon span:nth-child(3) {
  top: 8px;
  width: 0%;
  left: -25%;
}
#menu_mobile .hamburger-icon span:nth-child(4) {
  top: 8px;
}
#menu_mobile .hamburger-icon span:nth-child(5), #menu_mobile .hamburger-icon span:nth-child(6) {
  top: 16px;
}
#menu_mobile .hamburger-icon.open span:nth-child(1), #menu_mobile .hamburger-icon.open span:nth-child(6) {
  transform: rotate(45deg);
}
#menu_mobile .hamburger-icon.open span:nth-child(2), #menu_mobile .hamburger-icon.open span:nth-child(5) {
  transform: rotate(-45deg);
}
#menu_mobile .hamburger-icon.open span:nth-child(1) {
  left: 2px;
  top: 5px;
}
#menu_mobile .hamburger-icon.open span:nth-child(2) {
  right: 2px;
  top: 5px;
}
#menu_mobile .hamburger-icon.open span:nth-child(3) {
  left: -50%;
  width: 0;
  opacity: 0;
}
#menu_mobile .hamburger-icon.open span:nth-child(4) {
  right: 50%;
  opacity: 0;
}
#menu_mobile .hamburger-icon.open span:nth-child(5) {
  left: 2px;
  top: 14px;
}
#menu_mobile .hamburger-icon.open span:nth-child(6) {
  right: 2px;
  top: 14px;
}
#menu_mobile .menu_site {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #E6F0F2;
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
}
#menu_mobile .menu_site li {
  position: relative;
}
#menu_mobile .menu_site li a {
  font-family: "Cal Sans", sans-serif;
  font-size: 18px;
  color: #004646;
  padding: 15px 30px;
  display: block;
}
#menu_mobile .menu_site li.current-menu-item > a {
  color: #ED3838;
  font-weight: bold;
}
#menu_mobile .menu_site li.highlight-menu {
  padding-left: 30px;
}
#menu_mobile .menu_site li.highlight-menu::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/star.png) no-repeat center center/contain;
  left: 30px;
  top: 15px;
  animation: rotateAndScale 3s infinite;
  -webkit-animation: rotateAndScale 3s infinite;
}
#menu_mobile .menu_site li.topGroup > a {
  color: #27C4B5;
  font-size: 12px;
  pointer-events: none;
}
#menu_mobile .menu_site li .sub-menu {
  list-style: none;
  padding-left: 1rem;
  display: none;
}
#menu_mobile .menu_site li .sub-menu li a {
  text-transform: capitalize;
  font-size: 16px;
}
#menu_mobile .menu_site li.menu-item-has-children:after {
  display: flex;
  width: 55px;
  height: 55px;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  right: 0;
  top: 0;
  color: #0F172A;
  transition: all 0.5s ease;
}
#menu_mobile .menu_site li.menu-item-has-children.show_submenu:after {
  transform: rotate(180deg);
}
#menu_mobile .menu_user {
  display: flex;
  list-style: none;
  padding-left: 16px;
  font-family: "Cal Sans", sans-serif;
  margin-bottom: 0;
  align-items: center;
}
#menu_mobile .menu_user li a {
  letter-spacing: 1px;
}
#menu_mobile .user_group {
  display: flex;
  list-style: none;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#menu_mobile .user_group li span {
  padding-left: 40px;
  position: relative;
}
#menu_mobile .user_group li span::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/avatar.png) no-repeat center center/30px auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}
#menu_mobile .user_group li a {
  color: #ED3838;
}

.overlay_menu {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99991;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
  transform: translateX(100%);
}
.overlay_menu.is-active {
  transform: translateX(0);
}

.forum_list {
  list-style: none;
  padding-left: 0;
}
.forum_list li {
  position: relative;
  padding-left: 35px;
}
.forum_list li::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background: url(../images/bullet.png) no-repeat center center/contain;
}
.forum_list li:not(:last-child) {
  margin-bottom: 12px;
}

#header_site {
  padding: 16px 0;
  background: #FFFFFF;
  transition: all 0.5s ease;
}
#header_site.scrolled {
  padding: 8px 0;
  box-shadow: 0 2px 4px rgba(15, 23, 42, 0.1);
}
#header_site .logo_site img {
  height: 48px;
}
#header_site .menu_site {
  display: flex;
  list-style: none;
  font-family: "Cal Sans", sans-serif;
  margin-bottom: 0;
  padding-left: 0;
  justify-content: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
#header_site .menu_site li {
  position: relative;
}
#header_site .menu_site li a {
  color: #004646;
  letter-spacing: 1px;
}
#header_site .menu_site li.menu-item-has-children {
  padding-right: 24px;
}
#header_site .menu_site li.menu-item-has-children::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/dropdown.png) no-repeat center center/12px auto;
  right: 0;
  top: 0;
}
#header_site .menu_site li.highlight-menu {
  padding-left: 30px;
}
#header_site .menu_site li.highlight-menu::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/star.png) no-repeat center center/contain;
  left: 0;
  top: 0;
  animation: rotateAndScale 3s infinite;
  -webkit-animation: rotateAndScale 3s infinite;
}
#header_site .menu_site li .sub-menu {
  position: absolute;
  list-style: none;
  min-width: 230px;
  padding-top: 22px;
  padding-left: 0;
  left: 50%;
  top: calc(100% + 30px);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
#header_site .menu_site li .sub-menu::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-bottom: 22px solid #E6F0F2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#header_site .menu_site li .sub-menu li a {
  display: block;
  padding: 8px 16px;
  background: #E6F0F2;
  line-height: 110%;
}
#header_site .menu_site li .sub-menu li.topGroup > a {
  color: #27C4B5;
  font-size: 12px;
  pointer-events: none;
}
#header_site .menu_site li .sub-menu li.lineTop > a {
  border-top: 1px solid #B8D3D9;
  padding-top: 1rem;
}
#header_site .menu_site li:hover > a {
  color: #ED3838;
}
#header_site .menu_site li:hover > .sub-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
#header_site .menu_site li.current-menu-item > a {
  color: #ED3838;
}
#header_site .menu_user {
  display: flex;
  list-style: none;
  padding-left: 0;
  font-family: "Cal Sans", sans-serif;
  margin-bottom: 0;
  align-items: center;
}
#header_site .menu_user li a {
  letter-spacing: 1px;
}
#header_site .user_group {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin: 0 18px 0 40px;
  font-weight: 500;
}
#header_site .user_group li {
  position: relative;
}
#header_site .user_group li span {
  z-index: 1;
  position: relative;
  padding-right: 55px;
}
#header_site .user_group li span::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 48px;
  background: url(../images/avatar.png) no-repeat center center/48px auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}
#header_site .user_group li ul {
  position: absolute;
  list-style: none;
  right: 0;
  top: calc(100% + 10px);
  padding-left: 0;
  padding-top: 22px;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
#header_site .user_group li ul::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-bottom: 22px solid #E6F0F2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#header_site .user_group li ul li a {
  display: block;
  padding: 16px 30px;
  color: #004646;
  white-space: nowrap;
  background: #E6F0F2;
}
#header_site .user_group li ul li a:hover {
  color: #ED3838;
}
#header_site .user_group li:hover ul {
  top: calc(100% + 1px);
  opacity: 1;
  visibility: visible;
}
#header_site .hamburger_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#header_site .hamburger_btn .hamburger-icon {
  width: 36px;
  height: 18px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#header_site .hamburger_btn .hamburger-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #004646;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#header_site .hamburger_btn .hamburger-icon span:nth-child(even) {
  right: 0;
  border-radius: 0 9px 9px 0;
}
#header_site .hamburger_btn .hamburger-icon span:nth-child(odd) {
  left: 0;
  border-radius: 9px 0 0 9px;
}
#header_site .hamburger_btn .hamburger-icon span:nth-child(1), #header_site .hamburger_btn .hamburger-icon span:nth-child(2) {
  top: 0;
}
#header_site .hamburger_btn .hamburger-icon span:nth-child(3) {
  top: 8px;
  left: 0;
}
#header_site .hamburger_btn .hamburger-icon span:nth-child(4) {
  top: 8px;
}
#header_site .hamburger_btn .hamburger-icon span:nth-child(5), #header_site .hamburger_btn .hamburger-icon span:nth-child(6) {
  top: 16px;
}
#header_site .hamburger_btn .hamburger-icon.open span:nth-child(1), #header_site .hamburger_btn .hamburger-icon.open span:nth-child(6) {
  transform: rotate(45deg);
}
#header_site .hamburger_btn .hamburger-icon.open span:nth-child(2), #header_site .hamburger_btn .hamburger-icon.open span:nth-child(5) {
  transform: rotate(-45deg);
}
#header_site .hamburger_btn .hamburger-icon.open span:nth-child(1) {
  left: 3px;
  top: 3px;
}
#header_site .hamburger_btn .hamburger-icon.open span:nth-child(2) {
  right: 3px;
  top: 3px;
}
#header_site .hamburger_btn .hamburger-icon.open span:nth-child(3) {
  left: 50%;
  opacity: 0;
}
#header_site .hamburger_btn .hamburger-icon.open span:nth-child(4) {
  right: 50%;
  opacity: 0;
}
#header_site .hamburger_btn .hamburger-icon.open span:nth-child(5) {
  left: 3px;
  top: 15px;
}
#header_site .hamburger_btn .hamburger-icon.open span:nth-child(6) {
  right: 3px;
  top: 15px;
}
@media (max-width: 1366px) {
  #header_site .logo_site img {
    height: 30px;
  }
  #header_site .menu_site {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  #header_site .menu_site li a {
    font-size: 14px;
    letter-spacing: 0;
  }
  #header_site .menu_site li.menu-item-has-children {
    padding-right: 20px;
  }
  #header_site .menu_site li.menu-item-has-children::after {
    width: 20px;
    height: 24px;
  }
  #header_site .menu_site li.highlight-menu {
    padding-left: 20px;
  }
  #header_site .menu_site li.highlight-menu::before {
    width: 15px;
    height: 20px;
  }
  #header_site .menu_user li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #header_site .logo_site img {
    height: 30px;
  }
}

.banner_site .topinfo {
  padding-top: 80px;
}
.banner_site .topinfo .title_animate .title_icon {
  position: absolute;
  bottom: 10px;
  left: 65%;
}
.banner_site .topinfo .title_animate .title_icon img {
  height: 40px;
}
.banner_site .course_text .title_animate .title_icon {
  position: absolute;
  bottom: 10px;
  right: 0;
}
.banner_site .course_text .title_animate .title_icon img {
  height: 40px;
}
.banner_site .course_text .course_notify {
  background: #FFEBEB;
  padding: 12px 16px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  color: #ED3838;
}
.banner_site .course_text .logo_course img {
  max-height: 80px;
}
.banner_site .course_img {
  position: relative;
  background: #004646;
}
.banner_site .course_img::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/banner-overlay.png) no-repeat center center/100% 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.banner_site .course_img .ielts_info {
  position: absolute;
  left: 0;
  top: 60%;
  width: 140px;
  z-index: 2;
  transform: translateX(-50%);
  background: url(../images/bgflower.png) no-repeat center center/contain;
}
.banner_site .course_img .ielts_info .content {
  position: relative;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}
.banner_site .course_img .ielts_info .content .fs-48 {
  line-height: 100%;
}
.banner_site .course_img .img_title {
  margin-top: -10px;
  position: relative;
}
.banner_site .desc ul {
  list-style: none;
  padding-left: 0;
}
.banner_site .desc ul li {
  position: relative;
  padding-left: 35px;
}
.banner_site .desc ul li::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background: url(../images/bullet.png) no-repeat center center/contain;
}
.banner_site .desc ul li:not(:last-child) {
  margin-bottom: 12px;
}
.banner_site .banner_line {
  height: 1px;
  background: #B8D3D9;
  margin: 2.25rem 0;
}
.banner_site .partner_list {
  display: flex;
  justify-content: space-between;
}
.banner_site .partner_list .item img {
  height: 40px;
  opacity: 0.5;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  transition: all 0.5s ease;
}
.banner_site .partner_list .item:hover img {
  opacity: 1;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.banner_site .slider_wrapper {
  position: relative;
  background: #004646;
}
.banner_site .slider_wrapper::before {
  position: absolute;
  width: 35%;
  height: 100%;
  content: "";
  background: url(../images/slider-corner.png) no-repeat right top/100% auto;
  top: 0;
  right: 0;
  pointer-events: none;
}
.banner_site .slider_wrapper::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/banner-overlay.png) no-repeat center center/100% 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.banner_site .slider_wrapper .banner_nav .nav-prev {
  position: absolute;
  top: 45%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.banner_site .slider_wrapper .banner_nav .nav-prev a {
  display: flex;
  width: 48px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #27C4B5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.banner_site .slider_wrapper .banner_nav .nav-prev a img {
  height: 24px;
}
.banner_site .slider_wrapper .banner_nav .nav-prev a:hover {
  background: #004646;
}
.banner_site .slider_wrapper .banner_nav .nav-next {
  position: absolute;
  top: 45%;
  right: 0;
  transform: translate(50%, -50%);
  z-index: 2;
}
.banner_site .slider_wrapper .banner_nav .nav-next a {
  display: flex;
  width: 48px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #27C4B5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.banner_site .slider_wrapper .banner_nav .nav-next a img {
  height: 24px;
}
.banner_site .slider_wrapper .banner_nav .nav-next a:hover {
  background: #004646;
}
.banner_site .slider_wrapper .ielts_info {
  position: absolute;
  left: 0;
  top: 60%;
  width: 140px;
  z-index: 2;
  transform: translateX(-50%);
  background: url(../images/bgflower.png) no-repeat center center/contain;
}
.banner_site .slider_wrapper .ielts_info .ielts_slider .item .content {
  position: relative;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}
.banner_site .slider_wrapper .ielts_info .ielts_slider .item .content .fs-48 {
  line-height: 100%;
}
.banner_site .slider_wrapper .banner_slider {
  margin-bottom: 0;
}
.banner_site .slider_wrapper .banner_slider:not(.slick-slider) .item {
  display: none;
}
.banner_site .slider_wrapper .banner_slider:not(.slick-slider) .item:first-child {
  display: block;
}
.banner_site .slider_wrapper .banner_slider .item figure {
  position: relative;
  padding-bottom: 110%;
  margin-bottom: 0;
}
.banner_site .slider_wrapper .banner_slider .item figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.banner_site .slider_wrapper .banner_slider .slick-dots {
  bottom: 30px;
  z-index: 3;
}
.banner_site .slider_wrapper .banner_slider .slick-dots li {
  width: 12px;
  height: 12px;
}
.banner_site .slider_wrapper .banner_slider .slick-dots li button {
  width: 12px;
  height: 12px;
}
.banner_site .slider_wrapper .banner_slider .slick-dots li button::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #27C4B5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.banner_site .banner_text {
  margin-top: -10px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .banner_site .topinfo {
    padding-top: 30px;
  }
  .banner_site .banner_line {
    margin: 1.5rem 0;
  }
  .banner_site .banner_text {
    margin-bottom: 1.5rem;
  }
  .banner_site .title_animate .title_icon {
    bottom: 0;
    right: 0;
  }
  .banner_site .title_animate .title_icon img {
    height: 25px;
  }
  .banner_site .partner_list .item img {
    height: 30px;
  }
  .banner_site .slider_wrapper .banner_nav {
    display: none;
  }
  .banner_site .slider_wrapper .banner_slider {
    margin-bottom: 30px;
  }
  .banner_site .slider_wrapper .banner_slider .slick-dots {
    bottom: 0;
  }
  .banner_site .slider_wrapper .ielts_info {
    right: 0;
    left: unset;
    transform: translateX(0);
    top: unset;
    bottom: 3rem;
    width: 100px;
  }
  .banner_site .slider_wrapper .ielts_info .ielts_slider .item .content {
    height: 100px;
  }
  .banner_site .course_text .logo_course img {
    max-height: 40px;
  }
  .banner_site .course_img .ielts_info {
    right: 0;
    left: unset;
    transform: translateX(0);
    top: unset;
    bottom: 3rem;
    width: 100px;
  }
}

.training_jforum .title_animate .title_icon {
  position: absolute;
}
.training_jforum .title_animate .title_icon.no-1 {
  width: 25px;
  bottom: 90%;
  right: 1rem;
}
.training_jforum .title_animate .title_icon.no-2 {
  width: 15px;
  top: 0;
  right: 0;
}
.training_jforum .title_animate .title_icon.no-3 {
  width: 25px;
  bottom: 0;
  left: 2rem;
}
.training_jforum .training_item {
  background: #E6F0F2;
  margin-bottom: 1.5rem;
  height: calc(100% - 1.5rem);
  padding: 2.5rem;
  color: #545861;
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
}
.training_jforum .training_item.item_1 {
  background: #E6F0F2 url(../images/block1bg.png) no-repeat right center/auto 100%;
}
.training_jforum .training_item.item_2 {
  background: #E6F0F2 url(../images/block2bg.png) no-repeat right bottom/auto 200px;
}
.training_jforum .training_item.item_3 {
  background: #E6F0F2 url(../images/block3bg.png) no-repeat left bottom/auto 200px;
}
.training_jforum .training_item.item_4 {
  background: #E6F0F2 url(../images/block4bg.png) no-repeat left bottom/auto 122px;
}
.training_jforum .training_item.item_5 {
  background: #E6F0F2 url(../images/block5bg.png) no-repeat right top/auto 229px;
}
.training_jforum .training_item.item_6 {
  background: #E6F0F2 url(../images/block6bg.png) no-repeat left top/auto 229px;
}
@media (max-width: 991px) {
  .training_jforum .training_item {
    padding: 1.5rem;
  }
  .training_jforum .training_item.item_1 {
    background: #E6F0F2 url(../images/block1bg.png) no-repeat right bottom/auto 100px;
  }
  .training_jforum .training_item.item_2 {
    background: #E6F0F2 url(../images/block4bg.png) no-repeat left bottom/auto 61px;
  }
  .training_jforum .training_item.item_3 {
    background: #E6F0F2 url(../images/block2bg.png) no-repeat right bottom/auto 100px;
  }
  .training_jforum .training_item.item_4 {
    background: #E6F0F2 url(../images/block3bg.png) no-repeat left bottom/auto 100px;
  }
  .training_jforum .training_item.item_5 {
    background: #E6F0F2 url(../images/block5bg.png) no-repeat right top/auto 115px;
  }
  .training_jforum .training_item.item_6 {
    background: #E6F0F2 url(../images/block6bg.png) no-repeat left top/auto 115px;
  }
}

.different_jforum {
  background: #004646;
  color: #FFFFFF;
  position: relative;
}
.different_jforum .bg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.different_jforum .bg-top img {
  display: block;
}
.different_jforum .bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.different_jforum .bg-bottom img {
  display: block;
}
.different_jforum .title_animate .title_icon {
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
}
.different_jforum .title_animate .title_icon img {
  height: 70px;
}
.different_jforum .list_diff {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 120px;
}
.different_jforum .list_diff .vertical_line {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.different_jforum .list_diff .vertical_line img {
  height: 100%;
}
.different_jforum .list_diff .jitem figure {
  position: relative;
  padding-bottom: 75%;
  margin-bottom: 0;
}
.different_jforum .list_diff .jitem figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.different_jforum .list_diff .jitem ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.different_jforum .list_diff .jitem ul li {
  position: relative;
  padding-left: 35px;
}
.different_jforum .list_diff .jitem ul li::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background: url(../images/bullet.png) no-repeat center center/contain;
}
.different_jforum .list_diff .jitem ul li:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .different_jforum .title_animate .title_icon img {
    height: 50px;
  }
  .different_jforum .list_diff {
    row-gap: 3rem;
  }
  .different_jforum .list_diff .vertical_line {
    display: none;
  }
  .different_jforum .list_diff .jitem figure {
    margin-bottom: 1rem;
  }
}

.course_jforum .title_animate .title_icon {
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
}
.course_jforum .title_animate .title_icon img {
  height: 30px;
}
.course_jforum .course_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.course_jforum .course_list .course_item {
  background: rgba(255, 180, 180, 0.2);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  position: relative;
  padding: 3rem;
  overflow: hidden;
}
.course_jforum .course_list .course_item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 160px;
  background: linear-gradient(180deg, rgba(255, 235, 235, 0) 0%, #FFEBEB 75%);
  left: 0;
  bottom: 0;
  border-radius: 0 0 24px 24px;
  -webkit-border-radius: 0 0 24px 24px;
  -moz-border-radius: 0 0 24px 24px;
  -ms-border-radius: 0 0 24px 24px;
  -o-border-radius: 0 0 24px 24px;
}
.course_jforum .course_list .course_item a {
  color: #004646;
}
.course_jforum .course_list .course_item .logo_img {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3rem;
  z-index: 1;
}
.course_jforum .course_list .course_item .logo_img img {
  height: 45px;
}
.course_jforum .course_list .course_item figure {
  width: 50%;
  margin: 100px auto -3rem;
  padding-bottom: 52.5%;
  position: relative;
}
.course_jforum .course_list .course_item figure img {
  position: absolute;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.5s ease;
  transform-origin: bottom center;
}
.course_jforum .course_list .course_item:hover figure img:first-child {
  transform: rotate(-15deg);
}
.course_jforum .course_list .course_item:hover figure img:nth-child(2) {
  transform: translateY(-3rem);
}
.course_jforum .course_list .course_item:hover figure img:last-child {
  transform: rotate(15deg);
}
.course_jforum .course_list .course_item:first-child {
  grid-column: 1/3;
}
.course_jforum .course_list .course_item:first-child figure {
  padding-bottom: 37.5%;
}
.course_jforum .course_list .course_item:nth-child(2) {
  background: #E6F0F2;
}
.course_jforum .course_list .course_item:nth-child(2)::after {
  background: linear-gradient(180deg, rgba(230, 240, 242, 0) 0%, #E6F0F2 75%);
}
.course_jforum .course_list .course_item:nth-child(3) {
  background: #F7F4ED;
}
.course_jforum .course_list .course_item:nth-child(3)::after {
  background: linear-gradient(180deg, rgba(247, 244, 237, 0) 0%, #F7F4ED 75%);
}
@media (max-width: 991px) {
  .course_jforum .course_list {
    display: block;
  }
  .course_jforum .course_list .course_item {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
  .course_jforum .course_list .course_item:first-child figure {
    margin: 50px auto -1rem;
    padding-bottom: 52.5%;
  }
  .course_jforum .course_list .course_item .logo_img {
    padding: 1rem;
  }
  .course_jforum .course_list .course_item .logo_img img {
    height: 30px;
  }
}

.about_jforum .title_animate {
  margin-left: -3rem;
}
.about_jforum .title_animate .title_icon {
  bottom: -1rem;
  right: 4rem;
}
.about_jforum .title_animate .title_icon img {
  height: 50px;
}
.about_jforum .about_wrapper {
  position: relative;
}
.about_jforum .about_wrapper .about_nav .nav-prev {
  position: absolute;
  top: 50%;
  right: calc(75% - 48px);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.about_jforum .about_wrapper .about_nav .nav-prev a {
  display: flex;
  width: 48px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #27C4B5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.about_jforum .about_wrapper .about_nav .nav-prev a img {
  height: 24px;
}
.about_jforum .about_wrapper .about_nav .nav-prev a:hover {
  background: #004646;
}
.about_jforum .about_wrapper .about_nav .nav-next {
  position: absolute;
  top: 50%;
  left: calc(75% - 48px);
  transform: translate(50%, -50%);
  z-index: 2;
}
.about_jforum .about_wrapper .about_nav .nav-next a {
  display: flex;
  width: 48px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #27C4B5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.about_jforum .about_wrapper .about_nav .nav-next a img {
  height: 24px;
}
.about_jforum .about_wrapper .about_nav .nav-next a:hover {
  background: #004646;
}
.about_jforum .slider_about .item {
  width: 50vw;
  margin: 0 24px;
}
.about_jforum .slider_about .item figure {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 55%;
}
.about_jforum .slider_about .item figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.about_jforum .slider_about .slick-dots {
  bottom: -40px;
  z-index: 3;
}
.about_jforum .slider_about .slick-dots li {
  width: 12px;
  height: 12px;
}
.about_jforum .slider_about .slick-dots li button {
  width: 12px;
  height: 12px;
}
.about_jforum .slider_about .slick-dots li button::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #27C4B5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 991px) {
  .about_jforum .title_animate {
    margin-left: 0;
  }
  .about_jforum .title_animate .title_icon {
    right: 0;
    bottom: 0;
  }
  .about_jforum .title_animate .title_icon img {
    height: 30px;
  }
  .about_jforum .about_wrapper .about_nav {
    display: none;
  }
  .about_jforum .slider_about .item {
    width: 80vw;
    margin: 0 6px;
  }
}

.testimonial_jforum .title_animate .title_icon.no-1 {
  top: 0;
  left: 1rem;
}
.testimonial_jforum .title_animate .title_icon.no-2 {
  top: 0;
  right: 1rem;
  transform: rotateY(180deg);
}
.testimonial_jforum .title_animate .title_icon img {
  height: 45px;
}
.testimonial_jforum .testimonial_wrapper {
  position: relative;
}
.testimonial_jforum .testimonial_wrapper .testimonial_nav .nav-prev {
  position: absolute;
  top: 50%;
  right: calc(50% + (1320px - 1.5rem) / 2 - 48px);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.testimonial_jforum .testimonial_wrapper .testimonial_nav .nav-prev a {
  display: flex;
  width: 48px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #27C4B5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial_jforum .testimonial_wrapper .testimonial_nav .nav-prev a img {
  height: 24px;
}
.testimonial_jforum .testimonial_wrapper .testimonial_nav .nav-prev a:hover {
  background: #004646;
}
.testimonial_jforum .testimonial_wrapper .testimonial_nav .nav-next {
  position: absolute;
  top: 50%;
  left: calc(50% + (1320px - 1.5rem) / 2 - 48px);
  transform: translate(50%, -50%);
  z-index: 2;
}
.testimonial_jforum .testimonial_wrapper .testimonial_nav .nav-next a {
  display: flex;
  width: 48px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #27C4B5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial_jforum .testimonial_wrapper .testimonial_nav .nav-next a img {
  height: 24px;
}
.testimonial_jforum .testimonial_wrapper .testimonial_nav .nav-next a:hover {
  background: #004646;
}
.testimonial_jforum .testimonial_slider {
  margin-bottom: 0;
}
.testimonial_jforum .testimonial_slider .item {
  width: calc(1320px - 1.5rem);
  margin: 50px 24px;
  background: #E6F0F2;
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  padding: 2rem 4rem;
  position: relative;
}
.testimonial_jforum .testimonial_slider .item::before {
  position: absolute;
  content: "";
  width: 130px;
  height: 100px;
  background: url(../images/quote.png) no-repeat center center/contain;
  top: 0;
  left: 4rem;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.5s ease;
}
.testimonial_jforum .testimonial_slider .item.slick-active::before {
  opacity: 1;
}
.testimonial_jforum .testimonial_slider .item .teach_name span {
  position: relative;
}
.testimonial_jforum .testimonial_slider .item .teach_name span::after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 15px;
  background: url(../images/underline.png) no-repeat left bottom/100% auto;
}
.testimonial_jforum .testimonial_slider .item .readmore {
  color: #004646;
  display: inline-flex;
  align-items: center;
}
.testimonial_jforum .testimonial_slider .item .readmore img {
  height: 24px;
}
.testimonial_jforum .testimonial_slider .item figure {
  position: relative;
  padding-top: 100%;
  margin: 0;
  background: #004646;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial_jforum .testimonial_slider .item figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial_jforum .testimonial_slider .item figure .teach_info {
  position: absolute;
  height: 140px;
  width: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  background: url(../images/bgflower.png) no-repeat center center/contain;
  z-index: 1;
}
.testimonial_jforum .testimonial_slider .item figure .teach_info .fs-48 {
  line-height: 100%;
}
.testimonial_jforum .slick-dots {
  bottom: 0;
  z-index: 3;
}
.testimonial_jforum .slick-dots li {
  width: 12px;
  height: 12px;
}
.testimonial_jforum .slick-dots li button {
  width: 12px;
  height: 12px;
}
.testimonial_jforum .slick-dots li button::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #27C4B5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .testimonial_jforum .testimonial_wrapper .testimonial_nav .nav-prev {
    right: calc(50% + (1140px - 1.5rem) / 2 - 48px);
  }
  .testimonial_jforum .testimonial_wrapper .testimonial_nav .nav-next {
    left: calc(50% + (1140px - 1.5rem) / 2 - 48px);
  }
  .testimonial_jforum .testimonial_slider .item {
    width: calc(1140px - 1.5rem);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial_jforum .testimonial_wrapper .testimonial_nav .nav-prev {
    right: calc(50% + (960px - 1.5rem) / 2 - 48px);
  }
  .testimonial_jforum .testimonial_wrapper .testimonial_nav .nav-next {
    left: calc(50% + (960px - 1.5rem) / 2 - 48px);
  }
  .testimonial_jforum .testimonial_slider .item {
    width: calc(960px - 1.5rem);
  }
}
@media (max-width: 991px) {
  .testimonial_jforum .title_animate .title_icon img {
    height: 30px;
  }
  .testimonial_jforum .testimonial_wrapper .testimonial_nav {
    display: none;
  }
  .testimonial_jforum .testimonial_slider .item {
    width: 80vw;
    margin: 30px 6px;
    padding: 1rem;
  }
  .testimonial_jforum .testimonial_slider .item::before {
    width: 60px;
    height: 40px;
    left: 1rem;
  }
  .testimonial_jforum .testimonial_slider .item figure {
    margin-bottom: 1rem;
  }
  .testimonial_jforum .testimonial_slider .item figure .teach_info {
    height: 100px;
    width: 100px;
    right: 0;
    bottom: 9;
    left: unset;
    transform: translate(0);
  }
}

.news_jforum .title_animate {
  margin-left: -3rem;
}
.news_jforum .title_animate .title_icon {
  top: 0;
  right: 0;
}
.news_jforum .title_animate .title_icon img {
  height: 30px;
}
.news_jforum .news_wrapper .post_item figure {
  position: relative;
  padding-bottom: 80%;
  overflow: hidden;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.news_jforum .news_wrapper .post_item figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.news_jforum .news_wrapper .post_item .meta_post .post_tag {
  display: flex;
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
  gap: 8px;
}
.news_jforum .news_wrapper .post_item .meta_post .post_tag li a {
  background: #FFEBEB;
  color: #ED3838;
  display: block;
  padding: 3px 8px;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}
.news_jforum .news_wrapper .post_item .meta_post .post_date {
  color: #004646;
  background: #E6F0F2;
  padding: 3px 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.news_jforum .news_wrapper .post_item .meta_post .title_wrapper {
  position: relative;
}
.news_jforum .news_wrapper .post_item .meta_post .title_wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.news_jforum .news_wrapper .post_item .meta_post .title_wrapper svg .title_hover {
  stroke-dashoffset: 756.0402832031px;
  stroke-dasharray: 756.0402832031px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.news_jforum .news_wrapper .post_item .meta_post .post_title {
  position: relative;
  z-index: 1;
}
.news_jforum .news_wrapper .post_item .meta_post .post_title a {
  color: #004646;
  height: 61px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_jforum .news_wrapper .post_item .meta_post .post_excerpt p {
  height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_jforum .news_wrapper .post_item:hover figure img {
  transform: scale(1.1);
}
.news_jforum .news_wrapper .post_item:hover .meta_post .title_wrapper svg .title_hover {
  stroke-dashoffset: 0;
}
@media (max-width: 991px) {
  .news_jforum .title_animate {
    margin-left: 0;
  }
  .news_jforum .title_animate .title_icon img {
    height: 25px;
  }
  .news_jforum .news_wrapper .post_item {
    margin-top: 2rem;
  }
  .news_jforum .news_wrapper .post_item .meta_post .post_title a {
    height: 50px;
  }
}

.register_jforum .form_register {
  background: #004646 url(../images/form-corner.png) no-repeat top right/30% auto;
  border-radius: 24px 24px 24px 150px;
  -webkit-border-radius: 24px 24px 24px 150px;
  -moz-border-radius: 24px 24px 24px 150px;
  -ms-border-radius: 24px 24px 24px 150px;
  -o-border-radius: 24px 24px 24px 150px;
  color: #FFFFFF;
  padding: 4rem 4rem 5rem;
  position: relative;
}
.register_jforum .form_register::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -15px;
  left: 0;
  border-top: 170px solid #004646;
  border-right: 300px solid transparent;
  z-index: -1;
}
.register_jforum .form_register .form-control {
  background: transparent;
  color: #FFFFFF;
  box-shadow: none;
  outline: none;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  text-align: center;
}
.register_jforum .form_register .form-control::-moz-placeholder {
  color: #27C4B5;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.register_jforum .form_register .form-control::placeholder {
  color: #27C4B5;
  transition: all 0.5s ease;
}
.register_jforum .form_register .form-control:focus::-moz-placeholder {
  letter-spacing: 2px;
  opacity: 0;
}
.register_jforum .form_register .form-control:focus::placeholder {
  letter-spacing: 2px;
  opacity: 0;
}
.register_jforum .form_register .form-control.wpcf7-not-valid {
  color: #FFB4B4;
}
.register_jforum .form_register .form-control.wpcf7-not-valid::-moz-placeholder {
  color: #FFB4B4;
}
.register_jforum .form_register .form-control.wpcf7-not-valid::placeholder {
  color: #FFB4B4;
}
.register_jforum .form_register .name_wrapper {
  display: flex;
  align-items: center;
}
.register_jforum .form_register .name_wrapper .form-control {
  width: 400px;
}
.register_jforum .form_register .form-select {
  background: transparent url(../images/select.png) no-repeat right 1rem center/15px auto;
  color: #27C4B5;
  box-shadow: none;
  outline: none;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  text-align: center;
}
.register_jforum .form_register .form-select.wpcf7-not-valid {
  color: #FFB4B4;
}
.register_jforum .form_register .form-select:has(option:checked:not([value=""])) {
  color: #FFFFFF;
}
.register_jforum .form_register .course_wrapper {
  display: flex;
  align-items: center;
}
.register_jforum .form_register .course_wrapper .form-select {
  width: 600px;
}
.register_jforum .form_register .phone_wrapper {
  display: flex;
  align-items: center;
}
.register_jforum .form_register .phone_wrapper .form-control {
  width: 180px;
}
.register_jforum .form_register .email_wrapper {
  display: flex;
  align-items: center;
}
.register_jforum .form_register .email_wrapper .form-control {
  width: 400px;
}
.register_jforum .form_register .form-submit .btn.btn-red {
  background-image: url(../images/right.png);
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  background-size: auto 24px;
}
.register_jforum .cta_register {
  background: #004646 url(../images/form-corner2.png) no-repeat top right/30% auto;
  border-radius: 24px 24px 24px 150px;
  -webkit-border-radius: 24px 24px 24px 150px;
  -moz-border-radius: 24px 24px 24px 150px;
  -ms-border-radius: 24px 24px 24px 150px;
  -o-border-radius: 24px 24px 24px 150px;
  color: #FFFFFF;
  padding: 4rem 4rem 5rem;
  position: relative;
}
.register_jforum .cta_register::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -15px;
  left: 0;
  border-top: 170px solid #004646;
  border-right: 300px solid transparent;
  z-index: -1;
}
.register_jforum .cta_register .btn img {
  filter: brightness(100);
  -webkit-filter: brightness(100);
}
@media (max-width: 991px) {
  .register_jforum .form_register {
    padding: 2rem 2rem 3rem;
  }
  .register_jforum .form_register .phone_wrapper,
  .register_jforum .form_register .name_wrapper,
  .register_jforum .form_register .email_wrapper {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .register_jforum .form_register .phone_wrapper .firt_col,
  .register_jforum .form_register .name_wrapper .firt_col,
  .register_jforum .form_register .email_wrapper .firt_col {
    flex: 1 0 0%;
  }
  .register_jforum .form_register .phone_wrapper .form-control,
  .register_jforum .form_register .name_wrapper .form-control,
  .register_jforum .form_register .email_wrapper .form-control {
    width: 100%;
    text-align: left;
    padding-left: 0;
  }
  .register_jforum .form_register .course_wrapper {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .register_jforum .form_register .course_wrapper .firt_col {
    flex: 1 0 0%;
  }
  .register_jforum .form_register .course_wrapper .form-select {
    width: 100%;
    text-align: left;
    padding-left: 0;
  }
  .register_jforum .cta_register {
    padding: 2rem 2rem 3rem;
  }
}

.intro_jforum {
  position: relative;
  overflow: hidden;
}
.intro_jforum .title_animate .title_icon.no-1 {
  bottom: 0;
  left: -1rem;
}
.intro_jforum .title_animate .title_icon.no-2 {
  bottom: 0;
  right: -1rem;
  transform: rotateY(180deg);
}
.intro_jforum .title_animate .title_icon img {
  height: 45px;
}
.intro_jforum .video_wrapper {
  position: relative;
  padding-bottom: 56.25%;
}
.intro_jforum .video_wrapper iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.intro_jforum .video_wrapper .video_right {
  position: absolute;
  width: 30%;
  right: 0;
  top: 0;
  transform: translate(25%, -25%);
}
.intro_jforum .video_wrapper .video_left {
  position: absolute;
  width: 30%;
  left: 0;
  bottom: 0;
  transform: translate(-25%, 25%);
}

.system_jforum {
  overflow: hidden;
}
.system_jforum .title_animate .title_icon {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.system_jforum .title_animate .title_icon img {
  height: 50px;
}
.system_jforum .system_gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.system_jforum .system_gallery .item:first-child {
  grid-column: 1/3;
  grid-row: 1/3;
}
.system_jforum .system_gallery .item figure {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.system_jforum .system_gallery .item figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.system_jforum .system_gallery .item:hover figure img {
  transform: scale(1.1);
}
.system_jforum .system_filter {
  display: flex;
  list-style: none;
  padding-left: 0;
  gap: 8px;
  flex-wrap: wrap;
}
.system_jforum .system_filter li a {
  color: #004646;
  padding: 6px 10px;
  display: block;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.system_jforum .system_filter li.active a {
  background: #004646;
  color: #FFFFFF;
}
.system_jforum .locate_wrapper {
  width: calc(100% + (100vw - 1320px + 1.5rem) / 2);
  position: relative;
}
.system_jforum .locate_wrapper .locate_nav .nav-prev {
  position: absolute;
  top: 32%;
  left: 0;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 2;
}
.system_jforum .locate_wrapper .locate_nav .nav-prev a {
  display: flex;
  width: 48px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #27C4B5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.system_jforum .locate_wrapper .locate_nav .nav-prev a img {
  height: 24px;
}
.system_jforum .locate_wrapper .locate_nav .nav-prev a:hover {
  background: #004646;
}
.system_jforum .locate_wrapper .locate_nav .nav-next {
  position: absolute;
  top: 32%;
  right: calc((100vw - 1320px + 1.5rem) / 2);
  transform: translate(50%, -50%);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 2;
}
.system_jforum .locate_wrapper .locate_nav .nav-next a {
  display: flex;
  width: 48px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #27C4B5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.system_jforum .locate_wrapper .locate_nav .nav-next a img {
  height: 24px;
}
.system_jforum .locate_wrapper .locate_nav .nav-next a:hover {
  background: #004646;
}
.system_jforum .locate_wrapper:hover .locate_nav .nav-prev,
.system_jforum .locate_wrapper:hover .locate_nav .nav-next {
  opacity: 1;
}
.system_jforum .slider_locate .item {
  width: 320px;
  margin: 0 12px;
}
.system_jforum .slider_locate .item figure {
  position: relative;
  padding-bottom: 80%;
}
.system_jforum .slider_locate .item figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.system_jforum .slider_locate .item .city {
  background: #FFEBEB;
  color: #ED3838;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}
.system_jforum .slider_locate .item .address {
  padding-left: 30px;
  position: relative;
}
.system_jforum .slider_locate .item .address::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/marker.png) no-repeat center center/contain;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .system_jforum .locate_wrapper {
    width: calc(100% + (100vw - 1140px + 1.5rem) / 2);
  }
  .system_jforum .locate_wrapper .locate_nav .nav-next {
    right: calc((100vw - 1140px + 1.5rem) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .system_jforum .locate_wrapper {
    width: calc(100% + (100vw - 960px + 1.5rem) / 2);
  }
  .system_jforum .locate_wrapper .locate_nav .nav-next {
    right: calc((100vw - 960px + 1.5rem) / 2);
  }
}
@media (max-width: 991px) {
  .system_jforum .system_gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .system_jforum .locate_wrapper {
    width: calc(100% + 0.75rem);
  }
  .system_jforum .locate_wrapper .locate_nav .nav-prev {
    left: 0.75rem;
    opacity: 1;
    transform: translate(0, -50%);
  }
  .system_jforum .locate_wrapper .locate_nav .nav-next {
    right: 0.75rem;
    opacity: 1;
    transform: translate(0, -50%);
  }
}

.blog_page .title_page .title_animate .title_icon {
  bottom: 0;
  right: 1rem;
}
.blog_page .title_page .title_animate .title_icon img {
  height: 40px;
}
.blog_page .cate_menu {
  display: flex;
  list-style: none;
  padding-left: 0;
  gap: 4px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.blog_page .cate_menu li a {
  color: #004646;
  font-family: "Cal Sans", sans-serif;
  padding: 6px 10px;
  display: block;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.blog_page .cate_menu li:hover a, .blog_page .cate_menu li.active a {
  background: #004646;
  color: #FFFFFF;
}
.blog_page .search_post button {
  padding: 0 10px;
  background: #E6F0F2;
  border: 1px solid #E6F0F2;
  height: 40px;
}
.blog_page .search_post button img {
  height: 24px;
  opacity: 0.2;
  transition: all 0.5s ease;
}
.blog_page .search_post button:hover img {
  opacity: 1;
}
.blog_page .search_post .form-control {
  background: #E6F0F2;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  box-shadow: none;
  outline: none;
  border: 1px solid #E6F0F2;
  font-weight: 300;
  font-size: 16px;
  height: 40px;
}
.blog_page .search_post .form-control:focus + button img {
  opacity: 1;
}
.blog_page .news_wrapper .post_item {
  margin-bottom: 5rem;
}
.blog_page .news_wrapper .post_item figure {
  position: relative;
  padding-bottom: 80%;
  overflow: hidden;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.blog_page .news_wrapper .post_item figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.blog_page .news_wrapper .post_item .meta_post .post_tag {
  display: flex;
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
  gap: 8px;
}
.blog_page .news_wrapper .post_item .meta_post .post_tag li a {
  background: #FFEBEB;
  color: #ED3838;
  display: block;
  padding: 3px 8px;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}
.blog_page .news_wrapper .post_item .meta_post .post_date {
  color: #004646;
  background: #E6F0F2;
  padding: 3px 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.blog_page .news_wrapper .post_item .meta_post .title_wrapper {
  position: relative;
}
.blog_page .news_wrapper .post_item .meta_post .title_wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.blog_page .news_wrapper .post_item .meta_post .title_wrapper svg .title_hover {
  stroke-dashoffset: 756.0402832031px;
  stroke-dasharray: 756.0402832031px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.blog_page .news_wrapper .post_item .meta_post .post_title {
  position: relative;
  z-index: 1;
}
.blog_page .news_wrapper .post_item .meta_post .post_title a {
  color: #004646;
  height: 61px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog_page .news_wrapper .post_item .meta_post .post_excerpt p {
  height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog_page .news_wrapper .post_item:hover figure img {
  transform: scale(1.1);
}
.blog_page .news_wrapper .post_item:hover .meta_post .title_wrapper svg .title_hover {
  stroke-dashoffset: 0;
}
@media (max-width: 991px) {
  .blog_page .news_wrapper .post_item {
    margin-bottom: 2rem;
  }
  .blog_page .news_wrapper .post_item .meta_post .post_title a {
    height: 50px;
  }
}

.single_detail #toc_container {
  position: sticky;
  top: 70px;
  background: transparent;
  padding: 0 0 0 30px;
  border: 0;
}
.single_detail #toc_container #ez-toc-container {
  padding: 0;
  border: 0;
  box-shadow: none;
}
.single_detail #toc_container .ez-toc-title-container {
  margin-bottom: 24px;
}
.single_detail #toc_container .ez-toc-title {
  font-family: "Cal Sans", sans-serif;
  color: #004646;
  position: relative;
  padding-left: 20px;
}
.single_detail #toc_container .ez-toc-title::before {
  content: "\f15c";
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  font-size: 14px;
  top: 0;
}
.single_detail #toc_container .ez-toc-list {
  list-style: none;
  padding-left: 20px;
  position: relative;
  overflow: visible;
}
.single_detail #toc_container .ez-toc-list::before {
  position: absolute;
  width: 2px;
  height: 100%;
  content: "";
  background: #E6F0F2;
  left: 0;
  top: 0;
}
.single_detail #toc_container .ez-toc-list li {
  margin-bottom: 1rem;
  position: relative;
  font-family: "Cal Sans", sans-serif;
  font-size: 14px;
  overflow: visible;
}
.single_detail #toc_container .ez-toc-list li::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: -20px;
  background: #0F172A;
  top: 0;
  opacity: 0;
}
.single_detail #toc_container .ez-toc-list li a {
  color: #0F172A;
}
.single_detail #toc_container .ez-toc-list li.active::before {
  opacity: 1;
}
.single_detail #toc_container .ez-toc-list li.active a {
  color: #ED3838;
}
.single_detail .post_tag {
  display: flex;
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
  gap: 8px;
}
.single_detail .post_tag li a {
  background: #FFEBEB;
  color: #ED3838;
  display: block;
  padding: 3px 8px;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}
.single_detail .post_date {
  color: #004646;
  background: #E6F0F2;
  padding: 3px 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.single_detail .post_content {
  font-weight: 300;
}
.single_detail .post_content strong, .single_detail .post_content b {
  font-weight: bold;
}
.single_detail .post_content h2 {
  font-family: "Cal Sans", sans-serif;
  color: #004646;
  font-size: 36px;
  margin-bottom: 24px;
}
.single_detail .post_content h2 strong, .single_detail .post_content h2 b {
  font-weight: normal;
}
.single_detail .post_content h3 {
  font-family: "Cal Sans", sans-serif;
  color: #004646;
  font-size: 32px;
  margin-bottom: 24px;
}
.single_detail .post_content h3 strong, .single_detail .post_content h3 b {
  font-weight: normal;
}
.single_detail .post_content h4 {
  font-family: "Cal Sans", sans-serif;
  font-size: 28px;
  margin-bottom: 24px;
}
.single_detail .post_content h4 strong, .single_detail .post_content h4 b {
  font-weight: normal;
}
.single_detail .post_content h5 {
  font-family: "Cal Sans", sans-serif;
  font-size: 24px;
  margin-bottom: 24px;
}
.single_detail .post_content h5 strong, .single_detail .post_content h5 b {
  font-weight: normal;
}
.single_detail .post_content figcaption {
  font-size: 12px;
  margin-top: 8px;
}
.single_detail .post_content p {
  margin-bottom: 24px;
}
.single_detail .post_content ul {
  margin-bottom: 24px;
}
.single_detail .post_content ul li {
  margin-bottom: 12px;
}
.single_detail .post_content table {
  margin-bottom: 24px;
}
.single_detail .post_content table tr td, .single_detail .post_content table tr th {
  padding: 10px;
}
.single_detail .post_content img {
  max-width: 100%;
  height: auto;
}
.single_detail .post_content .share_post ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  -moz-column-gap: 36px;
       column-gap: 36px;
}
.single_detail .post_content .share_post ul li a img {
  height: 24px;
}
@media (max-width: 991px) {
  .single_detail #toc_container {
    padding: 0;
  }
  .single_detail .post_content h2 {
    font-size: 26px;
  }
  .single_detail .post_content h3 {
    font-size: 24px;
  }
  .single_detail .post_content h4 {
    font-size: 22px;
  }
  .single_detail .post_content h5 {
    font-size: 18px;
  }
}

.contact_page .title_animate .title_icon {
  top: 0;
  right: 0;
}
.contact_page .contact_item {
  padding: 48px;
  background: #FFEBEB;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  height: 100%;
}
.contact_page .contact_item.item_2 {
  background: #F7F4ED;
}
.contact_page .contact_item.item_3 {
  background: #E6F0F2;
}
.contact_page .contact_item .desc {
  min-height: 72px;
}
.contact_page .contact_item .contact_btn {
  color: #004646;
  display: inline-flex;
  align-items: center;
}
.contact_page .contact_item .contact_btn img {
  height: 24px;
}
.contact_page .map_wrapper {
  position: relative;
}
.contact_page .map_wrapper .map_nav .nav-prev {
  position: absolute;
  bottom: 24px;
  right: 80px;
  z-index: 2;
}
.contact_page .map_wrapper .map_nav .nav-prev a {
  display: flex;
  width: 48px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #27C4B5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.contact_page .map_wrapper .map_nav .nav-prev a img {
  height: 24px;
}
.contact_page .map_wrapper .map_nav .nav-prev a:hover {
  background: #004646;
}
.contact_page .map_wrapper .map_nav .nav-next {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 2;
}
.contact_page .map_wrapper .map_nav .nav-next a {
  display: flex;
  width: 48px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #27C4B5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.contact_page .map_wrapper .map_nav .nav-next a img {
  height: 24px;
}
.contact_page .map_wrapper .map_nav .nav-next a:hover {
  background: #004646;
}
.contact_page .map_wrapper .map_slider .item {
  position: relative;
}
.contact_page .map_wrapper .map_slider .item .map_wrapper {
  position: relative;
  padding-bottom: 45%;
  margin-bottom: 0;
}
.contact_page .map_wrapper .map_slider .item .map_wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.contact_page .map_wrapper .map_slider .item .meta_info {
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: 460px;
  background: #FFFFFF;
  padding: 32px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.contact_page .map_wrapper .map_slider .item .meta_info .city {
  background: #FFEBEB;
  color: #ED3838;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}
.contact_page .map_wrapper .map_slider .item .meta_info .address {
  padding-left: 30px;
  position: relative;
}
.contact_page .map_wrapper .map_slider .item .meta_info .address::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/marker.png) no-repeat center center/contain;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .contact_page .contact_item {
    height: auto;
    margin-bottom: 1.5rem;
    padding: 24px;
  }
  .contact_page .contact_item .desc {
    min-height: auto;
  }
  .contact_page .map_wrapper .map_nav .nav-prev,
  .contact_page .map_wrapper .map_nav .nav-next {
    bottom: -24px;
  }
  .contact_page .map_wrapper .map_slider .item .map_wrapper iframe {
    border-radius: 24px 24px 0 0;
    -webkit-border-radius: 24px 24px 0 0;
    -moz-border-radius: 24px 24px 0 0;
    -ms-border-radius: 24px 24px 0 0;
    -o-border-radius: 24px 24px 0 0;
  }
  .contact_page .map_wrapper .map_slider .item .meta_info {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 0 0 16px 16px;
    -webkit-border-radius: 0 0 16px 16px;
    -moz-border-radius: 0 0 16px 16px;
    -ms-border-radius: 0 0 16px 16px;
    -o-border-radius: 0 0 16px 16px;
  }
}

.exam_wrapper {
  width: 100%;
}
.exam_wrapper iframe {
  width: 100%;
  border: 0;
  height: 100vh;
}

.test_page .test_review .title_animate .title_icon {
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
}
.test_page .test_review .title_animate .title_icon img {
  height: 40px;
}
.test_page .test_review .logo_group {
  display: flex;
  justify-content: center;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
.test_page .test_review .logo_group .item {
  position: relative;
}
.test_page .test_review .logo_group .item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/x.png) no-repeat center center/contain;
  top: 50%;
  left: calc(100% + 50px);
  transform: translate(-50%, -50%);
}
.test_page .test_review .logo_group .item img {
  max-height: 40px;
}
.test_page .test_review figure img {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.test_page .test_experience .title_animate .title_icon {
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
}
.test_page .test_experience .title_animate .title_icon img {
  height: 30px;
}
.test_page .test_experience .list_item .item_exp {
  padding: 3rem;
  background: #F1F5F7;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  height: 100%;
}
.test_page .test_experience .list_item .item_exp .icon_exp figure {
  margin-bottom: 24px;
}
.test_page .test_experience .list_item .item_exp .icon_exp figure img {
  height: 80px;
}
.test_page .test_experience .list_item > .row .col-lg-4:nth-child(3n+2) .item_exp {
  background: #F7F4ED;
}
.test_page .test_experience .list_item > .row .col-lg-4:nth-child(3n+3) .item_exp {
  background: #FFEBEB;
}
.test_page .test_struct .title_animate .title_icon.no-1 {
  top: 0;
  left: 1rem;
}
.test_page .test_struct .title_animate .title_icon.no-2 {
  top: 0;
  right: 1rem;
  transform: rotateY(180deg);
}
.test_page .test_struct .title_animate .title_icon img {
  height: 45px;
}
.test_page .test_struct .list_struct .item_struct {
  padding: 3rem;
  background: #DBF0FF;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.test_page .test_struct .list_struct .item_struct figure {
  margin-bottom: 0;
  width: 60%;
}
.test_page .test_struct .list_struct > .row .col-lg-6:nth-child(4n+2) .item_struct {
  background: #F7F4ED;
}
.test_page .test_struct .list_struct > .row .col-lg-6:nth-child(4n+3) .item_struct {
  background: #F1F5F7;
}
.test_page .test_struct .list_struct > .row .col-lg-6:nth-child(4n+4) .item_struct {
  background: #FFEBEB;
}
.test_page .test_know {
  background: #004646;
  color: #FFFFFF;
  position: relative;
}
.test_page .test_know .bg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.test_page .test_know .bg-top img {
  display: block;
}
.test_page .test_know .bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.test_page .test_know .bg-bottom img {
  display: block;
}
.test_page .test_know .title_animate .title_icon {
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
}
.test_page .test_know .title_animate .title_icon img {
  height: 70px;
}
.test_page .test_know .toc_sidebar h4 {
  position: relative;
  padding-left: 20px;
}
.test_page .test_know .toc_sidebar h4::before {
  content: "\f15c";
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  font-size: 14px;
  top: 0;
}
.test_page .test_know .toc_sidebar ul {
  list-style: none;
  padding-left: 20px;
  position: relative;
  overflow: visible;
}
.test_page .test_know .toc_sidebar ul::before {
  position: absolute;
  width: 2px;
  height: 100%;
  content: "";
  background: #27C4B5;
  left: 0;
  top: 0;
  opacity: 0.2;
}
.test_page .test_know .toc_sidebar ul li {
  margin-bottom: 1rem;
  position: relative;
  font-family: "Cal Sans", sans-serif;
  font-size: 14px;
  overflow: visible;
}
.test_page .test_know .toc_sidebar ul li::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: -20px;
  background: #27C4B5;
  top: 0;
  opacity: 0;
}
.test_page .test_know .toc_sidebar ul li a {
  color: #FFFFFF;
}
.test_page .test_know .toc_sidebar ul li.active::before {
  opacity: 1;
}
.test_page .test_know .toc_sidebar ul li.active a {
  color: #27C4B5;
}
.test_page .test_know .content_test {
  font-weight: 300;
  position: relative;
  overflow: hidden;
  padding-bottom: 3rem;
  transition: height 0.5s ease;
  height: var(--height);
}
.test_page .test_know .content_test.expand {
  height: 100vh;
}
.test_page .test_know .content_test::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 300px;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 70, 70, 0) 0%, #004646 90%);
}
.test_page .test_know .content_test:not(.expand)::after {
  display: none;
}
.test_page .test_know .content_test h4 {
  font-family: "Cal Sans", sans-serif;
  font-size: 32px;
}
.test_page .test_know .content_test img {
  max-width: 100%;
  height: auto;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.test_page .test_know .content_test .toggle_more {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.test_page .test_know .content_test .toggle_more a {
  color: #27C4B5;
}
.test_page .test_exam_featured .title_animate .title_icon {
  top: 0;
  right: 0;
}
.test_page .test_exam_featured .title_animate .title_icon img {
  height: 30px;
}
.test_page .test_exam_featured .frame_wrapper iframe {
  width: 100%;
  min-height: 100vh;
}
.test_page .test_result {
  position: relative;
  overflow-x: hidden;
}
.test_page .test_result .title_animate .title_icon {
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
}
.test_page .test_result .title_animate .title_icon img {
  height: 70px;
}
.test_page .test_result .result_wrapper {
  width: calc(100% + (100vw - 1320px + 1.5rem) / 2);
  position: relative;
}
.test_page .test_result .result_wrapper .result_nav .nav-prev {
  position: absolute;
  top: 32%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.test_page .test_result .result_wrapper .result_nav .nav-prev a {
  display: flex;
  width: 48px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #27C4B5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.test_page .test_result .result_wrapper .result_nav .nav-prev a img {
  height: 24px;
}
.test_page .test_result .result_wrapper .result_nav .nav-prev a:hover {
  background: #004646;
}
.test_page .test_result .result_wrapper .result_nav .nav-next {
  position: absolute;
  top: 32%;
  right: calc((100vw - 1320px + 1.5rem) / 2);
  transform: translate(50%, -50%);
  z-index: 2;
}
.test_page .test_result .result_wrapper .result_nav .nav-next a {
  display: flex;
  width: 48px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #27C4B5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.test_page .test_result .result_wrapper .result_nav .nav-next a img {
  height: 24px;
}
.test_page .test_result .result_wrapper .result_nav .nav-next a:hover {
  background: #004646;
}
.test_page .test_result .result_wrapper .result_slider .item {
  width: 360px;
  margin: 0 24px;
}
.test_page .test_result .result_wrapper .result_slider .item figure {
  position: relative;
  padding-bottom: 75%;
}
.test_page .test_result .result_wrapper .result_slider .item figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.test_page .test_result .result_wrapper .result_slider .item .result_info {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.test_page .test_result .result_wrapper .result_slider .item .result_info .avatar {
  flex: 0 0 48px;
  width: 48px;
}
.test_page .test_result .result_wrapper .result_slider .item .result_info .user_info {
  flex: 1 0 0%;
}
.test_page .test_result .result_wrapper .result_slider .item .result_info .user_info ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  gap: 8px;
}
.test_page .test_result .result_wrapper .result_slider .item .result_info .user_info ul li a {
  color: #ED3838;
  background: #FFB4B4;
  display: block;
  padding: 3px 8px;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}
.test_page .test_question .title_animate {
  margin-left: -3rem;
}
.test_page .test_question .title_animate .title_icon {
  bottom: 0;
  right: 0;
}
.test_page .test_question .title_animate .title_icon img {
  height: 50px;
}
.test_page .test_question .list_question .accordion .accordion-item {
  background: #F1F5F7;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border: 0;
}
.test_page .test_question .list_question .accordion .accordion-item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.test_page .test_question .list_question .accordion .accordion-item .accordion-header .accordion-button {
  background: transparent;
  padding: 24px 40px;
  box-shadow: none;
  outline: none;
  transition: all 0.5s ease;
}
.test_page .test_question .list_question .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  padding: 48px 48px 24px;
  color: #004646;
}
.test_page .test_question .list_question .accordion .accordion-item .accordion-body {
  padding: 0 48px 48px;
}
@media (max-width: 991px) {
  .test_page .test_experience .list_item .item_exp {
    padding: 1rem;
  }
  .test_page .test_experience .list_item .item_exp .icon_exp figure {
    margin-bottom: 12px;
  }
  .test_page .test_experience .list_item .item_exp .icon_exp figure img {
    height: 60px;
  }
  .test_page .test_struct .list_struct .item_struct {
    padding: 2rem 1rem;
  }
  .test_page .test_result .result_wrapper {
    width: 100%;
  }
  .test_page .test_result .result_wrapper .result_slider .item {
    width: 90vw;
  }
  .test_page .test_result .result_wrapper .result_nav .nav-next {
    right: calc(10vw - 24px);
  }
  .test_page .test_question .title_animate {
    margin-left: 0;
  }
  .test_page .test_question .list_question .accordion .accordion-item .accordion-header .accordion-button {
    padding: 12px 20px;
  }
  .test_page .test_question .list_question .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
    padding: 24px 1rem 12px;
  }
  .test_page .test_question .list_question .accordion .accordion-item .accordion-body {
    padding: 0 24px 24px;
  }
}

.single_course .test_experience .title_animate .title_icon {
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
}
.single_course .test_experience .title_animate .title_icon img {
  height: 30px;
}
.single_course .test_experience .list_item .item_exp {
  height: 100%;
  padding: 3rem;
  background: #F1F5F7;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.single_course .test_experience .list_item .item_exp .icon_exp figure {
  margin-bottom: 24px;
}
.single_course .test_experience .list_item .item_exp .icon_exp figure img {
  height: 80px;
}
.single_course .test_experience .list_item > .row .col-lg-4:nth-child(3n+2) .item_exp {
  background: #F7F4ED;
}
.single_course .test_experience .list_item > .row .col-lg-4:nth-child(3n+3) .item_exp {
  background: #FFEBEB;
}
.single_course .test_question .title_animate {
  margin-left: -3rem;
}
.single_course .test_question .title_animate .title_icon {
  bottom: 0;
  right: 0;
}
.single_course .test_question .title_animate .title_icon img {
  height: 50px;
}
.single_course .test_question .list_question .accordion .accordion-item {
  background: #F1F5F7;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border: 0;
}
.single_course .test_question .list_question .accordion .accordion-item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.single_course .test_question .list_question .accordion .accordion-item .accordion-header .accordion-button {
  background: transparent;
  padding: 24px 40px;
  box-shadow: none;
  outline: none;
  transition: all 0.5s ease;
}
.single_course .test_question .list_question .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  padding: 48px 48px 24px;
  color: #004646;
}
.single_course .test_question .list_question .accordion .accordion-item .accordion-body {
  padding: 0 48px 48px;
}
.single_course .course_structure {
  position: relative;
}
.single_course .course_structure .img_bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.single_course .course_timeline {
  background: #004646;
  color: #FFFFFF;
  position: relative;
}
.single_course .course_timeline .title_animate .title_icon.no-1 {
  bottom: 0;
  left: -30px;
  width: 45px;
}
.single_course .course_timeline .title_animate .title_icon.no-2 {
  bottom: 0;
  right: -30px;
  width: 45px;
  transform: rotateY(180deg);
}
.single_course .course_timeline .title_animate .title_icon img {
  height: 45px;
}
.single_course .course_timeline .nav-tabs {
  justify-content: space-around;
  border-bottom: 0;
}
.single_course .course_timeline .nav-tabs .nav-item .nav-link {
  background: transparent;
  text-align: center;
  border: 0;
  padding: 0;
  color: #FFFFFF;
}
.single_course .course_timeline .nav-tabs .nav-item .nav-link .step_num {
  width: 140px;
  height: 140px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  position: relative;
  z-index: 1;
}
.single_course .course_timeline .nav-tabs .nav-item .nav-link .step_num svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.single_course .course_timeline .nav-tabs .nav-item .nav-link .step_num svg path {
  fill: #27C4B5;
  opacity: 0.2;
}
.single_course .course_timeline .nav-tabs .nav-item .nav-link .step_type {
  padding-left: 0;
  display: flex;
  margin-bottom: 0;
  list-style: none;
  gap: 8px;
}
.single_course .course_timeline .nav-tabs .nav-item .nav-link .step_type li {
  padding: 3px 8px;
  color: #ED3838;
  background: #FFEBEB;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  text-transform: uppercase;
  font-weight: 500;
}
.single_course .course_timeline .nav-tabs .nav-item .nav-link .step_type li.on {
  background: rgba(39, 196, 181, 0.2);
  color: #27C4B5;
}
.single_course .course_timeline .nav-tabs .nav-item .nav-link .step_time {
  padding: 3px 8px;
  color: #FFFFFF;
  background: rgba(39, 196, 181, 0.2);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  position: relative;
  font-weight: 500;
}
.single_course .course_timeline .nav-tabs .nav-item .nav-link .step_time::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #27C4B5;
  top: 0;
  left: -0.75rem;
}
.single_course .course_timeline .nav-tabs .nav-item .nav-link.active .step_num svg path {
  fill: #ED3838;
  opacity: 1;
}
.single_course .course_timeline .tab-content .tcontent_wrapper .content_scroll {
  background: #FFFFFF;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  padding: 2.5rem 1.5rem 2.5rem 2.5rem;
  color: #0F172A;
}
.single_course .course_timeline .tab-content .tcontent_wrapper .content_scroll .inner_content {
  height: calc(500px - 5rem);
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  font-weight: 300;
}
.single_course .course_timeline .tab-content .tcontent_wrapper .content_scroll .inner_content::-webkit-scrollbar {
  width: 5px;
}
.single_course .course_timeline .tab-content .tcontent_wrapper .content_scroll .inner_content::-webkit-scrollbar-track {
  background: #f2f2f2;
}
.single_course .course_timeline .tab-content .tcontent_wrapper .content_scroll .inner_content::-webkit-scrollbar-thumb {
  background: #B8D3D9;
}
.single_course .course_timeline .tab-content .tcontent_wrapper .content_scroll .inner_content::-webkit-scrollbar-thumb:hover {
  background: #B8D3D9;
}
.single_course .course_timeline .tab-content .tcontent_wrapper .content_scroll .inner_content strong, .single_course .course_timeline .tab-content .tcontent_wrapper .content_scroll .inner_content b {
  font-weight: bold;
}
.single_course .course_timeline .tab-content .tcontent_wrapper .content_scroll .inner_content h3 {
  font-family: "Cal Sans", sans-serif;
  color: #004646;
  font-size: 24px;
  margin-bottom: 24px;
}
.single_course .course_timeline .tab-content .tcontent_wrapper .content_scroll .inner_content h3 strong, .single_course .course_timeline .tab-content .tcontent_wrapper .content_scroll .inner_content h3 b {
  font-weight: normal;
}
.single_course .course_timeline .tab-content .tcontent_wrapper .content_scroll .inner_content h4 {
  font-family: "Cal Sans", sans-serif;
  font-size: 16px;
  margin-bottom: 24px;
}
.single_course .course_timeline .tab-content .tcontent_wrapper .content_scroll .inner_content h4 strong, .single_course .course_timeline .tab-content .tcontent_wrapper .content_scroll .inner_content h4 b {
  font-weight: normal;
}
.single_course .course_timeline .tab-content .tcontent_wrapper .content_scroll .inner_content h5 {
  font-family: "Cal Sans", sans-serif;
  font-size: 16px;
  margin-bottom: 24px;
}
.single_course .course_timeline .tab-content .tcontent_wrapper .content_scroll .inner_content h5 strong, .single_course .course_timeline .tab-content .tcontent_wrapper .content_scroll .inner_content h5 b {
  font-weight: normal;
}
.single_course .course_timeline .tab-content .tcontent_wrapper .content_scroll .inner_content ul {
  padding-left: 16px;
}
.single_course .course_timeline .single_scroll {
  background: #FFFFFF;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  padding: 2.5rem 1.5rem 2.5rem 2.5rem;
  color: #0F172A;
}
.single_course .course_timeline .single_scroll .inner_content {
  height: calc(500px - 5rem);
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  font-weight: 300;
}
.single_course .course_timeline .single_scroll .inner_content::-webkit-scrollbar {
  width: 5px;
}
.single_course .course_timeline .single_scroll .inner_content::-webkit-scrollbar-track {
  background: #f2f2f2;
}
.single_course .course_timeline .single_scroll .inner_content::-webkit-scrollbar-thumb {
  background: #B8D3D9;
}
.single_course .course_timeline .single_scroll .inner_content::-webkit-scrollbar-thumb:hover {
  background: #B8D3D9;
}
.single_course .course_timeline .single_scroll .inner_content strong, .single_course .course_timeline .single_scroll .inner_content b {
  font-weight: bold;
}
.single_course .course_timeline .single_scroll .inner_content h3 {
  font-family: "Cal Sans", sans-serif;
  color: #004646;
  font-size: 24px;
  margin-bottom: 24px;
}
.single_course .course_timeline .single_scroll .inner_content h3 strong, .single_course .course_timeline .single_scroll .inner_content h3 b {
  font-weight: normal;
}
.single_course .course_timeline .single_scroll .inner_content h4 {
  font-family: "Cal Sans", sans-serif;
  font-size: 16px;
  margin-bottom: 24px;
}
.single_course .course_timeline .single_scroll .inner_content h4 strong, .single_course .course_timeline .single_scroll .inner_content h4 b {
  font-weight: normal;
}
.single_course .course_timeline .single_scroll .inner_content h5 {
  font-family: "Cal Sans", sans-serif;
  font-size: 16px;
  margin-bottom: 24px;
}
.single_course .course_timeline .single_scroll .inner_content h5 strong, .single_course .course_timeline .single_scroll .inner_content h5 b {
  font-weight: normal;
}
.single_course .course_timeline .single_scroll .inner_content ul {
  padding-left: 16px;
}
.single_course .course_timeline .bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.single_course .course_timeline .bg-bottom img {
  display: block;
}
.single_course .test_exam_featured .title_animate .title_icon {
  top: 0;
  right: 0;
}
.single_course .test_exam_featured .title_animate .title_icon img {
  height: 30px;
}
.single_course .test_exam_featured .frame_wrapper iframe {
  width: 100%;
  min-height: 100vh;
}
.single_course .teacher_jforum .title_animate .title_icon {
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
}
.single_course .teacher_jforum .title_animate .title_icon img {
  height: 30px;
}
.single_course .teacher_jforum .teacher_item .teacher_avatar {
  position: relative;
}
.single_course .teacher_jforum .teacher_item .teacher_avatar figure {
  position: relative;
  padding-bottom: 125%;
  background: #004646 url(../images/bg-teach.png) no-repeat top left/90% auto;
  margin-bottom: 1rem;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.single_course .teacher_jforum .teacher_item .teacher_avatar figure img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  bottom: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.single_course .teacher_jforum .teacher_item .teacher_avatar .ielts_point {
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 70px;
  z-index: 2;
  transform: translateY(50%);
  background: url(../images/bgflower.png) no-repeat center center/contain;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}
.single_course .teacher_jforum .teacher_item .teacher_avatar .ielts_point .fs-48 {
  line-height: 100%;
}
.single_course .teacher_jforum .teacher_item .teacher_desc {
  height: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  .single_course .test_experience .list_item .item_exp {
    padding: 1rem;
  }
  .single_course .test_experience .list_item .item_exp .icon_exp figure {
    margin-bottom: 12px;
  }
  .single_course .test_experience .list_item .item_exp .icon_exp figure img {
    height: 60px;
  }
  .single_course .course_timeline .nav-tabs {
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    padding-bottom: 1rem;
  }
  .single_course .course_timeline .nav-tabs .nav-item .nav-link .step_num {
    width: 80px;
    height: 80px;
  }
  .single_course .course_timeline .nav-tabs .nav-item .nav-link .step_time {
    white-space: nowrap;
  }
  .single_course .course_timeline .tab-content .tcontent_wrapper .content_scroll {
    margin-top: 1rem;
    padding: 1.5rem 1rem 1.5rem 1.5rem;
  }
  .single_course .test_question .title_animate {
    margin-left: 0;
  }
  .single_course .test_question .list_question .accordion .accordion-item .accordion-header .accordion-button {
    padding: 12px 20px;
  }
  .single_course .test_question .list_question .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
    padding: 24px 1rem 12px;
  }
  .single_course .test_question .list_question .accordion .accordion-item .accordion-body {
    padding: 0 24px 24px;
  }
}

#footer_site {
  border-top: 4px solid #E6F0F2;
  padding-top: 4rem;
}
#footer_site .logo_ft img {
  height: 56px;
}
#footer_site ul {
  list-style: none;
  padding-left: 0;
}
#footer_site ul li:not(:last-child) {
  margin-bottom: 12px;
}
#footer_site ul li a {
  color: #004646;
  font-family: "Cal Sans", sans-serif;
}
#footer_site ul li a:hover {
  color: #ED3838;
}
#footer_site ul.contact li a {
  color: #0F172A;
}
#footer_site .copyright {
  border-top: 1px solid #B8D3D9;
  padding: 50px 0;
}
#footer_site .copyright a {
  color: #004646;
}
#footer_site .copyright .social {
  display: flex;
  -moz-column-gap: 36px;
       column-gap: 36px;
  margin-bottom: 0;
}
#footer_site .copyright .social li {
  margin: 0;
}
#footer_site .copyright .social li img {
  height: 24px;
}
@media (max-width: 991px) {
  #footer_site {
    padding-top: 3rem;
  }
  #footer_site ul.contact {
    margin-bottom: 3rem;
  }
  #footer_site .copyright {
    margin-top: 2rem;
    padding: 1rem 0;
  }
  #footer_site .copyright .social {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  #footer_site .copyright .social li img {
    height: 20px;
  }
}

.modal-xl {
  --bs-modal-width: 100%;
}
@media (min-width: 576px) {
  .modal-xl {
    --bs-modal-width: calc(540px - 1.5rem);
  }
}
@media (min-width: 768px) {
  .modal-xl {
    --bs-modal-width: calc(720px - 1.5rem);
  }
}
@media (min-width: 992px) {
  .modal-xl {
    --bs-modal-width: calc(960px - 1.5rem);
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: calc(1140px - 1.5rem);
  }
}
@media (min-width: 1400px) {
  .modal-xl {
    --bs-modal-width: calc(1320px - 1.5rem);
  }
}

#adviseModal .modal-content {
  background: transparent;
  border: 0;
}
#adviseModal .modal-content .modal-body {
  padding: 0;
  position: relative;
}
#adviseModal .modal-content .modal-body .btn-close {
  position: absolute;
  right: 24px;
  top: 24px;
  filter: brightness(0);
  -webkit-filter: brightness(0);
  z-index: 1;
  box-shadow: none;
  outline: none;
}
#adviseModal .modal-content .modal-body .form_register {
  background: #FFFFFF url(../images/popup-corner.png) no-repeat top right/30% auto;
  border-radius: 24px 24px 24px 150px;
  -webkit-border-radius: 24px 24px 24px 150px;
  -moz-border-radius: 24px 24px 24px 150px;
  -ms-border-radius: 24px 24px 24px 150px;
  -o-border-radius: 24px 24px 24px 150px;
  color: #004646;
  padding: 4rem 4rem 5rem;
  position: relative;
}
#adviseModal .modal-content .modal-body .form_register::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -15px;
  left: 0;
  border-top: 170px solid #FFFFFF;
  border-right: 300px solid transparent;
  z-index: -1;
}
#adviseModal .modal-content .modal-body .form_register .title_animate svg g {
  opacity: 0.5;
}
#adviseModal .modal-content .modal-body .form_register .title_animate svg path {
  stroke: #B8D3D9;
}
#adviseModal .modal-content .modal-body .form_register .form-control {
  background: transparent;
  color: #004646;
  box-shadow: none;
  outline: none;
  border: 0;
  border-bottom: 1px solid #b8d3d9;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  text-align: center;
}
#adviseModal .modal-content .modal-body .form_register .form-control::-moz-placeholder {
  color: #B8D3D9;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#adviseModal .modal-content .modal-body .form_register .form-control::placeholder {
  color: #B8D3D9;
  transition: all 0.5s ease;
}
#adviseModal .modal-content .modal-body .form_register .form-control:focus::-moz-placeholder {
  letter-spacing: 2px;
  opacity: 0;
}
#adviseModal .modal-content .modal-body .form_register .form-control:focus::placeholder {
  letter-spacing: 2px;
  opacity: 0;
}
#adviseModal .modal-content .modal-body .form_register .form-control.wpcf7-not-valid {
  color: #FFB4B4;
}
#adviseModal .modal-content .modal-body .form_register .form-control.wpcf7-not-valid::-moz-placeholder {
  color: #FFB4B4;
}
#adviseModal .modal-content .modal-body .form_register .form-control.wpcf7-not-valid::placeholder {
  color: #FFB4B4;
}
#adviseModal .modal-content .modal-body .form_register .name_wrapper {
  display: flex;
  align-items: center;
}
#adviseModal .modal-content .modal-body .form_register .name_wrapper .form-control {
  width: 400px;
}
#adviseModal .modal-content .modal-body .form_register .form-select {
  background: transparent url(../images/select.png) no-repeat right 1rem center/15px auto;
  color: #B8D3D9;
  box-shadow: none;
  outline: none;
  border: 0;
  border-bottom: 1px solid #b8d3d9;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  text-align: center;
}
#adviseModal .modal-content .modal-body .form_register .form-select:has(option:checked:not([value=""])) {
  color: #004646;
}
#adviseModal .modal-content .modal-body .form_register .form-select.wpcf7-not-valid {
  color: #FFB4B4;
}
#adviseModal .modal-content .modal-body .form_register .course_wrapper {
  display: flex;
  align-items: center;
}
#adviseModal .modal-content .modal-body .form_register .course_wrapper .form-select {
  width: 600px;
}
#adviseModal .modal-content .modal-body .form_register .phone_wrapper {
  display: flex;
  align-items: center;
}
#adviseModal .modal-content .modal-body .form_register .phone_wrapper .form-control {
  width: 180px;
}
#adviseModal .modal-content .modal-body .form_register .email_wrapper {
  display: flex;
  align-items: center;
}
#adviseModal .modal-content .modal-body .form_register .email_wrapper .form-control {
  width: 400px;
}
#adviseModal .modal-content .modal-body .form_register .form-submit .btn.btn-red {
  background-image: url(../images/right.png);
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  background-size: auto 24px;
}
@media (max-width: 991px) {
  #adviseModal .modal-content .modal-body .form_register {
    padding: 2rem 2rem 3rem;
  }
  #adviseModal .modal-content .modal-body .form_register .phone_wrapper,
  #adviseModal .modal-content .modal-body .form_register .name_wrapper,
  #adviseModal .modal-content .modal-body .form_register .email_wrapper {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  #adviseModal .modal-content .modal-body .form_register .phone_wrapper .firt_col,
  #adviseModal .modal-content .modal-body .form_register .name_wrapper .firt_col,
  #adviseModal .modal-content .modal-body .form_register .email_wrapper .firt_col {
    flex: 1 0 0%;
  }
  #adviseModal .modal-content .modal-body .form_register .phone_wrapper .form-control,
  #adviseModal .modal-content .modal-body .form_register .name_wrapper .form-control,
  #adviseModal .modal-content .modal-body .form_register .email_wrapper .form-control {
    width: 100%;
    text-align: left;
    padding-left: 0;
  }
  #adviseModal .modal-content .modal-body .form_register .course_wrapper {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  #adviseModal .modal-content .modal-body .form_register .course_wrapper .firt_col {
    flex: 1 0 0%;
  }
  #adviseModal .modal-content .modal-body .form_register .course_wrapper .form-select {
    width: 100%;
    text-align: left;
    padding-left: 0;
  }
}

#testModal .modal-content {
  background: transparent;
  border: 0;
}
#testModal .modal-content .modal-body {
  padding: 0;
  position: relative;
}
#testModal .modal-content .modal-body .btn-close {
  position: absolute;
  right: 24px;
  top: 24px;
  filter: brightness(0);
  -webkit-filter: brightness(0);
  z-index: 1;
  box-shadow: none;
  outline: none;
}
#testModal .modal-content .modal-body .form_register {
  background: #FFFFFF url(../images/popup-corner.png) no-repeat top right/30% auto;
  border-radius: 24px 24px 24px 150px;
  -webkit-border-radius: 24px 24px 24px 150px;
  -moz-border-radius: 24px 24px 24px 150px;
  -ms-border-radius: 24px 24px 24px 150px;
  -o-border-radius: 24px 24px 24px 150px;
  color: #004646;
  padding: 4rem 4rem 5rem;
  position: relative;
}
#testModal .modal-content .modal-body .form_register::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -15px;
  left: 0;
  border-top: 170px solid #FFFFFF;
  border-right: 300px solid transparent;
  z-index: -1;
}
#testModal .modal-content .modal-body .form_register .title_animate svg g {
  opacity: 0.5;
}
#testModal .modal-content .modal-body .form_register .title_animate svg path {
  stroke: #B8D3D9;
}
#testModal .modal-content .modal-body .form_register .form-control {
  background: transparent;
  color: #004646;
  box-shadow: none;
  outline: none;
  border: 0;
  border-bottom: 1px solid #b8d3d9;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  text-align: center;
}
#testModal .modal-content .modal-body .form_register .form-control::-moz-placeholder {
  color: #B8D3D9;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#testModal .modal-content .modal-body .form_register .form-control::placeholder {
  color: #B8D3D9;
  transition: all 0.5s ease;
}
#testModal .modal-content .modal-body .form_register .form-control:focus::-moz-placeholder {
  letter-spacing: 2px;
  opacity: 0;
}
#testModal .modal-content .modal-body .form_register .form-control:focus::placeholder {
  letter-spacing: 2px;
  opacity: 0;
}
#testModal .modal-content .modal-body .form_register .form-control.wpcf7-not-valid {
  color: #FFB4B4;
}
#testModal .modal-content .modal-body .form_register .form-control.wpcf7-not-valid::-moz-placeholder {
  color: #FFB4B4;
}
#testModal .modal-content .modal-body .form_register .form-control.wpcf7-not-valid::placeholder {
  color: #FFB4B4;
}
#testModal .modal-content .modal-body .form_register .name_wrapper {
  display: flex;
  align-items: center;
}
#testModal .modal-content .modal-body .form_register .name_wrapper .form-control {
  width: 400px;
}
#testModal .modal-content .modal-body .form_register .form-select {
  background: transparent url(../images/select.png) no-repeat right 1rem center/15px auto;
  color: #B8D3D9;
  box-shadow: none;
  outline: none;
  border: 0;
  border-bottom: 1px solid #b8d3d9;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  text-align: center;
}
#testModal .modal-content .modal-body .form_register .form-select.wpcf7-not-valid {
  color: #FFB4B4;
}
#testModal .modal-content .modal-body .form_register .form-select:has(option:checked:not([value=""])) {
  color: #004646;
}
#testModal .modal-content .modal-body .form_register .course_wrapper {
  display: flex;
  align-items: center;
}
#testModal .modal-content .modal-body .form_register .course_wrapper .form-select {
  width: 600px;
}
#testModal .modal-content .modal-body .form_register .phone_wrapper {
  display: flex;
  align-items: center;
}
#testModal .modal-content .modal-body .form_register .phone_wrapper .form-control {
  width: 180px;
}
#testModal .modal-content .modal-body .form_register .date_wrapper {
  display: flex;
  align-items: center;
}
#testModal .modal-content .modal-body .form_register .date_wrapper .form-control {
  width: 220px;
}
#testModal .modal-content .modal-body .form_register .area_wrapper {
  display: flex;
  align-items: center;
}
#testModal .modal-content .modal-body .form_register .area_wrapper .form-select {
  width: 400px;
}
#testModal .modal-content .modal-body .form_register .email_wrapper {
  display: flex;
  align-items: center;
}
#testModal .modal-content .modal-body .form_register .email_wrapper .form-control {
  width: 400px;
}
#testModal .modal-content .modal-body .form_register .form-submit .btn.btn-red {
  background-image: url(../images/right.png);
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  background-size: auto 24px;
}
@media (max-width: 991px) {
  #testModal .modal-content .modal-body .form_register {
    padding: 2rem 2rem 3rem;
  }
  #testModal .modal-content .modal-body .form_register .phone_wrapper,
  #testModal .modal-content .modal-body .form_register .date_wrapper,
  #testModal .modal-content .modal-body .form_register .name_wrapper,
  #testModal .modal-content .modal-body .form_register .email_wrapper {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  #testModal .modal-content .modal-body .form_register .phone_wrapper .firt_col,
  #testModal .modal-content .modal-body .form_register .date_wrapper .firt_col,
  #testModal .modal-content .modal-body .form_register .name_wrapper .firt_col,
  #testModal .modal-content .modal-body .form_register .email_wrapper .firt_col {
    flex: 1 0 0%;
  }
  #testModal .modal-content .modal-body .form_register .phone_wrapper .form-control,
  #testModal .modal-content .modal-body .form_register .date_wrapper .form-control,
  #testModal .modal-content .modal-body .form_register .name_wrapper .form-control,
  #testModal .modal-content .modal-body .form_register .email_wrapper .form-control {
    width: 100%;
    text-align: left;
    padding-left: 0;
  }
  #testModal .modal-content .modal-body .form_register .area_wrapper,
  #testModal .modal-content .modal-body .form_register .course_wrapper {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  #testModal .modal-content .modal-body .form_register .area_wrapper .firt_col,
  #testModal .modal-content .modal-body .form_register .course_wrapper .firt_col {
    flex: 1 0 0%;
  }
  #testModal .modal-content .modal-body .form_register .area_wrapper .form-select,
  #testModal .modal-content .modal-body .form_register .course_wrapper .form-select {
    width: 100%;
    text-align: left;
    padding-left: 0;
  }
}

#registerFailModal .modal-content,
#registerSuccessModal .modal-content,
#failModal .modal-content,
#submitModal .modal-content {
  background: transparent;
  border: 0;
}
#registerFailModal .modal-content .modal-body,
#registerSuccessModal .modal-content .modal-body,
#failModal .modal-content .modal-body,
#submitModal .modal-content .modal-body {
  padding: 0;
  position: relative;
}
#registerFailModal .modal-content .modal-body .btn-close,
#registerSuccessModal .modal-content .modal-body .btn-close,
#failModal .modal-content .modal-body .btn-close,
#submitModal .modal-content .modal-body .btn-close {
  position: absolute;
  right: 24px;
  top: 24px;
  filter: brightness(0);
  -webkit-filter: brightness(0);
  z-index: 1;
  box-shadow: none;
  outline: none;
}
#registerFailModal .modal-content .modal-body .submit_notify,
#registerSuccessModal .modal-content .modal-body .submit_notify,
#failModal .modal-content .modal-body .submit_notify,
#submitModal .modal-content .modal-body .submit_notify {
  background: #FFFFFF;
  border-radius: 24px 24px 24px 150px;
  -webkit-border-radius: 24px 24px 24px 150px;
  -moz-border-radius: 24px 24px 24px 150px;
  -ms-border-radius: 24px 24px 24px 150px;
  -o-border-radius: 24px 24px 24px 150px;
  color: #004646;
  padding: 2rem 2rem 3rem;
  position: relative;
}
#registerFailModal .modal-content .modal-body .submit_notify::before,
#registerSuccessModal .modal-content .modal-body .submit_notify::before,
#failModal .modal-content .modal-body .submit_notify::before,
#submitModal .modal-content .modal-body .submit_notify::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -15px;
  left: 0;
  border-top: 170px solid #FFFFFF;
  border-right: 300px solid transparent;
  z-index: -1;
}
#registerFailModal .modal-content .modal-body .submit_notify figure,
#registerSuccessModal .modal-content .modal-body .submit_notify figure,
#failModal .modal-content .modal-body .submit_notify figure,
#submitModal .modal-content .modal-body .submit_notify figure {
  text-align: center;
}
#registerFailModal .modal-content .modal-body .submit_notify figure img,
#registerSuccessModal .modal-content .modal-body .submit_notify figure img,
#failModal .modal-content .modal-body .submit_notify figure img,
#submitModal .modal-content .modal-body .submit_notify figure img {
  max-height: 250px;
}
@media (max-width: 991px) {
  #registerFailModal .modal-content .modal-body .submit_notify,
  #registerSuccessModal .modal-content .modal-body .submit_notify,
  #failModal .modal-content .modal-body .submit_notify,
  #submitModal .modal-content .modal-body .submit_notify {
    padding: 2rem 2rem 3rem;
  }
}

#advise {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 111;
  width: 40px;
}
#advise a {
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  font-family: "Cal Sans", sans-serif;
  color: #FFFFFF;
  background: #ED3838 url(../images/advise.png) no-repeat bottom 16px center/20px auto;
  padding: 16px 8px 48px 12px;
  border-radius: 30px 0 0 30px;
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  -ms-border-radius: 30px 0 0 30px;
  -o-border-radius: 30px 0 0 30px;
  position: relative;
  display: block;
}
#advise a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -5px;
  left: 0;
  border-top: 30px solid #ED3838;
  border-right: 30px solid transparent;
  z-index: -1;
}
@media (max-width: 991px) {
  #advise {
    width: 50px;
    right: 0.75rem;
    top: unset;
    bottom: 1rem;
  }
  #advise a {
    width: 50px;
    padding: 12px;
    height: 50px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    background: #ED3838 url(../images/advise.png) no-repeat center center/20px auto;
  }
  #advise a span {
    display: none;
  }
}

.j_paging .wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.j_paging .wp-pagenavi span {
  border: 1px solid #F9F9F9;
  background: #F9F9F9;
  min-width: 35px;
  text-align: center;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  color: #0F172A;
  box-shadow: none;
  outline: none;
  padding: 5px;
  display: block;
  margin: 2px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.j_paging .wp-pagenavi span.current {
  border: 1px solid #ED3838;
  background: #ED3838;
  color: #FFFFFF;
}
.j_paging .wp-pagenavi a {
  border: 1px solid #F9F9F9;
  background: #F9F9F9;
  min-width: 35px;
  text-align: center;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  color: #0F172A;
  box-shadow: none;
  outline: none;
  padding: 5px;
  display: block;
  margin: 2px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.j_paging .wp-pagenavi a:hover {
  border: 1px solid #ED3838;
  background: #ED3838;
  color: #FFFFFF;
}

#notfound {
  position: relative;
  height: 100vh;
}
#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}
.notfound .notfound-404 {
  position: relative;
  height: 200px;
  margin: 0px auto 20px;
  z-index: -1;
}
.notfound .notfound-404 h1 {
  font-size: 236px;
  font-weight: 200;
  margin: 0px;
  color: #0F172A;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.notfound .notfound-404 h2 {
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  color: #0F172A;
  background: #FFFFFF;
  padding: 10px 5px;
  margin: auto;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 h1 {
    font-size: 148px;
  }
}
@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 148px;
    margin: 0px auto 10px;
  }
  .notfound .notfound-404 h1 {
    font-size: 86px;
  }
  .notfound .notfound-404 h2 {
    font-size: 16px;
  }
  .notfound a {
    padding: 7px 15px;
    font-size: 14px;
  }
}
.page_login {
  position: relative;
}
.page_login .logo_abs {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}
.page_login .logo_abs .logo_site img {
  height: 48px;
}
.page_login .img_login {
  height: 100vh;
  position: relative;
}
.page_login .img_login img {
  position: absolute;
  width: calc(100% - 2.25rem);
  height: calc(100% - 3rem);
  -o-object-fit: cover;
     object-fit: cover;
  top: 1.5rem;
  left: 1.5rem;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.page_login form :invalid ~ .invalid-feedback {
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
}
.page_login form :valid {
  border-color: #ED3838;
}
.page_login form .password_box {
  position: relative;
}
.page_login form .password_box input {
  background-image: none !important;
}
.page_login form .password_box .show_text {
  color: #545861;
  position: absolute;
  right: 10px;
  top: 20px;
  cursor: pointer;
}
.page_login form label {
  display: block;
}
.page_login form .form-control {
  height: 64px;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  background: #F1F5F7;
  border: 1px solid #F1F5F7;
  box-shadow: none;
  outline: none;
}
.page_login form .remember_box label {
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}
.page_login form .remember_box label::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #545861;
  left: 0;
  top: 2px;
  background: #FFFFFF;
  transition: all 0.5s ease;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.page_login form .remember_box label::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 5px;
  border-bottom: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  left: 3px;
  top: 5px;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 0.5s ease;
}
.page_login form .remember_box input {
  display: none;
}
.page_login form .remember_box input:checked + label::before {
  border-color: #004646;
  background: #004646;
}
.page_login form .remember_box input:checked + label::after {
  opacity: 1;
}
.page_login form .turn_back a {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}
.page_login form .turn_back a img {
  height: 9px;
  -o-object-fit: contain;
     object-fit: contain;
}
.page_login .custom-register-message .notice {
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
}
.page_login .custom-register-message .notice.success {
  background-color: #E6F0F2;
  color: #004646;
}
.page_login .custom-register-message .notice.error {
  background-color: #FFB4B4;
  color: #ED3838;
}
@media (max-width: 991px) {
  .page_login .logo_abs {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    padding: 1.5em 0;
  }
  .page_login .logo_abs .logo_site img {
    height: 30px;
  }
  .page_login form {
    margin-bottom: 1.5rem;
  }
  .page_login .img_login {
    height: auto;
    padding-bottom: 100%;
  }
  .page_login .img_login img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

#resetPassword .btn-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
#resetPassword figure img {
  height: 150px;
}/*# sourceMappingURL=main.css.map */