* {
    margin: 0px;
    padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    margin: 0px;
    padding: 0px;
}
ul,
li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
p {
    margin: 0px;
    padding: 0px;
}
body {
    font-family: arial;
    font-size: 12px;
}
a {
    text-decoration: none;
}
.clear {
    clear: both;
}
/*
@font-face {
	font-family:font_strong;
	src:url(?..fonts/utm-alter-gothic.ttf?) format(?truetype?),
	url(?../fonts/Captureit.eot#iefix?) format(?embedded-opentype?),
	url(?../fonts/Captureit.woff?) format(?woff?);
	font-weight:normal;
	font-style:normal;
}
*/

@font-face {
    font-family: 'LS';
    src: url("../fonts/utm-alter-gothic.ttf");
    src: url("../fonts/utm-alter-gothic.ttf");
    font-style: normal;
}
@font-face {
    font-family: 'Verdana';
    src: url("../fonts/Verdana.ttf");
    src: url("../fonts/Verdana.ttf");
    font-style: normal;
}

@font-face {
    font-family: 'myriadregular';
    src: url("../fonts/MyriadPro-Regular.otf");
    src: url("../fonts/MyriadPro-Regular.otf");
    font-style: normal;
}
@font-face {
    font-family: 'UTMgod';
    src: url("../fonts/UTM God's WordR.ttf");
    src: url("../fonts/UTM God's WordR.ttf");
    font-style: normal;
}
@font-face {
    font-family: 'myriadbold';
    src: url("../fonts/MyriadPro-Bold.otf");
    src: url("../fonts/MyriadPro-Bold.otf");
    font-style: normal;
}
@font-face {
    font-family: 'SFUHONEYMOONREGULAR';
    src: url("../fonts/SFUHONEYMOONREGULAR.TTF");
    src: url("../fonts/SFUHONEYMOONREGULAR.TTF") format('truetype');
    font-style: normal;
}
/****************** #header ****************/

.social {
    padding-top: 15px;
}
.social li {
    float: right;
    margin-left: 7px;
}
.text-web {
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    font-family: myriadregular;
    font-size: 20px;
    padding-top: 22px;
    padding-left: 12px;
}
.logo {
    float: left;
}
.logo a img {
    float: left;
    height: 90px;
}
.menu {
    margin-right: 30px;
}
.menu ul.sub1 {
    float: left;
}
.menu ul.sub1 li {
    float: left;
    position: relative;
}
.menu ul.sub1 li a {
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin: 0px 15px;
    font-family: myriadregular;
    text-decoration: none;
    line-height: 56px;
}
.menu ul.sub1 li.active a,
.menu ul.sub1 li a:hover {
    color: #dfe348;
    border-top: 4px solid #dfe348;
    line-height: 47px;
}
.menu ul.sub1 li ul {
    display: none;
    position: absolute;
    width: 260px;
    top: 52px;
    left: 0px;
    z-index: 99999;
    border-radius: 0px 0px 5px 5px;
    background-color: #086cc7;
}
.menu ul.sub1 li ul li {
    float: left;
    width: 100%;
}
.menu ul.sub1 li ul li:first-child {
    padding-top: 8px;
    border-top: 1px solid #fff;
}
.menu ul.sub1 li ul li:last-child {
    border-bottom: 4px solid #dfe348;
    border-radius: 0px 0px 5px 5px;
}
.menu ul.sub1 li ul li a {
    text-transform: none;
    line-height: 32px !important;
    color: #fff;
}
.menu ul.sub1 li ul li a:hover,
.menu ul.sub1 li ul li.active a {
    border: none;
    color: #dfe348;
}
.menu ul.sub1 li:hover ul {
    display: block;
}
.menu ul.sub1 li.active ul li a {
    border-bottom: none;
    color: #fff;
    border: none;
}
.menu ul.sub1 li.active ul li:hover a {
    border-bottom: none;
    color: #dfe348;
}
.menu ul.sub1 li.active ul li li a {
    color: #fff !important;
}
.menu ul.sub1 li.active ul li li:hover a {
    color: #dfe348 !important;
}
ul.dl-submenu li.dl-back:nth-child(2) {
    display: none!important;
}
@media(max-width:992px) {
    .menu ul.sub1 li a {
        float: left;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 500;
        margin: 0px 8px;
        line-height: 36px;
    }
}
.main-p1 li {
    float: left;
    margin-top: 48px;
    width: calc( 50% - 1px);
    position: relative;
    overflow: hidden;
}
.main-p1 li:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.main-p1 li:first-child {
    margin-right: 2px;
}
.main-p1 li h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: #333;
    padding: 20px;
    text-align: left;
    text-transform: uppercase;
    font-size: 25px;
    background: url(../../images/ic1.png) no-repeat right 10px center rgba(47, 94, 132, 0.75);
    font-family: arial;
    font-weight: bold;
}
@media(min-width:769px) {
    #header.fixed-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100% !important;
        z-index: 9999;
        -webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
        box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
        padding: 0;
        margin: 0;
        background: rgba(8, 108, 199, 0.92);
        z-index: 9999;
    }
    #header.fixed-nav .menu {} #header.fixed-nav .menu ul li {} #header.fixed-nav .menu ul.sub1 li a {
        line-height: 46px;
    }
    #header.fixed-nav .menu ul.sub1 li ul {
        top: 50px;
    }
    #header.fixed-nav .menu ul.sub1 li ul ul {
        top: 0;
    }
    #header.fixed-nav .logo a img {
        width: auto;
        height: 60px;
    }
    #menumobile {
        display: none!important;
    }
    .dl-menuwrapper {
        display: none!important;
    }
}
@media(max-width:768px) {
    h1.title-dt {
        font-size: 17px !important;
    }
    .top-footer {
        padding: 0 !important;
        padding-top: 20px !important
    }
    .link-all {
        top: auto !important;
        bottom: 10px;
        left: 46%;
    }
    .child-footer,
    .child-footer2 {
        margin-bottom: 20px !important;
    }
    .ttnb {
        padding-bottom: 0;
        margin-top: 0 !important;
    }
    .menu {
        display: none;
    }
    #header {
        display: block;
        float: left;
        width: 100%;
        border-bottom: 2px solid #fff;
        height: auto;
        position: relative;
    }
    #header.fixed-nav .dl-menuwrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 46px;
        z-index: 9999;
        background: rgba(255, 255, 255, 0.9);
    }
    .logo {
        float: none;
        width: 20%;
        float: left;
        padding: 10px;
    }
    body #nsearch input[type='text'] {
        width: 80%;
    }
    .logo a img {
        float: none;
        display: block;
        margin: auto;
        width: 100%;
    }
    .text-web {
        width: 80%;
        float: left;
        font-size: 12px
    }
    #first .container {
        padding: 0;
    }
    .search {
        width: 80% !important;
        overflow: hidden;
        margin-bottom: 5px;
        position: absolute;
        z-index: 999999;
        bottom: 0;
        right: 10px;
    }
    .search .social {
        width: 25%;
        float: left;
    }
    .search form#nsearch {
        width: 100%;
        float: left;
        margin-left: 10px;
        margin-right: 10px;
    }
    .main-p1 li {
        margin-top: 10px;
    }
    .main-p1 li img {
        width: 100%;
    }
    .main-p1 li h3 {
        font-size: 12px;
        padding-right: 49px;
    }
    .fanp {
        overflow: hidden;
    }
    .footer {
        width: 100%!important;
    }
    .social_view {
        padding: 0;
        float: left!important;
    }
    .footer ul li {
        width: 100%;
        float: left !important;
        margin-left: 0!important;
        margin-bottom: 10px !important;
    }
    .footer ul {
        margin-top: 20px;
    }
    .dia_chi h4 {
        font-size: 14px!important
    }
}
.search {
    float: right;
}
.search i {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
#nsearch {
    display: block;
    z-index: 999999999;
    float: left;
    width: 250px;
    margin-top: 13px;
    border: none;
    font-style: italic;
    background: #e8e8e8;
}
#nsearch input[type='text'] {
    background: none;
    border: none;
    float: left;
    line-height: 30px;
    width: 215px;
    padding: 0px 7px;
    background-color: #fff;
    font-weight: normal;
	    font-family: arial;
}
#nsearch #searchbutton {
    float: left;
    width: 30px;
    border: none;
    background: none;
    height: 30px;
}
#nsearch #searchbutton i {
    color: #303030;
    font-size: 18px;
    margin-left: 15px;
    margin-top: 2px;
}
.search .addsearch {
    display: block!important;
}
#header.fixed-nav .search {
    top: 27px;
}
/********************************* #home *****************/

#page2 {
    float: left;
    width: 100%;
    background: #fff;
}
.title1 {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.title1 p {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #1ea2de;
    text-align: center;
    text-transform: uppercase;
    font-family: myriadbold;
    font-weight: bold;
    /* line-height: 40px; */
    
    margin-bottom: 0;
}
.title1 span {
    float: left;
    width: 100%;
    height: 19px;
    background: url(../img/line1.png)no-repeat center center;
    text-align: center;
    margin-top: 5px;
}
.title2 span {
    float: left;
    width: 100%;
    height: 19px;
    background: url(../img/line1.png)no-repeat center center;
    text-align: center;
    margin-top: 5px;
}
.tit {
    background: url(../../images/bg-l.jpg) no-repeat bottom left;
    padding-bottom: 6px;
    margin-bottom: 11px;
    border-bottom: 1px solid #cdcdcd;
}
.blk {
    float: left;
    width: 100%;
}
.ctablk {
    float: left;
    background: #fff;
    margin-top: 25px;
    margin-bottom: 25px;
}
.ctablk .ctablk1 {
    float: left;
    width: 100%;
}
.ctablk .visu {
    float: left;
    width: 100%;
    background: #fff;
    height: 250px;
    padding: 15px;
}
.ctablk .visu a img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin: auto;
}
.ctablk .ctablk1:hover .text a h3 {
    color: #1b77cb;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
}
.ctablk .visu a img:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.ctablk .text {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 15px 15px 30px 15px;
}
.ctablk .text a h3 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #303030;
    font-weight: bold;
    line-height: 22px;
}
.ctablk .text a:hover h3 {
    color: #1b77cb;
}
@media(min-width:993px) {
    .blk .ctablk: nth-child(5) {
        clear: both;
    }
    .blk .ctablk:nth-child(9) {
        clear: both;
    }
    .blk .ctablk:nth-child(13) {
        clear: both;
    }
    .blk .ctablk:nth-child(17) {
        clear: both;
    }
    .blk .ctablk:nth-child(21) {
        clear: both;
    }
    .blk .ctablk:nth-child(25) {
        clear: both;
    }
    .blk .ctablk:nth-child(29) {
        clear: both;
    }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .blk .ctablk:nth-child(4) {
        clear: both;
    }
    .blk .ctablk:nth-child(7) {
        clear: both;
    }
    .blk .ctablk:nth-child(10) {
        clear: both;
    }
    .blk .ctablk:nth-child(13) {
        clear: both;
    }
    .blk .ctablk:nth-child(16) {
        clear: both;
    }
    .blk .ctablk:nth-child(19) {
        clear: both;
    }
    .blk .ctablk:nth-child(22) {
        clear: both;
    }
}
@media(max-width:768px) {
    .blk .ctablk: nth-child(3) {
        clear: both;
    }
    .blk .ctablk:nth-child(5) {
        clear: both;
    }
    .blk .ctablk:nth-child(7) {
        clear: both;
    }
    .blk .ctablk:nth-child(9) {
        clear: both;
    }
    .blk .ctablk:nth-child(11) {
        clear: both;
    }
    .blk .ctablk:nth-child(13) {
        clear: both;
    }
    .blk .ctablk:nth-child(15) {
        clear: both;
    }
    .blk .ctablk:nth-child(17) {
        clear: both;
    }
    .blk .ctablk:nth-child(19) {
        clear: both;
    }
    .blk .ctablk:nth-child(21) {
        clear: both;
    }
    .blk .ctablk:nth-child(23) {
        clear: both;
    }
    .blk .ctablk:nth-child(25) {
        clear: both;
    }
    .blk .ctablk:nth-child(27) {
        clear: both;
    }
    .blk .ctablk:nth-child(29) {
        clear: both;
    }
}
@media(max-width:600px) {
    .ctablk {
        width: 100%;
    }
}
/********************** #page3 *********************/

#page3 {
    float: left;
    width: 100%;
}
.title2 {
    float: left;
    width: 100%;
    margin-top: 60px;
}
.title2 p {
    float: left;
    width: 100%;
    font-size: 30px;
    text-transform: uppercase;
    color: #3b167d;
    font-family: arial;
    text-align: center;
}
.title2 p strong {
    /*	border-bottom: 6px solid #f7cd47;*/
    
    padding-bottom: 17px;
}
.child-footer2 a {
    color: #fff;
}
#page3 .spcc {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 35px;
}
#page3 .spcc .child-spcc {
    height: 256px;
}
.child-spcc {
    height: 200px;
    margin-bottom: 30px;
    overflow: hidden;
}
.child-spcc:hover .text3 {
    background-color: #00923f;
}
.child-spcc:hover .text3 a h3 {
    color: #333;
}
.child-spcc .anh {
    width: 100%;
    height: 210px;
    /* D?nh cho Firefox */
    
    display: -moz-box;
    -moz-box-align: center;
    -moz-box-pack: center;
    /* D?nh cho Safari and Chrome */
    
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    /* W3C */
    
    display: box;
    box-align: center;
    box-pack: center;
    overflow: hidden;
}
.child-spcc .anh a img {
    display: block;
    margin: auto;
    max-width: 100%;
    width: 360px;
}
.child-spcc:hover .anh a img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.child-spcc .text3 {
    float: left;
    width: 100%;
    padding: 5px 10px;
    background-color: #f7cd47;
    box-sizing: border-box;
}
.child-spcc .text3 a h3 {
    float: left;
    width: 100%;
    text-align: left;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 36px;
    font-weight: bold;
    background: url(../../images/ic2.png) no-repeat right;
}
.child-spcc:hover .text3 a h3 {
    color: #fff;
    background: url(../../images/ic1.png) no-repeat right;
}
@media(max-width:600px) {
    .title2 p {
        font-size: 20px;
    }
    .spcc .child-spcc {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
}
@media(max-width:400px) {
    .title2 p {
        font-size: 18px;
    }
    .spcc .child-spcc {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
}
/*************** #page4 ******************************/

#page4 {
    float: left;
    width: 100%;
    background-color: #fbf9f2;
}
.details-dt img,
.details-dt table {
    max-width: 100%!important;
    height: auto;
}
.details-dt iframe {
    max-width: 100%;
}
.ttnb {
    float: left;
    width: 100%;
    position: relative;
    margin-left: 15px;
}
.ttnb li {
    list-style-type: circle;
}
.ttnb a h3 {
    font-size: 12px;
    padding: 0;
    margin: 0;
    padding-top: 10px;
    font-weight: bold;
}
.ttnb .child-box5:last-child {
    border: 0;
}
.child-box4 {
    float: left;
    padding: 0px 5px;
}
.child-box4 .box4 {} .child-box4 .box4:hover {
    background: url(../img/bg-box4-2.jpg);
}
.box4 .anh4 {
    float: left;
    width: 50%;
    height: 200px;
    overflow: hidden;
}
.anh_r {
    width: 50%;
    float: right;
}
.box4 .anh4 img {
    float: left;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 17px;
    border: 2px solid #cdcdcd;
    box-sizing: border-box;
}
.box4 .anh4 img:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.box4 .ten {
    float: left;
    width: 100%;
    padding: 15px 15px 25px 15px;
}
.box4 .ten h3 {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    text-transform: none;
    font-weight: bold;
    text-align: left;
    color: #333;
}
.box4:hover .ten h3 {
    color: #00923f
}
.box4 .mota {
    float: left;
    width: 100%;
    padding: 0 15px;
}
.box4 .mota p {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #303030;
}
.box4 .link {
    float: left;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 15px;
    position: absolute;
    bottom: 0;
}
.box4 .link span {
    font-size: 14px;
    color: #0767be;
    font-weight: bold;
    text-decoration: none;
    padding: 8px 15px;
    border: 1px solid #0767be;
    border-radius: 5px;
    background-color: #fff;
}
.box4 .link span:hover {
    background: url(../img/bg-box4-3.jpg);
}
.link-all {
    text-align: center;
    position: absolute;
    right: -40px;
    width: 54px;
    top: 59px;
    background-color: #0b6dc8;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 1px 1px 4px #0b6dc8;
}
.link-all a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    width: 20px;
}
.link-all:hover a {
    padding: 4px;
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
    .box4 .anh4 {
        height: 170px;
    }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .child-box4 {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .box4 .anh4 {
        height: 160px;
    }
}
@media(max-width:768px) {
    .child-spcc .anh a {
        display: block;
        width: 100%;
    }
    .child-spcc .anh a img {
        width: 100%;
    }
    .title1 p {
        font-size: 16px !important;
        line-height: 5px;
    }
    .box4 .ten h3 {
        font-size: 14px !important;
        margin: 0;
    }
    .main-p1 li {
        width: 100% !important;
    }
    .child-box4 {
        padding: 0px 15px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .box-tin {
        display: none;
    }
    .box-tin {
        text-align: left;
        !important
    }
    .row1 {
        margin-top: 20px;
    }
    ul.tinss li.right_tin .img img {
        height: auto !important;
    }
}
@media(max-width:600px) {
    .child-box4 {
        width: 100%;
        padding: 0px 15px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}
/******************* #page5 *****************/

#page5 {
    background: url(../img/bg-slide1.jpg) no-repeat #0767be;
    background-size: 100% 100%;
}
.top-footer {
    float: left;
    width: 100%;
    padding: 25px 0px;
    padding-bottom: 50px;
}
p.text-top-footer {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 50px;
}
h4 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}
.child-footer li a {
    color: #fff;
    font-size: 13px;
}
li.share2 {
    float: left;
    width: 100%;
    margin: auto;
    display: block;
    text-align: center;
    margin-top: 10px;
}
li.share2 a {
    display: inline-block;
    margin: 0px 5px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #cdcdcd;
}
li.share2 a:hover {
    background: #DFE441;
}
li.share2 a img {
    display: block;
    margin: auto;
    padding-top: 8px;
}
.address p,
.address p span {
    color: #fff;
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    text-align: left;
}
.end-bot {
    background-color: #0767be;
    padding-bottom: 10px;
}
li.email {
    float: left;
    width: 100%;
}
p.text-email {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}
#post-form {
    text-align: left;
    float: left;
    width: 100%;
    height: 28px;
    margin-top: 20px;
    background: url(../img/email.png)no-repeat;
}
#email {
    float: left;
    background: none;
    width: 227px;
    height: 28px;
    padding-left: 5px;
    line-height: 40px;
    border: none;
    line-height: 28px;
    font-style: italic;
}
#btnFMailSubmit {
    background: none;
    float: left;
    width: 35px;
    height: 28px;
    border: none;
    cursor: pointer;
}
@media screen and (min-width: 993px) and (max-width: 1220px) {
    #email {
        float: left;
        width: 175px;
    }
}
.bottom-footer,
.bottom-footer-r {
    margin-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 13px;
    padding: 0;
    line-height: 21px;
}
.bottom-footer-r {
    text-align: right;
}
li.link-footer {
    float: left;
    width: 100%;
    text-align: center;
}
li.link-footer a {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    padding: 5px 15px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
}
li.link-footer a:hover {
    color: #dfe348;
}
p.text-footer2 {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    padding: 20px 0px;
    text-transform: uppercase;
}
/******************* trang detail *******************/

#banner {
    float: left;
    width: 100%;
    max-height: 300px;
    overflow: hidden;
    border-top: 1px solid #fff;
}
#banner a img {
    float: left;
    width: 100%;
    height: auto;
    max-height: 300px;
    max-width: 100%;
}
#linkdan {
    float: left;
    width: 100%;
    border-bottom: 1px solid #cdcdcd;
    height: 60px;
    margin-bottom: 30px;
    background-color: #f5f5f5;
	padding-left:15px;
}
#linkdan a {
    float: left;
    margin-right: 3px;
    line-height: 60px;
    color: #303030;
    font-weight: normal;
    text-decoration: none;
    font-style: italic;
    font-size: 12px;
}
#linkdan a:hover,
#linkdan a.active {
    color: #da251c;
}
@media(max-width:600px) {
    #linkdan {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #linkdan a {
        line-height: 22px;
    }
}
#page1-sp {
    float: left;
    width: 100%;
    margin-top: 25px;
}
.zoomContainer {
    display: none;
}
.zoomWrapper {
    padding: 0px!important;
}
.info-sp {
    float: left;
}
.info-sp .titleh1 {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #cdcdcd;
}
.info-sp .titleh1 h1 {
    float: left;
    width: 100%;
    font-size: 24px;
    color: #303030;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.info-sp p.gia {
    float: left;
    width: 100%;
    font-size: 24px;
    color: #303030;
    font-weight: bold;
    line-height: 30px;
    padding: 20px 0px;
}
.info-sp p.gia span {
    color: #00923f;
}
.info-sp p.nhanhieu {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
}
.info-sp p.extract {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
}
.info-sp .tinhtrang {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.info-sp .tinhtrang p {
    float: left;
    font-size: 12px;
    color: #303030;
    background: #dfe348;
    padding: 5px 12px;
}
ul#sidebar2 {
    float: left;
    width: 100%;
    list-style: none;
}
ul#sidebar2 li {
    float: left;
    line-height: 42px;
    cursor: pointer;
    margin-right: 5px;
    border: 1px solid #cdcdcd;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
}
ul#sidebar2 li p {
    font-size: 14px;
    color: #303030;
    text-transform: uppercase;
    line-height: 42px;
    padding: 0px 15px;
    text-decoration: none;
    font-family: myriadregular;
}
ul#sidebar2 li p.show2 {
    background: #dfe348;
}
ul#sidebar2 li p.hide2 {} p.show2 {
    text-decoration: underline;
}
.show3 {
    display: block !important;
    float: left;
    width: 100%;
    border: 1px solid #cdcdcd;
    padding: 15px;
    line-height: 20px;
}
.show3 img,
.show3 table,
.show3 iframe {
    max-width: 100%!important;
    height: auto;
}
.show3 p {
    float: left;
}
.hide3 {
    display: none !important;
}
@media(max-width:400px) {
    ul#sidebar2 li p {
        font-size: 12px;
        padding: 0px 5px;
    }
}
#bttop {
    text-align: center;
    padding: 15px 15px;
    position: fixed;
    bottom: 200px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    font-weight: bold;
    z-index: 10000;
    background: #111;
    border-radius: 40px;
}
#bttop:hover {
    background: #e67802;
}
.noidung2 {
    line-height: 22px;
    margin-bottom: 20px;
}
.noidung2 ul {
    padding-left: 40px;
}
.noidung2 li {
    list-style: square url("sqpurple.gif");
}
/****************** chi tiet bai viet ***********/

.tainang {
    width: 100%;
    margin: auto -15px;
    margin-top: 20px;
}
h1.title-dt {
text-transform: uppercase;
    font-size: 24px;
    color: #00923f;
    border-left: 5px solid #00923f;
    padding-left: 10px;
    font-weight: bold;
}
p.date-dt {
    float: left;
    font-size: 12px;
    color: black;
    font-style: italic;
    display: block;
    margin-top: 10px;
}
.extract-dt {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    line-height: 20px;
    font-family: arial;
    text-align: justify;
    font-style: italic;
}
.extract-dt p{color:#000}
.extract-dt p span{font-size:14px !important; font-family:arial !important;}
.details-dt {
    float: left;
    width: 100%;
    margin-top: 5px;
    text-align: justify;
    font-size: 14px;
    color: #000;
}
.details-dt p {
    color: #000;
    font-size: 14px;
    font-family: arial;
    margin-bottom: 5px !important;
}
.details-dt p span{
    font-size: 14px!important;
    font-family: arial!important;
}
/*************** trang lien he *****************/

#content_project {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.mabaove {
    clear: both;
    float: left;
    padding-right: 10px;
    padding-top: 10px;
    width: 100px;
    text-align: right;
}
.mabaove span {
    float: left;
    text-align: right;
    color: #303030;
    font-size: 14px;
    font-weight: bold;
}
#content_project input[type='submit'],
#content_project input[type='reset'] {
    border: none;
    border-radius: 3px;
    padding: 5px 8px;
    color: #fff;
}
#content_project input[type='submit'] {
    background: #1975c9;
    margin-right: 10px;
}
#content_project input[type='reset'] {
    background: #1975c9;
}
#content_project input[type='submit']:hover,
#content_project input[type='reset']:hover {
    opacity: 0.7;
}
.bando {
    float: left;
    width: 100%;
}
.bando iframe {
    float: left;
    width: 100%!important;
}
.menu_left ul li {
    padding: 10px 0;
}
.menu_left {
    background-color: #00923f;
    padding: 10px;
    border-radius: 5px;
}
.menu_left div.no1 a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.menu_left div.no1 {
    border-bottom: 1px dotted #fff;
    padding: 10px 0;
}
.menu_left .sub-menu li {
    background: url(../../images/left1.png) no-repeat top 12px left;
    padding-left: 20px;
}
.menu_left .sub-menu li:hover {
    background: url(../../images/lef1-hover.png) no-repeat top 12px left;
    padding-left: 20px;
}
.menu_left .sub-menu li.activex {
    background: url(../../images/lef1-hover.png) no-repeat top 12px left;
    padding-left: 20px;
}
.menu_left .sub-menu li a {
    color: #fff;
    font-size: 14px;
}
.menu_left .sub-menu li:hover a {
    color: #ffff00;
}
.menu_left .sub-menu li.activex a {
    color: #ffff00;
}
.menu_left a {
    text-decoration: none;
}
body .menu ul.sub1 li ul ul {
    position: absolute;
    left: 100%;
    margin-left: 1px;
    width: 350px;
    top: 0;
    display: none !important;
}
body .menu ul.sub1 li ul li:hover ul {
    display: block !important;
}
.right_m .title1 p {
    text-align: left;
}
.right_m .title1 span {
    background: url(../img/line1.png)no-repeat left bottom;
    border-bottom: 1px solid #f7cd47;
}
.right_m .title1 {
    margin: 0;
}
#pagex {
    margin-bottom: 20px;
}
.ttnb .child-box5 {} .ttnb .child-box5 .anh4 {
    width: 30%;
    padding-right: 20px;
    float: left;
}
.ttnb .child-box5 .text4 {
    width: calc( 70% - 20px);
    float: left;
}
.text3-a {
    padding: 10px;
    box-sizing: border-box;
    background-color: #f3f3f3;
    text-align: center;
}
.text3-a a h3 {
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    line-height: 17px;
    margin: 0;
}
.right_m .child-spcc .anh {
    height: 153px
}
.box-tin {
    width: 100%;
    margin-top: 20px;
}
.box-tin .tit a {
    font-weight: bold;
    color: #303030;
    text-transform: uppercase;
}
.box-tin .tit:hover a {
    text-decoration: none
}
.all-t {
    background-color: #faf9f5;
    border: 1px solid #cdcdcd;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.childx {
    color: #fff;
}
.the1 a h3 {
    font-size: 14px;
    font-weight: bold;
    color: #303030;
    padding-bottom: 5px;
}
.the1 a {
    text-decoration: none;
}
.the1:hover h3 {
    color: #00923f;
}
.the2 img {
    width: 40%;
    float: left;
}
.the2 {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dotted #cdcdcd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.the2 p {
    width: calc( 60% - 10px);
    float: left;
    margin-left: 10px;
}
.tit2 li p {
    float: left;
    width: auto
}
.tit2 li {
    width: 50%;
    overflow: hidden;
    float: left;
}
.tit3 li {
    line-height: 21px;
}
.link2 {
    width: 100%;
    text-align: right;
    color: #00923f;
    font-weight: bold;
    font-size: 14px;
}
.link2 span {
    background: url(../../images/icl.png) no-repeat right center;
    padding-right: 13px;
}
.noidunghienthi h2.tieude {
    font-weight: bold;
    padding-bottom: 7px;
    color: #593e8f;
    font-size: 14px;
}
.anh1 {
    position: relative;
    overflow: hidden;
}
.anh1 img {
    width: 100%;
}
.child-footer {
    color: #fff;
}
.anh1:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.text4-a {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: url(../../images/ic1.png) no-repeat right 10px center rgba(47, 94, 132, 0.75);
    height: 42px;
    padding-top: 14px;
}
.text4-a a {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    text-decoration: none;
}
table td {
    border: 1px solid #0e0e0e;
    padding: 5px;
}
