@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}
body{
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
}
/*more*/
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media screen and (max-width: 768px) {
    .col-xs-5ths{
        width: 50%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
/*more*/
/*topbar*/
.top-bar {
    color: #fff !important;
    line-height: 40px;
    font-size: 13px;
    border-bottom: 1px solid #e9e9e9;
    background-color: #e9e9e9;
}
.top-bar-left a{
    text-decoration: none;
    color: #333;
}
.top-bar-right {
    float: right;
}
ul.top-bar-right {
    margin: 0;
    padding: 0;
}
ul.top-bar-right li {
    list-style: none;
    display: inline-block;
}
ul.top-bar-right li a {
    text-decoration: none; 
    padding: 0 6px;
    color: #333;
}
/*topbar*/
/*header*/
.header{
    padding: 15px 0;
}
.logo img{
    height: 62px;
}
.search {
    margin-top: 10px;
}
.search .input-group{
    border: 1px solid rgb(0 0 0 / 12%);
}
.search form{
    width: 90%;
    max-width: 100%;
    background: #fff;
}
.search .input-group-btn{
    padding: 0;
}
.search .form-control{
    height: 40px;
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0px;
    font-size: 13px;
}
.search button {
    position: absolute;
    width: 60px;
    height: 40px;
    background-color: #167edf;
    color: #fff;
    top: 0;
    right: 0;
}
.search .btn{
    border-radius: 0;
    border: none;
}
.search .btn-success, .search .btn-success:hover{
    background: #ffffff;
    color: #222;
    border: none;
    box-shadow: none;
}
.header-hotline{
    padding-left: 50px;
    background-position-y: 5px;
    background: url(../../images/header-icon-support.png) left center no-repeat;
    margin-top: 10px;
}
.header-hotline-title {
    color: #232323;
    font-size: 17px;
    font-family: "Roboto Condensed", sans-serif;
}
.header-hotline-body{
    color: #232323;
    font-size: 17px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
}
.header-address{
    padding-left: 50px;
    background-position-y: 5px;
    background: url(../../images/home-icon.png) left center no-repeat;
    margin-top: 10px;
}
.header-address-title {
    color: #232323;
    font-size: 15px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
}
.header-address-body{
    color: #232323;
    font-size: 15px;
    font-family: "Roboto Condensed", sans-serif;
}
.header-cap{
    display: flex;
}
.site-name{
    margin-left: 15px;
}
.site-name-title{
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 6px;
    color: #2e8017;
}
/*header*/

/*menu*/
.menu{
    background: #38931e;
}
.navbar {
    position: relative;
    min-height: 43px;
    margin-bottom: 0;
    border-radius: 0;
}
.navbar-inverse {
    background-color: #38931e;
    border: none;
}
.stellarnav>ul>li>a {
    padding: 13px 12px;
}
.stellarnav.light li a{
    color: #fff;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
}
.stellarnav.light li a.active {
    color: #fff;
    background: #4b4b4b;
}
.stellarnav.light li a.active:hover{
    background: #4b4b4b;
}
.stellarnav.light li a:hover {
    color: #fff;
    background: #4b4b4b;
}
.stellarnav ul ul {
    background: #eeeeee;
    min-width: 210px;
}
.stellarnav.light ul ul li a {
    font-weight: inherit;
    padding: 10px 15px;
    border-bottom: 1px solid #dadada;
    color: #333;
    text-transform: inherit;
}
.stellarnav li li.has-sub>a:after {
    content: none;
}
.stellarnav li.has-sub>a:after {
    content: '\f107';
    font-family: FontAwesome;
    margin-left: 10px;
}
/*end menu*/

/*slide*/
.carousel-control.right, .carousel-control.left {
    background-image: none;
}
span.fa.fa-chevron-right, span.fa.fa-chevron-left {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 12px;
    line-height: 32px;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
    height: 32px;
    width: 32px;
    border-radius: 50%;
    display: none;
}
.slider:hover span.fa.fa-chevron-right, .slider:hover span.fa.fa-chevron-left{
    display: block;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 12px;
    line-height: 32px;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
    height: 32px;
    width: 32px;
    border-radius: 50%;
}
.carousel-control.right {
    right: 30px;
}
.carousel-control {
    width: 10%;
}
.slider img{
    width: 100%;
    height: 350px !important;
    object-fit: cover;
}
/*end slide*/
/*about*/
.about{
    padding: 40px 0;
}
.about-info-title{
    font-size: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 25px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    height: 44px;
}
.about-info-title:after {
    content: '';
    width: 120px;
    height: 2px;
    background: #38931e;
    position: absolute;
    left: 0;
    bottom: 0px;
}
.about-info-body {
    text-align: justify;
    line-height: 21px;
}
.about-info .col-md-4{
    border-right: 1px solid #ebebeb;
}
.about-info .col-md-4:last-child{
    border-right: none;
}
.about-info-image img{
    width: 100%;
    height: 141px;
    object-fit: cover;
}
.about-info-des{
    margin: 7px 0 10px 0;
    text-align: left;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}
.about-info-read-more a{
    color: #000;
    font-style: italic;
    font-size: 13px;
}
.about-info-read-more a:hover {
    color: #277e0e;
    font-weight: bold;
}
.about-read-more{
    margin-top: 15px;
}
.about-read-more a{
    background: #fff;
    padding: 8px 15px;
    color: #585858;
    border: 1px solid #585858;
    border-radius: 5px;
    text-decoration: none;
}
.about-read-more a:hover {
    color: #277e0e;
    border: 1px solid #277e0e;
}
/*about*/
/*index-content*/
.service-box {
    margin-top: 50px;
}
.service-box a.service-box-a {
    float: left;
    margin-right: 12px;
}
.service-des{
    text-align: justify;
    font-size: 16px;
    line-height: 1.6;
}
.service-box img{
    width: 32px;
    height: 32px;
}
.service-title {
    font-size: 18px;
    margin-bottom: 7px;
    font-weight: bold;
}
.service-title a {
    color: #277e0e;
    text-decoration: none;
    text-transform: uppercase;
}
.index-content{
    background: #f7f7f7;
    padding: 30px 0;
}
.index-content-2{
    background: #fff;
    padding: 50px 0;
}
.content-block-1-top {
    background: #f7f7f7;
}
.post-img-1 img {
    width: 100%;
    height: 326px;
    object-fit: cover;
    border: 1px solid #f4f6fa;
}
.no-pad-left {
    padding-left: 0;
}
.no-pad-right{
    padding-right: 0;
}
.post-name-1 {
    margin: 10px 0;
    padding-right: 10px;
}
.post-name-1 a {
    font-size: 21px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    line-height: 25px;
}
.post-name-1 a:hover {
    color: #3d85c6;
}
.post-des-1 {
    padding-right: 10px;
    text-align: justify;
}
.post-2 {
    margin-top: 30px;
}
.post-img-2 img {
    width: 100%;
    height: 152px;
    object-fit: cover;
    margin-bottom: 10px;
    border: 1px solid #f4f6fa;
}
.post-name-2 a {
    font-weight: bold;
    color: #333;
    line-height: 20px;
    font-size: 15px;
    text-decoration: none;
}
.sidebar-post{
    margin-bottom: 15px;
}
.content-block-2-list {
    padding-bottom: 15px;
}
.post-name-3 {
    margin-bottom: 10px;
}
.post-name-3 a {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}
.post-des-3 {
    font-size: 13.5px;
    line-height: 23px;
}
.sidebar-post-name a{
    font-size: 16px;
    color: #333;
    text-decoration: none;
}
.sidebar-post-name a:hover {
    color: #3d85c6;
}
.post-des-read{
    margin-top: 7px;
}
.sidebar-post-img img{
    width: 100%;
    height: 70px;
    object-fit: cover;
}
/*index-content*/
/*why*/
.why-content{
    padding: 50px 0;
    background: #f4f4f4;
}
.why-cap{
    margin-top: 30px;
}
.why-cap ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.why-cap ul li {
    line-height: 40px;
    padding-left: 30px;
    position: relative;
    font-size: 18px;
    color: #6f6f6f;
}
.why-cap ul li:before {
    position: absolute;
    content: "\2714";
    top: 0;
    left: 0;
    color: #fb7224;
    font-size: 20px;
    line-height: 40px;
}
.why-img img{
    height: 400px;
    margin: auto;
}
.index-title{
    text-align: center;
}
.index-title span{
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
    font-size: 30px;
    font-family: "Roboto Condensed", sans-serif;
    color: #333;
}
.index-title img{
    text-align: center;
    margin: auto;
    height: 5px;
}
/*why*/
/*banner*/
.banner-content{
    background: #f4f4f4;
    padding: 50px 0;
}
.banner-index-cap{
    text-align: center;
}
.banner-index-title{
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}
.banner-index-title span{
    color: red;
}
.banner-index-content{
    text-align: center;
    font-size: 16px;
}
/*banner*/
/*footer*/
#footerMidle {
    padding: 70px 0px;
    position: relative;
    font-family: "Roboto Condensed", sans-serif;
    color: #e3e3e3;
    background: #232323;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 16px;
}
.logoFt img{
    height: 61px;
}
.groupFooter .info {
    margin-top: 10px;
    line-height: 25px;
    font-style: italic;
}
.notStyle {
    list-style: none;
    padding: 0;
    margin: 0;
}
.notStyle li{
    padding-top: 5px;
}
.footerCol .h4-foot {
    font-size: 22px;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.menuLink ul li a {
    display: block;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    color: #fff;
    text-decoration: none;
}
.menuLink ul li a:hover {
    padding-left: 7px;
    color: #fff;
}
/*footer*/
/*copy-right*/
#footerBottom {
    background: #3c3b3b;
    color: #fff;
}
#footerBottom .footer-coppyright {
    padding: 15px 0px;
    text-align: center;
    position: relative;
    font-family: "Roboto Condensed", sans-serif;
}
.footer-coppyright *{
    color: #fff;
}
.footer-coppyright *:hover{
    color: #fff;
}
/*end copy-right*/
/*theH*/
.theH {
    text-align: center;
    background: #232323;
    background-repeat: no-repeat;
    background-size: cover;
}
.theH h1, .theH h2, .theH h3, .theH h4, .theH h5, .theH h6, .theH a, .theH p{
    font-size: 12px;
    display: inline-block;
    margin-right: 7px;
    padding: 3px;
    color: #e4e4e4;
    margin-top: 0;
    margin-bottom: 0;
    margin: 5px 0;
}
/*theH*/
/*page*/
.content{
    padding: 30px 0;
    background: #f5f5f5;
}
.breadcrumb {
    padding: 8px 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0;
    font-family: "Roboto Condensed", sans-serif;
    border-bottom: 1px solid #dbdbdb;
}
.breadcrumb p{
    margin-bottom: 0;
}
.breadcrumb a{
    text-decoration: none;
    color: #38931e;
}
.page-content, .page-content-detail{
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
}
.list-item {
    margin: 0px 0 15px 0;
    padding: 0 0 15px 0;
    font-family: "Roboto Condensed", sans-serif;
}
.list-item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.list-item img {
    width: 100%;
    height: 164px;
    object-fit: cover;
    border: 1px solid #f5f5f5;
}
a.list-item-title {
    font-weight: bold;
    font-size: 17px;
    text-decoration: none;
    color: #383838;
}
a.list-item-title:hover{
    color: #000;
}

.list-item-date {
    margin-top: 10px;
    color: #9a9a9a;
    font-size: 13px;
    margin-bottom: 3px;
}
.list-item-mo-ta {
    font-size: 14px;
    line-height: 1.7;
}
a.read_more {
    color: #fff;
    background: #38931e;
    padding: 3px 12px;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    font-size: 12px;
}
a.read_more:hover {
    color: #fff;
    background: #2c8014;
}
.detail-content-description{
    color: #38931e;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 15px;
}
.detail-content-body-names h1{
    font-family: "Roboto Condensed", sans-serif;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 23px;
}
.box-sidebar-page{
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.box-sidebar-page-index{
    margin-top: 5px;
}
.box-sidebar-page:last-child{
    margin-bottom: 0;
}
.box-sidebar-title{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333333;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
}
.box-sidebar-body ul{
    margin: 0;
    padding: 0;
}
.box-sidebar-body ul li{
    list-style: none;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}
.box-sidebar-body li a {
    font-size: 15px;
    color: #555555;
    text-decoration: none;
    font-family: "Roboto Condensed", sans-serif;
}
.box-sidebar-body li a:hover{
    color: red;
}
.box-sidebar-body ul li a i {
    margin-right: 8px;
}
.sidebar-product{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}
.sidebar-product:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.sidebar-product-img img{
    height: 50px;
    width: 100%;
    object-fit: cover;
}
.sidebar-product-name a{
    color: #333;
    text-decoration: none;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
}
.sidebar-product-name a:hover{
    color: #ff531d;
}
.page-content-recents-title{
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    margin-top: 30px;
    margin-bottom: 15px;
}
.page-content-recents-title-pro{
    text-align: center;
}
.page-content-recents-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.page-content-recents-body ul li{
    list-style: none;
    line-height: 30px;
}
.page-content-recents-body ul li a {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    color: #ff5e00;
    font-family: "Roboto Condensed", sans-serif;
}
.page-content-recents-body ul li a:hover {
    padding-left: 7px;
    color: #ff531d;
}
.form-dang-ky, .caption-contact{
    font-family: "Roboto Condensed", sans-serif;
    background: #fff;
    padding: 20px;
}
.form-dang-ky .form-control{
    box-shadow: none;
}
.map-contact iframe{
    width: 100% !important;
    height: 225px !important;
}
.caption-contact-title{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}
.no-pad-left{
    padding-left: 0;
}
.box-product-index{
    margin-bottom: 25px;
    border: 1px solid #e8e8e8;
}
/*.box-product-index:hover {
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.3);
}*/
.product-index:hover .product-index-name a{
    color: #EA232B;
}
.product-index-img img {
    width: 100%;
    height: 186px;
    object-fit: cover;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
/*.product-index-img:hover img{
    opacity: 0.8;
}*/
.box-product-index-img {
    position: relative;
    overflow: hidden;
}
.box-product-index-img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    padding: 10px;
}
.box-product-index-name{
    padding: 10px;
    text-align: center;
    overflow: hidden;
    margin: auto;
}
.box-product-index-name a{
    color: #333;
    text-decoration: none;
}
.box-product-index-spice{
    text-align: center;
    padding: 10px;
    padding-top: 0;
    color: #fd0000;
    margin: 0;
    font-size: 17px;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
}
.box-index-content-horver-owl .box-product-index-spice{
    padding-bottom: 5px;
}
.box-product-index-spice-last{
    text-align: center;
    font-style: italic;
    color: #999999;
    padding-bottom: 10px;
    text-decoration: line-through;
    font-size: 12px;
}
.quick-view {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.quick-view a{
    display: block;
    text-align: center;
    width: 100%;
    background: #0089d0;
    color: #fff;
    padding: 0.3em 0;
    text-decoration: none;
    border-radius: 0;
    font-family: "Roboto Condensed", sans-serif;
}
.box-product-index:hover .quick-view {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: .9;
}
.noi-dung-san-pham-web{
/*    border: dashed 1px #e4e4e4;
    padding: 5px;*/
}
.anh-san-pham img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    margin-bottom: 0;
    border: 1px solid #f1f1f1;
    padding: 10px;
}
.ten-san-pham h1{
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #333;
    text-transform: uppercase;
}
.noi-dung-san-pham-web-info-spice{
    padding-top: 0;
    color: #fd0000;
    margin: 10px 0;
    font-size: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
}
.noi-dung-san-pham-web-info-description{
    font-family: "Roboto Condensed", sans-serif !important;
    border-top: 1px solid #e2e2e2;
    padding-top: 10px;
    line-height: 25px;
}
.action_link{
    margin-top: 25px;
}
.action_link a{
    text-decoration: none;
    color: #fff;
    background: #179026;
    padding: 10px 15px;
}
.action_link a:hover {
    background: #0b7919;
}
.content-product .col-xs-5ths{
    padding-right: 15px;
    padding-left: 15px;
}
.box-product-index-name a {
    font-size: 15px;
    font-weight: bold;
}
.break {
    clear: both;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.20),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.20),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.20),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.20),rgba(0,0,0,0));
    margin: 22px 0 22px 0;
}
.caption-page{
    background: #f5f5f5;
    padding: 10px;
}
.action-nut{
    display: flex;
}
.action_link_2 {
    margin-top: 25px;
    margin-left: 10px;
}
.action_link_2 a {
    text-decoration: none;
    color: #fff;
    background: #3d85c6;
    padding: 10px 15px;
}
.action_link_2 a:hover {
    background: #2a74b7;
}
p.index-title-des{
    width: 70%;
    margin: auto;
    margin-bottom: 15px;
    color: #7c7c7c;
    font-size: 16px;
    margin-top: 10px;
}
.index-body-product{
    margin-top: 30px;
}
.product{
    padding: 50px 0;
    border-top: 1px solid #f1f1f1;
    background: #e7e7e7 url(../../images/bg_service.jpg) no-repeat right bottom;
}
.doanh-nghiep{
    background: #f4f4f4;
    padding: 15px;
}
.doanh-nghiep-img img{
    height: 80px;
    width: auto !important;
    margin: auto;
}
.list-item-doanh-nghiep img{
    height: 120px;
}
.list-item-lien-quan img{
    height: 100px;
}
.list-item-doanh-nghiep .list-item-date{
    margin-top: 3px;
}
.list-item-doanh-nghiep .list-item-mo-ta{
    margin-bottom: 7px;
}
.list-item-doanh-nghiep{
    margin-bottom: 15px !important;
}
.menu-foot iframe{
    width: 100%;
    height: 110px;
}
.about-page-des{
    overflow: hidden;
    height: 44px;
}
.about-page-name{
    margin: 10px 0 15px 0;
}
.about-page-name a{
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
}
.about-page-img img{
    width: 100%;
    height: 158px;
    object-fit: cover;
}
.box-index-post {
    margin-top: 30px;
    border: 1px solid #e8e8e8;
}
.box-index-post-img{
    position: relative;
    overflow: hidden;
}
.box-index-post-img img{
    width: 100%;
    height: 190px;
    object-fit: cover;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.box-index-post-img:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.box-index-post-info {
    position: absolute;
    bottom: 0;
    background: #fff;
    left: 30px;
    right: 0;
    padding: 7px 15px;
    text-align: left;
    z-index: 1;
    border-bottom: 1px dashed #ccc;
}
.box-index-post-info ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    color: #999;
}
.box-index-post-cap {
    padding: 15px 10px 15px 30px;
    text-align: left;
    background: #fff;
}
.box-index-post-name a {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    text-transform: uppercase;
    max-height: 45px;
    overflow: hidden;
    color: #ef1d26;
    text-decoration: none;
    font-weight: bold;
}
.box-index-post-name a:hover{
    color: #ff531d;
}

.box-index-post-des{
    margin: 10px 0;
    line-height: 20px;
    color: #4c4c4c;
    overflow: hidden;
    height: 40px;
}
.box-index-post-cap .view {
    float: right;
    color: #ff531d;
}
.box-new-title{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    color: #333;
}
.index-content-2 .nav-tabs>li {
    float: none;
    margin-bottom: -1px;
}
.index-content-2 .nav-tabs>li.active>a, .index-content-2 .nav-tabs>li.active>a:hover, .index-content-2 .nav-tabs>li.active>a:focus {
    color: #fff;
    background: none;
    border: none;
    border-bottom-color: transparent;
    cursor: default;
    border: none;
    font-size: 21px;
    font-weight: 700;
}
.index-content-2 .nav-tabs>li.active>a::after {
    content: "*";
    font-family: "Font Awesome";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    padding: 0 .5rem;
}
.index-content-2 .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    padding-left: 0;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background: none;
}
.index-content-2 .nav-tabs {
    border: none;
}
.index-content-22{
    background: url(../../images/back-power.jpg) #ef1d26;
    position: relative;
}
.back-power{
    position: absolute;
    left: 35%;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-left: 1px solid #fff;
    background-image: url(../../images/back-cont.jpg);
}
.tab-content{
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 50px;
}
.tab-conten-title{
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}
.tab-conten-body{
    color: #fff;
    margin-top: 10px;
    margin-bottom: 30px;
}
.box-new-body p{
    margin-top: 7px;
    font-size: 16px;
}
.box-new-body img{
    width: 100%;
    height: 63px;
    object-fit: cover;
}
.box-new-body a{
    font-size: 16px;
    color: #000;
    font-weight: 700;
}
.box-new-more{
    text-align: right;
    font-style: italic;
    font-size: 13px;
}
.box-new-more a{
    color: #277e0e;
    text-decoration: none;
}
ul.top-bar-right li .ngon-ngu a{
    padding: 0 2px;
}
.banner-content-2 {
    background: rgba(0, 0, 0, 0) url(../../images/back-cont.jpg) no-repeat fixed center center / cover;
    color: #fff;
    font-size: 15px;
    min-height: 200px;
    padding: 60px 15px 10px;
    text-align: center;
}
.banner-index-cap {
    text-align: center;
}
.banner-index-2-more {
    margin-top: 25px;
}
.banner-index-2-more a {
    text-decoration: none;
    color: #fff;
    background-color: #09b060;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 10px;
}
.post-new{
    margin-top: 30px;
}
.post-new-name{
    margin-bottom: 10px;
}
.post-new-name a{
    font-weight: 700;
    font-size: 18px;
    color: #000;
    text-decoration: none;
}
.post-new-name a:hover {
    color: #277e0e;
}
.post-new-des{
    font-size: 16px;
}
.post-new-img img{
    width: 100%;
    height: 140px;
    object-fit: cover;
    border: 1px solid #e7e7e7;
}
/*page*/
.logo-cap{
    display: none;
}
/*mobile*/
@media (max-width: 767px){
    .search{
        display: none;
    }
    .navbar {
        min-height: 38px;
    }
    .stellarnav .dd-toggle {
        width: 38px;
        height: 38px;
    }
    .stellarnav.light .call-btn-mobile, .stellarnav.light .location-btn-mobile, .stellarnav.light .menu-toggle {
        color: #fff;
        padding: 10px 15px;
    }
    .stellarnav.mobile.light ul {
        background: #38931e;
    }
    .stellarnav.light li a.active {
        background: #38931e;
    }
    .stellarnav.mobile>ul>li>a {
        padding: 10px 15px;
    }
    .slider img {
        height: 97px !important;
    }
    .index-box-img img {
        height: 215px;
    }
    .no-pad-right{
        padding-right: 15px;
    }
    .new-box {
        padding: 10px;
    }
    .new-box-cap {
        padding: 0;
        padding-top: 15px;
    }
    .new-box-img img {
        height: 180px;
    }
    .list-item img {
        height: 195px;
        margin-bottom: 10px;
    }
    .list-item:last-child {
        margin-bottom: 15px;
    }
    .sidebar-product .no-pad-right{
        padding-right: 0;
    }
    .sidebar-product-img img {
        height: 65px;
    }
    .form-dang-ky{
        margin-bottom: 15px;
    }
    .top-bar{
        display: none;
    }
    .header .col-md-4, .header .col-md-3{
        display: none;
    }
    .header {
        padding: 5px 0;
    }
    .logo img {
        height: 50px;
        margin-top: 0px;
    }
    .stellarnav.light li a:hover {
        background: #38931e;
    }
    .stellarnav.light ul ul li a {
        color: #fff;
    }
    .index-box-img-2 img {
        height: 240px;
    }
    .box-sidebar-page {
        margin-top: 30px;
    }
    .header-hotline {
        padding-left: 45px;
        background-position-y: 5px;
        background: url(../../images/header-icon-support.png) left center no-repeat;
        margin-top: 10px;
        display: none;
    }
    .header-hotline-title {
        font-size: 13px;
    }
    .anh-san-pham img {
        height: 260px;
        margin-bottom: 10px;
    }
    .header-cap{
        display: flex;
        margin-left: 10px;
    }
    .logo-cap{
        display: block;
        margin-left: 0;
    }
    .logo-cap-title{
        font-weight: bold;
        font-size: 18px;
        margin-top: 5px;
        color: #1772b5;
    }
    .logo-cap-des{
        color: red;
    }
    .about-title, .about-des, .about-read-more {
        text-align: left;
    }
    .about-info{
        margin-bottom: 25px;
    }
    .back-power {
        left: 0;
    }
    .why-cap {
        margin-top: 0;
    }
    .why-cap ul li {
        line-height: 20px;
        padding-left: 30px;
        position: relative;
        font-size: 18px;
        color: #6f6f6f;
        margin-bottom: 10px;
    }
    .why-cap ul li:before {
        line-height: 20px;
    }
    .product-index-box-img img {
        width: 100%;
        height: 446px;
        object-fit: cover;
    }
    .banner-content-2 {
        padding: 60px 15px 60px;
    }
    .box-product-index-img img {
        height: 228px;
    }
    .list-item .no-pad-left{
        padding-left: 15px;
    }
    .page-content-detail img{
        width: 100% !important;
        height: auto !important;
    }
    .about-info-image img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .about-info-des {
        height: auto;
        overflow: hidden;
    }
    .about-box{
        margin-bottom: 20px;
    }
    p.index-title-des {
        width: 100%;
        margin: auto;
        margin-bottom: 7px;
    }
    .content-block-1-top .no-pad-left{
        padding-left: 15px;
    }
    .content-block-1-top .post-name-1 {
        margin: 10px 0;
        padding-right: 0;
        padding: 0 10px;
    }
    .content-block-1-top .post-des-1 {
        padding-right: 10px;
        text-align: justify;
        padding: 0 10px;
    }
    .content-block-1-top .post-des-read {
        margin-top: 7px;
        padding: 0 10px;
    }
    .content-block-1-top{
        margin-bottom: 20px;
    }
    .post-img-1 img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        border: 1px solid #f4f6fa;
    }
    .sidebar-post .no-pad-right{
        padding-right: 0;
    }
    .action-nut {
        display: block;
    }
    .action_link_2{
        margin-left: 0;
    }
    .list-item-doanh-nghiep img {
        height: 235px;
    }
    .groupFooter{
        margin-bottom: 20px;
    }
    div#main-nav:after {
        content: "\f101";
        font-family: FontAwesome;
        font-weight: 400;
        float: right;
        margin-top: -31px;
        margin-right: 15px;
        font-size: 20px;
        color: #fff;
    }
    .about-page-des{
        overflow: hidden;
        height: auto;
    }
    .about-page{
        margin-bottom: 20px;
    }
    .about-page-img img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .site-name-title {
        font-weight: 700;
        font-size: 15px;
        margin-bottom: 5px;
    }
    .site-name-des{
        font-size: 12px;
    }
    .post-new-img img {
        height: 200px;
    }
    .post-new .no-pad-left{
        padding-left: 15px;
    }
    .post-new-name{
        margin-top: 15px;
    }
}
/*mobile*/
/*alo*/
.float-icon-hotline {
    display: block;
    width: 40px;
    position: fixed;
    bottom: 100px;
    right: 25px;
    /*z-index: 999999;*/
    z-index: 3000;
}
.float-icon-hotline ul {
    margin: 0;
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
}
.float-icon-hotline ul li {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    list-style: none;
}
.float-icon-hotline ul li a {
    color: #FFF;
    text-decoration: none;
}
.float-icon-hotline ul li .fa {
    background-color: #ed1c24;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
}
.float-icon-hotline ul li span {
    display: inline-block;
    padding: 0;
    background-color: #ff6a00;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    height: 40px;
    line-height: 36px;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #ff6a00;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0;
}
.float-icon-hotline ul li .fa-cart {
    background: #ef0303 url(../../images/cart.jpg) center center no-repeat;
}
.float-icon-hotline ul li .fa-hotline {
    background: #ef0303 url(../../images/hotline.png) center center no-repeat;
}
.float-icon-hotline ul li .fa-zalo {
    background: #ef0303 url(../../images/zalo.png) center center no-repeat;
}
.float-icon-hotline ul li .fa-facebook {
    background: #168efb;
}
.float-icon-hotline ul li:hover span {
    width: 215px;
    padding-left: 30px;
    padding-right: 10px;
    opacity: 1;
}
.animated{
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
  0% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; -webkit-box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
}

@-moz-keyframes glowing {
  0% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; -moz-box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
}

@-o-keyframes glowing {
  0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}

@keyframes glowing {
  0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}
/*alo*/