/* styles.css */
/* Font Face for Kanit Font Family */
@font-face {
    font-family: 'Kanit-light';
    src: url('font/Kanit-Light.ttf') format('truetype');

}

@font-face {
    font-family: 'Kanit-Regular';
    src: url('font/Kanit-Regular.ttf') format('truetype');

}

@font-face {
    font-family: 'Kanit-Medium';
    src: url('font/Kanit-Medium.ttf') format('truetype');

}

@font-face {
    font-family: 'Kanit-bold';
    src: url('font/Kanit-Bold.ttf') format('truetype');

}

body {
    margin: 0;
    font-family: 'Kanit-Regular', sans-serif;
}

header {
    background-color: #333;
    color: #fff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 24px;
}

nav {
    display: flex;
    z-index:999;
}

.nav-links {
    list-style: none;
    display: flex;
    transition: opacity 0.3s ease-in-out; /* Add transition for smoother reveal */
    opacity: 1; /* Initial opacity when menu is visible */
}

.nav-links.hide {
    opacity: 0; /* Set opacity to 0 when menu is hidden */
}

.nav-links li {
    margin: 0 15px;
}

a {
    text-decoration: none;
    color: #fff;
}

.submenu {
    display: none;
    position: absolute;
    background-color: #555;
    list-style: none;
    top: 70px;
    width: 300px;
    padding: 0;
}

.submenu li {
    padding: 10px 0px 10px 0px;
    border-bottom: #888 solid 0.5px;
}
.submenu li:last-child {
    border-bottom: #888 solid 0px;
}


.menu-toggle {
    font-size: 24px;
    cursor: pointer;
    display: none;
}

.slider {
    overflow: hidden;
}

.image-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.image-list2 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.image-list3 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.image-list3 img {
    max-width: 730px;
}

.image-list li {
    text-align: center;
    min-width: 100%;
    box-sizing: border-box;
}

.image-list li img {
    width: 65%;
    height: auto;
}

.content {
    width: 70%;
    margin: 0 auto; /* Center horizontally */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center vertically */
    align-items: center; /* Center horizontally */
}

.column {
    box-sizing: border-box;
    width: 50%;
}

.imgspec{
    width: 400px;
}

.imgspectm{
    width: 380px;
    margin-bottom: 15px;
}

.logo img {
    width: 170px;
}

/* Contact Us Section Styling */
.contact-section {
    background-color: #fff;
    color: #333;
    padding: 20px;
    text-align: center;
    margin-top: 0px;
    height: 180px;
    padding: 60px 0px 15px 0px;
}

.copyright {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
    padding: 1px 0px 1px 0px;
    font-size: 16px;
}

.contact-section h2 {
    margin-top: 0;
    font-size: 26px;
    margin-bottom: 10px;
}

.contact-section p {
    font-size: 16px;
    padding: 0px 0px 5px 0px;
    margin: 0;
}

.contact-section button {
    font-family: 'Kanit-Medium';
    padding: 10px 20px;
    font-size: 18px;
    background-color: #666;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    margin-top: 15px;
}

.contact-section button:hover {
    background-color: #fd0505b2;
    color: #fff;
}

#mainproduct  {  
    clear:both;
  padding-bottom: 12px;
  border-bottom:#EFEFEF 6px solid;
  height:auto;
  width: 90%;
 }	
 
     #mainproduct_no_padding-buttom  {  
    clear:both;
  border-bottom:#EFEFEF 6px solid;
  height:auto;
 }	 
  
#mainproduct-padding-leftright  {  
    clear:both;
  padding-left: 10px;
  padding-right: 10px;	
  height:auto;
 }	 

 #maincycle { 
  clear:both;
  margin: auto;
  background:#FFF;
  padding-bottom: 15px;
 }
 
#mainproduct2  { 
  clear:both;
  padding-left: 10px;
  padding-right: 10px;
  margin-top:0px;
  background:#FFF;
  padding-bottom: 0px;
  border-bottom:#EFEFEF 0px solid;
  height:250px;
 }
  
  #mainproduct3  { 
  clear:both;
  padding-left:10px;
  padding-top:10px;
  text-align:center;
     font: normal bold 12px/14px Arial, sans-serif;
 }
 
     #footer-line  { 
  clear:both;
  padding-left:10px;
  padding-top:10px;
  text-align:center;
     font: normal bold 12px/14px Arial, sans-serif;
  border-top:#CCC 1px solid;
 }
 
  #maintop  { 
  display:block;
  height:100px;
  width: 100%;
  overflow:hidden;
 }
 
  #product_title-margin-bottom15 {
  color:#333;
  clear:both;
  padding-left:13px;
  padding-top:10px;
  height:auto;
  margin-bottom:15px;
     font: normal bold 14px/21px Arial, sans-serif;
 }
 
 .textinfo { 
     padding-left:13px; 
  padding-right:13px;
 }
 
     #product_title {
  color:#333;
  clear:both;
  padding-left:10px;
  padding-top:10px;
  height:auto;
     font: normal bold 14px/21px Arial, sans-serif;
 }
 
   #product_title_border-bottom {
  color:#333;
  clear:both;
  padding-left:10px;
  padding-top:10px;
  height:auto;
     font: normal bold 14px/21px Arial, sans-serif;
  border-bottom:#EEE 0px solid;
 }

  #sub_title{
  color:#333;
  clear:both;
  margin-left:15px;
  padding-top:10px;
  padding-bottom:10px;
  height:auto;
     font: normal bold 12px/16px Arial, sans-serif;
 }

  #product_title-margin-bottom15-left10-right10 {
  color:#333;
  clear:both;
  margin-left:10px;
  margin-right:10px;
  padding-top:10px;
  height:auto;
  margin-bottom:15px;
     font: normal bold 14px/21px Arial, sans-serif;
  border-bottom:#CCC 1px solid;
 }
 
  #product_title-margin-bottom15-normal {
  line-height:21px;
  color:#333;
  float:left;
  padding-left:10px;
  padding-top:10px;
  padding-bottom:5px;
  height:auto;
  margin-bottom:15px;
     font-size:14px/24px;
 }
 
  #product_title-margin-bottom15-padding-top20 {
  color:#333;
  clear:both;
  padding-left:10px;
  padding-top:20px;
  height:auto;
  margin-bottom:15px;
     font: normal bold 14px/21px Arial, sans-serif;
  border-bottom:#CCC 1px solid;
 }

  #margin-bottom15-left10-right10-top20 {
  color:#333;
  clear:both;
  margin-left:10px;
  margin-right:10px;
  padding-top:20px;
  height:auto;
  margin-bottom:15px;
     font: normal bold 14px/21px Arial, sans-serif;
  border-bottom:#CCC 1px solid;
 }
       
ul.shutter, ul.contactus-no-bottom-border, ul.newproduct  {
  margin-top:10px; 
  padding-left:0px;
  list-style-type: none;
  margin-left:5px;
  margin-right:10px;
  display:inline-block;
  margin-bottom:0px;
  width:95%;

}
ul.csr, ul.contactus, ul.vision {
  margin-top:10px; 
  padding-left:0px;
  list-style-type: none;
  margin-left:0px;
  margin-right:0px;
  display:inline-block;
  margin-bottom:0px;
}

 .specialfeature  {
  margin-top:10px; 
  padding: 0;
  margin-left:20px;
  margin-right:10px;
}

  .specialfeature li {
      display:inline-block;
      list-style-type: none;
      float:left;
      display:block;
      height:100%;
       width: 100%;
       line-height:35px;
        color:#333;
  }
  
  .border-bottom{
      border-bottom:#CCC 1px solid;
  }

  #main-left10-right10-top10  {
  margin-top:10px; 
  padding: 0;
  margin-left:10px;
  margin-right:10px;
}

.shutter li {
   line-height:35px;
  color:#777;
    display:block;
  float:left;
  height:92px;
  border-bottom:#EEE 1px solid;
  width: 100%;
}

.newproduct li {
display: inline;
}

  .contactus-no-bottom-border li {
display: inline;
line-height:30px;
color:#333;
}

  .csr li {
    display: inline;
    line-height:35px;
    color:#666;
    display:block;
  float:left;
  height:100%;
  border-bottom:#EFEFEF 6px solid;
   width: 100%;
}

.vision li {
    margin-left:13px;
    display: inline;
    line-height:25px;
    color:#333;
    display:block;
  float:left;
  height:100%;
   width: 95%;
}

   .contactus li {
      display: inline;
      line-height:35px;
      color:#666;
      display:block;
    float:left;
    height:100%;
    border-bottom:#EFEFEF 6px solid;
     /*! width: 100%; */
      padding: 0px 15px 0px 15px;
}

   .contactus-no-bottom-border li {
    display: inline;
    line-height:35px;
    color:#666;
    display:block;
  float:left;
  height:100%;
   width: 100%;
}

  .img1 {
  margin-top:10px;
  margin-left:10px;
  margin-bottom:5px;
  margin-right:10px;
  width:105px;
  height:75px;
  float:left;
  border:#D8D8D8 4px solid;
  }
  
  .imgiconcontactus {
  margin-top:10px;
  margin-left:10px;
  margin-bottom:5px;
  margin-right:10px;
  width:155px;
  height:105px;
  float:left;
  border:#D8D8D8 4px solid;
  }
 
  li:last-child {
      border-bottom:#EEE 0px solid;
  } 
  
  .newproduct li:last-child {
  border-bottom:#EEE 0px solid;
  }

  .newproduct li, .newproduct li a {
  display:block;
  float:left;
  height:92px;
   width: 100%;
   line-height:35px;
    color:#333;
    border-bottom:#EEE 1px solid;
}

    .imgicon {
  margin-top:10px;
  margin-left:10px;
  margin-bottom:5px;
  margin-right:10px;
  width:56px;
  height:61px;
  float:left;
  border:#D8D8D8 4px solid;
  }
  
   .imgicon2 {
  margin-top:10px;
  margin-left:10px;
  margin-bottom:5px;
  margin-right:10px;
  width:55px;
  height:53px;
  float:left;
  border:#D8D8D8 4px solid;
  }

    .imgiconnewproduct {
  margin-top:10px;
  margin-left:10px;
  margin-bottom:5px;
  margin-right:10px;
  width:80px;
  height:65px;
  float:left;
  border:#D8D8D8 3px solid;
  }
      
  .texticon {
  margin-top:-8px;	
  line-height:14px;
  font-size:12px;
  font-weight:300;
  padding-right:10px;
  }
  
  .texticon2 {
  margin-top:-8px;	
  line-height:14px;
  height:100%;
  padding-left:82px;
  font-size:12px;
  }
  
  .texticontitle {
  margin-top:10px;	
  line-height:14px;
  font-size:14px;
  font-weight:600;
  }
  
  .texticon_newline {
  clear:both;
  line-height:14px;
  width:100%;
  font-size:12px;
  font-weight:300;
  margin-left:10px;
  }
  
  .texticontitle_newline {
  clear:both;
  margin-top:10px;
  margin-left:10px;	
  line-height:14px;
  font-size:14px;
  font-weight:600;
  }

  #tabs_wrapper {
    width: 422px;
}
#tabs_container, #tabs2_container, #tabs_container2  {
	margin-left:4%;
	margin-top:0px;
	font-size:12px;
}

#tabs, #tabs2, #tabs3, #tabs4, #tabs5, #tabs6, #tabs7  {
    list-style: none;
    padding: 5px 0px 2px 0px;
    margin:0;
    font:12px; arial;
}
#tabs li, #tabs2 li , #tabs3 li , #tabs4 li , #tabs5 li , #tabs6 li, #tabs7 li {
    display: inline;
}
#tabs li a, #tabs2 li a, #tabs3 li a, #tabs4 li a, #tabs5 li a, #tabs6 li a, #tabs7 li a {
    border: 1px solid #ccc;
    padding: 5px 6px;
    text-decoration: none;
    background-color:#fff;
	color:#999;
    outline: none;
	/*
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
	*/
}
	#tabs2 li a, #tabs3 li a, #tabs4 li a, #tabs5 li a, #tabs6 li a, #tabs7 li a {
	 margin-left:-5px;
	  }
#tabs li a:hover, #tabs2 li a:hover, #tabs3 li a:hover, #tabs4 li a:hover {
    color: #000;
    padding: 5px 6px;
}
#tabs li.active a, #tabs2 li.active a, #tabs3 li.active a, #tabs4 li.active a {
	border: 1px solid #000;
    background-color: #fff;
    padding: 6px 6px 5px 6px;
	border-bottom:#fff 1px solid;
	color:#000;
}
#tabs li.active a:hover, #tabs2 li.active a:hover, #tabs3 li.active a:hover, #tabs4 li.active a:hover {
    border: 1px solid #000;
    background-color: #fff;
    padding: 6px 6px 6px 6px;
    border-bottom: none;
	color:#000;
}
 
#tabs li a.icon_accept {
}
#tabs li a.icon_accept:hover {
    padding-left: 24px;
}
 
#tabs_content_container, tabs_content_container2 {
	margin-left:auto;
	margin-right:auto;
    width: 100%;
	border:#EEE 0px solid;
}

.tab_content, .tab2_content  {
    display: none;
}

ul .shutterA li {
padding-left:5px;
}
ul .shutterA{
float: left;
margin-top:-10px;
padding-left:20px;
line-height:21px;
font-size:14px;
}

#containerfooter {
margin-left:auto;
margin-right:auto;	
margin-bottom:15px;
margin-top:15px;
width: 94%;
border:#CCC 0px solid;
position:relative;
background-color:#FFF;
clear:both;
z-index:9;
}

.textinfo8{
margin-top:-5px;
padding-left:25px;
padding-right:5px;
list-style-type: none;
font: normal 12px/16px Arial, sans-serif;
}

.textinfo8 li { line-height: 19px; font: normal 12px/14px Arial, sans-serif; }

.sub-title-line {
	clear:both; 
	width:98%; 
	border-bottom:#DDD 1px solid; 
	 margin-left:33px; 
	 padding-right:10px; 
	 padding-bottom:5px;
	 }
#heightspace { width:100%; height:13px; }

.image-container {
    text-align: center; /* Center the images horizontally */
}

.image-container img {
    display: inline-block; /* Ensure images are treated as inline blocks */
}

.background-section {
    position: relative;
    height: 450px; /* Adjust height as needed */
    background-image: url('images/pc17_bg.jpg'); /* Replace with your image */
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.background-ea-section {
    position: relative;
    height: 450px; /* Adjust height as needed */
    background-image: url('images/main_ea.jpg'); /* Replace with your image */
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.background-ra-section {
    position: relative;
    height: 450px; /* Adjust height as needed */
    background-image: url('images/main_ra.jpg'); /* Replace with your image */
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.background-pz-section {
    position: relative;
    height: 450px; /* Adjust height as needed */
    background-image: url('images/main_pz.jpg'); /* Replace with your image */
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.background-pc-section {
    position: relative;
    height: 450px; /* Adjust height as needed */
    background-image: url('images/pc17_bg.jpg'); /* Replace with your image */
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust overlay color and opacity */
}

.btn {
    background-color: #fff;
    color: #333;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
.content {
    z-index: 1;
}

.btn:hover {
    background-color: #c20000;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .column {
        width: 100%;
    }
    .nav-links {
        display: none;
        flex-direction: column;
        width: 90%;
        position: absolute;
        top: 60px;
        left: 0;
        background-color: #333;
    }

    .nav-links.show {
        display: flex;
    }

    .nav-links.hide {
        display: flex; /* Show the menu temporarily to transition opacity */
        opacity: 0;
    }

    .nav-links li {
        width: 90%;
        text-align: left;
        padding: 10px 0px 10px 0px;
        border-bottom: #888 solid 0.5px;
    }
    .nav-links li:last-child {
        border-bottom: #888 solid 0px;
    }

    .submenu {
        position: static;
        width: 100%;
        display: none;
        margin-top: 10px;
        background-color: #333;
    }

    .submenu li {
        border-bottom: #555 solid 0.5px;
    }

    .submenu li:last-child {
        border-bottom: #888 solid 0px;
    }

    .menu-toggle {
        display: block;
        order: -1; /* Move the menu-toggle to the left */
    }

    .logo img {
        width: 130px;
    }

    .image-list li, .image-list2 li {
        min-width: 100%;
        box-sizing: border-box;
    }
    
    img {
        width: 100%;
        height: auto;
    }
    .content {
        width:95%;
    }

    .imgspec, .imgspec370{
        width: 100%;
    }
    .imgspectm {
        width: 100%;
    }

    .background-pz-section {
        height: 620px;
        background-position: bottom 35% right 40%;
         /* Adjust height as needed */
    }   

    .background-pc-section, .background-section {
        height: 620px;
        background-position: bottom 35% right 2%;
         /* Adjust height as needed */
    }   

}

