body{font-size: 14px; color: #333; background: #f6f6f6;}
h1,h2,h3,h4,h5,h6{margin: 0px; padding: 0px;}
ul{list-style: none; margin: 0px; padding: 0px;}
ol{margin: 0px; padding: 0px 0px 0px 30px;}
a:hover,a:focus,a:visited,a:active{text-decoration: none;}
hr {margin-top: 10px; margin-bottom: 10px; border: 0; border-top: 1px solid #eee;}

.mauto{margin: 0px auto;}
.content{padding: 10px; }
.view-more{color: #9b2031;}
/*---*/
.box{margin-top: 15px;}
.box-head{}
.box-content{}
/*---*/
.cate-tit{
    font-size: 18px;
    padding: 10px;
    text-align: center;
    background: #156fbf;
}
.cate-tit a{
    color: white;
    font-weight: bolder;
    text-transform: uppercase;
}
/*---*/
.item{padding: 5px;}
.item .item-img{position: relative;}
.item .item-tit{font-size: 13px; margin: 5px 0px; height: 28px; overflow: hidden;}
.item .item-tit a{color: #006B37;font-weight: bold;}
/*------------------- header -------------------*/
header{
    border-top: 8px solid #b2273a;
    /*background: url(../images/bg_body.jpg) repeat-x;*/
}
@media (min-width: 768px) {
    header .container .row .col-md-8.col-lg-8 {
        padding-left: 0;
        padding-right: 0;
    }
    header .container .row .col-md-8.col-lg-8 .header-right .col-md-12.col-lg-12 {
        padding-left: 0;
        padding-right: 0;
    }
}


/*---*/
.logo img{
    max-height: 160px;
}
/*---*/
.top ul {
    display: inline-block;
    float: right;
    background: rgba(202, 32, 38, 0.5);
}
.top ul li {
    float: left;
    margin-left: 20px;
    font-size: 13px;    
    color: white;
    position: relative;
}
.top ul li a{
    color: white;
}
.top ul li a:hover{
    color: white;
}
.show_serach {
    position: absolute;
    top: -4px;
    right: 0px;
    width: 370px;
    height: 30px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}
.search {
    width: 100%;
    height: 30px;
    position: relative;
    float: left;
}
.search input{
    position: absolute;
    width: 100%;
    float: left;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    height: 30px;
    line-height: 18px;
    padding: 0 2px 0 2px;
    border-radius: 1px;
}
.search button {
    position: absolute;
    right: 0;
    color: white;
    background: #9b2031;
    border-radius: 0;
    height: 30px;
    padding: 0px 15px;
}
.top.show-top ul li a.delay.color i:before{
    content: "\f00d";
}
.top.show-top .show_serach{
    right: 33px;
    opacity: 1;
    visibility: visible;
}
.delay {
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
}
/*---*/
.slogan{
    padding: 10px 0px;
    margin-top: 25px;
    text-align: center; 
}
.slogan h2{
    color: #f36f22;
    font-weight: bold;
    text-transform: uppercase;    
    text-shadow: 1px 1px 1px white;
}
/*---------------------*/
.menu{
    position: relative;
    height: 50px;
}
.menu > ul{
    position: absolute;
    height: 50px;
    right: 0px;
}
.menu ul li a{
    color: #9b2031;
    font-size: 14px;
    white-space: nowrap;
}
.menu > ul > li{
	position: relative;
	float: left;
    padding: 15px 2px;
    margin-left: 10px;
}
.menu > ul > li:last-child{
    padding-right: 0px;
}
.menu > ul > li:hover{

}
.menu > ul > li:hover > a{
	color: #333;
}
.menu > ul > li > a{
    font-weight: bold;
    padding-right: 10px;
	text-transform: uppercase;
    border-right: 2px solid #9b2031;
}
.menu > ul > li:last-child > a{
    padding-right: 0px;
    border-right: none;
}
/*menu lv2*/
.menu > ul > li > ul{
	position: absolute;
    background: #9b2031;
    top: 50px;
    left: 0px;
    display: none;
    z-index: 999;
}
.menu > ul > li:hover ul{
    display: block;
}
.menu > ul > li > ul > li{
    padding: 5px 10px;
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.menu > ul > li > ul > li:last-child{
}
.menu > ul > li > ul >li:hover {
	background: #92404b;
}
.menu ul li ul li a{
    color: white;
}
.menu > ul > li > ul >li:hover > a{
    color: white;
}
/*------------------- end header -------------------*/
#slide .item{padding: 0px;}
#slide .carousel-indicators li{
    border: 1px solid #ccc;
}
#slide .carousel-caption{
    left: 15%;
    right: 50%;
    color: #333;
    text-align: left;
}
#slide .carousel-caption h2{
    font-size: 14px;
    margin-bottom: 10px;
}
#slide .carousel-caption a{
    color: white;
    padding: 5px 10px;
    margin-top: 10px;
    background: #707675;
    display: inline-block; 
}
#slide .carousel-caption a:hover{
    background: #3c7fc2;
}
#slide .glyphicon{
    display: none;
}
#slide:hover .glyphicon{
    display: block;
}
/*------------------- end #slide -------------------*/
.home-tit{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 7px;
    margin-bottom: 12px;
    position: relative;
    border-bottom: 1px solid #ccc;
}
.home-tit a{
    color: #9b2031;
}
.home-tit:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 70px;
    background: #9b2031;
}
.about .box-content{
    text-align: justify;
    line-height: 2;
}
.new-posts ul li{padding: 3px 0px; }
.new-posts ul li a{color: #333;}
.new-posts ul li a:hover{color: #9b2031;}
.new-posts ul li .fa{color: #9b2031;}
.service ul li a{
    color: #9b2031;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    position: relative;
    padding: 9px 0px;
    padding-left: 36px;
}
.service ul li a:hover{
    color: #23527c;
}
.service ul li a img{
    position: absolute;
    left: 0;
    top: 8px;
    width: 22px;
}
/*---*/
.news-cate .item {
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 0px;
}
/*---*/
.news-cate-in-home .item {
    padding: 10px; 
}
/*---------------------end section--------------------------------------------------------------------------*/
footer .info{
    margin-top: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #ccc;
}
.menu-footer ul li{
    float: left;
}
.menu-footer ul li a{
    color: #333;
    font-size: 12px;
    padding: 0px 10px; 
    border-right: 1px solid #333;
}
.menu-footer ul li:first-child a{
    padding-left: 0px;
}
.menu-footer ul li:last-child a{
    border-right: none; 
}
.menu-footer ul li a:hover{
    color: #9b2031;
}
/*---*/
.network{
    position: relative;
    height: 28px;
}
.network ul{
    position: absolute;
    right: 0px;
}
.network ul li{
    float: left;
}
.network ul li a{
    display: inline-block;
    font-size: 20px;
    color: #333;
    padding: 0px 10px; 
}
.network ul li a:hover{
    color: #9b2031;
}
.network ul li:last-child a{
    padding-right: 0px; 
}
/*---------------------end footer--------------------------------------------------------------------------*/
input::-webkit-input-placeholder {
   color: #dadada;
   padding-left: 10px;
}
input:-moz-placeholder {
   color: #dadada;  
   padding-left: 10px;
}
input::-moz-placeholder {
   color: #dadada; 
   padding-left: 10px; 
}
input:-ms-input-placeholder {  
   color: #dadada; 
   padding-left: 10px; 
}
textarea::-webkit-input-placeholder {
   color: #dadada;
   padding-left: 10px;
}
textarea:-moz-placeholder {
   color: #dadada;  
   padding-left: 10px;
}
textarea::-moz-placeholder {
   color: #dadada;  
   padding-left: 10px;
}
textarea:-ms-input-placeholder {  
   color: #dadada;  
   padding-left: 10px;
}
/*---*/
.categories{
    margin-top: 15px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
}
.categories-tit{
    color: white;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0px;  
    background: #1e73be;
}
.categories ul li{
    position: relative;
    padding-left: 10px; 
    border-bottom: 1px dotted #dadada;
}
.categories ul li a{
    display: block;
}
.categories ul li a:hover{
    color: #E53B33;
}
.categories > ul > li > a{
    font-weight: bold;
    color: #002069;
    padding: 10px;
}
.categories ul li ul{
    display: none;
}
.categories ul li:hover > ul{
    position: absolute;
    top: 0px;
    left: 100%;
    width: 100%;
    display: block;
    background: white;
    border: 1px solid #dadada;
    z-index: 999;
}
.categories ul li ul li a{
    color: #002069;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
}
/*---*/
.contact-title {
    background: #008ACE;
    color: white;
    padding: 7px 10px;
    margin-bottom: 10px;
    font-size: 18px;
}
.contact input {
    width: 100%;
    height: 35px;
    margin-bottom: 15px;
    border: solid 1px #dadada;
}
.contact textarea {
    width: 100%;
    margin-bottom: 15px;
    border: solid 1px #dadada;
}
.contact button {
    background: #006B37;
    color: #fff;
    border: none;
    height: 35px;
    min-width: 100px;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
}
.contact button:hover {
    background: #D92026;
}


.new-posts.doi-tac {
    margin-bottom: 20px;
}
.new-posts.doi-tac .box-head h3 {
    color: #9b2031;
}
.new-posts.doi-tac .box-content {
    display: table;
    margin-bottom: 30px;
}
.new-posts.doi-tac .box-content .img {
    display:inline-block;
    float: left;
    margin-right: 15px;
}
.new-posts.doi-tac .box-content .text {
    display: table-cell;
    vertical-align: middle;
}
.new-posts.doi-tac .box-content .text h3{
    font-size: 16px;
    color: black;
    font-weight: bold;
}

/*-----------------------------------------------------------------------------------------------*/

/* Large desktops and laptops */
@media (min-width: 1200px) {
    .news-cate .item img {
        width: 100%;
        height: 262px;
        object-fit: cover;
    }
    .news-cate-in-home .item img {
        width: 100%;
        height: 128px;
        object-fit: cover;
    }
    .slogan h2{
        margin-top: 0px;
	    font-size: 35px;
	}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .news-cate img {
        width: 100%;
        height: 213px;
        object-fit: cover;
    }
    .news-cate-in-home .item img {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }
    .slogan h2 {
        font-size: 27px;
    }
    .menu > ul > li {
        margin-left: 5px;
    }
    .menu > ul > li > a {
        padding-right: 5px;
    }
    .menu ul li a {
        font-size: 12px;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .top{
        margin-top: 10px;
    }
    .news-cate img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }
    .news-cate-in-home .item img {
        width: 100%;
        height: 122px;
        object-fit: cover;
    }
    .slogan{
        margin-top: 0px;
    }
    .slogan h2{
	    font-size: 30px;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .top{
        margin-top: 10px;
    }
    .show_serach {
        width: 200px;
    }
    .item img{
        width: 100%;
    }
    .slogan {
        margin-top: 0px;
    }
    .slogan h2 {
        font-size: 24px;
    }
    .news-cate-in-home .item img {
        width: 100%;
        height: 166px;
        object-fit: cover;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .show_serach {
        width: 155px;
    }
    .search button {
        padding: 0px 5px;
    }
    footer .info {
        padding-bottom: 45px;
    }
    .slogan {
        margin-top: 0px;
    }
    .slogan h2 {
        font-size: 24px;
    }
    .news-cate-in-home .item img {
        width: 100%;
        height: 99px;
        object-fit: cover;
    }
}
