/**************************************
Yaita Stylesheet by CMNice Solutions. *
**************************************/

/*** Reset Documents ***/
@import url('reset.css');

/******** Fonts ********/
@import url('fonts.css');

/* Page Container */
.container {
    width: 100%;
    min-width: 1000px;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

/* Page Header */
.page_header {
    width: 100%;
    height: 159px;
    background: url('../images/bg_header.jpg') left top no-repeat #30b3ff;
    position: relative;
}
.header_wrap {
    width: 1000px;
    height: 100%;
    position: relative;
    margin: 0 auto;
    background: url('../images/logo.png') left 10px no-repeat;
}

/* Header Info */
.header_info {
    position: absolute;
    top: 20px;
    right: 0;
    text-align: right;
}
.header_info h1 {
    font: 40.47px/30px 'ThaiSansNeue_Regular';
    color: #000;
    margin-bottom: 10px;
}
.header_info h1 img {
    vertical-align: middle;
}

/* Main Menu */
.menu_container {
    width: 100%;
    height: 35px;
    position: relative;
    background: #1b85bf;
    box-shadow: 2.5px 4.3px 9.9px 0.1px rgba(0, 0, 0, 0.75);
    z-index: 20;
}
.menu_wrap {
    width: 1000px;
    height: 100%;
    position: relative;
    margin: 0 auto;
}
.main_menu {
    width: 100%;
    list-style: none;
}
.main_menu > li {
    display: inline-block;
    padding-right: 40px;
}
.main_menu > li a {
    font: 28px/35px 'kittithada_roman_55regular';
    color: #fff;
    text-decoration: none;
}
.main_menu > li.active a {
    text-decoration: underline;
}

/* Social Icons */
.social {
    position: absolute;
    top: 3px;
    right: 0;
}

/* Content Container */
.content_container {
    width: 100%;
    min-height: 500px;
    background: url('../images/bg_main.jpg') top center no-repeat;
}

/* Content Wrapper */
.content_wrapper {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

/* Slider Container */
.slider_container {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

/* index left menu */
.left_menu {
    width: 220px;
    min-height: 500px;
    position: relative;
    float: left;
    margin-bottom: 40px;
}

/* Right Content */
.right_content {
    width: 750px;
    min-height: 500px;
    position: relative;
    float: right;
    margin-bottom: 40px;
}

/* Heading */
.heading {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    background-image: -moz-linear-gradient(left, #29b1ff, #ffffff);
    background-image: -webkit-gradient(linear, left top, right top, from(#29b1ff), to(#ffffff));
    background-image: -webkit-linear-gradient(left, #29b1ff, #ffffff);
    background-image: linear-gradient(left, #29b1ff, #ffffff);
}
.heading h1 {
    font: 23px/40px 'kittithada_roman_55regular';
    color: #000;
	cursor:pointer;
}
.heading img {
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
    height: 95%;
}

.heading2 {
    font: 22.59px 'ThaiSansNeue-Bold';
    color: #06466e;
    border-bottom: 3px solid #1b85bf;
    margin-bottom: 20px;
}
.heading2 a {
    float: right;
    font: 21.43px 'kittithada_roman_55regular';
    color: #06466e;
    text-decoration: none;
}

/* Search Product */
.search_pro {
    width: 100%;
    margin-bottom: 20px;
}
.search_pro input[type="text"] {
    width: 100%;
    height: 23px;
    border: 1px solid #DFDFDF;
    padding: 0;
    margin-bottom: 10px;
    outline: none;
}
.search_pro input[type="submit"] {
    width: 50px;
    height: 23px;
    border: none;
    outline: none;
    cursor: pointer;
}

/* Left Menu List */
.left_menu_list {
    width: 100%;
    height: auto;
    list-style-image: url('../images/arr1.jpg');
    list-style-position: inside;
    margin-bottom: 20px;
}
.left_menu_list > li {
    margin-bottom: 7px;
}
.left_menu_list > li a {
    font: 14px Arial;
    color: #8d8d8d;
    text-decoration: none;
}

/* Intro Box */
.intro_box {
    width: 100%;
    height: auto;
    background: url('../images/bg_content.jpg') no-repeat;
    background-size: cover;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 20px;
}
.intro_box img {
    display: block;
    float: right;
    margin-left: 10px;
}
.intro_box h1 {
    font: 24px/22px 'kittithada_bold_75regular';
    color: #03265b;
    margin-bottom: 10px;
}
.intro_box p {
    font: 22px/22px 'kittithada_roman_55regular';
    color: #333;
    margin-bottom: 10px;
}

/* Product list */
.product_list {
    width: 100%;
    height: auto;
    list-style: none;
    text-align: justify;
}
.product_list::after {
    width: 100%;
    height: 1px;
    display: inline-block;
    content: "";
}
.product_list > li {
    width: 245px;
    height: 280px;
    float: left;
    vertical-align: top;
    position: relative;
    margin-bottom: 20px;
    margin-right: 7.5px;
}
.product_list > li:nth-child(3n-3) {
    margin-right: 0;
}
.product_list li .img a {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(156,131,109, .35);
    z-index: 10;
    opacity: 0;
    transition: opacity .3s;
}
.product_list li:hover .img a {
    opacity: 1;
}
.product_list > li .img {
    width: 100%;
    height: 245px;
    display: block;
    position: relative;
    border: 1px solid #ccc;
    border-bottom: 0;
    box-sizing: border-box;
}
.product_list > li .img p {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5px;
    font: 22px 'ThaiSansNeue_Regular';
    color: #9c836d;
    text-align: center;
}
.product_list > li article {
    width: 100%;
    height: 35px;
    background: #10b5d8;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}
.product_list > li article h1 {
    font: 22px/35px 'Kittithada_Light_45';
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.product_list > li article h1 a {
    color: #fff;
    text-decoration: none;
}

.product_desc1 {
    font: 12px Arial;
    color: #333;
    margin-bottom: 15px;
}

/* Product list New */
.product_list_new {
    width: 100%;
    height: auto;
    list-style: none;
    text-align: justify;
}
.product_list_new::after {
    width: 100%;
    height: 1px;
    display: inline-block;
    content: "";
}
.product_list_new > li {
    width: 185px;
    height: 200px;
    float: left;
    vertical-align: top;
    position: relative;
    margin-right: 3.33333333333px;
    margin-bottom: 10px;
}
.product_list_new > li:nth-child(4n-4) {
    margin-right: 0;
}
.product_list_new > li .img {
    width: 100%;
    height: 90px;
    display: block;
    margin-bottom: 5px;
    position: relative;
}
.product_list_new > li .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.35);
    z-index: 10;
    opacity: 0;
    transition: opacity .3s;
}
.product_list_new > li:hover .img a {
    opacity: 1;
}
.product_list_new > li h1 {
    font: 16px NexaBold;
    color: #10618e;
    text-align: center;
    margin-bottom: 5px;
}
.product_list_new > li h2 {
    font: 21px/18px 'kittithada_medium_65regular';
    color: #939393;
    text-align: center;
}
.product_list_new > li h2 span {
    text-decoration: line-through;
}
.product_list_new > li h3 {
    font: 21px/18px 'kittithada_bold_75regular';
    color: #004777;
    text-align: center;
    margin-bottom: 10px;
}
.product_list_new > li p {
    font: 12px Arial;
    color: #999;
    text-align: left;
}

/* Poroduct list A */
.product_list_a {
    width: 100%;
    height: auto;
    list-style: none;
}
.product_list_a > li {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px dashed #999;
    padding: 20px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.product_list_a > li img {
    width: 150px;
    height: 100px;
    display: block;
    float: left;
    margin-right: 13px;
}
.product_list_a > li > h1 {
    font: 20px/20px CordiaDSE;
    color: #333;
}
.product_list_a > li > h2 {
    font: 22px/20px 'CordiaDSE_Bold';
    color: #0c5986;
    margin-bottom: 10px;
}
.product_list_a > li > p {
    font: 20px/20px CordiaDSE;
    color: #333;
}
.product_list_a > li:last-child {
    border: none;
}

.pro_price_block {
    width: 140px;
    height: auto;
    float: right;
    margin-left: 20px;
}
.pro_price_block h1 {
    font: 18px 'ThaiSansNeue-Bold';
    color: #1392de;
    margin-bottom: 15px;
    text-align: center;
}
.pro_price_block button {
    width: 100%;
    height: 29px;
    border: none;
    outline: none;
    background: url('../images/more_details_bt.jpg') no-repeat center;
    cursor: pointer;
}

/* Video List */
.video_list {
    width: 100%;
    height: auto;
    list-style: none;
    text-align: justify;
}
.video_list > li {
    width: 208px;
    height: 200px;
    display: inline-block;
    vertical-align: top;
}
.video_list > li img {
    width: 208px;
    height: 160px;
    display: block;
}
.video_list > li p {
    font: 12px Arial;
    color: #999;
}

/* Contact Form 1 */
.contact_form1 {
    width: 370px;
    height: auto;
    margin: 5px auto 20px;
}
.contact_form1 p {
    margin-bottom: 5px;
}
.contact_form1 p > span {
    float: left;
    width: 110px;
    text-align: right;
    font: 14px Arial;
    color: #333;
    padding-right: 3px;
}
.contact_form1 input[type="text"] {
    width: 255px;
    height: 26px;
    padding: 0;
    border: 1px solid #ccc;
}
.contact_form1 textarea {
    width: 255px;
    height: 123px;
    padding: 0;
    border: 1px solid #ccc;
    resize: none;
}
.contact_form1 input[type="submit"] {
    width: 150px;
    height: 30px;
    border: none;
    outline: none;
    background: url('../images/submit1.jpg');
    cursor: pointer;
    display: block;
    margin: 10px auto;
}

/* About Page */
.about_header1 {
    font: bold 20px Arial;
    color: #000;
}
.about_header2 {
    font: 18px Arial;
    color: #333;
    margin-bottom: 10px;
}
.about_details {
    font: 12px Arial;
    color: #333;
    margin-bottom: 10px;
}

/* Product Details */
.pro_img_block {
    width: 293px;
    height: 225px;
    float: left;
    margin-right: 20px;
    position: relative;
    margin-bottom: 20px;
}
.pro_img_block img {
    width: 293px;
    height: 195px;
    display: block;
}

.pro_name_contain {
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.pro_name_contain h1 {
    text-align: center;
    font: 20px/30px 'Kittithada_Light_45';
    color: #000;
}
.pro_name_contain a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/ico3.png') 260px center no-repeat;
}

.product_detail_block {
    width: 550px;
    min-height: 225px;
    position: relative;
    float: right;
}
.product_detail_block h1,
.product_detail_block p {
    font: 18pt/1.3 ThaiSansNeue_Regular;
    color: #333;
}
.product_detail_block h2 {
    font: 22pt/1.3 'ThaiSansNeue_Regular';
    color: #0c5986;
    margin: 10px 0;
}
.product_detail_block h3 {
    font: 20px/20px 'ThaiSansNeue-Bold';
    color: #1392de;
}
.product_detail_block h4 {
    font: 30px/1 'ThaiSansNeue-Bold';
    color: #c00;
    margin-top: 20px;
}
.product_detail_block h4 img {
    vertical-align: middle;
}

.order_bt {
    width: 124px;
    height: 27px;
    border: none;
    outline: none;
    cursor: pointer;
    background: url('../images/order_bt.jpg') no-repeat;
    
}
.download_bt {
    width: 124px;
    height: 27px;
    border: none;
    outline: none;
    cursor: pointer;
    background: url('../images/download_bt.png') no-repeat;
	background-size:100% 100%;
    
}

/* Product Feature */
.product_feature {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
}
.product_feature h1 {
    font: 20px Arial;
    color: #333;
    margin-bottom: 20px;
}
.product_feature p {
    font: 12px Arial;
    color: #333;
    margin-bottom: 15px;
}
.product_feature table {
    width: 100%;
}

/* Promotion */
.promo_details {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.promo_details p {
    font: 12px Arial;
    color: #333;
    margin-bottom: 10px;
}
.promo_details img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

/* Reference */
.ref_list {
    width: 100%;
    height: auto;
    list-style: none;
    text-align: justify;
}
.ref_list > li {
    width: 110px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.ref_list > li:last-child {
    border: none;
}
.ref_list > li img {
    width: 100%;
    height: auto;
    display: block;
}

/* Portfolio */
.port_list {
    width: 100%;
    height: auto;
    list-style: none;
    text-align: justify;
}
.port_list::after {
    width: 100%;
    height: 1px;
    display: inline-block;
    content: "";
}
.port_list > li {
    width: 245px;
    height: 216px;
    float: left;
    vertical-align: top;
    position: relative;
    margin-bottom: 20px;
    margin-right: 7.5px;
}
.port_list > li:nth-child(3n-3) {
    margin-right: 0;
}
.port_list li .img a {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(156,131,109, .35);
    z-index: 10;
    opacity: 0;
    transition: opacity .3s;
}
.port_list li:hover .img a {
    opacity: 1;
}
.port_list > li .img {
    width: 100%;
    height: 190px;
    display: block;
    position: relative;
    border-bottom: 0;
    box-sizing: border-box;
}
.port_list > li p {
    font: 22px/20px 'ThaiSansNeue_Regular';
    color: #06466e;
    text-align: center;
}

.flexslider {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

/* Footer */
.footer {
    width: 100%;
    height: 36px;
    background-color: #d1eefa;
    position: relative;
}
.footer p {
    font: 20px/36px 'ThaiSansNeue_Regular';
    color: #03265b;
}
.footer p a {
    color: #03265b;
    text-decoration: none;
}
.footer p a:hover {
    text-decoration: underline;
}
.footer p img {
    vertical-align: middle;
}
.footer p span {
    margin-left: 400px;
}

.footer_content {
    width: 100%;
    height: 350px;
    position: relative;
    padding-top: 15px;
    box-sizing: border-box;
    background-image: -moz-linear-gradient(top, #ffffff, #3fb9ff);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#3fb9ff));
    background-image: -webkit-linear-gradient(top, #ffffff, #3fb9ff);
    background-image: linear-gradient(top, #ffffff, #3fb9ff);
}
.footer_table {
    width: 100%;
    height: auto;
    position: relative;
}
.footer_table td {
    position: relative;
    vertical-align: top;
}
.footer_table td h1 {
    font: 22px 'kittithada_medium_65regular';
    color: #004e9a;
    margin-bottom: 5px;
}
.footer_table td h1 a {
    color: #000;
    margin-right: 10px;
    text-decoration: none;
}
.footer_table td p {
    font: 18px 'ThaiSansNeue_Regular';
    color: #000;
    margin-bottom: 5px;
}
.footer_table td p a {
    color: #000;
    text-decoration: none;
}
.footer_table td hr {
    border-top: 2px solid #000;
}

/* Clear Fix */
.clearfix {
    clear: both;
}
