@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,700&subset=vietnamese');

body {
    font-size: 13px;
    color: #333333;
    background: #F5F5F5;
    overflow-x: hidden;
    line-height: 1.425;
}

h1, h2, h3, h4, h5, h6, p, a, strong, div {
    font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.425;
}

ul, ol {
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

header {
    background: #1C1C1B;
    position: relative;
    padding: 5px 0 15px 0;
}

.main-menu {
    background: #424240;
    border-bottom: 2px solid #60A820;
    z-index: 1500;
}

.service-old {
    background: #559E1E;
    height: 130px;
    padding-top: 20px;
    text-align: center;
}

.service-old a {
    color: #FFF;
}

.service-even {
    background: #7EB426;
    height: 130px;
    padding-top: 20px;
    text-align: center;
}

.service-even a {
    color: #FFF;
}

.bx-wrapper {
    margin-bottom: 0px !important;
}

footer {
    background: #232323;
    color: #aaa;
    padding-top: 30px;
    margin-top: 15px;
}

.nbc {
    background: #E2F8D2;
    padding-bottom: 30px;
}

.heading-t1 {
    color: #0b5f90;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.nbc-content {
    border: 1px solid #c8c8c8;
    background: #fff;
    padding: 4px;
}

.nbc-content .title {
    text-align: center;
}

.nbc-content .title a {
    font-size: 13px;
    color: #333;
    font-weight: bold;
}

.product-block {
    border: 1px solid #c8c8c8;
    background: #fff;
    padding: 4px;
    margin-bottom: 25px;
}

.product-block .caption h4 a {
    font-size: 13px;
    color: #333;
    font-weight: bold;
    text-align: center;
    display: block;
}

.product-block .caption .price {
    text-align: center;
    font-weight: bold;
    color: #559e1e;
}
.product-block .caption .price .price-old{
    text-decoration: line-through;
    color: #a9a9a9;
}
.heading-t2 {
    text-transform: uppercase;
    text-align: center;
    color: #1d6e08;
    font-weight: bold;
}

.star {
    color: #FFF007;
    font-size: 22px;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.breadcrumb {
    display: none;
}

.service-container {
    margin-bottom: 20px;
}

.box {
    margin-bottom: 25px;
}

.box-heading {
    background: #559E1E;
    color: #FFF;
    text-transform: uppercase;
    padding: 10px;
    font-weight: bold;
    font-size: 12px;
}

.box-content {
    padding: 10px;
    border: 1px solid #c8c8c8;
    border-top: none;
    background: #FFF;
}

.box-content ul {
    list-style: none;
}

.box-content ul li {
    padding: 10px 0;
    border-top: 1px dotted #60A820;
}

.box-content ul li:last-child {
    border-bottom: 1px dotted #60A820;
}

.box-content ul li a {
    color: #333;
    font-weight: bold;
    display: block;
}

.box-content ul li a:hover {
    color: #60A820;
}

.category-custom {
    border-top: 3px #5CA722 solid;
    border-bottom: 3px #5CA722 solid;
    padding-bottom: 15px;
    border-left: 1px #eaeaea solid;
    margin-bottom: 10px;
    background: #FFF;
}

.row .category-custom:last-child {
    border-right: 1px #eaeaea solid;
}

.category-custom .title {
    text-align: center;
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.heading-title-main {
    border-bottom: 1px solid #ccc;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #5CA722;
    border-color: #5CA722;
}

.pagination>li>a, .pagination>li>span {
    color: #5CA722;
}

.pagination>li>a:hover {
    color: #5CA722;
}

.btn-primary{
    background: #559E1E;
}

.btn-primary:hover{
    background: #7EB426;
}

.header-menu{
    margin-top: 4px;
}

.header-menu li{
    padding: 0;
}

.header-menu li a{
    position: relative;
    display: block;
    padding: 5px 10px;
    color: rgba(255,255,255,.5);
    font-size: 10px;
}

.hotline-title{
    text-align: center;
    color: #FFF;
    background: #252525;
    padding: 5px;
    margin-top: 10px;
}

.hotline-number{
    text-align: center;
    color: #FFF;
    background: #60A820;
    padding: 5px;
}

.new-block{
    border: 1px solid #c8c8c8;
    background: #fff;
    padding: 10px;
    margin-bottom: 25px;
}
.new-block .image{
    margin-bottom: 5px;
}
.new-block .title{
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
    font-size: 15px;
}

.product-service{
    text-align: center;
    border: 1px solid #c8c8c8;
    background: #fff;
    padding: 4px;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 600;
    color: rgb(29, 110, 8);
}

.product-service .icon{
    color: #1D6E08;
    font-size: 40px;
}

.product-service h4{
    color: #333;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
    background: #E1E1E1;
    color: #252525;
    font-weight: bold;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #FFF;
    cursor: default;
    background-color: #1D6E08;
    border: 1px solid #1D6E08;
    border-bottom-color: transparent;
}

.tab-content{
    background: #FFF;
    padding: 10px;
    border:1px #CCC solid;
}

.mobile-menu{
    background: #252525;
}

.mobile-menu .navbar-nav>li>a {
    color: #FFF;
    text-shadow: none;
}

.mobile-menu .navbar-nav>li>a:hover {
    color: #FFF;
    text-decoration: underline;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #60A820;
}

.mobile-menu .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}

.owl-wrapper-outer {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.owl-carousel {
    margin: 0 !important;
    background: none !important;
}

.language-dropdown .btn{
    font-size: 10px;
}