@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "NanumGothic";
  src: url("../font/NanumGothicExtraBold.eot");
  src: url("../font/NanumGothicExtraBold.eot?#iefix") format("embedded-opentype"), url("../font/NanumGothicExtraBold.woff2") format("woff2"), url("../font/NanumGothicExtraBold.woff") format("woff"), url("../font/NanumGothicExtraBold.ttf") format("truetype"), url("../font/NanumGothicExtraBold.svg#NanumGothicExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NanumGothic";
  src: url("../font/NanumGothic.eot");
  src: url("../font/NanumGothic.eot?#iefix") format("embedded-opentype"), url("../font/NanumGothic.woff2") format("woff2"), url("../font/NanumGothic.woff") format("woff"), url("../font/NanumGothic.ttf") format("truetype"), url("../font/NanumGothic.svg#NanumGothic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NanumGothic";
  src: url("../font/NanumGothicBold.eot");
  src: url("../font/NanumGothicBold.eot?#iefix") format("embedded-opentype"), url("../font/NanumGothicBold.woff2") format("woff2"), url("../font/NanumGothicBold.woff") format("woff"), url("../font/NanumGothicBold.ttf") format("truetype"), url("../font/NanumGothicBold.svg#NanumGothicBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-body: "Inter", sans-serif;
  --bg-gra1: linear-gradient(90deg, #2ab171 0%, #23765f 100%);
  --color-1: #216358;
  --color-2: #ec2027;
}

body {
  font-size: 16px !important;
  line-height: 160%;
  font-family: var(--font-body);
}
body.korea {
  font-family: "NanumGothic";
}
@media (min-width: 1024px) and (max-width: 1279px) {
  body {
    font-size: 12px !important;
  }
}
@media (max-width: 1023px) {
  body {
    padding-top: 0;
  }
}

html {
  scroll-behavior: smooth;
}

.--link {
  text-decoration: none;
}

.container-fluid {
  padding: 0 5%;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .container-fluid {
    padding: 0 50px;
  }
}
@media (min-width: 1600px) and (max-width: 1800px) {
  .container-fluid {
    padding: 0 10%;
  }
}
@media (min-width: 1800px) and (max-width: 2100px) {
  .container-fluid {
    padding: 0 15%;
  }
}
@media (min-width: 2100px) {
  .container-fluid {
    padding: 0 20%;
  }
}
@media (max-width: 1023px) {
  .container-fluid {
    padding: 0 20px !important;
  }
}
@media (max-width: 370px) {
  .container-fluid {
    padding: 0 15px !important;
  }
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animation {
  0% {
    box-shadow: 0 0 -10px #fff;
  }
  40% {
    box-shadow: 0 0 20px #fff;
  }
  60% {
    box-shadow: 0 0 20px #fff;
  }
  100% {
    box-shadow: 0 0 -10px #fff;
  }
}
#detail-post article {
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  display: -webkit-box;
  text-align: justify;
  -webkit-box-orient: vertical;
}
#detail-post article .--after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(180, 180, 180, 0.07), #f5f5f5);
}
#detail-post article.active {
  height: auto;
  overflow: unset;
}
#detail-post article.active::after {
  display: none;
}

.articleInlineForm {
  width: 100%;
  background: #fff;
  margin-bottom: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.articleInlineForm .--img {
  height: 100%;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
}
.articleInlineForm .--img img {
  margin: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articleInlineForm .--txt {
  height: 100%;
}
.articleInlineForm .--form.cards {
  margin: 0;
}
@media (max-width: 640px) {
  .articleInlineForm .--img {
    height: auto;
    aspect-ratio: 4/3;
  }
}

article a {
  color: var(--color-1) !important;
  font-weight: 600;
}
article b,
article strong {
  font-weight: bold;
}
article table {
  max-width: 100%;
  margin: 0 auto 2rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
}
article table td {
  border: 1px solid #ddd;
  padding: 0.5rem;
}
article table p {
  margin-top: 1rem;
}
article figure {
  width: 100% !important;
  height: auto !important;
  margin: 0 auto 1rem;
}
article figure figcaption {
  font-style: italic;
  text-align: center;
  font-size: 0.875px;
  margin-top: 0.5rem;
}
article img {
  margin: 0 auto 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  display: flex;
  max-width: 100%;
}
article h1,
article h2 {
  text-align: left;
  color: var(--color-1);
}
article h1 > *,
article h2 > * {
  color: inherit !important;
}
article tbody,
article td,
article tfoot,
article th,
article thead,
article tr {
  border-width: 0.5px;
}
article p {
  margin-bottom: 1rem;
}
article ul {
  padding-left: 1rem;
  margin-bottom: 1rem;
}
article ul li {
  margin-bottom: 0.25rem;
}
article #lienquan {
  padding: 10px;
  margin: 10px;
  background: rgba(243, 243, 243, 0.95);
  border: solid 1px #df3832;
}
article #lienquan ul {
  padding-left: 2rem;
}
article iframe {
  width: 100%;
  height: 500px;
}
article a {
  color: var(--color-1) !important;
  transition: all 0.15s ease;
  text-decoration: none;
}
article a:hover {
  color: var(--color-2);
  text-decoration: underline;
}
article h2 {
  font-size: 1.25rem;
  margin: 1rem 0;
}
article h3 {
  font-size: 1rem;
  margin: 0.5rem 0;
}
article h4 {
  font-size: 0.875rem;
  margin: 0.25rem 0;
}
article h5 {
  font-size: 0.75rem;
  margin: 0.125rem 0;
}
article h6 {
  font-size: 0.625rem;
  margin: 0.0625rem 0;
}
article .form-bitrix {
  max-width: 540px;
  margin: 0 auto;
}

.img_hover .--img {
  overflow: hidden;
}
.img_hover .--img img {
  transition: all 0.5s ease;
}
.img_hover:hover .--img img {
  transform: scale(1.05);
}
@media (max-width: 1023px) {
  .img_hover:hover .--img img {
    transform: none;
  }
}

.img_hover1 {
  overflow: hidden;
}
.img_hover1 img {
  transition: all 0.5s ease;
}
.img_hover1:hover img {
  transform: scale(1.05);
}
@media (max-width: 1023px) {
  .img_hover1:hover img {
    transform: none;
  }
}

.cta-facebook {
  position: fixed;
  bottom: 60px;
  right: 20px;
  border: 6px solid rgba(255, 255, 255, 0.47);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 99;
}
.cta-facebook a {
  background: var(--color-2);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
}
.cta-facebook i {
  animation: phone 1s infinite ease-in-out;
}

.text_hover:hover {
  color: var(--color-1);
}

.button_hover {
  position: relative;
  color: var(--color-1) !important;
  width: -moz-max-content;
  width: max-content;
}
.button_hover::after {
  content: "";
  position: absolute;
  top: calc(100% + 2px);
  width: 0;
  border-bottom: 1px solid var(--color-1);
  transition: all 0.3s ease;
  left: 0;
}
.button_hover:hover::after {
  width: 100%;
}

.btn {
  position: relative;
  overflow: hidden;
}
.btn:focus {
  box-shadow: none;
}
.btn span {
  position: relative;
  z-index: 1;
  font-weight: 600;
}
.btn.btn-1 {
  background: var(--color-1);
  padding: 0 32px;
  display: flex;
  align-items: center;
  height: 50px;
  border-radius: 50px;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid var(--color-1);
  transition: all 0.3s ease;
}
.btn.btn-1::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: all 0.3s ease-in-out;
  width: 0;
}
.btn.btn-1:hover {
  color: var(--color-1);
}
.btn.btn-1:hover::after {
  width: 100%;
}
.btn.btn-2 {
  padding: 0 32px;
  display: flex;
  align-items: center;
  border: 1px solid var(--color-1);
  color: var(--color-1);
  font-size: 16px;
  width: -moz-max-content;
  width: max-content;
  height: 50px;
  border-radius: 50px;
}
.btn.btn-2::after {
  content: "";
  background: var(--color-1);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: all 0.3s ease-in-out;
  width: 0;
}
.btn.btn-2:hover {
  color: #fff;
}
.btn.btn-2:hover::after {
  width: 100%;
}
.btn.btn-3 {
  padding: 0 32px;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  width: -moz-max-content;
  width: max-content;
  height: 50px;
  border-radius: 50px;
}
.btn.btn-3::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: all 0.3s ease-in-out;
  width: 0;
}
.btn.btn-3:hover {
  color: var(--color-1);
}
.btn.btn-3:hover::after {
  width: 100%;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .btn.btn-1 {
    height: 40px;
    font-size: 14px;
  }
  .btn.btn-2 {
    height: 40px;
    font-size: 14px;
  }
  .btn.btn-3 {
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .btn::after {
    display: none;
  }
  .btn.btn-1 {
    height: 40px;
    padding: 0 24px;
  }
  .btn.btn-1:hover {
    color: #fff;
  }
  .btn.btn-2 {
    height: 40px;
    padding: 0 24px;
  }
  .btn.btn-2:hover {
    color: var(--color-1);
  }
  .btn.btn-3 {
    height: 40px;
    padding: 0 24px;
  }
  .btn.btn-3:hover {
    color: #fff;
  }
}

.arrow {
  position: relative;
}
.arrow .--arrow {
  position: relative;
}
.arrow .--arrow img {
  position: relative;
  z-index: 1;
  transition: all 0.15s ease;
}
.arrow .--arrow:hover img {
  filter: brightness(100);
}
.arrow .--arrow:hover::after {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.arrow .--arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--color-1);
  width: 0;
  height: 0;
  border-radius: 50%;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .arrow .--arrow:hover img {
    filter: unset;
  }
  .arrow .--arrow::after {
    display: none;
  }
}

@keyframes phone {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.cta {
  position: fixed;
  z-index: 99;
}
.cta.call {
  left: 20px;
  bottom: 60px;
  border: 6px solid rgba(255, 255, 255, 0.47);
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.cta.call a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: var(--color-2);
  color: #fff;
  justify-content: center;
  border-radius: 50%;
}
.cta.call i {
  animation: phone 1s infinite ease-in-out;
}
.cta.promotion {
  left: 20px;
  bottom: 120px;
  border: 6px solid rgba(255, 255, 255, 0.47);
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.cta.promotion a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: var(--color-2);
  color: #fff;
  justify-content: center;
  border-radius: 50%;
}
.cta.promotion i {
  animation: phone 1s infinite ease-in-out;
}
.cta.zalo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-2);
  right: 20px;
  bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nice-select .list {
  color: #000;
}
.nice-select .list .option {
  background: #fff;
}
.nice-select .list .option.focus {
  color: #000;
}
.nice-select .list .option.selected.focus,
.nice-select .list .option:hover,
.nice-select .list .option.selected {
  color: var(--color-1);
}
.nice-select::after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

header.pc {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  z-index: 99;
  background: #fff;
  border-top: 2px solid var(--color-1);
  transition: all 0.3s ease;
}
header.pc.change {
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1);
  height: 110px;
}
header.pc.change .header-bot .--menu .--item .--itemmenu a {
  padding: 16px 12px;
  transition: all 0.15s ease;
}
header.pc.change .header-bot .--search {
  height: 36px;
  width: 36px;
  transition: all 0.15s ease;
}
header.pc.change .--logo img {
  max-height: 100px;
}
header.pc .header {
  display: flex;
  gap: 50px;
}
header.pc .--logo {
  width: 125px;
}
header.pc .--logo img {
  width: 125px;
  height: auto;
  transition: all 0.15s ease;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 125px;
}
header.pc .header-right {
  width: calc(100% - 175px);
}
header.pc .header-top {
  padding: 6px 0 6px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header.pc .header-top .--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + (100% + 175px) / 18);
  height: 100%;
  z-index: -1;
}
header.pc .header-top .--bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom left;
     object-position: bottom left;
}
header.pc .header-top .--left {
  gap: 20px;
  display: flex;
}
header.pc .header-top .--left a {
  color: #fff;
  position: relative;
  gap: 12px;
  transition: all 0.15s ease;
}
header.pc .header-top .--left a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  height: 20px;
  transform: translate(0, -50%);
}
header.pc .header-top .--left a .--txt {
  position: relative;
}
header.pc .header-top .--left a .--txt::after {
  content: "";
  position: absolute;
  top: calc(100% + 2px);
  width: 0;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease;
  left: 0;
}
header.pc .header-top .--left a span:nth-child(2) {
  font-weight: 700;
}
header.pc .header-top .--left a img {
  width: 20px;
}
header.pc .header-top .--left a:last-child::after {
  display: none;
}
header.pc .header-top .--left a:hover .--txt::after {
  width: 100%;
}
header.pc .header-top .--right {
  gap: 24px;
  display: flex;
  align-items: center;
}
header.pc .header-top .--live {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  position: relative;
  display: flex;
  overflow: hidden;
  animation: animation 3s infinite;
  color: #fff;
  gap: 6px;
  padding: 0px 12px;
  border: 1px solid #fff;
  background: var(--color-1);
  font-weight: bold;
  height: 28px;
}
header.pc .header-top .--live span {
  font-size: 13px;
}
header.pc .header-top .--live img {
  filter: brightness(0) invert(1);
  max-height: 15px;
  max-width: 20px;
}
header.pc .header-top .--live .--icon {
  position: relative;
  z-index: 1;
}
header.pc .header-top .--account {
  display: flex;
  align-items: center;
  cursor: pointer;
}
header.pc .header-top .--account .--name {
  color: #fff;
  font-size: 12px;
}
header.pc .header-top .--account .--avatar {
  width: 25px;
  height: 25px;
  position: relative;
  overflow: hidden;
  margin-right: 12px;
  border-radius: 50%;
}
header.pc .header-top .--account .--avatar::after {
  width: 30px;
  height: 30px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  pointer-events: none;
}
header.pc .header-top .--account .--avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header.pc .header-top .--account .dropdown-menu {
  top: 10px !important;
}
header.pc .header-top .--language {
  display: flex;
  align-items: center;
}
header.pc .header-top .--language .nice-select {
  background: none;
  color: #fff;
  padding-left: 0;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
}
header.pc .header-top .--language .nice-select option {
  color: #000;
}
header.pc .header-top .--language .nice-select:focus, header.pc .header-top .--language .nice-select:focus-visible {
  outline: none;
}
header.pc .header-top .--language .nice-select::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-top: -3px;
  transform: translate(0, -50%) rotate(45deg);
}
header.pc .header-top .--button {
  gap: 20px;
}
header.pc .header-top .--button a {
  color: #fff;
  position: relative;
}
header.pc .header-top .--button a:first-child {
  position: relative;
}
header.pc .header-top .--button a:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  transform: translate(0, -50%);
  height: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
header.pc .header-top .--button a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  transition: all 0.15s ease;
  border-bottom: 1px solid #fff;
}
header.pc .header-top .--button a:hover::before {
  width: 100%;
}
header.pc .header-bot {
  padding-right: 70px;
  position: relative;
}
header.pc .header-bot .--info {
  padding: 20px 0;
  border-bottom: 1px solid #b9b9b9;
}
header.pc .header-bot .--menu .--item {
  font-size: 16px;
  display: flex;
  align-items: center;
  position: relative;
}
header.pc .header-bot .--menu .--item.active .--itemmenu {
  position: relative;
}
header.pc .header-bot .--menu .--item.active .--itemmenu::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid var(--color-1);
}
header.pc .header-bot .--menu .--item.active .--itemmenu a {
  font-weight: 700;
  color: var(--color-1);
}
header.pc .header-bot .--menu .--item.--sub::after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.54;
  position: absolute;
  right: 8px;
  font-size: 14px;
  top: 50%;
  transform: translate(0, -50%);
}
header.pc .header-bot .--menu .--item.--sub .--itemmenu a {
  padding-right: 24px;
}
header.pc .header-bot .--menu .--item.--sub.active .--itemmenu a {
  font-weight: 600;
}
header.pc .header-bot .--menu .--item.--sub:hover .--submenu {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
header.pc .header-bot .--menu .--item .--itemmenu a {
  padding: 32px 12px;
  display: flex;
  color: #000;
  transition: all 0.15s ease;
}
header.pc .header-bot .--menu .--item .--itemmenu a:hover {
  color: var(--color-1);
}
header.pc .header-bot .--menu .--submenu {
  position: absolute;
  top: calc(100% + 12px);
  background: #ffffff;
  transition: all 0.15s ease;
  padding: 12px 0;
  width: 260px;
  box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.06);
  opacity: 0;
  transform: translate(0, 20px);
  pointer-events: none;
}
header.pc .header-bot .--menu .--submenu::after {
  content: "";
  position: absolute;
  left: 24px;
  width: 20px;
  height: 20px;
  bottom: 100%;
  -webkit-clip-path: polygon(50% 40%, 0 99%, 100% 100%);
          clip-path: polygon(50% 40%, 0 99%, 100% 100%);
  box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.06);
  background: #fff;
}
header.pc .header-bot .--menu .--submenu::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 12px;
}
header.pc .header-bot .--menu .--itemsubmenu {
  border-bottom: 1px solid #f0f0f0;
}
header.pc .header-bot .--menu .--itemsubmenu:last-child {
  border-bottom: none;
}
header.pc .header-bot .--menu .--itemsubmenu a {
  padding: 12px 24px;
  display: flex;
  color: #5c5c5c;
  transition: all 0.3s ease;
}
header.pc .header-bot .--menu .--itemsubmenu a:hover {
  background: #efefef;
  font-weight: bold;
  padding: 16px 24px;
  color: var(--color-1);
}
header.pc .header-bot .--menu .--itemsubmenu.sub {
  position: relative;
}
header.pc .header-bot .--menu .--itemsubmenu.sub:hover .--sub2menu {
  opacity: 1;
}
header.pc .header-bot .--menu .--itemsubmenu.sub .--sub2menu {
  position: absolute;
  left: calc(100% + 12px);
  top: -12px;
  width: 260px;
  background: #fff;
  padding: 12px 0;
  opacity: 0;
  transition: all 0.15s ease;
}
header.pc .header-bot .--menu .--itemsubmenu.sub .--sub2menu::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 12px;
  height: 100%;
}
header.pc .header-bot .--menu .--itemsubmenu.sub .--sub2menu::after {
  content: "";
  position: absolute;
  right: 100%;
  width: 20px;
  height: 20px;
  top: 26px;
  -webkit-clip-path: polygon(50% 40%, 0 99%, 100% 100%);
          clip-path: polygon(50% 40%, 0 99%, 100% 100%);
  box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.06);
  background: #fff;
  transform: rotate(-90deg);
}
header.pc .header-bot .--menu .--itemsubmenu.sub .--sub2menu .--itemsub2menu {
  border-bottom: 1px solid #f0f0f0;
}
header.pc .header-bot .--menu .--itemsubmenu.sub .--sub2menu .--itemsub2menu:last-child {
  border-bottom: none;
}
header.pc .header-bot .--menu .--itemsubmenu.sub::after {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.54;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
}
header.pc .header-bot .--search {
  width: 44px;
  border-radius: 50%;
  height: 44px;
  border: 1px solid rgba(0, 0, 0, 0.28);
  position: absolute;
  transition: all 0.15s ease;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  cursor: pointer;
}
header.pc .header-bot .--search i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.15s ease;
}
header.pc .header-bot .--search input {
  width: 100%;
  opacity: 0;
  height: 100%;
  padding-left: 32px;
  border: none;
  padding-right: 16px;
  pointer-events: none;
}
header.pc .header-bot .--search input:focus, header.pc .header-bot .--search input:focus-visible {
  outline: none;
}
header.pc .header-bot .--search.active {
  width: 250px;
  border-radius: 100px;
  overflow: hidden;
}
header.pc .header-bot .--search.active input {
  pointer-events: auto;
  opacity: 1;
}
header.pc .header-bot .--search.active i {
  left: 16px;
}
header.mb {
  display: none;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  header.pc .header {
    gap: 35px;
  }
  header.pc .--logo img {
    max-height: 90px;
  }
  header.pc .header-right {
    width: calc(100% - 160px);
  }
  header.pc .header-top .--left a span:first-child {
    display: none;
  }
  header.pc .header-top .--bg {
    width: calc(100vw - 210px);
  }
  header.pc .header-top .--right {
    gap: 12px;
  }
  header.pc .header-bot {
    padding-right: 40px;
  }
  header.pc .header-bot .--search {
    width: 32px;
    height: 32px;
  }
  header.pc .header-bot .--menu .--item {
    font-size: 12px;
  }
  header.pc .header-bot .--menu .--item.--sub .--itemmenu a {
    padding-right: 20px;
  }
  header.pc .header-bot .--menu .--item.--sub::after {
    font-size: 10px;
  }
  header.pc .header-bot .--menu .--item .--itemmenu a {
    padding: 16px 8px;
  }
}
@media (min-width: 1600px) and (max-width: 1800px) {
  header.pc .header-top .--bg {
    width: calc(100% + (100% + 175px) / 8);
  }
}
@media (min-width: 1800px) and (max-width: 2100px) {
  header.pc .header-top .--bg {
    width: calc(100% + (100% + 175px) * 3 / 14);
  }
}
@media (min-width: 2100px) {
  header.pc .header-top .--bg {
    width: calc(100% + (100% + 175px) / 3);
  }
}
@media (min-width: 1280px) and (max-width: 1360px) {
  header.pc .header-bot .--menu .--item {
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  header.pc {
    display: none;
  }
  header.mb {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    height: 100px;
    display: flex;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1);
    align-items: center;
  }
  header.mb .--top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header.mb .--logo img {
    width: 100%;
    max-width: 80px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 80px;
  }
  header.mb .--search {
    position: absolute;
    background: rgba(211, 211, 211, 0.2);
    border-radius: 50%;
    top: 50%;
    right: calc(100% + 20px);
    transform: translate(0, -50%);
  }
  header.mb .--search i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    pointer-events: none;
  }
  header.mb .--search input {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    transition: all 0.3s ease;
    pointer-events: none;
    opacity: 0;
    border: none;
    background: rgba(211, 211, 211, 0.2);
    border: 1px solid rgba(211, 211, 211, 0.2);
  }
  header.mb .--search.active {
    border-radius: 20px;
  }
  header.mb .--search.active input {
    width: 200px;
    opacity: 1;
    border-radius: 20px;
    pointer-events: auto;
    background: #fff;
    padding: 0 0 0 32px;
  }
  header.mb .--search.active i {
    left: 12px;
    transform: translate(0, -50%);
  }
  header.mb .--menu {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: var(--color-1);
    transform: translate(100%, 0);
    transition: all 0.3s ease;
    padding: 50px 0;
    opacity: 0;
    z-index: 9;
    overflow-y: auto;
  }
  header.mb .--menu.active {
    transform: none;
    opacity: 1;
  }
  header.mb .--menu .--listmenu {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 16px;
  }
  header.mb .--menu .--listmenu .--sub .--itemmenu {
    position: relative;
  }
  header.mb .--menu .--listmenu .--sub .--itemmenu::after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: #fff;
  }
  header.mb .--menu .--listmenu a {
    display: flex;
    padding: 10px 0;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
  }
  header.mb .--menu .--listmenu .--item:last-child {
    border-bottom: none;
  }
  header.mb .--menu .--listmenu .--submenu {
    padding-left: 20px;
  }
  header.mb .--menu .--listmenu .--itemsubmenu:last-child {
    border-bottom: none;
  }
  header.mb .--menu .--listmenu .--itemsubmenu.--sub .--itemnamesub2menu {
    position: relative;
  }
  header.mb .--menu .--listmenu .--itemsubmenu.--sub .--itemnamesub2menu::after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: #fff;
  }
  header.mb .--menu .--listmenu .--sub2menu {
    padding-left: 20px;
  }
  header.mb .--menu .--listmenu .--itemsub2menu:last-child {
    border-bottom: none;
  }
  header.mb .--menu .--close {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    font-size: 16px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
  }
  header.mb .--menu .--close i {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    margin-right: 16px;
    font-size: 20px;
  }
  header.mb .--menu .--account {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    margin-bottom: 12px;
  }
  header.mb .--menu .--account .--avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
  }
  header.mb .--menu .--account .--avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  header.mb .--menu .--listmenu2 {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  header.mb .--menu .--listmenu2 a {
    display: flex;
    padding: 10px 0;
    color: #fff;
  }
  header.mb .--menu .--listmenu2 .--button {
    display: flex;
    gap: 20px;
  }
  header.mb .--menu .--listmenu2 .--button a {
    position: relative;
  }
  header.mb .--menu .--listmenu2 .--button a:first-child::after {
    content: "";
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    transform: translate(0, -50%);
    opacity: 0.2;
    border-left: 1px solid #fefefe;
    height: 15px;
  }
  header.mb .--menu .--advise {
    display: flex;
    flex-flow: column;
  }
  header.mb .--menu .--advise .--call {
    color: #fff;
    margin-bottom: 12px;
  }
  header.mb .--menu .--advise .--call span:last-child {
    font-weight: 600;
  }
  header.mb .--menu .--advise .btn-1 {
    background: #fff;
    color: var(--color-1);
    margin-top: 20px;
  }
  header.mb .--menu .partent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  header.mb .--menu .partent img {
    max-width: 70%;
  }
  header.mb .--menu .partent img:first-child {
    position: absolute;
    top: 0;
    right: 0;
  }
  header.mb .--menu .partent img:last-child {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  header.mb .--right {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  header.mb .--tabbar p {
    width: 32px;
    height: 2px;
    background: #000;
    margin-bottom: 6px;
    transition: all 0.15s ease;
  }
  header.mb .--tabbar p:last-child {
    margin-bottom: 0;
  }
  header.mb .--language {
    margin-right: 12px;
  }
  header.mb .--language .nice-select {
    border: none;
    background: #fff;
    padding-left: 0;
    text-transform: uppercase;
  }
  header.mb .--language .nice-select:focus-visible {
    outline: none;
  }
  header.mb .--language .nice-select::after {
    margin-top: -3px;
    transform: translate(0, -50%) rotate(45deg);
    width: 8px;
    height: 8px;
  }
}

.modal-Login .modal-content {
  padding: 40px;
  position: relative;
  overflow: hidden;
}
.modal-Login .--close {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-Login .--logo {
  margin-bottom: 24px;
}
.modal-Login .--logo img {
  width: 60px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-Login .btn-1 {
  box-shadow: 0px 4px 8px -6px rgba(27, 46, 94, 0.03), 0px 16px 8px -4px rgba(27, 46, 94, 0.03);
  border-radius: 4px !important;
  width: 100% !important;
  justify-content: center;
  margin-top: 24px;
}
.modal-Login .--login {
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  margin-top: 12px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
}
.modal-Login .--login img {
  margin-right: 8px;
}
.modal-Login .form-group input,
.modal-Login .form-group .nice-select {
  border: 1px solid #f2f2f2 !important;
  border-radius: 4px !important;
  background: #fff !important;
  height: 38px !important;
}
.modal-Login .form-group input::-moz-placeholder, .modal-Login .form-group .nice-select::-moz-placeholder {
  color: #bdbdbd;
}
.modal-Login .form-group input::placeholder,
.modal-Login .form-group .nice-select::placeholder {
  color: #bdbdbd;
}
.modal-Login .form-group.check i {
  pointer-events: none;
}
.modal-Login .--checkforgot {
  margin-top: 12px;
  cursor: pointer;
}
.modal-Login .--checkforgot .--check input {
  margin-right: 8px;
}
.modal-Login .--checkforgot .--forgot {
  color: #000;
  transition: all 0.15s ease;
}
.modal-Login .--checkforgot .--forgot:hover {
  color: var(--color-1);
}
.modal-Login .--question {
  font-size: 12px;
  margin-top: 24px;
}
.modal-Login .--question a {
  text-transform: uppercase;
  font-weight: 500;
}
.modal-Login .--title {
  font-weight: 600;
  font-size: 28px;
}
.modal-Login .--des {
  font-size: 12px;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .modal-Login .modal-content {
    padding: 24px;
  }
  .modal-Login .--close {
    width: 24px;
    height: 24px;
  }
}

.modal-call .modal-content {
  padding: 32px;
  position: relative;
}
.modal-call .modal-dialog {
  max-width: 570px;
}
.modal-call .--close {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-call .--title {
  color: var(--color-1);
  margin-bottom: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
}
.modal-call .--des {
  text-align: center;
  margin-bottom: 24px;
}
.modal-call ul {
  list-style: none;
  padding-left: 0;
}
.modal-call ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.modal-call ul a {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  gap: 80px;
  color: #000;
}
.modal-call ul a:hover span:nth-child(2) {
  color: var(--color-1);
}
.modal-call ul span:nth-child(2) {
  color: var(--color-2);
  font-weight: 600;
  transition: all 0.15s ease;
  flex: 0 0 auto;
}
.modal-call .--support .--item {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.modal-call .--support .--item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.modal-call .--support .--icon img {
  width: 30px;
}
.modal-call .--support .--name {
  font-size: 16px;
  font-weight: 600;
}
.modal-call .--support .--txt span {
  font-style: italic;
}
.modal-call .--left {
  gap: 12px;
  display: flex;
}
.modal-call .btn-1 {
  height: 40px;
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
  font-weight: 500;
  flex: 0 0 auto;
}
@media (max-width: 1023px) {
  .modal-call .modal-content {
    padding: 24px;
  }
  .modal-call ul a {
    gap: 24px;
  }
  .modal-call ul a span {
    flex: 1 !important;
    font-size: 14px;
  }
  .modal-call ul a span:nth-child(2) {
    text-align: right;
  }
  .modal-call .--support .--item {
    flex-flow: column;
    align-items: flex-start;
  }
  .modal-call .btn-1 {
    margin: 0 auto;
  }
}

footer .footer {
  padding: 80px 0;
  background: var(--color-1);
  color: #fff;
  position: relative;
}
footer .footer a {
  color: #fff;
  transition: all 0.15s ease;
}
footer .footer .partent {
  position: absolute;
  bottom: 0;
  width: 700px;
  pointer-events: none;
  left: 50%;
  transform: translate(-50%, 0);
}
footer .footer .partent img {
  width: 100%;
}
footer .--name {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 2rem;
  position: relative;
}
footer .--name::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 15px);
  width: 52px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}
footer .footer-intro {
  width: 25%;
}
footer .footer-intro .--logo {
  margin-bottom: 24px;
}
footer .footer-intro .--logo img {
  max-width: 86px;
  width: 100%;
  max-height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer-intro ul {
  padding-left: 0;
  margin: 2rem 0;
  list-style: none;
  display: flex;
  flex-flow: column;
  gap: 8px;
}
footer .footer-intro ul a {
  display: flex;
  align-items: flex-start;
}
footer .footer-intro ul a:hover {
  opacity: 0.5;
}
footer .footer-intro ul i {
  width: 20px;
  flex: 0 0 auto;
  margin-top: 4px;
  margin-right: 8px;
}
footer .footer-intro .--dowload .--title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
footer .footer-intro .--dowload .--app {
  gap: 8px;
}
footer .footer-link {
  width: 20%;
}
footer .footer-link ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-flow: column;
  gap: 10px;
}
footer .footer-link ul a:hover {
  opacity: 0.5;
}
footer .footer-link .--call {
  padding: 8px 24px;
  background: #fff;
  display: flex;
  margin-top: 24px;
  flex-flow: column;
  border-radius: 22px;
}
footer .footer-link .--call span {
  margin-bottom: 4px;
  color: #000;
}
footer .footer-link .--call .--bot {
  display: flex;
  align-items: center;
}
footer .footer-link .--call .--number {
  color: var(--color-1);
  font-size: 18px;
  font-weight: 600;
  transition: all 0.15s ease;
}
footer .footer-link .--call:hover .--number {
  color: var(--color-2);
}
footer .footer-info {
  width: 16%;
}
footer .footer-info .--follow {
  gap: 8px;
  display: flex;
  margin-bottom: 2rem;
}
footer .footer-info .--follow img {
  width: 32px;
}
footer .footer-info .--industy {
  margin-top: 2rem;
  display: flex;
}
footer .footer-info .--industy img {
  max-width: 180px;
}
footer .footer-info .--pay {
  display: grid;
  grid-template-columns: 45px 45px 45px;
  grid-template-rows: auto;
  grid-gap: 8px;
}
footer .footer-info .--pay .--item {
  width: 45px;
}
footer .footer-info .--pay .--item img {
  width: 100%;
}
footer .coppyright {
  background: var(--color-1);
  padding: 16px 0;
}
footer .coppyright .--content {
  display: flex;
  gap: 40px;
  color: #ffffff;
  opacity: 0.6;
}
footer .coppyright span:first-child {
  position: relative;
}
footer .coppyright span:first-child::after {
  content: "";
  position: absolute;
  left: calc(100% + 20px);
  top: 50%;
  border-left: 1px solid #fff;
  height: 18px;
  transform: translate(0, -50%);
}
@media (min-width: 1024px) and (max-width: 1279px) {
  footer .footer {
    padding: 60px 0;
  }
  footer .footer-info {
    width: 20%;
  }
  footer .footer-info .--industy img {
    max-width: 120px;
  }
  footer .footer-link .--call {
    padding: 8px 16px;
  }
  footer .footer-link .--call .--number {
    font-size: 14px;
  }
  footer .footer-intro .--dowload .--app a {
    width: calc(50% - 4px);
  }
  footer .footer-intro .--dowload .--app img {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  footer .--content {
    flex-flow: column;
  }
  footer .footer-intro {
    width: 100%;
    margin-bottom: 40px;
  }
  footer .footer-link {
    width: 100%;
    margin-bottom: 40px;
  }
  footer .footer-link .--call {
    width: -moz-max-content;
    width: max-content;
  }
  footer .coppyright span:first-child::after {
    display: none;
  }
  footer .footer-info {
    width: 100%;
  }
  footer .footer {
    padding: 60px 0;
  }
  footer .footer a:hover {
    color: #fff;
  }
  footer .footer .partent {
    width: 100%;
  }
  footer .coppyright .--content {
    gap: 12px;
  }
}

.form .form-group {
  margin-bottom: 16px;
  display: flex;
  flex-flow: column;
  position: relative;
}
.form .form-group img {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 16px;
  pointer-events: none;
  cursor: pointer;
}
.form .form-group i {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  width: 16px;
  color: #828282;
}
.form .form-group label {
  font-weight: 600;
  margin-bottom: 4px;
}
.form .form-group textarea {
  width: 100%;
  background: #f8f8f8;
  border-radius: 10px;
  border: 1px solid #f8f8f8;
  padding-left: 16px;
  padding-top: 12px;
}
.form .form-group textarea:focus, .form .form-group textarea:focus-visible {
  outline: none;
  border: 1px solid var(--color-1);
}
.form .form-group input,
.form .form-group .nice-select {
  height: 40px;
  width: 100%;
  padding-left: 16px;
  border: 1px solid #f8f8f8;
  background: #f8f8f8;
  border-radius: 10px;
  padding-right: 32px;
  color: #000;
}
.form .form-group input:focus, .form .form-group input:focus-visible,
.form .form-group .nice-select:focus,
.form .form-group .nice-select:focus-visible {
  outline: none;
  border: 1px solid var(--color-1) !important;
  box-shadow: unset;
}
.form .form-group input option,
.form .form-group .nice-select option {
  color: #000;
}
.form .form-group.date input[type=date]::-webkit-inner-spin-button,
.form .form-group.date input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.Prize {
  padding: 100px 0;
  background: #f5f7f7;
}
.Prize .--title {
  text-align: center;
  width: 70%;
  margin: 0 auto 40px;
}
.Prize .segTitle {
  font-size: 40px;
  margin-bottom: 16px;
}
.Prize .--listPrize {
  position: relative;
}
.Prize .--listPrize::before {
  content: "";
  left: 33.3333333333%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  top: 50%;
  height: 100%;
  transform: translate(0, -50%);
  position: absolute;
}
.Prize .--listPrize::after {
  content: "";
  left: 66.6666666667%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  top: 50%;
  height: 100%;
  position: absolute;
  transform: translate(0, -50%);
}
.Prize .--listPrize .--item {
  text-align: center;
  padding: 32px 40px;
}
.Prize .--listPrize .--name {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.Prize .--listPrize .--icon {
  width: 125px;
  height: 125px;
  margin: 0 auto 16px;
}
.Prize .--listPrize .--icon img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .Prize {
    padding: 60px 0;
  }
  .Prize .--listPrize .--item {
    padding: 16px 24px;
  }
}
@media (max-width: 1023px) {
  .Prize {
    padding: 60px 0;
  }
  .Prize .--title {
    width: 100%;
  }
  .Prize .--listPrize {
    width: 100vw;
    margin-left: -24px;
  }
  .Prize .--listPrize::before {
    left: calc(50% - 123px);
  }
  .Prize .--listPrize::after {
    left: calc(50% + 123px);
  }
  .Prize .--listPrize .--item {
    padding: 20px 16px;
    width: 230px;
    margin: 0 8px;
  }
  .Prize .--listPrize .--name {
    font-size: 15px;
  }
}

.segTitle {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .segTitle {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  .segTitle {
    font-size: 28px !important;
    line-height: 34px;
  }
}

.itemUti {
  border: 1px solid #e8e8e8;
  transition: all 0.15s ease;
}
.itemUti .--img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}
.itemUti .--img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.itemUti .--txt {
  padding: 16px;
}
.itemUti .--txt .--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.itemUti .--txt .--viewdetail {
  border: 1px solid #e3e3e3;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000;
  transition: all 0.15s ease;
}
.itemUti .--txt .--viewdetail:hover {
  border: 1px solid var(--color-2);
  background: var(--color-2);
  color: #fff;
}
.itemUti .--txt ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  gap: 24px;
  list-style: none;
}
.itemUti .--txt ul i {
  color: var(--color-1);
  margin-right: 8px;
}
.itemUti:hover {
  border: 1px solid var(--color-1);
}

.itemDoc {
  display: flex !important;
  position: relative;
}
.itemDoc::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 200px;
  background: #f3f3f3;
  right: 0;
  z-index: -1;
  width: 100%;
}
.itemDoc .--txt {
  background: var(--bg-gra1);
  padding: 50px;
  color: #fff;
  position: relative;
  width: 45%;
}
.itemDoc .partent {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  height: 100%;
}
.itemDoc .partent img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.itemDoc .--department {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 600;
}
.itemDoc .--name {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
.itemDoc .--hospital {
  margin-bottom: 44px;
}
.itemDoc .--img {
  width: 55%;
  position: relative;
}
.itemDoc .--img img {
  height: 450px;
  margin: -100px auto 0;
}

.itemImgDoctor {
  background: #f3f3f3;
}
.itemImgDoctor img {
  width: 80%;
}

.itemTrade {
  box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.06);
}
.itemTrade .--number {
  font-weight: 700;
  font-size: 100px;
  text-align: right;
  line-height: 75px;
  color: rgba(0, 0, 0, 0.2);
}
.itemTrade .--txt {
  padding: 16px 12px;
  height: 190px;
}
.itemTrade .--name {
  gap: 28px;
  color: #000;
}
.itemTrade .--name .--title {
  overflow: hidden;
  text-transform: uppercase;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  font-weight: 500;
  display: -webkit-box;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
}
.itemTrade .--img {
  width: 100%;
  height: 180px;
}
.itemTrade .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.itemClinic {
  display: flex;
  gap: 32px;
}
.itemClinic .--img {
  width: 250px;
}
.itemClinic .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.itemClinic .--txt {
  width: calc(100% - 282px);
}
.itemClinic .--name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000;
  transition: all 0.15s ease;
}
.itemClinic .--name:hover {
  color: var(--color-1);
}
.itemClinic article {
  margin-bottom: 20px;
  color: #5c5c5c;
}
.itemClinic ul {
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #f3f3f3;
  padding: 12px 16px;
  display: flex;
  flex-flow: column;
  gap: 8px;
  list-style: none;
  margin-bottom: 0;
}
.itemClinic ul a {
  display: flex;
  color: #000;
}
.itemClinic ul i {
  width: 20px;
  margin-right: 4px;
  padding-top: 4px;
  flex: 0 0 auto;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .itemClinic .--name {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .itemClinic {
    flex-flow: column;
  }
  .itemClinic .--img {
    width: 100%;
    height: 210px;
  }
  .itemClinic .--txt {
    width: 100%;
  }
  .itemClinic .--name {
    margin-bottom: 10px;
  }
}

.readAll {
  position: relative;
  font-size: 18px;
  display: flex;
  flex-flow: column;
  align-items: center;
  cursor: pointer;
}
.readAll span {
  display: flex;
  flex-flow: column;
  position: relative;
  z-index: 1;
}
.readAll img {
  width: 20px;
  margin: 6px auto 0;
}
.readAll::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 300px;
  background: linear-gradient(0deg, #f8f8f8 0%, rgba(248, 248, 248, 0.96) 64.88%, rgba(248, 248, 248, 0.48) 100%);
}

.progress {
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #e8e8e8;
  background-image: linear-gradient(to right, var(--color-1), var(--color-1));
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}

.timecate {
  display: flex;
  line-height: 1;
}
.timecate .--cate {
  margin-left: 21px;
  color: var(--color-2);
  position: relative;
}
.timecate .--cate::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: calc(100% + 8px);
  width: 5px;
  border-radius: 50%;
  height: 5px;
  background: #b9b9b9;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .timecate {
    font-size: 10px;
  }
}

.itemNews .--img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}
.itemNews .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.itemNews .--txt {
  margin-top: 24px;
}
.itemNews .timecate {
  margin-bottom: 12px;
}
.itemNews .--name {
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  -webkit-line-clamp: 2;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
  color: #000;
  transition: all 0.15s ease;
}
.itemNews .--name:hover {
  color: var(--color-1);
}
.itemNews article {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .itemNews .--img {
    height: auto;
    aspect-ratio: 4/3;
  }
  .itemNews .--name {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
  }
  .itemNews article {
    line-height: 16px;
  }
  .itemNews .--txt {
    margin-top: 16px;
  }
}
@media (max-width: 1023px) {
  .itemNews .--name {
    font-size: 16px;
    line-height: 20px;
    height: auto;
  }
  .itemNews .--img {
    height: 200px;
  }
}

.itemNews1 {
  display: flex;
  gap: 16px;
}
.itemNews1 .--img {
  width: 150px;
  aspect-ratio: 4/3;
  flex: 0 0 auto;
}
.itemNews1 .--img a {
  display: flex;
  width: 100%;
  height: 100%;
}
.itemNews1 .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.itemNews1 .--txt {
  width: calc(100% - 166px);
  display: flex;
  flex-flow: column;
}
.itemNews1 .timecate {
  margin-bottom: 12px;
}
.itemNews1 .--name {
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  color: #000;
  transition: all 0.15s ease;
}
.itemNews1 .--name:hover {
  color: var(--color-1);
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .itemNews1 .--name {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .itemNews1 .--img {
    width: 110px;
    height: 80px;
  }
  .itemNews1 .--txt {
    width: calc(100% - 126px);
    justify-content: flex-start;
  }
  .itemNews1 .timecate {
    margin-bottom: 8px;
    line-height: 1;
  }
  .itemNews1 .--name {
    font-size: 14px;
    line-height: 20px;
    height: auto;
  }
}

.itemNews2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 10px;
}
.itemNews2:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.itemNews2 .--img {
  width: 90px;
  height: auto;
  aspect-ratio: 4/3;
  margin-right: 1rem;
}
.itemNews2 .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.itemNews2 .--name {
  width: calc(100% - 106px);
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #454545;
}
.itemNews2:hover .--name {
  color: var(--color-1);
}

.itemNews3 {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.itemNews3:hover .--name {
  color: var(--color-1);
}
.itemNews3 .--img {
  width: 100%;
  aspect-ratio: 4/3;
}
.itemNews3 .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.itemNews3 .--txt {
  display: flex;
  align-items: center;
}
.itemNews3 .--name {
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  color: #000;
  transition: all 0.15s ease;
  width: calc(100% - 75px);
}
.itemNews3 .--time {
  background: var(--color-1);
  display: flex;
  flex-flow: column;
  padding: 10px;
  width: 85px;
  flex: 0 0 auto;
  color: #fff;
  text-align: center;
}
.itemNews3 .--time span:first-child {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}
.Newshot {
  position: relative;
  display: flex;
  flex-flow: column;
  text-decoration: unset;
  gap: 24px;
}
.Newshot .--img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  position: relative;
}
.Newshot .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Newshot .--name {
  font-size: 22px;
  transition: all 0.15s ease;
  margin-top: 8px;
}
.Newshot .--txt {
  color: #000;
}
@media (max-width: 1023px) {
  .Newshot .--img {
    height: 220px;
  }
  .Newshot .--img::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 54.75%);
  }
  .Newshot .--name {
    font-size: 16px;
  }
}

.News {
  padding: 100px 0;
}
.News ::-webkit-scrollbar {
  height: 6px;
}
.News ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.News ::-webkit-scrollbar-thumb {
  background: #e8e8e8;
}
.News .segTitle {
  margin-bottom: 2rem;
}
.News .--listNews {
  display: flex;
  gap: 24px;
}
.News .--listNews .--left {
  width: calc(65% - 24px);
}
.News .--listNews .--right {
  width: 35%;
  display: flex;
  flex-flow: column;
  gap: 24px;
}
.News .--viewall {
  margin: 2rem auto 0;
}
@media (max-width: 1023px) {
  .News {
    padding: 60px 0;
  }
  .News .--listNews {
    display: none;
  }
  .News .--listNews.mobi {
    display: block !important;
  }
  .News .--viewall {
    margin: 24px 0 0;
  }
  .News .segTitle {
    margin-bottom: 16px;
  }
  .News .itemNews {
    margin-right: 10px;
    width: 78vw;
  }
}

.News1 {
  background: #f5f7f7;
  padding: 100px 0;
}
.News1 .itemNews3 {
  width: 400px;
  margin-right: 32px;
}
.News1 .slick-track {
  background: #f5f7f7;
  padding-bottom: 40px;
}
.News1 .arrow {
  display: flex;
  gap: 8px;
}
.News1 .arrow .--arrow {
  width: 46px;
  height: 46px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.561px solid #e2e2e2;
  background: #fff;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .News1 {
    padding: 60px 0;
  }
  .News1 .itemNews3 {
    width: 400px;
  }
}
@media (max-width: 1023px) {
  .News1 {
    padding: 60px 0;
  }
  .News1 .itemNews3 {
    width: 75vw;
    margin-right: 12px;
  }
  .News1 .container-fluid {
    padding-right: 0 !important;
  }
  .News1 .arrow {
    display: none;
  }
  .News1 .--bot {
    margin-top: 24px;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .News1 .itemNews3 {
    width: 350px;
  }
}

.Post a {
  width: 100%;
  display: flex;
}
.Post a img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.Partner {
  padding: 80px 0;
}
.Partner .segTitle {
  text-align: center;
  margin-bottom: 32px;
}
.Partner .slick-list {
  margin: 0 -10px;
}
.Partner .itemLogo {
  border: 1px solid #e8e8e8;
  background: #fff;
  margin: 0 10px;
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Partner .itemLogo img {
  max-width: 90%;
  max-height: 115px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .Partner {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .Partner {
    padding: 60px 0;
  }
  .Partner .slick-dots {
    display: flex;
    gap: 10px;
    list-style: none;
    justify-content: center;
    margin-top: 24px;
    padding-left: 0;
  }
  .Partner .slick-dots li {
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b9b9b9;
    border-radius: 50%;
  }
  .Partner .slick-dots li.slick-active {
    background: var(--color-1);
  }
  .Partner .slick-dots button {
    opacity: 0;
    width: 100%;
    height: 100%;
  }
}

.Banner {
  position: relative;
}
.Banner .--img {
  display: flex;
  justify-content: end;
  position: relative;
}
.Banner .--img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #eeeeee -0.69%, #eeeeee 28.58%, rgba(238, 238, 238, 0.88) 41.95%, rgba(238, 238, 238, 0.63) 52.69%, rgba(238, 238, 238, 0) 68.02%);
}
.Banner .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.Banner .--txt {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.Banner .--txt .--title {
  font-size: 52px;
  margin-bottom: 20px;
  font-weight: 700;
  width: 60%;
}
@media (max-width: 1023px) {
  .Banner {
    height: -moz-max-content;
    height: max-content;
  }
  .Banner .--img::after {
    background: linear-gradient(90deg, #eeeeee -0.69%, #eeeeee 28.58%, rgba(238, 238, 238, 0.88) 41.95%, rgba(238, 238, 238, 0.63) 52.69%, rgba(238, 238, 238, 0) 68.02%);
  }
  .Banner .--txt .--title {
    font-size: 22px;
    width: 100%;
    margin-bottom: 12px;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .Banner {
    padding: 120px 0;
  }
}

.breadcrumb {
  margin-bottom: 0;
}
.breadcrumb a {
  color: #8a8a8a;
  transition: all 0.15s ease;
}
.breadcrumb a:hover {
  color: var(--color-1);
}
.breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb .breadcrumb-item.active {
  color: #2bb673;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
}
@media (max-width: 1023px) {
  .breadcrumb .breadcrumb-item:nth-child(3) {
    display: none;
  }
}

.Basis {
  position: relative;
  color: #fff;
}
.Basis::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-1);
  pointer-events: none;
  z-index: -1;
}
.Basis article {
  text-align: justify;
}
.Basis .segTitle {
  margin-bottom: 20px;
}
.Basis .--txt {
  width: 65%;
  padding: 60px 0;
  min-height: 500px;
  position: relative;
}
.Basis .--txt .partent {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  height: 100%;
}
.Basis .--txt .partent img {
  height: 100%;
}
.Basis .--listImg {
  width: 35%;
  position: relative;
}
.Basis .--listImg .slick-list {
  height: 100%;
}
.Basis .--listImg .slick-track {
  height: 100%;
}
.Basis .--listImg .--img {
  width: 100%;
  height: 100%;
}
.Basis .--listImg .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Basis .--listImg .slick-dots {
  position: absolute;
  padding-left: 0;
  margin-bottom: 0;
  right: 20px;
  bottom: 20px;
  list-style: none;
  display: flex;
  gap: 6px;
}
.Basis .--listImg .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.Basis .--listImg .slick-dots li.slick-active {
  background: #fff;
}
.Basis .--listImg .slick-dots button {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.Basis ::-webkit-scrollbar {
  width: 6px;
}
.Basis ::-webkit-scrollbar-track {
  background: var(--button-1);
}
.Basis ::-webkit-scrollbar-thumb {
  background: #918e8e;
}
.Basis .--right {
  display: flex;
  flex-flow: column;
  gap: 28px;
  width: calc(100% - 50px);
  padding-right: 20px;
  max-height: 500px;
  overflow-y: auto;
}
.Basis .--right .card {
  background: none;
  border: none;
}
.Basis .--right .card-header {
  background: none;
  border: none;
  padding: 0 0 8px 0;
}
.Basis .--right button {
  text-align: left;
  text-decoration: none;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  gap: 8px;
  transition: all 0.15s ease;
}
.Basis .--right button:hover {
  opacity: 0.5;
}
.Basis .--right button:active {
  color: #fff;
}
.Basis .--right button:focus {
  box-shadow: none;
}
.Basis .--right button i {
  transform: rotate(-180deg);
}
.Basis .--right button.collapsed i {
  transform: none;
}
.Basis .--right .card-body {
  padding: 0;
  color: #fff;
  text-align: justify;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .Basis .--right button {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .Basis .--txt {
    width: 100%;
  }
  .Basis .--content {
    flex-flow: column;
  }
  .Basis .--right {
    padding-right: 0;
    width: 100%;
    overflow-y: unset;
  }
  .Basis::after {
    width: 100%;
  }
  .Basis .--listImg {
    width: 100%;
  }
  .Basis .--listImg .--img {
    height: 400px;
  }
  .Basis article {
    text-align: justify;
  }
  .Basis .--right {
    padding-right: 0;
    margin-top: 24px;
  }
  .Basis .--right button:hover {
    color: #fff;
  }
}

.accordion {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding: 40px;
}
.accordion .card {
  background: none;
  border: none;
  border-radius: unset;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.accordion .card:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.accordion .card:nth-last-child(2) {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.accordion .card-header {
  background: none;
  border: none;
  padding: 0;
}
.accordion .card-header button {
  width: 100%;
  box-shadow: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  gap: 8px;
  font-size: 18px;
  color: #000;
}
.accordion .card-header button:active {
  color: #000;
}
.accordion .card-header button .fa-plus {
  display: none;
}
.accordion .card-header button .--txt {
  display: flex;
}
.accordion .card-header button .--number {
  width: 20px;
  text-align: left;
  flex: 0 0 auto;
}
.accordion .card-header button .--name {
  text-align: left;
}
.accordion .card-header button.collapsed .fa-plus {
  display: block;
}
.accordion .card-header button.collapsed .fa-minus {
  display: none;
}
.accordion .card-body {
  padding: 12px 0 0;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .accordion {
    padding: 24px;
  }
  .accordion .card-header button {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .accordion {
    padding: 16px;
  }
  .accordion .card-header button {
    align-items: flex-start;
    gap: 8px;
  }
  .accordion .card-header button i {
    padding-top: 4px;
  }
}

.pagination {
  display: flex;
  gap: 8px;
  margin-bottom: 0;
}
.pagination span {
  height: 36px;
  width: 36px;
  border: 1px solid #dcdcdc;
  margin: 0 !important;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  border-radius: 3px !important;
  color: #000;
}
.pagination a.next, .pagination a.prev {
  border: none;
  border-radius: 3px;
}
.pagination .page-item a {
  color: var(--color-1);
  padding: 0;
  border-radius: 3px;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.pagination .page-item a:hover {
  background: var(--color-1);
  color: #fff;
}
.pagination .page-item.active span, .pagination .page-item:hover span {
  background: var(--color-1);
  color: #fff;
  border: 1px solid var(--color-1);
}
.pagination .page-item.disabled {
  cursor: not-allowed;
}
.pagination .page-item.disabled span {
  color: #dcdcdc;
}

.tabAll {
  padding: 12px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  display: flex;
  flex-flow: column;
}
.tabAll .--itemTab {
  font-size: 16px;
  font-weight: 600;
  padding: 12px 10px;
  border-radius: 4px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  gap: 16px;
  text-align: left;
  transition: all 0.15s ease;
  cursor: pointer;
}
.tabAll .--itemTab.active {
  background: var(--color-1) !important;
  color: #fff;
}
.tabAll .--itemTab.active .--number {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.tabAll .--itemTab:hover {
  background: #efefef;
}
.tabAll .--number {
  display: flex;
  border-radius: 6px;
  min-width: 35px;
  justify-content: center;
  padding: 2px 6px;
  font-weight: 400;
  height: -moz-max-content;
  height: max-content;
  border: 1px solid #e7e7e7;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .tabAll .--itemTab {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .tabAll {
    display: none;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .tabAll {
    display: block;
  }
  .tabAll .--itemTab {
    font-size: 14px;
    gap: 8px;
  }
}

.load-view {
  cursor: pointer;
}
.load-view span {
  font-size: 20px;
}
.load-view .arrow-loadview {
  width: 20px;
  margin: 10px auto 0;
  height: 32px;
}
.load-view .arrow-loadview path {
  stroke: var(--color-1);
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}
.load-view .arrow-loadview path.a1 {
  animation-delay: -1s;
}
.load-view .arrow-loadview path.a2 {
  animation-delay: -0.5s;
}
.load-view .arrow-loadview path.a3 {
  animation-delay: 0s;
}

.droptaball {
  margin-bottom: 10px;
  display: none;
}
.droptaball button {
  width: 100%;
  background: var(--color-1);
  display: flex;
  align-items: center;
  font-size: 16px;
  flex-wrap: wrap;
  color: #fff !important;
  padding: 8px 32px 8px 8px;
  position: relative;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  text-align: left;
  flex-flow: unset;
}
.droptaball button i {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
  pointer-events: none;
}
.droptaball button:active {
  background: var(--color-1) !important;
}
.droptaball button .--number {
  display: flex;
  border-radius: 6px;
  margin-left: 6px;
  padding: 2px 6px;
  font-weight: 400;
  height: -moz-max-content;
  height: max-content;
  min-width: 30px;
  border: 1px solid #e7e7e7;
  text-align: center;
  justify-content: center;
}
.droptaball .dropdown-menu {
  width: 100%;
  background: #fff;
  border: none;
}
.droptaball .--itemTab {
  display: flex;
  align-items: center;
  color: #000;
  border: none;
  cursor: pointer;
  padding: 8px;
  transition: all 0.15s ease;
  font-weight: 600;
}
.droptaball .--itemTab:hover {
  background: #efefef;
}
.droptaball .--itemTab .--number {
  display: flex;
  border-radius: 6px;
  margin-left: 6px;
  padding: 2px 6px;
  font-weight: 400;
  height: -moz-max-content;
  height: max-content;
  border: 1px solid #e7e7e7;
}
@media (max-width: 1023px) {
  .droptaball {
    display: block;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .droptaball {
    display: none;
  }
}

.itemRecruit {
  display: flex;
  flex-flow: column;
}
.itemRecruit:hover .--name {
  color: var(--color-1);
}
.itemRecruit .--name {
  transition: all 0.15s ease;
  font-weight: 600;
  color: #000;
}
.itemRecruit .--data {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 6px;
}
.itemRecruit .--data .--item {
  display: flex;
  align-items: center;
  color: #5c5c5c;
}
.itemRecruit .--data .--item i {
  width: 15px;
  margin-right: 4px;
  color: #c0c0c0;
}
.itemRecruit .--data .--item span {
  font-size: 15px;
}
.itemRecruit .--data .--item span:nth-child(2) {
  margin-right: 8px;
}
.itemRecruit .--data .--item span:nth-child(3) {
  font-weight: 600;
}
.itemRecruit .--data .--item:nth-child(1) span:last-child {
  color: var(--color-2);
}
.itemRecruit .--data .--item:nth-child(2), .itemRecruit .--data .--item:nth-child(3) {
  color: #000;
}
.itemRecruit .--location {
  color: #5c5c5c;
}
.itemRecruit .--location i {
  color: #c0c0c0;
  width: 15px;
  margin-right: 4px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .itemRecruit .--data .--item span {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .itemRecruit .--data {
    flex-flow: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
  }
  .itemRecruit .--data .--item {
    flex-wrap: wrap;
  }
  .itemRecruit .--data .--item i {
    flex: 0 0 auto;
  }
  .itemRecruit .--data .--item span {
    flex: 0 0 auto;
    font-size: 14px;
  }
}

.backshare {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
  margin-top: 30px;
}
.backshare .--back {
  background: #f3f3f3;
  border-radius: 100px;
  padding: 4px 10px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.backshare .--back:hover {
  background: var(--color-1);
  color: #fff;
}
.backshare .--back i {
  margin-right: 4px;
}
.backshare .--share {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  align-items: center;
}
.backshare .--share li {
  margin-right: 8px;
}
.backshare .--share li:last-child {
  margin-right: 0;
}
.backshare .--share li:first-child {
  margin-right: 20px;
}
.backshare .--share li:nth-child(n+2) a {
  border: 0.843521px solid #ebebeb;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  border-radius: 42.176px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.15s ease;
}
.backshare .--share li:nth-child(n+2) a:hover {
  transform: scale(0.9);
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .backshare {
    padding-top: 12px;
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  .backshare {
    padding: 16px 0;
  }
  .backshare .--share {
    padding-left: 0;
  }
  .backshare .--share li:first-child {
    display: none;
  }
  .backshare .--share li:nth-child(n+2) a {
    width: 36px;
    height: 36px;
  }
}

.Map {
  position: relative;
  z-index: 1;
}
.Map iframe {
  width: 100%;
  height: 100vh;
}
.Map .filter {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  gap: 8px;
}
.Map .filter .--search {
  position: relative;
}
.Map .filter .--search input {
  background: #fff;
  border: none;
  border-radius: 500px;
  width: 290px;
  height: 35px;
  padding-left: 12px;
  padding-right: 32px;
}
.Map .filter .--search input:focus {
  outline: none;
  border: 1px solid var(--color-1);
}
.Map .filter .--search img {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
  pointer-events: none;
}
.Map .filter .nice-select {
  width: 180px;
  padding-left: 12px;
  height: 35px;
  background: #fff;
  border: none;
  border-radius: 500px;
}
.Map .filter .nice-select:focus {
  outline: none;
  border: 1px solid var(--color-1);
}
.Map ::-webkit-scrollbar {
  width: 6px;
}
.Map ::-webkit-scrollbar-track {
  background: var(--button-1);
}
.Map ::-webkit-scrollbar-thumb {
  background: #918e8e;
}
.Map .contentMap {
  position: fixed;
  opacity: 0;
  top: 0;
  right: 0;
  width: 30vw;
  height: 100vh;
  background: var(--color-1);
  color: #fff;
  transition: all 0.15s ease;
  padding: 40px;
  transform: translate(300px, 0);
  overflow-y: auto;
}
.Map .contentMap .--name {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
}
.Map .contentMap .--back {
  display: flex;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 20px;
  font-size: 15px;
}
.Map .contentMap .--back i {
  border: 1px solid #ffffff;
  width: 20px;
  height: 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 6px;
}
.Map .contentMap .segTitle {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 40px;
}
.Map .contentMap ul {
  padding-left: 0;
  margin-bottom: 20px;
  list-style: none;
  display: flex;
  flex-flow: column;
  gap: 8px;
}
.Map .contentMap ul li {
  display: flex;
}
.Map .contentMap ul i {
  width: 20px;
  padding-top: 4px;
  margin-right: 10px;
  flex: 0 0 auto;
}
.Map .contentMap ul a {
  color: #fff;
}
.Map .contentMap .--button {
  gap: 10px;
  margin-bottom: 24px;
}
.Map .contentMap .--button .--button-1 {
  color: var(--color-1);
  flex: 0 0 auto;
  transition: all 0.3s ease-in-out;
  background: #fff;
}
.Map .contentMap .--button .--button-1:hover {
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
}
.Map .contentMap .--button .--button-1:hover::after {
  background: rgba(29, 158, 111, 0.94);
}
.Map .contentMap .--button .--button-2 {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  flex: 0 0 auto;
}
.Map .contentMap.active {
  opacity: 1;
  transform: none;
}
.Map .contentMap .--img {
  width: 100%;
  flex: 0 0 auto;
}
.Map .contentMap .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1300px) {
  .Map .contentMap {
    padding: 32px;
  }
  .Map .contentMap .--name {
    font-size: 24px;
  }
  .Map .contentMap .--img {
    height: 200px;
  }
}
@media (max-width: 1023px) {
  .Map .filter {
    left: 50%;
    width: calc(100% - 36px);
    transform: translate(-50%, 0);
    gap: 12px;
  }
  .Map .filter .--search {
    width: calc(70% - 12px);
  }
  .Map .filter .--search input {
    width: 100%;
  }
  .Map .filter .--select {
    width: 30%;
  }
  .Map .filter .--select .nice-select {
    width: 100%;
  }
  .Map iframe {
    width: 100%;
    height: 65vh;
  }
}

.Regis {
  padding: 100px 0;
  position: relative;
}
.Regis .--img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.Regis .--img::after {
  background: rgba(0, 0, 0, 0.5411764706);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Regis .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Regis .--txt {
  width: 70%;
  margin: auto;
  color: #fff;
  text-align: center;
}
.Regis .segTitle {
  margin-bottom: 16px;
}
.Regis .--des {
  margin-bottom: 32px;
}
.Regis .btn-3 {
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.08);
}
@media (max-width: 1023px) {
  .Regis {
    padding: 60px 0;
  }
  .Regis .--txt {
    width: 100%;
  }
  .Regis .--des {
    margin-bottom: 24px;
  }
}

.tabContent .--listTab {
  display: flex;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  overflow-x: auto;
  gap: 20px;
  margin-bottom: 32px;
}
.tabContent .--listTab::-webkit-scrollbar {
  height: 8px;
}
.tabContent .--listTab::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 6px;
}
.tabContent .--listTab::-webkit-scrollbar-thumb {
  background: rgb(131, 131, 131);
  border-radius: 6px;
}
.tabContent .--itemTab {
  padding: 10px;
  flex: 0 0 auto;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  transition: all 0.15s ease;
}
.tabContent .--itemTab.active {
  color: var(--color-1);
  font-weight: 600;
  border-bottom: 1px solid var(--color-1);
}
.tabContent .--itemTab:hover {
  color: var(--color-1);
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .tabContent .--itemTab {
    font-size: 14px;
  }
}

.playVideo .--icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  position: relative;
  flex: 0 0 auto;
}
.playVideo .--icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid var(--color-1);
}
.playVideo .--icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.itemVideo {
  position: relative;
}
.itemVideo .--img {
  width: 100%;
  height: 250px;
  position: relative;
}
.itemVideo .--img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 37.75%);
}
.itemVideo .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.itemVideo .--txt {
  position: absolute;
  bottom: 15px;
  padding: 0 20px;
  width: 100%;
  color: #fff;
}
.itemVideo .--txt .timecate {
  color: #e8e8e8;
  margin-bottom: 4px;
}
.itemVideo .--txt .timecate .--cate {
  color: #e8e8e8;
}
.itemVideo .--txt .--name {
  font-size: 18px;
  text-transform: uppercase;
}
.itemVideo .playVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.15s ease;
}
.itemVideo .playVideo:hover {
  transform: translate(-50%, -50%) scale(0.9);
}

.question {
  margin-top: 3rem;
}
.question .--title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  border-bottom: 1px solid #e8e8e8;
}
.question .--title .--name {
  font-size: 18px;
  color: var(--color-1);
  font-weight: 600;
  padding: 10px;
  border-bottom: 1px solid var(--color-1);
}
.question .--title a {
  height: 36px;
  color: var(--color-1);
  border: 1px solid var(--color-1);
  padding: 8px 16px;
  text-transform: uppercase;
  border-radius: 44px;
}
.question .--title a i {
  margin-right: 8px;
}
.question .--title a span {
  font-weight: 500;
}
.question .--listquestion {
  background: #fff;
  padding: 32px;
}
.question .--listquestion .--info {
  display: flex;
  gap: 20px;
  color: #8a8a8a;
  font-size: 13px;
}
.question .--listquestion .--info .--item {
  display: flex;
  align-items: center;
}
.question .--listquestion .--info span {
  line-height: 1;
}
.question .--listquestion .--info img {
  margin-right: 8px;
}
.question .itemQuestion {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.question .itemQuestion:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.question .itemQuestion .--name {
  font-weight: 600;
  margin-bottom: 6px;
}
.question .itemQuestion .--reply {
  background: #f8f8f8;
  border-radius: 6px;
  padding: 20px;
  margin-top: 14px;
}
.question .itemQuestion .--reply .--wait {
  text-align: center;
  width: 100%;
  display: block;
}
.question .itemQuestion .--avatardoc {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  flex: 0 0 auto;
  overflow: hidden;
}
.question .itemQuestion .--avatardoc img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.question .itemQuestion .--namedoc {
  font-size: 16px;
  font-weight: 600;
}
.question .itemQuestion article {
  margin-top: 20px;
}
.question .itemQuestion .--infodoc {
  display: flex;
  flex-flow: column;
  gap: 6px;
}
.question .itemQuestion .--degree {
  gap: 20px;
}
.question .itemQuestion .--degree .--item {
  gap: 6px;
  display: flex;
  align-items: center;
}
.question .itemQuestion .--view {
  color: var(--color-1);
  text-decoration: underline;
  font-style: italic;
  cursor: pointer;
}
.question .itemQuestion .--time {
  display: flex;
  align-items: center;
}
.question .itemQuestion .--time img {
  margin-right: 6px;
}
.question .itemQuestion .--time span {
  line-height: 1;
}
@media (max-width: 1023px) {
  .question .--listquestion {
    padding: 16px;
  }
  .question .--listquestion .--info {
    flex-wrap: wrap;
    gap: 8px;
  }
  .question .--listquestion .pagination {
    justify-content: flex-start !important;
  }
  .question .itemQuestion .--degree {
    flex-flow: column;
    gap: 8px;
  }
  .question .itemQuestion article {
    margin-top: 8px;
  }
  .question .--reply {
    padding: 16px;
  }
  .question .--reply .--top {
    flex-flow: column;
    align-items: flex-start !important;
    gap: 20px;
  }
}

.modal-question .--title {
  font-size: 26px;
  color: var(--color-1);
  margin-bottom: 8px;
  text-align: center;
}
.modal-question .--des {
  margin-bottom: 24px;
  text-align: center;
}
.modal-question .modal-content {
  padding: 60px 50px;
  overflow: hidden;
}
.modal-question .modal-content textarea {
  height: 120px;
}
.modal-question .--close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
}
.modal-question .btn {
  margin: 8px auto 0;
}
@media (max-width: 1023px) {
  .modal-question .modal-content {
    padding: 24px;
  }
  .modal-question .--close {
    width: 24px;
    height: 24px;
  }
}

.itemdeviseOther {
  grid-template-rows: auto;
  display: grid;
  grid-gap: 32px;
  height: 100%;
  grid-template-columns: 40% calc(60% - 32px);
}
.itemdeviseOther .--img {
  height: 100%;
  overflow: hidden;
}
.itemdeviseOther .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.itemdeviseOther .--name {
  font-weight: 600;
  margin-bottom: 1rem;
}
.itemdeviseOther ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 24px;
  display: flex;
  flex-flow: column;
  gap: 6px;
}
.itemdeviseOther li {
  display: flex;
}
.itemdeviseOther i {
  width: 20px;
  padding-top: 4px;
  flex: 0 0 auto;
}
.itemdeviseOther .btn-2 {
  padding: 8px 20px;
  line-height: 1;
  height: auto;
  text-transform: uppercase;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .itemdeviseOther {
    gap: 16px;
  }
  .itemdeviseOther .--name {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .itemdeviseOther ul {
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .itemdeviseOther {
    flex-flow: column;
    display: flex;
  }
  .itemdeviseOther .--img {
    width: 100%;
    height: 190px;
  }
  .itemdeviseOther .--txt {
    width: 100%;
  }
}

.modal-book .modal-dialog {
  max-width: 1000px;
}
.modal-book .modal-content {
  display: flex;
}
.modal-book .modal-content .--title {
  color: var(--color-1);
  text-align: center;
  font-size: 26px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
}
.modal-book .modal-content .--txt {
  padding: 50px 40px;
}
.modal-book .modal-content .--des {
  text-align: center;
  margin-bottom: 24px;
}
.modal-book .modal-content .--img {
  width: 100%;
  height: 100%;
}
.modal-book .modal-content .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-book .modal-content .btn-1 {
  margin: 8px auto 0;
}
.modal-book .--close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
}
@media (max-width: 1023px) {
  .modal-book .modal-content .--txt {
    padding: 32px;
  }
  .modal-book .modal-content .--img {
    display: none;
  }
  .modal-book .modal-content .--title {
    font-size: 20px;
  }
}

.itemDoctor {
  gap: 32px;
  display: flex;
  height: 100%;
}
.itemDoctor .--img {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  aspect-ratio: 4/5;
}
.itemDoctor .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.itemDoctor .--viewdetail {
  color: var(--color-1);
  font-size: 13px;
  font-style: italic;
  margin-bottom: 20px;
  display: flex;
  font-weight: 600;
  transition: all 0.15s ease;
}
.itemDoctor .--viewdetail:hover {
  color: var(--color-2);
}
.itemDoctor .--txt {
  width: calc(60% - 32px);
}
.itemDoctor .--name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
  transition: all 0.15s ease;
}
.itemDoctor .--name:hover {
  color: var(--color-1);
}
.itemDoctor .--des {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.itemDoctor li {
  display: flex;
  align-items: flex-start;
}
.itemDoctor ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  flex-flow: column;
  gap: 12px;
}
.itemDoctor ul img {
  margin-right: 8px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .itemDoctor {
    gap: 16px;
  }
  .itemDoctor .--des {
    -webkit-line-clamp: 2;
  }
  .itemDoctor .--txt {
    width: calc(60% - 16px);
  }
  .itemDoctor .--name {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .itemDoctor {
    flex-wrap: wrap;
    gap: 0;
    background: #fff;
    padding: 16px;
  }
  .itemDoctor .--img {
    width: 110px !important;
    margin-right: 12px;
    height: auto !important;
  }
  .itemDoctor .--viewdetail:hover {
    color: var(--color-1);
  }
  .itemDoctor .--txt {
    width: calc(100% - 122px) !important;
  }
  .itemDoctor ul {
    display: none;
  }
  .itemDoctor ul.mobi {
    display: flex !important;
    margin-top: 16px;
    width: 100%;
    gap: 8px;
  }
}

.itemDoctor1 .--img {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-end;
  aspect-ratio: 4/5;
}
.itemDoctor1 .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.itemDoctor1 .--department {
  text-align: center;
  text-transform: capitalize;
}
.itemDoctor1 .--name {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-1);
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: center;
  transition: all 0.15s ease;
}
.itemDoctor1 .--name:hover {
  color: var(--color-2);
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .itemDoctor1 .--name {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .itemDoctor1 .--name {
    font-size: 18px;
  }
  .itemDoctor1 .--img {
    min-height: 320px;
  }
  .itemDoctor1 .--img img {
    max-height: 320px;
  }
  .itemDoctor1 .--department {
    font-size: 13px;
  }
}

.itemDoctor2 {
  display: flex !important;
  position: relative;
  background: #f3f3f3;
  height: 100%;
}
.itemDoctor2 .partent {
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  height: 100%;
  background: var(--bg-gra1);
  pointer-events: none;
}
.itemDoctor2 .--img {
  width: 240px;
  display: flex;
  justify-content: center;
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
  align-items: flex-end;
}
.itemDoctor2 .--img img {
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.itemDoctor2 .--txt {
  padding: 40px 20px 40px 0;
  position: relative;
  z-index: 1;
}
.itemDoctor2 .--txt .--job {
  font-size: 16px;
  color: #8a8a8a;
  font-weight: 700;
  margin-bottom: 8px;
}
.itemDoctor2 .--txt .--name {
  color: #283747;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 34px;
}
.itemDoctor2 .--txt .--des {
  margin-bottom: 40px;
}
.itemDoctor2 .--txt .btn-2 {
  height: 42px;
}

.itemDoctor3 {
  text-align: center;
}
.itemDoctor3:hover .partent {
  background: var(--bg-gra1);
}
.itemDoctor3 .--img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.itemDoctor3 .--img img {
  width: 210px;
  margin: auto;
}
.itemDoctor3 .--top {
  margin-bottom: 24px;
  position: relative;
}
.itemDoctor3 .partent {
  background: #f3f3f3;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  height: 150px;
  pointer-events: none;
  transition: all 0.15s ease;
}
.itemDoctor3 .partent img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.itemDoctor3 .--job {
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1;
}
.itemDoctor3 .--name {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.itemDoctor3 .--des {
  margin-bottom: 32px;
}
.itemDoctor3 .btn-2 {
  margin: 0 auto;
}

.Doctor {
  padding: 100px 0;
}
.Doctor .--title {
  text-align: center;
  width: 70%;
  margin: 0 auto 32px;
}
.Doctor .segTitle {
  margin-bottom: 16px;
}
.Doctor .slick-list {
  margin: 0 -12px;
}
.Doctor .itemDoctor1 {
  margin: 0 12px;
}
.Doctor .--slider {
  position: relative;
}
.Doctor .--slider .arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 55px);
  pointer-events: none;
}
.Doctor .--slider .--arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 44px;
  height: 44px;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(151, 148, 148, 0.2784313725);
  cursor: pointer;
}
.Doctor .--slider .--arrow.slick-prev {
  left: 0;
}
.Doctor .--slider .--arrow.slick-next {
  right: 0;
}
.Doctor .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  align-items: center;
  margin-bottom: 0;
  gap: 8px;
  padding-left: 0;
}
.Doctor .slick-dots li {
  width: 10px;
  height: 10px;
  background: #b9b9b9;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
}
.Doctor .slick-dots li.slick-active {
  background: var(--color-1);
  width: 15px;
  height: 15px;
}
.Doctor .slick-dots button {
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .Doctor {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .Doctor {
    padding: 60px 0;
    overflow: hidden;
  }
  .Doctor .--title {
    width: 100%;
  }
  .Doctor .slick-list {
    margin: 0;
  }
  .Doctor .--slider .--arrow {
    background: var(--color-1);
  }
  .Doctor .--slider .--arrow img {
    filter: brightness(100) invert(0);
  }
  .Doctor .--listDoctor {
    width: 100vw;
  }
  .Doctor .itemDoctor1 {
    width: 250px;
    margin: 0 12px 0 0;
  }
  .Doctor .slick-dots {
    margin-left: -24px;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .Doctor .--listDoctor {
    width: 100%;
  }
  .Doctor .slick-list {
    margin: 0 -6px;
  }
  .Doctor .itemDoctor1 {
    margin: 0 6px;
  }
}

.TeamDoctor {
  padding: 100px 0;
}
.TeamDoctor .--title {
  text-align: center;
  width: 70%;
  margin: 0 auto 60px;
}
.TeamDoctor .segTitle {
  margin-bottom: 1rem;
}
.TeamDoctor .--listInfoDoc {
  margin-bottom: 40px;
}
.TeamDoctor .itemImgDoctor {
  margin: 0 8px;
  padding-top: 30px;
}
.TeamDoctor .itemImgDoctor img {
  margin: 0 auto;
}
.TeamDoctor .progress {
  margin-top: 44px;
}
@media (max-width: 1023px) {
  .TeamDoctor {
    padding: 60px 0;
  }
  .TeamDoctor .container-fluid {
    padding: 0 !important;
    position: relative;
  }
  .TeamDoctor .--title {
    width: 100%;
    text-align: left;
    margin: 0 0 20px;
    padding: 0 24px;
  }
  .TeamDoctor .--des {
    text-align: justify;
  }
  .TeamDoctor .arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
  }
  .TeamDoctor .arrow .--arrow {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.16);
    justify-content: center;
  }
  .TeamDoctor .arrow .--arrow.slick-next {
    background: var(--color-2);
  }
  .TeamDoctor .arrow img {
    filter: brightness(0) invert(1) !important;
  }
  .TeamDoctor .--listInfoDoc {
    margin-bottom: 10px;
  }
  .TeamDoctor .progress {
    margin-top: 24px;
  }
  .TeamDoctor .itemImgDoctor {
    width: 40vw;
    height: 200px;
    padding-top: 0;
    display: flex;
    align-items: flex-end;
  }
}

.itemInfoDoc {
  display: flex !important;
  position: relative;
}
.itemInfoDoc .--info {
  width: 40%;
  padding: 110px 150px 75px 50px;
  background: var(--bg-gra1);
  color: #fff;
  position: relative;
}
.itemInfoDoc .--info .partent {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  pointer-events: none;
}
.itemInfoDoc .--info .partent img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.itemInfoDoc .--info .--subTitle {
  font-weight: 700;
  margin-bottom: 8px;
}
.itemInfoDoc .--info .--name {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
}
.itemInfoDoc .--info .--des {
  margin-bottom: 44px;
}
.itemInfoDoc .--intro {
  width: 60%;
  background: #f3f3f3;
  display: flex;
  flex-flow: column;
  gap: 24px;
  padding: 32px 10% 32px 150px;
}
.itemInfoDoc .--intro .--name {
  font-weight: 600;
  margin-bottom: 6px;
}
.itemInfoDoc .--img {
  position: absolute;
  pointer-events: none;
  left: calc(40% - 150px);
  width: 280px;
  z-index: 1;
  bottom: 0;
}
.itemInfoDoc .--img img {
  width: 100%;
}
@media (max-width: 1023px) {
  .itemInfoDoc {
    flex-flow: column;
  }
  .itemInfoDoc .--img {
    width: 100%;
    position: relative;
    bottom: unset;
    left: unset;
    display: flex;
    justify-content: center;
    height: 350px;
    align-items: flex-end;
  }
  .itemInfoDoc .--img img {
    max-width: 80%;
    max-height: calc(100% - 30px);
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .itemInfoDoc .--info {
    width: 100%;
    padding: 32px 24px 60px;
  }
  .itemInfoDoc .--info .--subTitle {
    font-weight: 600;
  }
  .itemInfoDoc .--info .--name {
    font-size: 20px;
  }
  .itemInfoDoc .--info .--des {
    margin-bottom: 16px;
  }
  .itemInfoDoc .--intro {
    display: none;
  }
}

.itemService {
  border: 1px solid #e8e8e8;
  color: #000;
  display: flex;
  flex-flow: column;
  height: 100%;
}
.itemService:hover {
  color: #000;
  border: 1px solid var(--color-1);
}
.itemService:hover .--name {
  color: var(--color-1);
}
.itemService .--img {
  width: 100%;
  aspect-ratio: 4/3;
}
.itemService .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.itemService .--txt {
  padding: 20px 16px;
  background: #fff;
}
.itemService .--name {
  font-size: 18px;
  font-weight: 600;
  transition: all 0.15s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  -webkit-line-clamp: 2;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 6px;
}
.itemService ul {
  padding-left: 0;
  list-style: none;
  gap: 16px;
  display: flex;
  margin-bottom: 12px;
}
.itemService ul img {
  margin-right: 8px;
  color: var(--color-1);
  flex: 0 0 auto;
  width: 14px;
}
.itemService ul li {
  display: flex;
  align-items: center;
}
.itemService .--des {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  -webkit-line-clamp: 2;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .itemService ul {
    font-size: 10px;
  }
  .itemService ul img {
    width: 10px;
  }
  .itemService .--txt {
    padding: 16px 12px;
  }
}
@media (max-width: 1023px) {
  .itemService .--img {
    height: 170px;
  }
  .itemService ul span {
    font-size: 13px;
  }
  .itemService .--name {
    height: auto;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .itemService ul {
    flex-flow: column;
    gap: 8px;
  }
  .itemService ul img {
    width: 12px;
  }
}

.itemSpecial {
  padding: 16px;
  display: flex;
  flex-flow: column;
  align-items: center;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  transition: all 0.3s ease;
  border: 1px solid #fff;
}
.itemSpecial:hover {
  border: 1px solid var(--color-1);
}
.itemSpecial:hover .--name {
  color: var(--color-1);
}
.itemSpecial:hover .--icon::after {
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 1;
}
.itemSpecial:hover .--icon img {
  filter: brightness(0) invert(1);
}
.itemSpecial .--icon {
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  border-radius: 50%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.itemSpecial .--icon img {
  width: 36px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
}
.itemSpecial .--icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: var(--color-1);
  opacity: 0;
  border-radius: 50%;
}
.itemSpecial .--name {
  transition: all 0.15s ease;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  -webkit-line-clamp: 2;
  height: 40px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #000;
}
@media (max-width: 1023px) {
  .itemSpecial:hover {
    border: 1px solid #fff;
  }
  .itemSpecial:hover .--name {
    color: #000;
  }
  .itemSpecial:hover .--icon::after {
    display: none;
  }
  .itemSpecial:hover .--icon img {
    filter: unset;
  }
}

.itemWhy {
  background: #fff;
  border: 1px solid #e7e7e7;
  padding: 40px;
  height: 100%;
  text-align: center;
  transition: all 0.15s ease;
}
.itemWhy.active {
  border: 1px solid var(--color-1);
}
.itemWhy .--icon {
  margin: 0 auto 12px;
}
.itemWhy .--icon img {
  max-width: 50px;
  max-height: 50px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.itemWhy .--name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .itemWhy {
    padding: 20px;
  }
}
@media (max-width: 1023px) {
  .itemWhy {
    padding: 20px;
  }
}

.itemServiceSpecial {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  color: #000;
  text-decoration: unset;
  border: 1px solid #e8e8e8;
  transition: all 0.15s ease-in-out;
}
.itemServiceSpecial:hover {
  border: 1px solid var(--color-1);
}
.itemServiceSpecial:hover .--name {
  color: var(--color-1);
}
.itemServiceSpecial .--img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  position: relative;
}
.itemServiceSpecial .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.itemServiceSpecial .--name {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  -webkit-line-clamp: 2;
  height: 48px;
  transition: all 0.15s ease-in-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.itemServiceSpecial .--des {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.itemServiceSpecial .--txt {
  padding: 16px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .itemServiceSpecial .--title {
    font-size: 16px;
    bottom: 16px;
    padding: 0 24px;
  }
  .itemServiceSpecial .--txt {
    padding: 20px;
  }
  .itemServiceSpecial .--txt .--name {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .itemServiceSpecial .--img {
    height: 220px;
  }
  .itemServiceSpecial .--img::after {
    background: linear-gradient(360deg, rgba(10, 10, 10, 0.5) 0%, rgba(5, 5, 5, 0.12) 58.72%, rgba(0, 0, 0, 0) 100%);
  }
}

.itemServiceyt {
  display: flex !important;
  flex-flow: column;
  align-items: center;
  text-align: center;
}
.itemServiceyt .--img {
  width: 110px;
  height: 110px;
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 50%;
}
.itemServiceyt .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.itemServiceyt .--name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (max-width: 1023px) {
  .itemServiceyt .--name {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.itemEndowyt {
  border: 1px solid #e8e8e8;
  transition: all 0.15s ease;
  display: flex;
  flex-flow: column;
}
.itemEndowyt:hover {
  border: 1px solid var(--color-1);
}
.itemEndowyt:hover .--name {
  color: var(--color-1);
}
.itemEndowyt .--img {
  width: 100%;
  height: 280px;
}
.itemEndowyt .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.itemEndowyt .--txt {
  padding: 20px;
  position: relative;
  background: #fff;
}
.itemEndowyt .--name {
  font-weight: 600;
  font-size: 18px;
  transition: all 0.15s ease;
  color: #000;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  -webkit-line-clamp: 2;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.itemEndowyt .--time {
  display: flex;
  align-items: center;
  color: #000;
}
.itemEndowyt .--icon {
  margin-right: 8px;
}
.itemEndowyt .--value {
  position: absolute;
  top: -30px;
  width: 44px;
  height: 44px;
  background: var(--color-2);
  border-radius: 50%;
  right: 20px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .itemEndowyt .--img {
    height: 210px;
  }
  .itemEndowyt .--value {
    font-size: 12px;
    width: 40px;
    top: -20px;
    height: 40px;
  }
}

.itemRoom {
  position: relative;
  border: 1px solid #fff;
  display: flex;
  transition: all 0.15s ease;
}
.itemRoom .--img {
  width: 100%;
  height: 400px;
  position: relative;
}
.itemRoom .--img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(10, 10, 10, 0.9) 0%, rgba(5, 5, 5, 0.216) 19.64%, rgba(0, 0, 0, 0) 33.46%);
}
.itemRoom .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.itemRoom .--name {
  position: absolute;
  padding: 0 24px 24px;
  bottom: 0;
  color: #fff;
  left: 0;
  text-transform: uppercase;
  font-size: 20px;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.itemRoom .--name span {
  position: relative;
  z-index: 1;
}
.itemRoom .--name::after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  content: "";
  position: absolute;
  transition: all 0.3s ease;
  background: #fff;
}
.itemRoom:hover {
  border: 1px solid var(--color-1);
}
.itemRoom:hover .--name {
  color: var(--color-1);
}
.itemRoom:hover .--name::after {
  height: calc(100% + 20px);
}
@media (max-width: 1023px) {
  .itemRoom .--img {
    height: 220px;
  }
  .itemRoom .--name {
    padding: 0 20px;
    bottom: 20px;
    font-size: 18px;
  }
  .itemRoom:hover {
    border: 1px solid #fff;
  }
  .itemRoom:hover .--name {
    color: #fff;
  }
  .itemRoom:hover .--name::after {
    display: none;
  }
}

.modal-book2 {
  padding: 24px;
}
.modal-book2 .--title {
  color: var(--color-1);
  text-align: center;
}
.modal-book2 .--des {
  text-align: center;
}
.modal-book2 .btn-1 {
  margin: 0 auto;
}

.dropdown ::-webkit-scrollbar {
  width: 4px;
}
.dropdown ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.dropdown ::-webkit-scrollbar-thumb {
  background: #888;
}
.dropdown .dropdown-menu {
  overflow-y: auto;
  width: 300px;
  max-height: 300px;
}
.dropdown .dropdown-item {
  white-space: unset;
  font-size: 14px;
  cursor: pointer;
}
.dropdown .dropdown-toggle {
  white-space: unset;
  text-align: left;
}
@media (max-width: 1023px) {
  .dropdown .dropdown-menu {
    overflow-y: auto;
    width: 100%;
  }
}

.tocPost {
  background: rgba(190, 188, 188, 0.3019607843);
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.tocPost.active {
  height: -moz-max-content !important;
  height: max-content !important;
  width: 150px;
}
.tocPost .--top {
  display: flex;
  gap: 30px;
  align-items: center;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
}
.tocPost .--title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.tocPost .menu_level_2 {
  display: none;
}
.tocPost .--showtoc {
  background: var(--color-1);
  width: 30px;
  height: 30px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 24px;
  margin-bottom: 0;
}
.tocPost .card-body {
  background: none;
  padding: 0;
  border: none;
}
.tocPost .card-body a {
  text-decoration: none;
  color: #000;
  transition: all 0.15s ease;
}
.tocPost .card-body a:hover {
  text-decoration: underline;
}
.tocPost .card-body ul {
  padding-left: 1rem;
}
.tocPost .card-body > ul > li {
  list-style: none;
}
.tocPost .card-body > ul > li > a {
  font-weight: bold;
}
.tocPost .menu_level_1 > li > a {
  font-weight: bold;
}

.format-div {
  display: flex;
  flex-flow: column;
  text-align: center;
  margin-bottom: 1rem;
}
.format-div img {
  height: auto;
}

.wp-caption-text {
  text-align: center !important;
  margin-top: 10px;
}

.incentivesModal .modal-dialog {
  max-width: 800px;
}
.incentivesModal .modal-content {
  position: relative;
  padding: 24px;
}
.incentivesModal .modal-content button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: #fff;
  z-index: 1;
  border-radius: 6px;
}
.incentivesModal .--item {
  width: 100%;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
}
.incentivesModal .--item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.incentivesModal .arrowPromotion {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.incentivesModal .arrowPromotion .--arrow {
  position: absolute;
  top: 50%;
  pointer-events: auto;
  transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.incentivesModal .arrowPromotion .--arrow.slick-prev {
  left: 32px;
}
.incentivesModal .arrowPromotion .--arrow.slick-next {
  right: 32px;
}
@media (max-width: 640px) {
  .incentivesModal .--item {
    height: 220px;
  }
  .incentivesModal .modal-content {
    padding: 16px;
  }
  .incentivesModal .--arrow.slick-prev {
    left: 24px;
  }
  .incentivesModal .--arrow.slick-next {
    right: 24px;
  }
}/*# sourceMappingURL=style.css.map */