body{
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}
@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}
.fixed{
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    padding: 5px 0 !important;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 35%);
    transition: all 0.5s;
}
.fixed .navbar {
    margin-top: 5px !important;
}
/*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*/
/*top-bar*/
.top-bar{
    font-size: 13px;
    background: #ec0000;
    padding: 8px 0;
    color: #8a8a8a;
}
.top-bar-left a{
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.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;
    color: #fff;
}
/*end top-bar*/
/*header*/
.header {
    background: #fff;
    border-bottom: 1px solid #eeeeee;
    padding: 17px 0;
}
.logo img {
    height: 60px;
}
.mobile-none {
    display: none;
}
/*end header*/

/*menu*/
.navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0;
    border-radius: 0;
    margin-top: 5px;
}
.navbar-inverse {
    background-color: #fff;
    border: none;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.stellarnav {
    z-index: 1000;
}
.stellarnav>ul>li>a {
    padding: 8px 12px;
}
.stellarnav>ul>li:last-child a{
    padding-right: 0;
}
.stellarnav.light li a.active {
    border-radius: 20px;
    cursor: pointer;
    color: #ffffff !important;
    background: #ec0000 !important;
}
.stellarnav.light li a {
    color: #333333;
    font-weight: 700;
}
.stellarnav.light li a:hover {
    border-radius: 20px;
    cursor: pointer;
    color: #ffffff!important;
    background: #ec0000 !important;
}
.stellarnav ul ul {
    background: #ec0000;
    min-width: 230px;
    border-radius: .25rem;
    margin-top: 10px!important;
}
.stellarnav.light ul ul li a {
    font-weight: inherit;
    padding: 10px 15px;
    border-bottom: 1px solid #e0e0e0;
    color: #fff;
    text-transform: inherit;
    font-weight: 100;
}
.stellarnav.light ul ul li a:hover {
    padding-left: 25px;
    transition: 300ms ease all;
    border-radius: 0;
}
.stellarnav li.has-sub>a:after {
    content: '\f107';
    font-family: FontAwesome;
    margin-left: 5px;
}
.stellarnav li.has-sub:after{
    position: absolute;
    top: 100%;
    left: 0px;
    content: "";
    display: block;
    width: 100%;
    height: 10px!important;
    background: transparent;
    z-index: 99;
}
.stellarnav li.hover > a.a-sub span:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    margin-top: 4px!important;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ec0000!important;
    /*display: none;*/
}
.li-btn a span {
    color: #fff;
    border: none;
    background: #33b413 none repeat scroll 0 0;
    border-radius: 36px !important;
    padding: 9px 10px !important;
    font-size: 14px;
    font-weight: 700;
}
.stellarnav.light .li-btn a:hover {
    background: none !important;
}
.li-btn a span:hover {
    background: #27960c !important;
}
.header .btn-primary {
    color: #fff;
    border: none;
    background: #64a638 none repeat scroll 0 0;
    border-radius: 36px;
    padding: 5px 20px;
    font-size: 17px;
    font-weight: 100;
}
.header .btn-primary:hover {
    color: #fff;
    background-color: #0c9347;
    border-color: #0c9347;
    font-weight: 100;
}
/*Timkiem*/
#header-search {
    position: relative;
}
.stellarnav.light li #header-search a:hover {
    color: #333 !important;
    background: none !important;
    border-radius: 0 !important;
}
.myClass>a:after {
    position: absolute;
    top: 100%;
    left: 0px;
    content: "";
    display: block;
    width: 100%;
    height: 10px!important;
    background: transparent;
    z-index: 99;
}
.myClass a span:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    margin-top: -1px!important;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #03a9f4!important;
    /* display: none; */
}
#header-search a.search-icon {
    display: block;
    font-size: 13px;
    color: #fff;
}
#header-search a.search-icon {
    color: #222;
}
.fa-search:before {
    content: "\f002";
}
.search-box-wrap {
    background: #ffffff;
    display: none;
    position: absolute;
    right: 0;
    padding: 10px;
    z-index: 9991;
    border-top: 3px solid #03a9f4;
    margin-top: 5px!important;
}
#header-search .form-control{
    font-size: 12px;
    border: 1px solid #03a9f4;
    width: 180px;
    margin-bottom: 0;
    border-radius: 0;
    margin-right: 5px;
}
#header-search .btn{
    border-radius: 0;
}
#header-search .btn-success {
    color: #fff;
    background-color: #03a9f4;
    border-color: #03a9f4;
    margin-left: 0;
}

/*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: 550px !important;
    /*object-fit: cover;*/
}
.banner-slide img{
    width: 100%;
    height: 120px;
    object-fit: cover;
    margin-top: 10px;
}
.banner-slide-2 img{
    width: 100%;
    height: 363px;
    object-fit: cover;
    margin-top: 5px;
}
/*end slide*/
/*slide-cap*/
.slide-cap{
    background: #ec0000;
    padding: 30px 0;
}
.slide-cap-content{
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}
.slide-cap-more a{
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border-radius: 20px;
    padding: 8px 30px;
    font-weight: 700;
    border: 1px solid #fff;
}
/*slide-cap*/
/*main-content*/
.main-content{
    padding: 40px 0;
}
.bg-index{
  /* background: #e7e7e7 url(../../images/bg_service.jpg) no-repeat right bottom; */
}
.bg-index .index-title span {
    color: #000;
}
.bg-index .index-box-name-2 a {
    color: #000;
}
.bg-index .index-box-des-2{
    color: #fff;
}
.index-title{
    position: relative;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    color: #ed1b24;
}
.index-title b {
    display: block;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: #949494;
}
.index-title span{
    margin: 0 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
}
.index-title img{
    text-align: center;
    margin: auto;
}
.index-des{
    text-align: center;
    width: 50%;
    margin: auto;
    margin-top: 10px;
}
.index-box{
    margin-top: 25px;
    position: relative;
}
.bg-index-2{
	background: #f3f3f3;
}
.index-box-img {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.index-box-img img{
    width: 100%;
    height: 170px;
    object-fit: cover;
    padding-bottom: 0;
    border: 1px solid #e6e6e6;
}
.index-box-img a:after {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    -ms-transform: scale(0.01, 0.01);
    -webkit-transform: scale(0.01, 0.01);
    transform: scale(0.01, 0.01);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.index-box-img:hover a:after {
    opacity: 1;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.index-box-name{
    text-align: center;
}
.index-box-name a{
    font-weight: bold;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
}
.index-box-name a:hover {
    color: #3e93e7;
}
.index-box-des {
    margin-top: 15px;
    color: #777;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    height: 40px;
}
.index-box-name-2{
    text-align: left;
}
.index-box-img-new img {
    height: 170px;
}
.index-box-name-new{
    text-align: left;
}
.index-box-name-new a{
    color: #333;
    font-size: 13px;
}
.index-box-des-new{
    font-size: 12.5px;
    text-align: left;
    margin-top: 10px;
}
/*main-content*/
/*banner-content-2*/
.banner-content-2 {
    background: url(../../images/bg_dknt.jpg) no-repeat fixed center center / cover;
    color: #fff;
    font-size: 15px;
    min-height: 265px;
    padding: 60px 15px 10px;
    text-align: center;
}
.banner-index-2-title{
    font-weight: 700;
    font-size: 22px;
}
.banner-index-2-content{
    font-size: 16px;
    margin: 10px 0 25px 0;
}
.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;*/
}
.banner-index-2-more a:hover{
    background: #069c54;
}
/*.banner-index-2-more a:last-child{
    margin-right: 0;
    background-color: #3d85c6;
}*/
/*banner-content-2*/
.about{
    padding: 50px 0;
    position: relative;
}
.about-box{
    margin-top: 25px;
}
.about-title{
    text-align: center;
    margin-top: 10px;
}
.about-title a{
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
}
.about-title a:hover{
    color: #3e93e7;
}
.about-des{
    text-align: center;
    margin-top: 15px;
    font-size: 12.5px;
}
.about-img{
    position: relative;
    overflow: hidden;
}
.about-img img{
    margin: auto;
    height: 170px;
    width: 100%;
    object-fit: cover;
    border: 1px solid #e6e6e6;
}
.about-img a:after {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    -ms-transform: scale(0.01, 0.01);
    -webkit-transform: scale(0.01, 0.01);
    transform: scale(0.01, 0.01);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.about-img:hover a:after {
    opacity: 1;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.about-cap{
    padding: 50px 0;
}
.about-cap-title{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    color: #ed1b24;
    margin-bottom: 15px;
}
.about-cap-img img{
    width: 100%;
    border: 1px solid #e6e6e6;
    height: 350px;
    object-fit: cover;
}
.owl-dots {
    text-align: center;
    text-align: center;
    margin-top: 30px;
}
.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: #ed1b24 !important;
    border: 1px solid #ccc;
}
/*main-content-2*/
.index-box-2{
    margin-top: 30px;
}
.index-box-2:hover .index-box-name-2 a{
    color: #000;
}
.index-box-img-2 {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.index-box-img-2 img{
    border-radius: 5px;
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.index-box-name-2{
    text-align: center;
}
.index-box-name-2 a{
    font-size: 16px;
    color: #252525;
    text-decoration: none;
    text-transform: uppercase;
}
.index-box-des-2 {
    margin-top: 15px;
    color: #333333;
    font-size: 15px;
}
.index-read{
    margin-top: 35px;
    text-align: center;
}
.index-read a{
    background: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    border: 1px solid #e5e5e5;
}
.index-read a:hover {
	background: #fff200ab;
    color: #333;
    border: 1px solid #fff200ab;
}
/*main-content-2*/
/*why-box*/
.main-content-2{
    background: url(../../images/bg.jpg);
    opacity: 1;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
    padding: 50px 0;
}
.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{

}
.index-box-name-3 a{
    font-weight: 700;
    font-size: 16px;
    color: #252525;
    text-decoration: none;
    text-transform: uppercase;
}
.index-box-name-3 a:hover{
    color: #ffad00;
}

/*why-box*/
/*new-box*/
.new-box{
        border: 1px solid #ebebeb;
    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:hover .new-box-name a{
    color: #ffad00;
}
.new-box-img img{
    width: 100%;
    height: 153px;
    object-fit: cover;
}
.new-box-cap{
    padding: 15px 15px 15px 0;
}
.new-box-name a{
    font-size: 16px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}
.new-box-name a:hover{
    color: #ffad00;
}
.new-box-des{
    margin-top: 10px;
    color: #000;
    font-size: 14px;
}
.no-pad-right{
    padding-right: 0;
}
.is-divider {
    height: 2px;
    display: block;
    background-color: rgb(196 196 196);
    margin: 7px 0;
    width: 100%;
    max-width: 30px;
}
/*new-box*/
/*footer*/
#footerMidle {
    padding: 30px 0px;
    position: relative;
    color: #333;
    background: #f6f6f6;
}
.logoFt img {
    margin-top: 70px;
}
.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: 17px;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.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;
    text-decoration: none;
}
.menuLink ul li a:hover {
    padding-left: 7px;
    color: #333;
}
.imgHl {
    float: left;
    margin-right: 10px;
}
.boxHotline b {
    display: block;
    color: #f81818;
    font-size: 17px;
}
.boxHotline i{
    color: #A0A0A0;
}
.listSocial ul{
    margin: 0;
    padding: 0;
}
.listSocial ul li {
    margin-right: 3px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
}
.listSocial ul li.facebook {
    background: #3b5998;
}
.listSocial ul li.google-plus {
    background: #dc4e41;
}
.listSocial ul li.twitter {
    background: #55acee;
}
.listSocial ul li.instagram {
    background: #6a453b;
}
.listSocial ul li a i{
    color: #fff;
    line-height: 25px;
}
.listSocial ul li a .fa {
    padding-right: 0;
}
.socical-foot {
    margin-bottom: 10px;
    margin-top: 25px;
    cursor: default;
}
/*footer*/
/*copy-right*/
#footerBottom {
    background: #ec0000;
    color: #fff;
}
#footerBottom .footer-coppyright {
    padding: 15px 0px;
    text-align: center;
    position: relative;
}
.footer-coppyright *{
    color: #fff;
}
.footer-coppyright *:hover{
    color: #fff;
}
/*end copy-right*/
/*theH*/
.theH {
    text-align: center;
    background: #f6f6f6;
}
.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;
    color: #585858;
    margin-top: 0;
    margin-bottom: 5px;
}
/*theH*/
/*page*/
.content{
    padding: 30px 0;
}
nav.breadcrumb{
    background: url(../../images/telesale.jpg) top right;
    padding: 50px 0;
    margin-bottom: 0;
    position: relative;
}
ol.breadcrumb {
    list-style: none;
    border-radius: 0;
    background: none;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    position: relative;
}
.background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #f0f0f0;
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.background-overlay-page{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #272727;
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.breadcrumb h1{
    margin: 0;
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}
.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #fff;
}
.breadcrumb p{
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}
.breadcrumb a{
    text-decoration: none;
    color: #fff;
}
.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: 175px;
    object-fit: cover;
}
a.list-item-title {
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    color: #383838;
}
a.list-item-title:hover {
    color:#048fce;
}
.list-item-date {
    margin-top: 5px;
    color: #c0c0c0;
    font-size: 11px;
    margin-bottom: 3px;
}
.list-item-date-sidebar{
    margin-top: 3px;
    color: #c0c0c0;
    font-size: 11px;
}
.list-item-mo-ta {
    font-size: 14px;
    margin-bottom: 0;
    color: #7c7c7c;
}
.detail-content-description{
    color: #c0c0c0;
    font-size: 11px;
    margin-bottom: 3px;
}
.detail-content-body-names h1{
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 23px;
}
.box-sidebar-page{
    background: #fff;
    margin-bottom: 25px;
    /*box-shadow: 0 1px 6px #dcdcdc;*/
}
.box-sidebar-body{
/*    padding: 10px;
    border: 1px solid #e8e8e8;
    border-top: none;*/
}
.box-sidebar-body ul li:first-child {
    margin-top: 0;
}
.box-sidebar-page-index{
    margin-top: 5px;
}
.box-sidebar-page:last-child{
    margin-bottom: 0;
}
.box-sidebar-title{
    display: block;
    line-height: 1;
    font-size: 13px;
    font-weight: 400;
    color: #333;
    border-width: 0 0 0 3px;
    border-style: solid;
    border-color: #13aff0;
    letter-spacing: 1px;
    padding-left: 15px;
    margin: 0 0 20px;
    text-transform: capitalize;
    color: #ec0000;
    border-color: #ec0000;
}
.box-sidebar-body ul{
    margin: 0;
    padding: 0;
}
.box-sidebar-body ul li{
    list-style: none;
}
.box-sidebar-body li a {
    color: #000;
    text-decoration: none;
    padding: 5px 0;
    display: block;
    border-bottom: 1px solid #e8e8e8;
}
.box-sidebar-body li:last-child a{
    border-bottom: none;
}
.box-sidebar-body li a:hover{
    color: #048fce;
}
.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: 70px;
    width: 100%;
    object-fit: cover;
}
.sidebar-product-name a{
    color: #333;
    text-decoration: none;
    font-size: 13px;
}
.sidebar-product-name a:hover{
    color: #048fce;
}
.page-content-recents-title{
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    border-top: 1px solid #eaeaea;
    padding-top: 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: #048fce;
}
.page-content-recents-body ul li a:hover {
    padding-left: 7px;
    color: #048fce;
}
.form-dang-ky, .caption-contact{
    background: #f5f5f5;
    padding: 20px;
}
.form-dang-ky .form-control{
    box-shadow: none;
}
.map-contact iframe{
    width: 100% !important;
    height: 186px !important;
}
.caption-contact-title{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}
.block-tag{
    margin-top: 20px;
}
.block-tag a{
    background: #e4e4e4;
    padding: 2px 5px;
    margin-right: 5px;
    color: #ef6c0f;
}
.foot-map iframe{
    width: 100% !important;
    height: 200px !important;
}
.no-pad-left{
    padding-left: 0;
}
.chi-tiet-bai-viet h2, .chi-tiet-bai-viet h3 {
    color: #0b74bd;
    line-height: 32px;
    text-transform: uppercase;
    margin-top: 0;
    padding: 0;
    margin-bottom: 12px;
}
.border-right{
    border-right: 1px solid #f1f1f1;
}
.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;
}
.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;
}
.header-mobile{
    display: none;
}
.desktop-theme{
    display: block;
}
/*page*/

/*mobile*/
@media (max-width: 767px){
    .desktop-theme{
        display: none !important;
    }
    .header-mobile{
        display: block;
    }
    .search{
        display: none;
    }
    .no-pad{
        padding: 0;
    }
    .stellarnav.light .call-btn-mobile, .stellarnav.light .location-btn-mobile, .stellarnav.light .menu-toggle {
        color: #fff;
    }
    .stellarnav.mobile.light ul {
        background: #00acec;
    }
    .stellarnav.light li a.active {
        background: #00acec;
    }
    .stellarnav.light li a {
        color: #fff;
    }
    .stellarnav.light li a.active {
        color: #fff;
    }
    .stellarnav ul ul {
        background: #fff;
        min-width: 230px;
        border-radius: 0;
        box-shadow: none;
        border: none;
        margin-top: 0 !important;
    }
    .slider img {
        height: 142px !important;
    }
    .index-box-img img {
        height: 230px;
    }
    .index-box-img-new img {
        height: 220px;
    }
    .about-cap-des{
        margin-top: 10px;
    }
    .index-title{
        text-align: center;
        display: block;
    }
    .index-title b{
        display: none;
    }
    .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: 220px;
        margin-bottom: 10px;
    }
    .list-item:last-child {
        margin-bottom: 15px;
    }
    .list-item .no-pad-left{
        padding-left: 15px;
    }
    .chi-tiet-bai-viet img{
        width: 100% !important;
        height: auto !important;
    }
    nav.breadcrumb {
        padding: 50px 10px;
    }
    .sidebar-product .no-pad-right{
        padding-right: 0;
    }
    .sidebar-product-img img {
        height: 65px;
    }
    .form-dang-ky{
        margin-bottom: 15px;
    }
    .logo img {
        height: 60px;
        margin-top: 0;
        margin: 5px 0;
    }
    .stellarnav.light li a:hover {
        background: none;
        color: #fff;
    }
    .stellarnav.mobile>ul>li>a {
        padding: 10px 15px;
    }
    .stellarnav .dd-toggle {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        width: 35px;
        height: 35px;
        text-align: center;
        z-index: 9999;
        border: 0;
    }
    .stellarnav.light ul ul li a {
        color: #fff;
    }
    .stellarnav.light li a.active {
        border-radius: 0;
    }
    .index-box-img-2 img {
        height: 200px;
    }
    .box-sidebar-page {
        margin-top: 30px;
    }
    .logoFt img {
      margin-top: 0;
      height: 50px;
      margin-bottom: 15px;
  }
  #footerMidle .col-md-4, #footerMidle .col-md-3{
  	margin-bottom: 40px;
  }
  .footerCol .h4-foot {
        font-size: 17px;
        display: block;
        margin-bottom: 10px;
        text-transform: uppercase;
  }
    .header-hotline {
        padding-left: 45px;
        background-position-y: 5px;
        background: url(../../images/header-icon-support.png) left center no-repeat;
        margin-top: 0;
    }
    .header-hotline-title {
        font-size: 13px;
    }
    .anh-san-pham img {
        height: 384px;
    }
    .site-name{
    	display: none;
    }
    .header-hotline-body {
      font-size: 14px;
  }
  .navbar {
        min-height: 50px;
        background: #00acec;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
    .mobile-none {
        display: block;
    }
    .logo-cap{
        margin-top: 6px;
    }
    .logo-cap-title{
        font-weight: 700;
        font-size: 14px;
        text-align: center;
    }
    .logo-cap-des{
        color: #777;
        text-align: center;
    }
    .top-bar{
        display: none;
    }
    .header {
        padding: 0 !important;
        border-bottom: none;
    }
    .fixed .navbar {
        margin-top: 0 !important;
    }
    #header-search a.search-icon {
        color: #fff;
    }
    .header .col-xs-4{
        padding-right: 0;
    }
    .li-btn{
        display: none !important;
    }
    .slide-cap-more{
        text-align: center;
    }
    .slide-cap-content {
        margin-bottom: 20px;
    }
    .index-des {
        width: 80%;
    }
    .about-img img {
        margin: auto;
        height: 120px;
    }
    .index-box-name-new a {
        font-size: 14px;
    }
    .index-box-des-new {
        font-size: 14px;
    }
    .banner-content-2 {
        min-height: 350px;
    }
}
/*mobile*/
/*alo*/
.float-icon-hotline {
    display: block;
    width: 40px;
    position: fixed;
    bottom: 100px;
    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: 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*/