body, html {
    max-width: 1400px;
    margin: 0 auto;
}

@font-face {
    font-family: latoregular;
    src: url('../fonts/Lato-Regular.woff');
}

@font-face {
    font-family: latoitalic;
    src: url('../fonts/Lato-Italic.woff');
}

@font-face {
    font-family: latobold;
    src: url('../fonts/Lato-Bold.woff');
}

html {
    background: #eee;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'latoregular', sans-serif, Arial, sans-serif;
    /*font-size: 15px;*/
    outline: 0;
}

ul {
    margin: 0;
}

li {
    list-style-type: none;
}

.container {
    padding: 0 10px;
}

.row {
    margin: 0 -10px;
}

.col-lg-2, .col-lg-3, .col-lg-4, .col-lg-6, .col-lg-12,
.col-md-2, .col-md-3, .col-md-4, .col-md-6, .col-md-12,
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-6, .col-sm-12,
.col-xs-2, .col-xs-3, .col-xs-4, .col-xs-6, .col-xs-12 {
    padding: 0 10px;
}

a, a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

#page {
    background: #fff;
}

#top-header {
    background: #428a07;
    color: #f8e306;
}

#top-header a {
    font-size: 14px;
    color: #f8e306;
    line-height: 33px;
}

#top-header a:hover {
    font-size: 14px;
    color: #f8e306;
    line-height: 33px;
}

.theme-default .nivoSlider {
    margin-bottom: 0;
    box-shadow: none;
}

span.search {
    position: relative;
    margin-left: 10px;
    color: #848484;
}

.btnsearch {
    position: absolute;
    left: 5px;
    font-size: 14px;
    color: #848484;
    line-height: 35px;
}

#search-top {
    padding-left: 25px;
}

.iconFB {
    background: #0088cc;
    color: #fff;
    text-align: center;
    line-height: 33px;
    width: 33px;
}

.iconFB:hover {
    background: #00ff00;
}

.menu-logo .logo img {
    max-height: 80px;
    transition: all 0.5s;
}

.menu-logo {
    position: relative;
}

.menu-logo.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 300000;
    background: #fff;
    -webkit-box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, .1);
}

.menu-logo.fixed .logo img {
    max-height: 50px;
}

.menu-logo.fixed .navbar-default .navbar-nav > li > a {
    line-height: 50px;
}

.menu {
    position: static;
}

.navbar-default {
    background: none;
    border: none;
    margin: 0;
    position: static;
}

.container-fluid {
    padding: 0;
}

.navbar-collapse {
    padding: 0;
}

.dropdown-2 > a {
    font-size: 22px !important;
}

.dropdown-2 h3 a {
    padding-bottom: 4px;
    display: block;
    color: #333 !important;
    font-family: 'Roboto Slab', sans-serif !important;
    font-size: 18px !important;
    line-height: 18px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 11px;
}

.dropdown-2 li > a {
    font-size: 13px !important;
    display: inline-block;
    color: #0072bb;
    font-family: 'Roboto Slab', sans-serif;
    padding-bottom: 10px;
}

.nav > li.dropdown-2 {
    position: static;
}

.navbar-default .navbar-nav > li > a {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 14px;
    padding: 0;
    padding-right: 18px;
    color: #333;
    line-height: 80px;
}

.navbar-default .navbar-nav > li > a.home i.fa {
    font-size: 20px;
    color: #a3a3a3;
}

.navbar-default .navbar-nav > li > a.home i.fa:hover {
    color: #f8e306;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background: none;
    color: #f8e306;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #f8e306;
}

.navbar-nav > li.dropdown > .dropdown-menu {
    display: block !important;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    transition: max-height 0.5s;
}

.navbar-nav > li.dropdown > .dropdown-menu-2 {
    width: 100%;
    top: 100%;
    left: 0;
    display: block !important;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    transition: max-height 0.5s;
}

.navbar-nav > li.dropdown > .dropdown-menu-2 > li:first-child {
    border-top: 1px solid #ddd;
}

.navbar-nav > li.dropdown.open > .dropdown-menu,
.navbar-nav > li.dropdown:hover > .dropdown-menu {
    max-height: 400px;
}

.navbar-nav > li.dropdown:hover > .dropdown-menu-2,
.navbar-nav > li.dropdown.open > .dropdown-menu-2 {
    max-height: 400px;
}

.theme-default {
    position: relative;
}

.nivo-directionNav {
    display: none;
}

.theme-default .nivo-controlNav {
    position: absolute;
    bottom: 0;
    left: 10%;
    z-index: 1000;
}

.theme-default .nivo-controlNav a {
    background-position: inherit;
    height: 21px;
    background: url("../images/banner-control.png");
}

.theme-default .nivo-controlNav a.active {
    background-position: inherit;
    background: url("../images/banner-control-active.png");
}

.tg-ls {
    position: absolute;
    top: -75px;
    right: 0;
    height: 50px;
    z-index: 1000;
}

.tg, .ls {
    background: rgba(228, 233, 235, .9);
    margin-right: 1px;
    float: left;
    height: 50px;
    overflow: hidden;
    width: 150px;
    color: #5c5c5c;
    position: relative;
}

.tg:hover, .ls:hover {
    background: #428a07;
    color: #00ff00;
}

.tg-ls li:hover a {
    color: #00ff00;
}

.tg-ls li:hover span i {
    border-color: #00ff00;
}

.tg-ls span {
    position: absolute;
    line-height: 50px;
    left: 10px;
    top: 2px;
}

.tg-ls span i {
    font-size: 16px;
    width: 30px;
    line-height: 30px;
    border: 1px solid #5c5c5c;
    border-radius: 50%;
    text-align: center;
}

.tg-ls a {
    font-family: "Roboto Slab", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #5c5c5c;
    display: block;
    text-align: left;
    width: 100%;
    padding-left: 50px;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    background-size: 30px auto !important;
    background-position: 10px 10px !important;
}

.owl-carousel .owl-item {
    min-height: inherit;
    border: none;
}

.owl-carousel .owl-item li {
    list-style-type: none;
}

.news_index ul {
    width: 100%;
    display: inline-block;
}

.news_index h3 {
    font-size: 16px;
    width: 80px;
    margin: 0;
    margin-right: 20px;
    background: #428a07;
    padding: 19px 0;
    text-align: center;
    display: block;
    float: left;
    color: #fff;
    position: relative;
    z-index: 9999;
}

.news_index ul li {
    background: url(../images/hoa-thi-icon.png) center left no-repeat;
    padding-left: 15px;
}

.news_index ul li a {
    color: #5c5c5c;
}

.news_index ul .owl-controls {
    position: absolute;
    right: 0;
    top: 12px;
}

.news_index ul .owl-stage-outer {
    line-height: 55px;
    height: 55px;
    overflow: hidden;
    padding-right: 50px;
}

.news_index ul .owl-controls .owl-nav .owl-prev,
.news_index ul .owl-controls .owl-nav .owl-next {
    display: inline-block;
    background: #428a07;
    color: #fff;
    width: 24px;
    line-height: 24px;
    margin-left: 5px;
    text-align: center;
}

.bg-top {
    background: url(../images/home-posts-bg.png) top center no-repeat;
}

.border-left {
    border-right: 1px solid #eee;
    display: inline-block;
}

.border-right {
    border-left: 1px solid #eee;
}

.sp-index {
    margin-bottom: 40px;
}

.sp-index h3 {
    padding: 8px 20px 5px 0;
}

.sp-index .title {
    margin-top: 38px;
    margin-bottom: 28px;
    font-weight: 400;
    font-size: 24px;
    color: #f17e07;
    font-family: 'Roboto Slab', sans-serif;
    text-decoration: none;
}

.sp-index h3 a {
    font-size: 17px;
    font-family: 'latoregular', sans-serif;
    font-weight: bold;
    color: #f17e07;
    text-decoration: none;
    font-style: normal;
    padding-top: 0;
}

.sp-index h3 a:hover {
    color: #428a07;
}

.sp-index p {
    font-size: 14px;
    font-family: 'latoregular', sans-serif;
    color: #333;
    line-height: 20px;
    text-align: justify;
}

.sp-index .readmore {
    font-family: 'latoregular', sans-serif;
    font-size: 14px;
    color: #f17e07;
    text-decoration: none;
    padding-top: 10px;
    white-space: nowrap;
    border-bottom: 1px solid #d4e1ef;
    font-style: italic;
}

.sp-index .readmore:hover {
    color: #fdb613;
}

#frontend-top-footer {
    background: #428a07;
    padding-bottom: 30px;
    min-height: 200px;
}

footer .footer-col h2 {
    font-size: 18px;
    margin: 0;
    margin-top: 25px;
    margin-bottom: 8px;
    font-weight: 400;
    color: #f8e306;
    font-family: 'Roboto Slab', sans-serif;
}

footer .footer-col li {
    margin-bottom: 4px;
}

footer .footer-col a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #f8e306;
}

footer .footer-col a:hover {
    color: #fff;
}

footer .copyright {
    background: #f17e07;
    padding: 10px 0;
    color: #ffe082;
}

footer .copyright a {
    color: #ffe082;
}

footer .copyright a:hover {
    color: #fff;
}

footer .copyright hr {
    margin: 5px 0;
    border-color: #fafa00;
}

.news_index_left {
    margin-top: 55px;
    padding-left: 10px;
}

.news_index_left h2 {
    color: #333;
    font-size: 16px;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 400;
    margin-bottom: 16px;
}

.news_index_left li {
    line-height: 22px;
    margin-bottom: 10px;
    list-style-position: outside;
    margin-left: 5px;
    list-style-image: url(../images/li_icon.png);
}

.news_index_left li a {
    font-size: 14px;
    font-family: latoregular;
    color: #f17e07;
}

.news_index_left li a:hover {
    color: #428a07;
}

/* chi tiet san pham */
.title-baiviet,
.title-chitiet {
    padding-top: 40px;
    border-top: 1px solid #ddd;
}

.title-chitiet h2 {
    font-size: 32px;
    display: block;
    font-weight: 400;
    color: #757575;
    margin: 0 0 8px 0;
}

.content-chitiet {
    padding-top: 50px;
    background: #f5f2e9;
}

.content-chitiet .tab-chitiet {
    border-top: 1px solid #e2ded4;
    position: relative;
}

.content-chitiet .tab-chitiet > a {
    font-family: latobold;
    color: #0072bb;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    border: none;
    text-align: left;
    background: transparent;
    padding: 12px 0;
}

.content-chitiet .tab-chitiet > a:focus,
.content-chitiet .tab-chitiet > a:active {
    border: none;
    box-shadow: none;
}

.content-chitiet .tab-chitiet > a span {
    width: 15px;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 20px;
    background: url(../images/extra-header-arrow.png) no-repeat;
    transition: all 0.5s;
}

.content-chitiet .tab-chitiet > a.collapsed span {
    background-position: 0 -20px;
    transition: all 0.5s;
}

.content-chitiet .div-lien-he {
    padding: 10px;
    display: inline-block;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 40px;
    background: #f8e306;
}

.content-chitiet .div-lien-he:hover {
    color: #fff;
}

.content-chitiet .div-lien-he i {
    width: 30px;
    font-size: 15px;
    height: 30px;
    border: 1px solid #337ab7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}

.fixed-right {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1000;
}

.fixed-right .elm {
    background: #f8e306;
    padding: 0 10px;
    display: block;
    float: right;
    text-transform: uppercase;
    font-family: "Roboto Slab", sans-serif;
    clear: both;
    line-height: 48px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 50px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.fixed-right .elm:hover {
    width: 150px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.fixed-right .elm i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    border: 1px solid #337ab7;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #337ab7;
    text-align: center;
}

div.clear {
    clear: both;
}

.danhmuc {
    border-top: 1px solid #ddd;
}

.danhmuc h2 {
    font-size: 23px;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 400;
    color: #323232;
    padding-top: 38px;
    padding-bottom: 30px;
}

.title-baiviet h2.title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 26px;
    line-height: 30px;
    color: #0072bb;
    font-weight: 400;
    display: block;
    margin-top: 0;
    padding: 0 10px;
}

.baiviet-dm .title-bvdm {
    color: #0072bb;
    font-family: latoregular;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 10px;
    text-decoration: none;
    margin-top: 0;
    font-style: normal;
    font-weight: 300
}

.baiviet-dm .ngangon-bvdm {
    font-family: latoregular, Arial, sans-serif;
    font-size: 14px;
    color: #6a6a6a;
    line-height: 20px;
}

.baiviet-dm .read-more {
    font-family: latoregular;
    font-size: 13px;
    line-height: 13px;
    color: #0072bb;
    text-decoration: none;
    padding-top: 4px;
    border-bottom: 1px solid #d4e1ef;
    display: inline-block;
    font-style: italic;
    font-weight: 300;
}

.baiviet-dm .ngaydang-bv {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #6a6a6a;
    padding-left: 0;
    background: 0 0;
    font-size: 14px;
    color: #6a6a6a;
    font-family: latoregular, Arial, sans-serif;
    font-style: italic;
}

.baivietlienquan {
    margin-top: 20px;
    border-top: 1px solid #ddd;
}

.block-module {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #eee;
}

.block-module:first-child {
    border-top: none;
    padding-top: 0;
}

.block-title {
    font-size: 16px;
    font-weight: 700;
    color: #393939;
    font-family: 'Roboto Slab', sans-serif;
    margin: 10px 0;
}

.block-content ul {
    padding-left: 20px;
}

.block-content li {
    list-style-image: url(../images/li_icon.png);
    list-style-position: outside;
}

.block-content li a {
    color: #06c;
    font-size: 14px;
    line-height: 18px;
    font-family: latoregular;
}

.block-content li a:hover {
    color: #ffc80b;
}

