@font-face {
    font-family: SourceSansPro;
    src: url('../font/source-sans-pro/SourceSansPro-Regular.otf');
}

html,body{
    margin: 0px;
    padding: 0px;

}

.top-header{
    height: 38px;
    padding: 5px 0px;
    border-bottom: solid 1px #e7e7e7;
}

.hotline{

}

.hotline span{
    display: inline-block;
    width: 15px;
}


.hotline a {
    margin-right: 15px;
    color: #898989;
    display: inline;
    margin-right: 0px;
    font-size: 15px;
}

.hotline i{
    font-size: 18px;
}

.pad-top-20{
    padding-top: 20px;
}

.box-service h3{
    color: #333;
}


.hotline a:hover{
    color: #fff;
}

.menu-top{
    padding: 5px;
    display: block;
    margin: 0;
    
}

.cart-icon{
    display: inline-block;
    position: relative;
}

.number-cart-item{
    position: absolute;
    top: 0px;
    left: 20px;
    color: #fff;
    width: 22px;
    text-align: center;
    font-size: 16px;
}

.prod-price{
        font-size: 18px;
    display: block;
    text-align: center;
    height: 55px;
}

.menu-top ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: right;
}

.menu-top ul li{
    display: inline-block;
    padding: 0px 5px;

}

.menu-top ul li a{
    color: #D7D7D7;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0px 7px;
}

.menu-top ul li a i{
    color: #FF5251;
}

.menu-top ul li a:hover{
    color: #fff;
}


.prod-item{
    border: 1px #dedede solid;
    margin-bottom: 20px;
    padding: 10px;
    transition: all ease 0.3s;
    overflow: hidden;

}
.prod-item:hover{
    box-shadow: 0px 0px 25px #dedede;
}

.prod-item .name{
    color: #333;
    height: 40px;
    padding: 0 10px;
    overflow: hidden;
    margin: 0;
    font-size: 14px;
}

.prod-item .name a{
    color: #333;
    display: block;
    text-align: center;
    font-size: 16px;
}

.prod-item .price{
    font-size: 14px;
    display: block;
    text-align: center;
    height: 34px;

}

.prod-item .price a{
    color: #fe0000;
}

.prod-item .img{
   width: 100%;
   height: 128px;
   display: block;
   margin: 0 auto;
   overflow: hidden;
   text-align: center;
   margin-bottom: 15px;
   padding: 5px 0px;
   position: relative;
}

.prod-item .img img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    max-height: 100%;
    transition: all ease 0.3s;
}

.prod-item:hover .img img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.box-prod-hot .prod-item{
    background: white;
}

.box-prod-hot .prod-item img{
    height: 200px;
}


body {
    font-family: 'Roboto Condensed', sans-serif;
}

.container{
    max-width: 1120px;
}

ul{
    list-style: none;
}

.logo{
    display: inline-block;
    width: 250px;
}

.lgo{
    position: relative;
}

header{
    text-align: center;
    padding: 15px 0px;
}

.top-head-right {
    text-align: left;
    padding-left: 35px;
}

.top-head-right p {
    margin-bottom: 10px;
    color: #8c8c8c;
    font-size: 15px;
}

.top-head-right a[href^="tel"] {
    color: #8c8c8c;
    font-weight: bold;
    display: inline-block;
    margin-top: 5px;
}

.nav-menu{
    display: block;
}

.nav-menu .logos{
    display: none;
}
.nav-menu .logos img{
    width: 100px;
}

.nav-menu.fix-to-top{
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 5px 0px;
    width: 100%;
    z-index: 9999;
    background: white;
}

.nav-menu.fix-to-top .logos{
    display: block !important;
}

.nav-menu.fix-to-top .logos a{
    padding: 0px;
}


.flexslider{
    overflow: hidden;
    margin-top: 10px !important;
}

.quote-content{
    padding: 40px 0px 20px 0px;
}

.quote-left{
    padding: 0 30px 0 80px;
    position: relative;
}

.quote-left h3{
    color: #451757;
}

.quote-left p {
    font-size: 16px;
    line-height: 1.7;
    font-style: italic;
}

/*.quote-left:after {
    content: "";
    position: absolute;
    left: 0;
    width: 53px;
    height: 36px;
    background: url(../images/bg_info.png);   
    top: -10px;
}*/

.home-title{
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    border-bottom: 1px solid #9859BD;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
    color: #9859BD;
}

.home-title:before, .home-title:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    bottom: -8px;
    left: 50%;
    border-top-color: #9859BD;
    border-width: 8px;
    border-bottom: 0;
    margin-left: -8px;
    z-index: 1;
}

.home-title:before {
    z-index: 3;
    border-top-color: #fff;
    border-width: 6px;
    margin-left: -6px;
    bottom: -6px;
}

.home-title h3{
    margin-bottom: 0px;
}



.art-item{
    margin-bottom: 20px;
    padding: 10px;
    border: 1px #dedede solid;
}

.art-item a{
    transition: all ease 0.3s;
}

.art-item a:hover{
    opacity: 0.7;
}

.art-title{
    margin: 16px 0 16px;
    position: relative;
    padding-bottom: 12px;
    text-align: center;
}

.art-title a{
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    color: #444;
    transition: all ease 0.3s;
    display: block;
    max-height: 44px;
    overflow: hidden;
    height: 44px;
}

.art-title a:hover{
    color: #0D4F8C;
}

.art-title:before{
    width: 60px;
    height: 1px;
    position: absolute;
    left: calc(50% - 30px);
    background: #c21d32;
    content: "";
    bottom: 0;
}

.art-title.text-left:before{
    left: 0px !important;
}

.art-item .desc{
    text-align: center;
    margin: 0px;
    font-size: 14px;
}

.text-left{
    text-align: left !important;
}

.art-item.not-before .art-title:before{
    width: 0px !important;
}
.art-item.not-before .art-title{
    margin: 0px;
}
.art-item.not-before .art-title a{
    font-size: 17px !important;
    overflow: inherit;
    max-height: 100px;
}


.p1-art{
    padding: 0px;
    border: 0px;
    position: relative;
}
.p1-art .art-title{
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: 60px;

}
.p1-art .art-title:before{
    display: none;
}
.p1-art .art-title a{
    padding: 7px 15px;
    color: #fff;
    text-align: center;
    font-size: 24px;
}

.review-img img{
        width: 96px;
    height: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 1px 4px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 1px 4px 3px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 1px 4px 3px rgba(0, 0, 0, 0.6);
}

.review-title{
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 7px 0;
    font-weight: 600;
    color: #9859BD;
}

.review-content{
        font-size: 13px;
    font-style: italic;
    margin: 0;
    color: #313131;
}

.comment-item{
    padding-bottom: 20px;
}

#Fot-link{
    padding: 40px 0px;
    margin-top: 40px;
    border-top: 1px #ccc solid;
}

#Fot-link .box-title{
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 600;
    margin-top: 0px;
}

#Fot-link .box-link li{
    padding: 3px 0px;
}

#Fot-link .box-link a{
    color: #333;
    font-size: 14px;
    text-decoration: none;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: block;
    padding-left: 15px;
    position: relative;
}
#Fot-link .box-link a:hover {
    color: #9859BD;
}

#Fot-link .box-link a i{
    position: absolute;
    top: 5px;
    left: 0px;
}

#Footer{
    color: #fff;
    text-align: left;
    border-top: 1px solid #72448D;
    padding: 25px 0 0 0;
    background: #000;
}

.footer-info p{
    color: #8c8c8c;
    margin: 0 0 3px;
    font-weight: 500;
    font-size: 14px;
}

.footer-info p a{
    color: #8c8c8c;
}

.footer-info-title {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 11px;
}

#copyright{
        background: #d0b22a;
    padding: 10px 0;
    text-align: right;
}

#copyright p {
    color: #EFEFEF;
    margin: 0;
    display: inline-block;
    text-align: left;
    float: left;
    line-height: 32px;
    font-size: 13px;
}

ul.social-copyright {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0px;
}

ul.social-copyright li {
    display: inline-block;
    float: left;
    vertical-align: top;
    margin-left: 7px;
}
ul.social-copyright li a {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    background: #fff;
    color: #006cac;
   
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
}

.menu-mobile{
    display: none;
    width: 100%;
    border: 0px;
    outline: none;
    margin: 0px;
    font-size: 16px;
    color: #72448D;
    border-radius: 0px;
    outline: none;
    position: relative;
    transition: all ease 0.3s;
   

}

.menu-mobile li{
    display: block;
    border-bottom: 1px #dedede solid;
    padding: 0px 15px;
}

.menu-mobile li:last-child{
    padding: 0px;
}

.menu-mobile li a{
    color: #fff;
    display: block;
    padding: 7px 0px;
}

.menu-mobile option{
    padding: 4px 0px;
}

.k-breadcrumb{
    margin: 20px 0px;
    padding: 0px;
}
.k-breadcrumb a{
    color: #444; 
    transition: all ease 0.3s;
}
.k-breadcrumb a:hover{
    color: #72448d;
}
.k-breadcrumb a,
.k-breadcrumb strong{
    font-size: 12px;
}

.navTitle{
        line-height: 1.2em;
    font-size: 22px;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 25px;
    margin-top: 0px;
    color: #c21d32;
}

.navTitle:before{
    width: 80px;
    bottom: 0;
    position: absolute;
    content: "";
    height: 1px;
    left: 0;
    background: #c21d32;
}

.navTitle:after{
    width: 100px;
    bottom: 4px;
    position: absolute;
    content: "";
    height: 1px;
    left: 0;
    background: #c21d32;
}

.pagination{
    margin: 0;
    margin-bottom: 15px;

}

.pagination > li a{
    color: #333;
}

.pagination > li.active a{
    background: #c21d32 !important;
    border-color: #c21d32;
    color: #fff;
}

.breadcrumb{
    background: none !important;
    padding: 0px !important;
    margin-bottom: 0px;
}

.breadcrumb a{
    color: #333;
}

time {
    font-size: 14px;
    margin-top: 10px;
    display: block;
    color: #888;
}

.art-item.list .desc{
    height: 80px;
    overflow: hidden;
}

.paging{
    list-style: none !important;
    display: inline-block;
}
.paging li {
    display: inline-block;
    float: left;
    margin: 0 5px 3px 0;
    width: 32px;
    height: 32px;
}

.paging li.active a{
    background: #72448D;
    color: #fff;
    border-color: #72448D;
    display: block;
    text-align: center;
}

.paging li a{
    border-color: #72448D;
    height: 32px;
    width: 32px;
    line-height: 30px;
    display: block;
    text-align: center;
    border: 1px #72448D solid;
    color:#72448D; 
}

.search{
    display: block;
    position: relative;
    background: #fafafa;
    float: right;
    padding: 5px;
   margin-top: 8px;
    width: 100%;
    border: 1px #c21d32 solid;
    font-size: 12px;
}

.search input{
    background: #fff;
    height: 24px;
    line-height: 22px;
    width: 100%;
    display: block;
    padding: 7px 57px 7px 11px;
    border: 1px solid #ddd;
    outline: none;
    border: 0px;
    background: none;
    color: #c21d32;
}

.search button{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    background: #be4c46;
    border: 0px;
    outline: none;
    color: white;
    width: 40px;
}

.search button i{
     color: #fff;
     font-size: 16px;
}

.khome-title{
    margin-bottom: 25px;
    background: #004689;
    position: relative;
}

.khome-title span{
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
}
.khome-title:after {
    content: "";
    border: 6px solid transparent;
    border-top-color: #004689;
    bottom: -6px;
    width: 0;
    height: 0;
    left: 20px;
    position: absolute;
    border-bottom: none;
}


.clear{
    clear: both;
}
.item-art-share{
    margin-bottom: 20px;
}
.item-art-share p{
    margin: 0 auto;
}
.title_sidebar a{
    color: #9859BD;
    text-decoration: none;
    margin-bottom: 6px;
    color: #313131;
    display: block;
    font-size: 14px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    letter-spacing: 0;
    line-height: 1.4;
}

.title_sidebar a:hover{
    color: #72448D;
}

.art-detail{
    border: 1px #dedede solid;
    padding: 20px;
    margin-bottom: 20px;
}

.art-detail img{
    display: block;margin: 0 auto;
    margin: 0 auto;
    max-width: 100%;
    height: auto !important;
}

.art-detail .description{
    background: #eef9ff;
    color: #1268b3;
    padding: 20px;
    font-size: 15px;
    text-align: justify;
    border: 1px dashed #047BC1;
    margin-bottom: 20px;
}

.singel-btn{
    margin: 0px 0px 40px 0px;
    width: 100%;
}

.singel-btn td {
    background: #72448D;
    text-align: center;
    padding: 0;
    border:2px white solid;
}
.singel-btn td a {
    display: block;
    width: 100%;
    padding: 5px;
    text-transform: uppercase;
    color: white;
}

.contact button{
    padding: 10px 30px;
    font-size: 15px;
    font-family: 'Open Sans',sans-serif;
    border: none;
    background: #dd4a39;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    border-radius: 0px;
}

.contact button:hover{
    color: #fff;
}


.hotArt {
    
}

.hotArt span{
    color: #451757;
    display: inline-block;
    padding: 3px 0px;
    margin-right: 10px;
    font-weight: 600;
    float: left;
}

.hotArt a{
    color: #838383;
    text-decoration: none;
    font-size: 14px;
    transition: all ease 0.3s;
    font-style: italic;
}

.hotArt a:hover{
    color: #fe7601;
}

.news-hot-top{
    float: left;
     padding-top: 1px;
    display: inline-block;
}

.phone-number{
    background: url(../images/phone-icon.png) no-repeat;
   
    height: 40px;
    padding-left: 40px;
    line-height: 40px;
    background-position: center left;
    font-size: 18px;
    color: #451757;

}

.news-hot-top .bx-wrapper .bx-viewport{
    background: none !important;
}


.about-info{
    background: url(../images/bg-info.png);
    background-size: cover;
    padding-top: 30px;
}

.about-info .info-text{
    text-align: center;
    color: white;
    padding: 30px 15px;
}

.about-info h3{
    margin-bottom: 30px;
    margin-top: 0px;
}

.about-info .info-des{
    position: relative;
    display: block;
    padding: 0px 34px;
    font-size: 14px;
    line-height: 24px;
}

.about-info .info-des:after{
    content : "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 34px;
    height: 28px;
    background: url(../images/info1.png);
}
.about-info .info-des:before{
    content : "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 34px;
    height: 28px;
    background: url(../images/info2.png);
}


.art_cate_hot{
    background: #f7f7f7;
    padding: 20px 0px;
}

.art_cate_hot .image{
    border: 1px #dedede solid;
    border-radius: 4px;
    box-shadow: 0 0 3px #dedede;
    padding: 4px;
    background: white;
}

.art_cate_hot .image img{
    width: 100%;
}

.art_cate_hot .name a{
    color: #212121;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.art_cate_hot .name{
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.box-news{
    background: #fff;
    padding: 20px 0px;
}

.art-box-title{
    border-bottom: 1px #dedede solid;
    position: relative;
    color: #c21d32;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 15px;
}

.art-box-title:before{
    content: "";
    position: absolute;
    bottom: 0px;
    height: 4px;
    width: 90px;
    background: #c21d32;
}


.box-news .title{
    color: #451757;
    font-weight: 600;
    font-size: 14px;
}


.review-title{
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 7px 0;
    font-weight: 600;
    color: #9859BD;
}

.review-content{
        font-size: 13px;
    font-style: italic;
    margin: 0;
    color: #313131;
}

.comment-item{
    padding-bottom: 20px;
}

.art-box-title.notefect{
    border-bottom: 0px;
}
.notefect{
    position: relative;
    color: #451757;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
   
}

.service{
    background: #fafafa;
    padding: 20px 0px;
}

.service-ul li {
    display: block;
    position: relative;
    padding: 4px 0px 4px 15px;
}

.service-ul li:after{
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #451757;
    top: 12px;
    left: 0px;
}

.service-ul li a{
    color: #535353;
    transition: all ease 0.3s;
    font-size: 14px;
}

.service-ul li a:hover{
    color: #451757;
}

.new-titile{
        color: #451757;
    font-weight: 600;
    font-size: 14px;
}

.copyright{
    text-align: right;
   
}

.copyright p{
    margin: 0px;
    padding-top: 5px;
    color: #aa7ec4;
}

.nav-title{
    
    font-size: 17px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding: 10px 0 3px 0px;
    margin: 0px;
    position: relative;
    /*border-bottom: 1px #c21d32 solid;*/
}

.nav-title:after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 1px;
    background: #999;
    width: 30%;
}
.nav-title:before{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0px;
    height: 3px;
    background: #c21d32;
    width: 10%;
    z-index: 999;
}

.nav-title a{
    display: inline-block;
    padding: 5px 0px 10px;
    font-weight: 600;
    color: #004689;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 20px;
}

p.desc{
    font-size: 14px;
}

.img-cate{
    max-width: 100%;
    margin: 20px 0px;
}

.nav-tabs{
    border-bottom: 1px #dedede solid;
    margin-bottom: 20px;
}

.nav > li > a{
    padding: 5px 10px;
    border: 0px !important;
    border-radius: 0px !important;
    color: #333;
    transition: all ease 0.2s;
    text-transform: uppercase;
}

.nav-tabs > li > a:hover{
    background: #c21d32 !important;
    color: #fff !important;
}

.nav-tabs > li{
    float: none;
    display: inline-block;
}

.nav-tabs > li.active a{
    background: #c21d32;
    color: #fff;
}

.menu-footer{
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
}

.detail-prod img{
    max-width: 100% !important;
    height: auto !important;
}

.menu-footer li{
    display: inline-block;
    position: relative;
}

.menu-footer li:after{
    content: "";
    position: absolute;
    top: 5px;
    right: 0px;
    height: 10px;
    width: 1px;
    background: white;
}

.menu-footer li:last-child:after{
    width: 0;
}

.menu-footer li a{
    display: block;padding: 0px 7px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.product-name {
    color: #333;
    font: 500 26px/39px Roboto;
    padding-left: 0;
    margin: 0;
        border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
    padding: 0 0 10px 0;

}

.bg-price{
    background: url(../images/price_bg.gif);
    background-size: 100% 100%;
    margin-bottom: 20px;
    display: block;
    padding: 7px 0px;
}


.bg-price .at1{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0px;
}
.bg-price .at2{
    text-align: center;
    color: #fff;
}

.detail-sale {
    background: #f7f7f7;
    margin: 10px 0;
    border: 1px solid #cec4c4;
    border-radius: 5px;
}

.detail-sale-title{
    color: #ffffff;
    font: 700 14px/18px Roboto;
    padding: 5px;
    border-radius: 4px;
    background: #c21d32;
    cursor: pointer;
    margin-bottom: 10px;

}

.detail-sale-content{
    padding: 0px 10px;
}

.art-item.list img{
   
    display: block;
    margin: 0 auto;
    
}

.fix-bottom{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    background: #000;
    opacity: 0.8;
    padding-top: 10px;
    text-align: center;
    color: #fff;
}

.fix-bottom a{
    color: #fff;
    font-weight: 600;
    margin-right: 25px;
}

.box-service{
    padding: 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all ease 0.2s;
    height: 110px;
}

.ser-title{
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    text-align: right;
    display: block;
    border-bottom: 1px #333 solid;
    padding-bottom: 10px;
    margin-top: 5px;

}

.box-service:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.box-service p{
    text-align: right;
    display: block;
    color: #313131;
    padding-top: 3px;
}

.time_onli{
    margin-top: 8px;
}

.time_onli p{
    margin: 0px;
    color: #c21d32;
}

.icon-fb{
    text-align: center;
    margin-top: 8px;

}

.icon-fb img{
    display: inline-block;
    margin-right: 10px;
}


.table-list-price{
    max-width: 800px;
    border: 1px #000 solid;
    margin: 0 auto;
    display: block;
}

.table-list-price h3{
    display: block;
    margin: 0px;
    padding: 15px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    background: #E6EFF6;
    border-bottom: 1px #333 solid;
}

.table-list-price ul{
    display: block;width: 100%;
    margin: 0px;
}

.table-list-price ul li{
    width: 100%;
    display: block;
    border-bottom: 1px #333 solid;
}

.table-list-price ul li div{
    padding: 8px 15px !important;
    width: 24%;
    display: inline-block;
    text-align: left;
    border-right: 1px #333 solid;
    font-size: 12px;
}
.table-list-price ul li div:last-child{
    border-right: 0px;
}

.table-price-service{
    text-align: center;
    font-size: 16px;
    display: block;
        color: #1c3d9a;
        font-weight: 600;
}

.foter-page{
   
    padding: 20px 0px;
    background: #006099;
}


.footer-info p{
    color: #8c8c8c;
    margin: 0 0 3px;
    font-weight: 500;
    font-size: 14px;
}

.footer-info p a{
    color: #8c8c8c;
}

.footer-info-title {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 11px;
}

.logo_footer{
    max-width: 200px;
    width: 100%;
}

.main-menu{
    margin: 0px;
    padding: 0;
    clear: both;
    float: right;
 
}

.main-menu > li.last-item{
    float: right;
}

.btn-mnu{
    display: block;
    border-radius: 0px;
    text-align: left;
}

.btn-mnu i{
    margin-right: 0px;
}

.btn-hotline{
    background: #e13c39;
}

.main-menu > li{
    display: inline-block;
    float: left;
    position: relative;
}

.main-menu > li:last-child{
    border-left: 0px;
}

.main-menu > li > a{
    display: inline-block;
    padding: 13px 20px;
    font-size: 14px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-family: 'SourceSansPro'
}

.main-menu li.order-btn a{
    background-color: #ffb606;
    color: #fff;
    padding: 5px 17px;
    margin-top: 7px
}

.main-menu li.order-btn:hover  a{
    color: #fff !important;
    background: #ac7900;
}

@media(max-width: 992px){
    .main-menu > li > a{
        padding: 13px 10px;
    }
}

.main-menu > li > a img{
    display: block; 
    margin: 0 auto; 
    height: 30px;
    margin-bottom: 5px;
}

.main-menu > li:hover > a{
    color: #ffb606;
}

.main-menu > li > a.active{
    color: #333;
}

.main-menu li > .sub-menu{
    position: absolute;
    visibility: hidden;
    width: 100%;
   
    left: 0px;
    z-index: 10;
    background-color: #003f7b;
    opacity: 0;
    margin-top: 20px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    box-shadow: 0px 3px 3px rgba(190, 190, 190, 0.6);
    -webkit-box-shadow: 0px 3px 3px rgba(190, 190, 190, 0.6);
    -moz-box-shadow: 0px 3px 3px rgba(190, 190, 190, 0.6);
    border-top: 1px #dedede solid;
    padding: 10px 7px;
}

.sub-menu li{
    display: inline-block;
    width: 47%;
    float: left;
    position: relative;
    color: #000;
    line-height: 1.5;
    margin: 0px 10px;
}

.sub-menu li.first{
    width: 100% !important;
}

.sub-menu li.first h3{
    font-size: 15px;
    padding: 10px 12px;
    margin: 0px;
    text-transform: uppercase;
    color: #c21d32;
}

.sub-menu li a{
    padding: 10px 12px;
    border-bottom: 1px dotted #dedede;
    font-size: 14px;
    display: block;
    color: #fff;
    position: relative;
    text-align: left;
}

.sub-menu li:last-child a{
}

.sub-menu li a:hover:before{
    content: "";
    top: 20px;
    left: 0px;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
}

.sub-menu:before {
    content: "";
    border: 7px solid transparent;
    border-bottom-color: #584a4a;
    width: 0;
    height: 0;
    position: absolute;
    top: -13px;
    left: 30px;
    z-index: 5;
    display: none;
}

.main-menu li:hover > .sub-menu{
    display: block;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}


.box-menu-mobile{
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    background: #fff;
    z-index: 99999999;
    padding: 5px 0px;
}

.box-menu-mobile .sub-menu:before{
    display: none;
}

.box-menu-mobile .logo{
}

.logo-menu-mobile{
    max-width: 140px;
    height: 40px;
    display: block;
    margin: 0 auto;
}

.btn-show-menu-mobile{
    cursor: pointer;
    color: #353535;
    font-size: 24px;
    display: inline-block;
    margin-top: 12px;
    margin-left: 10px;
}

.auto-height{
    height: auto !important; 
}

.product-price-old{
    color: #756666 !important;
    text-decoration: line-through;
    display: block;
}





.product-quantity-group button {
    height: 40px;
    margin: 0px;
    border-radius: 0px;
   
    margin-top: 20px;
    width: 100%;
}
.product-item-add2 {
    display: inline-block;
    height: 35px;
    padding: 0 15px;
    margin-bottom: 10px;
    line-height: 35px;
    color: #404040;
    text-align: center;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    transition: all ease 0.3s;
}
.product-item-add2 {
    color: #ffffff;
    border-color: #ef3737;
    background-color: #ef3737;
}
.product-select-group {
    width: 100%;
    overflow: hidden;
    padding: 0px 0 25px 0;
}
.product-quantity-group {
    width: 100%;
    float: left;
}
.product-select-group label {
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: #363533;
    line-height: 30px;
}
.product-quantity-group span {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    color: #404040;
    line-height: 40px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    cursor: pointer;
}
.product-quantity {
    float: left;
    height: 40px;
    width: 60px;
    line-height: 40px;
    color: #404040;
    text-align: center;
    border: 1px solid #ebebeb;
    border-left: none;
    border-right: none;
    outline: none;
}


.hotlinex{
  display: block;
  font-size: 20px;
  padding: 10px 0px;
  border-top: 1px #dedede solid;
  border-bottom: 1px #dedede solid;
  margin-bottom: 20px;
  margin-top: 20px;
}

.hotlinex strong{
    color: #fe0000;
}


.hotArt span{
    color: #451757;
    display: inline-block;
    padding: 3px 0px;
    margin-right: 10px;
    font-weight: 600;
    float: left;
}

.hotArt a{
    color: #fe0000;
    text-decoration: none;
    font-size: 14px;
    transition: all ease 0.3s;
    font-style: italic;
}

.hotArt a:hover{
    color: #fe7601;
}


.clear{
  clear: both;
}

.find-prod-compare{
  position: relative;
}

.prod_sidebar{
    padding: 5px 10px;
    border: 1px #dedede solid;
}

.prod_sidebar ul li{
  display: block;
  padding: 10px 0px;
  border-bottom: 1px #dedede solid;
}

.prod_sidebar ul li:nth-child(odd){
  background: #fafafa;
}

.prod_sidebar ul li a{
  font-size: 16px;
  color: #333;
}

.prod_sidebar ul li a:hover{
  color: #4471c2 ;
}

.prod_sidebar ul li:last-child{
    border-bottom: 0px;
}

.compare-item{
  font-size: 16px !important;
  color: #4471c2  !important;
}

.all-category .posti-cate.fix-cate-to-header:hover .cate-box{
  display: block !important;
}

.sidebar-left-title{
    display: block;
    font-size: 18px;
    padding: 7px 10px;
    
    margin-bottom: 20px;
}


.prod-content img{
	display: block;
	margin: 10px auto;
	max-width: 100% !important;
    height: auto !important;
}

.version_list label{
        width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: #363533;
    line-height: 30px;
}

.version_list .version_item{
    display: inline-block;
    cursor: pointer;
    border: 1px #dedede solid;
    text-align: center;
    margin: 0px 5px;
    transition: all ease 0.3s;
}

.bg_version{
    background: transparent;
    height: 40px;
    min-width: 40px;
    line-height: 40px;
}

.version_list .active_version{
    padding: 3px;
    box-shadow: 0px 0px 10px #888888;
}

.team-doctor{
    background-color: rgb(246, 246, 246);
    padding: 40px 0px;
}

.view-link-detail{
    padding: 13px 35px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    display: block;
    background: #e13c39;
    max-width: 200px;
    margin: 0 auto;
    border-radius: 25px;
}

.view-link-detail:hover{
    color: #fff;
}

.services{
    padding: 15px 0px;
}

.bg-blue{
    background: #0D4F8C;
    padding: 15px 0px;
}

.slider-news-item{

}

h2{
    margin: 0px;
}


.ask-reply{
    background: url(../images/b6-bg.jpg) center 0 no-repeat;
    min-height: 574px;
    padding: 50px 0;
}

.ask-list li{
    font-size: 14px;
}

.ask-list li span{
        color: #00619b;
    text-transform: uppercase;
}

.ask-list li a.view-more{
        color: #e13c39;
    font-style: italic;
    font-size: 13px;
    text-decoration: underline;
    display: inline-block;
    margin-top: 5px;
}

.event-hot{
        background: #eeeeee;
    padding: 40px 0;
}

.article_new li{
    display: block;
    margin-bottom: 10px;
}
.article_new li a{
    color: #333;
    font-size: 12px;
}

.news-footer{
    padding: 40px 0px;
   
}

.news-footer ul li{
    position: relative;
}
.news-footer ul li:before{
    content: '';
    position: absolute;
    top: 12px;
    left: 0px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
}

.news-footer ul li a{
     color: #4c4c4c;
    font-size: 14px;
    text-transform: none;
    display: block;
    padding: 4px 0px;
}

.location p{
    background: #87c5ea none repeat scroll 0 0;
    border-radius: 8px;
    color: #006099;
    float: left;
    font-weight: bold;
    height: auto;
    margin: 5px 0;
    padding: 9px 0;
    text-align: center;
    text-transform: uppercase;
    width: 84px;
}

.tel,
.tel a{
    color: #fff;
    font-size: 14px;
}
.tel p{
    margin: 0px;
}

.map-icon{
    padding-left: 20px;
    font-size: 13px;
    position: relative;
    padding-top: 4px;
    margin-bottom: 15px;
}
.map-icon a{
    font-size: 13px;
}
.map-icon:after{
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 2px;
        background-position: -16px -575px;
            background-image: url(../images/footer_NK.png);
    display: block;
}

.pop_tt {
    background: #286C9D;
    margin: 0px;
    padding: 13px 30px 12px 30px;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    color: #fff;
}

.contactModal input{
    border-radius: 0px;
}

.sol{
    text-align: center;
    color: #696969;
    font-size: 13px;
}

.sol p {
    font-size: 12px;
    font-style: italic;
}

.sol p a {
    color: #cc431d;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
}


.main-menu .search-btn:after {
    content: '';
    width:0px;
    height:0px;
    border-left:7px solid transparent;
    border-right:7px solid transparent;
    border-bottom:7px solid #ddd; /* Tam giác phía dưới được đổ màu */
    position: absolute;
    bottom: 0px;
    left: -99999px;
}
.main-menu .search-btn:hover .search-menu{
    opacity: 1;
    left: -15px;
}
.main-menu .search-btn:hover:after{
    left: 20px;
}
.search-btn .search-menu{
    position: absolute;
    min-width: 260px;
    max-height: 0;
    z-index: 9;
    padding: 20px 0 20px;
    opacity: 0;
    margin: 0;
    transition: opacity .25s;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    border: 2px solid #ddd;
    color: #777;
    background-color: #fff;
    text-align: left;
    display: table;
    left: -99999px;
}

.enter-search-box{
    position: relative;
    border: 1px #dedede solid;
    margin: 0px 20px;
}

.enter-search-box button{
    background-color: #ffb606;
    min-width: 2.5em;
    padding-left: .6em;
    padding-right: .6em;
    display: inline-block;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    position: absolute;
    right: 0px;
    width: 38px;
    height: 38px;
    border: 0px;
}


.enter-search-box button i{
    color: #fff;
    font-size: 14px;
}

.enter-search-box input.search-field{
    height: 38px;
    width: 90%;
    padding: 0 38px 0 5px;
    border: 0px;

}

.enter-search-box input.search-field:focus{
    outline:none;
}




/*
 * Css for menu mobile
 */

.M-menu{
    position: fixed;
    top:0;
    bottom:0;
    right:0;
    left:0;
    height: 100vh;
    z-index: 9;
    display: none;
}

.M-menu .cont{
    position: relative;
    width: 100%;
    height: 100%;
}

.M-menu .background{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #333;
    opacity: 0.6;
}

.M-menu .menu-content{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    max-width: 300px;
    height: 100%;
    border-right: 1px #fff solid;
    background: rgba(51, 51, 51, 0.7);
    overflow-y: scroll;
    box-sizing: content-box;
    z-index: 9;
    -ms-overflow-style: none; 
    scrollbar-width: none; 
    transition: all ease 0.2s;
}

.M-menu .menu-content::-webkit-scrollbar { 
    display: none;  // Safari and Chrome
}


.close-the-sidbar{
    text-align: right;
    padding: 15px;

}
.close-the-sidbar span{
    display: inline-block;
    cursor: pointer;
    padding: 7px 15px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.close-the-sidbar span i{
    font-size: 16px;
}

.M-menu .search-block{
    border-left: 3px solid transparent;
    background: rgba(51, 51, 51, 0);
}


.M-menu .menu-list,
.M-menu .menu-list ul{
    padding: 0px;
    list-style: none;
}

.M-menu .menu-list ul{
    display: none;
}

.M-menu .menu-list .search-form-m .search-bar{
    position: relative;
    display: table;
    border-collapse: separate;
}
.M-menu .menu-list .search-form-m .search-bar input{
    height: 34px;
    line-height: 34px;
    padding: 0px 15px;
    border-radius: 0px;
    border: 0px;
    outline: 0px;
    width: 100%;
    background: #fff;
        font-family: 'Roboto', sans-serif;
}

.M-menu .menu-list .search-form-m .search-bar button{
    height: 34px;
    width: 34px;
    line-height: 34px;
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    outline: 0px;
    background: #fff;
    color: #333333;
        font-family: 'Roboto', sans-serif;
}

.M-menu .menu-list li{
    padding: 10px 15px;
    transition: all ease 0.3s;
        font-family: 'Roboto', sans-serif;
    border-left: 3px solid transparent;
}

.M-menu .menu-list > li:hover{
    background: #333333;
    border-left: 3px solid #ffffff;
}

.M-menu .menu-list li a{
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    transition: all 0.3s ease;
    display: block;
}

.M-menu .menu-list li a:hover{
    text-decoration: underline;
}


.M-menu .menu-list li button{
    padding: 0px;
    color: #ffffff;
    background: transparent;
    outline: 0px;
    border-radius: 0px;
    border: 0px;
    float: right;
    transition: all 0.3s ease;
}

.M-menu .menu-content.active{
    width: 60% !important;
}


.bxslider img{
    width: 100%;
    cursor: pointer;
}

.bx-wrapper{
    box-shadow: 0 0 0px #ccc;
    border: 0px !important;
    margin-bottom: 0px;
}

.bx-wrapper .bx-pager{
    position: absolute;
    bottom: 30px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a{
    background: transparent !important;
    border: 1px #fff solid;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #fff !important;
}

.order-room .order-btn{
    background: #000;
    color: #fff;
    padding: 7px 20px;
    border: 0px;
    min-width: 50%;
    font-size: 18px;
}

.order-room select.room-select{
    background: transparent;
    border-color: #fff;
    color: #fff;
    text-shadow:0 1px 0 rgba(0,0,0,0.4);
}
.order-room select.room-select option{
    color: #333;
}

.order-room{
    background-color: rgb(255, 182, 6);
    padding: 20px 20px 20px 20px;
    transition: all ease 0.3s;
    position: relative;
}
.order-room h3{
    margin: 0px;
    text-align: center;
    color: #fff;
}

.order-room label{
    color: #fff;
}

.order-room input{
    background: transparent;
    border: 1px #fff solid;
    color: #fff;
}



.sec_service{
    margin-bottom: 40px;
}

.sec_service h1 {
    font-size: 26px;
    color: #1c1c1c;
    font-weight: 700;
    margin: 0px;
   
}

.sec_service h1 span{
    color:#ffb606;
}

.sec_service p{
    font-size: 16px;
}


.view-all {
    background-color: #ffb606;
    color: #fff;
    padding: 12px 7px;
    margin-top: 7px;
    transition: all ease 0.3s;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
}
.view-all:hover {
    color: #fff !important;
    background: #ac7900;
}

.view-detail {
    background-color: #ffb606;
    color: #fff;
    padding: 7px 25px;
    margin-top: 4px;
    transition: all ease 0.3s;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
}
.view-detail:hover {
    color: #fff !important;
    background: #ac7900;
}


.product-item{
    background: #fff;
    padding-bottom: 20px;
}
.product-item .img{
    width: 100%;
    overflow: hidden;
}
.product-item img{
    width: 100%;
    transition: all ease 0.5s;
}
.product-item img:hover {
  transform: scale(1.2);
}

.product-item h3{
    font-size: 1.5em;
    color: #1c1c1c;
    font-weight: 700;
    font-family: SourceSansPro;
    position: relative;
    padding: 0 20px 30px 20px;
    margin-bottom: 0;
}

.product-item h3:after {
    content: "";
    background: #eee;
    height: 2px;
    width: 53px;
    position: absolute;
    left: 1.5em;
    bottom: 20%;
}

.price{
    font-size: 1.1em;
    margin-left: 1.5em;
    color: #898989;
    line-height: 1;

}
.price b{
    color: red;
}
.price span{
    display: inline-block;
    width: 100px;

}




#home-parallax .parallax {
    background-image: url(../images/home-parallax-bg.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 500px;
}
@media(min-width: 768px){
    #home-parallax .parallax{
        height: 350px;
    }
}
#home-parallax .parallax:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.3;
}
#home-parallax .parallax .parallax-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    color: white;
}
#home-parallax .parallax .parallax-text p {
    font-size: 16px;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 30px;
}
#home-parallax .parallax .parallax-text p.parallax-title {
    font-size: 40px;
    line-height: 40px;
    display: inline-block;
    font-weight: bold;
}
#home-parallax .parallax .parallax-text a {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    border: 3px solid #fff;
    background: transparent;
}


.counter{
    background-color: rgb(255, 182, 6);
    padding: 20px 0px;
}
.counter .counter-number{
    text-align: center;
    font-weight: 700;
    font-size: 34px;
    color: #fff;
    display: block;
}
.counter p{
    text-align: center;
    color: #fff;
    font-size: 1.2em;
}




.box-news-hot{
    background-color: rgb(246, 246, 246);
    padding: 30px 0;
}
.article-item.list{
    border: 1px #dedede solid;
    padding: 0px;
}
.article-item{
    margin-bottom: 20px;
    transition: all ease 0.3s;
    overflow: hidden;
}
.article-item:hover{
    box-shadow: 0px 0px 25px #dedede;
}
.article-item .img{
   width: 100%;
   display: block;
   margin: 0 auto;
   overflow: hidden;
   text-align: center;
   margin-bottom: 15px;
   position: relative;
}

.article-item .img img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    max-height: 100%;
    transition: all ease 0.3s;
}

.article-item:hover .img img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.article-title {
    position: relative;
    padding-bottom: 10px;
}
.article-title:after {
    content: "";
    background-color: rgba(0,0,0,0.1);
    height: 2px;
    width: 53px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.article-title .title{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.article-title .created_at{
    opacity: .8;
    font-size: .8em;
}
.article-item .short_description{
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    margin-top: 15px;
}
.read-more {
    color: #ffb606;
    padding: 7px 25px;
    margin-top: 7px;
    transition: all ease 0.3s;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    border: 2px #ffb606 solid;
}
.read-more:hover {
    color: #fff !important;
    background: #ac7900;
}


.hot-article{
    padding: 30px 20px;
    background: #fff;
}
.hot-article .title{
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.title{
    transition: all ease 0.3s;
}
.title:hover{
    color: #ffb606;
}

.pad-20{
    padding: 20px;
}



#footer-page{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(42, 41, 43);
}
#footer-page .footer-logo{
    color: #a4a4a4;
    font-size: 14px;
    margin-bottom: 0.8em;
}

#footer-page .footer-title{
    color: #fff;
    position: relative;
    margin: 0px;
    padding-bottom: 10px;

}
#footer-page .footer-title:after {
    content: "";
    background-color: #ffb606;
    height: 2px;
    width: 53px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}


.footer-link{
    list-style: none;
    padding: 0px;
    margin: 20px 0px;
}
.footer-link li{
    color: #a4a4a4;
    font-size: 14px;
    margin-bottom: 10px;
}
.footer-link.has-icon li{
    position: relative;
    padding-left: 20px;
}
.footer-link li i{
    position: absolute;
    left: 0px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
   top: 50%;
}

.footer-link li a{
    color: #a4a4a4;
    transition: all ease 0.3s;
}
.footer-link li a:hover{
    color: #ffb606;
}

li.order-btn a {
    background-color: #ffb606;
    color: #fff;
    padding: 5px 17px;
    margin-top: 7px;
}
li.order-btn:hover a {
    color: #fff !important;
    background: #ac7900;
}


#license{
    background: #000;
    text-align: center;
    padding: 15px 0px;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
}
#license a{
     color: rgba(255,255,255,0.5);
}

.footer-allbums .spotlight-group{
    margin-top: 20px;
}
.footer-allbums img{
    width: 100%;
    height: 60px;
    border-right: 5px rgb(42, 41, 43) solid;
    border-bottom: 5px rgb(42, 41, 43) solid;
}

@media(max-width: 768px){
    .space-xs{
        height: 50px;
    }
}

.order-room .loading{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    background-color: #333;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    text-align: center;
    padding-top: 50%;
    display: none;
}

.status-reponse{
    border: 2px #fff solid;
    color: #1605a7;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
    display: none;
}

.status-reponse.error{
    border: 2px red solid;
}

.logo-foter{
    max-width: 100%;
}
