[class*="align-items"] {
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
[class^="products-"] .slide-product {
    max-height: none;
    padding: 0 25px;
}
.slick-prev {
    left: 15px;
}
.slick-next {
    right: 15px;
}
.align-items--between{
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.align-items--center {
    -webkit-justify-content: center;
    justify-content: center;
}
.card--products-list img {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.card--products-list:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.card--products-list .card-buy a {
    border-radius: 0;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
.card--news .card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    height: 32px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.card__content .description {
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
/*HEADER*/
.form_search{
    width: 235px;
    float: right;
    height: 30px;
    margin-right: 10px;
}
.form_search button{
    float: left;
    width: 30px;
    padding: 0px;
    text-align: center;
    height: 30px;
    font-size: 12px;
    border-radius: 0px;
}
.form_search input{
    width: calc(100% - 30px);
    float: left;
    height: 30px;
    border: 1px solid #eee;
    background: none;
    padding-left: 20px;
}
header{
    height: 120px;
}
.header__top{
    padding-top: 5px;
}
.header__top-wrap{
    display: flex;
    align-items: center;
    transform: translateY(-10px);
}
.header__top-wrap .header__top-logo{
    flex:1.7;
    padding-left: 10px;
}
.header__top-wrap .header__top-logo a{
    display: block;
    max-height: 100px;
    padding: 10px 0px;
    padding-top: 5px;
}
.header__top-wrap .header__top-logo a p{
    text-align: center;
    font-size: 16px;
    position: relative;
}
.header__top-wrap .header__top-company {
    padding-top: 13px;
    margin-left: 50px;
}

.header__top-wrap .header__top-company p{
    font-size: 26px;
    margin-bottom: 8px;
    //color: #00ACEB;;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 3px;
    padding: 0px 20px;
    text-align: center;
}
.header__top-wrap .header__top-company span{
    display: block;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 5px;
    font-family: 'Quicksand', sans-serif;
    color: #666;
}
.divider{
    height: 8px;
    width: 100%;
    background: url(../icons/divider.png) center center;
    background-size: cover;
    opacity: 0.5;
}
.menu_md{
    background: #ED0A00;
    color: #fff;
    max-width: 1200px;
    margin: 0 auto;
}
.menu_md .menu >ul >li{
    float: left;
    position: relative;
}
.menu_md .menu >ul >li.is-active, .menu_md .menu >ul >li:hover {
    background: rgba(0, 0, 0, 0.1);
}
.menu_md .menu >ul >li >a{
    display: block;
    padding: 10px 20px 8px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.menu_md .menu >ul >li >ul{
    position: absolute;
    width: 250px;
    z-index: 111;
    background: #fff;
    border: 1px solid #eee;
    border-bottom: 2px solid #D50900;
    //border-top: 2px solid #D50900;
    padding: 10px 15px;
    display: none;
}
@media (min-width: 1025px){
    .menu_md .menu >ul >li:hover >ul{
        display: block;
    }
}
.menu_md .menu >ul >li >ul >li >a{
    display: block;
    padding: 5px;
    transition:all 0.2s linear;
}
.menu_md .menu >ul >li >ul >li >a:before{
    content: '\f10c';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 8px;
    color: #ccc;
    margin-right: 10px;
    display: inline-block;
    transform: translateY(-3px);
}
.menu_md .menu >ul >li >ul >li >a:hover{
    padding-left: 20px;;
    color: #0058B5;
}
.header__top-wrap .header__top-contact{
    flex: 3;
    padding-top: 25px;
}
.header__top-wrap .header__top-contact.hide{
    visibility: hidden;
}
.header__top-wrap .header__top-contact p{
    font-size: 14px;
    letter-spacing: 0.5px;
}
.header__top-wrap .header__top-contact p i{
    margin-right: 9px;
    font-size: 14px;
    //opacity: 0.6;
}
.header__top-wrap .header__top-contact p span{
    display: inline-block;
}
.header__top-wrap .header__top-contact p span i{
    margin-left: 15px;
    //color: #00ACEB;
}
/*MENU*/
.header__navbar {
    background-color: #DA251C;
}
.header__navbar-menu > li {
    float: left;
}
.header__navbar-menu > li > a {
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
    z-index: 1;
     -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.header__navbar-menu > li > a:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background-color: transparent;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

.sub-menu {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    background-color: #0094DF;
    min-width: 220px;
    padding: 0 15px;
    position: absolute;
    z-index: 99999;
}
.header__navbar-menu > li:hover > .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: transform .3s ease, opacity .2s ease .1s;
    -webkit-transition: -webkit-transform .3s ease, opacity .2s ease .1s;
}
.sub-menu > li {
    border-bottom: 1px dashed #FFFFFF;
}
.sub-menu > li:last-child {
    border-bottom: none;
}
.sub-menu > li a {
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    line-height: 40px;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}
.sub-menu > li a:hover {
    color: #DA251C;
}
/*SIDEBAR*/
.sidebar-item__title {
    border: 1px solid #eee;
    font-size: 15px;
    padding: 8px 10px;
    text-transform: uppercase;
    word-spacing: 2px;
    background: #555;
    color: #fff;
    position: relative;
}
.sidebar-item__title:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left:0;
    background: rgba(255, 255, 255, 0.1);
}
.sidebar-item > ul {
    border: 1px solid #eee;
    border-top: 0 solid #eee;
    border-bottom: 0 solid #eee;
    margin-bottom: 20px;
}
.sidebar-item > ul > li{
    border-bottom: 1px solid #eee;
    padding: 10px;
    position: relative;
}
.sidebar-item > ul > li > a{
    display: flex;
    align-items: center;
}
.sidebar-item > ul > li > a >img{
    max-height: 30px;
    margin-left: 5px;
    margin-right: 10px;
}
.sidebar-item > ul > li > a > span{
    flex:4;
    text-transform: uppercase;
    //font-family: 'Quicksand', sans-serif;
    font-size: 13px;
}
.sidebar-item > ul > li > a > i{
    flex:1;
    text-align: right;
}
.sidebar-item > ul > li:hover > a,.sidebar-item > ul > li a.is-active, .sidebar-item > ul > li a:hover {
    color: #0094DF;
}
.sidebar-item .sidebar-item__list--brand img{
    vertical-align: middle;
}
.sidebar-item .sidebar-item__list--brand > li > a > span{
    display: inline-block;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
}
.list-lv2 {
    background-color: #FFFFFF;
    left: 125%;
    opacity: 0;
    position: absolute;
    top: 0px;
    transition: all .5s;
    visibility: hidden;
    width:300px;
}
.sidebar-item > ul > li.is-active > .list-lv2, .sidebar-item > ul > li:hover > .list-lv2{
    border-bottom: 1px solid transparent;
    border: 1px solid #ebebeb;
    left: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 9999999;
}
.sidebar-item > ul > li:hover{
    border-left: 3px solid #ED0A00;
}
.list-lv2 > li {
    border-bottom: 1px solid #eee;
    padding: 10px;
    text-transform: uppercase;
    //font-family: 'Quicksand', sans-serif;
    font-size: 13px;
    padding-top: 14px;
}
.list-lv2 > li >a:before{
    content: '\f10c';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 8px;
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
    transform: translateY(-3px);
}
.sidebar-item__list {
    border: 1px solid #eee;
    border-top: 0 solid #eee;
}
.sidebar-item__list .card--border{
    border: none;
}
.sidebar-item__list .slick-prev, .sidebar-item__list .slick-next {
    top: -37px;
    right: 3px;
    height: 20px;
    width: 15px;
    font-size: 10px;
    border: 1px solid #CCCCCC;
    color: #CCCCCC !important;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.sidebar-item__list .slick-prev {
    right: 20px;
    left: initial;
}
/*FOOTER*/

.footer-top{
    border-bottom: 1px solid #ccc;
    text-align: center;
    box-shadow: 0px -4px 10px #ccc;
    background: #fff;
    font-size: 24px;
    padding-top: 10px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 3px;
}
.footer-top a{
    display: table;margin: 10px auto;
}
.footer-top img{
    height: 45px;
    margin: 0 auto;
    transform: translateY(-2px);
}
.footer-top button{
    padding: 11px 20px !important;
}
#lienhe .form-group{
    width: 400px;
    background: rgba(0,0,0,0.2);
    margin: 10px 0px;
    padding: 0px 15px;
    color: #fff;
}
#lienhe .form__input{
    background-image: none;
    color: #333;
}
#lienhe form button{
    padding: 17px 35px !important;
    border-radius: 0px !important;
    margin-top: 10px;
}

.footer-top span{
    text-transform: uppercase;
    font-size: 17px;
    line-height: 50px;
    padding: 0px 10px;
}
// .footer-top span, form{
//     display: inline-block;
//     align-self:center;
//     vertical-align: -webkit-baseline-middle;
// }
.footer-center{
    background: url(../icons/Backgrounds.jpg);
    padding: 20px 0px;
}
.footer-center a{
    color: #555;
    display: block;
    font-size: 13px;
    padding: 5px;
}
.footer-center a i{
    margin-right: 5px;
}
.footer-center .title{
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding: 5px 0px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.footer-center .title >span{
    display: table;
    position: relative;
}
.footer-center .title >span:after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #f00;
    bottom: -5px;
}
.footer-center .logo{
    margin-left: 0px;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}
.footer-center .text{
    text-align: center;
    margin-top: 20px;
}
.contact_info ul li{
    display: flex;
    padding: 0px;
    color: #555;
}
.contact_info ul li a{
    font-size: 14px;
}
.contact_info ul li span{
    float: left;
}
.contact_info ul li span:first-child{
    /* width: 30px; */
    margin-right: 10px;
    height: 30px;
    line-height: 22px;
    border-radius: 5px;
    text-align: center;
}
.contact_info .social a{
    display: inline-block;
    margin-left: 5px;
    color: #fff;
}
.contact_info .social a i{
    margin-right: 0px;
}

.footer-bottom{
    background: #999;
    border-top: 1px solid #ccc;
    font-size: 13px;
    color:#fff;
    padding: 5px 0px;
}
.footer-bottom__wrap{
    display: flex;
}
.footer-bottom__wrap .pull-left{
    align-self:center;
    flex:1;
}
.footer-bottom__wrap .pull-right{
    align-self:center;
    text-align: right;
    flex:1;
}
.footer-bottom__wrap .pull-right span{
    transform: translateY(-3px);
    display: inline-block;
    margin-right: 3px;
}
.modified li{
    display: inline-block;
    width: 49%;
}
.left{
    width: 22%;
    float: left;
}
.right{
    width: 78%;
    float: left;
    padding-left: 20px;
}
.left .category{
    background: rgba(0, 0, 0, 0.1);
    font-size: 15px;
    font-weight: bold;
    padding: 7px 12px;
    text-transform: uppercase;
    padding-top: 9px;
}
// .left .category i{
//     float: left;
//     margin-top: 4px;
// }
.main__sidebar .sidebar-item{
    background: #fff;
}
.main {
    background: url('../icons/Backgrounds.jpg');
    padding-bottom: 10px;
}
.wrap-right{
    padding: 15px 30px;
    background: #fff;
}
/******Tab****/
.tab{
    position: relative;
    border: none;
}
// .tab:before{
//     content: '';
//     display: block;
//     position: absolute;
//     width: 100%;
//     height: 1px;
//     background: #555;
//     top: 3px;
//     left:0;
// }
// .tab:after{
//     content: '';
//     display: block;
//     position: absolute;
//     width: 100%;
//     height: 1px;
//     background: #555;
//     bottom: 3px;
//     left:0;
// }
#product .tab span{
    padding: 12px 10px;
    cursor: pointer;
    position: relative;
    z-index: 11;
}
.tab >span >span{
    padding: 5px;
    position: relative;
    text-transform: uppercase;
}
.tab >span{
    overflow: hidden;
    float: left;
    margin-bottom: 0px;
    padding:8px;
    position: relative;
    cursor: pointer;
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.tab >span.is-active{
    color: #fff;
    border-bottom: snow;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 5px 5px 0px 0px;
}
.tab >span:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ED0A00;
    top: 0px;
    border-radius: 3px 3px 0px 0px;
    transition:all 0.2s linear;

}
.tab >span:first-child:before{
    right:-100%;
}
.tab >span:first-child.is-active:before{
    right: 0;
}
.tab >span:last-child:before{
    left:-100%;
}
.tab >span:last-child.is-active:before{
    left: 0;
}
.card--products .card__content .card-title{
    white-space: normal;
    font-weight: normal;
    line-height: 20px;
}
.card--products .card__content a:last-child{
    display: table;
    font-size: 12px;
    border: 1px solid #ddd;
    padding: 5px 15px;
    margin: 20px auto;
    text-transform: uppercase;
}
.card--products .card__content a:last-child:hover{
    color:#fff;
    background: #00ACEB;

}
.card--products .card__content a:last-child:hover:before{
    color: #fff;
}
.card--products .card__content a:last-child:before{
    content: "\f178";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 5px;
    font-size: 12px;
    color: #999;
}
.card--products:hover {
       border: 1px solid transparent;
}
/****SIDEBAR*****/
.sidebar-item .slick-prev,.sidebar-item .slick-next{
    top: 0;
    width: 20px;
    height: 20px;
    font-size: 10px;
    border: 1px solid #ccc;
    margin-top: 15px;
    margin-right: 15px;
}
.sidebar-item .card--products{
    transform: translateX(5px);
}
.sidebar-item .slick-prev{
    left: calc(100% - 60px);
}
.slick-slider:hover .slick-prev, .slick-slider:hover .slick-next{
    color:#555;
}
.slick-prev:hover,.slick-next:hover{
    background: transparent;
}
.card--news .col-6 .card-title{
    font-size: 14px;
    text-transform: none;
    margin-top: 20px;
}
.card--news .col-8 .card-title{
    font-size: 13px;
    margin-top: 10px;
    font-weight: normal;
    padding-left: 7px;
    overflow: initial;
    height: auto;
    display: block;
    line-height: 18px;
}
.card--news .col-8 a:last-child{
    font-size: 12px;
}
.sidebar-item .card--news{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.sidebar-item > ul.brand > li {
    border-bottom: 1px solid #fff;
}
.sidebar-item > ul.brand > li:nth-child(n+10){
    display: none;
}
.sidebar-item > ul.brand > li:last-child{
    display: block;
    text-align: center;
    text-transform: uppercase;
    background-color: #DA251C;
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}
.sidebar-item > ul.brand > li:last-child:hover{
    border: none;
}
.sidebar-item > ul.brand > li:hover > .list-lv2{
       background: rgba(236,236,236,1);
       border: 5px solid #fff;
}
.sidebar-item > ul.brand > li:hover > .list-lv2 >li{
    border-bottom: 1px solid #fff;
}
.left .category >span:first-child {
    width: 20px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 8px;
    display: inline-block;
    color: #ddd;
}
/******PAGE DETAIL******/
.page-news-detail .desc_short{
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0px 31px;
    font-weight: 600;
}
/****Danh mục cấp 2******/
.list-product .form__input{
    background-image: none;
}
.card--products:hover {
    border: 1px solid #fff;
    border-bottom: 2px solid #fff;
}
th {
    text-transform: uppercase;
}
.card__content .content__source{
    color: #999;
}
.detail-new .page-title{
    display: flex;
}
.detail-new .page-title >div:last-child{
    flex:1;
    text-align: right;
    font-weight: normal;
    font-size: 14px;
}
.detail-new .page-title >div:last-child>span{
    margin-right: 10px;
}
.detail-new .page-title >div:last-child i.fa-facebook{
    color: #365899;
    margin-right: 5px;
}
.detail-new .page-title >div:last-child i.fa-google-plus-square{
color:#CC2127;
}
.detail-new .page-title >div:last-child:before{
    content: '';
    display: inline-block;
    width: 65px;
    height: 1px;
    background: #ddd;
    margin-right: 20px;
}
.chat-zalo {
    position: fixed;
    bottom: 30px;
    width: 50px;
    right: 10px;
}
.chat-zalo:not(:hover) {
    -webkit-animation: tabstep 1s infinite;
    -o-animation: tabstep 1s infinite;
    animation: tabstep 1s infinite;
}
/* BEGIN c-animate-tabstep */
@keyframes tabstep {
  20% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  70% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/* END c-animate-tabstep */