@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'icomoon';
    src:url('fonts/icomoon.eot?xe2x3k');
    src:url('fonts/icomoon.eot?#iefixxe2x3k') format('embedded-opentype'),
    url('fonts/icomoon.woff?xe2x3k') format('woff'),
    url('fonts/icomoon.ttf?xe2x3k') format('truetype'),
    url('fonts/icomoon.svg?xe2x3k#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}



*{
    margin:0px;
    padding:0px;
    line-height:1.4em;
}

a {
    text-decoration:none;
    color: #444;
}

a:hover
{
    text-decoration:underline;
}

img
{
    border:none;
}

.top ul li,#header-menu> li,#justified-menu li,.related_news_page ul li
{
    list-style-type: none;
}

h1, h2, h3, h4,h5, h6, p, ul, ol, li, dl, dt, dd, form, label, img
{
    margin:0px;
    border:0px;
    padding:0px;
}

body
{
    margin:0px;
    padding:0px;
    font-family: Arial;
    color: #444;

}

.clear_left {
    clear: left;
}

.clear_both {
    clear: both;
}
.top p,#justified-menu a{
    font-family: "Segoe UI";
}
#sidr{
    display: none;
}
h1,h2,h3,h4,h5,strong,b{font-weight:bold};
/*---pager-----*/
#phantrang .selected a,#phantrang a:hover {
    background: #ddd;
    font-weight: bold;
}
#phantrang a:link,#phantrang a:visited {
    border: solid 1px #ddd;
    font-weight: bold;
    color: #535353;
}
/*---------logo---------*/
.top {
    /*background: #b4380f;*/
    background: #0C88D0;
    padding: 5px 0;
}
.top .module>p {
    color: #fff;
}
/*header menu*/
#header-menu > li {
    float: left;
    position: relative;
    text-align: left;
    width: 33%;
}
#header-menu > li >img{
    float: left;
}
#header-menu > li > a {
    text-transform: uppercase;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    color: #beb4b4;
}
#header-menu > li > a strong {
    color: #474747;
}


/*service home*/
.service-home .box div>a {
    text-transform: uppercase;
    color: #5e5c5c;
}
.service-home .box ul {
    list-style-position: inside;
}
/*list home product*/
.list_home_product {
    padding-bottom: 30px;
}
.list_home_product, .list_home_product .titlehr strong {
    background: #e9eff3;
}
/*why*/
.why .left dl {
    float: left;
}
.why .left dt {
    text-align: center;
    float: left;
    padding-left: 5px;
}
.why .left dt img {
    width: 45px;
    height: 45px;
}
.why .left dd {
    text-align: justify;
    padding: 0 5px 0 60px;
}
.why .left dd h3 a {
    text-transform: uppercase;
}
.why .right {
    text-align: center;
}
.why .right img {
    width: 100%;
}
/*index*/
.list_news dl {
    float: left;
    width: 100%;
    color: #444444;
    padding-bottom: 10px;
    padding-top: 10px;
}
.list_news dl dt {
    float: left;
    background: #fff;
}
.list_news dl dt a{
    display: block;
}
.index .list_news dl dt a {
    width: 65px;
    height: 50px;
}
.index .list_news dl dd {
    margin-left: 75px;
    margin-top: -5px;
}
.list_news dl dd {
    text-align: justify;
}
.list_news dl dd h3,.list_news dl dd h2 {
    margin-bottom: 5px;
}
.list_news dl dd h3 a,.list_news dl dd h2 a {
    color: #525252;
    font-size: 13px;
    font-weight: bold;
}
.list_news dl dd p.time {
    color: #d0d6d6;
}
.list_news img {
    width: 100%;
    height: 100%;
}
.more {
    float: right;
    color: #f3784c;
}
/*footer  url('../images/mirrored-squares.png')*/
.footer>a>img {
    width: 100%;
    max-height: 240px;
}
.footer .info {
    background: #0c88d0;
    /*padding: 20px 0;*/
    position: relative;
    margin-top: 75px;
}
.info:before {
    display: block;
    position: absolute;
    left: 0;
    top: -100px;
    right: 0;
    height: 100px;
    content: '';
    background: url('../images/footer.png') top center;
    background-size: 100% 100%;
}
.info .box p{
    color: #fff;
}
.tit-search span {
    text-transform: uppercase;
    float: left;
    font-weight: normal;
    font-size: 20px;
    color: #fff;
}
.tit-search form{
    float: right;
    border-radius: 10px;
    background: #fff;
    margin-top: 10px;
}
.tit-search form input {
    float: left;
}

.tit-search form input[type=text] {
    height: 30px;
    border: none;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.tit-search form input[type=submit] {
    background: url('../images/search.png') top right no-repeat;
    height: 30px;
    cursor: pointer;
    background-size: 48px 30px;
    border: none;
}
.info .box{
    color: #fff;
    float: left;
    margin: 5px 0;
}
.info .box span{
    width: 100%;
    float: left;
}
.info .box a{

    color: #fff;
}
.info .box .h5 {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}
/*---content----*/
/*left*/
#content .left .title ,.con .title{
    text-transform: uppercase;
    font-weight: bold;
}
/*right*/
#content .right .box {
    margin-bottom: 15px;
    border-radius: 10px;
    width: 100%;
    float: left;
    background: #fff !important;
}
#content .right .box p.title ,#content .right .box div.title a{
    padding: 6px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 3px;
    color: #FFFFFF !important;
    background: #0C88D0 !important;
    width: 100%;
    float: left;
}
#content .right .dichvu>.h2 {
    font-size: 13px;
    text-transform: uppercase;
    float: left;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px dotted #ddd;
    font-weight: bold;
}
#content .right .dichvu>ul>li {
    text-transform: uppercase;
    list-style-position: inside;
    border-bottom: 1px dotted #ddd;
    padding: 5px 0;
    float: left;
    width: 100%;
}
.mausanpham{
    text-align: center;
}
.mausanpham img {
    width: 100%;
    margin-top: 5px;
    max-width: 235px;
}
/*related_news_page*/
.related_news_page ul li {
    padding: 15px 0;
    float: left;
}
.related_news_page ul li p a {
    display: block;
}
.related_news_page ul li p {
    float: left;
}
.related_news_page ul li a img {
    width: 100%;
    height: 100%;
}
/*product*/
#content .left .listproduct, .product {
    margin-top: 10px;
    float: left;
    width: 100%;
}
.listproduct dl {
    float: left;
}
.listproduct dl dt a{
    display: block;
}
.listproduct dl dd {
    text-align: center;
}
.listproduct dl dd .namepr a {
    color: #656565;
    font-weight: 600;
}
.img_product {
    float: left;
    margin: 0 0 15px 0;
    text-align: center;
}
.price_product {
    font-size: 15px;
    margin: 10px 0;
    color: #e00;
}
.detail_product {
    margin-bottom: 15px;
    text-align: justify;
}
/*---title----*/
.titlehr{
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0;
    margin-bottom: 10px;
}
.titlehr strong,.titlehr h2{
    padding:0 20px;
}
.titlehr strong{
    background: #fff;
}
.titlehr hr{
    margin-top: -10px;
    height: 1px;
    color: #d8d8d8;
    background-color: #d8d8d8;
    border: none;
}

.service-home .titlehr strong,.list_home_product .titlehr strong,.why .titlehr strong{
    text-transform: uppercase;
    color:  #0C88D0;
    /*color: red*/
}
.service-home .titlehr strong,.why .titlehr strong,.index .titlehr strong{
    background: #fff;
}
.index .titlehr strong{
    color: #989494;
    text-transform: uppercase;
    padding-left: 0;
}
.index .titlehr{
    text-align: left;
}
/*contact*/
#mapcont {
    width: 100%;
    height: 250px;
    margin: 15px 0;
    float: left;
}
.cont_left,.cont_right{
    float: left;
    text-align: justify;
}
#contact-form dl{
    margin-bottom: 10px;
    width: 100%;
}

#contact-form dd {
    margin-bottom: 5px;
}
#contact-form input[type="text"], #contact-form textarea {
    background: #F9FAFB;
    width: 100%;
    padding: 4px 0;
    color: #3D5166 !important;
    font-size: 13px;
    /* font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; */
    font-weight: normal;
    font-style: normal;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #B9C2CB;
    margin: 0 auto;
}
#contact-form input[type="submit"] {
    margin-top: 15px;
    padding: 7px 15px 6px 16px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    margin-left: 110px;
}
.errorMessage {
    color: red;
}
.cont_right h2{
    text-transform: uppercase;
    font-size: 13px;
}
/*listproducts*/
.listproducts dl{
    width: 100%;
    float: left;
    border-bottom: dotted 1px #e8e8e8;
    padding: 5px 0;
}
.listproducts dl dt{
    float: left;
    margin-right: 10px;
}

.listproduct dl dd{
    text-align: justify;
}
.listproducts dl dd .namepr{
    font-weight: bold;
    text-transform: uppercase;
}
.listproduct dl dd div{
    height: 70px;
    overflow: hidden;
}
/*news*/
.content_news *{
    text-align: justify;
}
.content_news img{
    max-width:100%;
    height:auto!important;
}
.service .box{
    padding: 10px 0;
}
.service li{
    list-style: inside;
}
.service .box div>a{
    line-height: 2.5em;
    text-transform: uppercase;
    font-weight: 600;
}
.listproduct .grid dl dt{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.listproduct .grid dl dd{
    margin-top: -110px;
    background: #fcfcfc;
    position: relative;
    z-index: 2;
    display: none;
    height: 110px;
    overflow: hidden;
}
.listproduct .grid dl:hover dd{
    display: block;
}
.listproduct .grid dl:hover dt img{
    margin-top: -20px;
    margin-bottom: 20px;
}
.sanpham{
    width: 90%;
    float: left;
    margin: 20px 5%;
    text-align: center;
}
.sanpham a{
    background: url("../images/cb.png") 0 no-repeat;
    padding-left: 15px;
    margin: 5px 10px;
    font-weight: normal;
    font-size: 12px;
}
.sanpham span{
    display: inline-block;
}
.sanpham h2:hover,.select{
    background: #fcfcfc;
}
.sanpham a:hover,.select a{
    background: url("../images/cbhover.png") 0 no-repeat;
    color: #f58220;

}
.con .title,.list_product_lq .titlehr{
    color:  #0C88D0;
    font-size: 20px!important;
}
.hotro{
    display:none;
}
.h1top{
    position: absolute;
    font-size: 5px;
}