a {
  display: inline-block;
}

button {
  outline-color: transparent !important;
}

.hamburger {
  outline-color: transparent !important;
}

.navbar-top-home {
  width: 100%;
  height: 75px;
  position: fixed;
  z-index: 2000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  justify-content: center;
  -webkit-transition: height 0.6s ease-in;
  -o-transition: height 0.6s ease-in;
  transition: height 0.6s ease-in;
  background: url("../assets/bg-home.jpg") no-repeat,
  linear-gradient(180deg, #d6eec1 0%, #d6eec1 65%, #d6eec1);
  background-position: top center;
  background-size: cover;
  background-blend-mode: soft-light;
}
.navbar-top {
  width: 100%;
  height: 75px;
  position: fixed;
  z-index: 2000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  justify-content: center;
  -webkit-transition: height 0.6s ease-in;
  -o-transition: height 0.6s ease-in;
  transition: height 0.6s ease-in;
  background: #d6eec1;
}

.navbar-top-scroll {
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 2000;
  background: #d6eec1;
  -webkit-box-shadow: 0 4px 30px 0 rgba(223, 225, 230, 0.5);
          box-shadow: 0 4px 30px 0 rgba(223, 225, 230, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
          justify-content: center;
  -webkit-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

.child-navbar {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

/* .logo-text {
  font-size: 2em;
  color: #fff;
  width: 177px;
  -webkit-transition: font-size 0.5s ease-in;
  -o-transition: font-size 0.5s ease-in;
  transition: font-size 0.5s ease-in;
} */

.logonavbar-warpper {
  width: 140px;
}

.logo {
  width: 140px;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.logo:hover {
  width: 150px;
  padding: 10px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  color: #000
}

.logo-scroll {
  width: 110px;
  padding: 10px;
  margin-left: 10%;
  cursor: pointer;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.text-etex {
 font-size: 0.9em;
}

/* .logo-text-scroll {
  color: #007bff;
  font-size: 1.5em;
  width: 177px;
  -webkit-transition: font-size 0.5s ease-in;
  -o-transition: font-size 0.5s ease-in;
  transition: font-size 0.5s ease-in;
} */

.super-menu {
  display: inline-block;
}

.super-menu > li {
  display: inline-block;
  min-width: 140px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
  padding: 0 10px;
}

.super-menu > li > a {
  /* color: #8e8e93; */
  color: darkgreen;
  text-decoration: none;
  width: 100%;
}

.super-menu > li:hover {
  display: inline-block;
  text-align: center;
  line-height: 45px;
  color: #fefefe9c;
  background: rgb(0, 0, 0, 0.05);
}

.super-menu-scroll {
  display: inline-block;
}

.super-menu-scroll > li {
  display: inline-block;
  min-width: 140px;
  text-align: center;
  line-height: 45px;
  color: rgb(0, 0, 0) !important;
  padding: 0 10px;
}

.super-menu-scroll > li > a{
  /* color: #8e8e93; */
  color: darkgreen;
}

.super-menu-scroll > li:hover {
  display: inline-block;
  text-align: center;
  line-height: 45px;
  color: #7EC241;
}

.super-menu-scroll > ul {
  color: #2c3e50;
}

ul.sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  min-width: 100px;
  text-align: center;
  line-height: 45px;
  border-bottom: solid 5px transparent;
  border-left: solid 2px transparent;
  border-right: solid 2px transparent;
  padding: 10px;
  color: darkgreen;
}

ul.sub-menu:hover {
  color: #7EC241 ;
}


.content-list {
  display: none;
  position: absolute;
  top: 67px;
  right: 0;
  min-width: 280px;
  height: auto;
  border: solid 2px #fefefe;
  background: #fff;
  font-size: 16px;
  text-decoration: none;
  line-height: 45px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

.content-list:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -6px;
  right: 7px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
}

.content-list a {
  text-decoration: none;
  border-bottom: solid 2px #f8f8f8;
  color: #2c3e50 !important;
  width: 100%;
  cursor: pointer;
}

.content-list a:before {
  content: "";
  display: block;
  position: absolute;
  border-left: solid 5px #7EC241;
  left: 0;
  height: 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.content-list a:hover {
  color: #7EC241;
}

.content-list a:hover:before {
  height: 45px;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sub-menu {
  position: relative;
  color: #000;
}

.sub-menu:hover > .content-list {
  display: block;
}

.sub-menu:hover > a {
  display: block;
  text-align: left;
}

.img-sub-menu {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  vertical-align: middle;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  width: 16px;
}

.img-sub-menu-scroll {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  vertical-align: middle;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  width: 16px;
}

.lang-flag-switch {
  display: none;
  min-width: 0;
}

.lang-flag-switch-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lang-flag-switch-mobile a{
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.th-switch {
  width: 25px;
}

.th-switch-mobile {
  width: 50px;
  text-align: center;
}

.active {
  /* color: #7EC241 !important; */
  /* color: #000 80 !important; */
}

@media screen and (max-width: 1218px) {
  .super-menu {
    font-size: 14px;
  }
}



@media screen and (max-width: 1218px) {

  .logo-text {
    font-size: 1.5em;
    color: rgb(0, 0, 0);
    -webkit-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    width: 270px;
  }

  .logo-text-scroll {
    color: #428C2E;
    font-size: 1.5em;
    width: 270px;
    -webkit-transition: font-size 0.5s ease-in;
    -o-transition: font-size 0.5s ease-in;
    transition: font-size 0.5s ease-in;
  }
  
  .super-menu {
    background: #d60103;
    position: absolute;
    left: 0;
    right: 0;
    top: 64px;
    display: none;
  }
  .navbar-top {
    background: #d6eec1;
    -webkit-box-shadow: 0 4px 30px 0 rgba(223, 225, 230, 0.5);
            box-shadow: 0 4px 30px 0 rgba(223, 225, 230, 0.5);
    height: 75px;
    -ms-flex-pack: distribute;
    justify-content: space-between;
  }

  .navbar-top-scroll {
    -ms-flex-pack: distribute;
    justify-content: space-between;

  }

  .super-menu > li {
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .super-menu > li:hover {
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .burger-position {
    display: block;
    position: fixed;
    top: 10px;
    right: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2001;
  }

  ul.super-menu-mobile-scroll {
      margin: 0;
      padding: 73px 10px 0 10px ;
  }

  .super-menu-mobile {
    background: #d60103;
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
    list-style-type: none;
  }
  .super-menu-mobile > li {
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 45px;
    color: #fff;
  }
  .super-menu-mobile > li:hover {
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 45px;
    color: #fff;
  }
  .super-menu-scroll {
    background: #428C2E;
    position: absolute;
    left: 0;
    right: 0;
    top: 64px;
  }
  .super-menu-scroll > li {
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 45px;
    background: #428C2E;
    color: #fff;
    padding: 10px;
  }
  .super-menu-scroll > li:hover {
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 45px;
    color: #ee2524;
    padding: 10px;
    border-bottom: solid 5px #ee2524;
    border-left: solid 2px #ee2524;
    border-right: solid 2px #ee2524;
  }

  .super-menu-mobile-scroll {
    background: #428C2E;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .super-menu-mobile-scroll > li {
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 45px;
    color: #fff;
  }

  .super-menu-mobile-scroll a {
      color: #fff;
      width: 100%;;
    }

  .super-menu-mobile-scroll > li:hover {
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 45px;
    color: #fff;
  }

  .logo-scroll {
    width: 110px;
    padding: 10px;
    margin-left: 5%;
    cursor: pointer;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-filter: brightness(1) invert(0);
            filter: brightness(1) invert(0);
  }
  .logo {
    -webkit-filter: brightness(1) invert(0);
            filter: brightness(1) invert(0);
    width: 110px;
    padding: 2px;
    margin-left: 5%;
    margin-top: 3%;
    cursor: pointer;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }

  .burger-position-mobile {
    top: 2px;
    display: block;
    position: fixed;
    z-index: 2001;
    right: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  ul.sub-menu {
    border-bottom: #fefefe solid;
  }
  .content-list-mobile {
    display: block;
    width: 100%;
    background: #428C2E;
  }
  .content-list-mobile a {
    display: block;
    text-align: center;
    padding: 8px;
    color: #fff;
    text-decoration: none !important;
  }

  .content-list-mobile li {
      display: block;
      text-align: center;
      padding: 8px;
      color: #fff;
      text-decoration: none !important;
    }
}


@supports (-ms-accelerator: true) { /* Edge only */

  .navbar-top {
    -ms-flex-pack: distribute;
    justify-content: space-between;
  }
  
  .navbar-top-scroll {
    -ms-flex-pack: distribute;
    justify-content: space-between;

  }

}
