@charset "UTF-8";
/*
    Theme Name: Việt Nam Design Week
    Theme URI: https://banvwp.com
    Author: Ba Nguyen
    Author URI: https://banvwp.com
    Description: A starter theme
    Version: 1.0
    Text Domain: corex
    Tags: theme, starter theme, time vn, nguyenba
*/
@font-face {
  font-family: "DarkerGrotesque-Black.ttf";
  src: url("./assets/fonts/DarkerGrotesque-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DarkerGrotesque-Bold.ttf";
  src: url("./assets/fonts/DarkerGrotesque-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DarkerGrotesque-Extrabold.ttf";
  src: url("./assets/fonts/DarkerGrotesque-Extrabold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DarkerGrotesque-Light.ttf";
  src: url("./assets/fonts/DarkerGrotesque-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DarkerGrotesque-Medium.ttf";
  src: url("./assets/fonts/DarkerGrotesque-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DarkerGrotesque-Regular.ttf";
  src: url("./assets/fonts/DarkerGrotesque-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DarkerGrotesque-Semibold.ttf";
  src: url("./assets/fonts/DarkerGrotesque-Semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnam-Medium.ttf";
  src: url("./assets/fonts/BeVietnam-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnam-Medium.ttf";
  src: url("./assets/fonts/BeVietnam-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnam-Regular.ttf";
  src: url("./assets/fonts/BeVietnam-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnam-Light.ttf";
  src: url("./assets/fonts/BeVietnam-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnam-Bold.ttf";
  src: url("./assets/fonts/BeVietnam-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnam-SemiBold.ttf";
  src: url("./assets/fonts/BeVietnam-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-thumb {
  background: #1E7166;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #1E7166;
}

button,
input,
select,
textarea {
  margin: 0;
  outline: none;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: left;
}

html,
body {
  margin: 0;
  padding: 0;
  font-size: 1.1111111111vw;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.85);
  font-family: "BeVietnam-Regular.ttf";
}
@media (max-width: 1280px) {
  html,
  body {
    font-size: 1.5625vw;
  }
}
@media (max-width: 768px) {
  html,
  body {
    font-size: 1.7578125vw;
  }
}
@media (max-width: 576px) {
  html,
  body {
    font-size: 4.2666666667vw;
  }
}

.site-container {
  overflow: hidden;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

.typography html,
.typography body,
.typography p,
.typography ol,
.typography ul,
.typography li,
.typography dl,
.typography dt,
.typography dd,
.typography blockquote,
.typography figure,
.typography fieldset,
.typography legend,
.typography textarea,
.typography pre,
.typography iframe,
.typography hr,
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  margin: 0;
  padding: 0;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  font-size: 100%;
  font-weight: normal;
}
.typography ul {
  list-style: none;
}

@-webkit-keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@-moz-keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@-o-keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spinX {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(1turn);
  }
}
@-moz-keyframes spinX {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(1turn);
  }
}
@-o-keyframes spinX {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(1turn);
  }
}
@keyframes spinX {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(1turn);
  }
}
@keyframes future {
  0% {
    transform: translate(-400px) rotate(-45deg);
  }
  50% {
    transform: translate(0) rotate(-45deg);
  }
  to {
    transform: translate(400px) rotate(-45deg);
  }
}
@-webkit-keyframes shakeX2 {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-moz-keyframes shakeX2 {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-o-keyframes shakeX2 {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes shakeX2 {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
.load_more_def {
  display: block;
  width: 100%;
}
.load_more_def a, .load_more_def span {
  display: inline-block;
  font-size: 1.1111111111vw;
  line-height: 1.25vw;
  text-decoration-line: underline;
  color: #7E5F35;
  font-family: "BAKEMONO MONO BOLD.TTF";
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .load_more_def a, .load_more_def span {
    font-size: 4.2666666667vw;
    line-height: 4.8vw;
  }
}
.load_more_def a:hover, .load_more_def span:hover {
  letter-spacing: 1px;
}
.load_more_def._white a, .load_more_def._white span {
  color: #fff;
}
.load_more_def._center {
  text-align: center;
}

.load_more_def_2 {
  width: 13.75vw;
  height: 3.125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #1E7166;
  color: #FFF;
  font-family: "DarkerGrotesque-Semibold.ttf";
  font-size: 2.0833333333vw;
  font-style: normal;
  font-weight: 800;
  line-height: 19px;
  padding-bottom: 5px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .load_more_def_2 {
    width: 19.3359375vw;
    font-size: 2.9296875vw;
    height: 4.39453125vw;
  }
}
@media (max-width: 576px) {
  .load_more_def_2 {
    width: 42.6666666667vw;
    font-size: 6.6666666667vw;
    height: 10.6666666667vw;
  }
}
.load_more_def_2:before {
  content: "";
  width: 0;
  height: 200px;
  background-color: white;
  position: absolute;
  transform: rotate(-45deg);
  box-shadow: 0 0 20px 20px rgba(233, 236, 233, 0.74);
  animation: future 3s linear infinite;
}

.slide_next_def, .slide_prev_def {
  width: 4.5291666667vw !important;
  height: 4.5291666667vw !important;
  background: rgba(104, 84, 84, 0.5);
  transform: matrix(1, 0, 0, -1, 0, 0);
  display: flex;
  margin-top: 0 !important;
  align-items: center;
  justify-content: center;
  background-image: none !important;
}
@media (max-width: 576px) {
  .slide_next_def, .slide_prev_def {
    width: 10.6666666667vw !important;
    height: 10.6666666667vw !important;
  }
}
@media (max-width: 1024px) {
  .slide_next_def svg, .slide_prev_def svg {
    width: 30px;
  }
}
@media (max-width: 768px) {
  .slide_next_def svg, .slide_prev_def svg {
    width: 22px;
  }
}
@media (min-width: 769px) {
  .slide_next_def:not(.swiper-button-disabled) svg, .slide_prev_def:not(.swiper-button-disabled) svg {
    animation-name: spinX;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
}

.pagination-slide-def {
  width: max-content !important;
  align-items: center;
  display: flex;
}
.pagination-slide-def .current {
  font-size: 3.4722222222vw;
  line-height: 30px;
  color: #1E7166;
  font-family: "DarkerGrotesque-Extrabold.ttf";
}
@media (max-width: 576px) {
  .pagination-slide-def .current {
    font-size: 8vw;
  }
}
.pagination-slide-def span {
  color: rgba(30, 113, 102, 0.6);
  margin-bottom: 3px;
  font-size: 1.3888888889vw;
}
@media (max-width: 576px) {
  .pagination-slide-def span {
    font-size: 5.3333333333vw;
  }
}
.pagination-slide-def .total {
  font-size: 1.7361111111vw;
  line-height: 25px;
  font-family: "DarkerGrotesque-Regular.ttf";
  color: rgba(30, 113, 102, 0.6);
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .pagination-slide-def .total {
    font-size: 5.3333333333vw;
  }
}

.swiper-pagination-def-not-custom {
  bottom: 0 !important;
}
.swiper-pagination-def-not-custom .swiper-pagination-bullet {
  opacity: 1 !important;
  width: 0.9027777778vw !important;
  height: 0.9027777778vw !important;
  margin: 0 0.3472222222vw !important;
  background: #B2D4D5;
}
@media (max-width: 576px) {
  .swiper-pagination-def-not-custom .swiper-pagination-bullet {
    width: 2.1333333333vw !important;
    height: 2.1333333333vw !important;
    margin: 0 0.8vw !important;
  }
}
.swiper-pagination-def-not-custom .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1A7267;
}

.see-more-def {
  font-size: 1.3888888889vw;
  line-height: 35px;
  text-decoration-line: underline;
  color: #0A2B27;
  font-family: "DarkerGrotesque-Regular.ttf";
}
@media (max-width: 1024px) {
  .see-more-def {
    font-size: 1.7578125vw;
  }
}
@media (max-width: 576px) {
  .see-more-def {
    font-size: 4.8vw;
  }
}

.pagination_list_def {
  width: 100%;
  display: flex;
  justify-content: center;
}
.pagination_list_def .paginate_links {
  display: flex;
  position: relative;
}
.pagination_list_def .paginate_links .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DarkerGrotesque-Bold.ttf";
  font-size: 1.3888888889vw;
  line-height: 20px;
  color: #667085;
  margin: 0 0.8333333333vw;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  border-radius: 8px;
}
@media (max-width: 576px) {
  .pagination_list_def .paginate_links .page-numbers {
    font-size: 4.8vw;
    margin: 0 2.1333333333vw;
    width: 8vw;
    height: 8vw;
  }
}
.pagination_list_def .paginate_links .page-numbers.current {
  background: #1E7166;
  color: #fff;
}
.pagination_list_def .paginate_links .page-numbers.next, .pagination_list_def .paginate_links .page-numbers.prev {
  position: relative;
}
.pagination_list_def .paginate_links .page-numbers.next::after, .pagination_list_def .paginate_links .page-numbers.prev::after {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: url("./assets/images/home/next.png");
}
.pagination_list_def .paginate_links .page-numbers.prev::after {
  content: url("./assets/images/home/prev.png");
}

.tab_list_def {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
}
.tab_list_def li {
  margin: 0.5555555556vw 1.1111111111vw;
}
.tab_list_def li a {
  font-family: "VLTYPEWRITERBASIX-REGULAR.TTF";
  font-size: 1.1111111111vw;
  line-height: 1.25vw;
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .tab_list_def li a {
    font-size: 4.2666666667vw;
    line-height: 4.8vw;
  }
}
.tab_list_def li a.is-active {
  text-decoration: underline;
  color: #8F7447;
}
@media (max-width: 576px) {
  .tab_list_def li a.is-active {
    text-decoration: none;
  }
}
.tab_list_def li:hover a {
  color: #8F7447;
}

.lable_def {
  font-family: "VLTYPEWRITERBASIX-REGULAR.TTF";
  font-weight: 400;
  font-size: 2.7777777778vw;
  line-height: 130%;
  color: #8F7447;
}
@media (max-width: 576px) {
  .lable_def {
    font-size: 7.4666666667vw;
  }
}
.lable_def.center {
  text-align: center;
}

.blog_item_def {
  display: flex;
}
@media only screen and (min-width: 769px) {
  .blog_item_def:hover .left a img {
    transform: scale(1.3);
  }
  .blog_item_def:hover > a img {
    transform: scale(1.3);
  }
}
.blog_item_def > a {
  overflow: hidden;
}
.blog_item_def > a img {
  transition: all 0.5s ease;
}
.blog_item_def .left {
  width: 15.0694444444vw;
  height: 9.7222222222vw;
}
@media (max-width: 576px) {
  .blog_item_def .left {
    width: 32.5333333333vw;
    height: 31.4666666667vw;
  }
}
.blog_item_def .left a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.blog_item_def .left a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease;
}
.blog_item_def .right {
  width: 25.0694444444vw;
  padding: 1.1111111111vw 2.0833333333vw 0vw 2.7777777778vw;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .blog_item_def .right {
    width: 58.9333333333vw;
    padding: 2.1333333333vw 4.2666666667vw 3.2vw;
  }
}
.blog_item_def .right .date {
  font-size: 0.9722222222vw;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.85);
  font-family: "BAKEMONO MONO MEDIUM.TTF";
}
@media (max-width: 576px) {
  .blog_item_def .right .date {
    font-size: 3.7333333333vw;
  }
}
.blog_item_def .right .date:last-child {
  font-family: "BAKEMONO MONO REGULAR.TTF";
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 1.1111111111vw;
}
@media (max-width: 576px) {
  .blog_item_def .right .date:last-child {
    margin-top: 4.2666666667vw;
  }
}
.blog_item_def .right .title {
  display: block;
  margin-top: 1.1111111111vw;
  font-family: "VLTYPEWRITERBASIX-REGULAR.TTF";
  font-size: 1.25vw;
  line-height: 130%;
  color: #8F7447;
  text-decoration: none;
}
@media (max-width: 576px) {
  .blog_item_def .right .title {
    font-size: 4.8vw;
    margin-top: 2.1333333333vw;
  }
}
.blog_item_def .right .title h3 {
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: normal !important;
}

.banner-def {
  width: 100%;
  height: 25vw;
  margin-top: 6.9444444444vw;
  position: relative;
}
@media (max-width: 1024px) {
  .banner-def {
    height: 35.15625vw;
  }
}
@media (max-width: 576px) {
  .banner-def {
    margin-top: 18.6666666667vw;
    height: 53.3333333333vw;
  }
}
.banner-def::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.48);
}
.banner-def img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.banner-def > h2 {
  font-size: 5.5555555556vw;
  line-height: 70px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "DarkerGrotesque-Extrabold.ttf";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: max-content;
  margin-bottom: 20px;
}
.banner-def .abs {
  position: absolute;
  bottom: 18px;
  left: 8.3333333333%;
  z-index: 1;
  font-size: 5.5555555556vw;
  line-height: 70px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "DarkerGrotesque-Extrabold.ttf";
}
@media (max-width: 1024px) {
  .banner-def .abs {
    bottom: 1.7578125vw;
    left: 2.9296875vw;
  }
}
.banner-def .abs h1 {
  color: #FFF;
  font-family: "DarkerGrotesque-Extrabold.ttf";
  font-size: 4.1666666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .banner-def .abs h1 {
    font-size: 5.859375vw;
  }
}
@media (max-width: 576px) {
  .banner-def .abs h1 {
    font-size: 8vw;
  }
}
.banner-def .abs p {
  display: flex;
  align-items: center;
  font-size: 1.1111111111vw;
  font-style: normal;
  font-weight: 500;
  font-family: "BeVietnam-Medium.ttf";
  line-height: normal;
  letter-spacing: 0.0222222222vw;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .banner-def .abs p {
    letter-spacing: 0.03125vw;
    font-size: 1.5625vw;
  }
}
@media (max-width: 576px) {
  .banner-def .abs p {
    font-size: 4.2666666667vw;
  }
}
.banner-def .abs p span {
  display: inline-block;
  margin: 0 0.6944444444vw;
}
@media (max-width: 1024px) {
  .banner-def .abs p span {
    margin: 0 0.9765625vw;
  }
}
.banner-def .abs p span:nth-child(1) {
  margin-left: 0;
}

.news-item-def {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .news-item-def:hover > .image img {
    transform: scale(1.3);
  }
}
.news-item-def .image {
  position: relative;
  overflow: hidden;
  height: 15.2777777778vw;
  border-radius: 12px 12px 0 0;
}
@media (max-width: 576px) {
  .news-item-def .image {
    height: 34.6666666667vw;
  }
}
.news-item-def .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.5s ease;
}
.news-item-def .image p {
  position: absolute;
  z-index: 1;
  padding: 0.1388888889vw 0.8333333333vw 0.2777777778vw;
  background: #1E7166;
  border-radius: 60px;
  font-size: 0.9722222222vw;
  line-height: 18px;
  font-family: "DarkerGrotesque-Regular.ttf";
  color: #FFFFFF;
  top: 1.1111111111vw;
  left: 1.1111111111vw;
}
@media (max-width: 1024px) {
  .news-item-def .image p {
    font-size: 1.3671875vw;
  }
}
@media (max-width: 576px) {
  .news-item-def .image p {
    font-size: 3.7333333333vw;
    padding: 0.1388888889vw 1.3888888889vw 0.4166666667vw;
  }
}
.news-item-def .image p.sale {
  background: #FF6B00;
}
.news-item-def .content {
  padding: 1.6666666667vw 1.8055555556vw;
  background: #F9F9FC;
  border-radius: 0 0 12px 12px;
}
.news-item-def .content .top {
  display: flex;
}
.news-item-def .content .top p {
  width: 50%;
  display: flex;
  align-items: center;
  font-size: 0.9722222222vw;
  line-height: 18px;
  color: #6B6B6B;
  font-family: "DarkerGrotesque-Regular.ttf";
}
@media (max-width: 1024px) {
  .news-item-def .content .top p {
    font-size: 1.3671875vw;
  }
}
@media (max-width: 576px) {
  .news-item-def .content .top p {
    font-size: 3.2vw;
  }
}
.news-item-def .content .top p:nth-child(2) img {
  width: 10.5px;
}
@media (max-width: 576px) {
  .news-item-def .content .top p:nth-child(2) img {
    width: 7.5px;
  }
}
.news-item-def .content .top p img {
  margin-right: 0.2430555556vw;
  width: 16px;
}
@media (max-width: 576px) {
  .news-item-def .content .top p img {
    width: 11px;
  }
}
.news-item-def .content h3 {
  font-size: 1.3888888889vw;
  line-height: 24px;
  color: #003461;
  font-family: "DarkerGrotesque-Extrabold.ttf";
  margin-bottom: 1.3888888889vw;
  margin-top: 0.5555555556vw;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (max-width: 1024px) {
  .news-item-def .content h3 {
    font-size: 1.7578125vw;
  }
}
@media (max-width: 576px) {
  .news-item-def .content h3 {
    line-height: 20px;
    font-size: 4.2666666667vw;
    line-height: 22px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 12.8vw;
  }
}
.news-item-def .content h4 {
  font-weight: 400;
  font-size: 1.1111111111vw;
  line-height: 22px;
  color: #2C2C2C;
  font-family: "DarkerGrotesque-Regular.ttf";
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 4.5833333333vw;
}
@media (max-width: 1024px) {
  .news-item-def .content h4 {
    font-size: 1.5625vw;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 6.4453125vw;
  }
}
@media (max-width: 768px) {
  .news-item-def .content h4 {
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 7.32421875vw;
    line-height: 20px;
  }
}
@media (max-width: 576px) {
  .news-item-def .content h4 {
    font-size: 4vw;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 16vw;
  }
}

@media (max-width: 576px) {
  .ui-datepicker table {
    font-size: 2.9em;
    line-height: 12px;
  }
}

@media (max-width: 576px) {
  .ui-datepicker-titl {
    font-size: 1.2em;
  }
}

@media (max-width: 576px) {
  #ui-datepicker-div {
    width: calc(100vw - 80px);
  }
}

#header-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 6.9444444444vw;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
  padding: 0 4.1666666667vw;
  justify-content: space-between;
  background: #FFFFFF;
}
@media (max-width: 1024px) {
  #header-main {
    padding: 0;
    width: 29.296875vw;
    height: auto;
    bottom: 0;
    top: 7.8125vw;
    right: auto;
    align-items: flex-start;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 576px) {
  #header-main {
    width: 49.8666666667vw;
    top: 16vw;
  }
}
#header-main.is_active_header {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
#header-main.is_active {
  box-shadow: 0px 4px 25px rgba(96, 96, 96, 0.25);
  height: 5.5555555556vw;
}
#header-main.is_active .logo-main {
  width: 13.8888888889vw;
}
#header-main.hide-header {
  transform: translateY(-300px);
  -webkit-transform: translateY(-300px);
  -moz-transform: translateY(-300px);
}
#header-main .logo-main {
  width: 17.3611111111vw;
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  #header-main .logo-main {
    display: none;
  }
}
#header-main .logo-main svg {
  display: block;
}
#header-main .logo-main svg {
  max-width: 100%;
}
#header-main .right {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  #header-main .right {
    flex-direction: column;
    width: 100%;
  }
}
#header-main .right .menu-main {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  #header-main .right .menu-main {
    flex-direction: column;
    width: 100%;
  }
}
#header-main .right .menu-main li {
  margin-right: 2.5vw;
}
@media (max-width: 1024px) {
  #header-main .right .menu-main li {
    width: 100%;
    background: transparent;
    padding: 1.171875vw 1.5625vw;
    margin: 0;
    border-bottom: 1px solid #000;
    height: 4.1015625vw;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 576px) {
  #header-main .right .menu-main li {
    padding: 3.2vw 4.2666666667vw;
    height: 12.2666666667vw;
  }
}
@media (max-width: 1024px) {
  #header-main .right .menu-main li.active .sub-menu {
    left: 29.39453125vw;
    z-index: 1;
    opacity: 1;
  }
}
@media (max-width: 576px) {
  #header-main .right .menu-main li.active .sub-menu {
    left: 50.1333333333vw;
  }
}
#header-main .right .menu-main li.current_page_item a, #header-main .right .menu-main li.current-menu-item a {
  color: #1E7166;
}
#header-main .right .menu-main li.menu-item-has-children {
  position: relative;
}
@media (min-width: 1025px) {
  #header-main .right .menu-main li.menu-item-has-children:hover > .sub-menu {
    transform: scaleY(1);
  }
}
@media (max-width: 1024px) {
  #header-main .right .menu-main li.menu-item-has-children {
    justify-content: space-between;
  }
}
#header-main .right .menu-main li.menu-item-has-children div {
  position: absolute;
  height: 100%;
  width: 20px;
  right: -15px;
  top: 0px;
}
@media (max-width: 1024px) {
  #header-main .right .menu-main li.menu-item-has-children div {
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
  }
}
@media (max-width: 576px) {
  #header-main .right .menu-main li.menu-item-has-children div {
    top: 60%;
  }
}
#header-main .right .menu-main li.menu-item-has-children div:after {
  top: 50%;
  transform: translateY(-70%);
  position: absolute;
  content: url("./assets/images/home/menu.png");
  right: 0px;
  width: 10px;
  height: 10px;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1441px) {
  #header-main .right .menu-main li.menu-item-has-children div:after {
    top: 31%;
  }
}
@media (max-width: 1024px) {
  #header-main .right .menu-main li.menu-item-has-children div:after {
    right: 15px;
  }
}
@media (max-width: 576px) {
  #header-main .right .menu-main li.menu-item-has-children div:after {
    right: 7px;
  }
}
#header-main .right .menu-main li:last-child {
  margin-right: 0;
}
#header-main .right .menu-main li a {
  font-family: "DarkerGrotesque-Bold.ttf";
  font-size: 1.5277777778vw;
  line-height: 30px;
  position: relative;
  color: #0A2B27;
}
@media (min-width: 1025px) {
  #header-main .right .menu-main li a:hover {
    color: #1E7166;
  }
}
@media (max-width: 1024px) {
  #header-main .right .menu-main li a {
    font-size: 1.7361111111vw;
  }
}
@media (max-width: 576px) {
  #header-main .right .menu-main li a {
    font-size: 4.8vw;
  }
}
#header-main .right .menu-main li .sub-menu {
  position: absolute;
  top: 2.0833333333vw;
  left: 0px;
  transform: scaleY(0);
  min-width: 12.9861111111vw;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  transform-origin: 0 0;
  transition: all 0.3s ease;
  padding: 1.8055555556vw 0 0.8333333333vw 0;
}
@media (max-width: 1024px) {
  #header-main .right .menu-main li .sub-menu {
    top: 0;
    left: 0vw;
    width: 29.296875vw;
    transform: scale(1);
    z-index: -1;
    opacity: 0;
    height: 100vh;
    background: #fff;
    padding: 0;
  }
}
@media (max-width: 576px) {
  #header-main .right .menu-main li .sub-menu {
    width: 49.8666666667vw;
  }
}
#header-main .right .menu-main li .sub-menu li {
  width: 100%;
  padding: 0;
  margin-right: 0;
  background: #FFFFFF;
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  #header-main .right .menu-main li .sub-menu li {
    width: 100%;
    background: transparent;
    padding: 1.171875vw 1.5625vw;
    margin: 0;
    height: 4.1015625vw;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 576px) {
  #header-main .right .menu-main li .sub-menu li {
    padding: 3.2vw 4.2666666667vw;
    height: 12.2666666667vw;
  }
}
@media (min-width: 1025px) {
  #header-main .right .menu-main li .sub-menu li:hover {
    background: #1E7166;
  }
  #header-main .right .menu-main li .sub-menu li:hover a {
    color: #FFF;
  }
  #header-main .right .menu-main li .sub-menu li:hover > .sub-menu {
    opacity: 1;
  }
}
#header-main .right .menu-main li .sub-menu li:last-child {
  border-bottom: none;
}
@media (max-width: 1024px) {
  #header-main .right .menu-main li .sub-menu li:last-child {
    border-bottom: 1px solid #000;
  }
}
#header-main .right .menu-main li .sub-menu li.current_page_item, #header-main .right .menu-main li .sub-menu li.current-menu-item {
  background: #1E7166;
}
#header-main .right .menu-main li .sub-menu li.current_page_item a, #header-main .right .menu-main li .sub-menu li.current-menu-item a {
  color: #FFF;
}
#header-main .right .menu-main li .sub-menu li a {
  width: 100%;
  font-family: "DarkerGrotesque-Medium.ttf";
  color: #000000;
  font-size: 1.25vw;
  line-height: 18px;
  transition: all 0.5s ease;
  padding: 0.3472222222vw 0vw 0.6944444444vw 1.1111111111vw;
  display: block;
}
@media (max-width: 576px) {
  #header-main .right .menu-main li .sub-menu li a {
    font-size: 4.2666666667vw;
  }
}
#header-main .right .menu-main li .sub-menu li a::after {
  display: none;
}
#header-main .right .menu-main li .sub-menu li.active_sub .sub-menu {
  left: 0;
  opacity: 1;
  pointer-events: auto;
}
#header-main .right .menu-main li .sub-menu li .sub-menu {
  padding: 0;
  top: 0;
  left: 100%;
  height: max-content;
  opacity: 0;
}
@media (max-width: 1024px) {
  #header-main .right .menu-main li .sub-menu li .sub-menu {
    top: 100%;
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 1024px) {
  #header-main .right .menu-main li .sub-menu li .sub-menu li:first-child {
    border-top: 1px solid #000;
  }
}
#header-main .right .menu-main li .sub-menu li .sub-menu li a {
  color: #000000;
}
#header-main .right .menu-main li .sub-menu li div {
  right: 10px;
}
#header-main .right .box-search {
  position: relative;
  cursor: pointer;
  color: #6d6e71;
  display: flex;
  align-items: center;
  margin-right: 3.4722222222vw;
}
@media (max-width: 1024px) {
  #header-main .right .box-search {
    margin-right: 0;
    width: 100%;
    border-bottom: 1px solid rgba(143, 116, 71, 0.7882352941);
  }
}
@media (max-width: 1024px) {
  #header-main .right .box-search > svg {
    display: none;
  }
}
#header-main .right .box-search form {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: none;
  transition: all 0.5s ease;
  z-index: 10;
  background: #FFF;
  width: 100%;
  height: 4.4444444444vw;
  padding-left: 4.1666666667vw;
  padding-right: 4.1666666667vw;
  padding-bottom: 1.3888888889vw;
  padding-top: 1.3888888889vw;
}
@media (max-width: 1024px) {
  #header-main .right .box-search form {
    position: unset;
    top: unset;
    left: unset;
    right: unset;
    display: flex;
    background: transparent;
    padding: 1.171875vw 1.5625vw;
    align-items: center;
    width: auto;
  }
}
@media (max-width: 576px) {
  #header-main .right .box-search form {
    padding: 3.2vw 4.2666666667vw;
    height: 12.2666666667vw;
    width: 100%;
  }
}
#header-main .right .box-search form.active {
  display: flex;
}
#header-main .right .box-search form input {
  background: transparent;
  border: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 400;
  font-size: 1.1111111111vw;
  line-height: 22px;
  height: 100%;
  font-family: "VLTYPEWRITERBASIX-REGULAR.TTF";
  width: 100%;
}
@media (max-width: 1024px) {
  #header-main .right .box-search form input {
    color: #8F7447;
  }
}
@media (max-width: 576px) {
  #header-main .right .box-search form input {
    font-size: 4.2666666667vw;
  }
}
#header-main .right .box-search form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.85);
}
@media (max-width: 1024px) {
  #header-main .right .box-search form input::-webkit-input-placeholder {
    color: #8F7447;
  }
}
#header-main .right .box-search form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.85);
}
@media (max-width: 1024px) {
  #header-main .right .box-search form input:-ms-input-placeholder {
    color: #8F7447;
  }
}
#header-main .right .box-search form input::placeholder {
  color: rgba(0, 0, 0, 0.85);
}
@media (max-width: 1024px) {
  #header-main .right .box-search form input::placeholder {
    color: #8F7447;
  }
}
#header-main .right .box-search form button {
  outline: none;
  border: 0;
  cursor: pointer;
  background: transparent;
  margin-right: 1.5694444444vw;
  width: 1.4791666667vw;
}
@media (max-width: 1024px) {
  #header-main .right .box-search form button {
    width: 1.953125vw;
  }
}
@media (max-width: 576px) {
  #header-main .right .box-search form button {
    width: 5.68vw;
  }
}
#header-main .right .box-search form button svg {
  width: 100%;
}

.overlay-search {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  display: none;
}
.overlay-search.active {
  display: block !important;
}
.soical-main {
  display: flex;
  flex-direction: column;
  z-index: 1000;
  position: fixed;
  right: 0.9722222222vw;
  bottom: 0.9722222222vw;
}
@media (max-width: 576px) {
  .soical-main {
    right: 1.3333333333vw;
    bottom: 32vw;
  }
}
.soical-main a {
  width: 4.5138888889vw;
  height: 4.5138888889vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 1.5972222222vw;
}
@media (max-width: 576px) {
  .soical-main a {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    margin-bottom: 2.4305555556vw;
  }
}
.soical-main a:last-child {
  margin-bottom: 0;
}
.soical-main a:first-child svg {
  animation-name: shakeX2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
.soical-main a svg {
  max-width: 100%;
}

.menu-mb {
  display: none;
  position: fixed;
  flex-direction: row-reverse;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 7.8125vw;
  background: #FFF;
  align-items: center;
  justify-content: space-between;
  padding: 1.5625vw 1.5625vw;
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  .menu-mb {
    display: flex;
  }
}
@media (max-width: 576px) {
  .menu-mb {
    height: 16vw;
    padding: 4.2666666667vw 2.1333333333vw;
  }
}
.menu-mb.is_active {
  box-shadow: 0px 4px 25px rgba(96, 96, 96, 0.25);
}
.menu-mb.mb {
  display: none;
  top: auto;
  bottom: 0;
  flex-direction: row-reverse;
}
@media (max-width: 576px) {
  .menu-mb.mb {
    display: flex;
  }
}
.menu-mb.mb .humbeger {
  display: flex;
}
.menu-mb.mb a {
  text-decoration-line: none;
  text-transform: uppercase;
}
.menu-mb.mb a:nth-child(2) {
  margin-right: 45px;
}
.menu-mb .logo-main-mb {
  width: 14.6484375vw;
  display: block;
}
@media (max-width: 768px) {
  .menu-mb .logo-main-mb {
    width: 19.53125vw;
  }
}
@media (max-width: 576px) {
  .menu-mb .logo-main-mb {
    width: 45.3333333333vw;
  }
}
.menu-mb .logo-main-mb svg {
  width: 100%;
  display: block;
}
.menu-mb .humbeger {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
}
.menu-mb .humbeger#hamburger-site.active span:nth-child(2) {
  opacity: 0;
}
.menu-mb .humbeger#hamburger-site.active span:nth-child(1) {
  transform: rotate(45deg);
  margin: 0 0 -11px 0;
}
@media (max-width: 768px) {
  .menu-mb .humbeger#hamburger-site.active span:nth-child(1) {
    margin: 0 0 -8px 0;
  }
}
@media (max-width: 576px) {
  .menu-mb .humbeger#hamburger-site.active span:nth-child(1) {
    margin: 0 0 -8.5px 0;
  }
}
.menu-mb .humbeger#hamburger-site.active span:nth-child(3) {
  transform: rotate(-45deg);
}
.menu-mb .humbeger span {
  width: 2.9296875vw;
  height: 0.29296875vw;
  background: #1E7166;
  display: block;
  transition: all 0.5s ease;
  margin-bottom: 0.48828125vw;
}
@media (max-width: 576px) {
  .menu-mb .humbeger span {
    width: 6.4vw;
    height: 0.5333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.menu-mb .humbeger span:nth-child(3) {
  margin-bottom: 0;
}

.search-box {
  position: fixed;
  top: 6.9444444444vw;
  right: 0;
  display: flex;
  transition: all 0.5s ease;
  z-index: 10;
  background: #1E7166;
  width: 0;
  height: 60px;
}
@media (max-width: 1024px) {
  .search-box {
    top: 7.8125vw;
  }
}
@media (max-width: 576px) {
  .search-box {
    top: 18.6666666667vw;
  }
}
.search-box.active {
  width: 550px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .search-box.active {
    width: 400px;
  }
}
@media (max-width: 576px) {
  .search-box.active {
    width: 100%;
  }
}
.search-box.is_active {
  top: 5.5555555556vw;
}
.search-box input {
  background: transparent;
  border: 0;
  font-weight: 300;
  color: #fff !important;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  font-family: "BeVietnam-Regular.ttf";
}
@media (max-width: 576px) {
  .search-box input {
    width: 80%;
  }
}
.search-box input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  font-family: "BeVietnam-Regular.ttf";
}
.search-box input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  font-family: "BeVietnam-Regular.ttf";
}
.search-box input::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  font-family: "BeVietnam-Regular.ttf";
}
.search-box button {
  outline: none;
  border: 0;
  cursor: pointer;
  background: transparent;
  margin-right: 1.5694444444vw;
  width: 1.4791666667vw;
}
@media (max-width: 1024px) {
  .search-box button {
    width: 1.953125vw;
  }
}
@media (max-width: 576px) {
  .search-box button {
    width: 13.3333333333vw;
  }
}
.search-box button svg {
  width: 100%;
}
.search-box button::after {
  display: none;
}

.site-footer {
  padding: 0 8.3333333333vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .site-footer {
    padding: 0vw 2.9296875vw;
  }
}
@media (max-width: 576px) {
  .site-footer {
    padding: 5.3333333333vw 4vw 5.3333333333vw;
  }
}
.site-footer .decor {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 576px) {
  .site-footer .left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
.site-footer .left h3 {
  font-size: 2.0833333333vw;
  line-height: 30px;
  color: #0A2B27;
  font-family: "DarkerGrotesque-Extrabold.ttf";
  margin-bottom: 1.5972222222vw;
}
@media (max-width: 576px) {
  .site-footer .left h3 {
    width: 100%;
    font-size: 5.3333333333vw;
  }
}
.site-footer .left a {
  display: flex;
  align-items: center;
  margin-bottom: 3.8194444444vw;
  font-size: 2.0833333333vw;
  line-height: 30px;
  font-family: "DarkerGrotesque-Medium.ttf";
  color: #0A2B27;
}
@media (max-width: 1024px) {
  .site-footer .left a {
    margin-bottom: 1.953125vw;
  }
}
@media (max-width: 576px) {
  .site-footer .left a {
    width: 50%;
    font-size: 3.7333333333vw;
  }
}
.site-footer .left a p {
  margin-bottom: 0.6944444444vw;
  margin-left: 1.6666666667vw;
}
@media (max-width: 1024px) {
  .site-footer .left a svg {
    width: 30px;
  }
}
@media (max-width: 576px) {
  .site-footer .left a svg {
    width: 25px;
  }
}
.site-footer .right {
  width: 53.5416666667vw;
  border: 1px solid #1A7267;
  border-radius: 20px;
  padding: 3.75vw 3.75vw 2.0833333333vw 3.75vw;
  background: #fff;
}
@media (max-width: 1024px) {
  .site-footer .right {
    width: 63.4765625vw;
  }
}
@media (max-width: 576px) {
  .site-footer .right {
    width: 100%;
    padding: 3.75vw 3.75vw 6.25vw 3.75vw;
    margin-top: 2.6666666667vw;
  }
}
.site-footer .right .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.0555555556vw;
}
@media (max-width: 576px) {
  .site-footer .right .top {
    flex-direction: column;
    align-items: center;
  }
}
.site-footer .right .top a {
  width: 11.8055555556vw;
  display: block;
}
@media (max-width: 576px) {
  .site-footer .right .top a {
    width: 53.3333333333vw;
  }
}
.site-footer .right .top a svg {
  max-width: 100%;
}
.site-footer .right .top h2 {
  font-size: 2.4305555556vw;
  line-height: 35px;
  text-transform: uppercase;
  color: #0A2B27;
  font-family: "DarkerGrotesque-Extrabold.ttf";
}
@media (max-width: 576px) {
  .site-footer .right .top h2 {
    font-size: 6.6666666667vw;
  }
}
.site-footer .right .frm_msg {
  font-size: 1.25vw;
  line-height: 22px;
  font-family: "DarkerGrotesque-Extrabold.ttf";
  color: #1E7166;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .site-footer .right .frm_msg {
    font-size: 1.5625vw;
  }
}
@media (max-width: 576px) {
  .site-footer .right .frm_msg {
    font-size: 4vw;
  }
}
.site-footer .right .form-field-all {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.site-footer .right .form-field-all ._error_msg, .site-footer .right .form-field-all .frm_msg {
  font-size: 1.1111111111vw;
  line-height: 22px;
  font-family: "DarkerGrotesque-Extrabold.ttf";
  color: #1E7166;
  font-style: italic;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .site-footer .right .form-field-all ._error_msg, .site-footer .right .form-field-all .frm_msg {
    font-size: 1.46484375vw;
  }
}
@media (max-width: 576px) {
  .site-footer .right .form-field-all ._error_msg, .site-footer .right .form-field-all .frm_msg {
    font-size: 3.7333333333vw;
  }
}
.site-footer .right .form-field-all .frm_msg {
  font-weight: 800;
}
.site-footer .right .form-field-all ._form_group {
  width: 20.8333333333vw;
  margin-bottom: 2.5vw;
}
@media (max-width: 1024px) {
  .site-footer .right .form-field-all ._form_group {
    width: 25.390625vw;
  }
}
@media (max-width: 576px) {
  .site-footer .right .form-field-all ._form_group {
    width: 100%;
  }
}
.site-footer .right .form-field-all ._form_group p {
  font-size: 1.3888888889vw;
  line-height: 22px;
  font-family: "DarkerGrotesque-Extrabold.ttf";
  color: rgba(10, 43, 39, 0.8);
}
@media (max-width: 1024px) {
  .site-footer .right .form-field-all ._form_group p {
    font-size: 1.7578125vw;
  }
}
@media (max-width: 576px) {
  .site-footer .right .form-field-all ._form_group p {
    font-size: 5.3333333333vw;
  }
}
.site-footer .right .form-field-all ._form_group input {
  width: 100%;
  display: block;
  outline: none;
  border: none;
  border-bottom: 1px solid rgba(148, 155, 154, 0.44);
  height: 2.0833333333vw;
  font-size: 1.25vw;
  color: #000000;
  font-family: "DarkerGrotesque-Medium.ttf";
}
@media (max-width: 1024px) {
  .site-footer .right .form-field-all ._form_group input {
    font-size: 1.5625vw;
  }
}
@media (max-width: 576px) {
  .site-footer .right .form-field-all ._form_group input {
    font-size: 4.8vw;
    height: 8vw;
  }
}
.site-footer .right .form-field-all ._form_group input:focus {
  font-size: 1.25vw;
  color: #000000;
  font-family: "DarkerGrotesque-Medium.ttf";
}
@media (max-width: 1024px) {
  .site-footer .right .form-field-all ._form_group input:focus {
    font-size: 1.5625vw;
  }
}
@media (max-width: 576px) {
  .site-footer .right .form-field-all ._form_group input:focus {
    font-size: 4.8vw;
  }
}
.site-footer .right .form-field-all ._form_group select {
  width: 100%;
  display: block;
  outline: none;
  border: none;
  border-bottom: 1px solid rgba(148, 155, 154, 0.44);
  height: 2.0833333333vw;
  appearance: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  font-size: 1.25vw;
  line-height: 18px;
  color: #000000;
  font-family: "DarkerGrotesque-Medium.ttf";
}
@media (max-width: 576px) {
  .site-footer .right .form-field-all ._form_group select {
    font-size: 4.8vw;
    height: 8vw;
  }
}
.site-footer .right .form-field-all ._form_group select option {
  padding: 0.3472222222vw 1.9444444444vw 0.4166666667vw;
  transition: all 0.5s ease;
  background: #fff;
}
.site-footer .right .form-field-all ._form_group select option:hover {
  background: #1E7166;
  color: #fff;
}
.site-footer .right .form-field-all ._form_group input[type=time]::-webkit-calendar-picker-indicator {
  background: none;
}
.site-footer .right .form-field-all ._form_group select::-ms-expand {
  display: none;
}
.site-footer .right .form-field-all ._form_group.select {
  position: relative;
}
.site-footer .right .form-field-all ._form_group.select::after {
  content: url("./assets/images/home/select.png");
  position: absolute;
  top: 55%;
  right: 0;
  transition: 0.25s all ease;
  pointer-events: none;
}
.site-footer .right button {
  margin-top: 0.8333333333vw;
  float: right;
  width: 12.2916666667vw;
  height: 2.6388888889vw;
  background: #fff;
  border: 1px solid #1E7166;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.0833333333vw;
  line-height: 25px;
  color: #1E7166;
  font-family: "DarkerGrotesque-Bold.ttf";
  position: relative;
  overflow: hidden;
}
@media (max-width: 576px) {
  .site-footer .right button {
    width: 47.2vw;
    height: 10.1333333333vw;
    font-size: 5.8666666667vw;
  }
}
.site-footer .right button:before {
  content: "";
  width: 0;
  height: 200px;
  background-color: #1E7166;
  position: absolute;
  transform: rotate(-45deg);
  box-shadow: 0 0 20px 20px rgba(25, 95, 9, 0.74);
  animation: future 3s linear infinite;
}
.site-footer .right button span {
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  .site-footer .right button span {
    padding-bottom: 2px;
  }
}
.site-footer .bottom {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 3.2638888889vw 0 3.3333333333vw;
  justify-content: space-between;
  position: relative;
  margin-top: 4.0277777778vw;
}
@media (max-width: 576px) {
  .site-footer .bottom {
    flex-wrap: wrap;
    margin-top: 2.6666666667vw;
  }
}
.site-footer .bottom::after {
  position: absolute;
  content: "";
  top: 0;
  right: -8.3333333333vw;
  width: 70.3472222222vw;
  height: 1px;
  background: #B2D4D5;
}
.site-footer .bottom p {
  font-size: 1.3888888889vw;
  line-height: 27px;
  font-family: "DarkerGrotesque-Medium.ttf";
  color: #0A2B27;
}
@media (max-width: 576px) {
  .site-footer .bottom p {
    font-size: 4.2666666667vw;
    order: 3;
    text-align: center;
    margin-top: 2.1333333333vw;
    width: 100%;
  }
}
.site-footer .bottom a {
  display: flex;
  align-items: center;
}
.site-footer .bottom a:nth-child(2) {
  font-weight: 700;
  font-size: 1.7361111111vw;
  line-height: 30px;
  font-family: "DarkerGrotesque-Extrabold.ttf";
  color: #0A2B27;
}
@media (max-width: 576px) {
  .site-footer .bottom a:nth-child(2) {
    font-size: 4.2666666667vw;
    order: 1;
  }
}
.site-footer .bottom a:nth-child(3) {
  padding: 0.4861111111vw 1.25vw;
  font-weight: 700;
  font-size: 2.0833333333vw;
  line-height: 30px;
  font-family: "DarkerGrotesque-Extrabold.ttf";
  color: #fff;
  background: #1E7166;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .site-footer .bottom a:nth-child(3) {
    font-size: 4.2666666667vw;
    order: 2;
    padding: 0.4861111111vw 3.2vw;
  }
}
.site-footer .bottom a svg {
  width: 2.2222222222vw;
  margin-right: 0.4166666667vw;
}
@media (max-width: 576px) {
  .site-footer .bottom a svg {
    width: 5.3333333333vw;
    margin-right: 1.3333333333vw;
  }
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  color: #333;
  font-size: 62.5%;
  font-family: "Open Sans", sans-serif;
}

.main {
  background: #f1f1f1;
  min-height: 100vh;
  display: flex;
  justify-content: center;
}

.form {
  width: 360px;
  min-height: 100px;
  padding: 32px 24px;
  text-align: center;
  background: #fff;
  border-radius: 2px;
  margin: 24px;
  align-self: center;
  box-shadow: 0 2px 5px 0 rgba(51, 62, 73, 0.1);
}

.form .heading {
  font-size: 2rem;
}

.form .desc {
  text-align: center;
  color: #636d77;
  font-size: 1.6rem;
  font-weight: lighter;
  line-height: 2.4rem;
  margin-top: 16px;
  font-weight: 300;
}

.form-group {
  display: flex;
  margin-bottom: 16px;
  flex-direction: column;
}

.form-label,
.form-message {
  text-align: left;
}

.form-label {
  font-weight: 700;
  padding-bottom: 6px;
  line-height: 1.8rem;
  font-size: 1.4rem;
}

.form-control {
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  outline: none;
  font-size: 1.4rem;
}

.form-control:hover {
  border-color: #1dbfaf;
}

.form-group.invalid .form-control {
  border-color: #f33a58;
}

.form-group.invalid .form-message {
  color: #f33a58;
}

.form-group.isRadio {
  display: flex;
  flex-direction: initial;
  flex-wrap: wrap;
}
.form-group.isRadio .form-message {
  width: 100%;
}
.form-group .radio {
  display: flex;
  align-items: center;
  width: max-content;
  margin-right: 20px;
}
.form-group .radio input {
  margin-right: 10px;
}
.form-group .radio label {
  padding-bottom: 0;
}

.form-message {
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 4px 0 0;
}

.form-submit {
  outline: none;
  background-color: #1dbfaf;
  margin-top: 12px;
  padding: 12px 16px;
  font-weight: 600;
  color: #fff;
  border: none;
  width: 100%;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
}

.form-submit:hover {
  background-color: #1ac7b6;
}

.spacer {
  margin-top: 36px;
}

/*-----*/
.home_ss1 {
  margin-top: 6.9444444444vw;
}
@media (min-width: 1025px) {
  .home_ss1 {
    margin-top: 6.9444444444vw;
  }
}
@media (max-width: 768px) {
  .home_ss1 {
    margin-top: 7.8125vw;
  }
}
@media (max-width: 576px) {
  .home_ss1 {
    margin-top: 16vw;
  }
}
.home_ss1 .slide_next_def, .home_ss1 .slide_prev_def {
  top: 50%;
  transform: translateY(-50%);
}
.home_ss1 .slide_next_def {
  right: 0;
  left: auto;
}
.home_ss1 .slide_prev_def {
  left: 0;
  right: auto;
}
@media (max-width: 768px) {
  .home_ss1 .swiper-container {
    display: none;
  }
}
.home_ss1 .swiper-container.ss1_container_swiper_mb {
  display: none;
}
@media (max-width: 768px) {
  .home_ss1 .swiper-container.ss1_container_swiper_mb {
    display: block;
  }
}
.home_ss1 .swiper-slide {
  overflow: hidden;
  height: 93.05556vh;
  transform-origin: center center;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .home_ss1 .swiper-slide {
    height: 60vh;
  }
}
@media (max-width: 480px) {
  .home_ss1 .swiper-slide {
    height: 78vh;
  }
}
.home_ss1 .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.home_ss2 {
  padding: 2.7777777778vw 8.3333333333vw 4.3055555556vw;
  position: relative;
}
@media (max-width: 1024px) {
  .home_ss2 {
    padding: 2.7777777778vw 2.9296875vw 4.3055555556vw;
  }
}
@media (max-width: 576px) {
  .home_ss2 {
    padding: 4vw 4vw 16.5333333333vw;
    position: relative;
    margin-top: 8.3333333333vw;
  }
}
.home_ss2 .pagination-slide-def {
  right: 8.3333333333vw;
  left: auto;
  top: 7.7777777778vw;
  bottom: auto;
}
@media (max-width: 1024px) {
  .home_ss2 .pagination-slide-def {
    right: 2.9296875vw;
    top: 5.5555555556vw;
  }
}
@media (max-width: 576px) {
  .home_ss2 .pagination-slide-def {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: max-content;
    bottom: auto;
  }
}
.home_ss2 .slide_next_def, .home_ss2 .slide_prev_def {
  background: #B2D4D5;
}
@media (max-width: 576px) {
  .home_ss2 .slide_next_def, .home_ss2 .slide_prev_def {
    top: auto;
    bottom: 0;
  }
}
.home_ss2 .slide_next_def {
  right: 0;
  left: auto;
}
@media (max-width: 576px) {
  .home_ss2 .slide_next_def {
    right: 38%;
  }
}
.home_ss2 .slide_prev_def {
  left: 0;
  right: auto;
}
@media (max-width: 576px) {
  .home_ss2 .slide_prev_def {
    left: 38%;
  }
}
.home_ss2 .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 576px) {
  .home_ss2 .swiper-slide {
    flex-direction: column;
  }
}
.home_ss2 .swiper-slide .left {
  width: 16.6666666667vw;
}
@media (max-width: 1024px) {
  .home_ss2 .swiper-slide .left {
    width: 23.4375vw;
  }
}
@media (max-width: 576px) {
  .home_ss2 .swiper-slide .left {
    width: 100%;
    order: 1;
    display: none;
  }
}
.home_ss2 .swiper-slide .left img {
  width: 100%;
  height: auto;
  display: block;
}
.home_ss2 .swiper-slide .left p {
  font-size: 1.7361111111vw;
  line-height: 35px;
  text-align: center;
  color: #1E7166;
  margin-top: 0.9027777778vw;
  font-family: "DarkerGrotesque-Bold.ttf";
  padding: 0 2.0833333333vw;
}
@media (max-width: 1440px) {
  .home_ss2 .swiper-slide .left p {
    line-height: 30px;
  }
}
@media (max-width: 576px) {
  .home_ss2 .swiper-slide .left p {
    font-size: 5.3333333333vw;
    line-height: 20px;
  }
}
.home_ss2 .swiper-slide .mid {
  width: 33.2638888889vw;
  margin: 0 4.1666666667vw;
  height: 47.2222222222vw;
  position: relative;
}
@media (max-width: 1024px) {
  .home_ss2 .swiper-slide .mid {
    width: 46.77734375vw;
  }
}
@media (max-width: 768px) {
  .home_ss2 .swiper-slide .mid {
    height: 52.0833333333vw;
  }
}
@media (max-width: 576px) {
  .home_ss2 .swiper-slide .mid {
    width: 100%;
    order: 3;
    margin: 0 0vw;
    height: 135vw;
  }
}
.home_ss2 .swiper-slide .mid .icon {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.3888888889vw;
  line-height: 35px;
  color: #FFFFFF;
  font-family: "DarkerGrotesque-Bold.ttf";
  padding: 0.7638888889vw 1.0416666667vw;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 576px) {
  .home_ss2 .swiper-slide .mid .icon {
    font-size: 4.2666666667vw;
  }
}
.home_ss2 .swiper-slide .mid .icon img {
  margin-right: 0.4861111111vw;
  margin-bottom: 0.6944444444vw;
}
@media (max-width: 576px) {
  .home_ss2 .swiper-slide .mid .icon img {
    margin-right: 1.8666666667vw;
  }
}
.home_ss2 .swiper-slide .mid .album {
  position: relative;
  height: 100%;
}
.home_ss2 .swiper-slide .mid .album::after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.46) 236.84%);
  width: 100%;
  height: 5.2777777778vw;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.home_ss2 .swiper-slide .mid .album img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 200px 200px 0 0;
}
.home_ss2 .swiper-slide .right {
  width: 25.0694444444vw;
}
@media (max-width: 1024px) {
  .home_ss2 .swiper-slide .right {
    width: 35.25390625vw;
  }
}
@media (max-width: 576px) {
  .home_ss2 .swiper-slide .right {
    width: 100%;
    order: 2;
    margin: 5.3333333333vw 0vw;
  }
}
.home_ss2 .swiper-slide .right h2 {
  font-size: 2.4305555556vw;
  line-height: 35px;
  text-transform: uppercase;
  color: #0A2B27;
  font-family: "DarkerGrotesque-Extrabold.ttf";
}
@media (max-width: 576px) {
  .home_ss2 .swiper-slide .right h2 {
    font-size: 6.6666666667vw;
  }
}
.home_ss2 .swiper-slide .right .price_total {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2.5694444444vw;
  flex-wrap: wrap;
}
.home_ss2 .swiper-slide .right .price_total div {
  width: 100%;
  margin-top: 1.3888888889vw;
}
.home_ss2 .swiper-slide .right .price_total .price {
  margin: 0 0.2777777778vw 0 0.5555555556vw;
  font-size: 2.4305555556vw;
  line-height: 42px;
  font-family: "DarkerGrotesque-Extrabold.ttf";
  color: #1E7166;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .home_ss2 .swiper-slide .right .price_total .price {
    line-height: 20px;
  }
}
@media (max-width: 576px) {
  .home_ss2 .swiper-slide .right .price_total .price {
    font-size: 8vw;
    margin: 0 0.5555555556vw 0 1.1111111111vw;
  }
}
.home_ss2 .swiper-slide .right .price_total .price sup {
  text-decoration: underline;
}
.home_ss2 .swiper-slide .right .price_total .price1 {
  font-size: 1.5277777778vw;
  text-decoration-line: line-through;
  color: #A9A8A8;
  font-family: "DarkerGrotesque-Medium.ttf";
}
@media (max-width: 576px) {
  .home_ss2 .swiper-slide .right .price_total .price1 {
    font-size: 5.3333333333vw;
    line-height: 13px;
  }
}
.home_ss2 .swiper-slide .right .price_total .price2 {
  font-size: 1.25vw;
  line-height: 15px;
  color: #FFFFFF;
  padding: 0.2083333333vw 0.6944444444vw 0.3472222222vw;
  background: #FF6B00;
  border-radius: 10px;
  font-family: "DarkerGrotesque-Extrabold.ttf";
  width: max-content;
}
@media (max-width: 576px) {
  .home_ss2 .swiper-slide .right .price_total .price2 {
    font-size: 4.2666666667vw;
    padding: 0.4166666667vw 1.3888888889vw 0.6944444444vw;
  }
}
.home_ss2 .swiper-slide .right {
  font-size: 1.5277777778vw;
  line-height: 20px;
  color: #000000;
  font-family: "DarkerGrotesque-Regular.ttf";
}
@media (min-width: 1441px) {
  .home_ss2 .swiper-slide .right {
    line-height: 30px;
  }
}
@media (max-width: 1024px) {
  .home_ss2 .swiper-slide .right {
    font-size: 1.953125vw;
  }
}
@media (max-width: 576px) {
  .home_ss2 .swiper-slide .right {
    font-size: 4.8vw;
  }
}
.home_ss2 .swiper-slide .right li {
  font-size: 1.5277777778vw;
  line-height: 20px;
  color: #000000;
  font-family: "DarkerGrotesque-Regular.ttf";
  position: relative;
  margin-bottom: 0.3472222222vw;
}
@media (min-width: 1441px) {
  .home_ss2 .swiper-slide .right li {
    line-height: 30px;
  }
}
@media (max-width: 1024px) {
  .home_ss2 .swiper-slide .right li {
    font-size: 1.953125vw;
  }
}
@media (max-width: 576px) {
  .home_ss2 .swiper-slide .right li {
    font-size: 4.8vw;
  }
}
.home_ss2 .swiper-slide .right li::after {
  top: 0;
  left: 0;
  position: absolute;
}
.home_ss2 .swiper-slide .right ul {
  margin-bottom: 2.5vw;
}
.home_ss2 .swiper-slide .right ul li {
  padding-left: 1.9444444444vw;
}
@media (max-width: 1024px) {
  .home_ss2 .swiper-slide .right ul li {
    padding-left: 2.4305555556vw;
  }
}
@media (max-width: 576px) {
  .home_ss2 .swiper-slide .right ul li {
    padding-left: 6.9333333333vw;
  }
}
.home_ss2 .swiper-slide .right ul li::after {
  content: url("./assets/images/home/li.png");
}
@media (max-width: 1024px) {
  .home_ss2 .swiper-slide .right ul li::after {
    width: 20px;
  }
}
@media (max-width: 768px) {
  .home_ss2 .swiper-slide .right ul li::after {
    content: url("./assets/images/home/li2.png");
  }
}
.home_ss2 .swiper-slide .right ol {
  list-style: none;
}
.home_ss2 .swiper-slide .right ol li {
  padding-left: 1.9444444444vw;
}
@media (max-width: 1024px) {
  .home_ss2 .swiper-slide .right ol li {
    padding-left: 2.4305555556vw;
  }
}
@media (max-width: 576px) {
  .home_ss2 .swiper-slide .right ol li {
    padding-left: 6.9333333333vw;
  }
}
.home_ss2 .swiper-slide .right ol li::after {
  content: url("./assets/images/home/ol.png");
}
@media (max-width: 768px) {
  .home_ss2 .swiper-slide .right ol li::after {
    content: url("./assets/images/home/ol2.png");
  }
}
.home_ss2 .swiper-slide .right .list_b {
  margin-top: 2.7777777778vw;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .home_ss2 .swiper-slide .right .list_b {
    margin-top: 1.3888888889vw;
  }
}
@media (max-width: 576px) {
  .home_ss2 .swiper-slide .right .list_b {
    margin-top: 2.7777777778vw;
  }
}
.home_ss2 .swiper-slide .right .see-more-def {
  display: flex;
  color: #FFFFFF;
  width: max-content;
  padding: 0.2083333333vw 1.0416666667vw 0.3472222222vw;
  align-items: center;
  justify-content: center;
  text-decoration: unset;
  background: #1E7166;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .home_ss2 .swiper-slide .right .see-more-def {
    padding: 0.3472222222vw 1.3888888889vw 0.5555555556vw;
  }
}
@media (max-width: 576px) {
  .home_ss2 .swiper-slide .right .see-more-def {
    padding: 0.4166666667vw 2.7777777778vw 0.5555555556vw;
  }
}
.home_ss2 .swiper-slide .right .see-more-def:nth-child(1) {
  margin-right: 1.3888888889vw;
}
@media (max-width: 1024px) {
  .home_ss2 .swiper-slide .right .see-more-def:nth-child(1) {
    margin-right: 0.6944444444vw;
  }
}
@media (max-width: 576px) {
  .home_ss2 .swiper-slide .right .see-more-def:nth-child(1) {
    margin-right: 2.7777777778vw;
  }
}
.home_ss2 .swiper-slide .right .see-more-def:nth-child(1):before {
  content: "";
  width: 0;
  height: 200px;
  background-color: white;
  position: absolute;
  transform: rotate(-45deg);
  box-shadow: 0 0 20px 20px rgba(233, 236, 233, 0.74);
  animation: future 3s linear infinite;
}

.home_ss3 {
  position: relative;
  padding: 0vw 0vw 4.4444444444vw;
}
@media (max-width: 1024px) {
  .home_ss3 {
    padding: 0vw 0vw 4.3055555556vw;
  }
}
@media (max-width: 576px) {
  .home_ss3 {
    padding: 9.7222222222vw 0vw 4.1666666667vw;
  }
}
.home_ss3 .slide_next_def, .home_ss3 .slide_prev_def {
  top: 50%;
  transform: translateY(-50%);
}
.home_ss3 .slide_next_def {
  right: 0;
  left: auto;
}
.home_ss3 .slide_prev_def {
  left: 0;
  right: auto;
}
.home_ss3 h2 {
  font-size: 3.4722222222vw;
  line-height: 35px;
  text-transform: uppercase;
  color: #0A2B27;
  text-align: center;
  margin-bottom: 1.0416666667vw;
  font-family: "DarkerGrotesque-Extrabold.ttf";
}
@media (min-width: 1441px) {
  .home_ss3 h2 {
    margin-bottom: 1.7361111111vw;
  }
}
@media (max-width: 576px) {
  .home_ss3 h2 {
    font-size: 5.3333333333vw;
    margin-bottom: 0vw;
  }
}
.home_ss3 p {
  font-size: 1.7361111111vw;
  line-height: 30px;
  font-family: "DarkerGrotesque-Regular.ttf";
  color: #000000;
  margin-bottom: 1.9444444444vw;
  padding: 0 16.6666666667vw;
}
@media (max-width: 1024px) {
  .home_ss3 p {
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .home_ss3 p {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 576px) {
  .home_ss3 p {
    font-size: 4.2666666667vw;
    padding: 0 4vw;
    text-align: justify;
  }
}
.home_ss3 .slide {
  padding: 0 8.3333333333vw;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1024px) {
  .home_ss3 .slide {
    padding: 0 2.9296875vw;
  }
}
@media (max-width: 576px) {
  .home_ss3 .slide {
    padding: 0 4vw;
  }
}
.home_ss3 .swiper-slide {
  overflow: hidden;
  display: block;
}
@media (min-width: 769px) {
  .home_ss3 .swiper-slide:hover img {
    transform: scale(1.3);
  }
}
.home_ss3 .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease;
}
.home_ss3 .list_b {
  margin: 1.3888888889vw 0 2.0833333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .home_ss3 .list_b {
    margin: 1.3888888889vw 0 2.0833333333vw;
  }
}
@media (max-width: 576px) {
  .home_ss3 .list_b {
    margin: 2.7777777778vw 0;
  }
}
.home_ss3 .see-more-def {
  display: flex;
  color: #FFFFFF;
  width: max-content;
  padding: 0.2083333333vw 1.0416666667vw 0.3472222222vw;
  align-items: center;
  justify-content: center;
  text-decoration: unset;
  background: #1E7166;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .home_ss3 .see-more-def {
    padding: 0.3472222222vw 1.3888888889vw 0.5555555556vw;
  }
}
@media (max-width: 576px) {
  .home_ss3 .see-more-def {
    padding: 0.4166666667vw 2.7777777778vw 0.5555555556vw;
  }
}
.home_ss3 .see-more-def:nth-child(1) {
  margin-right: 1.3888888889vw;
}
@media (max-width: 1024px) {
  .home_ss3 .see-more-def:nth-child(1) {
    margin-right: 0.6944444444vw;
  }
}
@media (max-width: 576px) {
  .home_ss3 .see-more-def:nth-child(1) {
    margin-right: 2.7777777778vw;
  }
}
.home_ss3 .see-more-def:nth-child(1):before {
  content: "";
  width: 0;
  height: 200px;
  background-color: white;
  position: absolute;
  transform: rotate(-45deg);
  box-shadow: 0 0 20px 20px rgba(233, 236, 233, 0.74);
  animation: future 3s linear infinite;
}

.home_ss4 {
  padding: 0vw 8.3333333333vw 4.3055555556vw;
}
@media (max-width: 1024px) {
  .home_ss4 {
    padding: 0vw 2.9296875vw 2.7777777778vw;
  }
}
@media (max-width: 576px) {
  .home_ss4 {
    padding: 0vw 4vw 5.3333333333vw;
  }
}
.home_ss4 .news-lienquan {
  padding: 1.0416666667vw 0 0 !important;
}
@media (max-width: 576px) {
  .home_ss4 .news-lienquan {
    padding: 2.6666666667vw 0 0 !important;
  }
}
.home_ss4 .news-lienquan > h2 {
  font-size: 3.4722222222vw;
  line-height: 35px;
  text-transform: uppercase;
  color: #0A2B27;
  text-align: center;
  font-family: "DarkerGrotesque-Extrabold.ttf";
}
@media (max-width: 576px) {
  .home_ss4 .news-lienquan > h2 {
    font-size: 5.3333333333vw;
  }
}

.home-page {
  overflow: hidden;
}

.page-listNews .content-page {
  padding: 9.2361111111vw 8.3333333333vw;
}
@media (max-width: 1024px) {
  .page-listNews .content-page {
    padding: 5.859375vw 2.9296875vw;
  }
}
@media (max-width: 576px) {
  .page-listNews .content-page {
    padding: 10.6666666667vw 4vw 6.6666666667vw;
  }
}
.page-listNews .content-page .topppp {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 2.0833333333vw;
}
.page-listNews .content-page .topppp .p {
  display: flex;
  align-items: center;
  color: #1E7166;
  font-family: "BeVietnam-Regular.ttf", sans-serif;
  font-size: 1.1111111111vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .page-listNews .content-page .topppp .p {
    font-size: 1.5625vw;
  }
}
@media (max-width: 576px) {
  .page-listNews .content-page .topppp .p {
    font-size: 4.2666666667vw;
  }
}
.page-listNews .content-page .topppp .p svg {
  margin-left: 1.3326388889vw;
  max-width: 2.2916666667vw;
  display: block;
}
@media (max-width: 1024px) {
  .page-listNews .content-page .topppp .p svg {
    margin-left: 1.8740234375vw;
    max-width: 3.22265625vw;
  }
}
@media (max-width: 576px) {
  .page-listNews .content-page .topppp .p svg {
    margin-left: 3.4666666667vw;
    margin-bottom: 3px;
    max-width: 5.3333333333vw;
  }
}
.page-listNews .content-page .list {
  display: flex;
  flex-wrap: wrap;
}
.page-listNews .content-page .list a {
  width: calc((100% - 150px) / 3);
  margin-right: 75px;
  margin-bottom: 54px;
}
@media (max-width: 1024px) {
  .page-listNews .content-page .list a {
    width: calc((100% - 100px) / 3);
    margin-right: 50px;
    margin-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .page-listNews .content-page .list a {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .page-listNews .content-page .list a {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
.page-listNews .content-page .list a:nth-of-type(3n+3) {
  margin-right: 0;
}
@media (max-width: 576px) {
  .page-listNews .content-page .list a:nth-of-type(3n+3) {
    margin-right: 10px;
  }
}
@media (max-width: 576px) {
  .page-listNews .content-page .list a:nth-of-type(2n+2) {
    margin-right: 0px;
  }
}

.page-detailNews.intro .content-page .the-content strong {
  margin-bottom: 0.6944444444vw;
  display: block;
}
@media (max-width: 576px) {
  .page-detailNews.intro .content-page .the-content strong {
    margin-bottom: 2.6666666667vw;
  }
}
.page-detailNews.intro .content-page .the-content img {
  width: 100% !important;
}
.page-detailNews .content-page {
  padding: 4.8611111111vw 8.3333333333vw 8.6805555556vw;
}
@media (max-width: 1024px) {
  .page-detailNews .content-page {
    padding: 4.8828125vw 2.9296875vw 3.90625vw;
  }
}
.page-detailNews .content-page .top {
  display: flex;
  align-items: center;
  margin-bottom: 1.8055555556vw;
}
@media (max-width: 576px) {
  .page-detailNews .content-page .top {
    margin-bottom: 0vw;
  }
}
.page-detailNews .content-page .top p {
  display: flex;
  align-items: center;
  font-size: 1.7361111111vw;
  line-height: 25px;
  color: #2C2C2C;
  font-family: "DarkerGrotesque-Medium.ttf";
}
@media (max-width: 576px) {
  .page-detailNews .content-page .top p {
    font-size: 3.7333333333vw;
  }
}
.page-detailNews .content-page .top p img {
  margin-right: 0.2777777778vw;
  width: 18px;
  margin-bottom: -3px;
}
@media (max-width: 576px) {
  .page-detailNews .content-page .top p img {
    margin-right: 1.0666666667vw;
  }
}
.page-detailNews .content-page .top p:nth-child(1) {
  margin-right: 2.2916666667vw;
}
.page-detailNews .content-page .top p:nth-child(1) img {
  width: 14px;
  margin-bottom: 0;
}
.page-detailNews .content-page > h2 {
  font-size: 3.4722222222vw;
  line-height: 50px;
  color: #1E7166;
  font-family: "DarkerGrotesque-Extrabold.ttf";
  margin-bottom: 6.875vw;
}
@media (max-width: 576px) {
  .page-detailNews .content-page > h2 {
    line-height: 35px;
    font-size: 5.3333333333vw;
  }
}
.page-detailNews .content-page nav ul li::after {
  display: none;
}
.page-detailNews .content-page .the-content > h2 {
  margin-bottom: 1.1111111111vw;
  font-size: 1.6666666667vw;
  line-height: 160%;
  font-family: "DarkerGrotesque-Extrabold.ttf";
  text-align: center;
  color: #1E7166;
}
@media (max-width: 576px) {
  .page-detailNews .content-page .the-content > h2 {
    margin-bottom: 2.1333333333vw;
    text-align: left;
    font-size: 5.3333333333vw;
    line-height: 130%;
  }
}
.page-detailNews .content-page .the-content {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.25vw;
  line-height: 25px;
  color: #000000;
}
@media (min-width: 1441px) {
  .page-detailNews .content-page .the-content {
    line-height: 30px;
  }
}
@media (max-width: 576px) {
  .page-detailNews .content-page .the-content {
    font-size: 4vw;
  }
}
.page-detailNews .content-page .the-content h1, .page-detailNews .content-page .the-content h2, .page-detailNews .content-page .the-content h3, .page-detailNews .content-page .the-content h4, .page-detailNews .content-page .the-content p, .page-detailNews .content-page .the-content div, .page-detailNews .content-page .the-content table {
  margin-bottom: 0.6944444444vw;
  text-align: left;
}
@media (max-width: 576px) {
  .page-detailNews .content-page .the-content h1, .page-detailNews .content-page .the-content h2, .page-detailNews .content-page .the-content h3, .page-detailNews .content-page .the-content h4, .page-detailNews .content-page .the-content p, .page-detailNews .content-page .the-content div, .page-detailNews .content-page .the-content table {
    margin-bottom: 2.6666666667vw;
  }
}
.page-detailNews .content-page .the-content h1 img, .page-detailNews .content-page .the-content h2 img, .page-detailNews .content-page .the-content h3 img, .page-detailNews .content-page .the-content h4 img, .page-detailNews .content-page .the-content p img, .page-detailNews .content-page .the-content div img, .page-detailNews .content-page .the-content table img {
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.page-detailNews .content-page .the-content h1, .page-detailNews .content-page .the-content h2, .page-detailNews .content-page .the-content h3, .page-detailNews .content-page .the-content h4, .page-detailNews .content-page .the-content h6, .page-detailNews .content-page .the-content h5 {
  font-weight: bold;
  color: #1E7166;
}
.page-detailNews .content-page .the-content strong {
  font-weight: bold;
}
.page-detailNews .content-page .the-content > img {
  display: block !important;
  margin: 2.7777777778vw auto !important;
  object-fit: cover !important;
}
@media (max-width: 576px) {
  .page-detailNews .content-page .the-content > img {
    margin: 5.3333333333vw auto !important;
  }
}
.page-detailNews .content-page .the-content .wp-element-caption {
  font-size: 1.0416666667vw;
  margin: 0;
  text-align: center;
  margin-top: 0.5vw;
  position: relative !important;
  background: transparent !important;
  color: #0A2B27;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 576px) {
  .page-detailNews .content-page .the-content .wp-element-caption {
    font-size: 3.7333333333vw;
    margin-top: 1vw;
  }
}
.page-detailNews .content-page .the-content i, .page-detailNews .content-page .the-content p {
  margin-bottom: 0.6944444444vw;
}
@media (max-width: 576px) {
  .page-detailNews .content-page .the-content i, .page-detailNews .content-page .the-content p {
    margin-bottom: 2.6666666667vw;
  }
}
.page-detailNews .content-page .the-content a {
  display: inline-block;
}
.page-detailNews .content-page .the-content a:hover {
  text-decoration: underline;
}
.page-detailNews .content-page .the-content a img {
  display: block !important;
  margin: 2.7777777778vw auto !important;
  object-fit: cover !important;
}
@media (max-width: 576px) {
  .page-detailNews .content-page .the-content a img {
    margin: 5.3333333333vw auto;
  }
}
.page-detailNews .content-page .the-content ul, .page-detailNews .content-page .the-content ol {
  margin-top: 0.6944444444vw;
  padding-left: 2.3611111111vw;
}
@media (max-width: 576px) {
  .page-detailNews .content-page .the-content ul, .page-detailNews .content-page .the-content ol {
    padding-left: 5.5555555556vw;
  }
}
.page-detailNews .content-page .the-content ul li, .page-detailNews .content-page .the-content ol li {
  margin-bottom: 0.6944444444vw;
  position: relative;
}
@media (max-width: 576px) {
  .page-detailNews .content-page .the-content ul li, .page-detailNews .content-page .the-content ol li {
    margin-bottom: 2.6666666667vw;
  }
}
.page-detailNews .content-page .the-content ul {
  padding-left: 0;
}
.page-detailNews .content-page .the-content ul li {
  padding-left: 1.3888888889vw;
}
@media (max-width: 576px) {
  .page-detailNews .content-page .the-content ul li {
    padding-left: 4vw;
  }
}
.page-detailNews .content-page .the-content ul li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1E7166;
}
@media (max-width: 576px) {
  .page-detailNews .content-page .the-content ul li::after {
    width: 7px;
    height: 7px;
  }
}
.page-detailNews .content-page .share {
  display: flex;
  justify-content: flex-end;
  padding-top: 1.4583333333vw;
  border-top: 1px solid #D1D0D0;
  align-items: center;
}
.page-detailNews .content-page .share p {
  font-family: "DarkerGrotesque-Regular.ttf";
  font-size: 1.7361111111vw;
  line-height: 25px;
  color: #ACACAC;
  margin-right: 3.0555555556vw;
}
@media (max-width: 768px) {
  .page-detailNews .content-page .share p {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 576px) {
  .page-detailNews .content-page .share p {
    font-size: 4.2666666667vw;
  }
}
.page-detailNews .content-page .share a {
  width: 1.6666666667vw;
  display: block;
}
@media (max-width: 768px) {
  .page-detailNews .content-page .share a {
    width: 2.0833333333vw;
  }
}
@media (max-width: 576px) {
  .page-detailNews .content-page .share a {
    width: 4.8vw;
  }
}
.page-detailNews .content-page .share a:nth-child(2) {
  margin-right: 1.0416666667vw;
}
@media (max-width: 576px) {
  .page-detailNews .content-page .share a:nth-child(2) {
    margin-right: 2.6666666667vw;
  }
}
.page-detailNews .content-page .share a img {
  width: 100%;
  display: block;
}
.page-detailNews .content-page .share .zalo-share-button {
  transform: scale(1.5);
  filter: grayscale(1);
}
@media (max-width: 576px) {
  .page-detailNews .content-page .share .zalo-share-button {
    transform: scale(0.9);
  }
}
.page-detailNews .content-page .news-lienquan {
  padding: 3.1944444444vw 0 0;
}
@media (max-width: 576px) {
  .page-detailNews .content-page .news-lienquan {
    padding: 8vw 0 0;
  }
}

.news-lienquan {
  padding: 3.1944444444vw 0 0 !important;
}
@media (max-width: 576px) {
  .news-lienquan {
    padding: 8vw 0 0 !important;
  }
}
.news-lienquan > h2 {
  font-size: 3.4722222222vw;
  line-height: 32px;
  text-align: center;
  color: #003461;
  font-family: "DarkerGrotesque-Bold.ttf";
  margin-bottom: 2.6388888889vw;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .news-lienquan > h2 {
    margin-bottom: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
.news-lienquan .news-item-def .image {
  border-radius: 5px 5px 0 0;
  height: 10.3472222222vw;
}
@media (max-width: 768px) {
  .news-lienquan .news-item-def .image {
    height: 12.5vw;
  }
}
@media (max-width: 576px) {
  .news-lienquan .news-item-def .image {
    height: 32vw;
  }
}
.news-lienquan .news-item-def .content {
  box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.05), 0px 18px 7px rgba(0, 0, 0, 0.01), 0px 10px 6px rgba(0, 0, 0, 0.03), 0px 5px 5px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
  border-radius: 0 0 5px 5px;
}
.news-lienquan .news-item-def .content h3 {
  color: #E68324;
  font-size: 1.3888888889vw;
  line-height: 22px;
  font-family: "DarkerGrotesque-Bold.ttf";
  margin-bottom: 4.7916666667vw;
}
@media (max-width: 768px) {
  .news-lienquan .news-item-def .content h3 {
    margin-bottom: 3.4722222222vw;
    font-size: 1.7361111111vw;
  }
}
@media (max-width: 576px) {
  .news-lienquan .news-item-def .content h3 {
    margin-bottom: 3.4722222222vw;
    font-size: 4.2666666667vw;
    line-height: 20px;
  }
}
.news-lienquan .news-item-def .content .top {
  margin-bottom: 0;
}
.news-lienquan .news-item-def .content .top p {
  width: auto;
  font-size: 1.0416666667vw;
  line-height: 15px;
  font-family: "DarkerGrotesque-Medium.ttf";
  color: #A5A5A5;
}
@media (max-width: 768px) {
  .news-lienquan .news-item-def .content .top p {
    font-size: 1.3888888889vw;
  }
}
@media (max-width: 576px) {
  .news-lienquan .news-item-def .content .top p {
    font-size: 3.2vw;
  }
}
.news-lienquan .news-item-def .content .top p:nth-child(1) {
  margin-right: 2.0138888889vw;
}
.news-lienquan .swiper-container {
  padding: 0 0.3472222222vw 2.7777777778vw;
}
@media (max-width: 576px) {
  .news-lienquan .swiper-container {
    padding: 0 1.3333333333vw 6.6666666667vw;
  }
}

@media (max-width: 576px) {
  .page-listAlbum sup {
    line-height: 0;
    display: inline-block;
    margin: -5px 0;
  }
}
.page-listAlbum .content-page .topppp {
  padding: 1.9444444444vw 8.3333333333vw 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .page-listAlbum .content-page .topppp {
    padding: 2.24609375vw 2.9296875vw 0;
  }
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .topppp {
    flex-direction: column;
    padding: 4vw 4vw;
  }
}
.page-listAlbum .content-page .topppp ul {
  display: flex;
  align-items: center;
}
.page-listAlbum .content-page .topppp ul li {
  margin-right: 3.4722222222vw;
  position: relative;
  padding-bottom: 1.5972222222vw;
}
@media (min-width: 1025px) {
  .page-listAlbum .content-page .topppp ul li:hover:after {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .page-listAlbum .content-page .topppp ul li {
    margin-right: 4.8828125vw;
    padding-bottom: 2.24609375vw;
  }
}
.page-listAlbum .content-page .topppp ul li.active:after {
  width: 100%;
}
.page-listAlbum .content-page .topppp ul li:after {
  content: "";
  width: 0%;
  height: 0.2083333333vw;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease;
  background: #1E7166;
  position: absolute;
}
@media (max-width: 1024px) {
  .page-listAlbum .content-page .topppp ul li:after {
    height: 0.29296875vw;
  }
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .topppp ul li:after {
    height: 0.8vw;
  }
}
.page-listAlbum .content-page .topppp ul li:last-child {
  margin-right: 0;
}
.page-listAlbum .content-page .topppp ul li a {
  color: #000;
  font-family: "BeVietnam-Medium.ttf";
  font-size: 1.3888888889vw;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.0277777778vw;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .page-listAlbum .content-page .topppp ul li a {
    font-size: 1.953125vw;
    letter-spacing: 0.0390625vw;
  }
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .topppp ul li a {
    font-size: 5.3333333333vw;
  }
}
.page-listAlbum .content-page .topppp .right {
  display: flex;
  align-items: center;
  padding-bottom: 1.5972222222vw;
}
@media (max-width: 1024px) {
  .page-listAlbum .content-page .topppp .right {
    padding-bottom: 0.9765625vw;
  }
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .topppp .right {
    padding-bottom: 0;
    padding-top: 2.6666666667vw;
  }
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .topppp .right .s {
    margin: 0 1.8666666667vw;
  }
}
.page-listAlbum .content-page .topppp .right .p {
  display: flex;
  align-items: center;
}
.page-listAlbum .content-page .topppp .right .p:nth-child(1) {
  color: #1E7166;
  font-family: "BeVietnam-Regular.ttf";
  font-size: 1.1111111111vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-right: 35px;
}
@media (max-width: 1024px) {
  .page-listAlbum .content-page .topppp .right .p:nth-child(1) {
    margin-right: 3.41796875vw;
    font-size: 1.5625vw;
  }
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .topppp .right .p:nth-child(1) {
    margin-right: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.page-listAlbum .content-page .topppp .right .p:nth-child(1) svg {
  margin-left: 1.3326388889vw;
}
@media (max-width: 1024px) {
  .page-listAlbum .content-page .topppp .right .p:nth-child(1) svg {
    margin-left: 1.8740234375vw;
  }
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .topppp .right .p:nth-child(1) svg {
    margin-left: 3.4666666667vw;
    margin-bottom: 3px;
  }
}
.page-listAlbum .content-page .topppp .right .p:nth-child(2) a {
  display: inline-block;
  margin-right: 1.3326388889vw;
}
.page-listAlbum .content-page .topppp .right .p:nth-child(2) a:last-child {
  margin-right: 0;
}
.page-listAlbum .content-page .topppp .right .p svg {
  max-width: 2.2916666667vw;
  display: block;
}
@media (max-width: 1024px) {
  .page-listAlbum .content-page .topppp .right .p svg {
    max-width: 3.22265625vw;
  }
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .topppp .right .p svg {
    max-width: 5.3333333333vw;
  }
}
.page-listAlbum .content-page .bottom {
  background: #F4F5F6;
  padding: 6.0416666667vw 12.5vw 3.4722222222vw;
}
@media (max-width: 1024px) {
  .page-listAlbum .content-page .bottom {
    padding: 8.49609375vw 2.9296875vw 4.8828125vw;
  }
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom {
    padding: 8.49609375vw 1.46484375vw 4.8828125vw;
  }
}
.page-listAlbum .content-page .bottom .tab_def {
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1440px) {
  .page-listAlbum .content-page .bottom .tab_def {
    margin-bottom: 1.0416666667vw;
  }
}
.page-listAlbum .content-page .bottom .tab_def a {
  outline: none;
  text-align: center;
  border-radius: 5px;
}
@media (min-width: 1025px) {
  .page-listAlbum .content-page .bottom .tab_def a:hover {
    background: #1A7267;
    color: #FFF;
  }
}
@media (min-width: 1367px) {
  .page-listAlbum .content-page .bottom .tab_def a {
    height: 4.8611111111vw;
  }
}
@media (max-width: 1366px) {
  .page-listAlbum .content-page .bottom.detail {
    padding: 6.0416666667vw 8.3333333333vw 9.765625vw;
  }
}
@media (max-width: 1024px) {
  .page-listAlbum .content-page .bottom.detail {
    padding: 4.8828125vw 2.9296875vw 9.765625vw;
  }
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom.detail {
    padding: 8.49609375vw 1.46484375vw 9.765625vw;
  }
}
.page-listAlbum .content-page .bottom.detail .grid-container {
  background: #fff;
}
.page-listAlbum .content-page .bottom .list_album {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1441px) {
  .page-listAlbum .content-page .bottom .list_album .a {
    width: calc((100% - 100px) / 6);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .page-listAlbum .content-page .bottom .list_album .a:nth-of-type(6n + 6) {
    margin-right: 0;
  }
}
@media (min-width: 1441px) and (max-width: 1024px) {
  .page-listAlbum .content-page .bottom .list_album .a:nth-of-type(6n + 6) {
    margin-right: 20px;
  }
}
@media (min-width: 1441px) and (max-width: 576px) {
  .page-listAlbum .content-page .bottom .list_album .a:nth-of-type(6n + 6) {
    margin-right: 0px;
  }
}
.page-listAlbum .content-page .bottom .list_album .a {
  width: calc((100% - 108px) / 4);
  margin-right: 36px;
  margin-bottom: 36px;
  position: relative;
  padding-top: 0.6944444444vw;
}
@media (max-width: 1440px) {
  .page-listAlbum .content-page .bottom .list_album .a:nth-of-type(4n + 4) {
    margin-right: 0;
  }
}
@media (max-width: 1440px) and (max-width: 1024px) {
  .page-listAlbum .content-page .bottom .list_album .a:nth-of-type(4n + 4) {
    margin-right: 20px;
  }
}
@media (max-width: 1440px) and (max-width: 576px) {
  .page-listAlbum .content-page .bottom .list_album .a:nth-of-type(4n + 4) {
    margin-right: 0px;
  }
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom .list_album .a:nth-of-type(2n + 2) {
    margin-right: 0px !important;
  }
}
@media (max-width: 1024px) {
  .page-listAlbum .content-page .bottom .list_album .a {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 20px;
    padding-top: 0.9765625vw;
  }
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom .list_album .a {
    width: calc((100% - 20px) / 2);
    padding-top: 2.6666666667vw;
  }
}
@media (max-width: 1024px) {
  .page-listAlbum .content-page .bottom .list_album .a:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom .list_album .a:nth-child(3n+3) {
    margin-right: 20px;
  }
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom .list_album .a:last-child {
    margin-right: 0px;
  }
}
@media (min-width: 1025px) {
  .page-listAlbum .content-page .bottom .list_album .a:hover:after, .page-listAlbum .content-page .bottom .list_album .a:hover::before {
    background: #1E7166;
  }
  .page-listAlbum .content-page .bottom .list_album .a:hover:after, .page-listAlbum .content-page .bottom .list_album .a:hover::before {
    width: 75%;
  }
  .page-listAlbum .content-page .bottom .list_album .a:hover::before {
    width: 25%;
  }
  .page-listAlbum .content-page .bottom .list_album .a:hover .img img {
    transform: scale(1.2);
  }
  .page-listAlbum .content-page .bottom .list_album .a:hover .img .abs .icon svg {
    opacity: 1;
    transform: translateX(0);
  }
}
.page-listAlbum .content-page .bottom .list_album .a:after, .page-listAlbum .content-page .bottom .list_album .a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  height: 1px;
  background: #A2A2A2;
  top: 0.2430555556vw;
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  .page-listAlbum .content-page .bottom .list_album .a:after, .page-listAlbum .content-page .bottom .list_album .a::before {
    top: 0.341796875vw;
  }
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom .list_album .a:after, .page-listAlbum .content-page .bottom .list_album .a::before {
    top: 0.9333333333vw;
  }
}
.page-listAlbum .content-page .bottom .list_album .a::before {
  width: 80%;
  top: 0.4513888889vw;
}
@media (max-width: 1024px) {
  .page-listAlbum .content-page .bottom .list_album .a::before {
    top: 0.634765625vw;
  }
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom .list_album .a::before {
    top: 1.7333333333vw;
  }
}
.page-listAlbum .content-page .bottom .list_album .a .img {
  width: 100%;
  height: 19.375vw;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .page-listAlbum .content-page .bottom .list_album .a .img {
    height: 30.15vw;
  }
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom .list_album .a .img {
    height: 44.15vw;
  }
}
.page-listAlbum .content-page .bottom .list_album .a .img a {
  color: #fff;
}
.page-listAlbum .content-page .bottom .list_album .a .img > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  display: block;
  object-fit: cover;
}
.page-listAlbum .content-page .bottom .list_album .a .img > img:nth-child(1) {
  z-index: 1;
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom .list_album .a .img > img:nth-child(1) {
    display: none;
  }
}
.page-listAlbum .content-page .bottom .list_album .a .abs {
  position: absolute;
  width: 100%;
  max-width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 0.6944444444vw 0.3472222222vw 0.6944444444vw;
  z-index: 11;
  font-family: "BeVietnam-Medium.ttf";
  color: #fff;
  text-shadow: 0px 2.222px 1.111px rgba(0, 0, 0, 0.8);
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 500;
  transition: all 0.5s ease;
  line-height: normal;
}
@media (max-width: 1024px) {
  .page-listAlbum .content-page .bottom .list_album .a .abs {
    font-size: 1.171875vw;
    padding: 0 1.953125vw 1.953125vw 1.953125vw;
  }
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom .list_album .a .abs {
    font-size: 3.2vw;
    padding: 0 2.6666666667vw 1.3333333333vw 2.6666666667vw;
    display: none;
  }
}
.page-listAlbum .content-page .bottom .list_album .a .abs.mb {
  display: none;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  text-shadow: unset;
  padding: 1.3333333333vw 0vw 0vw 0vw;
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom .list_album .a .abs.mb {
    display: block;
  }
}
.page-listAlbum .content-page .bottom .list_album .a .abs.mb h2, .page-listAlbum .content-page .bottom .list_album .a .abs.mb span, .page-listAlbum .content-page .bottom .list_album .a .abs.mb p, .page-listAlbum .content-page .bottom .list_album .a .abs.mb sup {
  color: #1E7166;
}
.page-listAlbum .content-page .bottom .list_album .a .abs.mb h2 {
  font-family: "BeVietnam-SemiBold.ttf";
}
.page-listAlbum .content-page .bottom .list_album .a .abs.mb p {
  font-family: "BeVietnam-Light.ttf";
}
.page-listAlbum .content-page .bottom .list_album .a .abs h2 {
  display: block;
  font-family: "BeVietnam-Light.ttf";
  font-size: 1.3888888889vw;
  line-height: 1.5277777778vw;
}
@media (max-width: 1024px) {
  .page-listAlbum .content-page .bottom .list_album .a .abs h2 {
    font-size: 1.953125vw;
    line-height: 2.1484375vw;
  }
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom .list_album .a .abs h2 {
    font-size: 4vw;
    line-height: 20px;
  }
}
.page-listAlbum .content-page .bottom .list_album .a .abs span {
  display: inline-block;
  margin: 0 0.3472222222vw;
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom .list_album .a .abs span {
    margin: 0 0.8vw;
  }
}
.page-listAlbum .content-page .bottom .list_album .a .abs span:nth-child(3) {
  margin-left: 0;
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom .list_album .a .abs br {
    display: none;
  }
}
.page-listAlbum .content-page .bottom .list_album .a .abs p {
  padding-right: 0.6944444444vw;
  margin-left: -0.3472222222vw;
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom .list_album .a .abs p {
    margin-left: MB576(-5);
    margin-bottom: -20px;
  }
}
@media (max-width: 1024px) {
  .page-listAlbum .content-page .bottom .list_album .a .abs p {
    padding-right: 2.9296875vw;
  }
}
.page-listAlbum .content-page .bottom .list_album .a .abs p br {
  display: none;
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom .list_album .a .abs p br {
    display: block;
  }
}
.page-listAlbum .content-page .bottom .list_album .a .abs .icon {
  display: block;
}
.page-listAlbum .content-page .bottom .list_album .a .abs .icon svg {
  width: 2.0833333333vw;
  margin-left: auto;
  display: block;
  transition: all 0.5s ease;
}
@media (min-width: 1025px) {
  .page-listAlbum .content-page .bottom .list_album .a .abs .icon svg {
    opacity: 0;
    transform: translateX(-150px);
  }
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom .list_album .a .abs .icon svg {
    width: 4vw;
  }
}
.page-listAlbum .content-page .bottom .load_more_def_2 {
  margin: 4.0277777778vw auto 0;
}
.page-listAlbum .content-page .bottom .bannerDetail {
  padding: 0.6944444444vw 0.6944444444vw 10px;
  background: #fff;
  position: relative;
  height: 20.8333333333vw;
}
@media (max-width: 1024px) {
  .page-listAlbum .content-page .bottom .bannerDetail {
    height: 24.4140625vw;
  }
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom .bannerDetail {
    height: auto;
  }
}
.page-listAlbum .content-page .bottom .bannerDetail .img {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom .bannerDetail .img {
    height: auto;
  }
}
.page-listAlbum .content-page .bottom .bannerDetail .img .bgr {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.page-listAlbum .content-page .bottom .bannerDetail .img > img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
  position: relative;
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom .bannerDetail .img > img {
    min-height: 30vh;
    height: auto;
  }
}
.page-listAlbum .content-page .bottom .bannerDetail .abs {
  position: absolute;
  width: max-content;
  max-width: 100%;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  z-index: 11;
  color: #fff;
  text-shadow: 0px 2.222px 1.111px rgba(0, 0, 0, 0.8);
  font-size: 0.9722222222vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
@media (max-width: 1024px) {
  .page-listAlbum .content-page .bottom .bannerDetail .abs {
    font-size: 1.3671875vw;
  }
}
.page-listAlbum .content-page .bottom .bannerDetail .abs h2 {
  display: block;
  margin-bottom: 1.5277777778vw;
  color: #FFF;
  text-shadow: 0px 3.052px 3.052px rgba(0, 0, 0, 0.8);
  font-family: "BeVietnam-Bold.ttf";
  font-size: 1.9444444444vw;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1024px) {
  .page-listAlbum .content-page .bottom .bannerDetail .abs h2 {
    font-size: 2.734375vw;
  }
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom .bannerDetail .abs h2 {
    font-size: 5.3333333333vw;
  }
}
.page-listAlbum .content-page .bottom .bannerDetail .abs .icon {
  display: block;
}
.page-listAlbum .content-page .bottom .bannerDetail .abs .icon svg {
  width: 2.7083333333vw;
  margin: 0.625vw auto 1.6666666667vw;
  display: block;
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom .bannerDetail .abs .icon svg {
    width: 6.9333333333vw;
    margin: 2.4vw auto 4vw;
  }
}
.page-listAlbum .content-page .bottom .bannerDetail .abs p {
  color: #FFF;
  text-shadow: 0px 3.052px 3.052px rgba(0, 0, 0, 0.8);
  font-family: "BeVietnam-Medium.ttf";
  font-size: 1.3888888889vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
}
@media (max-width: 1024px) {
  .page-listAlbum .content-page .bottom .bannerDetail .abs p {
    font-size: 1.7578125vw;
  }
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom .bannerDetail .abs p {
    font-size: 4.2666666667vw;
  }
}
.page-listAlbum .content-page .bottom .bannerDetail .abs p span {
  display: inline-block;
  margin: 0 0.3472222222vw;
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom .bannerDetail .abs p span {
    margin: 0 0.8vw;
  }
}
.page-listAlbum .content-page .bottom .grid-container {
  display: block;
}
.page-listAlbum .content-page .bottom .grid-container a, .page-listAlbum .content-page .bottom .grid-container img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.page-listAlbum .content-page .bottom .grid-container a {
  position: relative;
  display: block;
  width: calc((100% - 30px) / 4);
  float: left;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .page-listAlbum .content-page .bottom .grid-container a {
    width: calc((100% - 20px) / 3);
  }
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom .grid-container a {
    width: calc((100% - 10px) / 2);
  }
}
@media (min-width: 1025px) {
  .page-listAlbum .content-page .bottom .grid-container a:hover::before, .page-listAlbum .content-page .bottom .grid-container a:hover div {
    opacity: 1;
  }
}
.page-listAlbum .content-page .bottom .grid-container a::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease;
}
.page-listAlbum .content-page .bottom .grid-container a div {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 19px 20px;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 1;
}
@media (max-width: 1280px) {
  .page-listAlbum .content-page .bottom .grid-container a div {
    padding: 0 10px 10px;
  }
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom .grid-container a div {
    padding: 0 5px 10px;
  }
}
.page-listAlbum .content-page .bottom .grid-container a div h3 {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
  word-break: break-all;
  color: #FFF;
  font-family: "BeVietnam-SemiBold.ttf";
  font-size: 1.1805555556vw;
  font-style: normal;
  line-height: normal;
  margin-bottom: 2px;
  display: block;
}
@media (max-width: 1280px) {
  .page-listAlbum .content-page .bottom .grid-container a div h3 {
    font-size: 1.46484375vw;
    line-height: 15px;
  }
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom .grid-container a div h3 {
    font-size: 3.4666666667vw;
    margin-bottom: 4px;
  }
}
.page-listAlbum .content-page .bottom .grid-container a div h4 {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
  word-break: break-all;
  color: #B6B4B4;
  font-family: "BeVietnam-Light.ttf";
  font-size: 0.6944444444vw;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1280px) {
  .page-listAlbum .content-page .bottom .grid-container a div h4 {
    font-size: 0.9765625vw;
  }
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom .grid-container a div h4 {
    font-size: 2.6666666667vw;
  }
}
.page-listAlbum .content-page .bottom .grid-container .video {
  position: relative;
  display: inline-block;
  position: relative;
  display: block;
}
.page-listAlbum .content-page .bottom .grid-container .video div {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 19px 20px;
}
@media (max-width: 1280px) {
  .page-listAlbum .content-page .bottom .grid-container .video div {
    padding: 0 10px 10px;
  }
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom .grid-container .video div {
    padding: 0 5px 10px;
  }
}
.page-listAlbum .content-page .bottom .grid-container .video div h3 {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
  word-break: break-all;
  color: #FFF;
  font-family: "BeVietnam-Bold.ttf";
  font-size: 1.1805555556vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 2px;
  display: block;
}
@media (max-width: 1280px) {
  .page-listAlbum .content-page .bottom .grid-container .video div h3 {
    font-size: 1.46484375vw;
    line-height: 15px;
  }
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom .grid-container .video div h3 {
    font-size: 3.4666666667vw;
    margin-bottom: 4px;
  }
}
.page-listAlbum .content-page .bottom .grid-container .video div h4 {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
  word-break: break-all;
  color: #B6B4B4;
  font-family: "BeVietnam-Light.ttf";
  font-size: 0.6944444444vw;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1280px) {
  .page-listAlbum .content-page .bottom .grid-container .video div h4 {
    font-size: 0.9765625vw;
  }
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom .grid-container .video div h4 {
    font-size: 2.6666666667vw;
  }
}
.page-listAlbum .content-page .bottom .grid-container .video:after {
  content: url("assets/images/video.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 79px;
  height: 79px;
}
@media (max-width: 1024px) {
  .page-listAlbum .content-page .bottom .grid-container .video:after {
    transform: translate(-50%, -50%) scale(0.5);
  }
}
@media (max-width: 576px) {
  .page-listAlbum .content-page .bottom .grid-container .video:after {
    transform: translate(-50%, -50%) scale(0.3);
  }
}
.page-listAlbum .content-page .news {
  padding: 0 12.4305555556vw 8.6805555556vw;
  background: #F4F5F6;
}
@media (max-width: 1024px) {
  .page-listAlbum .content-page .news {
    padding: 0 2.9296875vw 7.8125vw;
  }
}

.page-faq .content-page {
  background: #F4F5F6;
  padding: 13.5vw 8.3333333333vw 7.9861111111vw;
  position: relative;
}
@media (max-width: 1440px) {
  .page-faq .content-page {
    padding: 9.5vw 8.3333333333vw 7.9861111111vw;
  }
}
@media (max-width: 1024px) {
  .page-faq .content-page {
    padding: 9.5vw 2.9296875vw 4.8828125vw;
  }
}
@media (max-width: 768px) {
  .page-faq .content-page {
    padding: 9.5vw 2.9296875vw 9.765625vw;
  }
}
@media (max-width: 576px) {
  .page-faq .content-page {
    padding: 26.6666666667vw 4vw 2.6666666667vw;
  }
}
.page-faq .content-page .top {
  border-radius: 0px 0px 0px 24.772px;
  background: #FFF;
  box-shadow: 0px 6.193px 24.772px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 4.0277777778vw 5% 4.0277777778vw;
  color: #333;
  text-align: center;
  font-family: "BeVietnam-Regular.ttf";
  font-size: 1.2902083333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9783333333vw; /* 153.333% */
  position: absolute;
  top: -1.8vw;
  left: 50%;
  transform: translateX(-50%);
  width: 83%;
}
@media (max-width: 1440px) {
  .page-faq .content-page .top {
    padding: 2.027778vw 5% 2.027778vw;
  }
}
@media (max-width: 1024px) {
  .page-faq .content-page .top {
    width: 94%;
  }
}
@media (max-width: 576px) {
  .page-faq .content-page .top {
    font-size: 3.4666666667vw;
    line-height: 4.8vw;
    padding: 4.0277777778vw 3% 4.0277777778vw;
  }
}
.page-faq .content-page .top a {
  color: #E63A2E;
}
.page-faq .content-page .form_faq {
  display: flex;
  align-items: center;
  height: 3.8194444444vw;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 576px) {
  .page-faq .content-page .form_faq {
    height: 9.3333333333vw;
  }
}
.page-faq .content-page .form_faq form {
  width: 77.5%;
  display: flex;
  align-items: center;
  border-radius: 5.762px;
  border: 1.152px solid #CACACA;
  height: 100%;
  padding: 0 20px;
}
@media (max-width: 576px) {
  .page-faq .content-page .form_faq form {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .page-faq .content-page .form_faq form svg {
    width: 15px;
    display: block;
  }
}
@media (max-width: 576px) {
  .page-faq .content-page .form_faq form svg {
    width: 10px;
    margin-top: 3px;
  }
}
.page-faq .content-page .form_faq form input {
  margin-left: 20px;
  outline: none;
  background: transparent;
  border: 0;
  width: calc(100% - 61px);
  height: 100%;
  color: #393939;
  font-family: "BeVietnam-Regular.ttf";
  font-size: 1.2004861111vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8406944444vw; /* 153.333% */
}
@media (max-width: 768px) {
  .page-faq .content-page .form_faq form input {
    width: calc(100% - 51px);
  }
}
@media (max-width: 576px) {
  .page-faq .content-page .form_faq form input {
    font-size: 2.9333333333vw;
    line-height: 0vw;
    margin-left: 5px;
  }
}
.page-faq .content-page .form_faq form input::placeholder {
  color: #393939;
  font-family: "BeVietnam-Regular.ttf";
  font-size: 1.2004861111vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8406944444vw; /* 153.333% */
  opacity: 0.5;
}
@media (max-width: 576px) {
  .page-faq .content-page .form_faq form input::placeholder {
    font-size: 2.9333333333vw;
    line-height: 0vw;
  }
}
.page-faq .content-page .form_faq button {
  background: #1E7166;
  box-shadow: 0px 5.762px 23.049px 0px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-family: "BeVietnam-Light.ttf";
  font-size: 1.2004861111vw;
  font-style: normal;
  font-weight: 300;
  line-height: 29.964px; /* 173.333% */
  width: 20.6666666667%;
  border: 0;
  outline: none;
  cursor: pointer;
}
@media (max-width: 576px) {
  .page-faq .content-page .form_faq button {
    font-size: 2.9333333333vw;
    line-height: 0vw;
  }
}
.page-faq .content-page .share {
  margin: 0.8333333333vw auto;
  width: 2.7083333333vw;
  height: 2.7083333333vw;
  display: block;
}
@media (max-width: 1440px) {
  .page-faq .content-page .share {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    margin: 0.8333333333vw auto 1.953125vw;
  }
}
@media (max-width: 576px) {
  .page-faq .content-page .share {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin: 1.6vw auto 5.3333333333vw;
  }
}
.page-faq .content-page .share svg {
  width: 100%;
  display: block;
}
.page-faq .content-page .tab_def {
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 1440px) {
  .page-faq .content-page .tab_def {
    margin-bottom: 1.3888888889vw;
  }
}
.page-faq .content-page .list .content .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
@media (max-width: 576px) {
  .page-faq .content-page .list .content .item {
    padding-right: 0;
  }
}
.page-faq .content-page .list .content .item h4 {
  position: relative;
  padding: 2.0833333333vw 0;
  font-family: "BeVietnam-Bold.ttf";
  font-size: 1.5482638889vw;
  line-height: 2.0643055556vw;
  color: #000;
  cursor: pointer;
  padding-right: 30px;
  transition: all 0.3s ease;
}
@media (max-width: 1440px) {
  .page-faq .content-page .list .content .item h4 {
    font-size: 1.2704861111vw;
    line-height: 1.7865277778vw;
    padding: 1.3888888889vw 0;
  }
}
@media (max-width: 576px) {
  .page-faq .content-page .list .content .item h4 {
    font-size: 3.4666666667vw;
    line-height: 4.8vw;
    padding-right: 15px;
    padding: 4vw 0;
  }
}
.page-faq .content-page .list .content .item h4.active {
  color: #1A7267;
}
.page-faq .content-page .list .content .item h4.active img {
  transform: rotate(180deg);
}
.page-faq .content-page .list .content .item h4 img {
  position: absolute;
  top: 50%;
  right: 0;
  filter: brightness(0);
  transition: all 0.3s ease;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .page-faq .content-page .list .content .item h4 img {
    width: 20px;
  }
}
@media (max-width: 576px) {
  .page-faq .content-page .list .content .item h4 img {
    width: 15px;
  }
}
.page-faq .content-page .list .content .item .exp {
  color: #666;
  text-align: justify;
  font-family: "BeVietnam-Regular.ttf";
  font-size: 1.2902083333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9783333333vw; /* 153.333% */
  padding: 0 4.1666666667vw 4.1666666667vw;
}
@media (max-width: 1440px) {
  .page-faq .content-page .list .content .item .exp {
    font-size: 1.1513194444vw;
    line-height: 1.9444444444vw; /* 153.333% */
    padding: 0 2.0833333333vw 2.0833333333vw;
  }
}
@media (max-width: 576px) {
  .page-faq .content-page .list .content .item .exp {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
    padding-right: 15px;
    padding: 0 4vw 4vw;
  }
}

.tab_def {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .tab_def {
    align-items: center;
    justify-content: center;
  }
}
.tab_def a {
  background: #FFF;
  box-shadow: 0px 5.694px 22.777px 0px rgba(0, 0, 0, 0.08);
  width: calc((100% - 72px) / 5);
  height: 6.8504861111vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #393939;
  font-family: "BeVietnam-Bold.ttf";
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1.9444444444vw; /* 133.333% */
  text-transform: uppercase;
  margin-right: 18px;
  margin-bottom: 18px;
  transition: all 0.3s ease;
  border-radius: 5px;
  outline: none;
}
@media (max-width: 1440px) {
  .tab_def a {
    height: 4.1666666667vw;
    font-size: 0.9722222222vw;
    line-height: 1.6666666667vw;
  }
}
@media (max-width: 576px) {
  .tab_def a {
    width: max-content;
    padding: 20px;
    font-size: 15px;
    margin: 0 6px 10px;
    font-size: 3.4666666667vw;
    line-height: 6.6802666667vw;
    border-radius: 0 0 0 15px;
  }
}
.tab_def a:hover {
  background: #1A7267;
  color: #FFF;
}
.tab_def a:nth-of-type(5n + 5) {
  margin-right: 0;
}
@media (max-width: 576px) {
  .tab_def a:nth-of-type(5n + 5) {
    margin: 0 6px 10px;
  }
}
.tab_def a.is-active {
  background: #1A7267;
  text-transform: unset;
  color: #FFF;
}

.page-prd .content .ss1, .page-prd .content .ss2, .page-prd .content .ss3, .page-prd .content .ss4, .page-prd .content .ss5, .page-prd .content .ss6 {
  margin-bottom: 3.4722222222vw;
}
@media (max-width: 576px) {
  .page-prd .content .ss1, .page-prd .content .ss2, .page-prd .content .ss3, .page-prd .content .ss4, .page-prd .content .ss5, .page-prd .content .ss6 {
    margin-bottom: 9.3333333333vw;
  }
}
.page-prd .content .ss1 > span, .page-prd .content .ss2 > span, .page-prd .content .ss3 > span, .page-prd .content .ss4 > span, .page-prd .content .ss5 > span, .page-prd .content .ss6 > span {
  width: 100%;
  height: 1px;
  display: block;
  background: #000;
  opacity: 0.5;
  margin: 0.5555555556vw 0 0.6944444444vw;
}
@media (max-width: 1024px) {
  .page-prd .content .ss1 > span, .page-prd .content .ss2 > span, .page-prd .content .ss3 > span, .page-prd .content .ss4 > span, .page-prd .content .ss5 > span, .page-prd .content .ss6 > span {
    margin: 0.78125vw 0 0.9765625vw;
  }
}
@media (max-width: 576px) {
  .page-prd .content .ss1 > span, .page-prd .content .ss2 > span, .page-prd .content .ss3 > span, .page-prd .content .ss4 > span, .page-prd .content .ss5 > span, .page-prd .content .ss6 > span {
    margin: 2.1333333333vw 0 2.6666666667vw;
  }
}
@media (max-width: 1024px) {
  .page-prd .content .ss1 > h3, .page-prd .content .ss2 > h3, .page-prd .content .ss3 > h3, .page-prd .content .ss4 > h3, .page-prd .content .ss5 > h3, .page-prd .content .ss6 > h3 {
    font-size: 2.5390625vw;
  }
}
@media (max-width: 576px) {
  .page-prd .content .ss1 > h3, .page-prd .content .ss2 > h3, .page-prd .content .ss3 > h3, .page-prd .content .ss4 > h3, .page-prd .content .ss5 > h3, .page-prd .content .ss6 > h3 {
    font-size: 6.4vw;
  }
}
.page-prd .content .ss1 {
  display: flex;
}
@media (max-width: 576px) {
  .page-prd .content .ss1 {
    flex-direction: column;
  }
}
.page-prd .content .ss1 .left {
  width: 60%;
}
@media (max-width: 576px) {
  .page-prd .content .ss1 .left {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.page-prd .content .ss1 .left span {
  opacity: 0.75;
  margin: 0.6944444444vw 0;
  display: block;
}
@media (max-width: 768px) {
  .page-prd .content .ss1 .left span {
    margin: 2.6666666667vw 0;
  }
}
.page-prd .content .ss1 .right {
  width: 40%;
}
@media (max-width: 576px) {
  .page-prd .content .ss1 .right {
    width: 100%;
  }
}
.page-prd .content .ss1 .right .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.page-prd .content .ss1 .right .item:nth-child(2) {
  margin-top: 0.6944444444vw;
}
@media (max-width: 576px) {
  .page-prd .content .ss1 .right .item:nth-child(2) {
    margin-top: 2.6666666667vw;
  }
}
.page-prd .content .ss1 .right .item:nth-child(2) a {
  width: 100%;
  background: #fff;
  color: #1E7166;
  border: #1E7166 1px solid;
}
.page-prd .content .ss1 .right .item a {
  width: calc((100% - 20px) / 2);
  display: flex;
  color: #FFFFFF;
  padding: 0.2083333333vw 0 0.3472222222vw;
  align-items: center;
  justify-content: center;
  text-decoration: unset;
  background: #1E7166;
  position: relative;
  overflow: hidden;
}
.page-prd .content .ss2 .block_img {
  display: flex;
  flex-wrap: wrap;
}
.page-prd .content .ss2 .block_img .item {
  width: calc((100% - 75px) / 6);
  margin-right: 15px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 1024px) {
  .page-prd .content .ss2 .block_img .item {
    width: calc((100% - 45px) / 4);
  }
}
@media (max-width: 576px) {
  .page-prd .content .ss2 .block_img .item {
    width: calc((100% - 15px) / 2);
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .page-prd .content .ss2 .block_img .item:nth-of-type(2n + 2) {
    margin-right: 0px;
  }
}
.page-prd .content .ss2 .block_img .item:nth-of-type(6n + 6) {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .page-prd .content .ss2 .block_img .item:nth-of-type(6n + 6) {
    margin-right: 15px;
  }
}
@media (max-width: 1024px) {
  .page-prd .content .ss2 .block_img .item:nth-of-type(4n + 4) {
    margin-right: 0;
  }
}
.page-prd .content .ss2 .block_img .item .img {
  width: 100%;
  aspect-ratio: 0.6666666667;
}
.page-prd .content .ss2 .block_img .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.page-prd .content .ss2 .block_img .item h4 {
  color: #1E7166;
  margin: 0.3472222222vw 0 0vw;
}
@media (max-width: 576px) {
  .page-prd .content .ss2 .block_img .item h4 {
    margin: 1.0416666667vw 0 0vw;
  }
}
.page-prd .content .ss2 .block_img .item p {
  color: #000;
}
.page-prd .content .ss3 .content_ss {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .page-prd .content .ss3 .content_ss {
    flex-direction: column-reverse;
  }
}
.page-prd .content .ss3 .content_ss .map {
  width: 70%;
  aspect-ratio: 1.7142857143;
}
@media (max-width: 576px) {
  .page-prd .content .ss3 .content_ss .map {
    width: 100%;
  }
}
.page-prd .content .ss3 .content_ss .map iframe {
  width: 100%;
  height: 100%;
}
.page-prd .content .ss3 .content_ss .right {
  width: 30%;
  padding: 3.4722222222vw;
}
@media (max-width: 576px) {
  .page-prd .content .ss3 .content_ss .right {
    width: 100%;
  }
}
.page-prd .content .ss3 .content_ss .right .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.6944444444vw;
}
.page-prd .content .ss3 .content_ss .right .item:last-child {
  margin-bottom: 0;
}
.page-prd .content .ss3 .content_ss .right p {
  color: #1E7166;
  display: flex;
  align-items: center;
}
.page-prd .content .ss3 .content_ss .right p:last-child {
  margin-bottom: 0;
}
.page-prd .content .ss3 .content_ss .right p .icon {
  margin: 0 5px;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-prd .content .ss3 .content_ss .right p .icon svg, .page-prd .content .ss3 .content_ss .right p .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.page-prd .content .ss5, .page-prd .content .ss6 {
  padding: 2.0833333333vw 1.7361111111vw;
  background: rgba(128, 128, 128, 0.2784313725);
}
.page-prd .content .ss5 .swiper, .page-prd .content .ss6 .swiper {
  margin-top: 2.0833333333vw;
  overflow: hidden;
  position: relative;
}
.page-prd .content .ss5 .swiper .button_next, .page-prd .content .ss6 .swiper .button_next {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  left: 30.5%;
  width: 2.7777777778vw;
}
@media (max-width: 768px) {
  .page-prd .content .ss5 .swiper .button_next, .page-prd .content .ss6 .swiper .button_next {
    width: 2.0833333333vw;
    left: 31.5%;
  }
}
@media (max-width: 576px) {
  .page-prd .content .ss5 .swiper .button_next, .page-prd .content .ss6 .swiper .button_next {
    width: 8vw;
    left: auto;
    right: 0;
    z-index: 10;
    top: 60.5%;
  }
}
.page-prd .content .ss5 .swiper .button_next:nth-child(2), .page-prd .content .ss6 .swiper .button_next:nth-child(2) {
  left: 66%;
}
@media (max-width: 576px) {
  .page-prd .content .ss5 .swiper .button_next:nth-child(2), .page-prd .content .ss6 .swiper .button_next:nth-child(2) {
    display: none;
  }
}
.page-prd .content .ss5 .swiper .button_next svg, .page-prd .content .ss6 .swiper .button_next svg {
  display: block;
  max-width: 100%;
  animation-name: spinX;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.page-prd .content .ss5 .swiper .step, .page-prd .content .ss6 .swiper .step {
  text-transform: uppercase;
  width: max-content;
  margin: 0 auto;
  padding: 0.3472222222vw 0.6944444444vw;
  border-radius: 20px;
  background: #1E7166;
  color: #fff;
}
@media (max-width: 576px) {
  .page-prd .content .ss5 .swiper .step, .page-prd .content .ss6 .swiper .step {
    padding: 2.1333333333vw 2.6666666667vw 1.6vw;
  }
}
.page-prd .content .ss5 .swiper p, .page-prd .content .ss6 .swiper p {
  text-align: center;
  padding: 0.3472222222vw 0 0.5555555556vw;
}
@media (max-width: 576px) {
  .page-prd .content .ss5 .swiper p, .page-prd .content .ss6 .swiper p {
    padding: 1.3333333333vw 2.1333333333vw;
  }
}
.page-prd .content .ss5 .swiper .img, .page-prd .content .ss6 .swiper .img {
  aspect-ratio: 1.7777777778;
}
@media (max-width: 576px) {
  .page-prd .content .ss5 .swiper .img, .page-prd .content .ss6 .swiper .img {
    aspect-ratio: 0.75;
  }
}
.page-prd .content .ss5 .swiper .img img, .page-prd .content .ss6 .swiper .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.page-prd .content .ss6 .swiper {
  margin-top: 0;
}

.page-trienlam .content, .page-collab .content, .page-prd .content {
  padding: 50px 4.1666666667vw;
}
@media (max-width: 1024px) {
  .page-trienlam .content, .page-collab .content, .page-prd .content {
    padding: 50px 2.9296875vw;
  }
}
@media (max-width: 576px) {
  .page-trienlam .content, .page-collab .content, .page-prd .content {
    padding: 5.3333333333vw 4vw 2.6666666667vw;
  }
}

.page-trienlam .content > span, .page-trienlam .content > h3 {
  text-align: center;
  text-transform: uppercase;
  display: block;
}
.page-trienlam .content > h3 {
  font-size: 1.9444444444vw;
  padding: 0.6944444444vw 0 2.0833333333vw;
}
@media (max-width: 576px) {
  .page-trienlam .content > h3 {
    font-size: 6.4vw;
    padding: 1.3888888889vw 0 2.0833333333vw;
  }
}
.page-trienlam .content .exp {
  margin-bottom: 3.4722222222vw;
}
.page-trienlam .content .exp p {
  margin-bottom: 0.3472222222vw;
}
.page-trienlam .content .exp p:last-child {
  margin-bottom: 0;
}
.page-trienlam .content .tab {
  margin-bottom: 3.4722222222vw;
}
.page-trienlam .content .tab .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.3888888889vw;
}
.page-trienlam .content .tab .top .left {
  display: flex;
  align-items: center;
}
.page-trienlam .content .tab .top .left span {
  display: inline-block;
  margin: 0 0.3472222222vw;
}
.page-trienlam .content .tab .top .left a {
  color: #030303;
  opacity: 0.5;
}
.page-trienlam .content .tab .top .left a.is-active {
  opacity: 1;
}
.page-trienlam .content .tab .top .button {
  width: max-content;
  display: flex;
  color: #FFFFFF;
  padding: 0.3472222222vw 2.7777777778vw 0.3472222222vw;
  align-items: center;
  justify-content: center;
  text-decoration: unset;
  background: #1E7166;
  position: relative;
  overflow: hidden;
  outline: none;
  border: 0;
  border-radius: 0.6944444444vw;
  cursor: pointer;
}
.page-trienlam .content .tab .tab-content .tab-item .block {
  display: flex;
  flex-wrap: wrap;
  padding: 1.7361111111vw;
  border: #1E7166 1px solid;
  border-radius: 1.7361111111vw;
  position: relative;
  overflow: hidden;
}
@media (max-width: 576px) {
  .page-trienlam .content .tab .tab-content .tab-item .block {
    padding: 1.7361111111vw 1.7361111111vw 8.6805555556vw 1.7361111111vw;
  }
}
.page-trienlam .content .tab .tab-content .tab-item .block .button {
  width: max-content;
  display: flex;
  color: #FFFFFF;
  padding: 0.3472222222vw 1.3888888889vw;
  align-items: center;
  justify-content: center;
  text-decoration: unset;
  background: #1E7166;
  position: absolute;
  overflow: hidden;
  outline: none;
  border: 0;
  cursor: pointer;
  bottom: 0;
  right: 0;
}
@media (max-width: 576px) {
  .page-trienlam .content .tab .tab-content .tab-item .block .button {
    padding: 0.6944444444vw 1.3888888889vw;
  }
}
.page-trienlam .content .tab .tab-content .tab-item .block .item {
  margin: 0 0 0.6944444444vw 0;
  width: calc((100% - 0px) / 3);
}
@media (max-width: 576px) {
  .page-trienlam .content .tab .tab-content .tab-item .block .item {
    width: calc((100% - 0px) / 2);
    margin: 0 0 1.7361111111vw 0;
  }
}
.page-trienlam .content .tab .tab-content .tab-item .block .item p {
  margin-bottom: 0.3472222222vw;
  font-size: 1.25vw;
}
@media (max-width: 1280px) {
  .page-trienlam .content .tab .tab-content .tab-item .block .item p {
    font-size: 1.5625vw;
  }
}
@media (max-width: 576px) {
  .page-trienlam .content .tab .tab-content .tab-item .block .item p {
    font-size: 4.2666666667vw;
  }
}
.page-trienlam .content .tab .tab-content .tab-item .block .item .list_child {
  display: flex;
  flex-wrap: wrap;
}
.page-trienlam .content .tab .tab-content .tab-item .block .item .list_child a {
  padding: 0.2083333333vw 0.6944444444vw;
  border: #1E7166 1px solid;
  border-radius: 0.6944444444vw;
  margin: 0 0.3472222222vw 0.3472222222vw 0;
  color: #030303;
  display: block;
  transition: 0.5s;
}
.page-trienlam .content .tab .tab-content .tab-item .block .item .list_child a.active {
  background: #1E7166;
  color: #fff;
}
.page-trienlam .content .tab .tab-content .tab-item .result {
  margin-top: 0.6944444444vw;
  display: flex;
  flex-wrap: wrap;
}
.page-trienlam .content .tab .tab-content .tab-item .result a {
  aspect-ratio: 0.6666666667;
  width: calc((100% - 30px) / 6);
  margin: 0 5px 5px 0;
  display: block;
}
@media (max-width: 1024px) {
  .page-trienlam .content .tab .tab-content .tab-item .result a {
    width: calc((100% - 15px) / 4);
  }
}
@media (max-width: 576px) {
  .page-trienlam .content .tab .tab-content .tab-item .result a {
    width: calc((100% - 5px) / 2);
  }
}
@media (max-width: 1399px) {
  .page-trienlam .content .tab .tab-content .tab-item .result a:nth-of-type(6n + 6) {
    margin: 0 0px 5px 0;
  }
}
@media (max-width: 1024px) {
  .page-trienlam .content .tab .tab-content .tab-item .result a:nth-of-type(6n + 6) {
    margin: 0 5px 5px 0;
  }
}
@media (max-width: 1024px) {
  .page-trienlam .content .tab .tab-content .tab-item .result a:nth-of-type(4n + 4) {
    margin: 0 0px 5px 0;
  }
}
@media (max-width: 576px) {
  .page-trienlam .content .tab .tab-content .tab-item .result a:nth-of-type(2n + 2) {
    margin: 0 0px 5px 0;
  }
}
.page-trienlam .content .tab .tab-content .tab-item .result a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.page-collab .content > h3 {
  font-size: 1.9444444444vw;
  text-align: center;
  padding-top: 1.3888888889vw;
}
@media (max-width: 1024px) {
  .page-collab .content > h3 {
    font-size: 2.734375vw;
  }
}
@media (max-width: 576px) {
  .page-collab .content > h3 {
    font-size: 6.4vw;
    padding-top: 5.3333333333vw;
  }
}
.page-collab .content .list {
  margin-top: 1.3888888889vw;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .page-collab .content .list {
    margin-top: 5.3333333333vw;
  }
}
.page-collab .content .list a {
  display: block;
  width: calc((100% - 30px) / 4);
  margin: 0 10px 10px 0;
  aspect-ratio: 0.8;
  position: relative;
}
@media (max-width: 576px) {
  .page-collab .content .list a {
    width: calc((100% - 10px) / 2);
  }
}
.page-collab .content .list a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  opacity: 0;
  z-index: 1;
  transition: 0.5s;
  width: 100%;
  height: 100%;
}
.page-collab .content .list a img.png {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  opacity: 0;
}
.page-collab .content .list a:hover:after {
  opacity: 0.25;
}
.page-collab .content .list a:hover p {
  opacity: 1;
}
.page-collab .content .list a:hover img.png {
  opacity: 1;
}
.page-collab .content .list a:nth-of-type(4n + 4) {
  margin-right: 0;
}
@media (max-width: 576px) {
  .page-collab .content .list a:nth-of-type(2n + 2) {
    margin-right: 0;
  }
}
.page-collab .content .list a p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
  color: #fff;
  transition: 0.5s;
}
.page-collab .content .list a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.page-collab .content .search {
  width: 300px;
  margin: 1.3888888889vw auto 2.0833333333vw;
}
@media (max-width: 576px) {
  .page-collab .content .search {
    margin: 5.3333333333vw auto 8vw;
  }
}
.page-collab .content .box-search {
  position: relative;
  cursor: pointer;
  color: #6d6e71;
  display: flex;
  align-items: center;
}
.page-collab .content .box-search form {
  display: flex;
  transition: all 0.5s ease;
  z-index: 10;
  background: #FFF;
  width: 100%;
  height: 2.7777777778vw;
  border-bottom: #6d6e71 1px solid;
}
@media (max-width: 576px) {
  .page-collab .content .box-search form {
    height: 10.6666666667vw;
  }
}
.page-collab .content .box-search form input {
  background: transparent;
  border: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 400;
  font-size: 1.1111111111vw;
  line-height: 22px;
  height: 100%;
  font-family: "VLTYPEWRITERBASIX-REGULAR.TTF";
  width: 100%;
}
@media (max-width: 1024px) {
  .page-collab .content .box-search form input {
    font-size: 1.5625vw;
  }
}
@media (max-width: 576px) {
  .page-collab .content .box-search form input {
    font-size: 4.2666666667vw;
  }
}
.page-collab .content .box-search form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.85);
  font-family: "BeVietnam-Regular.ttf";
}
.page-collab .content .box-search form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.85);
  font-family: "BeVietnam-Regular.ttf";
}
.page-collab .content .box-search form input::placeholder {
  color: rgba(0, 0, 0, 0.85);
  font-family: "BeVietnam-Regular.ttf";
}
.page-collab .content .box-search form button {
  outline: none;
  border: 0;
  cursor: pointer;
  background: transparent;
  width: 1.4791666667vw;
}
@media (max-width: 1024px) {
  .page-collab .content .box-search form button {
    width: 1.953125vw;
  }
}
@media (max-width: 576px) {
  .page-collab .content .box-search form button {
    width: 5.68vw;
  }
}
.page-collab .content .box-search form button svg {
  width: 100%;
}
.page-collab .content .pagination_list_def {
  margin-top: 1.3888888889vw;
}

.fancybox-caption__body a {
  text-decoration: underline !important;
}

.ez-toc-open-icon {
  color: #1E7166;
}

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