﻿*
{
    margin: 0;
    padding: 0;
}

body
{
    background-color: #075f29;
}

.clr
{
    clear: both;
}

img
{
    border: none;
}

/*================^_^==============*/
/*=========Site Master==========*/
/*Top*/
#wrapper-header
{
    background-image: url('../images/header-bg.jpg');
    background-repeat: repeat-x;
    background-position: center top;
    background-color: #075f29;
}

#header
{
    width: 980px;
    margin: 0 auto;
}

/*Logo*/
.logo
{
    height: 140px;
    text-align: center;
    padding-top: 7px;
}

/*Menu*/
.menu
{
    background-image: url('../images/menu-bg.png');
    background-repeat: repeat-x;
    height: 59px;
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 10px;
}

.menu .menu-left
{
    float: left;
}

.menu .menu-left ul
{
    list-style: none;
}

.menu .menu-left ul li
{
    float: left;
    width:114px;
}

.menu .menu-left ul li a
{
    text-decoration: none;
    display: block;
    font-family: Arial;
    font-size: 12px;
    color: #3e2c2b;
    padding-top: 25px;
    padding-left:18px;
    height: 40px;
    width:114px;
}

.menu .menu-left ul li a:hover
{
    background-image: url('../images/menu-a-hover.jpg');
    background-repeat: no-repeat;
    height: 40px;
    width:114px;
}

.menu .menu-left .active a
{
    background-image: url('../images/menu-a-hover.jpg');
    background-repeat: no-repeat;
    height: 40px;
    width:114px;
}

.menu .menu-left ul li li
{
    width:180px;
}

.menu .menu-left ul li li a
{
    display:block;
    margin-top:-10px;
}

.menu .menu-left ul.sf-menu li ul li a:hover
{
    /*border: 1px solid #177139;
    background-color: #0e9942;
    height: 40px;
    width: 180px;*/
    background-image:none;
}

.menu .menu-right
{
    float: right;
    width: 196px;
    height: 35px;
    padding-top:20px;
    padding-right:25px;
}

.menu .menu-right .mr-left
{
    float: left;
}

.menu .menu-right .mr-left .txt
{
    background-image: url('../images/menu-right-txt.jpg');
    background-repeat: no-repeat;
    width: 161px;
    height: 24px;
    border:none;
}

.menu .menu-right .mr-right
{
    float: right;
    width: 35px;
    height: 24px;
}

/*Banner*/
.banner
{
    margin-bottom: 16px;
}

/*Content*/
#wrapper-content
{
}

#content
{
    width: 980px;
    margin: 0 auto;
}

.content1
{
    padding-left: 2px;
    margin-bottom: 20px;
}

/*Link logo*/
.link-logo
{
    width: 980px;
    margin-bottom: 10px;
}

.link-logo .ll-left
{
    float: left;
    background-image: url('../images/link-logo-left.jpg');
    background-repeat: no-repeat;
    height: 97px;
    width: 37px;
}

.link-logo .ll-middle
{
    background-image: url('../images/link-logo-middle.jpg');
    background-repeat: repeat-x;
    width: 980px;
    height: 97px;
    float: left;
}

.link-logo .ll-right
{
    float: right;
    background-image: url('../images/link-logo-right.jpg');
    background-repeat: no-repeat;
    height: 97px;
    width: 37px;
}

.logo-link
{
    /*border: 1px solid #C0C0C0;*/
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    height: 97px;
    margin-left:10px;
    margin-right:10px;
}
/*Bottom*/
#wrapper-footer
{
    background-image: url('../images/footer-bg.jpg');
    background-repeat: repeat;
    background-position: center bottom;
    height: 65px;
}

#footer
{
    width: 980px;
    margin: 0 auto;
}

#footer .f-left
{
    float: left;
    padding-top: 18px;
    width: 500px;
}

.f-left ul
{
    list-style: none;
}

.f-left ul li
{
    background-position: right;
    float: left;
    background-image: url('../images/footer-li-bg.jpg');
    background-repeat: no-repeat;
}

.f-left ul li a
{
    text-decoration: none;
    display: block;
    padding-left: 8px;
    padding-right: 8px;
    color: #584847;
    font-size: 12px;
    font-family: Arial;
}

.f-left .end
{
    background-image: none;
}

.f-left p
{
    color: #584847;
    font-family: Arial;
    font-size: 12px;
    padding-left: 8px;
}

#footer .f-right
{
    float: right;
    padding-top: 18px;
    width: 440px;
}

.f-right p
{
    color: #584847;
    font-family: Arial;
    font-size: 12px;
    padding-left: 8px;
    float: right;
}

.f-right p a
{
    color: #584847;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
}

/*================^_^==============*/
/*=========Trang chủ==========*/
.content1 .item
{
    float: left;
    width: 320px;
    padding-right: 6px;
}

.content1 .item .item-header
{
    background-image: url('../images/content1-item-header.jpg');
    background-repeat: no-repeat;
    height: 34px;
}

.content1 .item .item-header p
{
    font-family: Arial;
    font-size: 14px;
    color: #fdfdfd;
    padding-left: 38px;
    padding-top: 10px;
}

.content1 .item .item-content
{
    background-color: #fdfdfd;
    min-height:250px;
}

.content1 .item .item-content .ic-image
{
    width: 293px;
    height: 117px;
    padding-top: 10px;
    padding-left: 13px;
}

.content1 .item .item-content .ic-h1
{
    color: #d10202;
    font-family: Arial;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 18px;
    padding-left: 13px;
}

.content1 .item .item-content .ic-h2
{
    color: #3e2c2b;
    font-family: Arial;
    font-size: 12px;
    padding-left: 13px;
    padding-right: 12px;
    line-height: 25px;
}

.content1 .item .item-content ul
{
    list-style-image: url('../images/content1-item-conent-ul-style.jpg');
    padding-left: 30px;
}

.content1 .item .item-content ul li
{
    padding-bottom: 5px;
}

.content1 .item .item-content ul li a
{
    text-decoration: none;
    color: #3e2c2b;
    font-family: Arial;
    font-size: 12px;
}

.content1 .item .item-footer
{
    background-image: url('../images/content1-item-footer.jpg');
    background-repeat: no-repeat;
    height: 40px;
}

.content1 .item .item-footer .if-right
{
    float: right;
    padding-top: 6px;
}

.content2
{
    margin-top: 20px;
    margin-bottom: 10px;
}

.content2 .c2-header
{
    background-image: url('../images/content2-header.jpg');
    background-repeat: no-repeat;
    height: 60px;
}

.content2 .c2-header .c2-h-right
{
    float: right;
}
.content2 .c2-header .c2-h-right p
{
    font-family: Arial;
    font-size: 13px;
    color: #069d40;
    padding-right: 21px;
    padding-top: 16px;
    font-weight: bold;
}

.content2 .c2-header .c2-h-right p a
{
    color: #069d40;
    text-decoration: none;
}

.content2 .c2-content
{
    background-color: #ffffff;
    /*background-image: url('../images/content2-content.jpg');
    background-repeat: repeat-y;*/
    padding-left: 7px;
    height:210px;
    width:973px;
}

.c2c-item
{
    padding-left: 10px;
    padding-right: 13px;
    float: left;
}

.c2c-item .c2c-item-image
{
    height: 175px;
    width: 171px;
}

.c2c-item .c2c-item-h1
{
    color: #3e2c2b;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
}

.c2c-item1
{
    padding-left: 30px;
    padding-right: 15px;
    padding-bottom:25px;
    float: left;
}

.c2c-item1 .c2c-item1-image
{
    height: 175px;
    width: 171px;
}

.c2c-item1 .c2c-item1-h1
{
    color: #3e2c2b;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight:bold;
}

.c2c-item1 .c2c-item1-h1 a
{
    text-decoration:none;
    color: #3e2c2b;
}

.content2 .c2-footer
{
    background-image: url('../images/content2-footer.jpg');
    background-repeat: no-repeat;
    height: 8px;
}
/*================^_^==============*/
/*=========Liên hệ==========*/
#contact
{
    position: relative;
    padding-left: 10px;
    padding-right: 20px;
    padding-bottom:20px;
}

#contact .wrap
{
    font-family: Verdana;
    padding: 0;
    margin: 0;
    font-size: 12px;
    padding-left: 8px;
    padding-top: 10px;
}

#contact .wrap .form-lh
{
    border: thin groove #808080;
    font-size: 12px;
    padding: 10px 10px;
}

#contact .wrap .form-lh p
{
    font-size: 13px;
    line-height: 25px;
    padding-left: 0px;
}

p.cty
{
    color: #00669f;
}

#contact .wrap .mail-lh
{
    border: thin groove #808080;
    font-size: 12px;
    padding: 10px 10px;
    margin-top: 10px;
    color: Black;
    margin-bottom: 10px;
}

#contact .wrap .google-map
{
    border: thin groove #808080;
    font-size: 12px;
    padding: 10px 10px;
}

/*================^_^==============*/
/*=========Sub Site Master==========*/
.sub-content-left
{
    float: left;
    width: 252px;
    margin-right:15px;
}

.sub-content-left .scl-item
{
    margin-bottom:15px;
}

.sub-content-left .scl-item .scl-item-header
{
    background-image: url('../images/sub-content-header-left.jpg');
    background-repeat: no-repeat;
}

.sub-content-left .scl-item .scl-item-content
{
    background-color:White;
    padding-bottom:10px;
    margin-bottom:20px;
}

.sub-content-right
{
    float:right;
    width:711px;
}

.sub-content-header
{
    width:700px;
    height:34px;
}

.sch-left
{
    float: left;
    background-image: url('../images/sub-content-header-left.jpg');
    background-repeat: no-repeat;
    width:252px;
    height:34px;
}

.sch-left p
{
    font-family: Arial;
    font-size: 14px;
    color: #fdfdfd;
    padding-left: 38px;
    padding-top: 10px;
}

.sub-content-header .sch-middle
{
    background-image: url('../images/sub-content-header-middle.jpg');
    background-repeat: repeat-x;
    width:437px;
    height:34px;
    float:left;
}

.sub-content-header .sch-right
{
    float: right;
    background-image: url('../images/sub-content-header-right.jpg');
    background-repeat: no-repeat;
    width:11px;
    height:34px;
}

.sub-content-content
{
    background-color: #fdfdfd;
    width:660px;
    min-height:454px;
    padding-left:20px;
    padding-right:20px;
    padding-top:20px;
    padding-bottom:20px;
}

.yahoo-h
{
    margin-left: 10px;
    margin-right: 20px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
}

.yahoo-h .yh-left-h
{
    float:left;
    width:80px;
    padding-top:10px;
    padding-left:5px;
}

.yahoo-h .yh-right-h
{
    float:right;
    padding-top:20px;
}

.yahoo-h .yh-right-h p
{
    font-family:Tahoma;
    font-size:13px;
    padding-right:20px;
    padding-top:5px;
}

.yahoo-h .yh-right-h h1
{
    font-family:Tahoma;
    font-size:15px;
    padding-right:10px;
    padding-top:5px;
    font-weight:bold;
    color:Red;
}

.yahoo
{
    padding-left:20px;
    padding-right:10px;
    margin-top:10px;
}

.yahoo .yh-left
{
    float:left;
    width:80px;
    padding-left:5px;
}

.yahoo .yh-right
{
    float:right;
    padding-top:5px;
}

.yahoo .yh-right p
{
    font-family:Tahoma;
    font-size:13px;
    padding-right:20px;
    padding-top:5px;
}

.yahoo1
{
    padding-left:20px;
    padding-right:10px;
}

.yahoo1 .yh-left1
{
    float:left;
    width:50px;
    padding-top:20px;
    padding-left:15px;
}

.yahoo1 .yh-right1
{
    float:right;
    padding-top:20px;
    width:150px;
}

.yahoo1 .yh-right1 p
{
    font-family:Tahoma;
    font-size:13px;
    padding-right:10px;
    padding-top:5px;
}

/*================^_^==============*/
/*=========Dịch Vụ==========*/
.sub-content-content h1
{
    font-family:Tahoma;
    font-size:18px;
    font-weight:bold;
    text-align:center;
    padding-bottom:10px;
}

/*================^_^==============*/
/*=========Sub Site Master Full==========*/
.sub-site-full
{
    width:978px;
}

.sub-sf-header
{
    width:978px;
    height:34px;
}

.ssf-header-left
{
    float: left;
    background-image: url('../images/sub-content-header-left.jpg');
    background-repeat: no-repeat;
    width:252px;
    height:34px;
}

.ssf-header-left p
{
    font-family: Arial;
    font-size: 14px;
    color: #fdfdfd;
    padding-left: 38px;
    padding-top: 10px;
}

.sub-sf-header .ssf-header-middle
{
    background-image: url('../images/sub-content-header-middle.jpg');
    background-repeat: repeat-x;
    width:715px;
    height:34px;
    float:left;
}

.sub-sf-header .ssf-header-right
{
    float: right;
    background-image: url('../images/sub-content-header-right.jpg');
    background-repeat: no-repeat;
    width:11px;
    height:34px;
}

.sub-sf-content
{
    background-color: #fdfdfd;
    width:858px;
    min-height:200px;
    padding-left:100px;
    padding-right:20px;
    padding-top:20px;
    padding-bottom:20px;
}

.sub-sf-content h1
{
    font-family:Tahoma;
    font-size:18px;
    font-weight:bold;
    text-align:center;
    padding-bottom:10px;
}
/*================^_^==============*/
/*=========Trang chủ==========*/
/*================^_^==============*/
/*=========Trang chủ==========*/