@charset "UTF-8";
.w-full {
  width: 100%;
}

.block {
  display: block;
}

.relative {
  position: relative;
}

/* Main Content Card */
.content-card {
  overflow: hidden;
  margin-bottom: 40px;
}

.content-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.content-grid .image-section {
  margin-right: 30px;
  height: 328px;
  width: 50%;
}
.content-grid .image-section img {
  width: 100%;
  height: 100%;
  overflow: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-grid .text-section {
  width: 50%;
}
.content-grid .text-section h2 {
  font-size: 35px;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
}
.content-grid .text-section p {
  color: #000000;
  font-size: 14px;
  line-height: 22px;
}

/* Timeline Section */
.timeline-section {
  position: relative;
  overflow: hidden;
  clear: both;
  min-height: 52px;
}

.timeline-wrapper {
  position: relative;
}

/* Swiper Slider Custom Styles */
.swiper-container {
  position: relative;
  z-index: 2;
}

.timeline-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.timeline-item.active .timeline-dot {
  background: #3182ce;
  transform: scale(1.8);
  box-shadow: 0 0 0 8px rgba(49, 130, 206, 0.2);
}

.timeline-item.passed .timeline-dot {
  background: #4299e1;
}

.timeline-item {
  border: 1px solid #000;
  border-top: 0;
  border-bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
}

.timeline-item:not(:first-child) {
  border-left: 0;
}

.timeline-item.active {
  border-left: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
}

.timeline-year {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  transition: all 0.3s ease;
  text-align: center;
}

.timeline-item.active .timeline-year {
  font-size: 20px;
  font-weight: 700;
}

/* Swiper Navigation Buttons with Custom SVG */
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  z-index: 999;
  pointer-events: auto !important;
  z-index: 500;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.8);
}

/* Swiper Pagination */
.swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #3182ce;
}

.border-pattern {
  width: 100%;
  height: 10px;
  margin-bottom: 10px;
  background: repeating-linear-gradient(to right, #555, #555 2px, transparent 2px, transparent 4px);
}

.history_timeline {
  margin: 0 auto;
  padding: 0 40px;
  overflow: hidden;
}
.history_timeline .swiper-button-prev {
  background: none;
  width: 30px;
  height: 30px;
  background: none;
  border-radius: 0 !important;
  left: 0;
  top: 34px;
  cursor: pointer;
  z-index: 9999;
}
.history_timeline .swiper-button-prev svg {
  display: none;
}
.history_timeline .swiper-button-disabled {
  pointer-events: auto !important;
}
.history_timeline .swiper-button-prev::after {
  align-items: center;
  content: url("data:image/svg+xml;utf8,<svg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg' role='img' aria-label='Chevron left'><title>Chevron left</title><path d='M16.5 6.5 L9.5 12.5 L16.5 18.5' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>");
  display: flex;
  font-size: 6px;
  height: 100%;
  justify-content: center;
  width: 100%;
  width: 25px;
  height: 25px;
}
.history_timeline .swiper-button-next {
  background: none;
  width: 30px;
  height: 30px;
  background: none;
  border-radius: 0 !important;
  right: 0;
  top: 34px;
}
.history_timeline .swiper-button-next svg {
  display: none;
}
.history_timeline .swiper-button-next::after {
  align-items: center;
  content: url("data:image/svg+xml;utf8,<svg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg' role='img' aria-label='Chevron right'><title>Chevron right</title><path d='M8.5 6.5 L15.5 12.5 L8.5 18.5' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>");
  display: flex;
  font-size: 6px;
  height: 100%;
  justify-content: center;
  width: 100%;
  width: 25px;
  height: 25px;
}

/* Responsive */
@media (max-width: 992px) {
  .content-grid {
    grid-template-columns: 1fr;
  }
  .image-section {
    height: 300px;
  }
  .text-section {
    padding: 40px;
  }
  .text-section h2 {
    font-size: 32px;
  }
  .timeline-wrapper {
    padding: 0 40px;
  }
  .swiper-button-next {
    right: -20px;
  }
  .swiper-button-prev {
    left: -20px;
  }
}
@media (max-width: 576px) {
  .text-section {
    padding: 30px;
  }
  .text-section h2 {
    font-size: 26px;
  }
  .text-section p {
    font-size: 16px;
  }
  .timeline-wrapper {
    padding: 0 30px;
  }
}
/*----- Introduce page -----*/
.introduce {
  padding-top: 95px;
  padding-bottom: 136px;
  position: relative;
}
.introduce-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0.5;
}
.introduce-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #ffffff, #0098D2);
  z-index: 3;
}
.introduce-overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.introduce-overlay-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 3;
}
.introduce__content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 34px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .introduce__content {
    flex-direction: column;
  }
}
.introduce__content--text {
  width: calc(100% - 484px);
}
@media screen and (max-width: 992px) {
  .introduce__content--text {
    width: calc(50% - 34px);
  }
}
@media screen and (max-width: 768px) {
  .introduce__content--text {
    width: 100%;
  }
}
.introduce__content--text--h2 {
  color: #0097CF;
  font-weight: bold;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 10px;
}
.introduce__content--text--p {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.introduce__content--image {
  width: 473px;
}
@media screen and (max-width: 992px) {
  .introduce__content--image {
    width: calc(50% - 34px);
  }
}
@media screen and (max-width: 768px) {
  .introduce__content--image {
    width: 100%;
  }
}
.introduce__content--image {
  height: auto;
  display: flex;
  justify-content: flex-end;
}
.introduce__content--image img {
  width: 100%;
}
.introduce__list {
  margin-top: 115px;
  margin-left: auto;
  margin-right: auto;
  width: 476px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 576px) {
  .introduce__list {
    width: 100%;
    padding: 0 20px;
  }
}
.introduce__list--item {
  margin-bottom: 40px;
  position: relative;
}
.introduce__list--item:last-child {
  margin-bottom: 0;
}
.introduce__list--item--h3 {
  font-weight: 700;
  font-size: 21px;
  line-height: 40px;
  color: #00438C;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 280px;
}
.introduce__list--item--h3 .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.introduce__list--item--p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  text-align: center;
}
.introduce__list--item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  height: 1px;
  background: #000;
}

.history-section {
  padding-top: 50px;
  padding-bottom: 70px;
}

#tab-about {
  background: #fff;
  box-shadow: 0px 4px 5px #ddd;
  height: 60px;
  margin-bottom: 20px;
}

#tab-about.fixed {
  position: fixed;
  top: 0;
  z-index: 100;
}

#tab-about li {
  display: inline-block;
  line-height: 60px;
  padding: 0 20px;
}

#tab-about li a {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

#tab-about li.active {
  background: #e5e5e5;
}

#tab-about li.active a {
  color: #0098d2;
}

/*-----------Banner ------------*/
.banner-first {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.banner-first__main {
  width: 100%;
  position: relative;
}
.banner-first__main img {
  width: 100%;
}
.banner-first__main--content {
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
}
.banner-first__main--content--h1 {
  color: white;
  font-weight: 700;
  font-size: 35px;
  line-height: 56px;
  margin-bottom: 18px;
  width: 382px;
}
.banner-first__main--content--p {
  color: white;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  width: 382px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*----------- Homepage -------------*/
#news-event {
  margin-top: 30px;
}

.title-news-event {
  background: #0098d2;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
  float: left;
  padding: 10px 15px;
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
}

.title-news-event a {
  color: #fff;
}

.title-news-event:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-left: 35px solid #0098d2;
  right: -35px;
  top: 0px;
}

#news-event .left {
  min-height: 740px;
  width: 340px;
  float: left;
  background: #ededed;
  padding-bottom: 20px;
  position: relative;
}

#news-event .left .image {
  width: 100%;
  float: left;
  overflow: hidden;
}

#news-event .left img {
  width: 100%;
  float: left;
  max-height: 246px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
}

#news-event .left .image:hover img {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
}

#news-event .left a:hover {
  color: #1d428a;
  transition: 0.5s;
}

#news-event .left h3 a {
  color: #333;
  line-height: 22px;
  font-size: 18px;
  font-weight: 700;
}

#news-event .left h3 {
  position: relative;
  clear: both;
  padding: 10px 10px 60px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

#news-event .left h3:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #333;
  width: 70px;
  bottom: 35px;
}

#news-event .left .p1 {
  width: 100%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
}

#news-event .left .p1 a {
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}

#news-event .left ul {
  clear: both;
  width: 100%;
  float: left;
  padding-left: 15px;
  box-sizing: border-box;
  padding-top: 10px;
}

#news-event .left li {
  padding: 5px 10px 10px 15px;
  position: relative;
  line-height: 20px;
}

#news-event .left li::before {
  content: "•";
  position: absolute;
  font-size: 20px;
  color: #333;
  top: 5px;
  left: 0px;
}

#news-event .left li a {
  color: #333;
}

#news-event .left .p2 {
  float: right;
  padding: 22px 10px 0 0;
  position: absolute;
  bottom: 20px;
  right: 10px;
}

#news-event .left .p2 a {
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
}

#news-event .left .p2 i {
  font-size: 30px;
  position: relative;
  top: 5px;
  padding-left: 10px;
}

#news-event .right {
  width: 770px;
  float: right;
}

#news-event .top-left {
  width: 350px;
  float: left;
  height: 420px;
  overflow: hidden;
}

#news-event .top-left img {
  width: 100%;
  float: left;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#news-event .top-left:hover img {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
}

#news-event .top-right {
  width: 420px;
  height: 420px;
  float: left;
  background: #05428c;
  padding: 20px;
  box-sizing: border-box;
}

#news-event .top-right .title {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 0 30px;
  font-size: 16px;
  margin-bottom: 0;
}

#news-event .top-right li {
  line-height: 20px;
  width: 50%;
  float: left;
  position: relative;
  padding: 5px 0;
}

#news-event .top-right li i {
  width: 20px;
  background-position: -342px -24px;
}

#news-event .top-right li a {
  color: #fff;
}

#news-event .top-right li a:hover {
  color: #0098d2;
}

#news-event .top-right ul {
  width: 100%;
  float: left;
  height: 210px;
  margin-bottom: 0;
}

#news-event .pdf-item {
  width: 25%;
  float: left;
}

#news-event .pdf-item:hover p {
  color: #0098d2;
}

#news-event .pdf-item i {
  background-position: -285px -10px;
  width: 40px;
  height: 60px;
  margin-left: 25.5px;
}

#news-event .pdf-item p {
  clear: both;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

#news-event .right .top {
  margin-bottom: 30px;
}

#news-event .right .bottom {
  display: flex;
  justify-content: space-between;
}

#news-event .bottom-left {
  width: calc(50% - 15px);
  float: left;
  position: relative;
  background: #336699;
}

#news-event .bottom-right {
  width: calc(50% - 15px);
  float: right;
  position: relative;
  height: 290px;
  padding: 12px 0;
  background: #333;
}

#news-event .bottom-right img {
  width: 100%;
  float: left;
  -o-object-fit: cover;
     object-fit: cover;
}

#news-event .bottom-right .play-video {
  width: 100px;
  position: absolute;
  left: 145px;
  cursor: pointer;
  top: 90px;
}

#news-event .bottom-left .fb {
  position: relative;
  width: 80px;
  height: 100%;
  float: left;
  background: #336699;
}

#news-event .bottom-left .fb svg {
  color: #fff;
  font-size: 45px;
  position: absolute;
  bottom: 0;
  left: 15px;
}

#news-event .bottom-left .image {
  width: calc(100% - 80px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
  overflow: hidden;
}

#news-event .bottom-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
}

#news-event .bottom-left:hover .image-hover {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
}

#news-event .bottom-left .text i {
  background-position: -172px -75px;
  width: 100px;
  height: 100px;
}

#news-event .bottom-left .text a {
  color: #05428c;
  text-transform: uppercase;
  font-weight: bold;
  float: right;
  width: calc(100% - 110px);
  padding-top: 35px;
  line-height: 18px;
}

#news-event .bottom-right iframe {
  width: 100%;
  height: 284.67px;
}

.system-farms {
  padding-bottom: 40px;
}

#home-slider-thumbnail {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#home-slider-thumbnail .swiper-wrapper {
  justify-content: center;
}

.slider-thumbnail {
  width: 100%;
  box-shadow: 0 3px 5px #ddd;
  z-index: 10;
  background: #fff;
}

.slider-thumbnail .item {
  text-align: center;
  line-height: 60px;
  position: relative;
  cursor: pointer;
}

#slides-home .bottom {
  width: 100%;
  float: left;
  height: 10px;
  background: #fff;
}

.slider-thumbnail .owl-item {
  width: auto !important;
}

.slider-thumbnail .active .item a {
  background: #e5e5e5;
  color: #0098d2;
}

.slider-thumbnail .item a {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 20px;
}

#home-slider-thumbnail .item a:hover {
  background: #e5e5e5;
  color: #0098d2;
}

.showYoutubePopupWraper {
  position: relative;
}
.showYoutubePopupWraper .icon_youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.showYoutubePopupWraper .icon_youtube svg {
  width: 70px;
}

.slider-thumbnail {
  width: 100%;
  float: left;
  box-shadow: 0 3px 5px #ddd;
  z-index: 10;
  background: #fff;
}

.slider-thumbnail .item {
  text-align: center;
  line-height: 60px;
  float: left;
  width: 100%;
  position: relative;
  margin-right: 40px;
  cursor: pointer;
}

#slides-home .bottom {
  width: 100%;
  float: left;
  height: 10px;
  background: #fff;
}

.slider-thumbnail .owl-item {
  width: auto !important;
}

.slider-thumbnail .active .item a {
  background: #e5e5e5;
  color: #0098d2;
}

.slider-thumbnail .item a {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

#infomation h1.title {
  font-weight: 700;
}

.bottom-left-item-absolute {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  width: 100%;
}
.bottom-left-item-absolute--wrap {
  margin-left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.bottom-left-item-absolute--wrap .logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.bottom-left-item-absolute--wrap .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.bottom-left-item-absolute--wrap .text {
  width: calc(100% - 90px);
}
.bottom-left-item-absolute--wrap .text p {
  color: #0A458E;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-text-stroke: 3px white;
  paint-order: stroke fill;
}

#home-slider {
  position: relative;
  overflow: hidden;
  height: 694px;
  width: 100%;
}

#home-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Thumbnail slider styles */
#home-slider-thumbnail {
  height: 60px;
}
#home-slider-thumbnail .home-slider-link {
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home-slider-thumbnail .home-slider-link span {
  text-align: center;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
#home-slider-thumbnail .home-slider-link.active {
  background: #e5e5e5;
}
#home-slider-thumbnail .home-slider-link.active span {
  color: #0098d2;
}

#support {
  margin: 50px 0;
}

#support h1.title {
  color: #333;
  font-size: 25px;
  text-transform: uppercase;
  padding-bottom: 30px;
}

#support .content {
  border: 1px dotted #0092c9;
  background: #ededed;
  padding: 50px 100px;
  box-sizing: border-box;
}

#support div.title {
  color: #333;
  font-weight: bold;
  padding: 20px 0;
}

#support div.title i {
  width: 50px;
  height: 50px;
  background-position: -107px -346px;
  position: relative;
  bottom: 20px;
  padding-right: 10px;
}

#support .form-inline {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

#support .form-inline input[type=text] {
  width: calc(50% - 10px);
  float: left;
  height: 55px;
  padding-left: 10px;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #555;
}

#support .form-inline input.error {
  border: 1px solid red;
}

#support .form-inline textarea.error {
  border: 1px solid red;
}

#support .form-inline input:last-child {
  float: right;
}

#support .form-inline textarea {
  width: 100%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #555;
  font-family: "Roboto", Helvetica, Arial, sans-senif;
  font-size: 16px;
  height: 150px;
}

#support .send-form {
  clear: both;
  float: right;
  color: #fff;
  background: #0092c9;
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px 30px;
}

#support .hotline {
  clear: both;
  padding: 35px 0;
}

#support .hotline .title {
  font-size: 18px;
  text-transform: uppercase;
  color: #0072a9;
  font-weight: 600;
  margin-bottom: 0;
}

#support .hotline .hotline_hepl {
  padding: 10px 0px;
  font-size: 17px;
  margin-bottom: 0;
}

#support .hotline .phone {
  font-size: 20px;
  color: #fe9900;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 0;
}

#support .hotline .phone {
  font-size: 20px;
  color: #fe9900;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 0;
}

/*---- header menu lv 2 ----*/
.child-menu-2 {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.child-menu-2 .sub-menu-2 {
  position: absolute;
  left: 92%;
  top: 0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px solid #cecece;
  height: auto !important;
  z-index: 9999;
  width: 170px;
  background-color: #fff;
  padding: 5px 0;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
}
.child-menu-2:hover .sub-menu-2 {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.support_button_submit {
  display: flex;
  justify-content: flex-end;
}

#loading_box {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100000;
  opacity: 0;
  visibility: hidden;
}

#loading_image {
  width: 100%;
  height: 100%;
  background: url("/assets/img/image-loading.gif") no-repeat center center;
  background-size: 100px;
}

.sub-menu-2.visible {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.system-farms .farms-item {
  color: #fff;
  font-size: 14px;
  background: none !important;
}
.system-farms .farms-item-2 {
  top: 155px;
}
.system-farms .farms-item-3 {
  top: 206px;
}
.system-farms .farms-item-4 {
  top: 238px;
}
.system-farms .farms-item-5 {
  top: 276px;
}
.system-farms .farms-item-6 {
  top: 307px;
}
.system-farms .farms-item-7 {
  top: 345px;
}
.system-farms .farms-item-8 {
  top: 381px;
}
.system-farms .farms-item-9 {
  top: 490px;
}
.system-farms .farms-item-10 {
  top: 542px;
}
.system-farms .farms-item-11 {
  top: 585px;
}
.system-farms .farms-item-12 {
  top: 630px;
}

.baner-content__slide .baner-slide .image .baner-text {
  top: 68px;
  transform: translateY(0);
  margin-bottom: 18px;
}

.baner-content__slide .baner-slide .image .baner-text .name-page {
  font-weight: 700;
  font-size: 35px;
  line-height: 56px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
