:root {
  --font-primary-regular: "roboto-regular";
  --font-primary-thin: "roboto-thin";
  --font-primary-light: "roboto-light";
  --font-primary-medium: "roboto-medium";
  --font-primary-semiBold: "roboto-semiBold";
  --font-primary-bold: "roboto-bold";
  --font-primary-black: "roboto-black";
  --font-eb-garamond-regular: "EB-Garamond-regular";
  --font-eb-garamond-medium: "EB-Garamond-medium";
  --font-eb-garamond-semiBold: "EB-Garamond-semiBold";
  --font-eb-garamond-bold: "EB-Garamond-bold";
  --font-eb-garamond-black: "EB-Garamond-black";
  --font-SVN-Rosellinda-Alyamore: "SVN-Rosellinda-Alyamore";
  --font-VNF-Optima-Regular: "VNF-Optima-Regular";
  --White: #fff;
  --Green-green-500: #073E27;
  --Green-green-400: #396552;
  --Green-green-100: #B2C3BC;
  --Green-green-50: #E6ECE9;
  --Yellow-yellow-500: #D9AC62;
}

/* font */

@font-face {
  font-family: "roboto-regular";
  src: url(../font/roboto/Roboto-Regular.ttf);
}

@font-face {
  font-family: "roboto-light";
  src: url(../font/roboto/Roboto-Light.ttf);
}

@font-face {
  font-family: "roboto-medium";
  src: url(../font/roboto/Roboto-Medium.ttf);
}

@font-face {
  font-family: "roboto-semiBold";
  src: url(../font/roboto/Roboto-SemiBold.ttf);
}

@font-face {
  font-family: "roboto-bold";
  src: url(../font/roboto/Roboto-Bold.ttf);
}

@font-face {
  font-family: "roboto-black";
  src: url(../font/roboto/Roboto-Black.ttf);
}

@font-face {
  font-family: "EB-Garamond-regular";
  src: url(../font/EB-Garamond/EBGaramond-Regular.ttf);
}

@font-face {
  font-family: "EB-Garamond-medium";
  src: url(../font/EB-Garamond/EBGaramond-Medium.ttf);
}

@font-face {
  font-family: "EB-Garamond-semiBold";
  src: url(../font/EB-Garamond/EBGaramond-SemiBold.ttf);
}

@font-face {
  font-family: "EB-Garamond-bold";
  src: url(../font/EB-Garamond/EBGaramond-Bold.ttf);
}

@font-face {
  font-family: "EB-Garamond-black";
  src: url(../font/EB-Garamond/EBGaramond-ExtraBold.ttf);
}

@font-face {
  font-family: "SVN-Rosellinda-Alyamore";
  src: url(../font/SVN-Rosellinda-Alyamore.otf);
}

@font-face {
  font-family: "VNF-Optima-Regular";
  src: url(../font/VNF-Optima-Regular.ttf);
}

label {
  font-weight: unset !important;
}

body {
  font-family: var(--font-primary-regular);
  font-size: 16px;
  line-height: 24px;
  color: var(--Green-green-500);
}

.text-white {
  color: var(--White) !important;
}

.text-green {
  color: var(--Green-green-500) !important;
}

.required {
  color: #F00;
}

.text-center {
  text-align: center !important;
}

a {
  text-decoration: none !important;
}

h1:not(.editor-content h1),
h2:not(.editor-content h2),
h3:not(.editor-content h3),
h4:not(.editor-content h4),
h5:not(.editor-content h5),
h6:not(.editor-content h6),
p:not(.editor-content p) {
  margin: 0;
}

.overlay-header,
.header-menu-mobile,
.mobile {
  display: none;
}

.header-container {
  position: fixed;
  top: 0;
  padding: 16px 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
}

.header-container.header-fixed {
  background-color: var(--White);
  padding: 8px 0;
}

.header-container.header-fixed .header-inner {
  align-items: center;
}

.main-container {
  min-height: 100vh;
  background: #F6F3E6;
}

.header-inner {
  display: flex;
  width: 100%;
  gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
}

.header-inner .left,
.header-inner .right {
  flex: 1;
}

.header-menu {
  width: 100%;
}

.header-menu .menu {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.header-menu .menu::after,
.header-menu .menu::before {
  display: none;
}

.header-inner .left .menu {
  justify-content: flex-end;
}

.header-menu .menu li a {
  display: flex;
  padding: 2px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--Green-green-500);
  font-family: var(--font-primary-medium);
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  text-transform: uppercase;
  background-color: transparent;
  transition: all 0.3s ease;
  border-bottom: 2px solid;
  border-color: transparent;
}

.header-menu .menu li:hover a {
  border-color: var(--Yellow-yellow-500);
  color: var(--Yellow-yellow-500);
}

.header-inner .center {
  width: 130px;
  aspect-ratio: 83/60;
  transition: all 0.3s ease;
}

.header-container.header-fixed .header-inner .center {
  width: 83px;
  aspect-ratio: 83/60;
}

.header-inner .center img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-container {
  width: 100%;
  background-color: var(--Green-green-500);
  position: relative;
}

.footer-container::after {
  content: '';
  width: 100%;
  height: 50px;
  position: absolute;
  top: -50px;
  left: 0;
  background: linear-gradient(0deg, #073E27 30.08%, rgba(7, 62, 39, 0.00) 100%);
}

.footer-main {
  position: relative;
  height: 100%;
}

.footer-main .bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  mix-blend-mode: luminosity;
}

.footer-main .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.footer-main .container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-bottom: 35px;
}

.footer-main .container::after,
.footer-main .container::before {
  display: none;
}

.footer-main-first {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #39655220;
}

.footer-main-first .left {
  display: flex;
  width: 509px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.footer-main-first .left .title {
  color: var(--White);
  font-family: var(--font-eb-garamond-regular);
  font-size: 40px;
  font-style: normal;
  line-height: 48px;
  text-transform: uppercase;
}

.footer-main-first .left .desc {
  color: var(--Green-green-50, #E6ECE9);
}

.footer-main-first .right {
  width: 617px;
  backdrop-filter: blur(2px);
}

.form-contact-footer .row {
  margin: 0 -8px;
}

.form-contact-footer .row>* {
  padding: 0 8px;
}

.form-contact-footer .form-item {
  width: 100%;
  margin-bottom: 24px;
  display: flex;
  padding: 0 0 6px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  align-self: stretch;
  border-bottom: 1px solid #ECEAE8;
}

.form-contact-footer .form-item label {
  color: var(--Yellow-yellow-500);
  font-family: var(--font-primary-medium);
  text-transform: uppercase;
  margin: 0;
}

.form-contact-footer .form-item .form-control {
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  border: none;
  color: var(--White);
  padding: 0;
  height: 24px;
}

.form-contact-footer .form-item .form-control::placeholder {
  color: #597E6E;
}

.form-download {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--White);
  text-align: justify;
  font-family: var(--font-primary-medium);
  margin-bottom: 24px;
}

.btn-default {
  background: transparent !important;
  border: none;
  padding: 0;
  color: var(--Green-green-50) !important;
  text-align: justify;
  font-family: var(--font-primary-bold);
}

.btn-default img {
  margin-left: -60px;
}

.footer-main-second {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-main-second .first {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 280px;
}

.footer-main-second .first .text {
  color: #FFF;
  text-align: center;
  font-family: var(--font-VNF-Optima-Regular);
  text-transform: uppercase;
}

.footer-main-second .second {
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.footer-main-second .title {
  color: #FFF;
  font-family: var(--font-primary-medium);
  text-transform: uppercase;
}

.footer-main-second .second .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.footer-main-second .second .list a {
  color: var(--Green-green-100);
}

.footer-main-second .second .social {
  display: flex;
  padding-top: 8px;
  align-items: flex-start;
  gap: 16px;
}

.footer-main-second .third {
  display: flex;
  width: 310px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
}

.footer-main-second .third .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px 24px;
  flex-shrink: 0;
}

.footer-main-second .third .footer-menu li {
  width: calc(50% - 12px);
}

.footer-main-second .third .footer-menu li a {
  color: var(--Green-green-100);
}

.footer-main-second .third .luot-truy-cap {
  color: var(--Yellow-yellow-500);
  text-align: center;
}

.media-fixed {
  position: fixed;
  bottom: 60px;
  right: 24px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 16px;
}

.btn-scroll-to-top {
  cursor: pointer;
}

.video-banner,
.video-footer {
  width: 100%;
  position: relative;
  background-color: #f8f5e8;
}

.video-footer {
  transform: rotate(180deg);
}

.video-banner::after {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #004e2d;
}

.video-banner video,
.video-footer video {
  width: 100%;
  height: auto;
}

.banner-slider .banner {
  width: 100%;
  aspect-ratio: 1440/860;
  max-height: 80vh;
  position: relative;
  overflow: hidden;
}

.banner-slider .banner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(0deg, rgb(0 78 45) 0%, rgba(255, 255, 255, 0.00) 50.52%);
}

.banner-slider .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: all 8s ease;
}

.banner-slider .owl-item.active .banner img {
  transform: scale(1.2);
}

.home-trai-nghiem {
  width: 100%;
}

.home-trai-nghiem-inner {
  display: flex;
  padding: 32px 0 80px 0;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}

.home-trai-nghiem-header {
  display: flex;
  width: min(100%, 1000px);
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.main-title {
  color: var(--Green-green-500);
  text-align: center;
  font-family: var(--font-eb-garamond-medium);
  font-size: 40px;
  font-style: normal;
  line-height: 48px;
  text-transform: uppercase;
}

.home-trai-nghiem-header .desc {
  color: var(--Green-green-400);
  text-align: center;
}

.home-trai-nghiem-body {
  display: flex;
  gap: 40px 30px;
  flex-wrap: wrap;
}

.home-trai-nghiem-body .home-trai-nghiem-item {
  width: calc(33% - 18px);
  height: auto;
  border-radius: 16px;
  aspect-ratio: 400/296;
  overflow: hidden;
}

.home-trai-nghiem-body .home-trai-nghiem-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.home-trai-nghiem-body .home-trai-nghiem-item:hover img {
  transform: scale(1.05);
}

.home-chuyen-dong {
  padding: 96px 0 0 0;
  margin-bottom: -80px;
  position: relative;
  z-index: 11;
}

.home-chuyen-dong-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.home-chuyen-dong-inner .btn-default {
  color: var(--Green-green-500) !important;
}

.home-chuyen-dong-body {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}

.home-chuyen-dong-body .left {
  width: 647px;
}

.home-chuyen-dong-body .right {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 28px;
}

.home-chuyen-dong-body .right .news-item {
  width: calc(50% - 14px);
}

.news-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.news-item .img {
  width: 100%;
  aspect-ratio: 278/182;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
}

.news-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.news-item:hover .img img {
  transform: scale(1.05);
}

.news-item .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.news-item .content .title {
  overflow: hidden;
  color: var(--Green-green-500);
  text-overflow: ellipsis;
  font-family: var(--font-eb-garamond-medium);
  font-size: 22px;
  font-style: normal;
  line-height: 30px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 60px;
}

.news-item .content .desc {
  text-align: justify;
  color: var(--Green-green-500);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
}

.news-item-type-2 {
  width: 100%;
  height: auto;
}

.news-item-type-2 .img {
  width: 100%;
  aspect-ratio: 647/425;
}

.home-box-2-inner {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 62px;
}

.home-box-2 {
  padding: 0 0 96px 0;
  background: linear-gradient(180deg, #F6F3E6 0%, #F6F3E6 100%);
}

.home-box-2-inner .left {
  display: flex;
  width: 553px;
  padding-right: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}

.home-box-2-inner .right {
  flex: 1;
  aspect-ratio: 649/500;
  height: auto;
  border-radius: 24px;
  overflow: hidden;
}

.home-box-2-inner .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-box-2-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.home-box-2-header .desc {
  color: var(--Green-green-400);
}

.home-box-2-body {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.home-box-2-body .first {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-box-2-body .first .item,
.home-box-2-body .second {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.home-box-2-body .first .item .title,
.home-box-2-body .second .title {
  color: var(--Green-green-500);
  font-family: var(--font-primary-semiBold);
}

.home-box-2-body .second {
  padding: 16px 0;
  border-bottom: 1px solid #073E2720;
  border-top: 1px solid #073E2720;
}

.home-box-3 {
  padding: 0 0 80px 0;
}

.home-box-3-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  background: #F6F3E6;
}

.home-box-3-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sub-title {
  color: var(--Yellow-yellow-500);
  font-family: var(--font-SVN-Rosellinda-Alyamore);
  font-size: 64px;
  font-style: normal;
  line-height: 52px;
}

.home-box-3-body {
  display: flex;
  align-items: stretch;
  gap: 30px;
  width: 100%;
}

.home-box-3-body .left {
  width: calc(100% - 940px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
}

.home-box-3-body .left .first {
  height: calc(100% - 324px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

.home-box-3-body .left .first .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.home-box-3-body .left .first .content .title {
  font-family: var(--font-eb-garamond-regular);
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
  text-transform: uppercase;
}

.home-box-3-body .left .first .action-slider {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}

.home-box-3-body .left .first .action-slider .action-slider-count {
  font-family: var(--font-VNF-Optima-Regular);
  font-size: 24px;
  font-style: normal;
  line-height: 40px;
  text-transform: uppercase;
}

.home-box-3-body .right {
  width: 910px;
}

.home-box-3-slider-main {
  width: 100%;
  height: 100%;
}

.home-box-3-slider-main .item {
  width: 100%;
  height: 532px;
  border-radius: 16px;
  overflow: hidden;
}

.home-box-3-slider-main .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-box-3-slider-thumb .item {
  width: 100%;
  height: 191px;
  border-radius: 16px;
  overflow: hidden;
}

.home-box-3-slider-thumb .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-box-4 {
  width: 100%;
  aspect-ratio: 1448/724;
  max-height: 724px;
  position: relative;
}

.home-box-4 .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-box-4 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-box-4 .img::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 1, 1, 0.50);
}

.home-box-4-header {
  padding: 64px 0;
  position: relative;
  z-index: 11;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-box-4-header .sub-title {
  color: var(--White);
}

.home-box-4-header .main-title {
  color: var(--White);
}

.home-box-4 .btn-play-video {
  position: absolute;
  z-index: 11;
  top: 204px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  padding: 8px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #FFF;
  text-align: justify;
  font-family: var(--font-primary-bold);
  cursor: pointer;
}

.video-modal .modal-dialog {
  width: min(95%, 1000px);
  aspect-ratio: 147/86;
}

.video-modal .modal-content {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.video-modal .modal-content iframe {
  border-radius: 8px;
}

.video-modal .modal-content .btn-close-modal {
  position: absolute;
  top: -24px;
  right: -24px;
  cursor: pointer;
}

.home-box-7 {
  padding: 80px 0;
  background-image: url('../img/home-box-7-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  gap: 52px;
}

.home-box-7-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-box-7-header .left {
  width: 500px;
}

.home-box-7-header .main-title {
  color: var(--White);
  text-align: start;
}

.home-box-7-header .sub-title {
  text-align: end;
}

.home-box-7-header .desc {
  width: 509px;
  color: var(--White);
  text-align: justify;
}

.home-box-7-item {
  border-radius: 16px;
  width: 100%;
  aspect-ratio: 883/530;
  overflow: hidden;
}

.home-box-7-item .img {
  width: 100%;
  height: 100%;
}

.home-box-7-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-box-7-item .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 70.55%, rgba(0, 0, 0, 0.80) 87.25%);
  opacity: 0;
  transition: all 0.3s ease;
}

.home-box-7-slider .owl-item.center .home-box-7-item .content {
  opacity: 1;
}

.home-box-7-item .content .title {
  width: min(100%, 700px);
  margin: 0 auto;
  color: var(--White);
  text-align: center;
  font-family: var(--font-eb-garamond-medium);
  font-size: 28px;
  font-style: normal;
  line-height: 36px;
  text-transform: uppercase;
}

.home-box-7-item .list {
  display: flex;
  align-items: flex-start;
  gap: 56px;
  justify-content: center;
}

.home-box-7-item .list .item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  opacity: 0.8;
}

.home-box-7-item .list .item .item-title {
  color: var(--White);
  font-family: var(--font-eb-garamond-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  text-transform: uppercase;
}

.home-box-7-item .list .item .text {
  color: var(--White);
  font-family: var(--font-primary-semiBold);
  text-transform: uppercase;
}

.home-box-7-slider .owl-prev {
  top: 50%;
  transform: translateX(-50%);
  left: 64px;
  z-index: 11;
  position: absolute;
}

.home-box-7-slider .owl-next {
  top: 50%;
  transform: translateX(-50%);
  right: 64px;
  z-index: 11;
  position: absolute;
}

.home-box-1 {
  padding: 0 0 96px 0;
  background: #F7F4E7;
  margin-top: -64px;
}

.home-box-1-inner {
  display: flex;
  flex-direction: column;
}

.home-box-1-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.home-box-1-header .right {
  margin-top: 20px;
  display: flex;
  width: 725px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.home-box-1-header .right .first {
  width: 100%;
}

.home-box-1-header .right .first .main-title {
  text-align: start;
}

.home-box-1-header .right .first .sub-title {
  text-align: center;
}

.home-box-1-header .right .desc {
  text-align: justify;
  color: var(--Green-green-500);
}

.home-box-1-inner .img {
  width: 100%;
  aspect-ratio: 1264/588;
  border-radius: 16px;
  overflow: hidden;
  margin-top: -72px;
}

.home-box-1-inner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-box-5 {
  width: 100%;
  min-height: 800px;
  position: relative;
  padding: 80px 0;
}

.home-box-5::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 117px;
  background: linear-gradient(180deg, rgba(246, 243, 230, 0.00) 0%, #F6F3E6 100%);
  z-index: 10;
}

.home-box-5 .img-map {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
}

.home-box-5 .img-map>img {
  width: auto;
  height: 100%;
  mix-blend-mode: darken;
}

.home-box-5-inner {
  width: min(100%, 550px);
  display: flex;
  flex-direction: column;
  gap: 55px;
}

.home-box-5-header {
  display: flex;
  flex-direction: column;
}

.home-box-5-header .main-title {
  text-align: start;
}

.home-box-5-header .sub-title {
  text-align: end;
}

.home-box-5-list {
  display: flex;
  width: min(100%, 436px);
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.home-box-5-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}

.home-box-5-item:not(:last-child) {
  border-bottom: 1px solid #E6C79620;
  padding-bottom: 16px;
}

.home-box-5-item .number-count {
  display: flex;
  width: 48px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 0 112px 112px 0;
  background: linear-gradient(90deg, #073E27 0%, #EFD983 100%);
  color: var(--White);
  text-align: right;
  font-family: var(--font-primary-bold);
  font-size: 24px;
  font-style: normal;
  line-height: normal;
}

.home-box-5-item .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}

.home-box-5-item .content .km {
  color: var(--Green-green-500);
  text-align: right;
  font-family: var(--font-primary-bold);
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.home-box-5-item .content .address {
  color: var(--Green-green-500);
  font-family: var(--font-primary-medium);
}

.map-marker {
  position: absolute;
  top: 39%;
  left: 74%;
  transform: translate(-50%, -50%);
}

.map-marker>img {
  width: 80px;
  position: relative;
  z-index: 2;
}

.ripple {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 300px;
  aspect-ratio: 1/1;
  transform: translate(-50%, -50%) scale(0);
  animation: rippleEffect 3s infinite;
  z-index: 1;
}

.ripple img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ripple-2 {
  animation-delay: 1.5s;
}

@keyframes rippleEffect {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }

  80% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 1264px;
    padding: 0;
  }
}