﻿html, body {
    /* reset the margins and padding on the html and body tags to zero. */
    height:100%;
    margin: 0;
    padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, div, img {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-align: left;
}

div{
    margin: 0;
    padding: 0;
    font-size: 0;
}

body{
    font-family: Arial, Helvetica, Verdana, Sans-serif;
    font-size: 14px;
    color:  black;
    background: #ffffff;
}

h1 {
    /*Remove the default margins ( the white space between the words*/
    margin: 0;
    padding: 0;

    padding-bottom: 5%;
}

img {
    max-width: 100%;
    max-height: 100%;
    border:0;
    padding:0;
    margin:0;
    margin-bottom:0px;
    margin-top:-0.1px;
    margin-left:0px;
    margin-right:0px;
}

.leftmargin{
    border:0;
    padding:0;
    margin:0;
    width:70%;
    width:auto;
    max-height:30px;
}

#pagecontent{
    /* The min-width property is used to set the minimum width of an element.This prevents the value of the width property from becoming smaller than min-width. */
   /* min-width: 800px; */ 
    
    /* The min-height property is used to set the minimum height of an element.This prevents the value of the height property from becoming smaller than min-height.  */
   /* min-height: 600px; */ 
    width: 100%;
    height: 100%;
}

#topbar{
    font-size: 10px;
    background-color:black;
    height:100%;
    min-height: 1px;
}

#header{
    display:block;
    position: relative;
    width:100%;
}

#logos{
    display: inline-block;
    position: relative;
    width:30%;
    vertical-align: bottom;
}

#enflag{
    padding-left: 3%;
    display: inline-block;
    position: relative;
   
}

#jpflag{
    display: inline-block;
    position: relative;
  
}

#chflag{
    display: none;
    position: relative;
    
}

#logo-big { margin-left:25%; }
#logo-small { margin-left:25%; }

#empty{
    display: inline-block;
    position: relative;
    width:25%;
}

#menubarleft{
   display:inline-block;
    position: relative;
    /* set the div to center */
}

#navigationbar{
    background-color:white;
}

#menu{
    text-align: left;
    vertical-align: bottom;
    display:inline-block;
    position: relative;
    width:50%;
    font-size:15px;
}

#home{
    padding-top: 2%;
    padding-bottom:2%;
}


.menu {
    font-size:15px;
    width:12%;
    display:inline-block;
    position: relative;
    /* set the div to center */
    text-align: center;
    padding:0;
}

.branch {
    width:16%;
    height:16%;
    display:inline-block;
    position: relative;
    /* set the div to center */
    text-align: center;
    padding:0;
    margin:0;
}


.menu a {
    /*no underline*/
    text-decoration: none;
    color:black;
}

/* this is for when mouseover the hyperlink */
.menu a:hover {
    /*no underline*/
    text-decoration: underline;
    color:black;
}


/* Big screen */
@media only screen and (min-width: 768px) 
{  
     #logo-big { display: block; }
     #logo-small { display: none; }
 }

/* Medium screen */
 @media only screen and (min-width: 480px) and (max-width: 767px) 
 { 
     #logo-big { display: none; }
     #logo-small { display: block; }
     #menu{
        font-size:10px;
    }
 }

 /* Small screen */
 @media only screen and (max-width: 479px) 
 { 
     #logo-big { display: none; }
     #logo-small { display: block; }
     #menu{
        font-size:7px;
    }
 }


.banner {
    display: inline-block;
    position: relative;
    /* set the div to center */
    margin:0;
}

#bottombar{
    font-size:14px;
    background-color:black;
    height:100%;
    min-height: 1px;
    color: white;
    text-align:center;
}

#slideshow {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}

#banner1{
    display: inline-block;
    position: relative;
    width: 50%;
}

#banner2{
    padding:0;
    margin:0;
    font-size:0;
    display: inline-block;
    position: relative;
    width: 50%;
}

#banners{
    display: inline-block;
    position: relative;
    width: 100%;
}


#mapdiv {
    display: inline-block;
    position:relative;
    width: 100%;
    height: 100%;
}

#productsbg {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    }

#itcontent1 {
    font-size: 18px;
    width: 68%;
    margin: auto;
    min-height: 1px;
    text-align: justify;
    padding: 0;
    background-color: #eeeeee;
}

#itcontent3 {
    display: inline-block;
    font-size: 18px;
    width: 100%;
    margin: auto;
    min-height: 1px;
    text-align: left;
    padding: 0;
    background-color: #f6903b;
}

#itcontent4 {
    display: inline-block;
    font-size: 18px;
    width: 45%;
    margin: auto;
    min-height: 1px;
    text-align: justify;
    padding: 0;
    background-color: orange;
}

#middleline{
    font-size: 10px;
    background-color: #f6903b;
    height: 100%;
    min-height: 1px;
}


#it2{
     font-size: 18px;
    position: relative;
    width: 100%;
    margin:auto;
    height:auto;
    vertical-align: bottom;
    text-align:left;
   
}


.banner{
    display: inline-block;
    font-size: 18px;
    position: relative;
    width: 100%;
    margin:auto;
    height:auto;
    vertical-align: bottom;
    text-align:left; 
}

.brandrow{
    display: inline-block;
    font-size: 0;
    width: 100%;
    height:auto;
    vertical-align: bottom;
    text-align:left; 
    padding:0;
    margin:0;
}


.header {
   font-size: 130%;
   font-weight: bold;
   padding-left:1%;
   padding-right:1%;
}

.boldbranch {
   font-size: 100%;
   font-weight: bold;
   padding-left:1%;
   padding-right:1%;
}

.header2 {
    font-size: 100%;
    font-weight: bold;
    padding-left: 1%;
    padding-right: 1%;
}

.header3 {
    font-size: 100%;
    font-weight: bold;
    padding-left: 4%;
    padding-right: 1%;
}

.text {
   display:inline-block;
   font-size: 100%;
   padding-left:1%;
   padding-right:1%;
}

.logo{
    display:inline-block;
    position: relative;
    text-align: center;
    padding:0;
    width:20%;
    margin: 0;
    border: 0;
}


.content{
 padding-left:1%;
 padding-right:1%;
 font-size: 18px;
 text-align:justify;
}

.content2{
 padding-left:1%;
 padding-right:1%;
 font-size: 120%;
 text-align:justify;
 font-weight: bold;
}

.content3{
 display:inline-block;
 padding-left:1%;
 padding-right:1%;
 font-size: 80%;
 text-align:justify;
 font-weight: bold;
}



#pdsbanner{
    font-size: 18px;
    position: relative;
    width: 100%;
    margin:auto;
    height:auto;
    vertical-align: bottom;
    text-align:left; 
}


.packings{
   display: inline-block;
    font-size: 0;
    width: 100%;
    height:auto;
    vertical-align: bottom;
    text-align:left; 
}

.packing {
    display: inline-block;
    font-size: 0;
    width: 33.33%;
    height:auto;
    vertical-align: bottom;
    text-align:left; 
}


#itbanner {
    font-size: 18px;
    width: 68%;
    margin:auto;
    height:auto;
    vertical-align: bottom;
    text-align:left; 
}

.forFAQ {
    font-size: 10px;
    width: 68%;
    margin:auto;
    min-height: 1px;
    text-align:justify;
    padding:0;
    padding-left:1%;
    padding-right:1%;
    background-color:white;

}

#FAQ2 {
    font-size: 18px;
    width: 68%;
    margin: auto;
    min-height: 1px;
    text-align: justify;
    padding: 0;
    background-color: #ffe0c2;
}

.offices{
    display: inline-block;
    font-size: 0;
    width: 100%;
    height:auto;
    vertical-align: bottom;
    text-align:left; 
}

.officestext{
    display: inline-block;
    font-size: 18px;
    width: 100%;
    height:auto;
    vertical-align: top;
    text-align:left; 
    background-color:white;
}

.office{
    display: inline-block;
    font-size: 0;
    width: 16.66%;
    height:auto;
    vertical-align: bottom;
    text-align:left; 
}


.officetext{
    display: inline-block;
    font-size: 18px;
    width: 16.66%;
    height:auto;
    vertical-align: top;
    text-align:left; 
    background-color: white;
}

.aboutusbanner{
    font-size: 18px;
    position: relative;
    width: 100%;
    margin:auto;
    height:auto;
    vertical-align: bottom;
    text-align:left; 
}

#bwd{
     display: inline-block;
    font-size: 18px;
    position: relative;
    width: 100%;
    margin:auto;
    height:auto;
    vertical-align: bottom;
    text-align:left; 
}

#bwdbanner1{
    font-size: 18px;
    position: relative;
    width: 100%;
    margin:auto;
    height:auto;
    vertical-align: bottom;
    text-align:left; 
}

#bwdbanner2{
     display: inline-block;
    font-size: 18px;
    position: relative;
    width:35%;
    height:auto;
    vertical-align: top;
    text-align:left; 
}

.messagecontent{
    padding-top: 10px;
    padding-bottom: 15px;
     display: inline-block;
    font-size: 18px;
    position: relative;
    width: 63%;
    height:auto;
    vertical-align: top;
    text-align:justify; 
}

.contactcontent{
     display: inline-block;
    font-size: 18px;
    position: relative;
    width: 63%;
    height:auto;
    vertical-align: top;
    text-align:justify; 
}

.symbol{
    display: inline-block;
    font-size: 80%;
    position: relative;
    width: 63%;
    height:auto;
    vertical-align: top;
    text-align:justify; 
}

#kacenter{
     padding-top: 10px;
     padding-bottom: 10px;
     display: inline-block;
    font-size: 18px;
    position: relative;
    width:35%;
    height:auto;
    vertical-align: top;
    text-align:left; 
}

#companycontent{
     display: inline-block;
    font-size: 18px;
    position: relative;
    width: 63%;
    height:auto;
    vertical-align: top;
    text-align:justify; 
}

#companyinfo{
    display: inline-block;
    width: 100%;
    height:auto;
    vertical-align: top;
    text-align:justify; 
}

.products{
    background-image: url(../images/productsbg.png);
}
/* jssor slider thumbnail navigator skin 03 css */
        /*
        .jssort03 .p            (normal)
        .jssort03 .p:hover      (normal mouseover)
        .jssort03 .pav          (active)
        .jssort03 .pdn          (mousedown)
        */
        
        .jssort03 .p {
            position: absolute;
            top: 0;
            left: 0;
            width: 62px;
            height: 32px;
        }
        
        .jssort03 .t {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }
        
        .jssort03 .w, .jssort03 .pav:hover .w {
            position: absolute;
            width: 60px;
            height: 30px;
            border: white 1px dashed;
            box-sizing: content-box;
        }
        
        .jssort03 .pdn .w, .jssort03 .pav .w {
            border-style: solid;
        }
        
        .jssort03 .c {
            position: absolute;
            top: 0;
            left: 0;
            width: 62px;
            height: 32px;
            background-color: #000;
        
            filter: alpha(opacity=45);
            opacity: .45;
            transition: opacity .6s;
            -moz-transition: opacity .6s;
            -webkit-transition: opacity .6s;
            -o-transition: opacity .6s;
        }
        
        .jssort03 .p:hover .c, .jssort03 .pav .c {
            filter: alpha(opacity=0);
            opacity: 0;
        }
        
        .jssort03 .p:hover .c {
            transition: none;
            -moz-transition: none;
            -webkit-transition: none;
            -o-transition: none;
        }
        
        * html .jssort03 .w {
            width /**/: 62px;
            height /**/: 32px;
        }


.image
{
    max-width:100%;
    max-height:100%;
}
       

#location li {
   display: none;
   position: absolute;
   text-indent: -9999px;
   z-index: 1000;
   background-size:100%;
   margin: 0;
    padding: 0;
    border: 0;
}

#singapore {
   background: url("../Images/branchsg.jpg") no-repeat scroll 0 0      transparent;
   height: 392px;
   width: 196px;
}

 #malaysia {
   background: url("../Images/branchmy.jpg") no-repeat scroll 0 0      transparent;
   height: 392px;
   width: 196px;
}

#indonesia {
   background: url("../Images/branch.jpg") no-repeat scroll 0 0      transparent;
   height: 392px;
   width: 196px;
}

#hongkong {
   background: url("../Images/branchhk.jpg") no-repeat scroll 0 0      transparent;
   height: 392px;
   width: 196px;
}

#vietnam {
   background: url("../Images/branchviet.jpg") no-repeat scroll 0 0      transparent;
   height: 392px;
   width: 196px;
}

#phil {
   background: url("../Images/branchph.jpg") no-repeat scroll 0 0      transparent;
   height: 392px;
   width: 196px;
}


#bpbanner {
    position: relative;
    width: 100%;
    margin:auto;
    height:auto;
    vertical-align: bottom;
    text-align:left;
    padding-left:1%;
    padding-right:1%;
    padding-bottom:2%;
    padding-top:2%;

}

.bppic{
    display: inline-block;
    font-size: 18px;
    position: relative;
    width:40%;
    height:auto;
    vertical-align: top;
    text-align:center; 
    padding:0;
    padding-bottom:3%;
}

.bppicjp{
    display: inline-block;
    font-size: 18px;
    position: relative;
    width:100%;
    height:auto;
    vertical-align: top;
    text-align:center; 
    padding:0;
    padding-bottom:3%;
    padding-top:3%;
    margin: auto;
}

#pic3text{
    font-size: 18px;

}


.bpcontent {
    padding: 0;
    display: inline-block;
    font-size: 18px;
    position: relative;
    width: 55%;
    height: auto;
    vertical-align: top;
    text-align: justify;
}

#menudiv{
   
    font-size: 18px;
    position: relative;
    width:100%;
    height:auto;
    vertical-align: bottom;
    text-align:left; 
}

.menustyle
{
    vertical-align:bottom;
    color:black;
}


#bppicture {
    font-size: 18px;
    width: 100%;
    margin:auto;
    height:auto;
    vertical-align: bottom;
    text-align: justify;
    padding-top: 2%;
    padding-bottom: 2%;
     
    
}

#bplogo{
     display: inline-block;
    font-size: 18px;
    position: relative;
    width:45%;
    margin:auto;
    height:auto;
    vertical-align: top;
    text-align:left; 
    padding-left: 1%;
    padding-top: 2%;
}


#bptop {
    font-size: 18px;
    width: 100%;
    margin: auto;
    min-height: 1px;
    text-align: justify;
    padding: 0;
    background-color: #eeeeee;
}

#mctop {
    font-size: 18px;
    width: 68%;
    margin: auto;
    min-height: 1px;
    text-align: justify;
    padding: 0;
    background-color: #eeeeee;
}


.bannerbp {
    font-size: 24px;
    width:auto;
    margin: auto;
    min-height: 1px;
    padding-top: 2%;
    padding: 0;
}

.aligntop
{
    vertical-align:top;
}

.addresses{
    display: inline-block;
    font-size: 0;
    width: 100%;
    height:auto;
    vertical-align: bottom;
    text-align:left; 
}

.address{
    display: inline-block;
    overflow: hidden;
    /*font-size: 0;*/
    width: 16.66%;
    vertical-align: top;
    text-align:left; 
    overflow-x:hidden;
    overflow-y:hidden;
     
}



/* side contact us  placeholder( tooltip) style  */
::-webkit-input-placeholder {
    color:    #999;
}
:-moz-placeholder {
    color:    #999;
}
::-moz-placeholder {
    color:    #999;
}
:-ms-input-placeholder {
    color:    #999;
}
/* END side contact us  placeholder( tooltip) style  */


.roundedborder {
  border: 1px solid #ccc;
   
  /* Safari 5, Chrome support border-radius without vendor prefix.
   * FF 3.0/3.5/3.6, Mobile Safari 4.0.4 require vendor prefix.
   * No support in Safari 3/4, IE 6/7/8, Opera 10.0.
   */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  
  /* Chrome, FF 4.0 support box-shadow without vendor prefix.
   * Safari 3/4/5 and FF 3.5/3.6 require vendor prefix.
   * No support in FF 3.0, IE 6/7/8, Opera 10.0, iPhone 3.
   * change the offsets, blur and color to suit your design.
   */
  -moz-box-shadow: 2px 2px 3px #666;
  -webkit-box-shadow: 2px 2px 3px #666;
  box-shadow: 2px 2px 3px #666;
  
  
  /* with a big radius/font there needs to be padding left and right
   * otherwise the text is too close to the radius.
   * on a smaller radius/font it may not be necessary
   */
  padding: 4px 4px;
  
  /* only needed for webkit browsers which show a rectangular outline;
   * others do not do outline when radius used.
   * android browser still displays a big outline
   */
  outline: 0;

  /* this is needed for iOS devices otherwise a shadow/line appears at the
   * top of the input. depending on the ratio of radius to height it will
   * go all the way across the full width of the input and look really messy.
   * ensure the radius is no more than half the full height of the input, 
   * and the following is set, and everything will render well in iOS.
   */
  -webkit-appearance: none; 
}

.roundedborder:focus {
  
  /* supported IE8+ and all other browsers tested.sy
   * optional, but gives the input focues when selected.
   * change to a color that suits your design.
   */
  border-color: orange;
  
}


#leftcontent {
    display: inline-block;
    width: 60%;
    height: auto;
    padding-left: 4%;   
    font-size:14px;
}

#rightcontent {
    display: inline-block;
    width: 38%;
    vertical-align:top;
    padding-top: 15%;
}

.contactustextbox {
    width: 90%;
}


.contactustextarea {
    width: 90%;
    height: 300px;
}

.symbol2{
    display: inline-block;
    width: 5%;
    height:auto;
    vertical-align: top;
    text-align:left; 
    padding-left:2%;
}

.symbol3{
    display: inline-block;
    width: 10%;
    height:auto;
    vertical-align: top;
    text-align:left; 
}

.symboladdress{
    display: inline-block;
    font-size: 18px;
    position: relative;
    width: 86%;
    height:auto;
    vertical-align: top;
    text-align:justify; 
    margin:0;
    padding:0;
}


.info{
    font-size: 14px;
    display: inline-block;
    width: 100%;
    height:auto;
    vertical-align: top;
    text-align:left; 
}

#bpaddress {
    display: inline-block;
    font-size:16px;
    width: 100%;
    text-align:left;
    padding-top: 1%;
    font-weight:bold;
    padding-left:1%;
}


.bpaddress2 {
    display: inline-block;
    font-size:18px;
    width: 30%;
    text-align:left;
}

.bpaddress3 {
    display: inline-block;
    font-size:18px;
    width: 60%;
    text-align:right;
}


.bpaddress4 {
    display: inline-block;
    font-size:28px;
    width: 60%;
    text-align:right;
}


#itcontent4 {
    font-size: 18px;
    width: 100%;
    margin: auto;
    min-height: 1px;
    text-align: justify;
    padding: 0;
    background-color: #eeeeee;
}

#pic3text{
    font-size: 24px;
    font-weight: bold;
    padding-top:1%;
    padding-bottom:1%;
    padding-left:1%;

}