@font-face {
  font-family: Noto-r;
  src: url("/includes/fonts/NotoSans-Regular.otf") format("opentype");
}

@font-face {
  font-family: ITCAvantGardeStd-Md;
  src: url("/includes/fonts/ITCAvantGardeStd-Md.otf") format("opentype");
}

@font-face {
  font-family: Noto-jp;
  src: url("/includes/fonts/NotoSansJP-Regular.ttf");
}

@font-face {
  font-family: Noto-sc;
  src: url("/includes/fonts/NotoSansSC-Regular.ttf");
}




:lang(jp) header{
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-family: Noto-jp;
}

:lang(jp) h1,:lang(jp) h2,:lang(jp) h3,:lang(jp) h4,:lang(jp) body,,:lang(jp) button,:lang(jp) input,:lang(jp) optgroup,:lang(jp) select,:lang(jp) textarea{
font-family: Noto-jp;
}

:lang(sc) header{
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-family: Noto-sc;
}

:lang(sc) h1,:lang(sc) h2,:lang(sc) h3,:lang(sc) h4,:lang(sc) body:lang(sc) button,:lang(sc) input,:lang(sc) optgroup,:lang(sc) select,:lang(sc) textarea{
font-family: Noto-sc;
}

header{
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-family: ITCAvantGardeStd-Md;
}

h1,h2,h3,h4{
font-family: ITCAvantGardeStd-Md;
}

header .nav-link,header .nav-link:hover{
  color: #fff;
}

img.img-fluid{
  max-width: 100%;
  height: auto;
}

header .header_quote{
  background-color:#C3CC00;
  color: #fff;
}

a{
  color: #fff;
  text-decoration: none!important;
}

header .header_logo img{
  width: 100px;
  height: auto;
}

header .dropdown-toggle::after{
  content: none;
}

header li.nav-item{
  padding-left: 20px;
  padding-right: 20px;
}

header li.nav-item .nav-link{
  background-color: #000;
  color: #fff!important;
  font-size: 22px;
}

header li.nav-item .dropdown-item{
  background-color: #fff!important;
  color: #000;
  font-size: 22px;
}

header li.nav-item .dropdown-item div{
  width: fit-content;
  border-bottom: 3px solid #fff;
}

header li.nav-item .dropdown-item:hover div{
  color: #C3CC00;
  border-bottom: 3px solid #C3CC00;
}

.news_detail img{
  display: block;
  margin:auto;
  margin-bottom: 20px;
}

header .lang_div{
  margin-left: 50px;
}

header .lang_div a{
  padding-left: 10px;
  padding-right: 10px;
}

.header_quote{
  display: flex;
  min-width: 230px;
      align-items: center;
      justify-content: center;
}

.header_quote img{
  width: 35px;
  height: auto;
  margin-right: 10px;
}

.navbar-expand-lg .navbar-nav .nav-item .nav-link{
  border-top:0;
  border-left:0;
  border-right:0;
  border-bottom: 3px solid #000;
}

.navbar-expand-lg .navbar-nav .nav-item .nav-link:hover{
  border-top:0;
  border-left:0;
  border-bottom: 3px solid #C3CC00;
}

footer{
  padding-top: 30px;
  padding-bottom: 30px;
  background: url('/images/footer_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}

footer .footer_content1{
  margin-bottom: 30px;
}

footer .footer_content1_2 a{
  margin-left: 15px;
}

footer .footer_content1_1{
  width: 100px;
  height: auto;
}

footer .footer_content2_1 a{
  display: flex;
  align-items: center;
}

footer .footer_content1_2 a img{
  width: 40px;
  height: auto;
}


.home .home_section1{
  background:  url('/images/footer_bg.jpg');
}

body{
  font-family: Noto-r;
  overflow-x: hidden;
  font-size: 18px;
}

header{
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}

.home .home_section1,.home .home_section2,.home .home_section3{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center
}

.home .home_section1{
  color: #fff;
      text-shadow: 3px 3px 10px #000;
}

.home .home_section1 h1{
  font-size: 54px;
}

.home .home_section1 h3{
  font-size: 32px;
}

.home .home_section2 h2,.home .home_section4 h2,.g_color h2{
  color:#074045;
  font-size: 36px;
  margin-bottom: 0;
}

.home .home_section3{
  color: #fff;
}

.home .home_section2{
  font-size: 20px;
}

.news_detail a{
  color: #0d6efd;
}

.line1{
  width: 120px;
  height: 5px;
  margin-right: 20px;
  background:#074045;
}

.mb-6{
  margin-bottom: 6rem;
}

.mt-6{
  margin-top: 6rem;
}

.my-6{
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.pb-6{
  padding-bottom: 6rem;
}

.pt-6{
  padding-top: 6rem;
}

.py-6{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.text_xl{
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.text_l{
  line-height: 22px;
  font-size: 18px;
}

.home .section_contentnum .aboutnum{
  color:#074045;
  font-weight: 600;
  font-size: 30px;
}

.home .section_contentnum img{
  width: 80px;
  height: auto;
}

.home_section3 img{
  width: 80px;
  height: auto;
}

.home_section3{
  font-size: 20px;
}

.home_section3 .home_section3_box{
  border-left: 1px solid #fff;
}

.home_section3 .home_section3_box:first-child{
  border-left: none;
}

footer .footer_content1_2 a:first-child{
  margin-left: 0;
}

.div_content_main{
  margin-top: 100px;
}

.page_banner {
  min-height: 350px;
  height: 40vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 60% center;
}

.page_banner h1,.page_banner h2{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-shadow: 3px 3px 10px #000;
  font-size: 60px;
}

.page_banner_img{
  width: 100%;
  max-width: 100%;
  height: auto;
}

.bg_dot{
  background: url(/images/bg_img1.png);
  background-repeat: no-repeat;
  background-position: 40% 25%;
}

.radius_img{
  border-radius: 30px;
}


.video_play_div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}

.play_div{
  cursor: pointer;
  animation: 2s linear 0s infinite alternate play_animating;
  padding: 40px;
  width: fit-content;
  border-radius: 50%;
  background: #C3CC00;
  margin: auto;
}

.play_div img{
  width: 50px;
  height: auto;
  max-width: 100%;
}

.play_line{
  margin: auto;
  margin-top: 75px;
  width: 0;
  height: 150px;
  border-left: 4px solid #C3CC00;
  border-right: 4px solid #C3CC00;
}

.playvideo_content{
  position: relative;
  top:-90px;
}

@keyframes play_animating {
  from {
    box-shadow: 0px 0px 0px 20px rgba(219, 219, 219, 0.5);
  }
  to {
    box-shadow: 0px 0px 0px 40px rgba(219, 219, 219, 0.5);
  }
}

.box_content{
  background-color: #fff;
  box-shadow: 0px 0px 10px #146c4369;
}

.left_border_box .box_content{
  display: flex;
  min-height: 350px;
  border-left: 15px solid #C3CC00;
  height: 100%;
}

.left_border_box .box_content{
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 40%;
}

.company_profile .imgbg{
  background-image: url('/images/bg_3.svg');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 15%;
}

.company_profile_img2{
width:100%;
height:auto;
max-width:100%;}

.corporate_mission .imgbg{
  background-image: url('/images/bg_1.svg'),url('/images/bg_2.svg');
  background-position: bottom left, top right;
  background-repeat: no-repeat;
  background-size: 15%;
}

.corporate_mission .row .left_border_box:nth-child(1) .box_content{
  background-image: url('/images/corporate1.svg');
}

.corporate_mission .row .left_border_box:nth-child(2) .box_content{
  background-image: url('/images/corporate2.svg');
}

.corporate_mission .row .left_border_box:nth-child(3) .box_content{
  background-image: url('/images/corporate3.svg');
}

.corporate_mission .row .left_border_box:nth-child(4) .box_content{
  background-image: url('/images/corporate4.svg');
}

.mission_topic h3{
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}

.pageing_div a{
  color: #025157;
}

span.y_color{
  color: #C3CC00;
}

.contact_us .gray_bg{
   background-color: #E8E8E8!important;
}


.gray_bg:nth-child(even){
  background-color: #E8E8E8;
}

.gray_bg:nth-child(odd){
  background-color: #025157;
  color:#fff;
}

.dark_green{
background:#025157;
color: #fff;
height: 100%;
}


.dark_green img{
  max-width: 80px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.green_logo{
  max-width:200px;
  width: 100%;
  height: auto;
}

.factory_profile .section_contentnum .aboutnum{
  color: #074045;
  font-weight: 600;
  font-size: 40px;
  line-height: 36px;
}

.factory_profile .gray_bg:nth-child(odd) .section_contentnum .aboutnum{
  color: #fff;
}

.factory_profile .section_contentnum img{
  width: 80px;
  max-width: 100%;
  height: 80px;
}

.unit{
  color: #000;
  font-size: 18px;
  font-weight: 400;
  padding-left: 10px;
}

 .gray_bg:nth-child(odd) .unit{
  color: #fff;
}

.owl-carousel .owl-nav.disabled{
  display: block!important;
}

.news_cover_div{
  box-shadow: 0px 0px 10px #146c4369;
}

.prev_img,.next_img{
  width: 40px;
  height: 40px;
}

.factory_profile_owl1{
  position: relative;
}

.factory_profile_owl1 .owl-nav{
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.factory_profile_owl1 .owl-nav .owl-next{
  float: right;
}

.factory_profile_owl1 .owl-nav .prev_img{
  margin-left: -15px;
}

.factory_profile_owl1 .owl-nav .next_img{
  margin-right: -15px;
}

.factory_profile_owl_div{
  position: absolute;
  bottom:0;
}

.factory_profile ul{
  list-style: none;
  padding-inline-start: 20px;
  margin-bottom: 0;
}

.gray_bg:nth-child(even) ul li:before{
  content: "\2022";
  color:#025157;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.gray_bg:nth-child(odd) ul li:before{
  content: "\2022";
  color:#fff;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.contact_us{
  font-size: 20px;
}

.contact_content ul li,.contact_content ul li a{
  color: #000;
}

.contact_content ul{
    list-style: none;
  padding-inline-start: 0px;
  margin-bottom: 0;

}

.contact_content ul li img{
  width: 25px;
  height: 25px;
  margin-top: 6px;
}

.contact_us form input,.contact_us textarea{
  width: 100%;
  box-shadow: 0px 0px 5px #02515787;
  padding: 10px 15px 10px 15px;
  border: 1px solid #fff;
}

.btn_submit{
  cursor: pointer;
  margin: auto;
  color: #fff;
  background-color: #025157;
  max-width: 250px;
  width: 100%;
  padding: 15px;
}

.news_date_box{
  position: absolute;
  top: 15px;
  left: 15px;
  background-color:#C3CC00;
  color: #fff;
  padding: 10px;
}

.news_date_title{
  color: #025157;
  font-weight: 600;
}

.modal .modal-content .btn-close{
  position: absolute;
  top: -30px;
  right: -30px;
  background-color: #fff;
}

#video1{
  width: 100%;
  height: auto;
  margin-bottom: -1px;
}

span{
  color: #025157;
}

.news_detail h1{
  color: #025157;
}

.news_detail h3{
  color: #025157;
  font-size: 36px;
  margin-top: 10px;
}

.news_detail ul{
    list-style: none;
    padding-inline-start: 20px;
    margin-bottom: 16px;
    margin-top: 16px;
}

.news_detail ul li:before{
  content: url('/images/point.svg');
  color:#000;
  display: inline-block;
    width: 17px;
    margin-left: -17px;
    padding-right: 6px;
}

.news_detail ul li{
}

.news_detail img{
    max-width: 100%;
    display: block;
    height: auto;
    text-align: center;
    margin: auto;
    margin-bottom: 16px;
}

.news_detail .row img{
  width: 1080px;
  max-width: 100%;
  height: auto;
}

.navbar-toggler-icon{
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.home.div_content_main{
  margin-top: 0!important;
}

@media (min-width: 992px){
  .navbar-expand-lg .navbar-nav .dropdown-menu{
    top:74px;
  }


}

@media (max-width: 1400px){
  .video_play_div{
    top: 65%;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu{
    top:67px;
  }

  .div_content_main{
    margin-top: 90px;
  }

  header .lang_div{
    margin-left: 10px;
  }

  header li.nav-item {
    padding-left: 5px;
    padding-right: 5px;
  }

  header .lang_div a{
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  header li.nav-item .nav-link{
    font-size: 18px;
  }

  header li.nav-item .dropdown-item{
    font-size: 16px;
  }

}

@media (max-width: 1024px){
  .imgbg {
    background-size: 20%!important;
}
.corporate_mission .left_border_box .box_content{
  min-height: 300px;
}

.page_banner h1,.page_banner h2{
  font-size: 48px;
}

.page_banner {
  min-height: 300px;
  height: 30vh;
}
  footer .footer_content2_1 img{
    justify-content: center;
  }
  .play_div img{
    width: 35px;
  }
  .play_div{
    padding: 20px;
  }
  @keyframes play_animating {
  from {
    box-shadow: 0px 0px 0px 15px rgba(219, 219, 219, 0.5);
  }
  to {
    box-shadow: 0px 0px 0px 30px rgba(219, 219, 219, 0.5);
  }
}
.play_line{
  margin-top: 30px;
  height: 100px;
}

  header .lang_div{
    margin-left: auto;
  }

  .header_quote{
    display: none;
  }

  .playvideo_content{
    top:-55px;
  }
}

@media (max-width: 992px){
  .navbar-expand-lg .navbar-nav .nav-item .nav-link{
    width: fit-content;
  }
  .factory_profile .section_contentnum .aboutnum{
    font-size: 26px;
  }
  .contact_us .left_border_box .box_content{
    min-height: 300px;
  }

  .bg_dot{
  background: none;
}
  .home_section3 .home_section3_box{
    border-left: none;
  }
  .home .home_section1 h1{
    font-size: 36px;
  }
  .home .home_section1 h3{
    font-size: 24px;
  }
  .home .home_section2 h2, .home .home_section4 h2, .g_color h2{
    font-size: 26px;
  }
  .footer_bg1{
    font-size:14px ;
  }
  .text_xl{
    font-size: 20px;
    line-height: 26px;
  }
  .navbar-collapse .navbar-nav {
    padding-top: 30px;
  }

  .text_l{
    font-size: 16px;
  }
}

@media (max-width: 767px){
  .modal .modal-content .btn-close{
        right: 0px;
        height: 30px;
        width: 30px;
        top: -50px;
  }
  .video_bg{
    height: 250px;
    object-fit: cover;
  }
  .imgbg{
    background-image:none!important;
  }
  body{
  font-size: 16px;
}
  .video_play_div {
    top: 80%;
}
  .contact_us{
    font-size: 16px;
  }
  .text_xl {
    font-size: 18px;
    line-height: 24px;
}

  .page_banner {
  min-height: 250px;
  height: 25vh;
}

  footer .footer_content2_1 img{
    width: 20px;
    height: auto;
  }

  .page_banner h1,.page_banner h2{
  font-size: 36px;
}

.footer_content2_1{
  width: fit-content;
  margin: auto;
}

    .playvideo_content{
    top:0px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

.line1{
  width: 50px;
}

.factory_profile_owl1 .owl-nav .next_img{
  margin-right: 0px;
}

.factory_profile_owl1 .owl-nav .prev_img{
  margin-left: 0px;
}

footer .footer_content1_2 a img{
  width: 25px;
}

}
