@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.7em;
}

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

a:hover
{
    text-decoration:underline;
}

img
{
    border:none;
}

.top ul li,.logo ul li,#category li,#justified-menu li,.related_news_page ul li,.index>.left .box 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;
    font-size: 12px;
    color: #444;
    min-width: 1000px;
    background: url("../images/bg_footer.png") repeat-x bottom  #d2d1d0;
}

.clear_left {
    clear: left;
}

.clear_both {
    clear: both;
}
.active{
    /*background-color: #ffc651;*/
}
.module{
    width: 1000px;
    margin: 0 auto;
}

.top,.banner,.footer{
    float: left;
    width: 100%;
    min-width: 1000px;
}
.top li,#category>li:first-child>a,#justified-menu > li > a,.content .index>.left .box h3,.footer_infor h1
/*.content .index>.right .about .title*/
{
    font-family: 'Roboto Condensed', sans-serif;
}
.title strong{
    color: red;
}
/*---header----*/
.top{
    background: #3f6a14;
    padding: 5px 0;
}
.top ul li{
    display: inline-block;
    height: 24px;
    padding: 0 20px 0 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #F3F7FB;
}
.top ul li h2{
    font-weight: normal;
    font-size: 14px;
}
/*logo*/
.logo{
    min-width: 1000px;
    background: url("../images/bg_header.jpg") no-repeat;background-size: 100% 100%;
}
.logo .module>a >img{
    padding: 5px 0;
    max-width: 750px;
}
.logo .right{
    float: right;
    width: 230px;
    margin-left: 20px;
    margin-top: 30px;
}
.logo .right #hotlinelogo{
   background: url("../images/hotline.png") no-repeat;
}
.logo .right #hotlinelogo li{
    color: #fff;
    padding-left: 70px;
    font-size: 18px;
    font-weight: bold;
}
.hot-line{
    margin-top: -10px;
    font-size: 25px!important;
}
#language li{
    display: inline;
}
/*menu*/
.menu{
    background: #fff;
   height: 40px;
    position: relative;
    z-index: 99;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .menu,#justified-menu{
        height: 41px;
    }
}
/*---------------mainmenu-----------------*/
#justified-menu {
    float:left;
    position: relative;
    width: 780px;
    height: 40px;
}

#justified-menu > li {
    float:left;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}

#justified-menu > li ul {
    position: absolute;
    top: 40px;
    left: 0;
    /*background: #17222f;*/
    background: #538c1c;
    width: 220px;
    z-index: 99999;
    display: none;
}

#justified-menu li:hover > ul {
    display: block;
}

#justified-menu > li ul li {
    border-top: 1px dashed rgb(177, 175, 168) /*#82a3cc*/;
    position: relative;
}

#justified-menu > li ul li a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: none;
    color: #fff;
}

#justified-menu > li ul li:hover > a {
    background: #76be23;
    color: #000;
    font-weight: bold;
}

#justified-menu > li ul li ul {
    position: absolute;
    top: -1px;
    left: 220px;
    border-left: 1px solid rgba(255,255,255,.1);
}

#justified-menu > li > a {
    display: block;
    font-weight: 600;
    font-size: 14px;
    padding: 0 15px;
    text-decoration: none;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
}

#justified-menu > li:hover > a, #justified-menu > li.active > a ,.active{
    /*color: #84E2FF  !important;*/
    color: #fff;
    background: #538c1c;
}
a.active::before{
    background: #000;
    content: " ";
    border-radius: 5px;
    position: absolute;
    height: 15px;
    margin-top: -25px;
}
/*form*/
.menu form{
    float: right;
    width: 200px;
    margin: 0 18px 0 0;
    border: 1px solid #a9cda9;
    margin-top: 4px;
}
.menu form input {
    float: left;
}
.menu form input[type=text] {
    border: none;
    height: 30px;
    width: 155px;
    padding-left: 5px;
    background: none;
    color:#000;
}
.menu form input[type=submit] {
    background: url('../images/search.png') top right no-repeat;
    height: 28px;
    width: 40px;
    cursor: pointer;
    background-size: 40px 28px;
    border: none;
}
.menu form ::-webkit-input-placeholder {
    color: #000;
}

.menu form :-moz-placeholder { /* Firefox 18- */
    color: #000;
}

.menu form ::-moz-placeholder {  /* Firefox 19+ */
    color: #000;
}

.menu form :-ms-input-placeholder {
    color: #000;
}
/*slides*/
.slider {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    z-index: 1;
    margin-top: -40px;
}
.slides {
    width: 100%;
    float: left;
}
.image {
    width: 100%;
    height: 350px;
}
/*------------contents-----------*/
.content{
    position: relative;
    z-index: 2;
}
.content .index{
    background: #fff;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: -20px;
    padding-bottom: 30px;
    border-top: 2px solid #117511;
}
.content .index.no-margin-top{border-top: 0!important;}
.content .index>.left{
    float: left;
    width: 250px;
    margin: 30px 20px 0 20px;
}
.content .index>.left .box{
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.content .index>.left .box .tit_left{
    background: url("../images/icon-left.png") no-repeat #117511;
    height: 33px;
    padding-left: 50px;
    text-transform: uppercase;
    color: #fafafa;
    font-size: 18px;
    padding-top: 5px;
    font-weight: normal;
}
.content .index>.left .box ul li{
    margin-left: 5px;
    border-bottom: 1px dashed #dfdfdf;
    float: left;
}
.content .index>.left .box ul li.last{
    border-bottom: none;
    border-bottom: 1px dashed #dfdfdf;

}
.content .index>.left .box ul li a{
    padding: 5px 10px 5px 20px;
    width: 215px;
    background: url("../images/li-back.png") 0 8px no-repeat;
    font-size: 14px;
    color: #676767;
    float: left;
}
.content .index>.left .box ul li span a{
    padding-bottom: 0;
}
.content .index>.left .box ul li strong{
    padding-left: 20px;
    padding-bottom: 5px;
    color: #444;
    font-size: 14px;
    font-weight: normal;
}
.content .index>.left .video iframe{
    width: 100%;margin: 10px 0;
}

.content .index>.right{
    float: right;
    width: 690px;
    margin-top: 30px;
    margin-right: 20px;
}

.content .index>.right .about .title{
    text-transform: uppercase;
    color: #117511;
    font-size: 18px;
    border-bottom: 1px dashed #C5C5C5;
    width: 100%;
    padding-bottom: 5px;
    display: block;
}
.content .index>.right .about .brief{
    padding: 0 0 15px 0;
    text-align: justify;
    width: 470px;
    float: right;
}
.content .index>.right .about .brief *{

}
.about_content img{width: 210px;height: 140px;float: left;}
.more{
    padding: 5px 15px;
    color: #fff;
    background: #117511;
    float: right;
}
/*d? án tiêu bi?u*/
.service-home{
    float: left;
}
.title {
    text-transform: uppercase;
    color: #117511;
    font-size: 18px;
    border-bottom: 1px dashed #C5C5C5;
    width: 100%;
    padding-bottom: 5px;
    display: block;
    margin-bottom: 20px;
}
.duanct{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}
.last{
    margin-right: 0;
}
.duanct>img{
    width: 210px;
    height: 160px;
}
.duanct h4{
    background: rgba(29, 28, 28, 0.51);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#88000000', endColorstr='#88000000'); /* IE */
    position: absolute;top: 0;width: 100%;
    text-transform: uppercase;text-align: center;
}
.duanct h4 a{    color: #fff;  display: block;padding: 5px}
.duanct div{
    width: 210px;height: 50px;
    margin-top: -50px;
    position: relative;
    z-index: 2;
    text-align: center;
    text-transform: uppercase;
    display: none;
}
.duanct div h4 a{
    color: #fff;
    font-size: 14px;
}
.duanct div h4{
    padding-top: 25px;
    padding-bottom: 55px;
}
.duanct div .chitiet{
    padding: 10px 25px;
    background: #117511;
    color: #fff;
}
.duanct:hover div{
    display: block;
}
/*full*/
.full,.partner{
    float: left;
    width: 960px;
    margin: 0 20px 15px 20px;

}
.full .box{
    width: 470px;
    margin-right: 20px;
    float: left;
}
.full .last{
    margin-right: 0;
}
/*list_news*/
.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;
    padding: 3px;
    border: 1px solid #ddd;
}

.list_news dl dd {
    text-align: justify;
    padding-left: 130px;
}
.list_news dl dd h3 {
    margin-bottom: 5px;
}
.list_news dl dd h3 a {
    color: #525252;
    font-size: 13px;
    font-weight: bold;
}
.list_news dl dd p.brief {
     color: #737373;
 }
/*.full*/ .list_news img {
    width: 105px;
    height: 70px;
}
/*partner*/

.index .titlehr {
    text-align: left;
    margin-bottom: 30px;
}
.index .titlehr strong {
    color: #989494;
    text-transform: uppercase;
    padding-left: 0;
    background: #fff;
    padding-right: 20px;
    font-size: 16px;
    color: #117511;
}
.titlehr hr {
    margin-top: -15px;
    height: 1px;
    color: #d8d8d8;
    background-color: #d8d8d8;
    border: none;
}
.partner img{
    width: 960px;
}
/*---------footer---------*/
.footer{
    /*background: #e9e7e8;*/
    margin-top: 150px;
}

.footer .box{
    margin-top: 50px;
    float: left;
}
.box_logo{
    width: 175px;margin-left: 100px;
}
.box_logo a{display: block;margin-top: 10px}
.footer_infor{
    width: 500px;
    padding-bottom: 20px;
}
.footer_infor p.com{
    color: #fff;padding-left: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
}
.footer_infor p{
    font-size: 13px;
    padding-left: 20px;
    color: #fff;
}
.footer_infor div{
    width: 100%;
    float: left;
}
.add{
    background: url("../images/home.png") 0 1px no-repeat;
}
.phone{
    background: url("../images/phone.png") 0 1px no-repeat;
    float: left;
    margin-right: 30px;
}
.email{
    background: url("../images/mail.png") 0 3px no-repeat;
    clear: both;
}
.web{
    background: url("../images/web.png") 0 2px no-repeat;
}
.icon-social{
    margin:160px 0 0 0!important;
}
.copyright{
    width: 100%;
    float: left;
    background-color: #d2d1d0;
}
.copyright .module{
    padding: 5px 0;
    font-size: 14px;
    color: #585858;
}
/*news*/
.content_news *{
    max-width: 100%;
}
.content_news li{
    list-style-position: inside ;
}
.related_news_page {
    margin-top: 15px;
}
.related_news_page>p>strong {
    font-size: 16px;
    color: #203659;
}
.related_news_page ul li {
    float: left;
    margin-left: 4%;
    width: 22% ;
    margin-top: 0 ;
}
.related_news_page ul li:first-child {
    margin-left: 0;
}
.related_news_page ul li p a {
    display: block;
    border: 1px solid #ddd;
    padding: 4px;
    background: #fff;
    box-shadow: 1px 1px 2px 0 #e5e5e5;
    -webkit-box-shadow: 1px 1px 2px 0 #e5e5e5;
    -moz-box-shadow: 1px 1px 2px 0 #e5e5e5;
    -ms-box-shadow: 1px 1px 2px 0 #e5e5e5;
    -o-box-shadow: 1px 1px 2px 0 #e5e5e5;
}
.related_news_page ul li a img {
    width: 100%;
    height: 90px;
}
.related_news_page ul li > a {
    margin-top: 5px;
    display: block;
    text-align: justify;
}
/*---------contact-------------*/
#mapcont{
    width: 690px;
    height: 250px;
    margin: 15px 0;
}
.cont_left{
    width: 50%;
    float: left;
}
#contact-form dl{
    margin-bottom: 10px;
}
#contact-form dt {
    float: left;
}
#contact-form dd {
    padding-left: 90px;
    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{
    width: 48%;
    float: left;
    margin-left: 2%;
    text-align: justify;
}
.cont_right h2{
    text-transform: uppercase;
    font-size: 13px;
}
.cont_right p{
    padding-left: 20px;
}
.cont_right .add{
    background: url("../images/icon_home.png") 0 2px no-repeat !important;
}
.cont_right .phone{
    background: url("../images/icon-phone.png") 0 2px no-repeat;
}
.cont_right .email{
    background: url("../images/icon-mail.png") 0 2px no-repeat;
}
.cont_right .web{
    background: url("../images/icon-web.png") 0 2px no-repeat;
}
/*---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;
}