﻿body
{
    font-family: Arial, Tahoma;
    font-size: 13px;
    margin: 0;
    padding: 0;
    background: #f3f1e2;
}
li
{
	list-style-type: none;
}
a
{
	text-decoration: none;
}
*
{
    margin: 0;
    padding: 0;
}
*
{
    padding: 0px;
    margin: 0px;
}
.clear
{
    clear: both;
}
.span-contact {
    float: left;
    width: 150px;
}
.Contactbutton
{
	background: none repeat scroll 0 0 #EF643C;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    padding: 5px 20px;
}
.Contactbutton:hover
{
	background: #000000;
}
#wrapper
{
	float: left;
	width: 100%;
}
#Footer
{
    float: left;
    width: 100%;
    
}
.FooterMain
{
    margin: 0px auto;
    padding-top: 10PX;
    width: 1200px;
    height: 120px;
    background: #029bba;
}
.FooterMain .LogoFooter
{
    float: left;
    width: 300px;
    margin-right: 20px;
    text-align: center;
}
.FooterMain .LogoFooter a
{
    float: left;
    width: 100%;
    text-align: center;
}
.FooterMain .LogoFooter img
{
    width: 190px;
    height: 75px;
}
.FooterMain .Copyright
{
    float: left;
    width: 700px;
    
}
.FooterMain .Copyright p
{
    color: #FFFFFF;
    font-size: 14px;
    margin: 3px 0px 3px 0px;
}
.FooterMain .Histat
{
    float: left;
    width: 100px;
}
#header
{
    float: left;
    width: 100%;
}
.headerMain
{
    width: 1200px;
    margin: 0px auto;
    height: 455px;
    background: #029bba;
    height: 455px;
    background: #029bba;
    position: relative;
}
.LogoSloganSearch .Logo
{
    float: left;
    width: 300px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 5px;
}
.LogoSloganSearch .Slogan
{
    float: left;
    width: 800px;
}
.LogoSloganSearch .Search
{
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    border-radius: 8px;
    background: #424242;
}
.LogoSloganSearch .Search .txtSearch
{
    height: 30px;
    width: 210px;
    background: #eeeeee;
    border: 0px;
    padding-right: 75px;
}
.LogoSloganSearch .Search .btnSearch
{
    height: 31px;
    width: 75px;
    border: 0px;
    position: absolute;
    top: 8px;
    right: 10px;
    border: 0px !important;
}
.LogoSloganSearch .Search .btnSearch img
{
    border: 0px;
    height: 32px;
}

.Menu
{
    float: left;
    width: 100%;
    height: 49px;
    border: 1px solid #202020;
    background:url(../images/MenuBackground.png) repeat-x #2c2c2c;
    position: relative;
}
.Menu .LeftMenu
{
    position: absolute;
    border: 0px;
    top: -4px;
    left: -60px;
}
.Menu .RightMenu
{
    position: absolute;
    border: 0px;
    top: -4px;
    right: -50px;
}
.Menu ul li a.Active, .Menu ul li a:hover
{
    background:url(../images/MenuBackgroundHover.png) repeat-x;
    color: #FFFFFF;
}

#Content
{
    float: left;
    width: 100%;
}
.ContentMain
{
    margin: 20px auto;
    width: 1200px;
    background: #f3f1e2;
}
.ContentLeft
{
    float: left;
    width: 880px;
    margin-right: 20px;
}
.box
{
    float: left;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
}
.box p.Title
{
    float: left;
    width: 280px;
    background:url(../images/BackGroundBox.png) repeat-x #2c2c2c;
    height: 35px;
    padding: 0px 0px 0px 20px;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform:uppercase;
}
.box h1.Title
{
    float: left;
    width: 220px;
    background:url(../images/BackGroundBox.png) repeat-x #2c2c2c;
    height: 35px;
    padding: 0px 0px 0px 20px;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform:uppercase;
}
.dichVu ul
{
    float: left;
    width: 100%;
}
.dichVu ul li
{
    float: left;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    background: url("../images/Check.png") no-repeat scroll 5px 4px transparent;
}
.dichVu ul li a
{
    float: left;
    padding: 10px 0px 10px 40px;
    width: 270px;
    font-size: 14px;
    color: #000000;
    
}
.dichVu ul li a h2
{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    
}

.dichVu ul li:hover
{
    background: url("../images/Check.png") no-repeat scroll 5px 4px  #029bba;
}
.dichVu ul li:hover a h2
{
    color: #FFFFFF;
}
.News ul
{
    float: left;
    width: 100%;
}
.News ul li
{
    float: left;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    background: url("../images/next.png") no-repeat scroll 5px 10px transparent;
}
.News ul li a
{
    float: left;
    padding: 10px 0px 10px 23px;
    width: 277px;
    font-size: 14px;
    color: #000000;
    
}

.News ul li:hover
{
    background: url("../images/next.png") no-repeat scroll 5px 10px  #029bba;
}
.News ul li:hover a
{
    color: #FFFFFF;
}
.HoTro
{
    min-height: 118px;
    position: relative;
    padding-top: 50px;
}
.HoTro p.Sdt
{
    float: left;
    width: 230px;
    padding: 15px 0px 10px 70px;
    font-size: 16px;
    color: #ee0101;
    font-weight: bold;
    background: url("../images/Phone.png") no-repeat scroll 5px 4px;
}
.HoTro .imgHoTro
{
    position: absolute;
    top: 60px;
    left: 20px;
}
.ContentRight
{
    float: left;
    width: 300px;
    position: relative;
}
.Share
{
    position: absolute;
    top: 0px;
    right: 40px;
    z-index: 1;
}
.Share img
{
    width: 40px;
    margin-top: 10px;
}
.ContentRight .ContentRightMain
{
    float: left;
    width: 860px;
    padding: 10px;
    text-align: justify;
}
.Slide
{
    float: left;
    width: 1180px;
    height: 404px;
    background: #FFFFFF;
    padding: 10px;
    text-align: justify;
}
.ContentTitle {
float: left;
width: 80%;
padding-right: 20%;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #e75d1c;
}
.ContentTitleText a {

color: #029bba;
float: left;

}
.ContentTitleText a:hover
{
    color: #c3120b;
}
.cat-content-box .cat-content-box-news a {
    color: #029bba;
    font-size: 16px;
    font-weight: bold;
}
.cat-content-box .cat-content-box-news a:hover
{
    color: #e75d1c;
}
.cat-content-box .NewsImage img {
    width: 100px;
    height: 100px;
}
.cat-content-box .cat-content-box-news p {
text-align: justify;
margin-top: 10px;
}
.cat-content-box .cat-content-box-news p.ReadMore {
text-align: right;
}
.cat-content-box .cat-content-box-news p.ReadMore a {
font-size: 12px;
color: #333333;
}
.cat-content-box .cat-content-box-news p.ReadMore a:hover {
color: #e75d1c;
}
.ContentRightMain .about
{
    float: left;
    width: 100%;
}
.ContentRightMain .about .h5-title
{
    float: left;
    color: #029bba;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}
.ContentRightMain .about .lblDatetime
{
    font-size: 12px;
    color: #777777;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.ContentRightMain .about .lblIntro
{
    float: left;
    font-weight: bold;
    margin-bottom: 15px;
}
.ContentRightMain .about .rpt
{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.ContentRightMain .about .rpt .ulTinLienQuan
{
    float: left;
    width: 100%;
}
.ContentRightMain .about .rpt .ulTinLienQuan li
{
    float: left;
    width: 100%;
}
.ContentRightMain .about .rpt .ulTinLienQuan li a
{
    float: left;
    width: 100%;
    color: #029bba;
    padding: 3px 0px 3px 0px;
}
.ContentRightMain .about .rpt .ulTinLienQuan li a:hover
{
    color: #e75d1c;
}
.baiVietLienQuan
{
    float: left;
    width: 100%;
}
.baiVietLienQuan ul li
{
    float: left;
    width: 100%;
}
.baiVietLienQuan ul li a
{
    float: left;
    color: #029bba;
    padding: 3px 0px 3px 0px;
}
.baiVietLienQuan ul li a:hover
{
    color: #e75d1c;
}
.Services
{
    float: left;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
}
.Services p.Title
{
    float: left;
    width: 860px;
    background: url(../images/BackGroundBox.png) repeat-x #2c2c2c;
    height: 35px;
    padding: 0px 0px 0px 20px;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.Services .ImgServices
{
    float: left;
    width: 150px;
    height: 150px;
    margin: 0px 0px 20px 20px
}
.Services .ImgServices img
{
    width: 150px;
    height: 150px;
}
.Services .InfoServices
{
    float: left;
    width: 390px;
    margin: 0px 10px 20px 20px;
}
.Services .InfoServices a
{
    color: #029bba;
    font-size: 16px;
    font-weight: bold;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.Services .InfoServices p.Decription
{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-align:justify;
}
.Services .InfoServices a:hover
{
    color: Red;
}
.Services .ListServices
{
    float: left;
    width: 260px;
    margin-right: 20px;
}
.Services .ListServices ul
{
    float: left;
    width: 100%;
}
.Services .ListServices ul li
{
    float: left;
    width: 100%;
    background: url("../images/next.png") no-repeat scroll 5px 10px transparent;
}
.Services .ListServices ul li a
{
    float: left;
    padding: 10px 0px 10px 23px;
    width: 237px;
    font-size: 12px;
    color: #000000;
}

.Services .ListServices ul li a:hover
{
    color: Red;
    text-decoration: underline;
}
.TinTuc
{
    float: left;
    width: 420px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin-top: 20px;
    height: 600px;
    margin-bottom: 10px;
}
.TinTuc p.Title
{
    float: left;
    width: 400px;
    background: url(../images/BackGroundBox.png) repeat-x #2c2c2c;
    height: 35px;
    padding: 0px 0px 0px 20px;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: left;
}
.TinTuc .Img
{
    width: 350px;
    height: 200px;
    margin: 10px auto;
}
.TinTuc .Img img
{
    width: 350px;
    height: 200px;
}
.TinTuc .InfoServices
{
    float: left;
    width: 380px;
    margin: 0px 20px 0px 20px;
}
.TinTuc .InfoServices a
{
    color: #029bba;
    font-size: 16px;
    font-weight: bold;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.TinTuc .InfoServices p.Decription
{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-align: justify;
}
.TinTuc .InfoServices a:hover
{
    color: Red;
}
.TinTuc .ListServices
{
    float: left;
margin: 0px 20px 0px 20px;
    width: 380px;
}
.TinTuc .ListServices ul
{
    float: left;
    width: 100%;
    text-align: left;
}
.TinTuc .ListServices ul li
{
    float: left;
    width: 100%;
    background: url("../images/next.png") no-repeat scroll 5px 10px transparent;
}
.TinTuc .ListServices ul li a
{
    float: left;
    padding: 10px 0px 10px 23px;
    width: 357px;
    font-size: 12px;
    color: #000000;
}

.TinTuc .ListServices ul li a:hover
{
    color: Red;
    text-decoration: underline;
}
/*Css3 hover image*/
.view {
   width: 300px;
   height: 200px;
   margin: 10px;
   border: 5px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   box-shadow: 0px 0px 5px #aaa;
   cursor: default;
}
.view .mask, .view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view a.info {
   background:url(../images/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}
