#navtop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
}
#navtop .logo img {
  width: 22.4vw;
}

#formsearch {
  margin-right: 0.7rem;
}
#formsearch img {
  width: 1.25rem;
  height: auto;
}
.navtop_right {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}
.navtop_right form{
  border: 1px solid var(--color_main);
  display: flex;
  border-radius: 50px;
  padding-left: 15px;
}
.navtop_right input:focus{
  outline: none;
}
.navtop_right input{
  border: none;
  padding-left: 0.625rem;
  width: 18.125rem;
  font-style: italic;
  color: var(--color_dark);
  background-color: rgba(255,255,255,0.0);
}
.navtop_right input::placeholder {
  color: #596164;
}
.navtop_right button {
  padding: 0.8rem 1.8rem;
  border-radius: 50px;
  background-color: var(--color_main);
}
.navtop_right button i {
  color: #fff;
}
.navtop_right .group_links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.navtop_right .group_links a {
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  width: clamp(30px, 2vw,40px);
  height: clamp(30px, 2vw,40px);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: clamp(20px, 2vw,40px);
  padding: 5px;
}
.navtop_right .group_links a:hover {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}
.navtop_right .group_links a:last-child {
  margin-right: 0;
}
.group_links a img {
  width: clamp(25px,1.6vw,50px);
  height: auto;
}
#navbottom {
  background-color: var(--color_main);
  font-size: 1.15rem;
  z-index: 3;
  width: 100%;
}
#navbottom .row {
  position: relative;
}
.nav_submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  display: none;
  z-index: 2;
  transition: 0.5s;
  opacity: 0;
}
#navbottom ul {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  margin: 0;
}
#navbottom li {
  padding: 1.875rem 1.5625rem;
  position: relative;
}
.menu_prod {
  text-align: center;
}
.ctrl_sub {
  font-size: 1.125rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  background-color: var(--color_main);
}
.ctrl_sub:hover {
  color: #ffffff;
}
.menu_prod::after {
  transition: 0.5s;
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(50%);
  z-index: 3;
  background-color: #fff;
  opacity: 0;
}
.menu_prod:hover::after {
  opacity: 1.0;
}
.dropdown-item {
  font-size: 1.125rem;
  color: #ffffff;
  background-color: var(--color_dark);
}

#navbottom .col-12 {
  display: flex;
  flex-direction: row;
  justify-content: end;
}
#language {
  color: #ffffff;
}
#navbottom #language {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: var(--color_lightgray02);
    padding: 1.6rem 1.6875rem 1.3rem;
    color: #000;
    height: 100%;
}
#navbottom #language p {
    margin: 0;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 1.125rem;
    font-weight: 400;
}
#navbottom .dropdown-menu {
    border-radius: 0;
    background-color: var(--color_dark);
    text-align: center;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
#navbottom .dropdown-menu .dropdown-item {
  position: relative;
}
#navbottom .dropdown-menu .dropdown-item::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 15.6px;
  top: 50%;
  left: 10px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  background-repeat: no-repeat;
}
#navbottom .dropdown-menu .dropdown-item:nth-child(1)::after {
  background-image: url(../images/flag_en.png);
}
#navbottom .dropdown-menu .dropdown-item:nth-child(2)::after {
  background-image: url(../images/flag_tw.png);
}
#navbottom .dropdown-menu .dropdown-item:nth-child(3)::after {
  background-image: url(../images/flag_es.png);
}
#navbottom .dropdown-menu .dropdown-item:nth-child(4)::after {
  background-image: url(../images/flag_ar.png);
}
#navbottom .dropdown-menu .dropdown-item:nth-child(5)::after {
  background-image: url(../images/flag_fr.png);
}

/* en 英*/
#navbottom .dropdown-menu .dropdown-item:nth-child(1) {
  order: 2;
}
/* tw 繁中*/
#navbottom .dropdown-menu .dropdown-item:nth-child(2) {
  order: 1;
}
/* es 西班牙*/
#navbottom .dropdown-menu .dropdown-item:nth-child(3) {
  order: 4;
}
/* ar 阿拉伯*/
#navbottom .dropdown-menu .dropdown-item:nth-child(4) {
  order: 5;
}
/* af 法國 */
#navbottom .dropdown-menu .dropdown-item:nth-child(5) {
  order: 3;
}


#navbottom .dropdown-menu.show {
  display: flex;
  flex-direction: column;
  line-height: 2.5rem;
}
#navbottom .dropdown-item:hover {
    background-color: var(--color_gray);
    color: #ffffff;
}
#navbottom .dropdown-menu a {
    font-size: 1.125rem;
    font-weight: 400;
}


.submenu_row {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  background-color: rgba(26, 26, 26, 0.75);
  display: flex;
  flex-direction: row;
  justify-content: start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#submenuProductImg {
  padding-right: 2.5rem;
  width: 20rem;
}
#nav_pro_menu_item_img {
  background-color: #fff;
}
#nav_pro_submenu {
  display: flex;
  flex-direction: column;
  width: calc( 100% - 20rem );
}
.submenu_item {
  margin-bottom: 1.2rem;
  color: rgba(255,255,255,1.0);
  font-size: 1rem;
  font-weight: 400;
}
.submenu_item.active {
  color: rgba(255,255,255,1.0);
  margin-left: 20px;
}
.submenu_item:last-child {
  margin-bottom: 0;
}
.mediamenu {
  text-transform: uppercase;
}
.item a.title {
  color: var(--color_dark);
  text-transform: uppercase;
}
.list .item .list .item a.title {
  text-transform: capitalize;
}
.header .mobile .mobile-nav .logo {
  background-color: #fff;
}
.header .mobile .logo a img {
  width: 100px;
  height: auto;
  z-index: 12;
}
#menuButtons {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 3;
}
#inquiry {
  background-color: var(--color_main);
}
#inquiry:hover {
  background-color: var(--color_dark);
}
#offsetTop {
  background-color: var(--color_gray02);
}
#offsetTop:hover {
  background-color: var(--color_gray);
}
.pageRbutons {
  width: 5rem;
  height: 5rem;
  display: block;
  position: relative;
}
#inquiry img {
  width: 2rem;
}
#offsetTop img {
  width: 0.85rem;
}
.pageRbutons img {
  height: auto;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%,-50%);
  -webkit-transform: translate(50%,-50%);
  -moz-transform: translate(50%,-50%);
  -ms-transform: translate(50%,-50%);
  -o-transform: translate(50%,-50%);
}
.pageRbutons:hover img {
  transform: translate(50%,-50%) scale(0.95);
  -webkit-transform: translate(50%,-50%) scale(0.95);
  -moz-transform: translate(50%,-50%) scale(0.95);
  -ms-transform: translate(50%,-50%) scale(0.95);
  -o-transform: translate(50%,-50%) scale(0.95);
}
.shopingcarimg {
  position: absolute;
  top: 35%;
  right: 35%;
  transform: translate(50%,-50%);
  -webkit-transform: translate(50%,-50%);
  -moz-transform: translate(50%,-50%);
  -ms-transform: translate(50%,-50%);
  -o-transform: translate(50%,-50%);
}
.carcomponent {
  position: relative;
}
.carcomponedtbg, #shopingcarVal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.carcomponedtbg {
  background-color: #B2DAFC;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#shopingcarVal {
  color: var(--color_main);
  line-height: 0;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Noto Sans TC', sans-serif;
}
/* mobile -------- start*/
.language {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}
.language .item {
  padding-right: 5px;
  padding-left: 5px;
}
/* en 英*/
.language .item:nth-child(1) {
  order: 2;
}
/* tw 繁中*/
.language .item:nth-child(2) {
  order: 1;
}
/* es 西班牙*/
.language .item:nth-child(3) {
  order: 4;
}
/* ar 阿拉伯*/
.language .item:nth-child(4) {
  order: 5;
}
/* af 法國 */
.language .item:nth-child(5) {
  order: 3;
}

.language li+li:before {
  content: '/';
  margin: 0 4px;
  color: #fff;
}
.header .mobile .searchbar-wrapper .searchbar {
  flex-direction: row;
  justify-content: center;
}
.header .mobile .mobile-nav .language {
  background-color: var(--color_main);
}
.header .mobile .mobile-nav .language li+li:before {
  display: none;
}
.language_mobil {
  background-color: var(--color_main);
  position: relative;
}
.language_mobil::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 15.6px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-repeat: no-repeat;
}
#mobilenav .language .item:nth-child(1) .language_mobil::after {
  background-image: url(../images/flag_en.png);
}
#mobilenav .language .item:nth-child(2) .language_mobil::after {
  background-image: url(../images/flag_tw.png);
}
#mobilenav .language .item:nth-child(3) .language_mobil::after {
  background-image: url(../images/flag_es.png);
}
#mobilenav .language .item:nth-child(4) .language_mobil::after {
  background-image: url(../images/flag_ar.png);
}
#mobilenav .language .item:nth-child(5) .language_mobil::after {
  background-image: url(../images/flag_fr.png);
}
.header .mobile .mobile-nav {
  padding-bottom: 10px;
  min-height: 100vh;
}
.header .mobile .searchbar-wrapper {
  margin-bottom: 100px;
}
/* mobile -------- end*/
@media screen and (min-width:1200px) {
  #navbottom ul {
    padding-right: 1.6875rem;
  }
  #navbottom li {
    padding: 1.6rem 1.6875rem 1.3rem;
  }
}
@media screen and (max-width:1440px) {
  .pageRbutons {
    width: 4rem;
    height: 4rem;
    display: block;
    position: relative;
  }
  #menuButtons {
    top: calc( 100% - 125px);
  }
}
@media screen and (max-width:1199px) {
  #navbottom li {
    padding: 0.8rem 1rem;
  }
  .ctrl_sub {
    font-size: 1rem;
  }
  #navbottom .container {
    max-width: 100vw;
    width: 100%;
  }
}
@media screen and (max-width:991px) {
  .header .mobile .logo a img {
    width: 170px;
  }
  .group_links {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    padding-right: 10px;
  }
  .group_links a {
    padding-right: 15px;
    padding-left: 5px;
  }
  .content.mobile .main .item {
    margin-bottom: 0rem;
  }
  .content.mobile .main .item .item {
    margin-bottom: 0rem;
  }
}
@media screen and (max-width:767px) {
  .pageRbutons {
    width: 4rem;
    height: 4rem;
  }
  #menuButtons {
    position: fixed;
    right: 0;
    top: 85%;
  }
}
@media screen and (max-width:575px) {
  .language {
    justify-content: end;
  }
}
@media (max-width: 1699px) and (min-width: 1100px) {
  #navtop {
    align-items: center;
    padding-top: clamp(10px, 0.8vw, 60px);
    padding-bottom: clamp(10px, 0.8vw, 60px);
    padding: clamp(10px, 1.2vw, 60px) 0 clamp(10px, 1vw, 60px);
  }
  #navtop .logo img {
    width: 20vw;
  }
  .navtop_right input {
    width: 15vw;
  }
  #formsearch .fs-16 {
    font-size: 0.85vw;;
  }
  .navtop_right input {
    width: 14vw;
  }
  .navtop_right button {
    padding: 0.4rem 0.8vw;
  }
  #formsearch img {
    width: 1vw;
    height: auto;
  }
  .navtop_right .group_links a img {
    width: 1.7vw;
  }
  .navtop_right .group_links a {
    /* padding-right: 0.5vw;
    padding-left: 0.5vw; */
  }
  #navbottom #language {
    padding: 0.6vw 1vw 0.6vw;
    padding: 1.2vw 1vw 1.2vw;
  }
  #navbottom li {
    padding: 0.6vw 1vw 0.6vw;
  }
  .ctrl_sub {
    font-size: 1.1vw;
  }
}