body{
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}
@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}
a {
    color: #428bca;
    text-decoration: none;
}
.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;
}
.menu-fixed{
    position: fixed;
    z-index: 100;
    top: 70px;
    right: 190px;
    transition: all 0.5s;
}
.fixed .navbar {
    margin-top: 5px !important;
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #888; 
}
/*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: #0088cc;
    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 {
    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: #0088cc !important;
}
.stellarnav.light li a {
    color: #333333;
    font-weight: 700;
}
.stellarnav.light li a:hover {
    border-radius: 20px;
    cursor: pointer;
    color: #ffffff!important;
    background: #0088cc !important;
}
.stellarnav ul ul {
    background: #0088cc;
    min-width: 230px;
    margin-top: 10px!important;
}
.stellarnav.light ul ul li a {
    font-weight: inherit;
    padding: 10px 15px;
    border-bottom: 1px solid #69a4c0;
    color: #fff;
    text-transform: inherit;
    font-weight: 100;
}
.stellarnav.light ul ul li:last-child a{
    border-bottom: none;
}
.stellarnav.light ul ul li a:hover {
    padding-left: 25px;
    transition: 300ms ease all;
    border-radius: 0;
}
.stellarnav li.has-sub>a:after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    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 #0088cc !important;
    /*display: none;*/
}
.li-btn a span {
    color: #fff;
    border: none;
    border-radius: 5px !important;
    padding: 9px 10px !important;
    font-size: 14px;
    font-weight: 700;
    background: #c50a0a;
}
.stellarnav.light .li-btn a:hover {
    background: none !important;
}
.li-btn a span:hover {
    background: linear-gradient( 46deg, #c50a0a 0%, #c50a0a 35%, #c50a0a 100%);
}
.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;
}
.li-btn i{
    color: #fff;
    background: #0088cc;
    padding: 3px 5px;
    border-radius: 3px;
    margin-right: 5px;
}
.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 #0088cc;*/
    margin-top: 24px!important;
}
#header-search .form-control{
    font-size: 12px;
    border: 1px solid #0088cc;
    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: #0088cc;
    border-color: #0088cc;
    margin-left: 0;
}

/*end menu*/
/*slide*/
.hero-carousel__cell img{
    width: 100%;
}

/*slide*/
/*about*/
.main-about{
    padding: 80px 0;
/*    background: url('../../images/bg_about.jpg');
    background-size: cover !important;
    background-repeat: no-repeat !important;*/
}
.main-about-title{
    color: #0088cc;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px;
}
.main-about-img{
    box-shadow: 0 6px 18px -2px rgb(12 12 12 / 12%);
    border: 1px solid #0088cc;
}
.main-about-img img{
    width: 100%;
    height: 325px;
    object-fit: cover;
}
.main-about-cap{
    width: 100%;
    margin-top: 30px;
    background: none;
    padding: 0;
}
.main-about-more{
    margin-top: 20px;
}
.main-about-more a{
    color: #fff;
    background: #0088cc;
    padding: 7px 10px;
}
.main-about-more a:hover{
    background: #0088cc;
}
.icon-box-img{
    margin: 0 auto 1em;
    width: 90px
}
.icon-box-text{
    text-align: center;
}
.icon-box-text span {
    color: #be0808;
    font-weight: 700;
    font-size: 16px;
}
.icon-box-text p{
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
    overflow: hidden;
    height: 42px;
}
.icon-box-text p span{
    font-size: 14px;
    font-weight: 100;
    color: #8b8b8b;
}
.bg-section {
    background: url(../../images/bg-section.jpg) no-repeat;
    background-size: cover;
    position: relative;
}
.bg-section:after {
    content: '';
    background-color: #0a141be0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 46deg, #000000 0%, #1f292e 35%, #000000 100%);
    opacity: 0.9;
}
.main-about-cap .col-inner{
    position: relative;
    z-index: 99;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 6px 18px -2px rgb(12 12 12 / 12%);
}
.main-about-cap .col-inner:hover{
    background: #f3f3f3;
}
    
.main-about-cap .col-inner a{
    display: block;
    padding: 15px 60px;
    text-decoration: none;
}
/*about*/
/*main-product*/
.main-product{
    padding: 50px 0;
    background: #ecf6fb;
}
.main-product-title{
    color: #0088cc;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px;
    text-align: center;
}
.main-product-des{
    text-align: center;
    font-size: 14px;
}
.box-product{
    margin-top: 25px;
    box-shadow: 0 6px 18px -2px rgb(12 12 12 / 12%);
}
.box-product:hover .box-product-name a{
    color: #0088cc;
}
.box-product-name {
    text-align: center;
    border: 1px solid #e1e1e1;
    height: 64px;
    display: grid;
    align-content: center;
    background: #fff;
}
.box-product-name a{
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 10px;
    color: #333;
}
.box-product-img{
    position: relative;
    overflow: hidden;
}
.box-product-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;
}
.box-product-img:hover a:after {
    opacity: 1;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.box-product-img img{
    width: 100%;
    height: 370px;
    object-fit: cover;
}
/*main-product*/
/*main-doitac*/
.main-doitac{
    padding: 50px 0;
}
.main-doitac-title {
    color: #0088cc;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px;
}
.main-doitac-des {
    font-size: 14px;
}
.box-doitac{
    margin-top: 15px;
}
.box-doitac img{
    width: 100%;
    height: 74px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #0000000f;
    border: 1px solid #e3e3e3;
}
.main-doitac-more .hero-carousel__cell, .main-doitac-more .hero-carousel__cell img {
    height: auto;
}
.main-doitac-more .hero-carousel__cell img{
    position: relative;
}
.box-doitac-text{
    position: absolute;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    background: #a6a6a6b8;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    left: 0;
    right: 0;
    bottom: 0;
}
.is-selected:hover .box-doitac-text{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: .9;
}
.main-doitac-more .flickity-page-dots {
    position: absolute;
    top: 15px;
    bottom: auto;
    left: 20%;
    right: 20%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}
/*main-doitac
/*main-khachhang*/
.main-khachhang{
    padding: 80px 0;
    background: url(../../images/bg-khachhang.jpg);
    position: relative;
}
.main-khachhang-title {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px;
    text-align: center;
    z-index: 99;
    position: relative;
}
.main-khachhang-des{
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
    z-index: 99;
    position: relative;
}
.icon-box-khachhang{
    display: flex;
}
.icon-box-img-khachhang{
    margin-top: 20px;
}
.icon-box-khachhang .icon-box-text-khachhang {
    margin-left: -20px;
    padding: 20px 50px;
    border-radius: 5px;
    box-shadow: 3px 4px 7px #00000040;
    border-bottom: 2px solid #0088cc;
    background: white;
    flex: 1 1 0px;
    margin-top: 35px;
    height: 155px;
}
.icon-box-img-khachhang{
    position: relative;
}
.icon-box-img-khachhang img {
    border-radius: 99%;
    padding-top: 0;
    width: 100%;
    height: 80px;
    margin-top: 50px;
    border: 3px solid #0088cc;
}
.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: rgb(255 255 255 / 11%);
    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: rgba(255,255,255,.5) !important;
    border: 1px solid #ccc;
}
.bg-index:after {
    background: #0a141be0;
    opacity: 0.9;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient( 46deg, #a5e1ff 0%, #85c2e1 35%, #0088cc 100%);
}
/*main-khachhang*/
/*main-new*/
.main-new{
    padding: 50px 0;
    background: #ecf6fb;
}
.main-new-title {
    color: #0088cc;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px;
    text-align: center;
}
.main-new-des {
    text-align: center;
    font-size: 14px;
}
.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: 180px;
    object-fit: cover;
    padding-bottom: 0;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}
.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 a {
    font-weight: bold;
    font-size: 15px;
    color: #333;
    text-decoration: none;
}
.index-box-name a:hover {
    color: #0088cc;
}
.index-box-des {
    margin-top: 15px;
    color: #5c5c5c;
    font-size: 14px;
    overflow: hidden;
    height: 40px;
}
/*main-new*/
/*page*/
.content{
    padding: 30px 0;
}
.header-page{
    background: url(../../images/bg-khachhang.jpg) no-repeat;
    background-size: cover;
    position: relative;
}
.header-page:after {
    background: #0a141be0;
    opacity: 0.9;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient( 46deg, #40819e 0%, #0088cc 35%, #166082 100%);
}
nav.breadcrumb{
    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;
    z-index: 99;
}
.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: #0c3c58;
    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;
    z-index: 99;
}
.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{
    position: relative;
    overflow: hidden;
}
.list-item-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;
}
.list-item img {
    width: 100%;
    height: 175px;
    object-fit: cover;
    border-radius: 5px;
}
.list-item-img:hover a:after {
    opacity: 1;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
a.list-item-title {
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    color: #383838;
}
a.list-item-title:hover {
    color: #0088cc;
}
.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;
    margin-top: 10px;
}
.detail-content-description{
    color: #c0c0c0;
    font-size: 11px;
    margin-bottom: 3px;
}
.detail-content-body-names h1{
    font-family: "Roboto Condensed", sans-serif;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 23px;
}
.box-sidebar-page{
    background: #fff;
    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: #0088cc;
    border-color: #0088cc;
}
.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: 60px;
    width: 100%;
    object-fit: cover;
}
.sidebar-product-name a{
    color: #333;
    text-decoration: none;
    font-size: 14px;
}
.sidebar-product-name a:hover{
    color: #0088cc;
}
.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: #0088cc;
    font-family: "Roboto Condensed", sans-serif;
}
.page-content-recents-body ul li a:hover {
    padding-left: 7px;
    color: #0088cc;
}
.form-dang-ky, .caption-contact{
    background: #f5f5f5;
    padding: 20px;
}
.form-dang-ky .form-control{
    box-shadow: none;
}
.map-contact iframe{
    width: 100% !important;
    height: 185px !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: 20px;
    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: #03a9f4;
    border-color: #03a9f4;
    cursor: default;
}
.menu-product-detail{
    background: #0c3b57;
}
.menu-product-detail ul{
    margin: 0;
    padding: 0;
}
.menu-product-detail ul li{
    list-style: none;
    display: inline-block;
}
.menu-product-detail ul li a{
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 12px;
}
.menu-product-detail ul li a.active, .menu-product-detail ul li a:hover{
    background: #cacaca;
    color: #333;
}
.box-product-detail{
    border: 1px solid white;
    padding: 20px;
    border-radius: 4px;
    background: white;
    box-shadow: 2px 2px 16px #0000001f;
    margin-top: 20px;
}
.box-product-detail-title{
    color: #50b949;
    font-size: 25px;
    margin-bottom: 40px;

    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%;
}
.box-product-detail-title b {
    display: block;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: #949494;
}
.box-product-detail-title span {
    margin: 0 15px;
    margin-left: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
}
.video-clip iframe{
    width: 100% !important;
    height: 245px !important;
}
.chi-tiet-bai-viet ul li{
    padding-bottom: 10px;
}
.chi-tiet-bai-viet ul li:last-child{
    padding-bottom: 0;
}
.chi-tiet-bai-viet p{
    line-height: 25px;
}
/*page*/
/*footer*/
#footerMidle{
    padding: 50px 0;
    background: url(../../images/bg-khachhang.jpg);
}
.logoFt img {
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 150px;
    margin: auto;
}
.groupFooter .info {
    margin-top: 10px;
    line-height: 25px;
    font-style: italic;
}
.notStyle {
    list-style: none;
    padding: 0;
    margin: 0;
}
.notStyle li{
    padding-top: 5px;
}
.notStyle li span{
    color: #fff;
}
.notStyle li i {
    color: #fff;
    background-color: #0088cc;
    border: 1px solid #0088cc;
    padding: 10px;
    margin-right: 5px;
    width: 33px;
    text-align: center;
}
.footerCol{
    position: relative;
    z-index: 99;
}
.footerCol .h4-foot {
    font-size: 17px;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.about-foot{
    text-align: justify;
    color: #fff;
    border: 1px solid rgba(255,255,255,.2);
    padding: 15px;
}
.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;
}
.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: #dc4e41;
}
.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;
    color: #fff;
}
/*footer*/
/*copy-right*/
#footerBottom {
    background: #0c3c17;
    background: linear-gradient( 46deg, #000000 0%, #1f292e 35%, #000000 100%);
    background-repeat: repeat-x;
    color: #fff;
    padding: 10px 0;
}
#footerBottom .footer-coppyright {
    position: relative;
    font-family: "Roboto Condensed", sans-serif;
}
.footer-coppyright *{
    color: #fff;
}
.footer-coppyright *:hover{
    color: #fff;
}
/*end copy-right*/
/*theH*/
.theH h1, .theH h2, .theH h3, .theH h4, .theH h5, .theH h6, .theH a, .theH p{
    font-size: 14px;
    display: inline-block;
    margin-right: 7px;
    padding: 0 5px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    line-height: inherit;
}
/*theH*/
/*footer*/
/*more*/
.mobile-display{
    display: none;
}
.desktop-display{
    display: block;
}
/*more*/
/*menu mobile*/
body {
    position: relative;
    overflow-x: hidden;
}
#sidebar-wrapper {
    z-index: 9999;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #e4e4e4;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}
#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}
#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}
/*Sidebar nav styles*/
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
}
.sidebar-nav li a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 10px 15px 10px 15px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #e4e4e4;
    box-shadow: none;
    border-top: 1px solid #d4d4d4;
}
.sidebar-nav li a:hover, .sidebar-nav li a:active, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {
    color: #5084ab !important;
    text-decoration: none;
    background-color: transparent;
}
/*Sidebar nav styles*/
/*Hamburger-Cross*/
.hamburger {
    position: fixed;
    top: 9px;
    right: 15px;
    z-index: 9999;
    display: block;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
}
.hamburger:hover, .hamburger:focus, .hamburger:active {
    outline: none;
}
.hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
}
.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom {
    background-color: #0088cc;
}
.hamburger.is-closed .hamb-top { 
    top: 5px; 
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
    bottom: 5px;  
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
    /*background-color: #fff;*/
    background: #0088cc;
}
.hamburger.is-open .hamb-top, .hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle {
    display: none;
}
.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
}
/*Hamburger-Cross*/
/*Overlay*/
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0b0b0bb3;
    z-index: 1000;
}
/*Overlay*/
/*form contact*/
.get-in-touch {
  max-width: 55%;
  margin: 50px auto;
  position: relative;
  	background: url(../../images/bg_about.jpg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.get-in-touch .title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 3.2em;
  line-height: 48px;
  padding-bottom: 48px;
     color: #5543ca;
    background: #5543ca;
    background: -moz-linear-gradient(left,#f4524d  0%,#5543ca 100%) !important;
    background: -webkit-linear-gradient(left,#f4524d  0%,#5543ca 100%) !important;
    background: linear-gradient(to right,#f4524d  0%,#5543ca  100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.contact-form .form-field {
  position: relative;
  margin: 32px 0;
}
.contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 2px 0;
  border-color: #5543ca;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.contact-form .input-text:focus {
  outline: none;
}
.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
}
.contact-form .label {
  position: absolute;
  left: 20px;
  bottom: 11px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #5543ca;
  cursor: text;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, 
  -webkit-transform .2s ease-in-out;
}
.contact-form .submit-btn {
  display: inline-block;
  background-color: #000;
   background-image: linear-gradient(125deg,#a72879,#064497);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  padding: 8px 16px;
  border: none;
  width:200px;
  cursor: pointer;
}
/*form contact*/
.logo-block{
    display: flex;
}
.logo-cap{
    margin-left: 15px;
}
.logo-cap-title{
    color: #b50005;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}
.logo-cap-des-1{
    color: #b50005;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}
.logo-cap-des-2{
    color: #b50005;
}
/*menu mobile*/
/*mobile*/
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 2) {
 	.hero-carousel__cell {
        height: 305px !important;
    }
    .stellarnav>ul>li>a {
        padding: 8px 3px;
    }
  	.video-clip iframe {
    	height: 210px !important;
  	}
  	.box-doitac img {
    	height: 45px;
  	}
    .box-product-img img {
      height: 250px;
  	}
    .index-box-img img {
      height: 145px;
  	}
}
@media (max-width: 767px){
    .logo-block{
        min-height: 40px;
    }
    .main-about-cap .col-inner a {
        padding: 15px;
    }
  	.get-in-touch {
        max-width: 100%;
      }
  	form.contact-form.row {
        width: 70%;
        margin: auto;
    }
  	.get-in-touch .title{
    	font-size: 20px;  
  	}
  	.contact-form .submit-btn {
        width: 100%;
    }
    .top-bar{
        display: none;
    }
    .header {
        padding: 5px 0;
    }
    .logo img {
        height: 40px;
    }
    .desktop-display{
        display: none;
    }
    .mobile-display{
        display: block;
    }
    .navbar-inverse {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
    .navbar {
        margin-top: 0;
    }
    .sidebar-brand{
        border-bottom: 1px solid #3f3f3f;
    }
    .sidebar-brand .navbar-form{
        padding: 0;
        margin-right: 15px;
        margin-left: 15px;
        border: none;
    }
    .icon-box-text p {
        height: auto;
    }
    .slide .hero-carousel__cell, .slide .hero-carousel__cell img {
        height: auto;
    }
    .main-about-img img {
        height: 230px;
    }
    .main-about-title{
        margin-top: 10px;
    }
    .main-about-cap .col-md-3{
        margin-bottom: 30px;
    }
    .main-about-cap .col-md-3:last-child{
        margin-bottom: 0;
    }
    .box-product-img img {
        height: auto;
    }
    .main-doitac .col-md-4{
        margin-top: 30px;
    }
    .logoFt img{
        margin-top: 0;
        margin-bottom: 30px;
        width: 100px;
        height: auto;
    }
    .margin-30{
        margin: 30px 0;
    }
    .box-sidebar-page{
        margin-top: 50px;
    }
    .list-item .no-pad-left{
        padding-left: 15px;
    }
    .list-item-img{
        margin-bottom: 10px;
    }
    .list-item-img img{
        height: 185px;
    }
    .form-dang-ky{
        margin-bottom: 30px;
    }
    .menu-product-detail ul li {
        list-style: none;
        display: list-item;
    }
    .menu-fixed {
        right: 15px;
    }
    .menu-product-detail ul li a {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 5px 10px;
        font-size: 13px;
        border-bottom: 1px solid #808080;
    }
    .menu-product-detail ul li:last-child a{
        border-bottom: none;
    }
    .flickity-prev-next-button {
        width: 30px;
        height: 30px;
    }
  	.chi-tiet-bai-viet img{
    	width: 100% !important;
      	height: auto !important;
  	}
    .main-about-cap {
        margin-top: 30px;
    }
    .main-about-cap .col-inner {
        padding: 10px;
        margin-top: 15px;
    }
    .index-box-img img {
        height: 210px;
    }
    .main-doitac-title{
        margin-top: 30px;
    }
    .about-foot{
        margin-bottom: 20px;
    }
    #sidebar-wrapper ul{
        padding-left: 0;
    }
}
/*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 .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;
}
.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*/