@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}
body{
    font-size: 16px;
    font-family: "Open Sans", 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: #e76f2d;
}
.top-bar-left a{
    text-decoration: none;
    color: #fff;
}
.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: #fff;
}
/*topbar*/
/*menu*/
.header {
    background: #fff;
  	border-bottom: 1px solid #eeeeee;
}
.logo-site a img {
    margin-left: 0px;
    height: 73px;
    padding: 5px 0;
}
.navbar-inverse {
    background-color: #fff;
    border: none;
    text-align: center;
}
.navbar {
    position: relative;
    min-height: 58.4px;
    margin-bottom: 0;
    border-radius: 0;
}
.stellarnav.light li a {
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}
.stellarnav.light li a:hover{
    color: #e76f2d;
}

.stellarnav>ul>li>a {
    padding: 30px 12px;
}
.stellarnav ul ul {
    top: auto;
    min-width: 260px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    display: none;
    background: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.stellarnav ul ul li a{
    border-top: 1px solid #e3e3e3;
    padding: 10px 15px;
    font-weight: inherit !important;
    text-transform: inherit !important;
  	font-size: 14px;
}
.stellarnav li.has-sub>a:after {
    content: none;
    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%;
}
/*end slide*/
/*about*/
.about{
    padding: 40px 0;
}
.about-info-title{
    font-size: 14px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 25px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    height: 42px;
    font-weight: 700;
    color: #e76f2d;
}
.about-info-title:after {
    content: '';
    width: 120px;
    height: 1px;
    background: #db4141;
    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: 155px;
    object-fit: cover;
}
.about-info-des{
    margin: 7px 0 10px 0;
    text-align: left;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.about-info-read-more a{
    color: #000;
    font-style: italic;
    font-size: 13px;
}
.about-info-read-more a:hover {
    color: #db4141;
    font-weight: bold;
}
.about-read-more{
    margin-top: 25px;
}
.about-read-more a {
    padding: 10px 30px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    color: #4b4b4b !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
    border: 1px solid #d36225;
}
.about-read-more a:hover {
    color: #4b4b4b !important;
    border: 1px solid #db4141;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
/*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;
    color: #fff;
}
.service-box img{
    width: 32px;
    height: 32px;
}
.service-title {
    font-size: 18px;
    margin-bottom: 7px;
    font-weight: bold;
}
.service-title a {
    color: #ffcc08;
    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;
    margin-bottom: 5px;
    display: block;
    font-size: 30px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #e76f2d;
}
.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*/
/*khoanhkhac*/
#carousel-3{

}
.index-box-img {
    position: relative;
    overflow: hidden;
    margin: 50px 0;
}
.box-project-img:before {
    content: "\f0c1";
    font-family: FontAwesome;
    -webkit-transform: scale(0.5) rotateY(
180deg
);
    -moz-transform: scale(0.5) rotateY(180deg);
    -ms-transform: scale(0.5) rotateY(180deg);
    -o-transform: scale(0.5) rotateY(180deg);
    transform: scale(0.5) rotateY(
180deg
);
    /* background: url(../../images/plus.png) no-repeat scroll center center / 40px 40px #a0a0a000; */
    height: 35px;
    left: 45%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 45%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 35px;
    z-index: 9999;
    background: #89222f;
    text-align: center;
    border-radius: 50%;
    padding-top: 6px;
    color: #fff;
}
.index-box-img:hover .box-project-img:before {
    opacity: 1;
    -webkit-transform: scale(1) rotateY(
0deg
);
    -moz-transform: scale(1) rotateY(0deg);
    -ms-transform: scale(1) rotateY(0deg);
    -o-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(
0deg
);
    visibility: visible;
}
.box-project-img img {
    height: 220px;
    object-fit: cover;
    border: 1px solid #e0e0e0;
}
.index-box-img:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.chi-tiet-bai-viet img{
 	max-width: 100%; 
}
/*khoanhkhac*/
/*footer*/
#footerMidle {
    padding: 70px 0px;
    position: relative;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    background: #545454;
    font-size: 14px;
}
.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: 19px;
    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;
}
.box_social{
    margin-top: 10px;
}
.box_social img{
    border: 1px solid #fff;
    border-radius: 100%;
    background: #fff;
}
/*footer*/
/*copy-right*/
#footerBottom {
    background: #4a4a4a;
    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: #545454;
    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: #fff;
}
.breadcrumb {
    padding: 8px 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #f8f8f8;
    border-radius: 0;
    font-family: "Roboto Condensed", sans-serif;
}
.breadcrumb p{
    margin-bottom: 0;
}
.breadcrumb a{
    text-decoration: none;
    color: #89222f;
}
.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: 18px;
    text-decoration: none;
    color: #383838;
}
a.list-item-title:hover{
    color: #e76f2d;
}

.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: #e76f2d;
    padding: 3px 12px;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    font-size: 12px;
}
a.read_more:hover {
    color: #fff;
    background: #ee563f;
}
.detail-content-description{
    color: #d36225;
    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: #f8f8f8;
    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: 18px;
    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-top: 1px dashed #ccc;
    padding-top: 10px;
}
.box-sidebar-body ul li:last-child{
    margin-bottom: 0;
}
.box-sidebar-body li a {
    font-size: 17px;
    color: #555555;
    text-decoration: none;
    font-family: "Roboto Condensed", sans-serif;
}
.box-sidebar-body li a:hover{
    color: #e76f2d;
}
.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: 67px;
    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: #e76f2d;
}
.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: #f8f8f8;
    padding: 20px;
}
.form-dang-ky .form-control{
    box-shadow: none;
}
.map-contact iframe{
    width: 100% !important;
   	height: 238px !important;
}
.caption-contact-title{
    font-weight: bold;
    font-size: 17px;
    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;
    /*background: #f8f8f8 url(../../images/bg_service.jpg) no-repeat right bottom;*/
    background: #f8f8f8;
}
.product-img {
    position: relative;
    overflow: hidden;
}
.product-img:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.product-2 {
    padding: 50px 0;
    background: #e76f2d;
}
.product-2 .index-title span {
    color: #fff;
}
.product-2 p.index-title-des {
    color: #fff;
}
.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-des-first{
    height: 70px;
}
.about-page-last{
    margin-bottom: 15px;
}
.about-page-name{
    margin: 7px 0 5px 0;
}
.about-page-name a{
    color: #d36225;
    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: #ac212a;
}
.post-new-des{
    font-size: 16px;
}
.post-new-img img{
    width: 100%;
    height: 140px;
    object-fit: cover;
    border: 1px solid #e7e7e7;
}
.product .owl-item.active {
    background: none !important;
    opacity: 1;
}
.product .owl-item {
    opacity: 0.5;
    background: #fff;
}
.product-name {
    margin-bottom: 20px;
}
.product-name a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 25px;
    color: #464646;
    font-weight: 700;
}
.product-des {
    color: #333;
    font-size: 16px;
    text-align: justify;
}
.product-more {
    margin-top: 30px;
}
.product-more a {
    padding: 10px 15px;
    border: 1px solid #333;
    text-decoration: none;
    color: #333;
}
.product .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 380px;
    object-fit: cover;
}
.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots span {
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: rgba(255,255,255,.5);
    margin: 0 7px;
    border: 1px solid #ccc;
}
.owl-dot{
    display: inline-block;
}
.owl-dots .active span{
    
    width: 15px;
    height: 15px;
    border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: rgba(255,255,255,.5);
    margin: 0 7px;
    background: #d36225 !important;
    border: 1px solid #ccc;
}
.customer-content {
    padding: 50px 0;
    background: #f8f8f8;
}
.customer-box {
    margin-top: 25px;
    border: solid 1px #e8e8e8;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.customer-box img {
  	padding: 15px;
    height: 150px;
    width: auto !important;
    margin: auto;
}
.customer-box:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.about-page-img-first img{
    height: 300px;
}
.contact-logo img{
  	height: 60px;
    margin-bottom: 20px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    margin: 0 2px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #ec0000;
    border-color: #ec0000;
    cursor: default;
}
.ngon-ngu img{
  	border: 1px solid #c8c8c8;
}
.khoa-hoc-gioi-thieu, .gia-tri-khac-biet{
  	background: #e3e7ea;
}
.khoa-hoc-gioi-thieu-img img, .gia-tri-khac-biet-img img{
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.padding-20{
 	padding: 20px; 
}
.tong-quan-title{
  	text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
  	margin-bottom: 20px;
}
.tong-quan-title span{
  border-bottom: 2px solid #fcaf17;
  padding-bottom: 5px;
}
.gioi-thieu-title{
  	text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
  	margin-bottom: 20px;
}
.gioi-thieu-title span{
  border-bottom: 2px solid #fcaf17;
  padding-bottom: 5px;
}
.cac-bac-hoc{
 	padding: 50px 0; 
}
.box-box-bac-hoc{
 	margin-top: 20px; 
}
.box-bac-hoc-img img{
 	width: 100%;
  	height: 350px;
  	object-fit: cover;
}
.box-bac-hoc-title{
  	background: #84ba39;
    text-align: center;
    color: #fff;
    padding: 20px;
    font-weight: 700;
}
.box-bac-hoc-title-2{
  	background: #e82e5f;
}
.box-bac-hoc-title-3{
  	background: #005596;
}
.chat-luong-giang-day{
 	padding: 50px 0; 
}
.box-chat-luong-giang-day{
 	margin-top: 20px; 
}
.chat-luong-giang-day-title{
  	text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin: 10px 0;
}
.chat-luong-giang-day-des{
  text-align: center;
}

.cac-bac-hoc .col-md-4:nth-child(2) .box-bac-hoc-title {
    background: #e82e5f;
}
.cac-bac-hoc .col-md-4:nth-child(3) .box-bac-hoc-title {
    background: #005596;
}
.chat-luong-giang-day-img img{
 	margin: auto; 
}
.page-about-img img{
 	width: 100% !important;
  	height: 350px !important;
}
.page-about-text{
 	padding: 50px 0; 
}
.page-about-list{
 	padding: 50px 0;
  	background: #e76f2d;
  	color: #fff;
}
.page-about-list:nth-child(2n+1){
  	background: #fff;
  	color: #333;
}
.page-about-list .nth-block{
  	display: block;
}
.page-about-list .nth-none{
  	display: none;
}
.page-about-list:nth-child(2n+1) .nth-block{
  	display: none;
}
.page-about-list:nth-child(2n+1) .nth-none{
  	display: block;
}
.page-about-list-title{
  	background: #ffc411;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 20px;
  	color: #fff;
  	display: inline-block;
    text-align: center;
}
.page-about-list-img img{
 	width: 150px;
  	margin: auto;
}
.page-about-text-box{
 	text-align: center; 
}
/*page*/
.logo-cap{
    display: none;
}
.stellarnav.mobile.light>ul {
    border-top: 1px solid rgb(255 255 255 / 15%);
}
.display-desktop{
    display: none;
}
/*mobile*/
@media (max-width: 767px){
  	.tong-quan-title span{
    	border-bottom: none;  
  	}
  	.khoa-hoc-gioi-thieu-img img, .gia-tri-khac-biet-img img {
      width: 100%;
      height: 400px;
      object-fit: cover;
  }
  	.gioi-thieu-title span {
      border-bottom: none; 
  }
  	.contact-logo img {
      height: 90px;
      margin: inherit;
      margin-bottom: 10px;
  }
    .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: #e76f2d;
    }
    .stellarnav.light li a.active {
        background: #e76f2d;
    }
    .stellarnav.mobile>ul>li>a {
        padding: 10px 15px;
    }
    .stellarnav.light li a {
        color: #fff;
    }
    .stellarnav.mobile.light li a {
        border-bottom: 1px solid rgb(255 255 255 / 15%);
    }
    .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: 0;
    }
    .logo img {
        height: 50px;
        margin-top: 0px;
    }
    .stellarnav.light li a:hover {
        background: #e76f2d;
        color: #fff;
    }
    .stellarnav ul ul {
        top: auto;
        min-width: 220px;
        position: absolute;
        z-index: 9900;
        text-align: left;
        display: none;
        background: #fff;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }
    .stellarnav ul ul li a {
        border-top: none;
    }
    .product .owl-carousel .owl-item img {
        height: 260px;
    }
    .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;
    }
    .navbar-inverse {
        background-color: #e76f2d;
        border: none;
        text-align: left;
    }
    .menu-bg{
        background-color: #e76f2d;
    }
    .ngon-ngu{
        margin-top: 20px;
        float: right;
    }
    .display-desktop{
        display: block;
    }
  	.page-about-img img {
        width: 100% !important;
        height: 140px !important;
    }
  	.page-about-list-title {
      display: block;
  	}
  	.page-about-list-img img {
        margin-top: 15px;
    }
  	.page-about-list:nth-child(2n+1) img{
    	margin-top: 0;
      	margin-bottom: 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*/