body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  background-color: #fff;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding-top {
  padding-top: 10px;
}

/*
.layout_padding-bottom {
	padding-bottom: 75px;
} */

/*header section*/
.hero_area {
  background-image: url("../images/about/background.png");
  background-size: cover;
  background-position: center;
  align-content: center;
}

.header_section {
  font-family: "Poppins", sans-serif;
  background-repeat: no-repeat;
  background-size: 30% 80px;
  background-color: #f5f5f5;
}

.header_section_about {
  font-family: "Poppins", sans-serif;
  background-repeat: no-repeat;
  background-size: 30% 80px;
  /* background-color: #f5f5f5; */
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  text-transform: uppercase;
  padding: 10px 13px;
  color: #004aad;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.navbar-brand,
.navbar-brand:hover {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #fafcfd;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);

  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

.flag {
  max-height: 20px;
  max-width: 20px;
  margin-top: 10px;
}

/*end header section*/

/* slider section */
.slider_section {
  height: 92vh;
}

.slide-one {
  background-image: url("../images/slider1.png");
  min-height: 76vh;
  background-size: cover;
  background-position: center;
  align-content: center;
}

.slide-two {
  background-image: url("../images/slider2.png");
  min-height: 76vh;
  background-size: cover;
  background-position: center;
  align-content: center;
}

.slide-tree {
  background-image: url("../images/slider3.png");
  min-height: 76vh;
  background-size: cover;
  background-position: center;
  align-content: center;
}

.slider_section::before {
  content: "";
  position: absolute;
  left: -5px;
  width: 101%;
  height: 107%;
  background-image: url(../images/wnhslide.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: bottom;
}

.slider_item-box .col-md-6 {
  display: flex;
  align-items: center;
}

.slider_item-box .slider-box-detail {
  color: #fff;
  text-shadow: 4px 4px 7px blue;
}

.slider_item-box .slider-box-detail h1 {
  font-weight: bold;
}

.slider_item-box .slider-box-detail a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 50px;
  background-color: #131212;
  border-radius: 25px;
  color: #fcfdfd;
  margin-top: 10px;
}

.number-container {
  position: absolute;
  top: 34%;

  left: 4%;
}

.number-container .number-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}

.number-container .number-box hr {
  border: none;
  width: 2px;
  height: 85px;
  background-color: white;
}

.carousel-control {
  position: absolute;
  top: 43%;
  right: 7%;
  display: flex;
  flex-direction: column;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  background-color: #000101;

  left: auto;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  background-color: transparent;
  opacity: 1;
  border-radius: 100%;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
}

.slider_section .carousel-control-prev {
  margin-top: 60px;
  margin-left: -46px;
  background-image: url(../images/prev.png);
}

.slider_section .carousel-control-next {
  background-image: url(../images/next.png);
}

.glide__slide img {
  transition: transform 0.3s ease;
  /* Untuk transisi halus */
  /* width: 100%; */
  /* height: auto; */
}

.glide__slide:hover img {
  transform: scale(1.1);
  /* Membesarkan gambar 10% saat hover */
}

/* end slider section */

/* about section */
.about-page .about_section {
  padding: 50px 0;
  margin: 50px 0;
}

.about-background-value {
  background-image: url("../images/about/background-value.png");
  height: auto;
  background-size: cover;
  background-position: center;
  align-content: center;
}

.about-value-icon {
  width: 12em;
}

.background-contact {
  background-image: url("../images/background-contact.png");
  height: auto;
  background-size: cover;
  background-position: bottom;
  align-content: center;
}

.about-page .about_section::before {
  top: -50px;
  width: 100%;
  height: 150%;
}

.about_section {
  padding-top: 5%;
  padding-bottom: 50px;
  position: relative;
}

.about_section h2 {
  text-align: center;
  position: relative;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 50px;
}

.about_section h2::after {
  content: "";
  position: absolute;

  width: 110px;
  height: 4px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);

  background-color: #ff2d3b;
}

.about_section .col-md-6 {
  display: flex;
  align-items: center;
}

.about_section::before {
  content: "";
  position: absolute;
  top: -100px;
  /*	right: 0; */
  width: 92%;
  height: 120%;
  z-index: -2;
  /*	background-color: #f3f3fd; */
}

.about_section .about-detail a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 45px;
  background-color: #ff0000;
  border-radius: 25px;
  color: #fff;
  margin-top: 70px;
}

/* end about section */

/* proses section */
.hero-area-facility {
  background-image: url("../images/process/background.png");
  background-size: cover;
  background-position: top;
  align-content: center;
}

.do_section .content-box {
  color: #ffffff;
  text-align: center;
  padding: 10px 15px;
  border-radius: 15px;
  margin: 25px 0;
}

.do_section .content-box img {
  height: 70px;
  margin: 15px;
}

.do_section .content-box.bg-red {
  background-color: #fb1004;
}

.do_section .content-box.bg-green {
  background-color: #0ca57a;
}

.facility-card {
  background-color: unset;
  max-width: 55em;
  border: 0;
}

.card-text-item {
  min-height: 15em;
  background-color: #004aad;
}

.text-card-right {
  animation-duration: 3s;
  animation-name: slideinright;
}

.text-card-left {
  animation-duration: 3s;
  animation-name: slideinleft;
}

@keyframes slideinright {
  from {
    translate: 150vw 0;
    scale: 200% 1;
  }

  to {
    translate: 0 0;
    scale: 100% 1;
  }
}

@keyframes slideinleft {
  from {
    translate: -150vw 0;
    scale: 200% 1;
  }

  to {
    translate: 0 0;
    scale: 100% 1;
  }
}

.arrow-size {
  font-size: 1.5rem;
}

.font-blue {
  color: #004aad;
}

.background-blue {
  background-color: #004aad;
}

.button-white {
  color: #004aad;
  background-color: white;
}

.background-red {
  background-color: #ee2828;
}

.card-list-facility {
  transition: transform 0.3s ease;
  /* Untuk transisi halus */
  border-radius: 15px;
  max-width: 22.5rem;
  min-height: 27.5rem;
}

.card-list-facility:hover {
  transform: scale(1.1);
  /* Membesarkan gambar 10% saat hover */
}

/* end proses section */

/* product section */

/* .text-title-top {
  animation-duration: 3s;
  animation-name: slideintop;
}

@keyframes slideintop {
  from {
    transform: translateY(-1vw);
    opacity: 0;
  }
  to {
    transform: translateY(0vw);
    opacity: 1;
  }
} */

.text-title-top {
  animation-duration: 1.5s;
  animation-name: slideintitle;
}

@keyframes slideintitle {
  from {
    transform: translateY(-1vw);
    opacity: 0;
  }

  to {
    transform: translateY(0vw);
    opacity: 1;
  }
}

.text-sub-top {
  animation-duration: 1.5s;
  animation-name: slideinsub;
}

@keyframes slideinsub {
  from {
    transform: translateY(-2vw);
    opacity: 0;
  }

  to {
    transform: translateY(0vw);
    opacity: 1;
  }
}

.class_section h2 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
}

.class_section h2::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 4px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);

  background-color: #ff2d3b;
}

.class_section .class_img-box {
  width: 220px;
  height: 290px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 55px;

  background-repeat: no-repeat;
}

.class_section .class_img-box.box-img-1 {
  background:
    /* linear-gradient(0deg,
			rgba(54, 54, 54, 0.5),
			rgba(54, 54, 54, 0.8)), */
    url(../images/food.png);
  background-size: cover;
}

.class_section .class_img-box.box-img-1:hover {
  background: linear-gradient(0deg,
      rgba(230, 56, 60, 0.8),
      rgba(230, 56, 60, 0.8)),
    url(../images/food.png);
  background-size: cover;
}

.class_section .class_img-box.box-img-2 {
  background:
    /* linear-gradient(0deg,
			rgba(54, 54, 54, 0.5),
			rgba(54, 54, 54, 0.8)), */
    url(../images/phcare.png);
  background-size: cover;
}

.class_section .class_img-box.box-img-2:hover {
  background: linear-gradient(0deg,
      rgba(230, 56, 60, 0.8),
      rgba(230, 56, 60, 0.8)),
    url(../images/phcare.png);
  background-size: cover;
}

.class_section .class_img-box.box-img-3 {
  background:
    /*linear-gradient(0deg,
			rgba(54, 54, 54, 0.5),
			rgba(54, 54, 54, 0.8)),*/
    url(../images/seasoning.png);
  background-size: cover;
}

.class_section .class_img-box.box-img-3:hover {
  background: linear-gradient(0deg,
      rgba(230, 56, 60, 0.8),
      rgba(230, 56, 60, 0.8)),
    url(../images/seasoning.png);
  background-size: cover;
}

.class_section .class_img-box.box-img-4 {
  background:
    /* linear-gradient(0deg,
			rgba(54, 54, 54, 0.5),
			rgba(54, 54, 54, 0.8)), */
    url(../images/oil.png);
  background-size: cover;
}

.class_section .class_img-box.box-img-4:hover {
  background: linear-gradient(0deg,
      rgba(230, 56, 60, 0.8),
      rgba(230, 56, 60, 0.8)),
    url(../images/oil.png);
  background-size: cover;
}

.class_section .class_img-box.box-img-5 {
  background:
    /* linear-gradient(0deg,
			rgba(54, 54, 54, 0.5),
			rgba(54, 54, 54, 0.8)), */
    url(../images/fssc-jkt.png);
  background-size: cover;
}

.class_section .class_img-box.box-img-5:hover {
  background: linear-gradient(0deg,
      rgba(230, 56, 60, 0.8),
      rgba(230, 56, 60, 0.8)),
    url(../images/fssc-jkt.png);
  background-size: cover;
}

.class_section .class_img-box.box-img-6 {
  background:
    /* linear-gradient(0deg,
			rgba(54, 54, 54, 0.5),
			rgba(54, 54, 54, 0.8)), */
    url(../images/9001-jkt.png);
  background-size: cover;
}

.class_section .class_img-box.box-img-6:hover {
  background: linear-gradient(0deg,
      rgba(230, 56, 60, 0.8),
      rgba(230, 56, 60, 0.8)),
    url(../images/9001-jkt.png);
  background-size: cover;
}

.class_section .class_img-box.box-img-7 {
  background:
    /* linear-gradient(0deg,
			rgba(54, 54, 54, 0.5),
			rgba(54, 54, 54, 0.8)), */
    url(../images/9001-slo.png);
  background-size: cover;
}

.class_section .class_img-box.box-img-7:hover {
  background: linear-gradient(0deg,
      rgba(230, 56, 60, 0.8),
      rgba(230, 56, 60, 0.8)),
    url(../images/9001-slo.png);
  background-size: cover;
}

.class_section .class_img-box a,
.class_section .class_img-box a:hover {
  color: #fff;
  text-align: center;
}

.class_section .class_section-btn {
  display: flex;
  justify-content: center;
}

.class_section .class_section-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 45px;
  border: 1px solid #ff0000;
  border-radius: 25px;
  color: #ff0000;
  margin-top: 70px;
}

/* end product section */

/* proses section */

.do_section .content-box {
  color: #ffffff;
  text-align: center;
  padding: 10px 15px;
  border-radius: 15px;
  margin: 25px 0;
}

.do_section .content-box img {
  height: 70px;
  margin: 15px;
}

.do_section .content-box.bg-red {
  background-color: #fb1004;
}

.do_section .content-box.bg-green {
  background-color: #0ca57a;
}

/* end proses section */

/* master section */
.dance_page .master_section::before {
  background-color: #ee3c3d;
  top: 0;
  height: 125%;
}

.dance_page .master_section {
  padding: 0;
  padding-top: 100px;
  margin-bottom: 0;
}

.master_section {
  position: relative;
}

.master_custom-container {
  width: 55%;
  margin: 0 auto;
  margin-bottom: 115px;
}

.master_section::before {
  content: "";
  position: absolute;
  top: -150px;
  height: 125%;
  width: 100%;
  background-image: url(../images/master-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.master_section h2 {
  text-align: center;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
}

.master_section h2::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);

  background-color: #fff;
}

.master_img-box {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid white;
  margin-bottom: 25px;
}

.master_img-box-white {
  background-color: #fff;
}

.master_section .master_detail {
  color: #fff;
  text-align: center;
}

.master_section .master_detail h4 {
  font-size: 20px;
}

.master_section .master_content-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.master_section .master_section-btn {
  display: flex;
  justify-content: center;
}

.master_section .master_section-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  margin-top: 70px;
}

/* end master section */

/* contact section */
.contact_section .col-md-6 {
  padding: 0;
}

.contact_section input {
  border: none;
  outline: none;
  border-bottom: 1px solid #000;
  width: 90%;
  margin: 10px 0;
}

.contact_form-container {
  padding: 45px;
  padding-right: 0;
}

.contact_form-container button {
  border: none;
  background-color: #ef3c3d;
  color: #fff;
  padding: 8px 40px;
  border-radius: 20px;
}

.contact_img-box {
  background-image: url(../images/dots.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 45px;
  padding-left: 0;
}

.contact_img-box img {
  width: 80%;
}

.contact_section h2 {
  font-size: 26px;
  color: #010103;
  font-weight: bold;

  position: relative;
  margin-left: 2.5%;
}

.contact_section h2::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 4px;
  top: 100%;
  left: 0;

  background-color: #ff2d3b;
}

p.statusMsg {
  font-size: 18px;
}

p.succdiv {
  color: #008000;
}

p.errordiv {
  color: #e80000;
}

/* end contact section */

/* info section */
.info_section {
  padding-top: 3em;
  padding-bottom: 0.1em;
  color: #fff;
  background-image: url(../images/background-footer.png);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}

.info_section .col-md-4 {
  padding: 0 30px;
}

.info_news input {
  border: none;
  width: 80%;
  height: 35px;
  border-radius: 20px;
  background-color: #fff;
  outline: none;
  padding-left: 20px;
}

.info_news button {
  border: none;
  background-color: #ef3c3d;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 7px 25px;
  border-radius: 20px;
  margin-top: 20px;
}

.info_nav nav {
  width: 70%;
  margin: 0 auto;
}

.info_nav ul {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}

.info_nav ul li {
  list-style-type: none;
}

.info_nav ul li a {
  color: #fff;
}

.custom_border-btm {
  border-bottom: 1px solid #fff;
}

.info_social {
  display: flex;
  justify-content: space-between;
  width: 150px;
  margin: 50px auto;
}

/* end info section */

/* footer section*/

.footer_section {
  background-color: #fdfdfe;
  padding: 20px 0;
  font-family: "Roboto", sans-serif;
}

.footer_section p {
  color: #292929;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #292929;
}

/* end footer section*/

/* admission section */

.admission_section a {
  background-color: #fdd31d;
  color: #fefeff;
}

/* end admission section */

/* slider brand section */

.section-padding {
  padding: 30px 0;
}

.brand-carousel {
  background: #fff;
  margin: 0;
}

.owl-dots {
  text-align: center;
  margin-top: 40px;
}

.owl-dot {
  display: inline-block;
  height: 15px !important;
  width: 15px !important;
  background-color: #444 !important;
  opacity: 0.8;
  border-radius: 50%;
  margin: 0 5px;
}

.owl-dot.active {
  background-color: black !important;
}

/* end slider brand section */