﻿/*
Theme Name: hoamattroi247.vn
Theme URI: hoamattroi247.vn
Author: hoamattroi247.vn
Author URI: hoamattroi247.vn
Description: hoamattroi247.vn
Text Domain: hoamattroi247.vn
Tags: dịch vụ, tin tức, bất động sản, công ty
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&subset=vietnamese');
* {
    margin:0;
    padding:0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    direction: initial;
}
body{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #0C0C0C;
}
body::-webkit-scrollbar{
    width:5px;
    height:5px;
}
body::-webkit-scrollbar-track{
    background:#fff;
    border-radius:10px;
    box-shadow:inset 0 0 6px rgba(0,0,0,.3)
}
body::-webkit-scrollbar-thumb{
    background:#666666;
    border-radius:10px
}
h1,h2,h3,h4,h5,h6{
    line-height: 1.25;
}
a:link{
    text-decoration: none;
}
a, a:link, a:visited {
    outline: none;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #0092db;
}
a{
    color: #333;
    outline: none !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

/*header*/
.header{
    border-top: 5px solid #287bbd;
}
.header-top{
    background: #DBDBDB;
    font-size: 13px;
}
.header-contact{
    float: left;
}
.header-contact li {
    margin-right: 12px;
    padding: 5px 0px;
    line-height: 20px;
    color: #0a0a0a;
    display: inline-block;
}
.header-contact li:last-child {
    margin-left: 12px;
}
.header-contact>li+li>a:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    border-left: 1px solid rgba(0,0,0,0.1);
    height: 15px;
    margin-top: -7px;
    left: -1em;
}
.header-contact li a:hover{
    color: #287bbd;
}
.language-header{
    float: right;
}
.language-header li{
    display: inline-block;
    padding: 5px 1px;
}
.logo-header img{
    display: block;
    margin: 10px auto;
    /*width: 100%;*/
    max-height: 88px;
}
.header-banner img{
    float: right;
}

/*header-nav*/
.search-header{
    float: right;
    width: 30px;
    position: relative;
    margin-top: 7px;
    overflow: hidden;
    transition: all 0.3s;
}
.search-header:hover{
    width: 160px;
}
.search-form{
    position: absolute;
    right: 0;
}
.search-header input{
    height: 30px;
    border: none;
    width: 100%;
    padding: 0px 30px 0px 15px;
    font-size: 13px;
    text-align: left;
}
.search-header button{
    background: #f00;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 30px;
    width: 30px;
    text-align: center;
    color: #fff;
}
.header-nav{
    background: #287bbd;
}
.header-nav .nav-header-inner{
    float: left;
}
.header-nav.affix{
    z-index: 1000;
    top: 0;
    left: 0;
}
@media(min-width: 1200px){
    .header-nav-div{
        min-height: 44px;
    }
}
.ul-nav-header>li{
    float: left;
    padding: 10px 0px;
    position: relative;
    border-left: 1px solid #fff;
    border-right: 1px solid #287bbd;
}
.header-nav .row{
    position: relative;
}
.ul-nav-header>li:first-child{
    border-left: none;
}
.ul-nav-header>li:last-child{
    border-right: none;
}
.ul-nav-header>li>a{
    display: block;
    color: #fff;
    line-height: 24px;
    padding: 0px 18px 0 16px;
    position: relative;
    font-size: 14.5px;
    text-transform: uppercase;
}
.ul-nav-header>li>ul{
    background: #287bbd;
    border-radius: 3px;
    font-size: 14px;
    min-width: 260px;
    z-index: 9;
    padding: 5px 0;
    margin: 0;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    border: 2px solid rgba(255,255,255,0.78);
    text-align: left;
    display: none;
}
.ul-nav-header>li.menu-item-has-children{
	padding-right: 8px
}
.open-submenu{
    position: absolute;
    top: 0;
    right: -8px;
    width: 28px;
    text-align: center;
    line-height: 25px;
    color: #fff;
}
.open-submenu:before {
    font:normal normal normal 17px/1 FontAwesome;
    content: "\f107";
}
 .open-submenu.active:before{
    content: "\f106";
}
@media(min-width: 1200px){
    .ul-nav-header>li>ul{
        position: absolute;
        visibility: hidden;
        top: 100%;
        opacity: 0;
        left: 0;
    }
    .ul-nav-header>li:hover,
    .ul-nav-header li.current-menu-item{
        background: #1a6cff;
        transition: all 0.3s;
    }
    .menu-item-has-children:hover>ul{
        opacity: 1;
        visibility: visible;
        display: block;
    }
    .ul-nav-header>li.col-product{
        position: initial;
    }
    .ul-nav-header>li.col-product>ul{
        width: 100%;
        min-height: 283px;
        /*background: #fff;*/
        padding-left: 26%;
        overflow: hidden;
        border-radius: 0;
        border-bottom: 10px solid #287bbd;
    }
    .ul-nav-header>li.col-product>ul>li{
        display: block;
        margin: 0;
        vertical-align: top;
        width: 50%;
        float: left;
    }
    .ul-nav-header>li.col-product>ul>li a{
        /*color: #000;*/
    }
    .ul-nav-header>li.col-product>ul>li a img{
        position: absolute;
        left: 0;
        padding:10px;
        top: 0;
        width: 26%;
        display: none;
        z-index: 1;
        height: 303px;
        object-fit: cover;
    }
    .ul-nav-header>li.col-product>ul>li:first-child a img{
        display: block;
    }
    .ul-nav-header>li.col-product>ul>li:hover a img{
        display: block;
        z-index: 2;
    }
    .ul-nav-header>li.col-product>ul>li:hover a{
        /*background: #eee;*/
    }
    .col-product.menu-item-has-children:before, 
    .col-product.menu-item-has-children:after{
        left: 27%;
    }
    .col-product.menu-item-has-children:nth-child(4):before, 
    .col-product.menu-item-has-children:nth-child(4):after{
        left: 39.5%;
    }
}

.menu-item-has-children:before,
.menu-item-has-children:after{
    bottom: -2px;
    z-index: 10;
    opacity: 0;
    left: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.menu-item-has-children:before{
    border-bottom-color: rgba(255,255,255,0.78);
    border-width: 11px;
    margin-left: -11px;
}
.menu-item-has-children:after{
    border-color: rgba(221,221,221,0);
    border-bottom-color: #287bbd;
    border-width: 8px;
    margin-left: -8px;
}
.menu-item-has-children:hover:before,
.menu-item-has-children:hover:after{
    opacity: 1;
}
.ul-nav-header ul li{
    display: block;
    margin: 0;
    vertical-align: top;
}
.ul-nav-header ul li a{
    display: block;
    padding: 10px 20px;
    line-height: 1.3;
    color: #fff;
    white-space: nowrap;
}
.ul-nav-header ul li:hover a{
    background: #1a6cff;
}
/*End header-nav*/
/*End header*/

/*Slide Main*/
.slide-main .owl-theme .owl-nav [class*='owl-']{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
    cursor: pointer;
    opacity: 0;
    transition: opacity .3s, background .3s, box-shadow .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s, -webkit-transform .3s;
}
.slide-main .owl-theme .owl-nav .owl-prev{
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    left: 2%;
}
.slide-main .owl-theme .owl-nav .owl-next{
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
    right: 2%;
}
.slide-main:hover .owl-theme .owl-nav [class*='owl-']{
    -webkit-transform: translateX(0) ;
    -ms-transform: translateX(0) ;
    transform: translateX(0) ;
    opacity: 0.7;
}
.owl-theme .owl-nav [class*='owl-'] svg{
    fill: #Fff;
    width: 17px;
    height: 18px;
    margin-top: 7px;
}
.slide-main .owl-theme .owl-nav [class*='owl-']:hover{
    opacity: 1;
    background: #287bbd;
    border-color: #287bbd;
}
.owl-theme .owl-nav{
    margin: 0;
}
.slide-main .owl-dots{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.slide-main .owl-theme .owl-dots .owl-dot span{
    background: rgba(255,255,255,0.3)
}
.slide-main .owl-theme .owl-dots .owl-dot.active span, 
.slide-main .owl-theme .owl-dots .owl-dot:hover span{
    background: #fff;
}
.slide-main .owl-carousel .owl-item img{
    max-height: 679px;
}
.slide-main .item{
    position: relative;
}
.slide-main .item:before{
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*background-color: rgba(0,0,0,0.3);*/
    content: '';
}
.text-slide-index{
    position: absolute;
    top: 0;
    left: 0;
	width: 108%;
    height: 60%;
    z-index: 100;
    display: flex;
    align-items: center;
    color: #013133;
}
.text-slide-index-inner{
    float: right;
    max-width: 520px;
    font-weight: 300;
}
.text-slide-index-inner h2{
    font-weight: normal;
    transition: all 0.7s;
}
.text-slide-index-inner h3{
    text-align: right;
    font-weight: normal;
}
.text-slide-index-inner h2,
.text-slide-index-inner p,
.text-slide-index-inner h3{
    opacity: 0;
}
.owl-item.active .text-slide-index-inner h2,
.owl-item.active .text-slide-index-inner p,
.owl-item.active .text-slide-index-inner h3{
   webkit-animation: RightAnim 0.7s  ease-in-out;
    -o-animation: RightAnim 0.7s  ease-in-out;
    animation: RightAnim 0.7s  ease-in-out;
    opacity: 1;
}
.owl-item.active .text-slide-index-inner h3{
    animation-duration: 1s;
}
.owl-item.active .text-slide-index-inner p{
    animation-duration: 1.5s;
}
@-webkit-keyframes RightAnim {
  0% {
    opacity: 0; 
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    }
  100% {
    opacity: 1; 
    -webkit-transform: none;
    transform: none;
    } 
}

@-o-keyframes RightAnim {
  0% {
    opacity: 0; 
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    }
  100% {
    opacity: 1; 
    -webkit-transform: none;
    transform: none;
    } 
}

@keyframes RightAnim {
    0% {
        opacity: 0; 
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1; 
        -webkit-transform: none;
        transform: none;
    } 
}
/*End Slide Main*/

/*main-content*/
.main-content{
    background: #ffffff;
    padding: 10px 0px;
}

/*st1*/
.title-st1 {
    text-align: center;
    position: relative;
    padding: 30px 0px 20px;
    margin: 0 0 40px;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}
.title-st1:before{
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background: #287bbd;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.content-st1{
    display: flex;
    flex-flow: row wrap;
    padding: 0;
}
.item-st1{
    text-align: center;
    position: relative;
    background: #fff;
    transition: all 0.3s;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    margin: 0px 8px 20px;
    width: calc(25% - 16px);
    float: left;
}
.image-item-st1{
    padding: 10px 10px 0px;
    display: block;
    overflow: hidden;
}
.image-item-st1 img{
    display: block;
    margin: auto;
    max-height: 210px;
}
.text-item-st1 h2{
    padding: 10px 10px 0px;
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
    height: 52px;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.text-item-st1 h2 a:hover{
    color: #287bbd;
}
.info-item-st1{
    position: absolute;
    text-align: left;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 11px 15px;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    background: linear-gradient(to right, rgb(50 82 159) 0%, rgba(50, 82, 159, .6) 100%);
    /*background: rgba(50 82 159);*/
    transition: all 0.3s;
}
.info-item-st1 p{
    margin: 4px 0px;
}
.view-st1{
    position: relative;
    z-index: 101;
    padding: 10px 10px 15px;
    text-align: center;
    line-height: 30px;
}
.view-st1 a {
    padding: 0px 15px;
    display: inline-block;
    color: #287bbd;
    border: 1px solid #287bbd;
    font-size: 14px;
}
.item-st1:hover .info-item-st1{
    opacity: 1;
    visibility: visible;
}
.item-st1:hover .view-st1 a{
    color: #fff;
    border-color: #fff;
}
.item-st1 .view-st1 a:hover{
    background: #287bbd;
    color: #fff;
    border-color: #287bbd;
}
/*End st1*/

/*st2*/
.img-item-st2 div {
    background-position: center;
    background-size: 100% 100%;
    padding-top: 60%;
}
.text-item-st2 {
    margin-top: 20px;
    overflow: hidden;
}
.more-blogs {
    color: #333;
    font-size: 12px;
    font-weight: 300;
    width: 60px;
    height: 60px;
    border: 2px solid #888;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 2px;
    float: left;
    transition: all 0.3s;
}
.more-blogs .year {
    display: block;
    font-weight: bold;
}
.entryContentNews {
    float: right;
    width: calc(100% - 80px);
}
.entryContentNews h2 {
    font-size: 14px;
    margin: 0 0 6px;
}
.entryContentNews a {
    color: #383838;
    line-height: 1.3;
    font-weight: bold;
    display: block;
}
.entryContentNews a:hover {
    color: #da251c;
}
.entryContentNews .desc-blogs {
    color: #585858;
    overflow: hidden;
    text-align: justify;
    font-size: 12px;
    height: 36px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.item-st2:hover .more-blogs {
    background: #da251c;
    color: #fff;
    border-color: #da251c;
}
.side-st2.owl-theme .owl-nav [class*='owl-'] {
    padding: 0px;
    width: 30px;
    height: 30px;
    margin: 0;
    left: 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    background: #ef8509;
    color: #fff;
    border-radius: 0;
    position: absolute;
    top: 30%;
}
.side-st2.owl-theme .owl-nav .owl-next {
    left: inherit;
    right: 0;
}
.side-st2.owl-theme .owl-nav [class*='owl-'] svg{
    width: 14px;
    margin-top: 6px;
}
/*End st2*/
/*End main-content*/

/*Footer*/
.footer-top{
    background: #ffffff;
    padding: 0px 0px 30px;
}
.footer-top-title .title-st1{
    margin-bottom: 20px;
}
.item-ftt{
    background: #fff;
    border: 1px solid #ddd;
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-ftt img{
    display: block;
    margin: auto;
    width: inherit;
}
.footer-top-slide.owl-theme .owl-nav [class*='owl-']{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #287bbd;
    color: #fff;
    line-height: 30px;
    font-size: 18px;
    opacity: 0.3;
    transform: all 0.3s;
}
.footer-top-slide.owl-theme .owl-nav [class*='owl-'].owl-next{
    left: inherit;
    right: 0;
}
.footer-top-slide.owl-theme:hover .owl-nav [class*='owl-']{
    opacity: 1;
}
.footer-center{
    background: #f5f5f5;
    padding: 25px 0 0;
}
.footer-center-inner {
    display: flex;
    flex-flow: row wrap;
    background:#f5f5f5;
    font-size: 13px;
    padding-bottom: 15px;
    overflow: hidden;
}
.des-content-ft p{
    margin-bottom: 2px;
}
.logo-footer{
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: center;
    margin-top: 20px;
}
.title-footer {
    font-size: 24px;
    color: #287bbd;
    height: 101px;
    display: flex;
    align-items: end;
    margin: 0 0 15px;
}
.nav-ft ul li a{
    font-size: 16px;
    display: block;
}
.des-content-ft{
    font-size: 16px;
}
.nav-ft li{
    width: 50%;
    float: left;
    padding: 6px 10px;
}
.footer-bottom{
    background: #287bbd;
    color: #fff;
    font-size: 13px;
    padding: 8px 15px;
    text-align: center;
}
.footer-bottom a{
    color: #fff;
}
.logo-footer li{
    float: left;
}
.logo-footer li a img{
    width: 220px;
}
.back_to_top {
    height: 38px;
    width: 38px;
    border: 2px solid #333;
    background-color: transparent;
    line-height: 32px;
    text-align: center;
    color: #333;
    position: fixed;
    right: 20px;
    bottom: 20px;
    transition: all 0.3s;
    border-radius: 50%;
    z-index: 1000;
}
.back_to_top:hover {
    background: red;
    border-color: red;
    color: #fff;
}
/*End Footer*/

/*Danh Sach San Pham*/
.breadcrumb{
    padding: 8px 0px;
}
.breadcrumb li{
    text-transform: uppercase;
}
.breadcrumb li:hover,
.breadcrumb li a:hover{
    color: #287bbd;
}
.breadcrumb li:last-child,
.breadcrumb li:last-child a{
    font-weight: bold;
    color: #333;
}
.title-list-product{
    margin: 4px 0px;
}
.title-list-product h1{
    display: inline-block;
    float: left;
    margin: 0;
    font-size: 20px;
    line-height: 35px;
    color: #287bbd;
}
.title-list-product select{
    float: right;
    line-height: 30px;
    height: 35px;
    padding: 0px 10px;
    border: 1px solid #287bbd;
    font-size: 15px;
}
@media(min-width: 768px){
    .list-product .item-st1{
        width: calc(25% - 16px);
        margin: 0px 8px 20px 8px;
    }
    .list-product .content-st1{
        padding: 0px 7px;
    }
    .list-product .text-item-st1 h2{
        font-size: 14px;
        font-weight: normal;
        height: 48px;
    }
}

/*pager*/
.pager{
    margin-bottom: 35px;
}
.pager li a,.pager li span{
    margin: 0px 2px;
}   
.pager .active a,
.pager .active span,
.pager .active a:hover,
.pager .active span:hover,
.pager li:hover a{
    background: #287bbd;
    color: #fff;
    border-color: #287bbd;
}

/*End pager*/

/*sidebar*/
.sidebar-item{
    background-color: #fff;
    margin-bottom: 24px;
    box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.05);
}
.title-sidebar{
    background-color: #287bbd;
    padding: 10px 20px;
    margin: 0;
    font-size: 16px;
    color: #FFF;
}
.sidebar-nav ul li{
    /*padding: 10px 0;*/
}
.ul-sidebar-nav li a{
    display: block;
    color: #230000;
    font-weight: 500;
    padding: 8px 15px;
}
.ul-sidebar-nav li a:hover,
.sidebar-nav li a:hover{
    color: #287bbd;
}
ul.menu li a{
    display: block;
    color: #230000;
    font-weight: 500;
    padding: 8px 15px;
}
ul.menu li a:hover{
    color: #ffffff;
    font-weight: bold;
    background: #1a6cff;
}
.sidebar-nav li+li a{
    border-top: 1px solid #d9d9d9;
}
.sidebar-nav li.current-menu-item a,
.sidebar-nav li.current-menu-parent a{
    color: #ffffff;
    font-weight: bold;
    background: #1a6cff;
}
.ul-sidebar-list li{
    padding: 10px 0 5px;
    overflow: hidden;
}
.img-item-sidebar img{
    float: left;
    width: 60px;
    height: 60px;
}
.text-item-sidebar{
    float: right;
    width: calc(100% - 75px);
    font-weight: 500;
}
.text-item-sidebar .name{
    display: block;
    margin-bottom: 5px;
}
/*End sidebar*/

/*Chi Tiet San Pham*/
/*galery-detail-product*/
.galery-detail-product .picture-top{
    text-align: center;
    margin: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    border: 1px solid #ccc;
    padding: 5px;
}
.galery-detail-product .colorandpic {
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
}
.galery-detail-product .colorandpic a {
    width: calc(20% - 10px);
    display: block;
    float: left;
    margin: 10px 5px;
    display: none;
    border: 1px solid #ebebeb;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.galery-detail-product .colorandpic a img {
    *width: 100%;
    height: 60px;
    object-fit: cover;
}
.galery-detail-product .colorandpic a:nth-child(1), 
.galery-detail-product .colorandpic a:nth-child(2), 
.galery-detail-product .colorandpic a:nth-child(3), 
.galery-detail-product .colorandpic a:nth-child(4), 
.galery-detail-product .colorandpic a:nth-child(5) {
    display: block;
}
.galery-detail-product .colorandpic a .view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    color: #fff;
    padding: 11px 5px 0px;
    text-align: center;
    font-weight: bold;
}
/*End galery-detail-product*/
.title-prodcut{
    font-size: 24px;
    color: #287bbd;
    margin: 0 0 20px;
}
.thongso-product{
    color: red;
    font-weight: bold;
    font-size: 1.4em;
}
.ttc-product{
    font-size: 15px;
    margin-top: 20px;
}
.detail-product-tab{
    padding: 30px 0;
    margin-top: 20px;
    border-top: 1px solid #287bbd;
}
.nav-tab-product li{
    margin: 0;
    margin-bottom: -1px;
    display: inline-block;
    transition: background-color .3s;
    position: relative;
}
.nav-tab-product li a{
    transition: all .2s;
    letter-spacing: .02em;
    font-size: 13px;
    border-top: 2px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: rgba(0,0,0,0.04);
    padding: 10px 15px;
    display: block;
    font-weight: bold;
}
.nav-tab-product li.active a{
    border-top-color: #287bbd;
    background-color: #fff;
}
.detail-product-tab .tab-content{
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 30px;
}
.box-related {
    margin-bottom: 20px;
}
.title-related {
    font-size: 20px;
    margin: 15px 0;
    padding-top: 15px;
    border-top: 1px solid #287bbd;
    color: #287bbd;
    text-transform: uppercase;
}
.box-related .item-st1{
    width: 100%;
    margin: 0;
    padding: 0;
}
.box-related .owl-item{
    padding: 5px 3px;
}
.box-related .owl-theme .owl-nav [class*='owl-']{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 93px;
    left: 0;
    /*transform: translateY(-50%);*/
    margin: 0;
    padding: 0;
    text-align: center;
    background: #287bbd;
    color: #fff;
    line-height: 30px;
    font-size: 18px;
    /*border-radius: 50%;*/
    opacity: 0.3;
    transform: all 0.3s;
}
.box-related .owl-theme .owl-nav [class*='owl-'].owl-next{
    left: inherit;
    right: 0;
}
.box-related-slide.owl-theme:hover .owl-nav [class*='owl-']{
    opacity: 1;
}
/*End Chi Tiet San Pham*/

/*Tin Tuc*/
.news-heading h1{
    line-height: 40px;
    padding: 0px 10px;
    margin: 0;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background: #287bbd;
    border-radius: 6px 6px 0px 0px;
}
.news-content{
    border: 1px solid #287bbd;
    padding: 10px 10px;
    background: #fff;
}
.news-content .pager{
    margin-bottom: 20px;
}
.item-news{
    position: relative;
    width: 100%;
    float: left;
    padding: 15px 0px;
    border-bottom: 1px dashed #868282;
}
.images-item-news{
    float: left;
    width: 300px;
    overflow: hidden;
}
.images-item-news a{
    display: block;
    overflow: hidden;
    position: relative;
}
.images-item-news a:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    transition: all 0.3s;
    z-index: 100;
}
.images-item-news a:after{
    content: "\f002";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    visibility: visible;
    transition: all 0.3s;
    padding: 6px 15px;
    font-size: 20px;
    background: #287bbd;
    z-index: 101;
    color: #fff;
}
.images-item-news a:hover:before{
    height: 100%;
}
.images-item-news a:hover:after{
    opacity: 1;
}
.images-item-news img{
    display: block;
    margin: auto;
    width: 100%;
    transition: all 0.3s;
}
.images-item-news a:hover img{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.text-item-news{
    width: calc(100% - 320px);
    float: right;
}
.name-item-news{
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 1.4;
}
.name-item-news a{
    display: block;
    color: #287bbd;
}
.name-item-news a:hover{
    color: #da251c;
}
.post-excerpt ul {
    list-style-type: square;
    margin-left: 15px;
    margin-top: 5px;
    font-size: 14px;
}
.post-excerpt ul li{
    margin-bottom: 5px;
}
.date-news{
    position: absolute;
    right: 0;
    bottom: 10px;
    background: #fff;
    font-size: 12px;
    font-style: italic;
    color: #9fa7a7;
}
/*End Tin Tuc*/

/*Chi Tiet Tin */
.detail-news {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.1);
}
.entry-category {
    margin-top: 0;
}
.entry-title {
    margin: 0 0 15px;
    font-size: 24px;
    color: #287bbd;
}
.social-icons a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color:#fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}
.social-icons a img{
    width: 20px;
    height: 20px;
    display: block;
}
.social-icons a.face{
    background: #3a589d;
}
.social-icons a.instagram{
    background: #e80c26;
}
.social-icons a.twitter{
    background: #2478ba;
}
.social-icons a.gooogle{
    background: #dd4e31
}
.social-icons a.email{
    background: #111;
}
.social-icons a.linkedin{
    background: #0072b7;
}
.social-icons a.zalo{
    background: #0068ff;
    overflow: hidden;
}
.social-icons a.zalo img{
    width: 24px;
    height: 24px;
}
.social-icons{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 3px;
    margin: 0 auto;
}
.social-icons a{
    flex-shrink: 0;
    vertical-align: middle;
}
.date-related{
    font-size: 13px;
    font-style: italic;
    padding-top: 5px;
}
/*End Chi Tiet Tin*/

/*Lien He*/
.title-page-new {
    font-size: 20px;
    text-align: center;
    margin: 35px 0px;
    color: #287bbd;
}
.contact-content {
    padding: 0px 0px 30px;
}
.contact-form{
    margin-top: 20px;
}
.contact-form input {
    margin-bottom: 8px;
    padding: 8px 20px;
    height: 40px;
}
.contact-form textarea {
    height: 100px;
    margin-bottom: 10px;
}
.contact-form input[type="submit"] {
    float: right;
    background: #ff8c04;
    border-color: #ff8c04;
    color: #fff;
    font-weight: bold;
    outline: none !important;
}
.contact-form input[type="submit"]:hover {
    background: red;
}
/*End Lien He*/
.detail-page{
    margin: 0 0 20px;
    padding: 20px;
    background: #fff;
}

/*page-project-content*/
.title-ppc{
    text-align: center;
    color: #287bbd;
    margin-top: 25px;
    margin: 0 0 25px;
}
.page-project-content .item-ppc{
    margin-bottom: 20px;
}
/*End page-project-content*/

/*page-tailieu*/
.title-tailieu{
   color: #287bbd;;
}
.item-tailieu{
    margin-bottom: 25px;
}
.item-tailieu-img{
    width: 120px;
    float: left;
}
.item-tailieu-text{
    width: calc(100% - 135px);
    float: right;
}
.item-tailieu-text .name{
    color: #2f5679;
    display: block;
    font-size: 18px;
}
.item-tailieu-text .button {
    display: inline-block;
    margin: 15px 0px;
    font-weight: 700;
    background: #2f5679;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 1px;
    vertical-align: middle;
    font-size: 14px;
}
.item-tailieu-text .button:hover{
    background: #213c54;
}
.main-content .page-tailieu{
    max-width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    float: initial;
}
/*End page-tailieu*/

/*Responsive*/
@media(max-width: 1199px){
    .header-center{
        position: relative;
    }
    .click-main-nav{
        position: absolute;
        top: 50%;
        left: 6px;
        padding: 7px;
        background-color: #287bbd;
        border-radius: 2px;
        z-index: 100;
        transform: translateY(-50%);
    }
    .click-main-nav .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        background: #fff;
    }
    .click-main-nav .icon-bar+.icon-bar {
        margin-top: 4px;
    }
    .lang-mobile{
        position: absolute;
        top: 50%;
        right: 6px;
        transform: translateY(-50%);
    }
    .lang-mobile li{
        float: left;
        margin-left: 5px;
    }
    .lang-mobile li img{
        width: 32px;
    }
    .ul-nav-header .lang-item{
        display: none;
    }
    .nav-header-inner {
        -moz-transform: translateX(-80em);
        -webkit-transform: translateX(-80em);
        -ms-transform: translateX(-80em);
        transform: translateX(-80em);
        -moz-transition: -moz-transform .5s ease;
        -webkit-transition: -webkit-transform .5s ease;
        -ms-transition: -ms-transform .5s ease;
        transition: transform .5s ease;
        -webkit-overflow-scrolling: touch;
        width: 290px !important;
        height: 100vh;
        overflow-y: auto;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1002;
        padding: 0;
        background: #fff;
    }
    .nav-header-inner.active {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .close-nav-header {
        display: block;
        color: #fff;
        right: 0px;
        background: #287bbd;
        border-radius: 0px;
        line-height: 25px;
        font-size: 20px;
        z-index: 2;
        position: absolute;
        padding: 0px 7px;
    }
    .close-nav-header:before {
        content: "\f00d";
        font:normal normal normal 14px/1 FontAwesome;
    }
    .show-submenu-mobile>a:before{
    	position: absolute;
    	right: -10px;
    	top: 0;
    	height: 37px;
    	width: 37px;
    	z-index: 100;
    	background-color: transparent;
    	content: '';
    }
    .open-submenu{
    	color: #000;
    	line-height: 37px;
	    width: 35px;
	    text-align: center;
    }
    .ul-nav-header {
        margin-top: 30px;
        float: left;
        width: 100%;
    }
    .ul-nav-header>li{
        color: #333;
        width: 100%;
        position: relative;
        padding: 0 8px;
        border: none;
    }
    .ul-nav-header>li>a{
        display: block;
        color: #333;
        text-align: left;
        border-bottom: 1px solid #eaeaea;
        border-top: 1px solid #fff;
        line-height: 35px;
        padding: 0 0 0 0;
        font-size: 14px;
    }
    body.active {
        overflow: hidden;
    }
    .menu-item-has-children:before, .menu-item-has-children:after{
        display: none;
    }
    .ul-nav-header>li.col-product{
        position: relative;
    }
    .ul-nav-header>li>ul{
        box-shadow: none;
        padding: 5px 0;
        border: none;
        border-bottom: 1px solid #ef8509;
        /*background: #efebeb;*/
    }
    .ul-nav-header ul li a{
        /*color: #333;*/
        padding: 6px 15px;
    }
    .backdrop {
        transition: visibility 0s, opacity 0.15s linear;
        opacity: 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1040;
        background-color: #000;
        visibility: hidden;
    }
    .backdrop.active {
        opacity: 0.4;
        z-index: 1001;
        visibility: visible;
    }
    .info-item-st1{
        display: none;
    }
    .menu-item a img{
        width: 50px;
    }
}

@media(max-width: 767px){
    .logo-header img{
        max-width: 160px;
        max-height: inherit;
        width: inherit;
        margin: 3px auto;
    }
    .slide-main .owl-theme .owl-nav [class*='owl-']{
        display: none;
    }
    .title-st1{
        padding-top: 15px 0px;
        margin-bottom: 20px;
    }
    .item-st1{
        width: calc(50% - 8px);
        margin: 0px 4px 15px;
    }
    .content-st1{
        padding: 0px 4px;
        margin-bottom: 0;
    }
    .back_to_top{
        display: none !important;
    }
    .text-item-st1 h2{
        font-size: 13px;
        padding: 5px 5px 0px;
        height: 39px;
    }
    .item-st1:hover .view-st1 a,
    .item-st1 .view-st1 a{
        background: #287bbd;
        color: #fff;
        border-color: #287bbd;
    }
    .image-item-st1{
        padding: 5px 5px 0px;
    }
    .title-list-product{
        margin-top: 0;
        text-align: center;
    }
    .title-list-product h1,
    .title-list-product select{
        float: initial;
    }
    .pager,
    .breadcrumb{
        margin-bottom: 0;
    }
    .galery-detail-product .colorandpic a img{
        height: 40px;
    }
    .galery-detail-product .colorandpic a .view{
        font-size: 12px;
        padding-top: 2px;
    }
    .title-prodcut{
        font-size: 16px;
    }
    .thongso-product,
    .ttc-product{
        font-size: 14px;
    }
    .nav-tab-product li{
        width: 50%;
        float: left;
        text-align: center;
    }
    .nav-tab-product li a{
        border: none;
        border-top: 1px solid transparent;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding: 10px 5px;
    }
    .nav-tab-product li.active a{
        border-top: 1px solid #287bbd;
    }
    .detail-product-tab .tab-content{
        padding: 10px;
    }
    .images-item-news,
    .text-item-news{
        width: 100%;
        text-align: center;
    }
    .images-item-news img{
        width: initial;
        margin: 0 auto 10px;
        display: block;
    }
    .date-news{
        display: none;
    }
    .post-excerpt ul{
        margin-left: 22px;
        text-align: left;
    }
    .social-icons a{
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .title-page-new{
        margin: 15px 0;
    }
    .contact-map iframe{
        height: 200px;
    }
    .detail-page{
        padding: 20px 15px;
    }
    .text-slide-index-inner h2{
        font-size: 20px;
        margin: 0 ;
    }
    .text-slide-index-inner h3{
        font-size: 16px;
        margin: 10px 0 0;
    }
    .header-center.affix{
        position: fixed;
        z-index: 100;
        background: #fff;
        box-shadow: 0 0 5px rgba(0,0,0,0.5);
        top: 0;
        left: 0;
    }
}
.bottom-footer {
    padding: 20px 0;
    background: #287bbd;
	color: #fff;
    font-size: 20px;
}
.bottom-footer-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.btf-right{
    text-align: center;
    flex: 1;
    font-size: 16px;
}
.full-section {
    width: 100% !important;
    float: left;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.footerend li {
    list-style: none;
    display: inline;
}
ul {
    margin-top: 0;
    margin-bottom: 10px;
}
.bottom-footer a:hover {
    text-decoration: underline;
}
.bottom-footer-left li a {
    float: left;
    margin-right: 18px;
    margin-bottom: 6px;
}
.bottom-footer a {
    color: #eee;
}
#social-footer a {
    float: left;
    display: block;
    margin: 0 5px;
}
#social-footer {
    /*overflow: hidden;*/
    margin: 15px 0;
}
.email_newsletter {
    width: 100%;
    border: solid 1px #ddd;
    height: 28px;
    padding: 0 45px 0 10px ;
    color: #888;
    outline: none;
}
#news_letter{
    position: relative;
}
#news_letter .button {
    position: absolute;
    right: 2px;
    top: 2px;
    border: none;
    background: none;
    outline: none;
    z-index: 100;
}
#news_letter .button img {
    height: 24px;
}

#news_letter .wpcf7-submit{
    position: absolute;
    top: 0;
    right: 0;
    height: 27px;
    width: 37px;
    background: url('images/icon_email.png') no-repeat 0 0;
    background-size: 100% 100%;
    border: none;
    text-indent: -99999px;

}
.logo-ft{
    margin-bottom: 15px;
    display: block;
}
@media(max-width: 1199px) and (min-width: 768px){
    .logo-header img{
        height: 88px;
        float: initial;
    }
}




/* ldp8*/
.pd-st {
            padding: 20px 0;
        }
        .st2-title {
            font-size: 27px;
            font-weight: 600;
            text-align: center;
            line-height: 30px;
            position: relative;
            margin: 0 0 15px;
            z-index: 9;
            display: inline-flex;
            align-items: center;
            /*color: #287bbd;*/
        }
        .st2-title b {
            display: inline-block;
            width: 42px;
            height: 2px;
            background: #ffb607;
            margin: 0px 10px;
        }
        .new-item-inner{
            margin-top: 30px;
            display: block;
            position: relative;
            overflow: hidden;
        }
        .new-item-inner img{
            width: 260px;
            height: auto;
            object-fit: cover;
            transition: all 0.3s;
            float: left;
            margin-right: 15px;
        }
        .new-item-text{
            width: calc(100% - 275px);
            float: right;
        }
        .new-item-inner:hover img{
            opacity: 0.8;
        }
        .new-item-name{
            font-size: 18px;
            margin: 0 0 5px;
            font-weight: bold;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            max-height: 45px;
        }
        .new-item-text p{
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            max-height: 42px;
        }
        .new-item-inner:hover{
            color: #000;
        }
        .new-item-link{
            color: gray;
            font-size: 16px;
            text-decoration: none;
            border-bottom: 1px solid gray;
            display: inline;
        }
        .new-item-link:hover{
            color: #1a6cff;
            border-color: #1a6cff
        }
        @media(max-width: 555px){
            .new-item-inner img,
            .new-item-text{
                width: 100%;
                margin: 0 0 5px;
            }
        }
        /*pager*/
        .pager{
            margin: 0px 0 30px;
        }
        .pager li>a, .pager li>span{
            border-radius: 0;
            margin: 0px 2px 5px;
            border: none;
            background: #287bbd;
            padding: 5px 13px;
            color: #fff;
            line-height: 1.5;
        }
        .pager .active a, .pager .active span, 
        .pager .active a:hover, 
        .pager .active span:hover, 
        .pager li:hover a {
            background: #f44336;
        }
        /*End pager*/

        .cl-top{
            background-color: #fff;
            border: 1px dashed #287bbd;
            margin: 0 0 20px;
            padding: 20px 20px 10px;
        }
        .col-top-content {
            text-align: justify;
            height: 250px;
            overflow: hidden;
        }
        .cl-top.active .col-top-content{
            height: inherit;
        }
        .show_hide {
            display: block;
            height: 40px;
            margin-top: 10px;
            line-height: 40px;
            text-align: center;
            width: 100%;
            color: #287bbd;
        }
        .show_hide.active{
            color: #dd3333
        }
        .show_hide.active i:before{
            content: "\f0aa";
        }

        /*ldp8*/
        .ldp8-content {
            margin-top: 30px;
        }
        .ldp8-content .panel{
            border: none;
            border-radius: 0;
            margin-bottom: 10px;
            background: none;
            box-shadow: none;
        }
        .ldp8-content .panel-default>.panel-heading{
            background-color: #fff;
            border: none;
            padding: 0;
            border-radius: 50px;
            overflow: hidden;
            box-shadow: 0 0 40px rgb(0 50 82 / 9%);
        }
        .ldp8-content .panel-title a{
            display: block;
            position: relative;
            font-size: 18px;
            line-height: 1.8;
            padding: 20px 20px 20px 50px;
        }
        .ldp8-content .panel-title a:before, 
        .ldp8-content .panel-title a:after {
            content: "";
            display: inline-block;
            width: 15px;
            height: 1px;
            background: #333;
            position: absolute;
            top: 36px;
            right: auto;
            left: 25px;
        }
        .ldp8-content .panel-title a:before {
        }
        .ldp8-content .panel-title a:after {
            transform: rotate(90deg);
            transition: all ease 0.4s;
        }
        .ldp8-content .panel-title a:hover,
        .ldp8-content .panel-title a[aria-expanded=true] {
            color: #fff;
            background: #287bbd;
        }
        .ldp8-content .panel-title a:hover:before,
        .ldp8-content .panel-title a:hover:after{
            background: #fff;
        }
        .ldp8-content .panel-title a[aria-expanded=true]:before {
            background: #fff;
        }
        .ldp8-content .panel-title a[aria-expanded=true]:after {
            transform: rotate(0);
            background: #fff;
        }
        .panel-default>.panel-heading+.panel-collapse>.panel-body{
            border: none;
        }
        /*End ldp8*/


/*Hover Item Images 2*/
    .item-hover2{
        overflow: hidden;
        position: relative;
        display: block;
    }
    .item-hover2:before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }
    .item-hover2:hover:before {
        -webkit-animation: shine 1.2s;
        animation: shine 1.2s;
    }
    @-webkit-keyframes shine {100% {left: 125%; } }
    @keyframes shine {100% {left: 125%; } }
    .title-dtnew {
        color: #287bbd;
        font-size: 26px;
        margin-top: 0;
        font-weight: bold;
    }
    .entry-meta {
        color: #888;
        margin: 8px 0;
        font-size: 13px;
    }
    .entry-meta i {
        color: #555;
    }
    .faqs{
    padding: 20px 0;
    background: #fff;
    }
    .faq-title{
        font-weight: 500;
        margin-bottom: 15px;
        font-size: 16px;
    }
    .faqs .panel{
        margin-bottom: 10px;
    }
    .faqs .panel-default>.panel-heading{
        border: none;
    }
    .faqs .panel-title{
        font-size: 14px;
    }
    .faqs .panel-title a{
        display: block;
        position: relative;
        padding-left: 30px;
        font-size: 15px;
    }
    .faqs .panel-title a:before,
    .faqs .panel-title a:after{
        content: "";
        display: inline-block;
        width: 15px;
        height: 1px;
        background: #333;
        position: absolute;
        top: 10px;
        right: auto;
        left: 0;
    }
    .faqs .panel-title a:before {
    }
    .faqs .panel-title a:after {
        transform: rotate(90deg);
        transition: all ease 0.4s;
    }
    .faqs .panel-title a:hover,
    .faqs .panel-title a[aria-expanded=true] {
        color: #f26122;
    }
    .faqs .panel-title a[aria-expanded=true]:before {
        background: #f26122;
        height: 1.5px;
    }
    .faqs .panel-title a[aria-expanded=true]:after {
        transform: rotate(0);
        background: #f26122;
    }

    @media(max-width: 767px){
        .title-dtnew{
            font-size: 18px;
        }
    }
    /*social-icons*/
    .social-icons a{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 3px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: #fff !important;
        font-size: 18px;
        line-height: 40px;
        text-align: center;
    }
    .social-icons a img{
        width: 20px;
        height: 20px;
        display: block;
    }
    .social-icons span{
        margin-right: 5px;
    }
    .social-icons a.face{
        background: #3a589d;
    }
    .social-icons a.youtube{
        background: #ee343a;
    }
    .social-icons a.instagram{
        background: #e80c26;
    }
    .social-icons a.twitter{
        background: #2478ba;
    }
    .social-icons a.gooogle{
        background: #dd4e31
    }
    .social-icons a.email{
        background: #111;
    }
    .social-icons a.linkedin{
        background: #0072b7;
    }
    .social-icons a.zalo{
        background: #0068ff;
        overflow: hidden;
    }
    .social-icons a.zalo img{
        width: 24px;
        height: 24px;
    }
    .social-icons{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 3px;
        margin: 20px auto 0;
    }
    .social-icons a{
        flex-shrink: 0;
        vertical-align: middle;
    }
    /*End social-icons*/

    .related{
    margin-bottom: 40px;
    }
    .related-title {
        font-size: 20px;
        margin: 15px 0;
        padding-top: 15px;
        border-top: 1px solid #287bbd;
        color: #287bbd;
        text-transform: uppercase;
        /*font-size: 20px;
        padding-bottom: 15px;
        font-weight: bold;
        margin: 0;
        line-height: 1.5;
        border-bottom: 1px solid #969696;*/
    }
    .mt-24 {
        margin-top: 24px;
    }
    .col1-item-img {
        display: block;
        position: relative;
    }
    .col1-item-img img{
        border-radius: 8px;
        width: 100%;
        position: relative;
    }
    .col1-item-name{
        margin: 15px 0 7.5px 
    }
    .col1-item-name a{
        font-size: 14px;
        line-height: 17px;
        min-height: 35px;
        letter-spacing: .09px;
        overflow: hidden;
        display: block;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-weight: bold;
        color: #000;
    }
    .col1-item-name a:hover{
        color: #287bbd
    }
    .col1-item-des{
        font-size: 13px;
        color: #969696;
        line-height: 17px;
        letter-spacing: .06px;
        margin-bottom: 1.23076923rem;
        overflow: hidden;
        display: block;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        min-height: 34px;
    }
    .col1-item-info{
        margin-top: 18px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .col-item-info-left img {
        margin-right: 8px;
        border-radius: 50%;
        width: 24px !important;
        height: 24px;
        -o-object-fit: cover;
        object-fit: cover;
        flex: none;
    }
    .ciil-name{
        font-size: 11px;
        font-weight: bold;
        margin: 0;
        white-space: nowrap;
        color: #333;
    }
    .ciil-date{
        font-size: 10px;
        color: #969696;
        margin: 0;
    }
    .cii-comment span{
        font-size: 12px;
        margin-right: 10px;
        margin-left: 5px;
    }
    .flex {
        display: flex;
    }
.new-item{
    padding-left: 8px !important;
    padding-right:8px !important;
}

@media(max-width: 767px){
    .title-footer{
        height: inherit;
        margin-top: 25px;
    }
    .logo-footer{
        justify-content: center;
    }
    .logo-footer li{
        float: inherit;
    }
    .bottom-footer-inner{
        flex-direction: column;
    }
}