.clear{
    clear: both;
}





.description1{
    display: block;
    font-family:'thaisanslite-bold';
    margin-left:500px;
    font-weight: 800;
    height:133px;
    width: 500px;
    margin: 0;
    padding-top: 8px;
    padding-left:20px;
    font-size:28px;
    line-height:60px;
    color:#000;
    background:url("../img/slide1.png");
    background-repeat: no-repeat;
    background-position: -1px 0;

}

.description2{
    font-family:'thaisanslite-bold';
    font-weight: 300;
    width: 600px;
    padding-left:20px;
    font-size:24px;
    line-height:30px;
    height: 32px;
    color:#333;
    margin: 0;
    background-color:#FFF;
    z-index:1;
    position:absolute;
}

.description3{
    margin: 0;
    padding: 0;
    width: 540px;
}

a.slide-button {
    float: left;
    font-family:'thaisanslite-bold';
    background:url("../img/recRed.jpg");
    border: none;
    color: white;
    width: 215px;
    height: 36px;
    padding: 0 0;
    margin: 0;
    color: #fff;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    opacity: 0.9;

}

.slide-button:hover {
    color: #fff;
    opacity: 1;
}



.heading {
    padding: 0;
    margin: 0;
    background-image: url("../img/bg3-title.png");
    background-repeat: repeat-x;
    background-position: 0 bottom;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5 {
    font-family:'thaisanslite-bold';
    display: inline-block;
    color: #49cbd7;
    border-bottom:0;
    line-height: 1.1;
    margin-bottom: 0;
    line-height: 33px;
    padding-left: 50px;
    vertical-align: middle;
    letter-spacing: normal;
    background-image: url("../img/nav-title.png");
    background-repeat: no-repeat;
    background-position: 3px 5px;
}

.heading h4{
    font-size:30px;

}

.heading h5 {
    margin-left: 50px;
    color: #696969;
    font-size:26px;
}

.breadcrumb {
    float: left;
    width: auto;
    text-transform: uppercase;
    background-color: transparent;
    margin: 0 0 0 30px;
    padding: 0;
    line-height: 40px;
    padding-left: 15px;
    background-image: url("../img/dot.png");
    background-repeat: no-repeat;
    background-position: left center;
}

.breadcrumb > li{
    text-transform: none;
    display: inline-block;
    float: left;
    content: '';
    font-size: 12px;
    color: #64bfff;

}

.breadcrumb > li + li:before {
    content: "";
    float: left;
}
.breadcrumb > .active {
    color: #999999;
}

.breadcrumb  li  span{
    color: #383838;
    display: block;
    line-height: 40px;
    padding-right: 15px;
    background-image: url("../img/nav-address.png");
    background-repeat: no-repeat;
    background-position: right center;
}

.breadcrumb > li > a{
    text-transform: none;
    content: '';
    color: #383838;
    display: block;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 15px;
    background-image: url("../img/nav-address.png");
    background-repeat: no-repeat;
    background-position: right center;
}

.breadcrumb > li > a:hover{
    color: darkorange;
}


.panel.sidebar-menu {
    min-height: 400px;
    background: #fff;
    margin:-5px 0 0 0;
    -webkit-box-shadow: 0px 0px 10px 0px #cccccc;
    -moz-box-shadow: 0px 0px 10px 0px #cccccc;
    box-shadow: 0px 0px 10px 0px #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 3px 8px;
    font-family:'thaisanslite-bold';
}
.panel.sidebar-menu .panel-heading {
    margin-bottom: 10px;
    background: none;
    padding: 0;
    border-bottom: none;
    background-color: #4acad7;
    text-align:center;
}

.panel.sidebar-menu .panel-heading h1,
.panel.sidebar-menu .panel-heading h2,
.panel.sidebar-menu .panel-heading h3,
.panel.sidebar-menu .panel-heading h4,
.panel.sidebar-menu .panel-heading h5 {
    font-family:'thaisanslite-bold';
    display: inline-block;
    border-bottom:0;
    margin: 0;
    padding:4px 0;
    font-size: 25px;
    line-height: normal;
    color: #000;
}

.panel.sidebar-menu ul.nav li {
    display: block;
    padding: 0;
    margin:3px 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-repeat: no-repeat;
    background-position: right 13px;
}

.panel.sidebar-menu ul.nav li a {
    position: relative;
    font-weight: normal;
    display: block;
    margin: 0;
    padding: 5px 0px;
    padding-left: 28px;
    font-size: 19px;
    line-height: 26px;
    color: #000000;
    background-image: url("../img/dot-menu.png");
    background-repeat: no-repeat;
    background-position: 10px 16px;
}

.panel.sidebar-menu ul.nav li:hover,
.panel.sidebar-menu ul.nav li:focus {
    background-color: transparent;
    background-image: url("../img/nav-menu-left.png");
}

.panel.sidebar-menu ul.nav li.active {
    background-color: #d5d5d5;
    background-image: url("../img/nav-menu-left.png");

}

.panel.sidebar-menu ul.nav li a:hover,
.panel.sidebar-menu ul.nav li a:focus {
    background-color: transparent;
}

.panel.sidebar-menu.with-icons ul.nav li a:after {
    content: "";
}


.panel.sidebar-menu ul.nav li ul{
    background-color: #fff;
}

.panel.sidebar-menu ul.nav li ul li{
    display: block;
    padding: 0;
    margin:1px 0;
    margin-left: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-repeat: no-repeat;
    background-position: right 11px;
}

.panel.sidebar-menu ul.nav li ul li a {
    position: relative;
    font-weight: normal;
    display: block;
    margin: 0;
    padding: 4px 0px;
    padding-left: 25px;
    font-size: 18px;
    line-height: 24px;
    color: #666;
    background-image: url("../img/dot-menu2.png");
    background-repeat: no-repeat;
    background-position: 10px 13px;
}

.panel.sidebar-menu ul.nav li ul li:hover,
.panel.sidebar-menu ul.nav li ul li:focus {
    background-color: transparent;
    background-image: url("../img/nav-menu-left.png");
}

.panel.sidebar-menu ul.nav li ul li.active {
    background-color: #d5d5d5;
    background-image: url("../img/nav-menu-left.png");

}

.panel.sidebar-menu ul.nav li ul li a:hover,
.panel.sidebar-menu ul.nav li ul li a:focus {
    background-color: transparent;
}

.btn-show-all{
    float: none;
    font-weight: normal;
    margin: 30px 10% 10px 10%;
    padding: 6px 0px;
    width: 80%;
    letter-spacing: normal;
}

.bar-product{
    position:relative;
    z-index:2;
    margin-top:-100px;
}

.page-h2{
    position: absolute;
    top: -88px;
    left: 23%;
    width: 60%;
    height: 70px;
    padding: 0 15px;
    background-image: url("../img/shadow-h2.png");

}

.page-h2 .page-sub{
    display: block;
    opacity: 1;
    color: #000000;
    text-align: center;
    line-height: 25px;
    background-image: url("../img/h2-1.png");
    background-repeat: no-repeat;
    background-position: 0 12px;
}

.page-h2 .page-sub h2{
    font-family: "thaisanslite-bold";
    display: block;
    opacity: 1;
    font-size: 20px;
    color: #000000;
    padding: 10px 25px;
    margin: 0;
    background-image: url("../img/h2-2.png");
    background-repeat: no-repeat;
    background-position: right 38px;
}

@media (max-width: 768px) {


    .page-h2{
        position: relative;
        top: 0px;
        left: 0;
        width: 100%;
        height:  auto;
        padding: 0 0;
        background-image: none;

    }

    .page-h2 .page-sub{
        display: block;
        opacity: 1;
        color: #000000;
        text-align: center;
        line-height: normal;
        background-image: none;
    }

    .page-h2 .page-sub h2{
        font-family: "thaisanslite-bold";
        display: block;
        opacity: 1;
        font-size: 17px;
        color: #000000;
        padding: 10px 0px;
        margin: 0;
        background-image: none;
    }

}

#container-1{
    width:100%;
    padding:0;
    margin:0;
    padding-bottom: 20px;
    border-top: 3px solid #fff;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px #c0c0c0;
    -moz-box-shadow: 0px 0px 10px 0px #c0c0c0;
    box-shadow: 0px 0px 10px 0px #c0c0c0;

}


.box-product-main{
    position: relative;
    width: 50%;
    float: left;
}

.box-product-main.box1{
    background-color: #32c5d2;
}

.box-product-main.box2{
    background-color: #7a6a61;
}
.box-product-main.box3{
    background-color: #e7505a;
}
.box-product-main.box4{
    background-color: #57bfe1;
}


.box-product-main .image{
    width:100%;
    margin:0;
    padding:0;
    height:164px;
    overflow:hidden;
}

.box-product-main .image img{
    width: 100%;
}


.box-product-main .text-1{
    font-size:12px;
    color:#000;
    text-align:center;
    margin:0;
    padding:10px 10px;
    margin-top:10px;
    width:100%;
    position:relative;
    line-height: normal;
}

.box-product-main .text-1 strong{
    display: block;
    font-family:'thaisanslite-bold';
    font-size: 23px;
    line-height: normal;
    margin-bottom: 10px;
    text-transform: uppercase;

}

.box-product-main .icon-duct{
    position:absolute;
    width: 0;
    height: 0;
    z-index:2;
    overflow: hidden;
    top: -120px;
    left: 50%;
    opacity: 0;
    margin-left: -45px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.box-product-main .icon-duct.one{
    width: auto;
    height: auto;
    top: -80px;
    opacity: 1;
}

.box-product-main:hover .icon-duct{
    width: auto;
    height: auto;
    top: -80px;
    opacity: 1;
}


.box-product-main .icon-1{
    position:absolute;
    z-index:2;
    top:50%;
    right:-25px;;
    margin-top:-25px;

}

.box-product-main .icon-2{
    position:absolute;
    z-index:2;
    top:50%;
    left: -25px;
    margin-top:-25px;

}

.btn-product-main{
    margin-top: 10px;
    padding: 4px 15px;
    font-weight: normal;
    color: #000;
}

.btn-product-main:hover{
    color: #000;
}

@media (max-width: 767px) {

    .bar-product{
        margin-top:0px;
    }

    #container-1 {
        margin-top: 40px;
    }

    .box-product-main{
        position: relative;
        width: 100%;
        float: left;
        padding-bottom: 170px;
        margin-bottom: 40px;
    }


    .box-product-main .text-1 strong{
        display: block;
        font-size: 23px;
        line-height: normal;
        padding-top: 10px;
        margin-bottom: 10px;
        text-transform: uppercase;

    }

    .box-product-main .icon-duct{
        width: auto;
        height: auto;
        z-index:2;
        overflow: inherit;
        top: -50px;
        left: 50%;
        margin-left: -35px;
        opacity: 1;
    }


    .box-product-main .icon-duct.one{
        width: auto;
        height: auto;
        top: -50px;
    }

    .box-product-main:hover .icon-duct{
        width: auto;
        height: auto;
        top: -50px;
        opacity: 1;
    }

    .box-product-main .icon-duct img{
        width: 70px;
    }


    .box-product-main .icon-1{
        display: none;

    }

    .box-product-main .icon-2{
        display: none;
    }


    .box-product-main .mimg{
        position: absolute;
        bottom: 0px;
        left: 0;
        width:100%;
    }

}

.line{
    background-image:url("../img/line.png");
    padding:10px;
    margin:1px;
    padding-bottom:10px;

}




.title-contact{
    float: left;
    padding:0;
    margin: 0;
    width: 100%;
    margin-bottom: 10px;
    line-height: normal;

}

.title-contact h1 {
    font-family:'thaisanslite-bold';
    float: left;
    width:100%;
    font-size: 26px;
    padding: 0 20px;
    margin: 0;
    font-weight: normal;
    line-height: 40px;
    background-color: #49cbd7;
}

.site-address{
    height: 40px;
    background-color: #efefef;
    background-image: url("../img/bg-address.png");
    background-repeat: repeat-y;
    background-position: left top;
}

.social-bread{
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

.social-bread img{
    margin: 0 7px;
}

.social-bread img:hover {
    opacity:0.8;
}

.social-icon img{margin: 0 4px ;}


.box-contact{

}

.box-contact .heading-footer{
    height: 21px;
    width: 100%;
    float: left;
    background-image: url("../img/bg3-title.png");
    margin-top: 15px;
    margin-bottom: 20px;
}

.box-contact h3{
    font-family:'thaisanslite-bold';
    font-size: 24px;
    line-height: 21px;
    color:#00afbf;
    width: auto;
    float: left;
    background-color: #fff;
    font-weight: normal;
    padding: 0 30px 0 0px;
    margin: 0;
}

.box-contact p{
    clear: none;
    padding: 0;
    margin: 0;
    line-height: 170%;
}

.form-group label{
    font-family:'thaisanslite-bold';
    font-size: 20px;
}

.btn-send{
    font-family:'thaisanslite-bold';
    font-size: 22px;
}


.jobs table tr td{
    border: 1px solid #ccc;
    padding: 5px 10px;
    line-height: 160%;

}
.jobs p {
    margin: 0;
    padding: 0;

}

.jobs table tr td p {
    margin: 0;
    padding: 0;

}

@media print {

    .heading {
        padding-bottom: 25px;
        margin-bottom: 10px;
    }

    .breadcrumb {
        display: none;
    }

    .panel.sidebar-menu {
        display: none;
    }

    .social-bread{
        display: none;
    }

}