@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after { clear:both;}

.clear {*zoom:1; clear:both;}

img {max-width:100%;	vertical-align:bottom;}

a {	
    color:#444;	
    text-decoration:none;
   -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; 
    
}

a:hover {text-decoration:none;}

a:focus {outline:0;text-decoration:none;}

a:hover, a:active {	outline:0;}

input:focus, textarea:focus, button:focus {	outline:0;	border:0;}

ul,li,h1,h2,h3,h4 {list-style-type:none;margin:0;padding:0}
a{display: inline-block;}
a:hover{color:#fff}
ul,li,h1,h2,h3,h4,h5 
{
    list-style-type:none;
    margin:0;
    padding:0
}
body {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    font-family:"Lato";
    
}

.container{
    width: 98%;
    max-width: 1210px;
}
.header{
    background-color: #fff;
    padding: 30px 0;
}
.nav_area > ul > li {    
    display: inline-block;
    padding: 10px 15px;
    background: url(../image/menu-arrow.png) no-repeat left center;
    background-size: 20px;

}
.nav_area ul li a {
    color: #000;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;

}

ul .sub-menu span.arrow
{
    color: #fff;
}
ul li span.arrow{
    color:#000;
    padding-left: 4px;
}
ul.sub-menu li a 
{
    color: #3c2313;
    line-height: 20px;
    padding: 10px;
    font-size: 15px;
    display: inline-block;
   
}

ul.sub-menu li {
    display: block;
    position: relative;
    padding-right: 20px;
}
.btn-top{
    display: flex;
    gap: 10px;
}
.btn-top a{
    background-color: #e4e4e4;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
}
.btn-top a:hover,.btn-top a.lang-act{
    background-color: #d3f2f6;
    color: #000;
}

.img-over {
   overflow: hidden;
  }
  
  .img-over  img {
    width: 100%;
    transition: all .5s ease-in-out;
  }
  
  .img-over img:hover   {
    transform: scale(1.1);
  }
/*---------------footer----------------------*/
.footer {
    background: #e6e6e6;
    color: #333333;
    font-size: 16px;
}

/*---------------index-page-------------------*/

.home-slider{position: relative;}
.banner-cnt{
    position: absolute;
    width: 50%;
    text-align: left;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.banner-cnt h2{
    font-size: 50px;
    text-shadow: 0 0 8px #000;
    color: #fff;
    max-width: 600px;
    line-height: normal;

  
}
.sub-text{
    font-size:25px;
    text-shadow: 0 0 8px #000;
    color: #fff;
    max-width: 450px;
    line-height: normal;
}
.section-title{
    font-size: 43px;
    color: #023892;
    position: relative;
    padding-bottom: 15px;
}
.section-title::after{
    content: "";
    border-bottom: 4px solid #8adbe8;
    width: 73px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.bottom-line{
    position: relative;
    padding-bottom: 25px;
}
.bottom-line h4{
    font-size: 25px;
}
.bottom-line::after{
    content: "";
    border-bottom: 4px solid #8adbe8;
    width: 250px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.bg-image{
    background: url(../image/bg-section.jpg) no-repeat center / cover;
}
.bg-image h3{
    font-size: 36px;
    color: #fff;
    text-shadow: 5px 5px 5px #000;
    
}
.icon-box{
    background-color: #dff3ba;
    color: #000;
    padding: 25px 30px 10px 30px;
    height: 100%;
}
.icon-box .number{
    font-size: 45px;
    color: #44873c;
}
.bottom-intor{
    max-width: 700px;
}

.z-index{
    position: relative;
    z-index: 2;
}
/*---------------product-page-------------------*/
.prd-inner-box {
    background: #fff;
    box-shadow: 0px 0px 10px #0000006b;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
.section-title.text-center::after{
    margin: 0 auto;
    left: 0;
    right: 0;
}    
.prd-inner-box h3{
    font-size: 20px;
    line-height: normal;
}
/*------------------media query---------------*/
@media (min-width: 992px){
    .header {
        position: relative;
        padding: 0;
    }
    .nav_area > ul > li a{
        padding: 6px 15px;
    }
    .nav_area > ul > li:hover > a,.nav_area ul > li.act > a
	{color:#023892;}
    ul.menu {
        display: flex;
        justify-content: end;
    }
    ul.sub-menu {
        min-width: 150px;
    }
    ul.sub-menu
    {
    position: absolute;
    background: #515151;
    z-index: 555;
    text-align: left;
    padding: 0px;
    height: 0;
    transition: all .5s ease;

     }
    ul.sub-menu span.arrow {
        display: inline-block;
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 40%;
    }
    .nav_area > ul > li ul.sub-menu 
    {
        transform-origin: 50% 0;
        transform: scaleY(0) translateZ(0);
        transition: transform 0.3s, opacity 0.3s;
        display: block;
        margin-top: 31px; 
    }
    ul.sub-menu li a
    {
        color: #fff;
    }
    .nav_area ul li:hover ul.sub-menu 
    {	
        display:block;
        height: auto;
    }
    ul.sub-menu li ul.sub-menu 
    {    
        left: 100%;   
        top:  0;  
        margin-top: 0;  
    }
    .menu-item-has-children .arrow{display: none;}
    ul.sub-menu span.arrow{color: #fff;}
    .nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu 
    {   
        transform: scaleY(1) translateZ(0);  
     }
    
     .nav_area ul li:hover ul.sub-menu 
     {    
         display: block; 
     }
     ul.sub-menu > li:hover
     {    
         background: #fc329d;   
         
     }
     ul.sub-menu > li:hover > a
     {	
         color:#fff; 
    }
    ul.sub-menu > li:hover .arrow
    {  
        color:#fff; 
    }
    ul
    {
       margin-top: 0;
       margin-bottom: 0;
    }
    label.toggle 
    {   
         display: none; 
    }
    ul.sub-menu li.menu-item-has-children .arrow 
    {    
        transform: rotate(-90deg);  
    }
    .nav_area ul li:last-child 
    {
        padding-right: 0;
        border-right: 0;
    }
   
       
        
}
@media (max-width:1200px){
    .lang-btn select{font-size: 15px;}
    .nav_area > ul > li a {
        padding: 1px 10px;
    }
    .banner-cnt{
        width: 58%;
        padding-right: 15px;
    }
    .banner-cnt h2{
        font-size: 25px;
    }
    .banner-cnt .sub-text{font-size: 20px;}
    
}

@media (max-width:991px){
   
    .container {    max-width: 100%;  }
    ul.menu  
    { 
        position: fixed;
        width: 70%;
        left: 0;
        text-align: left;
        background: #023892;
        z-index: 2;
        padding: 15px 10px;
        z-index: 10;
        top: 0;
        height: 100%;
        left: -100%;
        transition: all .4s;
    }

        ul.menu.open 
        {
            left:0;
        }
        .toggle {
            cursor: pointer;
            color: #fff;
            font-size: 22px;
            margin: 0;
            text-align: right;
            display: block;
            position: absolute;
            right: 38px;
            background: #0039fe;
            padding: 15px;
            top: 70px;
        }	
        ul li span.arrow{
            color:#fff;
            font-size: 25px;
        }
       .nav_area ul li a 
        {    
            line-height: 40px;    
            font-size: 20px; 
            color:#fff;
        }
        nav.nav_area ul li
        {
            display:block;     
            position: relative;    
            border: 0;  
            background-position:0 18px ;
        }
        ul li span.arrow.close-icon i:before
        {
            content: "\f106";
        }
        ul.sub-menu li span.arrow.close-icon i:before 
        {    
            content: "\f106";  
        }
        ul li .sub-menu li a {
  
             font-size: 16px;
        }
        ul.sub-menu span.arrow 
        {
            right: 10px;
            text-align: center;
            top: 0;
            font-size:25px;
        }

        span.arrow {
            position: absolute;
            right: 10px;
            color: #fff;
            top: 12px;
            width: 40px;
            text-align: center;
            height: 30px;
            }
        ul.sub-menu 
        {
            display: none;
            position: relative;
            background: transparent;
            padding: 0; 
            font-size:10px;   
        }
        ul.sub-menu li ul.sub-menu {    
        padding: 10px;
        width: 100%;  
    }
    .btn-top{margin-top: 25px;}
   
}

@media (max-width:767px){
    .home-slider img{
        height: 250px;
    object-fit: cover;
    object-position: center center;
    }
    .toggle{top: 68px;    right: 20px;}
    .section-title{font-size: 30px;}
    .bg-image h3{font-size: 25px;}

      
}
@media only screen and (min-width:768px) {
}