/* CSS Document */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

fieldset, img {
    border: none;
}

li {
    list-style-position: inside;
}

body {
    font-size: 13px;
    line-height: 1.4;
    font-family: 'Arial', sans-serif;
    position: relative;
    color: #000;
}

* {
    padding: 0;
    margin: 0;
}

.container img {
    max-width: 100%;
}

.container {
    position: relative;
}

.box_12{background:#00A2C5; min-height:100px; padding:10px; clear:both;}
.box_123{width: calc(25% - 12px); background:#fff; padding:10px; margin:0 6px; float:left; min-height:320px; border-radius:5px;}
.box_123 h4{text-align:center; color:#00A2C5; text-transform:uppercase;}
.box_123 p{font-style:italic; font-size:11pt;}
.home_hotline{font-size:18pt; padding:15px; text-align:center; margin-top:12px; color:red;}
.home_hotline span{background:#fff; display:inline-block; padding:3px 10px; }

.link-split-3{padding-bottom:15px;}
.link-split-3 ul{display: flex;flex-wrap: wrap;}
.link-split-3 li{width:30%}
.link-split-3 a{padding:5px 0px; display: inline-block;}
.link-split-3 a:hover, .link-split-3 a:visited{color:#FF0000;}

/*------------------------------------------------------------------------*/

.top {
    background: #333333;
    text-align: right;
    padding: 3px 0 1px 0;
}
.language ul {
    height:20px;
}
.language li {
    display: inline-block;
    vertical-align:middle;
}

.language img {
    width: 22px;
}

.header {
    background: #00A2C5;
    padding: 10px 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.logo {
    background: #fff;
    padding: 10px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    display: inline-block;
    position: absolute;
    left: 43%;
    top: -10px;
    z-index: 99;
    border: 1px solid #ededed;
    border-top:none;
}
/*-----------------------------------navigation----------------------------*/

.mainmenu {
    position: relative;
}

    .mainmenu ul {
        margin-bottom: 0;
        padding: 0;
    }

        .mainmenu ul li {
            display: inline-block;
            position: relative;
            line-height: 57px;
            background: url(../images/line.png) no-repeat right center;
        }

            .mainmenu ul li.parent li {
                width: 100%;
                background: none;
            }

                .mainmenu ul li.parent li a {
                    border: none;
                    padding: 10px 15px;
                    color: #fff;
                    line-height: normal;
                    text-align: left;
                    border-bottom: 1px dotted #d1d1d1;
                    font-size: 13px;
                    text-transform: none;
                }

            .mainmenu ul li > a:hover, .mainmenu ul li:hover > a, .mainmenu ul li.active > a:hover {
                color: #f90202;
            }

            .mainmenu ul li.active > a {
                color: #19f12b;
            }

            .mainmenu ul li.parent ul a:hover {
                color: #19f12b;
                /*background: #1a69bf;*/
            }

            .mainmenu ul li a {
                display: block;
                color: #fff;
                white-space: nowrap;
                font-size: 15px;
                text-transform: uppercase;
                position: relative;
                font-weight: bold;
                padding: 0 21px;
            }

li.itnull {
    padding-left: 15px;
    width: 150px;
    background: none !important;
}

.mainmenu ul li:nth-child(3), .mainmenu ul li:last-child {
    background: none;
}

.mainmenu ul li.parent > ul {
    visibility: hidden;
    position: absolute;
    top: 50px;
    left: -5px;
    /* top: 30px;
    left: 0;
	*/
    background: #04b3d6;
    padding: 0;
    transition: all 0.3s ease 0s;
    opacity: 0;
    z-index: 999;
    text-align: left;
}

.mainmenu ul li.parent:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 67px;
}

/*----------------------------Slideshow----------------------------------*/
.slideshow .bx-wrapper .bx-prev {
    background: rgba(0, 0, 0, 0) url("../images/pre.png") no-repeat scroll 0 0;
    left: 0;
}

.slideshow .bx-wrapper .bx-next {
    right: 0;
    background: url(../images/next.png) no-repeat;
}

.slideshow .bx-wrapper .bx-prev:hover {
    background: rgba(0, 0, 0, 0) url("../images/pre.png") no-repeat scroll 0 0;
}

.slideshow .bx-wrapper .bx-next:hover {
    background: url(../images/next.png) no-repeat;
}

.slideshow .bx-wrapper .bx-controls-direction a {
    height: 81px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    width: 42px;
    z-index: 9999;
    top: 40%;
}

.slideshow .bx-wrapper .bx-pager {
    bottom: 20px;
}

.slideshow .bx-wrapper .bx-controls-auto {
    display: none;
}
/*----------------------------------------------------------------------*/
.introduce {
    background: #00A2C5;
    padding: 30px 0;
}

.introimg {
    width: 55%;
    float: right;
    text-align: right;
        height: 330px;
    overflow-y: hidden;
}

    .introimg img {
        border: 1px solid #fff;
    }

.introtext {
    width: 55%;
    background: #fff;
    padding: 30px 50px;
    position: absolute;
    margin-top: 25px;
    text-align: justify;
    padding-bottom: 15px;
}

.container h3 {
    font-size: 30px;
    margin-top: 0;
    color: #0a66cb;
    text-transform: uppercase;
    font-weight: bold;
}
.introcont {
	    height: 170px;
    overflow: hidden;
}
.introtext p {
    /*margin-bottom: 15px;*/
}
.readmore {
    margin-top:10px;
}
.introtext .readmore {
    text-align:right;
    margin-top:0;
}
.readmore a {
    background: #f90202;
    color: #fff;
    padding: 2px 6px;
    display: inline-block;
    border-radius: 7px;
    font-size: 13px;
    /*font-weight: bold;*/
}

.project {
    padding: 40px 0 20px;
    text-align: center;
}

.itempro {
    width: 33.3%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
}

    .itempro > div {
        position: relative;
    }

.proimg {
    overflow: hidden;
}

.itempro img {
    width: 100%;
    transition: all 0.5s ease 0s;
	border: 1px solid #17771f;
}

.itempro:hover img {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
    transition: all 0.5s ease 0s;
    opacity: 0.6;
}

.protile {
    background: rgba(26, 146, 13, 0.65);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 7px 5px;
    width: 100%;
}

    .protile a {
        color: #fff;
        font-size: 14px;
    }

.footer {
    background: url(../images/bgfoot.jpg) no-repeat center bottom;
    color: #fff;
    padding: 20px 0;
    font-size: 18px;
}

    .footer h1 {
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 0;
    }

    .footer hr {
        margin-top: 10px;
        border-color: #3f9e29;
    }

.footcont {
    /*display: inline-block;
    margin-left: 27%;
	margin: 0;*/
    width: 65%;
    margin: 0 auto;
    text-align: center;
}

.footer p {
    margin-bottom: 5px;
    color: #cccccc;
}

.support {
    position: fixed;
    bottom: 0;
    right: 15%;
}

.project .container h3 {
    margin-bottom: 35px;
}

li.hotline {
    padding-right: 15px;
    color: #f90202;
    font-weight: bold;
    font-size:12px;
}

.hotline a {
    color: #f90202;
}
/*----------------------------------------------------------------------*/
@media (min-width:1200px) {
    .container {
        max-width: 945px;
    }
}

@media (min-width:992px) {
    .mainmenu .collapse {
        display: block;
        height: auto !important;
    }

    .navbar-toggle, .headright .language {
        display: none;
    }
}

@media (max-width:1200px) {
}

@media (max-width:991px) {
    .container {
        padding: 0 15px;
    }

    .top {
        display: none;
    }

    .bx-wrapper img, .container img {
        height: auto;
    }

    .mainmenu ul li {
        display: block;
        margin: 0;
        float: none;
    }

    .mainmenu > ul {
        z-index: 99999;
        position: absolute;
        text-align: left;
        background: #f90202;
        width: 96%;
        margin-top: 5px;
        left: 2%;
        min-height: 36px;
    }

    .mainmenu .navbar-toggle {
        text-transform: uppercase;
        margin-bottom: 0;
        background: #fff;
        color: #01addf;
    }

    .mainmenu ul li a {
        background: #085ab4;
        color: #fff;
        padding: 12px 18px;
        border: none;
        border-bottom: 1px dotted rgba(232,232,232,0.5);
        text-align: left;
        line-height: normal;
    }

    .mainmenu ul li:hover a {
        color: #fff;
    }

    .mainmenu ul li.parent ul a {
        color: #fff;
        background: url(../images/bgli.png) no-repeat 20px center #085ab4;
        padding-left: 35px;
        border-bottom: 1px dotted rgba(232,232,232,0.5);
    }

    .mainmenu ul li a:hover, .mainmenu ul li.active a {
        color: #f90202;
        background: #085ab4;
    }

    .mainmenu ul li.parent ul a:hover {
        background: url(../images/bgli.png) no-repeat 20px center #085ab4;
        color: #f90202;
    }

    .mainmenu {
        border: medium none;
        float: right;
        margin-top: 0;
        padding: 0;
        position: static;
        width: auto;
    }

        .mainmenu ul.menu > li:before, .mainmenu ul.menu > li:after {
            display: none;
        }

        .mainmenu ul li.parent ul {
            visibility: visible;
            position: static;
            opacity: 1;
            background: #085ab4;
            padding: 0;
            margin: 0;
            border: none;
        }

    .logo {
        left: 0;
        width: 85px;
    }

    .header.fixed {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 99999;
    }

    .header {
        padding: 5px 0;
    }

    .introtext {
        position: static;
        margin: 0;
        width: 100%;
    }

    .introimg {
        display: none;
    }


    .language {
        float: right;
        padding-right: 15px;
        padding-top: 3px;
    }

    li.hotline {
        background: #f90202;
        border-radius: 50%;
        padding: 5px;
        width: 25px;
    }

    .language li {
        margin-left: 10px;
    }

    .language img {
        width: 25px;
    }
	
	.box_123{width: 100%;  margin:5px 0px !important; min-height:0px; }

}

@media (max-width:768px) {
    .itempro {
        width: 100%;
        padding: 0;
    }

    .logo {
        left: 15px;
    }

    .footcont {
        margin: 0;
        width: 100%;
    }
	
	.link-split-3 li{width:100%}
}

@media (max-width:720px) {
}

@media (max-width:640px) {
}

@media (max-width:600px) {
}



@media (max-width:430px) {
}

@media (max-width:360px) {
}



/*-------------------- New by ptt -------------*/

.left_side {
    width: 25%;
    float: left;
    padding-right: 15px;
    margin-top: 10px;
}

.container_2 {
    width: 90%;
    margin: 20px auto;
}

.right_side {
    width: 75%;
    float: right;
    padding-left: 15px;
}

.category, .sidemod {
    padding-right: 15px;
    margin-bottom: 30px;
}

    .category h3, .sidemod h3 {
        margin: 0;
        background: #00A2C5;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        padding: 13px;
        text-align: center;
        font-family: 'Roboto', Arial, sans-serif;
    }

.page_title_h2 {
    margin-top: 10px;
    background: #00A2C5;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 13px;
    font-family: 'Roboto', Arial, sans-serif;
}

.related h3 {
    margin-top: 10px;
    background: #0a66cb;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 13px;
    font-family: 'Roboto', Arial, sans-serif;
}

.related {
    margin-bottom: 20px;
    clear:both;
}

    .related a:hover {
        color: blue;
    }
    

.category ul {
    border: 1px solid #0a66cb;
    padding: 7px 20px;
}

    .category ul li {
        list-style-type: none;
    }

.category a {
    background: url(../images/bgli.png) no-repeat left center;
    border-bottom: 1px dotted #d1d1d1;
    padding: 3px 15px 3px;
    display: block;
    color: #0A66CB;
    font-size: 15px;
    font-weight:bold;
}
.sidecont .news-title a {
    font-size: 15px;
     color: #0A66CB;
     font-weight:bold;
}
    .category a:hover {
        background: url(../images/bgli.png) no-repeat left center;
        color: blue;
    }

.category li:last-child a {
    border: none;
}

.sidecont {
    padding: 15px;
    border: 1px solid #0a66cb;
}

.sidemod a {
    font-size: 15px;
}

a:hover {
    color: blue;
}

.sidemod a:hover {
    color: blue;
}

.news-chil a:hover {
    color: blue;
}

.pro-title a:hover {
    color: blue;
}

.item-news {
    display: block;
    border-bottom: 1px dotted #d1d1d1;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.news-chil {
    margin-bottom: 20px;
}

.news-img img {
    max-width: 100%;
}

.news-title a {
    font-size: 16px;
}
.sidecont .news-title a {
     background: url(../images/bgli.png) no-repeat left center;
     padding-left:10px;
}
.news-date {
    font-size: 11px;
}

.list-date {
    font-size: 11px;
}

.detail-article, .descrip-cont {
    margin-top: 10px;
	font-size:12pt;
}

    .detail-article img, .article img {
        max-width: 100%;
		height:auto;
    }
	
	 .descrip-cont p, .detail-article p, .article p {
        padding:5px 10px 10px 10px;
    }

.news-intro {
    margin-top: 5px;
}

.page li {
    display: inline-block;
    color: #666666;
    margin-left: -5px;
}

    .page li a, .page li span, .page a {
        display: inline-block;
        background: #fff;
        border: 1px solid #e8e8e8;
        padding: 3px 12px;
        color: #666666;
    }

.page {
    text-align: center;
    margin-bottom: 50px;
}

    .page li.active span, .page li:hover a, .page li span:hover, .page a:hover {
        background: #4584FF;
        color: #fff;
        border: 1px solid #4584FF;
    }

    .page strong {
        display: inline-block;
        background: #4584FF;
        border: 1px solid #4584FF;
        padding: 3px 12px;
        color: #fff;
    }

    .page span span {
        display: inline-block;
        background: #fff;
        border: 1px solid #e8e8e8;
        padding: 3px 12px;
        color: #666666;
    }

    .page a:first-child, .page a:last-child {
        display: none;
    }

    .page img {
        /*display:none;*/
    }

    .page span span {
        display: none;
    }

ul.list-product li {
    width: 33.3%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
    list-style-type: none;
}

.pro-title {
    padding: 0 5px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 15px;
    font-size: 15px;
}

.pro-img {
    text-align: center;
    margin: 15px;
    margin-bottom: 10px;
    overflow: hidden;
}

    .pro-img img {
        width: 100%;
        transition: all 0.5s ease 0s;
    }

    .pro-img:hover img {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
        transition: all 0.5s ease 0s;
        opacity: 0.6;
    }

.price {
    margin-left: 20px;
}

.main-img {
    width: 44%;
    float: left;
    border: 1px solid #dadada;
    padding: 15px;
    margin-bottom: 30px;
}

.main-right {
    width: 56%;
    float: left;
    padding-left: 30px;
    margin-bottom: 30px;
}

.product_title_h2 {
    font-size: 24px;
	line-height: 1.5;
    border-bottom: 0;
    padding-bottom: 0;
    color: #0a66cb;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: bold;
    font-family: 'Roboto', Arial, sans-serif;
}

.descrip-cont {
    background: #fff;
    padding: 15px 30px;
    border: 1px solid #dcdcdc;
}

.description {
    clear: both;
    margin-bottom: 30px;
}

.comment {
    clear: both;
}

.description h3 {
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    background: #fff;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: -1px;
    border-bottom: none;
    margin-top: 0;
}

.main-option.price {
    margin-left: 0;
}

    .main-option.price .price-new {
        font-size: 18px;
        padding-left: 0;
        padding-right: 20px;
    }

    .main-option.price .price-new {
        float: left;
        font-weight: bold;
        font-size: 16px;
        color: #24637f;
        padding: 0 5px;
    }

.gallery_item {
    float: left;
    width: 33.3%;
    padding: 15px;
}

    .gallery_item img {
        max-width: 100%;
    }

.contact_page {
    padding-bottom: 30px;
    border-bottom: 1px solid #C0C0C0;
}

.contact-detail, .maps {
   
    padding: 15px;
}

.protile {
    text-align: center;
}

.maps iframe {
    width: 100%;
}

.form-col-left {
    float: left;
    text-align: right;
    width: 30%;
    padding-right: 5px;
}

.form-col-right {
    width: 70%;
    float: left;
}

.form-row {
    overflow: hidden;
    margin-bottom: 10px;
}

.form-contact-text {
    width: 60%;
    padding: 2px 10px;
    color: #000;
    border: none;
    border: 1px solid #808080;
    border-radius: 5px;
    outline: none;
}

.form-contact button, .PQTButton {
    padding: 4px 25px;
    margin-right: 10px;
    border-radius: 5px;
    border: none;
    font-weight: bold;
}

    .form-contact button:hover, .PQTButton:hover {
        background: #0a66cb;
        color: #fff;
    }
    .detail-tag {
        margin:5px 0;
    }



@media (max-width:991px) {
	
	.bxslider img{max-width:100% !important; height:auto !important;}
	
    li.itnull {
        display: none !important;
    }

    .left_side, .right_side {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .category, .sidemod {
        padding-right: 0;
    }

    .maps, .contact-detail {
        width: 100%;
    }

    .form-col-left, .form-col-right {
        width: 100%;
        text-align: left;
    }

    ul.list-product li {
        width: 100%;
    }

    .main-img, .main-right {
        width: 100%;
    }

    .form-contact-text {
        width: 100%;
        padding: 2px 10px;
        color: #000;
    }
    .gallery_item {
        width:100%;
    }
}
@media (max-width:480px) {
	.main-right{padding-left:0;}
    .introtext {
        padding: 30px;
    }

    .container h3 {
        font-size: 22px;
    }
}
