@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}

body{
    font-size: 15px;
    /*font-family: 'Roboto', sans-serif;*/
  	font-family: "Open Sans", sans-serif;
}
.header{
    padding: 7px 0;
    border-bottom: 1px solid #ececec;
    /*border-top: 4px solid #1f7133;*/
}
/*header*/
.logo img{
    height: 60px;
}
.header-cap, .box_social{
    float: right;
}
.box_social{
    margin-top: 5px;
}
.box_social a{
    text-decoration: none;
}
.box_social img{
    width: 25px;
}
.header-hotline{
    font-size: 13px;
    margin-top: 5px;
    color: #797979;
}
.header-hotlines {
    font-size: 13px;
    margin-top: 10px;
    color: #797979;
}
.header-hotlines .span-1 {
    color: #329d0f;
}
.header-hotlines .span-2 {
    color: #df2727;
}
/*header*/

/*menu*/
.navbar {
    position: relative;
    min-height: 43px;
    margin-bottom: 0;
    border-radius: 0;
}
.navbar-inverse {
    background-color: #1f7133;
    border: none;
}
.stellarnav>ul>li>a {
    padding: 13px 12px;
}
.stellarnav.light li a{
    color: #fff;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
}
.stellarnav.light li a.active {
    color: #fff;
}
.stellarnav.light li a:hover {
    color: yellow;
}
.stellarnav ul ul {
    background: #eeeeee;
    min-width: 260px;
}
.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*/
.slide{
    background: #f5f5f5;
}
.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;
}
.slide:hover span.fa.fa-chevron-right, .slide: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%;
}
.slide img{
    width: 100%;
    height: 300px !important;
    object-fit: cover;
}
/*end slide*/
/*main-content*/
.box-title{
    font-weight: bold;
    color: #1f7133;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.no-pad-left{
    padding-left: 0;
}
.box-about, .box-khach{
    margin: 20px 0;
}
.box-about-img img{
    border: 1px solid #e8e8e8;
    height: 210px;
    width: 100%;
  	object-fit: cover;
}
.box-content{
    font-size: 13px;
    text-align: justify;
    overflow: hidden;
    height: 162px;
}
.box-khach-content{
    margin-bottom: 15px;
}
.box-khach-content img{
    width: 100%;
    height: 100px;
    object-fit: cover;
    border: 1px solid #e8e8e8;
    padding: 1px;
    border-radius: 12%;
    -webkit-transition: all 0.7s ease; transition: all 0.7s ease;
}
.box-khach-content:hover img{
    border-radius:20%; box-shadow: 0 10px 6px -6px grey;
    /*-webkit-transform: rotate(45deg); transform: rotate(45deg);*/
}
.box-content-read-more{
    margin-top: 5px;
}
.box-content-read-more a{
    font-size: 13px;
    color: #d78430;
}

.main-content-2{
    /*border-top: 5px solid #1f7133;*/
    background: #f5f5f5;
}
.box-service-img img{
    width: 100%;
    height: 155px;
    object-fit: cover;
    border: 1px solid #e8e8e8;
    padding: 1px;
    -webkit-transition: all 0.7s ease; transition: all 0.7s ease;
}
.box-service:hover img{
    border-radius: 0%; box-shadow: 0 10px 6px -6px grey;
}
.box-service-name a{
    text-decoration: none;
    font-weight: bold;
    color: #333;
}
.box-service-name{
    margin: 5px 0;
}
.box-service-name a:hover{
    color: #1f7133;
}
.box-service-des{
    font-size: 13px;
    overflow: hidden;
    height: 36px;
    color: #7b7b7b;
}
.box-service-read{
    margin-top: 5px;
}
.box-service-read a{
    font-size: 13px;
    color: #d78430;
}

.owl-prev:before {
    content: "‹";
    font-family: -webkit-body;
    font-size: 30px;
    position: absolute;
    top: 37%;
    left: -26px;
    text-align: center;
    color: #1f7133;
    background: #fbfbfb;
    padding: 10px 8px;
    box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
}

.owl-next:before {
    content: "›";
    font-family: -webkit-body;
    font-size: 30px;
    position: absolute;
    top: 37%;
    right: -26px;
    text-align: center;
    color: #1f7133;
    background: #fbfbfb;
    padding: 10px 8px;
    box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
}
.service-index .owl-nav div{
    /*visibility: hidden;*/
}
.service-index:hover .owl-nav div, .owlStyle:hover .owl-nav div {
    opacity: 1;
    filter: alpha(opacity=100);
    /*visibility: visible;*/
}

.main-content-3{
    padding: 20px 0;
}
.post-index {
    padding-bottom: 15px;
}
.post-index:last-child{
    padding-bottom: 0;
}
.post-index-img img {
    width: 100%;
    height: 83px;
    object-fit: cover;
    padding: 1px;
    border: 1px solid #e8e8e8;
    -webkit-transition: all 0.7s ease; transition: all 0.7s ease;
}
.post-index:hover img{
    border-radius: 0%; box-shadow: 0 10px 6px -6px grey;
}
.post-index-name a {
    color: #333;
    font-size: 14px;
    font-weight: 700;
}
.post-index-name a:hover {
    color: #1f7133;
    text-decoration: none;
}

.post-index-description {
    overflow: hidden;
    height: 36px;
    font-size: 13px;
    margin-top: 5px;
    color: #7b7b7b;
}
.box-video iframe{
    width: 100% !important;
    height: 280px;
}




.index-title{
    text-align: center;
}
.index-title span{
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
    font-size: 22px;
    color: #266ba6;
}
.index-title img{
    text-align: center;
    margin: auto;
    height: 5px;
}
.index-box{
    margin-top: 30px;
}
.index-box-img {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.index-box-img img{
    border-radius: 5px;
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.index-box-name a{
    font-weight: normal;
    font-size: 20px;
    color: #ff6600;
    text-decoration: none;
}
.index-box-des {
    margin-top: 15px;
    color: #232323;
    font-size: 14px;
}
/*main-content*/
/*main-content-2*/
.index-box-2{
    margin-top: 30px;
}
.index-box-img-2 {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.index-box-img-2 img{
    border-radius: 5px;
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.index-box-name-2{
    text-align: center;
}
.index-box-name-2 a{
    font-weight: 700;
    font-size: 16px;
    color: #252525;
    text-decoration: none;
}
.index-box-des-2 {
    margin-top: 15px;
    color: #333333;
    font-size: 14px;
    text-align: center;
}
/*main-content-2*/
/*why-box*/
.index-title-why{
    text-align: center;
}
.index-title-why span{
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
    font-size: 22px;
    color: #fff;
}
.index-title-why img{
    text-align: center;
    margin: auto;
    height: 5px;
}
.why-box{
    margin-top: 30px;
}
.why-box-img img{
    text-align: center;
    margin: auto;
}
.why-box-name{
    margin: 10px 0 15px 0;
    text-align: center;
}
.why-box-name a{
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
    font-size: 19px;
    color: #ff8a00;
    text-decoration: none;
}
.why-box-des{
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.index-box-name-3{
    text-align: center;
}
.index-box-name-3 a{
    font-weight: 700;
    font-size: 16px;
    color: #252525;
    text-decoration: none;
}
/*why-box*/
/*new-box*/
.new-box{
    box-shadow: 0 3px 6px -4px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
    margin-top: 30px;
}
.new-box:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,.19), 0 6px 6px rgba(0,0,0,.22);
}
.new-box-img img{
    width: 100%;
    height: 153px;
    object-fit: cover;
}
.new-box-cap{
    padding: 15px 15px 15px 0;
}
.new-box-name a{
    font-weight: 700;
    font-size: 16px;
    color: #252525;
    text-decoration: none;
}
.new-box-des{
    margin-top: 10px;
    color: #333333;
    font-size: 14px;
}
.no-pad-right{
    padding-right: 0;
}
.is-divider {
    height: 2px;
    display: block;
    background-color: rgba(0,0,0,.1);
    margin: 7px 0;
    width: 100%;
    max-width: 30px;
}
/*new-box*/
/*footer*/
#footerMidle {
    padding: 30px 0px;
    position: relative;
    background: #f5f5f5;
    color: #333;
    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-bottom: 10px;
}
.footerCol .h4-foot {
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px dashed #d4e4ec;
    text-transform: uppercase;
    color: #1f7133;
}
.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: #333;
}
.menuLink ul li a:hover {
    padding-left: 7px;
    color: #ff531d;
}
/*footer*/
/*copy-right*/
#footerBottom{
    background: rgb(245 245 245);
    color: #333;
    border-top: 1px solid #e0e0e0;
}
#footerBottom .footer-coppyright {
    padding: 8px 0px;
    text-align: center;
    position: relative;
    font-size: 13px;
}
.footer-coppyright *{
    color: #333;
}
.footer-coppyright *:hover{
    color: #333;
}
/*end copy-right*/
/*theH*/
.theH{
    text-align: center;
    background: #f5f5f5;
    border-bottom: 1px solid #fff;
}
.theH h1, .theH h2, .theH h3, .theH h4, .theH h5, .theH h6{
    font-size: 12px;
    display: inline-block;
    margin-right: 7px;
    border: 1px solid #ccc;
    padding: 3px;
}
/*theH*/
/*page*/
.content{
    padding: 20px 0;
}
.breadcrumb {
    padding: 8px 10px;
    margin-bottom: 0;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0;
}
.breadcrumb p{
    margin-bottom: 0;
}
.breadcrumb a{
    text-decoration: none;
    color: #c57320;
}
ol.breadcrumb{
  	padding: 0;
}
.page-content, .page-content-detail{
    font-size: 14.5px;
}
.list-item {
    margin: 0px 0 10px 0;
    border-bottom: 1px solid #efefef;
    padding: 0 0 10px 0;
}
.list-item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.list-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    padding: 1px;
    border: 1px solid #e8e8e8;
    -webkit-transition: all 0.7s ease; transition: all 0.7s ease;
}

.list-item:hover img{
    border-radius: 0%; box-shadow: 0 10px 6px -6px grey;
}
a.list-item-title {
    font-weight: bold;
    font-size: 17px;
    text-decoration: none;
    color: #383838;
}
a.list-item-title:hover{
    color: #1f7133;
}

.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: #d78430;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    font-size: 11px;
}
a.read_more:hover {
    color: #fff;
    background: #c57320;
}
.detail-content-description{
    color: #6f6f6f;
    margin-bottom: 15px;
    font-size: 12px;
    font-style: italic;
}
.detail-content-body-names h1{
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 23px;
}
.box-sidebar-page{
    background: #fff;
    padding: 10px;
    margin-bottom: 15px;
    box-shadow: 0 1px 6px #dcdcdc;
}
.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;
}
.box-sidebar-body ul{
    margin: 0;
    padding: 0;
}
.box-sidebar-body ul li{
    list-style: none;
    margin-bottom: 10px;
}
.box-sidebar-body li a {
    font-size: 15px;
    color: #555555;
    text-decoration: none;
}
.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-size: 13.5px;
}
.sidebar-product-name a:hover{
    color: #ff531d;
}
.page-content-recents-title{
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 15px;
}
.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;
}
.page-content-recents-body ul li a:hover {
    padding-left: 7px;
    color: #ff531d;
}
.form-dang-ky, .caption-contact{
    background: #f5f5f5;
    padding: 20px;
}
.form-dang-ky .form-control{
    box-shadow: none;
}
.map-contact iframe{
    width: 100% !important;
    height: 220px !important;
}
.caption-contact-title{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}
.chi-tiet-bai-viet h2, .chi-tiet-bai-viet h3, .chi-tiet-bai-viet h4, .chi-tiet-bai-viet h5, .chi-tiet-bai-viet h6{
    margin-top: 0;
    color: #0b74bd;
    line-height: 23px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.chi-tiet-bai-viet p{
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 12px;
}
.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: #1f7133;
    border-color: #1f7133;
    cursor: default;
}
.detail-content-body-names h1 {
    margin: 0 0 7px 0;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #1f7133;
}
.btn-primary {
    color: #fff;
    background-color: #1f7133;
    border-color: #1f7133;
}
.btn-primary:hover{
    background-color: #199437;
    border-color: #199437;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.tbl_kimlau thead {
    border-top: solid 1px #cecece;
}
.tbl_kimlau td, .tbl_kimlau th {
    border: solid 1px #cecece;
}
.tracuu-title{
	text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.search-tra-cuu{
	margin-bottom: 15px;
}
.search-tra-cuu .btn{
	padding: 6px 50px;
}
.social-links{
    margin-top: 15px;
}
.social-links ul{
    padding: 0;
    margin: 0;
}
.social-links ul li{
    list-style: none;
    display: inline-block;
    padding-right: 2px;
}
.social-links ul li a{
    text-decoration: none;
}
.social-links ul li span{
    display: block;
    padding: 5px;
    margin-bottom: 0;
    color: #fff;
    width: 35px;
    height: 30px;
    text-align: center;
    font-size: 20px;
}
.social-links ul li span.fa-facebook{
    background: #0172ac;
}
.social-links ul li span.fa-facebook:hover{
    background: #086290;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
    -moz-box-shadow:0px 0px 6px rgba(0, 0, 0, 10);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 10);
}
.social-links ul li span.fa-twitter{
    background: #17aefb;
}
.social-links ul li span.fa-twitter:hover{
    background: #1296da;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
    -moz-box-shadow:0px 0px 6px rgba(0, 0, 0, 10);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 10);
}
.social-links ul li span.fa-google-plus{
    background: #d81c1c;
}
.social-links ul li span.fa-google-plus:hover{
    background: #c10b0b;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
    -moz-box-shadow:0px 0px 6px rgba(0, 0, 0, 10);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 10);
}
.social-links ul li span.fa-linkedin{
    background: #e88114;
}
.social-links ul li span.fa-linkedin:hover{
    background: #cc6d0a;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
    -moz-box-shadow:0px 0px 6px rgba(0, 0, 0, 10);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 10);
}
.error-404 img{
    height: 150px;
    margin: auto;
}
.error-404{
    text-align: center;
    margin-top: 10px;
}
/*page*/

/*mobile*/
@media only screen and (max-width: 1200px){
    .slide img {
        height: 276px !important;
    }
    .stellarnav>ul>li>a {
        padding: 13px 9px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .slide img {
        height: 212px !important;
    }
    .stellarnav.light li a {
        font-size: 12px;
    }
    .stellarnav.light li a.active span{
        display: none;
    }
    .box-content {
        overflow: hidden;
        height: 165px;
    }
    .box-about-img img {
        height: 190px;
    }
    .box-khach-content img {
        height: 75px;
    }
}
@media (max-width: 767px){
  	.chi-tiet-bai-viet img{
    	width: 100% !important;
      	height: auto !important;
  	}
    .logo img {
        height: 40px;
        margin-top: 5px;
    }
    .box_social img {
        width: 20px;
    }
    .header-hotline {
        font-size: 12px;
        margin-top: 7px;
        float: right;
    }
    .header-hotline span{
        display: none;
    }
    .slide img {
        height: 101px !important;
    }
    .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .menu-toggle {
        padding: 10px;
    }
    .stellarnav.light .call-btn-mobile, .stellarnav.light .location-btn-mobile, .stellarnav.light .menu-toggle {
        color: #fff;
    }
    .stellarnav.mobile.light ul {
        background: #1f7133;
    }
    .stellarnav.light li a.active {
        background: #1f7133;
    }
    .stellarnav.mobile>ul>li>a {
        padding: 10px;
    }
    .box-about-img img {
        height: 125px;
    }
    .box-content {
        height: 90px;
        overflow: hidden;
    }
    .box-khach-content img {
        height: 75px;
    }
    .box-service-img img {
        height: 115px;
    }
    .owl-prev:before {
        content: "‹";
        font-family: -webkit-body;
        font-size: 30px;
        position: absolute;
        top: 23%;
        left: -10px;
        text-align: center;
        color: #1f7133;
        background: #fbfbfb;
        padding: 10px 5px;
        box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    }

    .owl-next:before {
        content: "›";
        font-family: -webkit-body;
        font-size: 30px;
        position: absolute;
        top: 23%;
        right: -10px;
        text-align: center;
        color: #1f7133;
        background: #fbfbfb;
        padding: 10px 5px;
        box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    }
    .box-service-name a {
        font-size: 13px;
    }
    .box-video iframe {
        height: 194px;
    }
    .post-index-name a {
        font-size: 13px;
    }
    .post-index-description {
        font-size: 12.5px;
    }
    a.list-item-title {
        font-weight: bold;
        font-size: 13px;
        text-decoration: none;
        color: #383838;
    }
    .list-item-mo-ta {
        font-size: 12.5px;
        color: #7b7b7b;
        margin-top: 5px;
        overflow: hidden;
        height: 40px;
    }
    .is-divider{
        display: none;
    }
    a.read_more{
        display: none;
    }
    .page-content-recents{
        margin-bottom: 20px;
    }
    .page-content{
        margin-bottom: 20px;
    }


    .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: 83px;
        margin-bottom: 0;
    }
    .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;
    }
    .main-content-3 .box-about:first-child{
      margin-bottom: 30px;
  }
}
/*mobile*/
/*alo*/
    .ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle {
        background-color: #f00;
    }
    .ring-alo-phone.ring-alo-green .ring-alo-ph-circle{
        background-color: #f00;
    }
    .ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
        border-color: #f00;
    }
    .ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-img-circle, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-img-circle{
        background-color: #baf5a7;
    }
    .fone {
        font-size: 16px;
        color: #f00;
        line-height: 40px;
        font-weight: bold;
        padding-left: 55px;
        margin: 0 0;
    }
    .tel{
        background-color: #eee;
        width: 170px;
    }
    .fix_tel{
        top: auto;
        bottom: auto;
        right: auto;
        left: auto;
        bottom: 15px;
        right: 5px;             
    }
/*alo*/

/*alo*/
.float-icon-hotline {
    display: block;
    width: 40px;
    position: fixed;
    bottom: 15px;
    right: 25px;
    z-index: 999999;
}
.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: 3px solid #fff;
}
.float-icon-hotline ul li span {
    padding: 0 35px 0 10px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    height: 40px;
    line-height: 36px;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #ff6a00;
    -moz-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    font-weight: 400;
    white-space: nowrap;
    display: block;
}
.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 .fa-facebooks {
    background: #ef0303 url(../../images/messenger.png) center center no-repeat;
}
.float-icon-hotline ul li .fa-facebookss {
    background: #ef0303 url(../../images/ytb.png) center center no-repeat;
}

.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*/