

@media (min-width: 1200px)
{
    .container {
        width: 1200px;
    }
}
img{
    max-width: 100%;
}

.top-header{
    background-color: #0090c4;
}
ul.top-header{
    margin: 0;
    padding: 0;
}
ul.top-header li{
    display: inline-block;
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
}
ul.top-header li a{
    text-decoration: none;
    color: #fff;
    padding: 5px 0;
    display: block;
}


/*mid-header*/
.mid-header{
    background: #fff;
    border-bottom: 2px solid #ccc;
}
.logo {
    padding-top: 2px;
    float: left;
}
.logo img {
    height: 65px;
}
.logo-content{
    float: left;
    padding-top: 10px;
    padding-left: 20px;
}
p.ten-doanh-nghiep{
    color: #01a1e1;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 5px;
}
p.dia-chi{
    color: #333;
    font-size: 13px;
}

.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
}
.navbar {
    position: relative;
    min-height: 70px;
    margin-bottom: 0px;
    border: none;
    border-radius: 0;
}
@media screen and (max-width: 768px)
{
    .navbar {
        min-height: 35px;
    }
}
.stellarnav>ul>li>a {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 0;
        padding-left: 15px;
}
.stellarnav.light li a {
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
}
.stellarnav ul ul {
    top: auto;
    min-width: 220px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    display: none;
    background: #0090c4;
}
.stellarnav ul ul li a{
    border-bottom: dashed #177f4a 1px;
}
.stellarnav li.has-sub>a:after {
    content: none;
    font-family: none;
    margin-left: 10px;
}
.stellarnav li a {
    padding: 10px;
}
.stellarnav.light li a:hover{
    color: #0090c4;
}
.stellarnav.light li li a{
    color: #fff;
}
.stellarnav.light li li a:hover{
    color: yellow;
}

.menu{
    float: right;
}
@media screen and (max-width: 768px)
{
    .text-des {
        text-align: left;
        line-height: inherit;
        vertical-align: middle;
        padding-bottom: 10px;
    }
    .stellarnav.light li a {
        color: #fff;
        text-transform: uppercase;
    }
    .stellarnav.light li a:hover {
        color: #ffffff;
    }
    .service-content{
        padding-bottom: 15px;
    }
    .logo {
        float: left;
    }
    .logo-content{
        float: none;
        padding-left: 80px;
    }
    .menu{
        float: none;
    }
}
/*mid-header*/
/*slider*/
.flexslider {
    margin: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}
ul.slides{
    transform: none;
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
}
@font-face {
    font-family: 'flexslider-icon';
    src:url('../fonts/webfonts/flexslider-icon.eot');
    src:url('../fonts/webfonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
    url('../fonts/webfonts/flexslider-icon.woff') format('woff'),
    url('../fonts/webfonts/flexslider-icon.ttf') format('truetype'),
    url('../fonts/webfonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a {
    width: 40px;
    height: 45px;
}
.flex-direction-nav .flex-next {
    right: 0;
    text-align: right;
}
.flex-direction-nav .flex-prev {
    left: 0;
    text-align: left;
}
/*slider*/
/*main-content*/
.main-content{
    padding: 30px 0;
}
.list-product-title {
    height: 30px;
}
.list-product-title-left {
    width: 20%;
    float: left;
}
.list-product-title-right {
    width: 80%;
    float: right;
    background: #fff;
    border-bottom: 2px solid #0090c4;
}
.list-product-title-left p {
    background: #0090c4;
    margin-bottom: 0;
}
.list-product-title p {
    padding: 5px 10px;
}
.list-product-title-left p a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}
.list-product-title ul {
    margin: 0;
    padding: 0;
    float: left;
    overflow: hidden;
}
.list-product-title ul li {
    list-style: none;
    float: left;
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 15px;
}
.list-product-title ul li a {
    color: #333;
    text-decoration: none;
}
.index-more {
    float: right;
    font-size: 12px;
    padding-top: 6px;
    padding-right: 10px;
}
.index-more a {
    color: #515151;
    text-decoration: none;
}
.list-product-body{
    padding-bottom: 30px;
}
.list-product-body-index{
    padding-top: 20px;
}
.list-product-body .item {
    border: solid 1px #e6e6e6;
    padding: 10px;
    background: #fff;
    margin-bottom: 15px;
}
.list-product-body .item:hover {
    border: solid 1px #0090c4;
}
.list-product-body .product-img {
    width: 100%;
    min-height: 110px;
}
.list-product-body .product-img img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 248px;
}
.list-product-body .product-name {
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    font-size: 12px;
    text-align: center;
}
.list-product-body .product-name a {
    color: #515151;
    text-decoration: none;
    font-weight: bold;
}
.list-product-body .product-price {
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.list-product-body .product-price b {
    color: #ff0000;
    font-size: 12px;
}
.bt_buy {
    height: 30px;
    padding: 7px 15px;
    color: #fff;
    background-color: #02659e;
    font-size: 12px;
}
.bt_buy:hover {
    color: #fff;
}
.sale-flash {
    position: absolute;
    top: 0;
    right: 15px;
    background: #fbda00;
    font-size: 10px;
    color: #000;
    border-radius: 2px;
    line-height: 18px;
    text-align: center;
    padding: 0 5px;
    display: inline-block;
}
.sale-flash {
    z-index: 9;
}
.item-tin-tuc-img img{
    width: 100%;
}
.list-product-body .product-imgs img{
    width: 100%;
    height: 130px;
}
/*main-content*/

/*footer*/
section.footer{
    background-color: #313739;
    padding-top: 30px;
    padding-bottom: 20px;
}
.list-footer-title{
    padding-bottom: 15px;
}
.list-footer-title p{
    display: inline-block;
    position: relative;
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1em;
    cursor: context-menu;
    padding-bottom: 0.5em;
    padding-right: 2em;
    border-bottom: 1px solid yellow;
    z-index: 2;
    color: #fff;
    margin-bottom: 0;
}
.list-footer-content p{
    color: #f5f5f5;
    font-size: 13px;
}
/*footer*/

/*copy-right*/
section.copy-right{
    background: #171a19;
}
/*copy-right*/

/*trang-con*/
.lien-he-content .form-control {
    height: 30px;
    margin-bottom: 17px;
}
.lien-he-content textarea.form-control{
    height: 75px;
    width: 100%;
}
.lien-he-content .btn-lg, .btn-group-lg>.btn {
    padding: 6px 16px;
    font-size: 13px;
    line-height: 1.33;
    border-radius: 6px;
}
/*trang-con*/
/*sidebar*/
.sidebar-title p{
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #fff;
    text-transform: uppercase;
    background: #0090c4;
}

ul.sidebar-menu {
    padding: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
}
ul.sidebar-menu li {
    list-style: none;
    position: relative;
}
ul.sidebar-menu li a {
    padding: 6px 0 7px 15px;
    color: #333;
    display: block;
    text-decoration: none;
    font-size: 15px;
}
ul.sidebar-menu li a:hover {
    background: #de161e;
    color: #fff;
}
ul.sidebar-menu li:hover ul.sidebar-menu-child {
    display: block;
}
ul.sidebar-menu-child{
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0 0;
    top: 0 !important;
    left: 100%;
    margin: 0;
    min-width: 100%;
    position: absolute;
    background: #fff;
    z-index: 99;
    display: none;
}
ul.sidebar-menu-child li{
    border-bottom: none;
    border-top: 1px solid #ccc;
}
hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #ebebeb;
}

ul.sidebar-menu-child-child {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0 0;
    top: 0 !important;
    left: 100%;
    margin: 0;
    min-width: 100%;
    position: absolute;
    background: #fff;
    z-index: 99;
    display: none;
}
ul.sidebar-menu li:hover ul.sidebar-menu-child-child {
    display: block;
}
ul.sidebar-menu-child-child li {
    border-bottom: none;
    border-top: 1px solid #ccc;
}
ul.sidebar-menu-trang-con {
    padding: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
}
ul.sidebar-menu-trang-con li {
    list-style: none;
    position: relative;
}
ul.sidebar-menu-trang-con li a {
    padding: 6px 0 7px 15px;
    color: #333;
    display: block;
    text-decoration: none;
    font-size: 15px;
}
ul.sidebar-menu-trang-con li a:hover {
    background: #de161e;
    color: #fff;
}
ul.sidebar-menu-trang-con li:hover ul.sidebar-menu-child-trang-con {
    display: block;
}
ul.sidebar-menu-child-trang-con{
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0 0;
    top: 0 !important;
    left: 100%;
    margin: 0;
    min-width: 100%;
    position: absolute;
    background: #fff;
    z-index: 99;
    display: none;
}
ul.sidebar-menu-child-trang-con li{
    border-bottom: none;
    border-top: 1px solid #ccc;
}
hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #ebebeb;
}

ul.sidebar-menu-child-child-trang-con {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0 0;
    top: 0 !important;
    right: 100%;
    margin: 0;
    min-width: 100%;
    position: absolute;
    background: #fff;
    z-index: 99;
    display: none;
}
ul.sidebar-menu-trang-con li:hover ul.sidebar-menu-child-child-trang-con {
    display: block;
}
ul.sidebar-menu-child-child-trang-con li {
    border-bottom: none;
    border-top: 1px solid #ccc;
}
/*sidebar*/

/*langue*/
.language-index a {
    display: inline-block;
    padding-left: 5px;
    padding-top: 8px;
    padding-right: 0px;
}
/*langue*/

.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .menu-toggle {
    color: #777;
    padding: 5px;
    box-sizing: border-box;
}
.stellarnav.mobile>ul>li>a {
    padding: 5px;
}
.stellarnav.mobile.light ul {
    background: #0090c4;
}

.stellarnav .dd-toggle i {
    position: absolute;
    margin: auto;
    top: 15%;
    left: 0;
    right: 0;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}
@media screen and (max-width: 768px)
{
    .list-product-title-left {
         width: 60%;
        float: left;
    }
    .list-product-title-right {
         width: 40%;
        float: left;
        background: #fff;
        border-bottom: 2px solid #0090c4;
    }
    .list-product-title ul {
        display: none;
    }
    .index-more {
        float: right;
        font-size: 12px;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 5px;
    }
}