body {
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    font-size: 16px;
}

.wrapper {
    overflow: hidden;
    min-height: 100%;
    position: relative;
    background-color: #f6f6f6;
}

.header {
   
    /* z-index: 1000; */
    position: relative;
    
}



.left{
    float: left;
}

.right{
    float: right;
}

.top-promo {
    background: #1b8032;
}

.top-label {
    position: relative;
   /* padding-left: 4px;*/
    padding-right: 4px;
}

.btn-lang:hover { 
    background: rgba(255,255,255,.2);
}

.top-label img{
    height: 36px;
}

.top-label .active{
    background: rgba(255,255,255,.2);
    padding-left: 4px;
    padding-right: 4px;
}

.top-promo a.top-label {
    font-size: 12px;    
    color: #fff;
    font-weight: 400;
    line-height: 26px;
    display: inline-block;
    letter-spacing: .5px;
    margin: 0 0 0 25px;
    vertical-align: middle;
    cursor: pointer;
}

.top-collapse {
    display: none;
    position: absolute;
    top: 28px;
    background-image: url(/img/bitmap@2x.png);
    background-repeat: no-repeat;
    background-position: 315px 53px;
    background-color: #fff;
    
    color: #4a4a4a;
    width: 508px;
    right: 0;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.28);
    border-radius: 0 0 4px 4px;
    padding: 0 20px 25px;
    z-index: 4;
    background-size: 173px;
}


.top-promo .left a.top-label{
    margin: 0;
    /*padding: 1px 12px 0;*/
    
}
/*
.top-promo .top-label{
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 26px;
    display: inline-block;
    letter-spacing: .5px;
    margin: 0 0 0 25px;
    vertical-align: middle;
}*/

/*.top-promo .container{
    width:100%;
}
.top-promo .left{
    margin-left:12px;
}*/


.top-label a {
    color: #fff;
}

.header a {
    text-decoration: none;
}


.fa-angle-down{
    font-weight: bold;
}

.top-collapse .title {
    font-size: 26px;
    font-weight: 700;
    margin: 25px 0;
}

.top-collapse ul {
    padding: 12px 189px 0 0;
    list-style: none;
}

.top-collapse ul li {
    font-size: 15px;
    font-weight: 400;
    position: relative;
    color: #4a4a4a;
    line-height: 16px;
    margin-bottom: 13px;
}

.header a.register {
    border: none;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: top;
    font-size: 13px;
    padding: 0 47px;
    line-height: 40px;
    border-radius: 5px;
    background: #ff3945;
    font-weight: 300;
    letter-spacing: .5px;
    background-size: 26px;
    display: inline-block;
    text-align: center;
    margin-top: 25px;
}


.top-collapse:after {
    content: "";
    border-top: 9px solid transparent;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
    position: absolute;
    top: -18px;
    right: 48px;
}

.main-header{
    /* background: #05480f; */
    background: #F5F5F5;
    min-height: 90px;
}

@media (max-width: 1023px)
{
    .main-header {
        min-height: auto;
    }
}


.right-header-2 {
    background-image: linear-gradient(105deg, transparent, transparent calc(17% + 0px), #c60a4e calc(17% + 0px), #d30b4d 90% ) !important;
    min-height: 110px;
}

.logo-left{
    height: 100px;
    float: left;
}

.logo-right{
    max-width: 50%;
    max-height: 100px;
}

.right-header{
    text-align: center;
    /*margin-top: -12px;*/
}



.right-header h1 {
    font-weight: 600;
    font-size: 24px;
    
    color: #ffffff;
    text-transform: uppercase;

}

.right-header h2 {
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px !important;
    color: #000000;
    text-transform: uppercase;
}


.right-header h3{
    font-size: 15px;
    margin-top: -8px;
    color: #FFEB3B;
}

.right-header h4{
    font-size: 14px;
    color: #fff;
}


.nav-bar {
    background: #ffffff;
    box-shadow: 0 3px 3px rgba(0,0,0,0.08);
    position: relative;
    
}

.nav-bar a{
    color:  #000 ; /*444;*/
}

.menu-bar ul .menu-bar-li .menu-1 {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0px 12px;
    
}

.menu-bar ul .menu-bar-li {
    display: inline-block;
    padding: 11px 4px;
    border-left: 1px solid #dde4e6;
}

.menu-province .menu-bar ul .menu-bar-li {
    padding: 14px 7px;
}

.menu-province .menu-bar ul .menu-bar-li a{
    font-size:17px;
}

.menu-bar .left ul  .menu-bar-li:first-child {
    padding-left: 14px;
    border-left: 1px solid transparent;
}

.menu-bar .left ul .menu-bar-li:last-child {
   
    border-right: 1px solid transparent;
}


.menu-bar .right ul  .menu-bar-li:first-child {
    padding-left: 14px;
}

.menu-bar ul .menu-bar-li:last-child {
    border-right: 1px solid #dde4e6;
}

.bg-mobile-menu{
    background: #05480f;
   /* padding-top: 4px;*/
}

/* .dropdown-menu {
    left: auto;
    transition-duration: 0.75s;
    display: block;
    max-height: 0;
    overflow: hidden;
    padding: 0px 10px;
    
    border:0px;
    font-size: 16px;
    text-align: left;
    background-color: #f6f8f8;
    border-bottom-width: 2px;
    border-radius: 0;
    box-shadow: 4px 4px 0 rgba(0,0,0,0.05);

} */

.menu-bar-li .dropdown-menu li a {
    padding: 5px 12px;
    color: #212121; /* #67707c;*/
    font-size: 16px;
}

.menu-bar-li .dropdown-menu li a:hover {
    background: #2b85c1;
    color: #ffffff;
}

.nav-bar .container {
   /* width: 100%;
    padding: 0px;
    z-index: 10000;
    */
}

.head-search {
    color: #ffffff;
    /*background: #344150;*/
    height: 55px;
    position: relative;
    max-width: 300px;
}

.head-search .btn {
    background-color: #344150;
    border-radius: 0 !important;
    color: #ffffff;
    height: 57px;
    margin: 0;
    width: 64px;
    top: -2px;
    position: relative;
}


.province-list{
    left: 0px;
    width: 100%;
    background: transparent;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
    color: #fff;
}

.province-item{
    border-left:1px solid #607d5c;
    border-bottom:1px solid #607d5c;
    /*background: #f6f8f8;*/
    background-color: #05480f;
    padding: 5px;
}

.province-item:last-child{
    border-right:1px solid #607d5c;
}

.province-active{
    background: #607d5c;
    color: #ffffff;
}

.province-title{
    background: white;
    color: #c80a4d;
    font-weight: bold;
    font-size: 20px;
    border-bottom:1px solid #607d5c;
    text-align: center;
    padding: 10px;
}



.login-title p {
    color: #444;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 25px;  
    font-weight: bold;
    text-align: center;
}

.login-title h2 {
    color: #1b8032;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;  
    font-weight: bold;
    text-align: center;
}


.image-carousel {
    width: 100%;
    position: relative;
}

.image-carousel__item-list-wrapper {
    overflow-x: hidden;
}

.home-category-list .image-carousel__item-list {
    padding: 8px;
    padding: .5rem;
    margin-left: -8px;
    margin-left: -.5rem;
}

.image-carousel__item {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    overflow-x: hidden;
    list-style: none;
    float: left;
}

.home-category-list__group {
    text-decoration: none;
    color: rgba(0,0,0,.8);
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.image-carousel__item a, .image-carousel__item img {
    -webkit-user-drag: none;
}
.swiper-container {
    width: 100%;
    height: 140px;
    margin: 20px auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width:110px !important; margin-right:8px !important;
}

.home-category-list__category-grid {
    text-decoration: none;
    color: rgba(0,0,0,.8);
    border-right: 1px solid rgba(0,0,0,.05);
    border-bottom: 1px solid rgba(0,0,0,.05);
    text-align: center;
    background-color: #fff;
    display: block;
    position: relative;

}

.home-category-list__category-grid-name {
    color: rgba(0,0,0,.8);
    font-size: 22.4px;
    font-size: 1.4rem;
    text-decoration: none;
    line-height: 32px;
    line-height: 2rem;
    max-width: 90%;
    overflow: hidden;
    max-height: 64px;
    max-height: 4rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 80px;
    flex: 0 1 80px;
    -ms-flex: 0 1 5rem;
    flex: 0 1 5rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.home-category-list .title-carousel{
    color: #1b8032;
    font-size: 20px;
    font-weight: 500;
    margin-top: 25px;
}

.search-container{
    text-align: center;
    overflow: hidden;
    /*min-height: 100%;*/
    position: relative;
    background-color: #eef3f7;
    padding-bottom: 45px;
}

.search-container .search-title {
    font-size: 28px;
    font-weight: 900;
    font-family: 'Roboto Condensed';
    margin-top: 35px;
    text-transform: uppercase;
}


.search-container .input-group {
    border: 4px solid #aaa;
    position: relative;
    display: table;
    border-collapse: separate;
    background: #fff;

}

.input-group-lg{
    max-height: 38px;
    font-size: 20px;
    width: 100%;
    padding-left: 15px;
}

.search-textbox {
    /*font-family: 'Open Sans';*/
    font-size: 16px;
    border: none;
    border-radius: 0;
}

#search-text {
    height: 40px;
    width: 100%;
    font-size: 16px;
    outline: none;
    outline: none;
}

.submitform{
    background: transparent;
    display: inline-block;
    color: white;
    font-weight: 600;
    border: 0px;
    margin-right: 25px;
    padding-left: 25px;
}

.search-container .input-group-btn{
    background: #ff4343;
}

.search-container .input-group-btn .btn{
    color: #fff;
    background-color: #ff4343;
    margin-left: 0;
    /*padding-left: 30px;*/
    padding-right: 42px;
    min-height: 58px;
    border-radius: 0;
    border: 0 solid transparent;
    font-family: 'Roboto Condensed';
    font-size: 24px;
}

#search-product-text{
    color: #FF4343;
    margin-top: 10px;
    font-size: 20px;
}


.newest-container .title-carousel{
    color: #1b8032;
    font-size: 20px;
    font-weight: 500;
    margin-top: 25px;
}

.title-carousel .more-item{
    float:right;
    
    font-size:16px;
    padding-right:10px;
}

.title-carousel .more-item a{
    color:#444;
    text-decoration: none;
}

.highLight .product-item{
    padding: 4px;
}

.inner-product-item{
    box-shadow: 0 1px 3px rgba(0,0,0,.2), 0 1px 2px rgba(0,0,0,.2);
    width: 100%;
    background-color: #fff;
    padding-bottom: 15px;
}

.img-product-highlight {
    max-width: 100%;
    overflow: hidden;
    padding: 12px;
}

.img-ct{
    text-align: center;
}


.highLight .info-highlight {
    left: 10px;
   /* text-align: center;*/
    background-color: #fff;
}

.info-highlight{
    padding-left: 8px;
}


.name-product-highlight {
    text-align: center;
    font-weight: bold;
    color: #444;
    font-size: 16px;
}

.inner-product-item a{
    color: #444;
}

.inner-product-item .production-highlight{
    /*font-size: 11px;*/
}


.title-carousel .location-home{
    color: #000;
    text-transform: uppercase;
    border-left: 1px solid black;
    margin-left: 10px;
    padding-left: 5px;
}

.finish-highlight span{
    font-weight: 500;
    color: #035aab;
}

.img-tra-gop{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 85px;
}

.img-tra-gop img{
    border: none;
    position: relative;
    width: 100%;
    max-width: 200px;
}


.solution-title {
    text-align: center;
    margin-top: 100px;
    font-size: 28px;
    /*line-height: 48px;*/
    margin-top: 40px !important;
    text-transform: uppercase;
}

.no-padding {
    padding: 0 !important;
}

.view-d {
    display: block;
}

.home-separator-icon {
    height: 1px;
    width: 400px;
    background: #ccc;
    margin: 25px 0 18px 0;
    position: relative;
}

.home-separator-icon-bg {
    position: absolute;
    /*background: white url(../images/homepage/banner/cukcuk-grey.png) no-repeat 5px;*/
    width: 32px;
    height: 21px;
    left: 184px;
    top: -10px;
}

.home-benefit-item-image {
    margin-top: 36px;
    width: 90%;
}

.solution-item-image {
    margin-top: 36px;
  
}

.benefit-item-box {
    padding: 0 16px;
}

.benefit-item-box-title {
    font-size: 28px;
    /*line-height: 30px;*/
    font-weight: 400;
    color: #045aab;
}

.benefit-item-box-desc {
    margin-top: 16px;
    color: #333;
    text-align: justify;
    direction: ltr;
    font-size: 18px;
}

.benefit-item-box-desc p{
    list-style:disc outside none;
    display:list-item; 
}

.benefit-item {
    margin-top: 36px;
    text-align: center;
}



.newest-container{
    padding-bottom: 30px;
}

.fields {
    background: url(../img/img_evietgap/bg-service-home.jpg) no-repeat center top;
    padding-top: 80px;
   /* margin-top: 80px;*/
    padding-bottom: 20px;
}

.fields .service-detail{
    background: #1773bb;
}

.fields .service-detail .service-item {
    text-align: center;
    margin-bottom: 45px;
}
.fields .service-detail .service-item i.icon-raucuqua {
    background: url(../img/img_evietgap/nganh_raucuqua.png) no-repeat center center;
}

.fields .service-detail .service-item i.icon-cayanqua {
    background: url(../img/img_evietgap/nganh_cayanqua.png) no-repeat center center;
}


.fields .service-detail .service-item i.icon-caycongnghiep {
    background: url(../img/img_evietgap/nganh_caycongnghiep.png) no-repeat center center;
}

.fields .service-detail .service-item i.icon-cayanqua {
    background: url(../img/img_evietgap/nganh_cayanqua.png) no-repeat center center;
}


.fields .service-detail .service-item i.icon-caycongnghiep {
    background: url(../img/img_evietgap/nganh_caycongnghiep.png) no-repeat center center;
}

.fields .service-detail .service-item i.icon-thitga {
    background: url(../img/img_evietgap/nganh_thitga.png) no-repeat center center;
}
.fields .service-detail .service-item i.icon-namthaoduoc {
    background: url(../img/img_evietgap/nganh_namthaoduoc.png) no-repeat center center;
}
.fields .service-detail .service-item i.icon-tomca {
    background: url(../img/img_evietgap/nganh_tomca.png) no-repeat center center;
}


.fields .service-detail .service-item span {
    font-size: 16px;
    color: #fff;
    display: block;
}


.home_title_white{
    color: #fff;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.home_title_black {
    color: #000;
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
}


.text-center {
    text-align: center;
}

.fields .service-detail .service-item i {
    display: inline-block;
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
    background-color: rgba(255,255,255,.1);
    -webkit-transition: -webkit-transform ease-out .1s,background .2s;
    -moz-transition: -moz-transform ease-out .1s,background .2s;
    transition: transform ease-out .1s,background .2s;
    border-radius: 50%;
}

.fields .service-detail .service-item span {
    font-size: 16px;
    color: #fff;
    display: block;
    font-weight: 700;
}

.fields .service-title p.desc {
    font-size: 18px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 700;
}

.news-aboutus {
   
    padding: 30px 0 50px;
    background: #eef3f7;
}

.news-aboutus .new-aboutus-header {
    color: #333;
    font-size: 48px;
    font-weight: 400;
    margin: 10px 0 40px;
    text-align: center;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-aboutus .see-more {
    color: #1773ba;
    font-size: 18px;
    display: inline-block;
    padding-top: 30px;
    font-weight: 700;

    border: 2px solid;
    margin-top: 30px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    
}

.news-aboutus .new-item {
    position: relative;
    margin-bottom: 20px;
    
}

.news-aboutus .new-item .clearfix {
    border: 1px solid #e1e1e1;
    border-top: none;
    border-radius: 0 0 5px 5px;
    padding: 20px 0;
    background: #fff;
}

.news-aboutus .new-item img {
    /*max-width: 100%;
    border-bottom: 2px solid #41b75e;*/
    width: 100%;
    border-bottom: 2px solid #1b8032;
    height: 259px;
}

.news-aboutus .new-item .source-name {
    display: inline-block;
    color: #fff;
    background: #1b8032;
    padding: 5px 20px;
    position: absolute;
    z-index: 1;
    top: 225px;
    left: 0;
    font-size: 16px;
    border-top-right-radius: 5px;
}

.news-aboutus .new-item .new-time {
    float: left;
    width: 25%;
    padding: 0 15px;
    text-align: center;
}

.news-aboutus .new-item .new-title {
    float: left;
    width: 75%;
    font-size: 14px;
    font-weight: 500;
    color: #42464e;
    line-height: 26px;
}

.news-aboutus .new-item .new-title  p{
    font-size: 16px;
    color: #1772bb;
    font-weight: 500;
}



.news-aboutus .new-item .new-time .date-publish {
    color: #686868;
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.news-aboutus .new-item .new-time .month-publish {
    color: #686868;
    font-size: 16px;
    font-weight: 300;
    padding-top: 5px;
}

.news-aboutus a{
    text-decoration: none;
}

.news-aboutus .new-item .new-title a {
    font-size: 18px;
    font-weight: 500;
    color: #797979;
    border-top: none;
    display: block;
    padding: 5px 20px 0;
    min-height: 85px;
    text-align: left;
    border-left: 2px solid #41b75e;
    line-height: 27px;
}


.title-sponsor{
    padding-bottom: 26px;
}
.title-sponsor h3 {
    color: #0b71bd;
    font-size: 28px;
}

.sponsor {
    text-align: center;
    background: #fff    ;
    padding: 30px 0 30px;
}



.img-sponsor img {
    height: 100px;
    width: 210px;
}

@media (max-width: 739px){
    .img-sponsor img {
        height: 80px;
        width: 120px !important;
    }

    .hide-mobile {
        display: none !important;
    }
}

.img-sponsor h3 {
    font-size: 18px;
    color: #fff;
    line-height: normal;
    font-weight: 600;
}

.map{
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.img-sponsor a{
    color:#ffffff;
    text-decoration: none;
    font-size: 16px;
}





.ht-sidebar-wrapper{
    list-style: none;
    margin: 5px 0 0;
    position: absolute;
    background: #fff;
    top: 40px;
    border: 1px solid #e1e1e1;
    border-top: solid 1px #e1e1e1;
    border-radius: 4px 0 0 4px;
    width: 100%;
    
}

.ht-single-section{
    padding: 5px !important;
}



.pa-0 {
    padding: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}




.list-items li a{
    /* padding: 1px 5px 2px 39px; */
    display: block;
    color: #444;
    position: relative;
    line-height: 29px;
    border-left: 2px solid transparent;
    margin-left: -1px;
    width: 100%;
    z-index: 2;
}

.list-items li img{
    width: 17px;
    margin-right: 10px;
}

.list-prices li a{
    padding: 0px !important;
}


.list-items .ico.ico-tshirt {
    background-image: url(https://vcdn.tikicdn.com/desktop/img/nav-icon/ic-tshirt.svg);
}

.list-items li>a .ico {
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    font-size: 0;
}

.list-items i.ico {
    font-family: icomoon!important;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ht-sidebar-item-card .card-header .card-title {
    margin: 15px 15px 10px 15px;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #616161;
    /* margin-bottom: 10px; */
}
.item_product_group {
    padding: 0px 0px 0px 15px;
}

.tab-menu{
    margin-top: 45px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    border-top: 1px solid #e1e1e1;
}
.card-content-address {
    padding: 0px 15px 10px;
}
.img_banner_rau_sach {
    width:100%; 
    height: 435px;
}

/* mega menu */

.nav-sub-list-item {
    display:none;
    padding: 15px 20px 0px 30px;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd #ddd #ddd #e1e1e1;
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 100%;
    background: #fff;
    margin-left: 0;
    display: none;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    box-shadow: -2px 0 8px 0 rgba(0,0,0,.06);
    z-index: 2;
    /* min-width: 1030px; */
    /* max-width: 1102px; */
    width: 1102px; 
    height: 438px!important;
}
.list-items > li:hover {
    background-color: #189eff;
}
.list-items > li:hover > a{
    color: #fff;
    text-decoration: none;
}
.list-items > li:hover .nav-sub-list-item{
    display: block;
}

.nav-sub-list-item > ul li {
    padding-right: 12px;
    float: left;
    width: 20%;
    display: block;
}
.nav-sub-list-box a {
    line-height: 22px;
}

.nav-sub-list-box .product_name {
    font-size: 15px;
}
.nav-sub-list-box:hover .product_name {
    color: #189eff;
    text-decoration : none;
}

/* end mega menu */
.ht-sidebar-item-card {
    border-bottom:  1px solid #e1e1e1;
    /* padding: 15px; */

}

.list-filter-menu {
    background-color: #fff;
}
.single-filter h3{
    font-size: 15px !important;
    color: #1b8032 !important;
    text-transform: uppercase;
}

.btn.btn-sm {
    height: 32px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 18px;

    background: #fff;
    border: 1px solid #1b8032;

    color: #1b8032;
    padding: 5px 15px;
    margin-top: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

ul.ht-nav-tabs > li.active > a {
    color: #1b8032;
    background-color: #FAFAFA;
    border-color: #1b8032;
}

ul.ht-nav-tabs.ht-nav-justified {
    width: 100%;
}

ul.ht-nav-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.ht-nav-tabs.ht-nav-justified > li {
    display: table-cell;
    width: 1%;
    float: none;
}

ul.ht-nav-tabs > li {
    float: left;
}

ul.ht-nav-tabs li {
    display: block;
    position: relative;
}

ul.ht-nav-tabs.ht-nav-justified > li > a {
    padding-left: 8px;
    padding-right: 8px;
}



ul.ht-nav-tabs > li > a {
    padding: 14px 24px 11px;
    line-height: 18px;
    font-size: 16px;
    color: #757575;
    text-align: left;
    border-left: 3px solid transparent;
    text-align: center;
    border-left: 0;
    border-bottom: 2px solid transparent;
}

ul.ht-nav-tabs li a {
    display: block;
}

.ml-4 {
    margin-left: 4px !important;
}

ul.ht-nav-tabs.ht-nav-justified ul {
    width: 100%;
}

ul.ht-nav-tabs ul {
    display: none;
    list-style: none;
    padding: 3px 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24);
}

ul.ht-nav-tabs li {
    display: block;
    position: relative;
}

ul.ht-nav-tabs ul li a {
    line-height: 18px;
    font-size: 13px;
    padding: 5px 12px;
    color: #616161;
}



.mt-12 {
    margin-top: 12px !important;
    margin-bottom: 30px;
}

.btn.ht-btn-default {
    color: #1c8032;
    background-color: #fafafa;
    border-color: #27853c;
    font-weight: 600;
}


.px-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
}


.mr-8 {
    margin-right: 8px !important;
}


.text-content {
    font-size: 17px;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
}
.slick-arrow {
    height: 50px !important;
    width: 50px !important;
}
.slick-prev {
    left: -60px;
}
.slick-next {
    right: -60px;
}
.slick-prev:before {
    content: "\2039"  !important;
    margin-left: -30px !important;
}
.slick-next:before { 
    content:"\203A" !important;
    margin-left: 12px !important;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick'  !important;
    font-size: 45px  !important;
    line-height: 1  !important;
    opacity: .75  !important;
    color: #1b8032  !important;
    -webkit-font-smoothing: antialiased  !important;
    border: 1px solid #a9a9a9  !important;
    padding: 0px 20px 15px 20px  !important;
}
.slick-dots li button:before {
    font-size: 18px !important;
}
.slick-dots li.slick-active button:before {
    color: #1b8032  !important;
}



.home_indicators {
    background: #f6f8f8;
    border: 0;
    border-bottom: 1px solid #dde4e6;
    bottom: auto;
    clear: both;
    display: block;
    height: 60px;
    left: auto;
    margin: 0;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 9;
}

.home_indicators li {
    background: transparent;
    border: 0;
    border-right: 1px solid #dde4e6;
    border-radius: 0;
    color: #959ca4;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    height: 100%;
    margin: 0;
    padding: 0 0 0 80px;
    position: relative;
    text-indent: 0;
    vertical-align: middle;
}

 .home_indicators li.active, .home_indicators li:hover {
    background: #ecf0f1;
}

.home_indicators li .number {
    background: #ecf0f1;
    border-radius: 50%;
    font-size: 14px;
    font-style: normal;
    height: 32px;
    left: 30px;
    line-height: 34px;
    position: absolute;
    text-align: center;
    top: 13px;
    width: 32px;
}

.home_indicators li.active .number,  .home_indicators li:hover .number {
    background-color: #1b8032;
    color: #ffffff;
}

.home_indicators li .title {
    display: block;
    margin-top: 19px;
    line-height: 1.5;
    text-align :left;
}

.home_indicators li .title strong {
    color: #344150;
    display: block;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.home_indicators .active {
    height: 100%;
    margin: 0;
}

.home_indicators li:hover:before {
    border-color: #ecf0f1 transparent;
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: -10px;
}

.home-service {
    background-color: #fff;
     padding-bottom: 80px; 
}


.info_product_rise {
    background-color: #fff;
    padding: 15px 20px 10px 20px;
    line-height: 25px;
    margin-top: 20px;
    border-radius: 6px;
}
.name_product_rise {
    color: #1c8032;
    font-weight: 600;   
}
.info_product_rise p {
    font-size: 18px;
}

.task {
    margin: 18px 0px;
}


.table_product_rise tr td {
    border: 1px solid #A8A89E;
}
.table_product_rise th {
    background: #5f7c5b;
    color: white;
    border-right: 1px solid #fff;
    font-weight: 500;
}
/* gói dịch vụ  */
.plan {
    margin-bottom: 30px;
}
.plan:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.plan-header {
    background: #efeeef !important;
}
.plan-header h4 {
    background: #0c79b8;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #fff;
    padding: 10px 5px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0px;
    
}

.plan-object{
    text-align: center;
    color :#FF9800 !important;
}

.plan-header .plan-price {
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    color: #e8710a;
    padding: 20px 0 15px;
    background: url(../img/img_frontend/price-bg-1.png) no-repeat center top; 
    height: 90px;
}

.plan-price-1{
    padding: 30px 0 15px !important;
}


.text-muted {
    color: #555;
    text-align: center;
}
.plan-list {
    border-color: #e3e3e3;
    border-width: 0 1px 1px;
    padding: 20px 10px 20px 0px;
    border: 0 !important;
    background: #0b79b8 url(../img/img_frontend/price-bg-2.png) no-repeat center top;
    margin-top: -10px;
    height: 420px;
}
.plan-list ul {
    width: 100%;
}
.plan-list ul li {
    list-style: none;
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
    line-height: 42px;
}
.plan-list h4 {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    padding-left: 15px;
}

.plan-hightlight{
    color:yellow !important;
}

.custom-link {
    text-align: center;
    margin-bottom: 20px;
}
.price-btn {
    text-align: center;
    background: #0b79b8;
    padding-bottom: 20px;
}
.price-btn a {
    margin: 0px 5px 0px 5px;
    background: #e7720b;
    padding: 10px 30px;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
}
.package-service {
    padding: 35px 0px 0px 0px;
    background: #fff;
}
.title-service {
    color: #0f529a; 
}



.price-btn a:hover {
    background: #ef8120;
    text-decoration: none;
}


/* media */
.banner-header {
    background: url(../img/img_frontend/news-banner.jpg) no-repeat center center;
    padding: 55px 0 45px;
    text-align: center;
}
.banner-header h1, header .banner-header h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 12px;
    color: #fff;
}
.banner-header h1 b, header .banner-header h2 b {
    color: #41b75e;
}
.banner-header span {
    margin-top: 15px;
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}
.block-1 {
    margin-bottom: 30px;
}
.block-3 .post-item {
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #e6e5e5;
    border-radius: 5px;
    min-height: 490px;
    max-height: 490px;
    overflow: hidden;
}
.block-3 .post-item .post-thumb {
    position: relative;
    border-bottom: 2px solid #41b75e;
}
.main-content .block-3 .post-item .post-thumb a.img-thumb {
    height: 210px;
    overflow: hidden;
    display: block;
}
.main-content .block-3 .post-item .post-thumb img {
    width: 100%;
    height: auto;
}
.main-content .block-3 .post-item .post-thumb .cate-post {
    display: inline-block;
    position: absolute;
    bottom: -11px;
    left: 25px;
}
.block-3 .post-item .post-thumb .cate-post ul {
    margin: 0 0;
    padding: 0 0;
    list-style: none;
}
.main-content .block-3 .post-item .post-thumb .cate-post ul li:first-child {
    display: block;
}
.main-content .block-3 .post-item .post-thumb .cate-post a {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    background: #41b75e;
    padding: 2px 15px;
    border-radius: 4px;
}
.main-content .block-3 .post-item .post-info {
    font-size: 13px;
    color: #aaa;
    padding: 30px 25px 15px;
}
.main-content .block-3 .post-item .post-info .post-view {
    display: none;
}
.main-content .block-3 .post-item a.title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #4a4a4a;
    padding: 0 10px;
    background: #fff;
    margin: 5px 0px 10px 0px;
    text-align: left;
    min-height: 75px;
}
.block-3 .post-item .desc {
    padding: 0 10px;
}
.block-3 .post-item .desc p {
    font-size: 14px;
    /* font-weight: 100; */
    color: #4a4a4a;
    line-height: 25px;
}

.block-3 .post-item .desc a {
    text-align: center;
}
.article-date {
    font-size: 12px;
    /* font-weight: 100; */
    font-style: italic;
    margin: 10px 0;
    padding: 0px 10px;
}
.view-more {
    color: #4a4a4a;
    font-size: 14px;
    /* font-weight: 100; */
    text-transform: uppercase;
    display: block;
    width: 134px;
    height: 41px;
    border: solid 1px #e2e2e2;
    border-radius: 22px;
    text-align: center;
    line-height: 39px;
    margin-top: 10px;
    margin-left: 10px;
}
.article_media {
    width: 360px;
    height: 210px;
    display: inline-block;
}

.thumb_media {
    width: 360px;
    height: 210px;
    background-color: #3e3e3e;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
} 

.post-detail {
    margin-top: 70px;
}
.post-content .post-image-feature {
    max-height: 218px;
    overflow: hidden;
    margin-bottom: 20px;
}
.post-content .post-image-feature .shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}
.post-content .post-image-feature img {
    width: 100%;
    height: auto;
}

/* .post-content .title_news {
    position: relative;
} */
.post-content h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #fff;
}
.post-content .post-info i {
    color: #41b75e;
}
.post-content .post-info .post-publish {
    margin-right: 35px;
    color: #fff;
}
.post-content .detail-content {
    font-size: 17px;
    color: #2d2d2d;
   
    line-height: 32px;
}
.post-content .detail-content p {
    margin-bottom: 25px;
}
.post-content .detail-content img {
    max-width: 100%;
    height: auto;
    margin: 30px auto;
    display: block;
}


/* end media */
/* news  */
.title-introduce1 {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #474e5d;
    padding: 15px 0px;
    color: #fff;
}


.timeline {
    position: relative;
    margin: 0 auto;
    background-color: #474e5d;
    padding-bottom: 50px;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

.container1 {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

.container1::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: white;
    border: 4px solid #FF9F55;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.left1 {
    left: -0.4%;
}

.right1 {
    left: 50.4%;
}

.left1::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

.right1::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

.right1::after {
    left: -16px;
}

.content1 {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
}
.content1 h2 {
    color: #1b8032;
}


/* end news */
.short-details-product h4{
    font-size: 16px !important; 
}

.left-menu-camera {
    margin-top: 60px;
}


.left-menu-camera .card-title {
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}
.left-menu-camera .content-list{
    font-size: 15px;
}


.left-menu-imetos {
    margin-top: 60px;
}


.left-menu-imetos .card-title {
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}
.left-menu-imetos .content-list{
    font-size: 15px;
}


.txt__login {
    border: 1px solid #1B8032;
}

.btn__login {
    background: #1B8032;
    border: 1px solid #1B8032;
    color: white;
}


.strong_point {
    margin-top: 20px;
}

.strong_point span{
    width: 30px;
    height: 30px;
    background: #0c811f;
    border-radius: 50%;
    padding-left: 10px;
    padding-top: 2px;
    color: white;
    position: absolute;
}

.strong_point label{
    margin-left: 40px;
    font-size: 18px;
    color: #0c811f;

}

.strong_point p{
    margin-left: 40px;
}
.strong_point img{
    border: 1px #ddd solid;
    margin-left: 40px;
    width: 95%;
}

.menu_production {
    font-weight: 700;
    margin-bottom: 30px;
}


.footer {
    color: #fff;
    background: #000;
}

.btn-info-period {
    padding: 10px;
    font-size: 20px;
}

.imetos_select{
    width: 90%;
    border: 1px solid #0d811e;
}

.img_seed {
    width: 100%;
    min-height: 175px;
    margin-top: 13px;
}



.article_news {
    width: 100%;
    height: 200px;
    display: inline-block;
}
.thumb_news {
    width: 100%;
    height: 100%;
    background-color: #3e3e3e;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.img_thumb_news {
    text-align: center;
}
.content1 h3 {
    color: red;
}





    

.production-title{
    text-align: center;

}

.production-title h2{
    color: #1B8032;
}
.production-title h5{
    font-size: 18px;
    color: #E91E63;
    
}


.process_active{
    color: #1c8032;
    font-weight: 700;
}


.service-group-item2 {
    border-bottom: 1px solid #b9b9b9 !important;
    margin-bottom: 10px !important;
    padding: 5px !important;
}
.service-group-item2:before {
    content : "" !important;
}
.service-group-item2 a {
    color: black ;
    font-size: 15px ;
}
.service-group-item2 a:hover {
    text-decoration: none;
}

.bottom-footer {
    width: 100%;
    background: #101215;
    padding: 18px 0;
    border-top: 1px solid #24282e;
    height: 60px;
}


.copyright-left {
    float: left;
    color: white;
    font-size: 14px;   
}

.copyright-right {
    float: right;
    color: white;
    font-size: 14px;   
}


.social-network {
    float: right;
    color: white;
    font-size: 16px;
    background: transparent;
 }

 .social-network a{
    color: white;
    padding-left:10px;
    padding-right: 10px;
    font-size: 14px;
 }


.text-center {
    text-align: center;
}

.btn-rounded{
    padding: 16px 36px;

    border-radius: 48px;
    padding-right: 48px;
    padding-left: 48px;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 18px;
    line-height: 1.33;
    margin-top:10px;
}

#diary_product h4{
    font-size: 20px;
    color: #1d8032;
    font-weight: 600;
}


.imetos-item {
    background: #00418d;
    margin-bottom: 5px;
    padding: 10px;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
}

.imetos-item a {
     color: white;
}

.padding-0{
    padding: 0px !important;
}

.imetos-title{
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #0d811e;
}

.imetos-time {
    text-align: center;
    font-style: italic;
}

.seed_name {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #1b8032;
} 
.seed_supplier {
  
    margin-left: 0px !important;
}

.info-seed {
    border-bottom: 1px solid #ddd;
    padding: 10px 0px 25px 0px;
    line-height: 36px;
}

.column_menu {
    width: 20%;
    float: left;
}

.content-footer {
    text-align: center;
    padding: 3% 0% 0% 0%;;
}

.content-footer h4 {
    font-size: 22px;
    font-weight: 700;
}

.content-footer p {
    font-size: 16px;
}
.text-content-footer hr {
    border: 1px solid #fff;
    width: 16%;
    margin-left: 42%;
    margin-bottom: 35px;
}

.login_block{
    background: #fff;
    padding: 50px;
    border-radius: 8px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.notify
{
    color:white;  
    text-align:center; 
    padding-top:5px
}

.register_form {
    font-size: 20px;
    font-weight: 600;
}





/* The Modal (background) */
#popup-register {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content */
.popup-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 55%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.popup-content .fa{
    width: 15px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.show-info-popup {
    padding: 0 35px;
}
.close-popup, .close-popup-service {
    position: absolute;
    top: 0%;
    right: -2%;
    width: 36px;
    font-size: 25px;
    cursor: pointer;
}

#form-register {
    margin-top: 40px;
}
#form-register .form-group .input-group .input-group-addon i {
    width: 15px !important;
    color: #e83474;
}

#form-register-service .form-group .input-group .input-group-addon i {
    width: 15px !important;
    color: #e83474;
}

#form-register, #form-register-service h4{
   
    font-weight: 600;
}

#register-production{
    background-color: #e93474;
    border-color: #ea3474;
}

.right_container h4{
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 600;
}

.right_container h3{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #0d811e;
}


.service_title{
    margin-top: 40px;
    text-align: center;
}
.service-group-item {
    border-bottom: 1px solid #ddd;
    padding: 20px 0px 0px 0px;
}
.service-group-item a{
    padding-bottom: 10px;
    display: inline-block;
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
}

.list-service{
    margin-top: 44px;
    color: #666;
}

.each-info-details-product h4 {
    font-size: 20px;
    color: #1d8032;
    font-weight: 600;
}

.mtrl-modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 0;
    max-height: 80%;
    width: 55%;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

.mtrl-modal.full-screen {
    bottom: 0;
    top: -100%;
    margin: 0;
    min-width: 100%;
    min-height: 100%;
    border-radius: 0;
    will-change: top, opacity;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.mtrl-modal-header i {
    margin: 10px 0px;
    font-size: 50px;
    color: #19b1ff;
}

.mtrl-modal .mtrl-modal-close {
    cursor: pointer;
}

.mtrl-modal.mtrl-modal-fixed-header .mtrl-modal-header {
    position: absolute;
}

.mtrl-modal .mtrl-modal-header {
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 4px 6px;
    height: 56px;
    width: 100%;
}


.mtrl-modal-content .login-header {
    padding: 0;
    margin: 0 0 17px 0;
    font-weight: bold;
    font-size: 32px;
    
}


.center {
    text-align: center;
}


.mtrl-modal-content {
    padding: 24px 0px;
}

.mtrl-modal.mtrl-modal-fixed-header .mtrl-modal-content {
    position: absolute;
    height: calc(100% - 56px);
    max-height: 100%;
    width: 100%;
    overflow-y: auto;
    bottom: 0px;
}

.form-control {
    border-radius: 0px;
}

label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    text-align: left;
}

.btn--big {
    box-shadow: 0 4px 0 0 #429bdd;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 9px;
    padding: 18px 30px;
}

.btn--full {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    background: #19b1ff;
    border: 0;
    border-radius: 2px;
    color: white;
    cursor: pointer;
    font-family: helvetica, arial, sans-serif;
    line-height: 1;
    margin: 5px 0;
    max-width: 100%;
    outline: none;
    padding: 6px 12px;
    text-align: center;
    text-transform: uppercase;
    white-space: normal;

}


.mtrl-modal-content .login-form{
    width: 304px;
}

.logo_province{
    width: 80px;
    margin-top: 12px;
    margin-left: 25px;
}

.province-camera-title{
    text-align: center;
    margin-top: 40px;
}

.province-camera-title h4 {
    color: #212121;
    font-size: 30px;
    margin-bottom: 20px;
    text-transform:uppercase;
}


.login-errors {
    color: red;
}



.slider {
    padding-top: 4px;
}

.tags{
    margin:0;
    padding:0;
    list-style:none;
}

.tags li, .tags a{
    float:left;
    height:32px;
    line-height:32px;
    position:relative;
    font-size:16px;
}

.tags a{
    margin-left:20px;
    padding:0 10px 0 12px;
    background:#0b79b8;
    color:#fff;
    text-decoration:none;
    -moz-border-radius-bottomright:4px;
    -webkit-border-bottom-right-radius:4px; 
    border-bottom-right-radius:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-top-right-radius:4px;    
    border-top-right-radius:4px;    
}
.tags a:before{
    content:"";
    float:left;
    position:absolute;
    top:0;
    left:-16px;
    width:0;
    height:0;
    border-color:transparent #0b79b8 transparent transparent;
    border-style:solid;
    border-width:16px 16px 16px 0;      
} 
.tags a:after{
    content:"";
    position:absolute;
    top:13px;
    left:0;
    float:left;
    width:4px;
    height:4px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background:#fff;
    -moz-box-shadow:-1px -1px 2px #0b79b8;
    -webkit-box-shadow:-1px -1px 2px #0b79b8;
    box-shadow:-1px -1px 2px #0b79b8;
}
.tags a:hover{  background:#555;    } 

.tags a:hover:before{border-color:transparent #555 transparent transparent;}

.tag_para{
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.menu-tags{
    margin:0;
    padding:0;
    list-style:none;
}

.menu-tags li:first-child , .menu-tags a{
    float:left;
    height:32px;
    line-height:32px;
    position:relative;
    font-size:16px;
    width:100%;
    margin-bottom: 8px;
}

.menu-tags li:first-child  a{
    margin-left:0px;
    padding:0 10px 0 12px;
    background:#0b79b8;
    color:#fff;
    text-decoration:none;
    -moz-border-radius-bottomright:4px;
    -webkit-border-bottom-right-radius:4px; 
    border-bottom-right-radius:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-top-right-radius:4px;    
    border-top-right-radius:4px;    
}
.menu-tags li:first-child  a:before{
    content:"";
    float:left;
    position:absolute;
    top:0;
    left:-16px;
    width:0;
    height:0;
    border-color:transparent #0b79b8 transparent transparent;
    border-style:solid;
    border-width:16px 16px 16px 0;      
} 
.menu-tags li:first-child  a:after{
    content:"";
    position:absolute;
    top:13px;
    left:0;
    float:left;
    width:4px;
    height:4px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background:#fff;
    -moz-box-shadow:-1px -1px 2px #0b79b8;
    -webkit-box-shadow:-1px -1px 2px #0b79b8;
    box-shadow:-1px -1px 2px #0b79b8;
}
.menu-tags li:first-child  a:hover{  background:#555;    } 

.menu-tags li:first-child  a:hover:before{border-color:transparent #555 transparent transparent;}
.child-item a{
    color: #212121;
    text-decoration: none;
}

.child-item a :hover {
    color: #0078ba;
}

#title_imetos{
    text-align:center; 
}

#title_imetos h2{
    color: #0f529a ; 
    margin-top: 50px; 
}

#myCarouselmobile .carousel-indicators{
    bottom:  -35px !important;
}
#myCarouselmobile .carousel-indicators .active {

    background-color: #4d9e06 !important;
}

#myCarouselmobile .carousel-indicators li{
    border: 1px solid #037779 !important;
}

.top-solution {
    margin-top: 60px;
}


.left-menu ul.list-icon li {
    line-height: 18px;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    /* padding-left: 15px; */
}

.left-menu {
    margin-top: 60px;
}

.left-menu ul.list-icon li span{
    /*color: #0d811e;*/
    font-weight: 600;
}

.left-menu ul.list-icon li p{
    padding-top: 5px;
    line-height: normal;
}

.left-menu ul.list-icon {
    margin-left: 20px;
    margin-top: 20px;
}
/*
ul.list-icon li:before {
    display: inline-block;
    height: 18px;
    width: 18px;
    content: '\f09e';
    float: left;
    margin-right: 0;
    margin-left: -25px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}*/

.list-highlight li span{
    font-weight: 600;
}

.right_container{
   /* font-size: 18px;*/
}

.right_container p{
    /*margin-left: 20px;*/
}

.menu-footer{
    background-color: #ddd;
    padding-top: 30px;
}

ul, ol {
    list-style: none;
}


.strong_point {
    margin-top: 20px;
}

.strong_point span{
    width: 30px;
    height: 30px;
    background: #0c811f;
    border-radius: 50%;
    padding-left: 10px;
    padding-top: 2px;
    color: white;
    position: absolute;
}

.strong_point label{
    margin-left: 40px;
    font-size: 23px;
    color: #0078ba;

}

.strong_point p{
    margin-left: 40px;
}
.strong_point img{
    border: 1px #ddd solid;
    margin-left: 40px;
    width: 95%;
}

.solution_active a{
    color: #d00b1c;
} 

.loading{
    overflow: hidden; 
    background:url(img/loading.gif);
    background-repeat: no-repeat;
    background-position: center;  
    background-size: 80px;
}

.list-group li:hover {
    background-color: #ddd !important;  
}

.list-group-item:first-child {
    background-color: #1c8032 !important;     
}
.list-group-item:first-child a{
    color : #fff;
    font-weight: 600;
}

.top_info_company{
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 26px;
    display: inline-block;
    letter-spacing: .5px;
    margin: 0 0 0 25px;
    vertical-align: middle;
}
 