@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url("../fonts/RobotoCondensed-Light.ttf") format('truetype');
}
@font-face {
    font-family: "Roboto Condensed";
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url("../fonts/RobotoCondensed-LightItalic.ttf") format('truetype');
}

/* Normal */
@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url("../fonts/RobotoCondensed-Regular.ttf") format('truetype');
}
@font-face {
    font-family: "Roboto Condensed";
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url("../fonts/RobotoCondensed-Italic.ttf") format('truetype');
}

/* Bold */
@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url("../fonts/RobotoCondensed-Bold.ttf") format('truetype');
}
@font-face {
    font-family: "Roboto Condensed";
    font-style: italic;
    font-weight: 700;
    src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url("../fonts/RobotoCondensed-BoldItalic.ttf") format('truetype');
}
body {
    font-family: Arial, Helvetica, sans-serif;
    color: #444;
    line-height:1.2em;
    font-size: 15px;
    line-height:20px;
}

a {
    color:#093e06;
    text-decoration: none;
}
a:hover {
    color: #f4e10c;
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
    margin: 10px;
}
h2 a 
{
    font-family: "Roboto Condensed";
}
p {
    padding: 0px;
}
ul, ol
{
    margin: 0;
}
iframe, img 
{
    max-width: 100%;
    height: auto;
}
.wp30
{
    float:left;
    width: 30%;
}
.wp70
{
    float:left;
    width: 70%;
}
.wp80
{
    float:left;
    width: 80%;
}
.wp20
{
    float:left;
    width: 20%;
}
.wp40
{
    float:left;
    width: 40%;
}
.wp60
{
    float:left;
    width: 60%;
}
.wp100
{
    float:none;
    width: 100%;
    clear: both;
}
.wp50
{
    float:left;
    width: 50%;
}
.wp33
{
    float:left;
    width: 33.33333333333%;
}
.wp25
{
    float:left;
    width: 25%;
}
.margin-top-30
{
    clear: both;
    margin-top: 30px;
}
.margin-top-20
{
    clear: both;
    margin-top: 20px;
}
.margin-top-10
{
    clear: both;
    margin-top: 10px;
}
.line 
{
    display: block;
    background: url(../images/line_t.png) no-repeat center;
    height: 40px;
    margin-top: 10px;
}
.navbar {
    background: linear-gradient(to bottom, #5ea341 15%, #093e06 100%);
    margin-bottom:0;
    width: 100%;
    z-index: 9999;
    padding: 0px;
    border-radius: 0;
}

.navbar-fixed-top {
    padding-top:0;
}
.navbar-fixed-top .nav
{
    margin-top: 5px;
}
.navbar-inner {
    background: none;
    border-radius:0;
    filter: none;
    border: none;
    box-shadow: none;
}
.navbar-fixed-top .navbar .brand
{
    margin-top: 12px;
}
.marquee
{
    background: #185011;
    padding: 10px 0;
    color: #fff;
    width: 100%;
    overflow: hidden;
}
.header
{
    padding-top: 15px;
    padding-bottom: 15px;
    background: url(../images/bg_header.jpg) repeat-y center;
}
.top_hotline
{
    margin-top: 10px;
}
.thongtin_top {
    font-weight: bold;
    font-family: "Roboto Condensed";
    text-align: center;
}
.thongtin_top h2 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 0;
    color: #093e06;
}
.thongtin_top h3
{
    font-weight: bold;
    color: #c8984c;
    margin-top: 10px;
}
.thongtin_top p {
    font-size: 18px;
    margin-bottom: 10px;
}
.search-form {
    position: relative;
    width: 190px;
    background: #d90c14;
    height: 28px;
    float: left;
}
.search-form .form-control {
    background: #f4e10c;
    border: none;
    color: #fff;
    text-transform: uppercase;
    margin-left: 30px;
    border-radius: 0;
    box-shadow: none !important;
    height: 28px;
}
.search-form .btn_search {
    width: 22px;
    height: 22px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 20px;
    background: none;
    position: absolute;
    left: 3px;
    top: 2px;
    padding-left: 3px;
}
.logo
{
    display: block;
}
.logo img
{
    width: 190px;
}
.navbar .brand
{
    padding: 0;
    margin: 0;
}
.navbar .brand img {
    
}
.navbar .nav
{
    margin: 0;
    padding: 0;
    float: none;
}
.navbar .nav > li
{
    position: relative;
}
.navbar .nav > li > a {
    padding: 15px 20px;
    line-height: auto;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    text-shadow: none;
    font-family: "Roboto Condensed";
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    transition: border-color 1s ease;
    border-left: 1px solid #fff;
}
.navbar .nav > li:first-child > a
{
    border: none;
}
.navbar .nav > li:hover > a, .navbar .nav > .current-menu-item > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background: #185011;
    background-color: none;
    color: #fff;
    transition: border-color 1s ease;
}
.navbar .nav > li.menu-item-has-children > a::after {
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    bottom: 21px;
    right: 5px;
}
.navbar .nav .sub-menu
{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background: rgba(36,95,25,0.6);
    list-style: none;
    padding-left: 0;
}
.navbar .nav .sub-menu li a 
{
    display: block;
    padding: 7px 20px;
    color: #fff;
}
.navbar .nav .sub-menu li a:hover
{
    background: #245f19;
}
.navbar .nav li:hover .sub-menu
{
    display: block;
}
.nav-pills {
    margin-bottom: 30px;
    float: right;
}
.nav-pills > li > a {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right:5px;
    padding-left:25px;
    padding-right:25px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background: none;
    color: #eeaa47;
    border: 1px solid #eeaa47;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar {
    border-radius:0;
    background:#FECE1A;
    color: #000;
}
.background-slider
{
    background: #000;
    opacity: 0.3;
    width: 100%;
    height: 130%;
    position: absolute;
    top: 0;
    left: 0;
}
.da-slide h2
{
    margin-top: 270px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 45px;
    position: static;
}
.da-slide p
{
    margin-top: 40px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-style: italic;
    font-size: 30px;
    position: static;
}
#da-slider
{
    height: 650px !important;
}
.info {
    border: 2px solid #093e06;
    padding: 30px;
    background-color: #f9f9f9;
}
.info h3
{
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 15px;
    padding: 0;
    text-transform: uppercase;
}
.info i 
{
    color: #eeaa47;
}
.aboutus
{
    margin-top: 40px;
}
.serv-index h2 
{
    color: #fff;   
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.serv-index h2 a 
{
    color: #fff;
    display: block;
    font-size: 14px;
    background: #eeaa47;
    padding: 20px;
    font-weight: bold;
}
.serv-index h2 a:hover
{
    background: #fff;
    color: #eeaa47;
}
.duan
{
    background: #474747;
}
.area-ct 
{
    padding: 40px 0;
}
.area-ct h2
{
    margin-top: 0;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-family: "Roboto Condensed";
    color: #093e06;
}
h2.title_radient {
    background: linear-gradient(180deg,#5ea341 0%,#093e06 100%);
        background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: relative;
    padding: 25px 0 45px;
    margin-bottom: 30px;
}
.title_radient:after
{   
    content: '';
    background: url(../images/line_t.png) no-repeat center;
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.title_radient .line 
{
    display: none;
}
.aboutus .title_radient:after
{
    left: 50px;
}
.area-ct .item h2 
{
    line-height: 18px;
    margin-top: 10px;
    height: 35px;
    overflow: hidden;
}
.area-ct .item h2.title-bg
{
    position: relative;
}
.area-ct .item h2.title-bg::after {
    display: block;
    height: 2px;
    content: '';
    width: 40px;
    background: #093e06;
}
.area-ct .item h2.title-bg a
{
    text-align: left;
    font-size: 18px;
}

.area-ct.congtrinh .item h2 a
{
    color: #fff;
}
.readmore-ct
{
    text-align: center;
    margin-top: 40px;
}
.readmore-ct a {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: transparent;
    color: #fff;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: normal;
    font-size: 14px;
    padding: 14px 20px;
    background-color: #093e06;
    border-radius: 2em;
}
.item-bg
{
    padding: 25px 10px 10px;
    border: 1px solid #ddd;
}
.area-ct .item h2 a
{
    font-size: 16px;
    display: block;
    text-align: center;
}
.area-ct.tintuc .item h2 a
{
    text-align: left;
}
.area-ct.tintuc .item p 
{
    text-align: justify;
}
.contact_page h3
{
    color: #093e06;
}
.contact_page h4
{
    text-transform: uppercase;
}
.congtrinh
{
    background: url(../images/bg_ctrinh.jpg) no-repeat;
    background-size: 100%;
    padding: 0;
}

.cover_green
{
    background: rgba(11,64,8,0.8);
    padding: 60px 0;
}
.congtrinh h2
{
    color: #fff;
}
.congtrinh .item:hover
{
    background: none;
}
.item {
    box-sizing: border-box;
    transition: all 200ms ease-out 0s;
    -webkit-transition: all 200ms ease-out 0s;
    -ms-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    vertical-align: top;
    word-wrap: break-word;
    padding: 10px;
    list-style: none;
    margin: 0;
    border: 1px solid #ddd;
}
.item:hover
{
    background: #eee;
}
.readmore
{
    background: linear-gradient(to bottom, #5ea341 35%, #093e06 100%);
    color: #fff;
    width: 120px;
    text-align: center;
    padding: 7px;
    margin: 20px auto 0;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    font-weight: bold;
}
.readmore:hover
{
    background: #093e06;
    color: #fff;
}
.item .img
{
    position: relative;
    overflow: hidden;
}

.item .img .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(11,64,8,0.8);
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.item .img i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 1.3em;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(270deg);
    -moz-transform: translate(-50%, -50%) rotate(270deg);
    -ms-transform: translate(-50%, -50%) rotate(270deg);
    transform: translate(-50%, -50%) rotate(270deg);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.item .img:hover .link {
  opacity: 1;
}
.item .img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.item .img:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.item .img:hover i {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}

.le 
{
    background: #f2f2f2;
}
.more 
{
    display: block;
    line-height: 40px;
    font-size: 14px;
    background: #e6e6e6 ;
    text-align: center;
}
.baogia
{
    background: url(../images/bg_gia.jpg);
}
.owl-theme .owl-controls
{
    margin-top: 0;
}
.content-baogia ul
{
    list-style: none;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
}
.content-baogia ul li 
{
    display: inline-block;
}
.content-baogia ul li a 
{
    display: block;
    padding: 30px;
    background: #fff;
    font-size: 22px;
}
.content-baogia ul li:first-child a 
{
    background-color: #093e06;
    color: #fff;
    position: relative;
}
.content-baogia ul li:first-child a::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid;
    bottom: -10px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
    border-top-color: #093e06 !important;
}
.content-baogia ul li a span
{
    display: inline-block;
}
.content-baogia ul li a img 
{
    width: 40px;
    padding-right: 10px;
}
.ct_bg
{
    text-align: center;
    background: #fff;
    border: 2px solid rgba(0,0,0,0.1);
    border-left: none;
}
.ct_bg.ct_bg1 
{
    border-left: 2px solid rgba(0,0,0,0.1);
}
.congtrinh_index .duan_meta p 
{
    color: #fff;
}
.title_bg
{
    color: #333333;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 14px;
    border-bottom: 2px solid rgba(0,0,0,0.1);
    padding-top: 16px !important;
    margin-bottom: 20px;
}
.ct_bg .gia_bg p 
{
    margin-bottom: 30px;
    clear: both;
    font-size: 14px;
}
.ct_bg .gia_bg p strong
{
    font-size: 20px;
    color: #093e06;
    display: block;
    margin-bottom: -25px;
    line-height: 25px;
}
.gia_bg
{
    padding-bottom: 20px;
}
.note_bg
{
    background: #777;
    padding: 22px 0 31px 0;
    color: #fff;
}
.list_cn
{
    list-style: none;
    padding:0;
}
.list_cn li 
{
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.descr
{
    padding-left: 15px;
}
.list_cn .item h2
{
    margin-top: 0;
}
.area-ct .item_news h2
{
    font-size: 16px;
    margin-top: 0;
    text-align: left;
    line-height: 22px;
}
.item_news
{
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.title_blue
{
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    padding: 3px 0;
}
.vert , .simply-scroll-clip
{
    height: 700px;
    overflow: hidden;
}
.duan_item h2
{
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 20px;
    line-height: 20px;
    font-family: "Roboto Condensed";
}
.widget
{
    overflow: hidden;
    margin-bottom: 30px;
}
.area-ct .widget .item h2
{
    margin-top: 0;
}
.area-ct .widget .item h2 a
{
    font-size: 14px;
    text-align: left;
}
.newspost .item 
{
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.title_page
{
    color: #093e06;
}
.contactus
{
    background: #093e06;
    padding: 20px 0;
}
.contactus p 
{
    font-style: italic;
    color: #fff;
    margin-top: 12px;
    font-size: 18px;
}
.contactus a
{
    float: left;
    padding: 10px 20px;
    color: #f4e10c;
    font-size: 22px;
    display: block;
    margin-top: 4px;
}
.contactus a:hover
{
    background: #fff;
    color: #000;
}

.menu-footer
{
    padding-left: 0;
    list-style: none;
}
.menu-footer li::before {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #093e06;
    position: absolute;
    left: 0;
    top: 0;
}
#footer
{
    background: linear-gradient(to bottom, #5ea341 5%, #093e06 100%);
    padding: 40px 0 0;
}
#footer p 
{
    color: #fff;
}
#footer h3
{
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 20px;
}
#footer .tt_line
{
    position: relative;
    line-height: 15px;
    margin-bottom: 40px;
}
.tt_line::before {
    background: rgba(255, 255, 255, 0.1);
    content: "";
    height: 1px;
    left: 50px;
    right: 0;
    position: absolute;
    bottom: -12px;
}       
.tt_line::after {
    content: "";
    height: 3px;
    left: 0;
    width: 40px;
    position: absolute;
    bottom: 27px;
    background-color: #093e06;
}
#footer .tt_line::after
{
    bottom: -14px;
}
.widget-social-profile
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget-social-profile li
{
    display: inline-block;
}
.widget-social-profile li a 
{
    display: block;
    margin-right: 5px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.tag
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.tag li
{
    float: left;

}
.tag li a 
{
    display: block;
    margin: 3px;
    padding: 3px 8px;
    border: 1px solid #ddd;
}
.copyright
{
    background: #185011;
    color: #fff;
}
.copyright p
{
    padding: 20px 0;
    margin: 0;
    text-align: center;
}

.form-footer
{
    padding-left: 20px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff !important;
    color: #fff !important;
}
.contact_page .ttt_line
{
    margin-bottom: 20px;
    font-size: 20px;
}
.ttt_line
{
    position: relative;
}
.1ttt_line::before {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    height: 2px;
    left: 90px;
    right: 0;
    position: absolute;
    bottom: -2px;
}       
.1ttt_line::after {  
    content: "";
    height: 3px;
    left: 0;
    width: 80px;
    position: absolute;
    bottom: -2px;
    background-color: #093e06;
}
.widget .ttt_line
{
    text-transform: uppercase;
    font-size: 22px;
    font-family: "Roboto Condensed";
    background: linear-gradient(to bottom, #5ea341 15%, #093e06 100%);
    color: #f4e10c;
    padding: 12px 0;
    text-align: center;
    margin-bottom: 2px;
}

#footer i 
{
    color: #eeaa47
}
#footer ul li a 
{
    color: #878787;
    display: block;
    padding: 4px;
    font-size: 14px;
}
#footer a:hover
{
    color: #eeaa47
}
/*
2.4 Socail icons
************/
 .social {
    list-style: none;
    float: none;
    position:relative;
    margin:5px; auto;
}
.social li {
    display:inline-block;
    line-height: 32px;
    font-family:'Roboto Condens...';
    font-size: 32px;
    padding:0 5px;
}
.social li a {
    margin:0;
    padding:0;
    width:32px;
    height:32px;
    color: #FECE1A;
}
.social li a:hover {
    color:#181A1C;
}
/*
3.6 Newsletter
********************************************************************/

.newsletter form {
}

.newsletter button {
    margin: 0 0 0 20px;
}

.newsletter p 
{
    margin-bottom: 3px;
}
.newsletter {
    text-align:left;
    padding:0;
    margin:0;
    overflow: hidden;
}
.newsletter form {
}
.newsletter input {
    padding:4px 10px 4px 40px;
    height: auto;
    line-height: 30px;
    color: #FFFFFF;
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
    width: 90%;
}
.newsletter .f_hoten
{
    background: #0b4008 url(../images/f_user.png) no-repeat 10px;
}
.newsletter .f_diachi
{
    background: #0b4008 url(../images/f_map.png) no-repeat 10px;
}
.newsletter .f_dienthoai
{
    background: #0b4008 url(../images/f_phone.png) no-repeat 10px;
}
.newsletter .f_noidung
{
    background: #0b4008 url(../images/f_pen.png) no-repeat 10px 6px;
    height: 70px;
    width: 90%;
    padding-left: 40px;
    border: none;
    border-radius: 0;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}
.newsletter .btn {
    background: transparent url(../images/f_submit.png) no-repeat center;
    text-indent: -9999px;
    float: right;
    margin-top: -37px;
    margin-right: 15px;
    border: none;
    height: 20px;
    box-shadow: none;
    width: 15px;
    padding: 0;
    color: #fff;
    position: relative;
    z-index: 9;
}
.readmore-ln
{
    font-size: 20px;
    display: block;
    margin: 15px 0;
    font-weight: bold;
    color: #ff0000
}
.readmore-ln .fa 
{
    padding-right: 10px;
}
.logo_footer
{
    display: block;
    text-align: center;
}
.logo_footer img 
{
    width: 160px;
}
/*
3.7 Contact
********************************************************************/
 .contact {
    background: #FECE1A;
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
    color: #181A1C;
}
.contact textarea, .contact input[type="text"], .contact input[type="email"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
}
.contact textarea {
    height: 120px;
}
.contacts, .contact .social {
    color: #fff;
    list-style: none;
    margin-left: 10px;
}
.contacts > li {
    margin-top: 15px;
}
.contacts > li > a {
    color: #fff;
}
.contact-info {
    margin-top:10px;
    margin-bottom:10px;
}
.contact-info p{
     font-weight:normal;
}
.contact-info .icon {
    margin:10px auto;
    font-size:30px;
}
.map-wrapper {
    position:relative;
    height:500px;
}
.map-canvas {
    position:absolute;
    margin-bottom:20px;
    width:100%;
    height:500px;
    color: #29383F;
    position:absolute;
    left:0;
    top:0;
    right:0;
}
.contact .social {
    display: inline-block;
    margin-left:0;
}
.contact .social li {
    line-height: 32px;
    padding:10px 10px;
    font-family:'Porta';
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}
.contact .social li a {
    color:#fff;
}
.contact .social li a:hover {
    color:#181A1C;
}
.contact-form {
    background:#fff;
    background: rgba(255, 255, 255, 0.9);
    z-index:110;
    position:relative;
    margin-top:-25px;
    padding:20px;
}
.contact-form h3 {
    color:#838589;
    padding-bottom:20px;
}
.message-btn {
    border:1px solid #747C89;
    color:#747C89;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
}
.message-btn:hover {
    background-color:#FECE1A;
}
.contact-info {
    text-align:center;
    font-size:22px;
}
.info-mail {
    border:1px solid white;
    width:60%;
    margin:0 auto;
    padding:15px;
    color:#181A1C;
}
.black {
    color:#181A1C;
}
/*
3.8 Footer
********************************************************************/
 .footer {
    background: #181A1C;
    text-align: center;
}
.footer > p {
    color: #fff;
    margin:0;
}
.mask
{
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.4;
    width: 100%;
    height: 130%;
}
.list_sp
{
    list-style: none;
}
.list_sp li a 
{
    display: block;
    padding: 10px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}
.list_sp li a:hover
{
    color: #eeaa47
}


#main-content
{
    padding: 0;
}
.gird-sp .item
{
    position: relative;
    border: 1px solid #ccc;
}
.gird-sp .item h3 
{
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    width: 80%;
    background: #999;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 5px 10px;
    font-size: 14px;
}
.og-grid li {
    width: 300px;
}

.gird-news
{
    padding: 40px 0;
}
.page_top
{
    background: url(../images/bg123.jpg);
}
.single-page
{
    padding: 40px 0;
}
.content .ttt_line
{
    font-size: 24px;
    line-height: 28px;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 10px;
    font-family: "Roboto Condensed";
    margin-bottom: 30px;
}
.content p 
{
    font-size: 18px;
    line-height: 1.5;
}
.content ul, .content ol 
{
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 25px;
    line-height: 1.5;
}
.table > tbody > tr > td
{
    font-size: 18px;
}
img.aligncenter
{
    display: block;
    margin: 5px auto
}
.share
{
    display: block;
    margin-top: 20px;
}
.content p 
{
    text-align: justify;
}
.ndwidget
{
    border: 2px solid #093e06;
}
.post_widget .ndwidget
{
    padding: 10px;
}
.ndwidget iframe
{
    margin-bottom: -5px;
}

.aboutus .title_heading
{
    color: #fff;
}
.aboutus p 
{
    text-align: justify;
}

.overlay {
    background-color: rgba(0,0,0, 0.7);
    padding: 40px 0;
}
.aboutus {
    background: url(../images/bg_ab.jpg) no-repeat center;
    background-size: cover;
    padding: 0;
    color: #fff;
}
.title_aboutus
{
    color: #fff;
    text-align: center; 
    position: relative;
    padding: 25px 0 45px;
    margin-bottom: 30px;
}
.title_aboutus {
   
}
.about-us-img{
    border: 10px solid #185011;
    display: block;
    vertical-align: middle;
}
.title_aboutus:after {
    content: '';
    background: url(../images/line_t.png) no-repeat center;
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.cover_bg .title_sub
{
    position: relative;
    color: #f4e10c;
    text-align: center; 
    position: relative;
    padding: 25px 0 45px;
    margin-bottom: 30px;
}
.cover_bg .title_sub:after
{
    content: '';
    background: url(../images/line_v.png) no-repeat center;
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.about-us-img img 
{
    width: 100%;
}
.ab_readmore
{
    background: #0b4008;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
}
.ab_readmore:hover
{
    background: #185011;
}

.conso
{
    background: #245f19;
    color: #fff;
    padding: 15px 0;
}
.cover_num 
{
    background: none;
    padding: 0;
}
.item_num
{
    position: relative;
    padding-left: 80px;
    min-height: 65px;
}
.num_icon
{
    position: absolute;
    top: -7px;
    left: 0;
    width: 70px;
}
.num_info_top
{
    font-size: 26px;
    margin: 5px 0 10px;
}
.num_info
{
    font-size: 18px;
    color: #fcea88;
}
.num_so span 
{
    display: inline;
}


.page_top
{
    height: 120px;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 120px;
    color: #fff;
}
.page_top p 
{
    font-size: 18px;
    font-style: italic;
}
.page_top h1,  .page_top h2
{
text-transform: uppercase;
font-size: 28px;
}
 .page_banner
{   
    background: #ebffea;
    position:relative;
    z-index: 999;
}
.breadcum
{
    opacity: 0.7;
    color: #000;
    padding: 10px 15px;
}
.breadcum a
{
    color: #000;
}
.breadcum span 
{
    text-transform: uppercase;
    padding-right: 20px;
}
.breadcum span i 
{
    color: #093e06;
    padding-right: 4px;
}
.icon_menu
{
    background: #055699 url(../images/icon_menu.png) no-repeat left center;
    padding-left: 55px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-family: "Roboto Condensed";
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}
.mm-menu.mm-offcanvas.mm-current
{
    z-index: 9999;
}
.mm-menu .navbar .nav > li > a
{
    color: #000;
    padding: 10px 20px;
}

.form-tuvan .form-control, .comments_area .form-control
{
    width: 100%;
    border-radius: 0;
}
.form-tuvan textarea.form-control
{
    height: 80px;
}
.wpcf7-response-output
{
    color: #fff;
    padding-top: 10px;
}
#commentform .input-text
{
    float: left;
}
.input-group-addon
{
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
}
.main-slider .owl-carousel .owl-item
{
    text-align: center;
}

.dang_ky_fix
{
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: center;
    background-color: #185011;
    margin-top: 10px;
    color: yellow;
    z-index: 9999;
    font-family: "Roboto Condensed";
    font-size: 25px;
    text-transform: uppercase;
    padding: 8px 30px;
    font-weight: bold;
}
.dang_ky_fix a 
{
    color: yellow;
}
.dang_ky_fix a i 
{
    padding-right: 5px;
}
.dang_ky_fix {
    -webkit-animation-duration: 1s;
    -webkit-animation-name: tada_keyframe;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-name: tada_keyframe;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@keyframes tada_keyframe {
    0% {
        -webkit-transform:translate(0,0) scale(1,1);
        transform:translate(0,0) scale(1,1)
    }
    10%,20% {
        -webkit-transform:translate(0,0) scale(.9,.9) rotateZ(-3deg);
        transform:translate(0,0) scale(.9,.9) rotateZ(-3deg)
    }
    30%,50%,70%,90% {
        -webkit-transform:translate(0,0) scale(1.1,1.1) rotateZ(3deg);
        transform:translate(0,0) scale(1.1,1.1) rotateZ(3deg)
    }
    40%,60%,80% {
        -webkit-transform:translate(0,0) scale(1.1,1.1) rotateZ(-3deg);
        transform:translate(0,0) scale(1.1,1.1) rotateZ(-3deg)
    }
    100% {
        -webkit-transform:translate(0,0) scale(1,1) rotateZ(0);
        transform:translate(0,0) scale(1,1) rotateZ(0)
    }
}
@-webkit-keyframes tada_keyframe {
    0% {
        -webkit-transform:translate(0,0) scale(1,1)
    }
    10%,20% {
        -webkit-transform:translate(0,0) scale(.9,.9) rotateZ(-3deg)
    }
    30%,50%,70%,90% {
        -webkit-transform:translate(0,0) scale(1.1,1.1) rotateZ(3deg)
    }
    40%,60%,80% {
        -webkit-transform:translate(0,0) scale(1.1,1.1) rotateZ(-3deg)
    }
    100% {
        -webkit-transform:translate(0,0) scale(1,1) rotateZ(0)
    }
}
.hiti-phone.hiti-static {
    opacity: 1;
}
 
.hiti-phone.hiti-hover {
    opacity: 1;
}
 
.hiti-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running hiti-circle-anim;
    -webkit-animation: 1.2s ease-in-out 0s normal none infinite running hiti-circle-anim;
     -moz-animation: 1.2s ease-in-out 0s normal none infinite running hiti-circle-anim;
     -ms-animation: 1.2s ease-in-out 0s normal none infinite running hiti-circle-anim;
     -o-animation: 1.2s ease-in-out 0s normal none infinite running hiti-circle-anim;
    background-color: transparent;
    border: 2px solid #093e06;
    border-radius: 100%;
    height: 160px;
    left: 20px;
    opacity: 0.1;
    position: absolute;
    top: 20px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 160px;
}
 
.hiti-phone.hiti-active .hiti-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
    -webkit-animation: 1.1s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
     -moz-animation: 1.1s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
     -ms-animation: 1.1s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
     -o-animation: 1.1s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
}
 
.hiti-phone.hiti-static .hiti-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
    -webkit-animation: 2.2s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
     -moz-animation: 2.2s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
     -ms-animation: 2.2s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
     -o-animation: 2.2s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
}
 
.hiti-phone.hiti-hover .hiti-ph-circle {
    border-color: #093e06;
    opacity: 0.5;
}
 
.hiti-phone.hiti-green.hiti-hover .hiti-ph-circle {
    border-color: #093e06;
    opacity: 0.5;
}
 
.hiti-phone.hiti-green .hiti-ph-circle {
    
    opacity: 0.5;
}
 
.hiti-phone.hiti-gray.hiti-hover .hiti-ph-circle {
    border-color: #093e06;
    opacity: 0.5;
}
 
.hiti-phone.hiti-gray .hiti-ph-circle {
    border-color: #093e06;
    opacity: 0.5;
}
 
.hiti-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running hiti-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 100px;
    left: 50px;
    opacity: 0.1;
    position: absolute;
    top: 50px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 100px;
}
 
.hiti-phone.hiti-active .hiti-ph-circle-fill {
    animation: 1.7s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
     -webkit-animation: 1.7s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
     -moz-animation: 1.7s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
     -ms-animation: 1.7s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
     -o-animation: 1.7s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
}
 
.hiti-phone.hiti-static .hiti-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
    -webkit-animation:2.3s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
     -moz-animation:2.3s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
     -ms-animation:2.3s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
     -o-animation:2.3s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
    opacity: 0 !important;
}

 
.hiti-phone.hiti-hover .hiti-ph-circle-fill {
    background-color:  rgba(62, 64, 149, 0.5);
    opacity: 0.75 !important;
}
 
.hiti-phone.hiti-green.hiti-hover .hiti-ph-circle-fill {
    background-color:  rgba(62, 64, 149, 0.5);
    opacity: 0.75 !important;
}
 
.hiti-phone.hiti-green .hiti-ph-circle-fill {
    background-color:  rgba(62, 64, 149, 0.5);
    opacity: 1 !important;
}
  
.hiti-phone.hiti-gray.hiti-hover .hiti-ph-circle-fill {
    background-color:  rgba(62, 64, 149, 0.5);
    opacity: 0.75 !important;
}
 
.hiti-phone.hiti-gray .hiti-ph-circle-fill {
    background-color: rgba(62, 64, 149, 0.5);
    opacity: 0.75 !important;
}

.hiti-ph-img-circle {
 
    animation: 1s ease-in-out 0s normal none infinite running hiti-circle-img-anim;
    background-color: rgba(30, 30, 30, 0.1); 
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 70px;
    left: 65px;
    opacity: 0.7;
    position: absolute;
    top: 65px;
    transform-origin: 50% 50% 0;
    width: 70px;
} 
  
.hiti-phone.hiti-active .hiti-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
     -webkit-animation:  1s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
      -moz-animation: 1s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
       -ms-animation:  1s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
        -o-animation:  1s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important; 
}
 
.hiti-phone.hiti-static .hiti-ph-img-circle {
    animation: 0s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
     -webkit-animation:0s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
     -moz-animation:0s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
     -ms-animation:0s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
     -o-animation:0s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
}
 
.hiti-phone.hiti-hover .hiti-ph-img-circle {
    background-color: #093e06;
}
 
.hiti-phone.hiti-green.hiti-hover .hiti-ph-img-circle {
    background-color: #093e06
} 

.hiti-phone.hiti-green .hiti-ph-img-circle {
    background-color: #093e06;
    color: #fff;
    font-size: 38px;
    text-align: center;
    line-height: 70px;
} 

.hiti-phone.hiti-gray.hiti-hover .hiti-ph-img-circle {
    background-color: #093e06;
}  
.hiti-phone.hiti-gray .hiti-ph-img-circle {
    background-color: #093e06;
} 
.hiti-phone {
    background-color: transparent;
    cursor: pointer;
    height: 200px;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    visibility: hidden;
    width: 200px;
    z-index: 200000 !important;
}
 
.hiti-phone.hiti-show {
    visibility: visible;
}   
 
@keyframes hiti-circle-anim {
  0% {
      opacity: 0.1;
      transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
      opacity: 0.5;
      transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
      opacity: 0.6;
      transform: rotate(0deg) scale(1) skew(1deg);
  }
} 
@keyframes hiti-circle-fill-anim {
  0% {
      opacity: 0.2;
      transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
      opacity: 0.2;
      transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
      opacity: 0.2;
      transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}  
@keyframes hiti-circle-img-anim {
  0% {
      transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
      transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
      transform: rotate(-25deg) scale(1)  skew(1deg);
  }
  40% {
      transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
      transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
      transform: rotate(0deg) scale(1) skew(1deg);
  }
}  
.ndtuvan p 
{
    font-size: 20px;
}
.ndtuvan p a 
{
    color: #ff0000;
    font-weight: bold;
}
.list_baogia
{
    list-style: none;
    padding-left: 0;
}
.list_baogia li 
{
    float: left;
}
.list_baogia li a {
    display: block;
    padding: 10px 20px;
    margin-right: 15px;
    background: #093e06;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #093e06;
    margin-bottom: 15px;
}
.list_baogia li a:hover
{
    border: 1px solid #093e06;
    color: #093e06;
    background: #fff;
}
.sidebar_fixed
{
    position: fixed;
    top:75px;
    opacity: 0;
    visibility: hidden;
}
.sidebar_absolute
{
    bottom: 0;    
    position: absolute;
}
.sidebar
{
    position: relative;
}
.display_none
{
    display: none !important;
}
.newspost h2
{
    font-size: 18px;
    line-height: 20px;
    margin-top: 5px;
}
.pagination a, .pagination span 
{
    display: inline-block;
    margin-right: 2px;
    padding: 3px 8px;
    border: 1px solid #ccc;
    color: #000;
}
.pagination a:hover, .pagination span 
{
    background: #093e06;
}
.widget .tienich
{
    margin-top: 0;
}
.tienich
{
    margin-top: 30px;
}
.tienich span
{
    display: block;
    margin-bottom: 5px;
}
.tienich .form-control
{
    border-radius: 0;
}
.slide_duan
{
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}
.slide_duan .item 
{
    margin: 0 15px;
}
.owl-theme .owl-controls .owl-buttons div
{
    border-radius: 0;
    position: absolute;
    z-index: 999;
    top: 35%;
    background: #093e06;
}
.owl-controls .owl-buttons .owl-next
{
    right: 0;
    left: auto;
}
.owl-controls .owl-buttons .owl-prev
{
    left: 0;
}
/*
4 Responsible
********************************************************************/
 @media (min-width: 1200px) {
    .thumbnail .more {
        margin-left:-41px;
        width:80px;
        height:80px;
        border-radius:40px;
        line-height: 80px;
    }
    .area-ct .item.item-bg h2
    {
        line-height: 22px;
    }
    .area-ct .item.item-bg h2 a
    {
        height: 45px;
    }
    
}
@media (max-width: 979px) {
    body {
        padding-left:0;
        padding-right:0;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }
    .navbar .nav > li > a {
        line-height: 20px;
        vertical-align: middle;
    }
    .section {
        padding-left:20px;
        padding-right:20px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
    }
    .nav-collapse .nav > li {
        float: none;
    }
    .nav-collapse, .nav-collapse.collapse {
        width: 100%;
        display: inherit;
    }
    .thumbnail .more {
        margin-left:-21px;
        width:40px;
        height:40px;
        border-radius:30px;
        line-height: 40px;
    }
    .thumbnail:hover .more {
        margin-top:-20px;
    }
    .newsletter form {
        text-align:center;
    }
}
@media (max-width: 767px) {
    .info-mail {
        width:90%;
        padding:15px 0px;
    }
    .project-description {
        padding-left:20px;
    }
    .price-column, .testimonial {
        margin-top:30px;
    }
}
.fixed_eara {
    bottom: 0;
    left: 0;
    width: 100%;
    background: #093e06;
    padding-top: 5px;
    position: fixed;
    z-index: 999;
}
.fixed_eara ul {
    list-style: none;
    padding: 0;
}
.fixed_eara ul li {
    float: left;
    width: 25%;
    margin-bottom: -5px;
    background: #093e06;
    text-align: center;
    font-size: 12px;
    height: 55px;
    border-radius: 50%;
    line-height: 50px;
}
.fixed_eara ul li a {
    display: block;
    color: #fff;
}
.fixed_eara ul li img {
    width: 30px;
    display: block;
    margin: auto;
}
.fixed_eara ul li span {
    display: block;
    font-size: 11px;
    line-height: 24px;
    color: #fff;
}

.testimonials-wrap{background:url(../images/testimonial-bg.jpg) no-repeat; background-size:cover;}
.testimonials-wrap h1{color:#fff;}
.testimonials-wrap .main-heading:before{left:50%; margin-left:-40px; background:#fff;}
.testimonials .item_yk{margin:10px; margin-top:20px;}
.testi-info{background:#fff; padding:30px 30px 50px 50px; position:relative; margin-bottom: 50px;}
.testi-info p{position:relative; font-size:14px; line-height:24px; font-style:italic; color:#696969;}
.testi-info p:before{content: "\f10d"; font-family: 'FontAwesome'; position:absolute; top:-5px; left:-29px; color:rgba(253, 194, 54, 0.34); font-size:43px; font-style:normal;}
.name{font-size:15px; color:#000; text-transform:uppercase; font-weight:bold; font-family: 'Roboto Condensed', sans-serif; margin-top:10px;float: right; margin-right: 100px;}
.name span{display:block; text-transform:none; font-family: 'Roboto Condensed', sans-serif; font-size:14px; font-weight:normal;}
.client-image img{border-radius:100%; border:2px solid #fff; width: 80px}
.client-image{position:absolute; bottom:0; right: 30px;}
.test .testi-info{background:#eee;}
.test .client-image img{border: 2px solid #eee;}
.test .item_yk{margin:0; margin-top:20px;}
.ct-yk{height: 120px;}
.testi-info.yk_vi{padding:30px}
.testimonials-wrap.area-ct
{
    padding: 0;
}
.ykkh
{
    background: rgba(0,0,0,0.4);
    padding:30px 0 50px; 
}
.ykkh h2 
{
    text-align: center;
    color: #fff;
}
.chiphixaydung, .area-ct.chiphixaydung
{
    border: 1px solid red;
    padding: 0px 20px 0 10px;
}
.chiphixaydung .ttt_line 
{
    color: red;
}
.chiphixaydung .btn
{
    width: 100%;
}
.ndtuvan ul
{
    list-style: none;
    padding-left: 0;
    font-family: "Roboto Condensed"
}
.ndtuvan li 
{
    float: none;
    padding: 10px 0 0;
}
.ndtuvan ul li  h3 
{
    margin-top: 5px;
    font-size: 24px;
    margin-bottom: 2px;
}
.ndtuvan li p 
{
    margin: 10px 0 0;
}
.maps_footer iframe
{
    height: 250px;
}
#single-project .item_big_id 
{
    margin-bottom: 30px;
}
.list_cn
{
    list-style: none;
    padding:0;
}
.list_cn li 
{
    overflow: hidden;
    padding-bottom: 0px;
    margin-bottom: 7px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.area-ct .list_cn h2 a
{
    text-align: left;
}
.descr
{
    padding-left: 15px;
}
.list_cn .item h2
{
    margin-top: 0;
}
.area-ct .item_news h2
{
    font-size: 16px;
    margin-top: 0;
    text-align: left;
    line-height: 22px;
}
.zalo-chat
{
    position: fixed;
    z-index: 9999;
    bottom: 120px;
    right: 5px;
}
.zalo-chat a 
{
    display: block;
    border: 1px solid #093e06;
    border-radius: 50%;
}
#zaloButton
{
    margin-bottom: 10px;
}

.scrollup
{
    position:fixed;
    bottom:65px;
    right:5px;    
    text-align:center;
    cursor:pointer;
    vertical-align:middle;display: block;
}
.scrollup i{
    width:55px;
    height:55px;
    border-radius:50%;
    font-size:20px;
    border:1px solid #fff;
    display:none;
    background: #185011;   
    margin: auto; 
    display: block;
    line-height: 55px;
}
.scrollup > a {
    position:relative;
    top:7px;
    color:#fff;
    line-height: 33px;
    display: block;
}
.scrollup:hover
{
    opacity: 1;
}
.icon_home 
{
    position: fixed;
    right: 20px;
    bottom: 190px;
    display: block;
    font-size: 22px;
    z-index: 9999;
}
.icon_home i
{
    display: block;
    width:39px;
    height:39px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 39px;
    background: #185011;
    border:1px solid #fff;
}
div.box-sobaogia{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 0px 10px;
    max-width: 1180px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 13px;
}
.item-bg
{
    width: 100%;
}
.item-bg{background: #093e06;transition: 0.3s;display: flex;padding: 10px;}
.item_bg div.item-bg div.b-tt{
    flex-grow: 2;text-align: right; 
    float: right;
    width: calc((100% - 40px));
}
.item_bg div.item-bg:hover{background: #185011;}
.item_bg div.item-bg .so
{
    color: #fff;
    font-size: 20px;
    background: #f4e10c;
    width: 30px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    font-family: "roboto";
    margin-right: 10px;
    margin-top: 12px;
    float: left;
    font-weight: bold;
}
.item_bg div.item-bg .ten
{
    border-bottom: 1px solid #fff;
    font-family: 'roboto';
    font-size: 15px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    padding-bottom: 8px;
    font-weight: bold;
}
.item_bg div.item-bg .mota{color: #fff;font-size: 14px;padding-top: 10px;}
.item-bg .mota p 
{
    margin-bottom: 0;
}
.duan_meta p
{
    margin-bottom: 0;
}
.bg-baogia .col-md-3
{
    padding-left: 5px;
    padding-right: 5px;
}
.btn_viewall a
{
    padding: 10px 15px;
    color: #fff;
    background: linear-gradient(to bottom, #5ea341 15%, #093e06 100%);
    font-size: 18px;
}
.btn_viewall a:hover
{
    background: #093e06;
    color: #fff;
}
.btn_viewall
{
    text-align: center;
}
.list_post_index .item 
{
    margin-bottom: 30px;
}
.item_trangchu .duan_meta 
{
	color: #fff;
}
.play-video-icon {
    position: absolute;
    width: 43px;
    height: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/i_youtube.png) no-repeat;
    cursor: pointer;
    background-size: 100% 100%;
}
.video_item a
{
    color: #fff;
}
.item_video_yk
{
    position: relative;
}   
.popupSuccessFixed{background:#000000a3;position:fixed;top:0;left:0;right:0;bottom:0;z-index:999999999}
.popupSuccessRelative{position:relative;width:100%;height:100%}
.popupSuccessBox{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto auto}
.popupSuccessBox .header *{color:#fff}
.popupSuccessBox .header{position:relative;color:#fff;height:0; padding: 0}
.popupSuccessBox .header .close
{
    opacity:1;font-size:16px;font-weight:600;
    text-transform:uppercase;text-shadow:none;
    color:red;display:block;height:30px;cursor:pointer;
    box-sizing:border-box;width:30px;background:#fff;
    text-align:center;line-height:30px;border-radius:50%;
    position:absolute;right:-11px;top:11px
}
.popupSuccessBox .body
{background:#fff;border-radius:0;border:5px solid #093e06;box-sizing:border-box}
.popupSuccessBox .body .logo{text-align:center;margin-top:28px}
.popupSuccessBox .body .title{font-size:16px;color:#304824;text-align:center;text-transform:uppercase;margin-top:12px}
.popupSuccessBox .body .content{margin-top:15px;text-align:center;line-height:22px;font-size:14px;color:#304824}
.popupSuccessBox .body .button{text-align:center}
.popupSuccessBox .body .button a
{
    width:154px;display:inline-block;height:42px;
    line-height:42px;font-size:14px;text-align:center;
    text-transform:uppercase;color:#fff;margin-top:15px;cursor:pointer
}
.popup_home .popupSuccessBox{height:423px;width:699px}
.popup_home .body{height:396px;width:697px}
.popup_home.popup_album .body iframe{width:100% !important;height:100% !important}
.video_view,.item_video_yk h3{cursor:pointer}
.item_video_yk h3{color:#1b4a1c;margin-top:10px}
.video_view{position:relative}.video_image{width:100%;height:auto}
@media screen and (max-width:767px)
{.popup_home .popupSuccessBox{width:95%}
.popup_home .body{width:100%}
}
@media screen and (max-width:480px)
{
    popup_home .popupSuccessBox{height:300px}.popup_home .body{height:250px}
}