@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;500;700&display=swap");
:root {
  --red: #c7111a;
  --dark-gray: #555;
  --lightblue: #e7f1f3;
  --lightgray: #e4e9ea;
  --deepblue: #32576d;
  --orange: #d8883d;
  --brightorange: #f57d0c;
  --yellow: #fac000;
}

.course #box2 iframe {
  border: solid var(--yellow) 1px;
}

body {
  font-family: "Noto Sans TC", serif;
  min-height: 1000px;
  margin: 0;
  padding: 0;
  width: calc(100vw + 1px);
  color: #fff;
  background-color: #000;
  overflow-x: hidden;
  scrollbar-width: none;
}

html {
  width: 100vw;
  margin: 0;
  overflow-x: hidden;
  scrollbar-width: none;
  scroll-padding-top: 200px;
}

@media screen and (max-width: 768px) {
  ::-webkit-scrollbar {
    display: none;
  }
}
.navbar {
  padding: 0;
  top: 25px;
  z-index: 988;
  background-color: #000 !important;
}

/*nav*/
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}

.navbar-brand {
  background-color: unset;
}

.navbg {
  background-color: #000;
}

.navbar-collapse {
  background-color: rgba(0, 0, 0, 0.9);
}

@media screen and (max-width: 768px) {
  .navbg {
    height: 50px;
    background-color: #000;
  }
}
.navbar-nav li {
  padding-right: 10px;
}
.navbar-nav li:hover {
  background-color: var(--yellow);
  color: #000;
}

.nav-link {
  cursor: pointer;
  transition: 0s;
  font-weight: 600;
}

.nav-link.active {
  color: unset;
}

.navbar-nav li a {
  font-size: 17px;
}

.navtext {
  display: flex;
  justify-content: flex-end;
  /* margin-right: 8vw; */
  font-weight: 600;
  font-size: 16px;
}

.navbg img {
  height: 35px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .navtext {
    justify-content: flex-end;
    margin-right: 0;
  }
  .navtext {
    align-items: flex-start;
    height: 100vh;
    margin-left: 215px;
    margin-right: -20px;
    padding-right: 20px;
  }
  .navbg img {
    height: 32px;
    margin-left: 0px;
  }
}
.navbar-toggler {
  transform: scale(0.8);
  margin: 0;
}

.navbar-toggler:focus {
  box-shadow: unset;
}

.navbar-nav li {
  text-align: right;
}

.lan-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-left: 20px;
}

.lan {
  margin: 0 6px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(102, 102, 102, 0.4);
  display: grid;
  justify-content: center;
  align-content: center;
  color: #fff;
  cursor: pointer;
}

.lan.active {
  /* border:solid 3px #888; */
  color: #888;
}

/* div[class^="menu"].active {
    border:50px 0d 4px #aaa;
} */
#menu1.active,
#menu2.active,
#menu3.active,
#menu4.active,
#menu5.active,
#menu6.active {
  border-bottom: solid 4px rgb(125, 150, 201);
  transition: 0s;
}

@media screen and (max-width: 768px) {
  .lan-box {
    margin-left: 0 !important;
    transform: scale(0.9);
  }
}
/*nav-END*/
.footer {
  background-color: #000;
  min-height: 200px;
  /* font-weight: 200; */
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 20px;
  }
}
.footer-info {
  line-height: 2.2em;
  width: 100%;
  display: grid;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .footer-info {
    padding: 0.5rem;
  }
}
.center-center {
  display: grid;
  justify-content: center;
  align-content: center;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  padding: 5px 15px;
  height: 50px;
  display: grid;
  justify-content: center;
  align-content: center;
  font-size: 0.9em;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  background-color: var(--yellow);
  border-bottom: solid 0px !important;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link:hover {
  color: #000 !important;
}

.navbarNavDropdown {
  background-color: rgba(0, 0, 0, 0.3333333333);
}

#box1,
#box2,
#box3,
#box4,
#box5,
#box6 {
  min-height: 150px;
  background-color: #000;
  position: relative;
}

#box1 {
  /* background-image: url("../img/slide1_index.jpg"); */
  background-position: left top;
  background-size: auto 100%;
  min-height: 35vw;
  margin-top: 70px;
  background-repeat: no-repeat;
}

#box2 {
  background-position: center bottom;
  background-size: 100% auto;
  min-height: 400px;
  background-repeat: no-repeat;
}

#box3 {
  background-color: var(--yellow);
}

/* #box3 > .row {
  max-width: 800px;
} */
@media screen and (max-width: 768px) {
  #box3 > .row {
    max-width: unset;
  }
}
.c-c {
  display: grid;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.allheight {
  min-height: 35vw;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #box1 {
    background-position: center 0%;
    background-size: cover;
    min-height: 80vh;
    margin-top: 30px;
  }
  .allheight {
    min-height: 80vh;
  }
  #box2 {
    background-size: auto 60vh;
    min-height: unset;
  }
}
.btn-box {
  background-color: var(--yellow);
  color: #000;
  padding: 10px;
  width: auto;
  margin: 10px auto;
  padding: 5px 60px;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  box-shadow: inset -2px -2px 3px 2px rgba(31, 21, 21, 0.5333333333);
}

.btn-box:hover {
  box-shadow: inset 2px 2px 3px 2px rgba(31, 21, 21, 0.5333333333);
}

.home #box3 .btn-box {
  background-color: unset;
  background: linear-gradient(to right, #e9ecf5, #cbd0de);
  border-radius: 35px;
  height: 80px;
  font-weight: 700;
  padding: 5px 40px;
}
.home #box3 .btn-box:hover {
  color: #000;
}
@media (max-width: 800px) {
  .home #box3 .btn-box {
    padding: 5px 64px;
    height: 69px;
    font-size: 20px;
  }
}

.btn-box2 {
  /* background-color: #fff; */
  color: #fff;
  padding: 10px;
  border: solid 1px #fff;
  width: auto;
  margin: 10px auto;
  padding: 5px 40px;
  /* clip-path: polygon(12px 0%, 100% 0%, calc(100% - 12px) 100%, 0% 100%); */
  cursor: pointer;
}

.btn-box2:hover {
  background-color: var(--yellow);
  color: #000;
  border: solid 1px var(--yellow);
}

.text-shadow {
  text-shadow: 0 0 10px #000;
}

.info-box {
  background-color: rgba(0, 0, 0, 0.3333333333);
  padding: 40px;
}

.box2-info {
  text-align: center;
  min-height: 300px;
  display: grid;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
}

.calorie #box3 .box2-info {
  width: 800px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .calorie #box3 .box2-info {
    width: 80vw;
  }
}
.short-line {
  height: 1px;
  width: 60px;
  background-color: var(--yellow);
  margin-top: 20px;
}

.socilmedia-box {
  width: 50px;
  height: 200px;
  position: fixed;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  right: calc((100vw - 1245px) / 2);
  top: 500px;
  z-index: 500;
  padding: 5px;
  margin: 0;
}
@media (max-width: 800px) {
  .socilmedia-box {
    top: unset;
    bottom: 10px;
    right: 0;
  }
}

.socilmedia-box > div {
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3333333333);
}

.socilmedia-box > div:nth-of-type(1) {
  z-index: 1;
}

.socilmedia-box > div:nth-of-type(2) {
  z-index: 2;
}

.socilmedia-box > div:nth-of-type(3) {
  z-index: 3;
}

.socilmedia-box > div:nth-of-type(4) {
  z-index: 4;
}

.so-box {
  background-color: var(--yellow);
  cursor: pointer;
  /* clip-path: polygon(0% 10px, 10px 0%, 100% 0%, 100% 100%, 0% 100%); */
}

.so-box:hover {
  filter: brightness(0.9);
}

.so-box img {
  width: 30px;
}

.box3-info {
  margin: auto;
  min-width: 275px;
  color: #000;
}

#box3 .btn-box {
  height: 90px;
  font-size: 600;
}

#box4 {
  background-color: #212121;
}

.box4-btn-box {
  display: grid;
}
.box4-btn-box .btn-box {
  width: 215px;
  margin: auto;
}

#box4 > div > div {
  background-size: cover;
  min-height: 300px;
}

#box4 > div > div:nth-of-type(3) {
  background-position: center center;
}

@media screen and (max-width: 768px) {
  #box4 > div > div:nth-of-type(3) {
    order: 2;
  }
  #box4 > div > div:nth-of-type(4) {
    order: 1;
  }
  .box4-btn-box {
    grid-template-columns: 1fr;
  }
  .box4-btn-box .btn-box {
    text-align: center;
    margin-top: 10px !important;
    border-radius: 35px;
    height: 80px;
    font-weight: 700;
    padding: 5px 40px;
    font-size: 20px;
  }
  .course-intro {
    margin-bottom: 10px;
  }
}
#box5 {
  min-height: 380px;
}

@media screen and (max-width: 768px) {
  #box5 {
    min-height: 440px;
  }
}
.index-slide-outbox {
  /* width: 100vw; */
  max-width: 1200px;
  /* background-color: #212121; */
}

.index-slide-box {
  overflow: hidden;
  width: 100%;
  margin: auto;
  position: relative;
}

#owl-one .owl-prev {
  position: absolute;
  top: 106px;
  font-size: 5em !important;
  opacity: 0.6;
}

#owl-one .owl-next {
  position: absolute;
  top: 106px;
  opacity: 0.6;
  font-size: 5em !important;
}

.owl-prev {
  position: absolute;
  left: 10px;
  top: 65px;
  font-size: 5em !important;
  opacity: 0.6;
}
@media (max-width: 800px) {
  .owl-prev {
    left: 0px;
  }
}

.owl-next {
  position: absolute;
  right: 10px;
  top: 65px;
  opacity: 0.6;
  font-size: 5em !important;
}
@media (max-width: 800px) {
  .owl-next {
    right: 0px;
  }
}

#owl-video .owl-next {
  right: 200px;
}
@media (max-width: 800px) {
  #owl-video .owl-next {
    right: 276px;
  }
}
@media (max-width: 500px) {
  #owl-video .owl-next {
    right: 110vw;
  }
}

#owl-video .owl-prev {
  left: 200px;
}
@media (max-width: 800px) {
  #owl-video .owl-prev {
    left: 276px;
  }
}
@media (max-width: 500px) {
  #owl-video .owl-prev {
    left: 110vw;
  }
}

.owl-prev span img, .owl-next span img {
  height: 35px;
}

@media screen and (max-width: 768px) {
  .owl-prev {
    top: 65px;
  }
  .owl-next {
    top: 65px;
  }
  #owl-one .owl-prev {
    top: 50px;
  }
  #owl-one .owl-next {
    top: 50px;
  }
}
.owl-item,
.owl-item.active {
  transition: 0.8s;
}

#box3 .btn-box:hover {
  background-color: #000;
  color: #fff;
}

#box6 {
  background-color: #212121;
}

.wide-box {
  width: 100%;
  min-width: 250px;
}

.red {
  color: red;
}

#box6 .info {
  width: 800px;
}

@media screen and (max-width: 768px) {
  #box6 .info {
    width: 95vw;
  }
}
.submit-btn {
  background-color: var(--yellow);
  color: #000;
  padding: 7px;
  text-align: center;
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: inset -2px -2px 3px 2px rgba(31, 21, 21, 0.5333333333);
}

.submit-btn:hover {
  box-shadow: inset 2px 2px 3px 2px rgba(31, 21, 21, 0.5333333333);
}

.back-home {
  background-color: #e9ecf5;
  color: #000;
  padding: 7px;
  text-align: center;
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer;
  margin: 15px auto;
  box-shadow: inset -2px -2px 3px 2px rgba(31, 21, 21, 0.5333333333);
  display: none;
}
@media (max-width: 800px) {
  .back-home {
    width: 95vw;
    margin: auto;
    display: block;
  }
}
.back-home:hover {
  box-shadow: inset 2px 2px 3px 2px rgba(31, 21, 21, 0.5333333333);
}

.foot-link-box {
  padding: 10px;
}

.footer a {
  color: #fff;
  text-decoration: underline;
}

.footer :not(a) {
  /* font-weight: 200; */
}

.footer-icon {
  margin: auto;
}
.footer-icon img {
  width: 30px;
  cursor: pointer;
  margin-left: 10px;
}

.about #box1 {
  background-size: cover;
  display: grid;
  justify-items: center;
  align-items: end;
  padding-bottom: 30px;
  background-image: url(../img/about-bg1.webp);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
.about #box3 {
  background-color: #000000;
}
.about #box4 {
  background-color: #212121;
}
.about .owl-next, .about .owl-prev {
  top: 24px;
}
@media (max-width: 800px) {
  .about .owl-next, .about .owl-prev {
    top: 30px;
  }
}

.about #box2,
.about #box3 {
  background-image: unset;
  min-height: unset;
}

.about-box1-info {
  max-width: 800px;
  font-weight: 200;
  line-height: 2em;
  text-shadow: 0 0 10px 5px #000;
  position: relative;
  display: gride;
  justify-content: center;
}

.about-icon-box {
  width: 120px;
  height: 120px;
  border: solid #fff 1px;
  display: grid;
  justify-items: center;
  align-items: center;
  grid-template-rows: 1fr 45px;
  margin: 10px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.3em;
  color: #fff;
  cursor: default;
}

.about-icon-box:hover,
.about-icon-box:focus {
  grid-template-rows: 1fr;
  margin: 10px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.3em;
  color: var(--yellow);
}

.about-icon-box > div {
  display: grid;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* .about-icon-box img{
  max-height:40px;
  max-width: 40px;
} */
.box2-icons > div > div:nth-of-type(1) img {
  max-width: 40px;
}

.box2-icons > div > div:nth-of-type(2) img {
  max-width: 50px;
}

.box2-icons > div > div:nth-of-type(3) img {
  max-width: 30px;
}

.box2-icons > div > div:nth-of-type(4) img {
  max-width: 40px;
}

.box2-icons > div > div:nth-of-type(5) img {
  max-width: 40px;
}

.about-video-s {
  width: 300px;
  height: 169px;
}

.calorie #box4 {
  background-color: #1e1e1e;
  background-image: url(../img/about-bg-bottom.jpg);
  min-height: 485px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

a {
  text-decoration: none;
}

.about-video-box {
  width: 950px;
}

.about-video-l.active {
  width: 600px;
  height: 335px;
}

@media screen and (max-width: 768px) {
  .envi-info-box {
    max-width: 95vw;
  }
  .about-video-box {
    width: 100vw;
  }
  #box3 .btn-box {
    height: 36px;
  }
  .about #box1 {
    background-size: cover;
    /* height: calc(100vh - 90px); */
    background-image: url(../img/about-bg1.jpg);
    display: grid;
    justify-items: center;
    align-items: end;
    /* padding-left: 17px; */
    padding: 1rem;
    padding-bottom: 30px;
    background-position: center;
    margin: auto;
  }
  .about-box1-info {
    max-width: 95vw;
    padding: 1rem;
    text-shadow: 0 0 5px #000000;
  }
}
@media screen and (max-width: 768px) and (max-width: 800px) {
  .about-box1-info {
    margin-top: 100px;
  }
}
.enviroment .owl-next, .enviroment .owl-prev {
  top: 24px;
}
@media (max-width: 800px) {
  .enviroment .owl-next, .enviroment .owl-prev {
    top: 30px;
  }
}
.enviroment owl-twoyoutube-video-slid #box1 {
  background-image: url(../img/enviroment-bg-1.jpg);
  min-height: 500px;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 800px) {
  .enviroment owl-twoyoutube-video-slid #box1 {
    min-height: 200px;
  }
}
.enviroment #owl-two {
  margin-top: 30px;
}
@media (max-width: 800px) {
  .enviroment #owl-two {
    margin-top: 0;
  }
}

.about-video-menu img {
  width: 220px;
  margin-bottom: 10px;
  margin-right: 5px;
  cursor: pointer;
}

.about-video-menu img:hover {
  filter: brightness(0.8);
}

@media screen and (max-width: 768px) {
  .about-video-menu img {
    width: 30vw;
  }
}
.enviroment #box2 {
  background-image: unset;
  min-height: unset;
}

.enviroment #box3 {
  background-color: #212121;
}

.envi-info2-box {
  display: grid;
  justify-content: end;
  justify-items: end;
  text-align: end;
}

.envi-info2-box > div {
  justify-content: end;
  text-align: end;
  /* border:solid; */
  text-align: end;
  display: grid;
}

.simg {
  width: 400px;
  margin: 20px;
}

.course #box1 {
  min-height: 440px;
  background-image: url(../img/courses-bg1.jpg);
  background-size: cover;
}
.course .course-px-box img {
  width: 100%;
}
@media (max-width: 800px) {
  .course .course-px-box {
    display: none;
  }
}
.course #owl-three, .course #owl-four, .course #owl-five, .course #owl-six {
  display: none;
}
@media (max-width: 800px) {
  .course #owl-three, .course #owl-four, .course #owl-five, .course #owl-six {
    display: block;
  }
}
.course #owl-three .owl-next, .course #owl-three .owl-prev, .course #owl-four .owl-next, .course #owl-four .owl-prev, .course #owl-five .owl-next, .course #owl-five .owl-prev, .course #owl-six .owl-next, .course #owl-six .owl-prev {
  top: 27px;
  opacity: 0;
}
.course #owl-three .item, .course #owl-four .item, .course #owl-five .item, .course #owl-six .item {
  display: grid;
  align-content: center;
}
@media (max-width: 800px) {
  .course #owl-three .item, .course #owl-four .item, .course #owl-five .item, .course #owl-six .item {
    min-height: 50vw;
  }
}
.course #owl-three .item img, .course #owl-four .item img, .course #owl-five .item img, .course #owl-six .item img {
  margin: auto;
  width: 500px;
  height: 250px;
}
@media (max-width: 800px) {
  .course #owl-three .item img, .course #owl-four .item img, .course #owl-five .item img, .course #owl-six .item img {
    margin: auto;
    width: 95vw;
    height: 47.5vw;
  }
}
.course #owl-one a {
  color: #fff !important;
}
.course .slide-inbox {
  width: 100%;
  height: 100%;
}
.course #box2 {
  background-image: unset;
  justify-content: center;
  justify-items: center;
  display: grid;
  text-align: center;
  margin-top: 100px;
}
.course .simg {
  width: 500px;
  margin: 20px;
}
@media (max-width: 800px) {
  .course .simg {
    width: 95vw;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .simg {
    width: 100vw;
    margin: 0;
  }
  .envi-info2-box {
    justify-content: start;
    justify-items: start;
    text-align: start;
  }
}
.s-icon-box {
  width: 280px;
  margin-top: 30px;
}

.yellow {
  color: var(--yellow);
}

.courses-video-box {
  width: 700px;
  height: 394px;
}

.course-list-box {
  width: 1200px;
  display: grid;
  grid-template-columns: 550px 1fr;
  justify-content: center;
  align-items: center;
}
.course-list-box img {
  border: solid 1px var(--yellow);
  width: 500px;
  margin: 15px;
}
@media (max-width: 800px) {
  .course-list-box {
    width: 100vw;
    justify-items: center;
    display: grid;
    grid-template-columns: unset;
    justify-content: center;
    margin: auto;
  }
  .course-list-box img {
    width: 90vw;
    margin: auto;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .course #box1 {
    min-height: 240px;
  }
  .envi-info2-box-parent {
    padding: 25px !important;
  }
}
.course-main {
  border: solid 1px #fff;
  width: auto;
  display: grid;
  width: 120px;
  justify-content: center;
  padding: 2px 20px;
  margin-top: 10px;
}

.course-course-info {
  text-align: start;
  padding: 15px;
}

.course #box3 {
  background-color: #212121;
}

@media screen and (max-width: 768px) {
  .envi-info2-box {
    display: grid;
    justify-content: start;
    text-align: start;
  }
  .courses-video-box {
    width: 100vw;
    height: 56vw;
  }
  .envi-info2-box > div {
    justify-content: start;
    text-align: start;
    /* border:solid; */
    text-align: start;
    display: grid;
  }
}
.calorie #box1 {
  background-size: cover;
  height: 330px;
  min-height: 330px;
  background-image: url(../img/calorie-bg1.jpg);
  display: grid;
}

.calorie #box2 {
  min-height: unset;
  background-image: unset;
  margin-top: 90px;
}

.calorie #box3 {
  background-color: #1e1e1e;
}

.text-left {
  text-align: left;
}

.result {
  line-height: 2em;
}

.map {
  width: 100%;
  max-width: 600px;
  height: 200px;
  margin: 10px;
  border-radius: 5px;
}
@media (max-width: 800px) {
  .map {
    max-width: 90vw;
    height: 300px;
    margin: auto;
  }
}

.footer-bottom img {
  height: 30px;
}

.footer-bottom {
  font-size: 0.85em;
}

@media screen and (max-width: 768px) {
  .calorie #box4,
  .about #box4 {
    min-height: 155px;
  }
  .home #box1 {
    min-height: 300px;
    /* height: 500px; */
  }
  .home #box3 {
    height: 250px;
  }
  #box4 > div > div {
    min-height: 300px;
  }
}
.container {
  max-width: 1200px !important;
}

#box1 > .row {
  min-height: 440px;
}

#box5 .btn-box2 {
  max-width: 230px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url(../img/mobile-nav-icon.svg) !important;
}

.navbar-toggler.active {
  background-color: #333 !important;
}

.navbar-toggler {
  background-color: unset !important;
  border-color: var(--yellow) !important;
}

.nav-item {
  height: 70px;
  display: grid;
  justify-content: center;
  align-content: center;
}

.nav-item:hover {
  background-color: var(--yellow);
  color: #000;
}
.nav-item:hover.nav-link {
  color: #000;
}

@media screen and (max-width: 768px) {
  .nav-item:hover {
    border-bottom: solid var(--yellow) 1px;
  }
  .mt-5 {
    margin-top: 2rem !important;
  }
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--yellow);
}

.mobile-center-box {
  display: grid;
  justify-content: center;
  justify-items: center;
}

.mobile-center-box.right {
  width: 100%;
  justify-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-dots .owl-dot span {
    margin: 5px 22px;
  }
  .box2-info .box2-text {
    text-align: left !important;
  }
  .mobile-center-box,
  .mobile-center-box.right {
    display: grid;
    justify-content: center;
    justify-items: center;
  }
  .s-icon-box {
    margin: auto;
  }
  #enviHome {
    text-align: left;
  }
  .envi-items > div:nth-of-type(1) {
    order: 2;
  }
  .envi-items > div:nth-of-type(2) {
    order: 1;
  }
}
.footer-menu {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: solid 2px #222;
  text-decoration: none;
}

.footer-menu-box a {
  text-decoration: none !important;
}

.slide {
  width: 100%;
  min-height: 400px;
  height: 400px;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 800px) {
  .slide {
    min-height: unset;
    height: 228px;
  }
}

#owl-one .item {
  width: 100%;
  min-height: 400px;
}
@media (max-width: 800px) {
  #owl-one .item {
    min-height: 250px;
    display: grid;
    align-items: center;
  }
}

.home #box1 {
  min-height: unset;
}
.home #box2 {
  padding-bottom: 30px;
}
.home #box3 .row {
  width: 80vw;
  max-width: 800px;
}
.home .box3-info {
  text-align: center;
}
.home #owl-one {
  margin-top: 21px;
}
@media (max-width: 800px) {
  .home #owl-one {
    margin-top: 35px;
  }
}
.home #owl-one .slide-1 {
  background-image: url(../img/slide1_index.jpg);
}
@media (max-width: 800px) {
  .home #owl-one .slide-1 {
    background-image: url(../img/banner_mo_1.webp);
  }
}
.home #owl-one .slide-2 {
  background-image: url(../img/slide-2.jpg);
}
@media (max-width: 800px) {
  .home #owl-one .slide-2 {
    background-image: url(../img/banner_mo_2.webp);
  }
}

.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item {
  width: 100%;
}

.owl-item {
  transform: scale(0.98) !important;
}

.slide-r {
  width: 50%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .slide-r {
    width: 100%;
  }
  #owl-one .item img {
    margin-top: 20px;
  }
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: unset !important;
}

.very-top-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  display: grid;
  justify-items: center;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 988;
}

.very-top {
  margin: auto;
  background-color: var(--yellow);
  height: 25px;
  color: #000;
  font-size: 12px;
  width: 100vw;
  max-width: 1200px;
  text-align: center;
  display: grid;
  justify-items: center;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-weight: 500;
}

.youtube-video-slide .about-video-l {
  width: 0;
  height: 0;
}
.youtube-video-slide .owl-item {
  display: grid;
  justify-content: center;
}
@media (max-width: 800px) {
  .youtube-video-slide .owl-prev {
    top: 24px;
    left: 276px;
  }
}
@media (max-width: 500px) {
  .youtube-video-slide .owl-prev {
    top: 24px;
    left: 407px;
  }
}
@media (max-width: 800px) {
  .youtube-video-slide .owl-next {
    top: 24px;
    right: 276px;
  }
}
@media (max-width: 500px) {
  .youtube-video-slide .owl-next {
    top: 24px;
    right: 407px;
  }
}

.about-video-l.active {
  width: 600px;
  height: 335px;
}
@media (max-width: 800px) {
  .about-video-l.active {
    width: 87vw;
    height: 46vw;
  }
}
@media (max-width: 500px) {
  .about-video-l.active {
    width: 100vw;
    height: 56vw;
  }
}

.video-thumb {
  width: 600px;
  height: 338px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: grid;
  justify-content: center;
  align-items: center;
  justify-content: center;
  align-content: center;
  cursor: pointer;
}
.video-thumb img {
  margin: auto;
  width: 70px;
  cursor: pointer;
}
@media (max-width: 800px) {
  .video-thumb {
    width: 87vw;
    height: 46vw;
  }
}
@media (max-width: 500px) {
  .video-thumb {
    width: 100vw;
    height: 56vw;
  }
}

.dark-bg {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  display: grid;
  z-index: 999;
  justify-content: center;
  align-items: center;
  justify-items: center;
  transform: translateY(-110vh);
  transition: 0.5s;
}
.dark-bg .bi-x-circle {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 55px;
  height: 55px;
  cursor: pointer;
}
.dark-bg .bi-x-circle:before {
  transform: scale(2);
  margin-top: 20px;
}
.dark-bg.active {
  transform: translateY(0);
  transition: 0.5s;
}
.dark-bg img {
  width: 100vw;
  max-width: 800px;
}
@media (max-width: 800px) {
  .dark-bg img {
    max-width: 100vw;
  }
}

.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}
.bee-chart {
  max-width: 850px;
  width: 100%;
}

.env-video {
  width: 560px;
  height: 315px;
}
@media (max-width: 800px) {
  .env-video {
    width: 100vw;
    height: 55vw;
  }
}/*# sourceMappingURL=style.css.map */