#container-top-noh, #contianer-mid, #contianer-top, .contianer {
  width: 100%;
}

.mycontent1 {
  background-color: #ffffff;
  padding: 0px 0px !important;
  z-index: 100;
}

#banner-slide {
  height: 500px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  #banner-slide {
    height: 150px;
    margin-bottom: 0px;
  }
}

.carousel-item {
  text-align: center;
}

.tbimg {
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
@media (max-width: 768px) {
  .tbimg {
    height: 150px;
    background-size: 150% auto;
  }
}
#contianer-top {
  height: 701px;
  background-color: #A4CE57;
  background-image: url("/assets/img/bg/home_bg1.png");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: 9999;
}
@media (max-width: 768px) {
  #contianer-top {
    height: 200px;
  }
}

#contianer-mid {
  height: 15vh;
}

#container-top-noh {
  background-color: #A4CE57;
  background-image: url("/assets/img/bg/home_bg1.png");
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
}

.row {
  margin-right: auto;
  margin-left: auto;
  max-width: 105rem;
}
.row img {
  display: inline-block;
}

#navbar-wp {
  font-weight: 500;
}
#navbar-wp .active {
  font-weight: 900;
  color: #166993;
}
#navbar-wp .nav-item a {
  color: #166993;
}
#navbar-wp .nav-item:hover {
  border-radius: 10px;
  background-color: #efefef;
  transition: background-color 0.3s ease 0s;
}
@media (max-width: 768px) {
  #navbar-wp {
    padding: 10px 50px 10px 5px;
  }
}

#mobile-menu {
  display: none;
  padding: 0;
}
@media (max-width: 768px) {
  #mobile-menu {
    display: block;
    height: 50px;
  }
}

#home-img2 {
  margin-top: 0px;
  height: 40px;
}

@media (min-width: 768px) {
  #home-img2 {
    display: none;
  }
}

.mobile-nav {
  display: none;
  background: linear-gradient(90deg, rgb(255, 255, 255) 20%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 768px) {
  .mobile-nav {
    display: block;
  }
}
@media (min-width: 768px) {
  .mobile-nav {
    display: none !important;
  }
}
.mobile-nav a {
  padding: 10px;
}

.menu-collapse {
  width: 300px;
  height: 100%;
  top: 0;
  right: 0;
  position: fixed;
  backface-visibility: hidden;
  background: #FFFFFF;
  z-index: 9999;
  padding-top: 50px;
  color: #166993;
  transition: 0.23s;
}
.menu-collapse ul {
  padding-left: 1rem;
}
.menu-collapse li {
  list-style: none;
  padding: 10px 10px;
  font-size: 18px;
}

#close-menu {
  position: absolute;
  top: 2px;
  right: 30px;
  font-size: 35px;
  color: #2d2d2d;
}

#menuv1 {
  color: #166993;
  font-weight: 800;
  font-size: 23px;
  padding-top: 5px;
}

.lv2 {
  padding-top: 5px;
}
.lv2 a {
  text-decoration: none;
  color: #166993;
}

@media (max-width: 768px) {
  .desktop-nav {
    display: none;
  }
}

.menu-collapse-bg {
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  position: fixed;
  backface-visibility: hidden;
  background: rgba(10, 11, 16, 0.8);
  z-index: 9990;
}

.w-close {
  width: 0px;
  font-size: 0px;
}

.w-none {
  display: none;
}

.nav-dd a {
  text-decoration: none;
  color: var(--bs-nav-link-color);
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .nav-dd a:first-child {
    padding: 8px;
  }
}
.nav-dd a:only-child {
  padding: 4px 8px 4px 20px;
}
.nav-dd ul.dropdown-menu {
  top: 96% !important;
  left: 58px !important;
}
.nav-dd a:hover {
  color: #000000;
}
.nav-dd .dropdown-toggle:hover .dropdown-menu {
  display: block;
}

.link-label {
  position: relative;
}
@media (max-width: 768px) {
  .link-label #branding {
    display: none;
  }
}
.link-label #branding img {
  width: 135px;
}
.link-label #branding div {
  width: 165px;
  height: 90px;
  position: absolute;
  top: 227px;
  right: 68px;
  padding-left: 10px;
}
.link-label #branding:hover img {
  width: 190px;
}
.link-label #branding:hover div {
  width: 165px;
  height: 90px;
  position: absolute;
  top: 195px;
  right: 97px;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .link-label #mascot {
    display: none;
  }
}
.link-label #mascot img {
  width: 130px;
}
.link-label #mascot div {
  width: 250px;
  height: 143px;
  position: absolute;
  top: 262px;
  right: 368px;
  padding-left: 109px;
}
.link-label #mascot:hover img {
  width: 190px;
}
.link-label #mascot:hover div {
  width: 250px;
  height: 143px;
  position: absolute;
  top: 218px;
  right: 389px;
  padding-left: 109px;
}
@media (max-width: 768px) {
  .link-label #packeging {
    display: none;
  }
}
.link-label #packeging img {
  width: 140px;
}
.link-label #packeging div {
  width: 208px;
  height: 300px;
  position: absolute;
  top: 225px;
  left: 61px;
  padding-left: 48px;
}
.link-label #packeging:hover img {
  width: 230px;
}
.link-label #packeging:hover div {
  top: 177px;
  padding-left: 4px;
}
@media (max-width: 768px) {
  .link-label #other {
    display: none;
  }
}
.link-label #other img {
  width: 160px;
}
.link-label #other div {
  width: 179px;
  height: 162px;
  position: absolute;
  top: 59px;
  left: 238px;
}
.link-label #other:hover img {
  width: 220px;
}
.link-label #other:hover div {
  left: 210px;
  top: 13px;
}
@media (max-width: 768px) {
  .link-label #logo {
    display: none;
  }
}
.link-label #logo img {
  width: 100px;
}
.link-label #logo div {
  width: 205px;
  height: 236px;
  position: absolute;
  top: 179px;
  left: 400px;
  text-align: center;
  padding-top: 60px;
}
.link-label #logo:hover img {
  width: 200px;
}
.link-label #logo:hover div {
  padding-top: 5px;
}

.topic-title {
  margin-top: 25px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
}

.p-header {
  padding: 5px;
  margin-bottom: 0px;
}
.p-header a {
  text-decoration: none;
  color: #408dba;
}
.p-header a p {
  border: 4px solid #408dba;
  padding: 10px 0;
  border-radius: 50px;
  margin: 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 400;
}
.p-header a:hover p {
  background-color: #408dba;
  color: var(--bs-light);
}

.p-headerV2 p {
  border-bottom: 4px solid #408dba;
  padding: 10px 0;
  margin: 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 400;
  color: #408dba;
}

.p-item {
  margin: 5px 10px;
  padding: 0px 0px 10px 0px;
}

.p-item a {
  cursor: pointer;
}
.p-item .portfolio-info {
  padding: 15px 0px 0 0;
}
.p-item .portfolio-info p {
  font-size: 0.94rem;
  font-weight: 300;
  margin-bottom: 0;
}
.p-item .portfolio-info h6 {
  margin-bottom: 2px;
}
.p-item .portfolio-img {
  overflow: visible;
  position: relative;
}
.p-item .portfolio-img img {
  width: 400px;
  height: 400px;
  transition: opacity 0.4s ease 0s, transform 1s ease 0s;
  box-shadow: 1px 8px 20px -10px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 8px 20px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 8px 20px -10px rgba(0, 0, 0, 0.75);
}
@media (max-width: 576px) {
  .p-item .portfolio-img img {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
.p-item .img-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.p-item:hover .portfolio-img {
  overflow: visible;
}
.p-item:hover img {
  transform: scale(1);
}
.p-item:hover .portfolio-info {
  display: block;
}
.p-item:hover .img-fluid {
  opacity: 0;
}
.p-item:hover .img-hover {
  opacity: 100;
}

.modal-content {
  border-radius: 3px !important;
}
.modal-content img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .modal-content {
    min-width: 1100px;
  }
}
@media (max-width: 768px) {
  .modal-content {
    max-width: 768;
  }
}

.group-warper {
  padding-top: 10px;
  padding-bottom: 25px;
}

.modal-header {
  padding: 0.1rem !important;
  border: none !important;
}
.modal-header .modal-title {
  text-align: center !important;
  font-size: 1.5rem !important;
  font-weight: bold !important;
}
.modal-header .btn-close {
  position: absolute;
  right: -8px;
  top: -5px;
  background-color: #c1bcbc;
  opacity: 100%;
  border-radius: 100px;
}
.modal-header .btn-close:hover {
  opacity: 1 !important;
  background-color: #8e8a8a;
}

.modal-body {
  padding: 0.2rem !important;
}

.modal-dialog {
  max-width: 1100px !important;
}

.modal-backdrop.show {
  opacity: 0.84 !important;
}

.mycontent2 {
  margin: 0;
  padding: 40px 0;
  background-color: #e8f3f9;
}
.mycontent2 p {
  font-weight: 200;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.footerv1 {
  padding: 25px 0;
  background-color: #408dba;
  color: var(--bs-white);
}
.footerv1 .topic1 {
  font-size: 1.2rem;
  text-align: center;
}
.footerv1 ul {
  flex-direction: row;
  text-align: center;
  clear: both;
  display: block;
}
.footerv1 ul li {
  display: inline-block;
  padding: 5px 5px;
}
.footerv1 ul img {
  height: 30px;
}

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