﻿/* 1. BODY */

body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #858585;
}

h2, .h2 {
    font-size: 22px;
}

a {
    color: #858585;
}

    a:hover {
        text-decoration: none;
        color: #188ca9;
    }

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

img {
    max-width: 100%;
}
/* 2. HEADER */
.header-top {
    border-bottom: double #f0f0f0;
}

.toplinks ul li {
    float: left;
    line-height: 35px;
}

    .toplinks ul li a {
        font-size: 12px;
        padding: 0px 7px;
        border-left: 1px solid #bcbcbc;
    }

    .toplinks ul li:first-child a {
        padding-left: 0px;
        border-left: none;
    }

.top-menu {
    text-align: right;
}

    .top-menu ul {
        display: inline-block;
    }

        .top-menu ul li {
            display: inline-block;
            line-height: 35px;
        }

            .top-menu ul li a {
                font-size: 12px;
                padding: 0px 10px;
                border-left: 1px solid #bcbcbc;
            }

            .top-menu ul li:first-child a {
                border-left: none;
            }

        .top-menu ul .links-search {
            padding: 0px 15px;
            border-left: 1px solid #f0f0f0;
            border-right: 1px solid #f0f0f0;
            margin-left: 10px;
        }

.btn-search {
    display: block;
    cursor: pointer;
}

#search_mini_form {
    position: relative;
}

.search-box {
    position: absolute;
    right: 0px;
    z-index: 999;
    width: 220px;
}

    .search-box input {
        margin: 0px;
        width: 100%;
        padding: 0px 10px;
        line-height: 33px;
    }

.search-btn-bg {
    position: absolute;
    right: 0px;
    top: 0px;
    border: 0px;
    background-color: transparent;
    padding: 0px 10px;
    line-height: 35px;
}

    .search-btn-bg:hover {
        background-color: transparent;
    }

.header-mid {
    padding: 20px 0px;
}

.header-hotline {
    text-align: center;
}

    .header-hotline p {
        margin: 0px;
        font-size: 16px;
        color: #3d3d3d;
        font-weight: bold;
    }

        .header-hotline p span {
            color: #ee2222;
        }

    .header-hotline a.hot-phone {
        display: inline-block;
        padding: 5px 20px;
        background-color: #ee2222;
        color: #fff;
        margin: 5px 0px;
        border-radius: 20px;
    }

ul.social li {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 100%;
    margin: 0px 2px;
}

    ul.social li a {
        display: block;
    }
/* NAVIGATION */
nav {
    background-color: #188ca9;
}

#site-nav.sticky {
    position: fixed;
    top: 0px !important;
    width: 100%;
    z-index: 9999;
}

#nav > li {
    float: left;
    position: relative;
}

    #nav > li > a {
        line-height: 50px;
        padding: 0px 15px;
        color: #fff;
        font-size: 14px;
        display: block;
    }

    #nav > li.home a {
        font-size: 18px;
        background-color: #147a93;
        padding: 0px 20px;
    }

    #nav > li.first a {
        padding: 0px 20px;
    }

    #nav > li.active > a, #nav > li:hover > a {
        background-color: #147a93;
    }

#nav .sub-menu {
    display: none;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    padding: 10px;
    width: 200px;
    box-shadow: 0px 0px 3px #ccc;
}

#nav > li:hover .sub-menu {
    display: block;
}

#nav .sub-menu li {
    position: relative;
}

    #nav .sub-menu li a {
        display: block;
        line-height: 20px;
        padding: 7px 0px;
    }

.level2.right-sub {
    display: none;
    position: absolute;
    left: 100%;
    top: 0px;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 0px 3px #ccc;
    padding: 5px;
}

#nav .sub-menu li:hover .level2.right-sub {
    display: block;
}

#mobile-menu {
    display: none;
    width: 100%;
    text-align: left;
    float: left;
}

    #mobile-menu .toggle {
        float: left;
        width: 30px;
        height: 35px;
        cursor: pointer;
        transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
        text-align: left;
        margin-left: 1px;
    }

        #mobile-menu .toggle:before {
            content: "\f0c9";
            font-family: FontAwesome;
            font-size: 24px;
            color: #fff;
            margin: 10px 0;
            line-height: 44px;
        }

    #mobile-menu ul {
        margin: auto;
        padding: 0px;
        list-style: none;
    }

        #mobile-menu ul.navmenu ul.submenu {
            padding: 2px 0 0;
            background: none;
            width: 100%;
            margin-top: -8px;
            max-height: 300px;
            overflow: auto;
        }

        #mobile-menu ul.navmenu .menutop {
            display: inline-block;
            overflow: hidden;
            padding-left: 15px;
            width: 100%;
            background: #147891
        }

            #mobile-menu ul.navmenu .menutop h2 {
                float: left;
                margin: 0;
                font-weight: normal;
                color: #fff;
                padding: 0px;
                font-size: 13px;
                text-transform: uppercase;
                font-family: 'Open Sans', sans-serif;
                line-height: 45px;
            }

.open-close {
    float: right;
    padding: 3px;
}

.open-close-1 {
    float: right;
    padding: 3px;
}

.open-close:before {
    float: right;
    content: "\f055";
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
}

.open-close.active:before {
    float: right;
    content: "\f056";
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
}

.open-close-1:before {
    float: right;
    content: "\f055";
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
}

.open-close-1.active:before {
    float: right;
    content: "\f056";
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
}
/* HOME SLIDE */
#ow-slider .owl-controls .owl-buttons div {
    background: none;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
    position: absolute;
}

#ow-slider .owl-controls .owl-buttons .owl-prev {
    left: 5px;
    top: 40%;
}

#ow-slider .owl-controls .owl-buttons .owl-next {
    right: 5px;
    top: 40%;
}

#ow-slider .owl-controls .owl-buttons div a {
    height: 46px;
    width: 46px;
    text-align: center;
    line-height: 45px;
    display: block;
}

#ow-slider .owl-controls .owl-buttons .flex-next {
   
}

#ow-slider .owl-controls .owl-buttons .flex-prev {
    
}
/* Module dÆ°á»›i slide */
.post-name h3 {
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}

    .post-name h3 a {
        color: #3d3d3d;
        font-size: 16px;
    }

.post-author {
    padding: 5px 10px;
    border: 1px dashed #e1e1e1;
    margin: 10px 0px;
}

    .post-author li {
        display: inline-block;
        padding-right: 15px;
        font-size: 12px;
    }

        .post-author li span {
            color: #858585;
        }

.post-desc {
    font-size: 14px;
    color: #858585;
}

.bds-blog-item.border .bds-blog-info {
    border-bottom: thin solid #ebebeb;
}

    .bds-blog-item.border .bds-blog-info:last-child {
        border-bottom: none;
    }

.bds-blog-item.border {
    border: 1px dashed #e1e1e1;
    padding: 15px;
}

    .bds-blog-item.border h3 {
        line-height: 18px;
        display: block;
        font-size: 14px;
        font-weight: 500;
    }

    .bds-blog-item.border .post-name {
        border-bottom: 1px solid #e1e1e1;
        line-height: 18px;
    }

        .bds-blog-item.border .post-name:last-child {
            border-bottom: none;
        }

.post-author-bot {
    display: inline-block;
    font-size: 12px;
    color: #858585;
    font-style: italic;
}

    .post-author-bot a {
        background: none !important;
        padding: 0px !important;
    }

.blog-cate a {
    color: #188ca9;
}

.bds-blog-item.border h3 a {
    font-size: 14px;
    color: #3d3d3d;
    display: block;
    background: url(blog-icon.png) no-repeat left 24px;
    padding: 20px;
    display: inline-block;
}

.bds-blog-item.border h3:hover a {
    color: #188ca9;
    background: url(blog-icon-hover.png) no-repeat left 24px;
}

.bds-blog-item {
    margin-bottom: 15px;
}

.bds-search {
    margin: 30px 0px;
}
/* PROJECT */
.home-project {
    margin: 30px 0px;
}

.box-title {
    border-bottom: 2px solid #f0f0f0;
    line-height: 35px;
    margin-bottom: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

    .box-title h2 {
        display: inline-block;
        color: #188ca9;
        font-size: 28px;
        margin: 0px;
        padding-right: 15px;
        background-color: #fff;
    }

.home-project .item-content .item-title {
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

#home-project .item {
    margin: 0px 15px;
}

.col-item .product-wrapper {
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.sale-label {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #e22;
    color: #fff;
    padding: 3px 5px;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 9999;
}

.pdt-list.products-list .col-item .product-wrapper {
    min-height: auto;
    max-height: inherit;
}

.item-info .item-title a {
    color: #188ca9;
    font-size: 14px;
    display: block;
    font-weight: bold;
}

.col-item {
    border: 1px solid #e1e1e1;
    position: relative;
}

.item-info {
    padding: 10px;
}

.item-content .item-title {
    line-height: 20px;
    overflow: hidden;
    word-break: break-word;
}

.item-content > div {
    font-size: 13px;
    color: #3d3d3d;
    line-height: 25px;
}

.item-content .item-price .price {
    color: #f03434;
    font-weight: bold;
}

.item-info .item-content {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.item-info .actions {
    text-align: right;
}

    .item-info .actions .btn-cart.btn-more {
        border: none;
        background-color: #4d9eb6;
        color: #fff;
        padding: 8px 10px;
        display: inline-block;
    }

        .item-info .actions .btn-cart.btn-more .fa {
            margin: 0px 5px;
        }

    .item-info .actions a {
        color: #4d9eb6;
        font-size: 13px;
        line-height: 36px;
    }

#upsell-products-slider .item-content .item-title {
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
}

.owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    background: none;
    padding: 0px;
    margin: 0px
}

.owl-controls .owl-buttons .owl-prev {
    left: 0px;
    background: url(icon-left.png) no-repeat !important;
}

.owl-controls .owl-buttons .owl-next {
    right: 0px;
    background: url(icon-right.png) no-repeat !important;
}

.home-banner {
    margin-bottom: 40px;
}


.home-project-good {
    margin-bottom: 30px;
}

.item-project {
    margin-bottom: 30px;
}

    .item-project .project-wrapper {
        min-height: 102px;
        max-height: 102px;
        overflow: hidden;
        position: relative;
    }

        .item-project .project-wrapper img {
            width: 100%;
        }

.project-info .item-title {
    margin-bottom: 10px;
    min-height: 20px;
    max-height: 40px;
}

    .project-info .item-title a {
        color: #188ca9;
        font-size: 14px;
        display: block;
        font-weight: bold;
    }


.project-info > div {
    font-size: 14px;
    color: #3d3d3d;
    line-height: 18px;
}

.project-info .item-price .price {
    color: #f03434;
    font-weight: bold;
}
/* END PROJECT */
/* BLOCK THREE */
.home-block-three {
    margin-bottom: 30px;
}

.home-blog {
    padding: 20px;
    border: 1px solid #188ca9;
    border-radius: 5px;
}

.home-blog-title {
    line-height: 35px;
    margin-bottom: 10px;
    border-bottom: 1px solid #73afc2;
}

    .home-blog-title h2 {
        margin: 0px;
        font-size: 15px;
        color: #188ca9;
        font-weight: bold;
        display: inline-block;
    }

.view-more {
    display: inline-block;
    float: right;
    font-style: italic;
    font-size: 13px;
}

.blog-item {
    padding: 10px 0px;
    line-height: 18px;
    border-bottom: 1px solid #e1e1e1;
}

    .blog-item:last-child {
        border-bottom: 0px;
    }

    .blog-item a {
        font-size: 14px;
        color: #3d3d3d;
        display: inline-block;
        width: 93%;
        vertical-align: top;
    }

    .blog-item:hover {
        color: #188ca9;
    }

        .blog-item:hover a {
            color: #188ca9;
        }

.home-post-list {
    margin-bottom: 30px;
}

.post-list {
    padding: 20px;
    background-color: #f0f0f0;
}

    .post-list a {
        display: block;
        line-height: 25px;
        color: #3d3d3d;
    }

        .post-list a:hover {
            color: #188ca9;
        }

.home-news-item {
    margin-bottom: 30px;
}

.home-news-title {
    border-bottom: 2px solid #188ca9;
    margin-bottom: 20px;
    color: #188ca9
}

.home-news-item .bds-blog-img {
    height: 150px;
    overflow: hidden;
    text-align: center;
}

    .home-news-item .bds-blog-img img {
        height: 100%;
    }

.home-news-item .post-name h3 {
    line-height: 20px;
    margin-bottom: 10px;
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
}
/* BLOG */
.block {
    margin-bottom: 30px;
}

.blog-news-title h2 {
    margin: 0px;
    line-height: 40px;
    font-size: 20px;
    color: #3d3d3d;
}

.blog-news-title h1 {
    margin: 0px;
    line-height: 40px;
    font-size: 20px;
    color: #3d3d3d;
}

.blog-news-title {
    margin-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.sidebar-title {
    /* margin-bottom: 15px; */
    border-bottom: 2px solid #188ca9;
}

    .sidebar-title h2 {
        margin: 0px;
        line-height: 40px;
        color: #188ca9;
        font-size: 20px;
    }

.sidebar-collection .sidebar-title {
    margin-bottom: 15px;
}

.sidebar-blog-content {
    padding: 15px;
    border: 1px dashed #e1e1e1;
    border-top: 0px;
}

.sidebar-blog-name h3 {
    margin: 0px;
    font-size: 14px;
    color: #3d3d3d;
    line-height: 24px;
    padding: 10px 0px;
}

    .sidebar-blog-name h3 a {
        font-size: 14px;
        color: #3d3d3d;
        background: url(blog-icon.png) no-repeat left 7px;
        padding-left: 15px;
        display: inline-block;
    }

    .sidebar-blog-name h3:hover a {
        color: #188ca9;
        background: url(blog-icon-hover.png) no-repeat left center;
    }

.sidebar-blog-name {
    border-bottom: 1px solid #e1e1e1;
}

    .sidebar-blog-name:last-child {
        border-bottom: none;
    }

.sidebar-news-name {
    padding: 12px 0px;
    border-bottom: 1px solid #e1e1e1;
}

    .sidebar-news-name:last-child {
        border-bottom: none;
    }

    .sidebar-news-name h3 {
        margin: 0px;
        font-size: 14px;
        line-height: 22px;
    }

        .sidebar-news-name h3 a {
            color: #3d3d3d;
        }

.sidebar-news {
    padding: 15px;
    border: 1px solid #188ca9;
    border-radius: 5px;
}

    .sidebar-news .sidebar-title {
        margin-bottom: 10px;
    }

.stButton .stButton_gradient {
    height: 23px !important
}

.share {
    margin: 15px 0px;
}

.blog-related {
    margin: 15px 0px;
}

    .blog-related .related-title {
        color: #4d9eb6;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: bold;
        line-height: 35px;
        border-bottom: 2px solid #f0f0f0;
        margin-bottom: 15px;
    }

.related-item {
    display: block;
}

    .related-item h3 {
        margin: 0px;
        font-size: 14px;
        display: block;
        line-height: 20px;
        padding: 7px 0px;
    }

        .related-item h3 a {
            color: #3d3d3d;
            font-size: 14px;
        }

        .related-item h3:hover a {
            color: #4d9eb6;
        }

        .related-item h3 a.rel-item {
            display: inline-block;
            width: 97%;
            vertical-align: top;
        }

.related-author {
    display: inline-block;
    font-size: 13px;
    font-style: italic;
    margin-left: 15px;
}
/* Breadcrumb */
.breadcrumbs {
    padding: 20px 0px;
    font-size: 12px;
}

    .breadcrumbs ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

span.line-b {
    padding: 0px 10px;
}

.breadcrumbs ul li {
    display: inline-block;
}

    .breadcrumbs ul li strong {
        color: #188ca9;
        font-weight: normal;
    }

/* END */
/* Sort By */
#sort-by {
    float: right;
    font-size: 12px;
    padding-right: 0;
}

label.left {
    display: inline;
    font-size: 13px;
    margin-right: 10px;
    line-height: 36px;
    float: left;
    margin-bottom: 0;
    color: #3d3d3d;
    font-weight: bold;
}

#sort-by ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

#sort-by li {
    width: auto;
    padding: 7px 10px !important;
    opacity: 1;
    top: auto;
    left: 0 !important;
    height: 100%;
    border: solid 1px #e8e8e8;
    box-shadow: none;
    color: #545454;
    font-size: 12px;
    background: #fff;
    z-index: 9999;
    font-size: 14px;
    font-weight: normal;
}

.right-arrow {
    float: right;
}

#sort-by ul ul {
    position: absolute;
    visibility: hidden;
    right: 0px;
    top: 34px;
    background: none repeat scroll 0 0 #fff;
    z-index: 99;
    border-top: none;
    border: 1px #F0F0F0 solid;
    width: 170px;
}

#sort-by li {
    background: none repeat scroll 0 0 #ebebeb;
    cursor: pointer;
    margin: 0 auto;
    outline: medium none;
    padding: 5px 10px;
    position: relative;
    width: auto;
    float: left;
    color: #333;
    border: 1px solid #F3F3F3;
}

    #sort-by li li {
        width: 100%;
        margin-top: 0px;
        border-top: none;
        border-right: none;
        border-left: none;
        background: none;
    }

        #sort-by li li a:hover {
            color: #007fb8
        }

#sort-by ul > li:hover {
    background-color: #ebebeb;
}

#sort-by li li:hover {
    background-color: #fff;
    color: #007fb8;
}

#sort-by ul ul ul {
    position: absolute;
    left: 100%;
    top: -2px;
    border: solid 1px transparent;
}

#sort-by li:hover > ul {
    visibility: visible;
}

.category-description {
    margin-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.cat-heading {
    margin: 0px;
    font-size: 20px;
    color: #3d3d3d;
    display: inline-block;
    font-weight: bold;
    line-height: 35px;
}

.toolbar {
    float: right;
}

.product-list .item-inner {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.pdt-list.products-list .col-item {
    border: none;
}

.products-list .item-info {
    padding: 0px;
}

    .products-list .item-info .item-content {
        padding: 0px;
        margin: 0px;
        border: 0px;
    }

.products-list .actions {
    line-height: 36px;
}

    .products-list .actions .item-details a {
        padding: 0px 15px !important;
    }

.item-hotline span {
    color: #858585;
    font-style: italic;
    font-size: 14px;
}

.item-hotline a {
    color: #f03434;
    font-weight: bold;
}

.item-hotline {
    margin-right: 25px;
}
/* PRODUCT DETAIL */
.product-img-box .large-image {
    margin-bottom: 20px;
}

.product-essential {
    background-color: #FFFFFF;
}

.product-collateral .box-collateral {
    margin: 0 0 15px;
}

.product-essential .product-image.no-gallery {
    margin-left: auto;
}

.product-essential .product-image img {
    height: auto;
    width: 100%;
}

.product-view .flexslider-thumb {
    max-width: 420px;
    margin: 30px auto 0;
    padding: 0 45px;
    position: relative
}

.product-view-compact .flexslider-thumb {
    margin: 17px auto 0
}

.product-view .flexslider-thumb .flex-viewport {
    z-index: 10
}

.product-view .flexslider-thumb .flex-direction-nav {
    top: 18%;
    left: 0;
    width: 100%;
    z-index: 9
}

.product-view .flexslider-thumb .flex-prev {
    position: absolute;
    left: 12px;
    top: 0px;
}

.product-view .flexslider-thumb .flex-next {
    position: absolute;
    right: 20px;
    top: 0px;
}

.product-view .flexslider-thumb li img {
    cursor: pointer;
    -moz-user-select: none;
    height: 50px;
}

.product-view .previews-list {
    padding: 0;
    list-style-type: none;
    text-align: center
}

    .product-view .previews-list li {
        width: 76px;
        margin-right: 7px;
        padding: 0;
        float: none;
        display: inline-block;
    }

.product-name {
    margin-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

    .product-name h1 {
        margin: 0px;
        line-height: 30px;
        font-size: 20px;
        color: #3d3d3d;
    }

.product-content > div {
    line-height: 30px;
    color: #3d3d3d;
    font-size: 14px;
}

    .product-content > div b {
        display: inline-block;
    }

.product-box .price {
    color: #f03434;
    font-weight: bold;
}

.short-description {
    color: #858585;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}

    .short-description h3 {
        margin: 0px;
        color: #188ca9;
        font-size: 14px;
        font-weight: bold;
        line-height: 30px;
        border-bottom: 1px solid;
        margin-bottom: 10px;
    }

.prod-hotline {
    line-height: 35px;
}

    .prod-hotline span {
        color: #188ca9;
        font-size: 14px;
        font-weight: 500;
    }

    .prod-hotline a {
        display: inline-block;
        background-color: #ee2222;
        color: #fff;
        padding: 0px 15px;
        border-radius: 20px;
        font-size: 14px;
        font-weight: bold;
        margin-left: 15px;
    }

        .prod-hotline a .fa {
            margin-right: 7px;
        }

.product-content {
    margin-bottom: 15px;
}

.product-collateral {
    margin-top: 30px;
}

    .product-collateral .tab-content {
        padding: 15px;
        border: 1px solid #e1e1e1;
    }

        .product-collateral .tab-content table tr td {
            border: thin solid #ccc;
            padding: 10px 20px;
        }

        .product-collateral .tab-content ul li {
            color: #188ca9;
            padding: 10px;
        }

        .product-collateral .tab-content img {
            padding: 10px 0px;
            margin: 10px 0px;
        }
        .product-collateral .tab-content iframe {
            max-width:100%;
        }

.nav-tabs > li > a {
    border: none;
    margin-right: 0px;
    text-transform: uppercase;
    color: #3d3d3d;
    font-weight: bold;
    font-size: 16px;
}

section.upsell-pro {
    margin-top: 30px;
}

#upsell-products-slider .item {
    margin: 0px 15px;
}

.upsell-pro .box-title h2 {
    font-size: 16px;
    text-transform: uppercase;
}
/* END */
/* FOOTER */
footer {
    background-color: #3d3d3d;
}

.footer-inner {
    padding: 35px 0px;
    margin-top: 30px;
}

.footer-bottom {
    background-color: #2f2f2f;
    text-align: center;
    color: #cdcdcd;
    font-size: 13px;
    line-height: 25px;
    padding: 10px 0px;
}

    .footer-bottom a {
        color: #cdcdcd;
        font-size: 13px;
    }

.footer-col h3 {
    margin: 0px;
    line-height: 35px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
}

.footer-contact {
    color: #fff;
    line-height: 30px;
}

    .footer-contact span {
        display: inline-block;
        width: 75%;
        vertical-align: top;
    }

.foo .foo-title {
    width: 23%;
}

.foo a {
    color: #fff;
}

    .foo a:hover {
        color: #188ca9;
    }

.footer-social {
    margin: 10px 0px;
}

    .footer-social h4 {
        margin: 0px;
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
        line-height: 30px;
        width: 20%;
    }

    .footer-social a {
        display: inline-block;
        padding: 4px 10px;
        color: #fff;
        font-size: 16px;
    }

.footer-content li {
    line-height: 30px;
}

    .footer-content li a {
        color: #fff;
        display: block;
    }

        .footer-content li a:hover {
            color: #188ca9;
        }

.footer-newsletter {
    text-align: right;
}

.text-italic {
    color: #fff;
    font-style: italic;
    font-size: 14px;
    text-align: left;
}

.footer-newsletter input {
    width: 100%;
    padding: 10px;
    border: none;
    margin-bottom: 10px;
}

.btn-newsletter {
    border: none;
    background-color: #188ca9;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
}

.btn:hover {
    background: #1c758b
}
/* form */
.form-style input,
.form-style textarea {
    width: 100%;
    margin: 10px 0;
    font-size: 13px;
    color: #aaa;
    border: 1px solid #e4e4e4;
    padding: 10px;
    outline: none;
    border-radius: 5px
}

.form-style select {
    height: 40px;
    width: 100%;
    font-size: 14px;
    color: #737373;
    padding: 10px;
    border: 1px solid #e4e4e4;
    outline: none;
    margin: 8px 0;
    border-radius: 5px;
}

.form-style button {
    font-size: 13px;
    color: #fff;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 5px;
    padding: 10px 20px;
    background-color: #71baab
}

.form-login {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e6e6e6
}

    .form-login .text-right {
        text-align: left
    }

    .form-login .row p {
        padding-top: 10px
    }

        .form-login .row p a {
            color: #71BAAB
        }

    .form-login input {
        margin: 0 0 10px;
        border-radius: 5px
    }

    .form-login .form-heading {
        font-size: 18px;
        color: #333;
        text-transform: uppercase;
        padding-bottom: 10px;
        margin: 0
    }

    .form-login .form-description {
        font-size: 16px;
        color: #666;
        padding: 10px 0 20px
    }

.template-cart {
    margin-bottom: 40px
}

    .template-cart table.table,
    .template-cart table.table th,
    .template-cart table.table td,
    .template-cart table.table tr {
        border: solid 1px #e8e8e8;
        text-align: center;
        vertical-align: middle
    }

        .template-cart table.table thead {
            background: #fafafa;
            padding: 10px 0;
            text-transform: uppercase
        }

            .template-cart table.table thead #image {
                width: 16.6666666%
            }

            .template-cart table.table thead #name {
                width: 33.3333333%
            }

            .template-cart table.table thead #price {
                width: 13.3333333%
            }

            .template-cart table.table thead #quantity {
                width: 14.1666666%
            }

            .template-cart table.table thead #total-price {
                width: 17%
            }

        .template-cart table.table a:hover {
            color: #1dc483
        }

        .template-cart table.table .input-control {
            width: 50px
        }

        .template-cart table.table .price {
            color: #212121
        }

        .template-cart table.table .fa-trash {
            font-size: 24px
        }

    .template-cart .action-btn {
        text-align: right
    }

        .template-cart .action-btn .button {
            padding: 10px;
            text-transform: uppercase
        }
/* TÃ¬m kiáº¿m */
.bg_search_wrapper {
    position: relative;
    background-color: #f0f0f0;
    padding-bottom: 15px;
}

    .bg_search_wrapper h2 {
        margin: 0px;
        display: inline-block;
        font-size: 14px;
        text-transform: uppercase;
        padding: 10px;
        background-color: #188ca9;
        color: #fff;
        margin-bottom: 15px;
        position: relative;
    }

        .bg_search_wrapper h2:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 15px;
            border-top: 10px solid #188ca9;
            border-bottom: 0px solid transparent;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
        }

.search_form_wrapper label {
    color: #858585;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
}

.search_form_wrapper .form-control,
.search_form_wrapper #datepicker {
    height: 38px;
    width: 100%;
    line-height: 38px;
    border-radius: 3px;
    border: none;
    font-size: 13px;
    color: #858585;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0px;
    padding-left: 10px;
}

.search_form_wrapper .button {
    display: inline-block;
    position: relative;
    color: #fff;
    border-radius: 3px;
    border: none;
    background-color: #188ca9;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 7px 15px;
}

.search_content .form-group {
    display: block;
    width: 100%;
    flex: 1;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
}
/* TÃ¬m kiáº¿m new */
.header_search {
    padding-bottom: 45px;
    background-color: #f0f0f0;
    position: relative;
    margin-bottom: 20px;
}

    .header_search h2 {
        margin: 0px;
        display: inline-block;
        font-size: 14px;
        text-transform: uppercase;
        padding: 10px;
        background-color: #188ca9;
        color: #fff;
        margin-bottom: 25px;
        position: relative;
    }

        .header_search h2:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 15px;
            border-top: 10px solid #188ca9;
            border-bottom: 0px solid transparent;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
        }

    .header_search p {
        font-size: 14px;
        color: #858585;
        margin-bottom: 15px;
        line-height: 22px;
    }

form.input-group.search-bar {
    width: 100%;
    display: block;
}

.search_text {
    background-color: #fff;
    width: 100%;
    line-height: 45px;
    padding: 0px 15px;
    border-radius: 3px;
    font-size: 12px;
    color: #b9b9b9;
    cursor: pointer;
}

    .search_text:before {
        display: inline-block;
        vertical-align: middle;
        content: "\f0dd";
        font-family: FontAwesome;
        position: absolute;
        top: 0px;
        right: 20px;
        color: #000;
    }

.list_search {
    border: 1px solid #ebebeb;
    background-color: #fff;
    padding: 0px;
    position: absolute;
    width: 100%;
    z-index: 999;
    left: 0px;
    top: 40px;
}

    .list_search .search_item {
        min-height: 24px;
        line-height: 30px;
        cursor: pointer;
        padding: 0px 15px
    }

        .list_search .search_item:hover {
            background-color: #188ca9;
            color: #fff;
        }

.collection-selector {
    margin-bottom: 20px;
}

.search-bar .search-text {
    width: 100%;
    border: none;
    background-color: #fff;
    line-height: 45px;
    padding: 0px 15px;
    border-radius: 3px;
    font-size: 12px;
    margin-bottom: 20px;
}

.search-all {
    line-height: 47px;
    font-style: italic;
}

    .search-all a {
        text-decoration: underline;
    }

.input-btn {
    float: right;
}

    .input-btn button {
        background-color: #188ca9;
        color: #fff;
        border-radius: 3px;
        text-transform: uppercase;
        font-size: 16px;
        padding: 12px 25px;
        line-height: 18px;
    }

        .input-btn button .fa {
            padding: 0px 5px;
        }

        .input-btn button:hover {
            color: #fff;
        }

.box-hotline b {
    color: #282828;
    font-size: 18px;
}

.box-hotline .hotline-phone {
    display: inline-block;
    background-color: #ee2222;
    color: #fff;
    font-size: 18px;
    padding: 5px 20px;
    border-radius: 20px;
    margin: 0px 20px;
}

.box-hotline {
    margin-top: 50px;
}


    .box-hotline p {
        margin-top: 10px;
    }

.col-item .product-wrapper .thumb-wrapper img {
    width: 100%;
}

@media(min-width: 1025px) {
}

@media(max-width: 1024px) and (min-width: 992px) {
    .post-desc {
        min-height: 60px;
        max-height: 60px;
    }

    .banner-top {
        margin-top: 20px;
    }
}

@media(max-width: 992px) {
    #site-nav.sticky {
        position: static;
    }

    #mobile-menu {
        display: block;
    }

    .hidden-xs {
        display: none;
    }

    .submenu .topnav a {
        width: 100%;
        border-bottom: thin solid #1e9dbd;
        display: block;
        padding: 5px 10px;
        color: #fff;
        background: #188ca9
    }

    .submenu .topnav ul.level1 a {
        padding: 5px 10px 5px 20px;
    }

    ul.level0 a {
        text-indent: 15px;
    }

    nav {
        background: #fff;
    }

    .product-content {
        margin-top: 10px;
    }
}

@media(max-width: 992px) and (min-width: 768px) {
    #mobile-menu {
        display: block;
    }

    .hidden-xs {
        display: none;
    }

    .col-item .product-wrapper .thumb-wrapper {
        height: 228px;
    }

    .home-news-item .bds-blog-img {
        min-height: 210px;
        max-height: 210px;
        margin-bottom: 10px;
    }

    .bds-home-blog {
        margin-top: 30px;
    }

    .home-banner {
        display: none;
    }
}

@media(max-width: 640px) {
    .header-hotline {
        display: none;
    }

    .bds-blog-img img {
        max-width: 100%;
    }

    .home-news-item .bds-blog-img {
        min-height: 100%;
        max-height: 100%;
        overflow: hidden;
        text-align: center;
    }

    .home-banner {
        display: none;
    }

    .post-name h3 a {
        color: #3d3d3d;
        font-size: 16px;
        padding-top: 10px;
        display: block;
    }

    .banner-img {
        margin: 10px 0px;
    }

    .item-project .project-wrapper {
        max-height: 100%;
        min-height: 100%;
    }

    .project-info .item-title {
        margin-top: 10px;
    }

    .home-blog {
        margin: 15px 0px;
    }

    .home-news-item .post-name h3 {
        min-height: auto;
        max-height: 50px;
    }

    .bds-blog-item.border h3 a {
        line-height: 18px;
        background: url(blog-icon.png) no-repeat left center;
    }
}

@media(max-width: 360px) {
    .hidden-mobile {
        display: none;
    }

    .f-mobile {
        display: block;
    }
}

.banner-mid iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.banner-mid {
    position: relative;
    padding-bottom: 88%;
}

.banner-img {
}

    .banner-img a {
        display: block;
        position: relative;
    }

        .banner-img a:after {
            content: "";
            position: absolute;
            top: 15px;
            left: 15px;
            bottom: 15px;
            right: 15px;
            z-index: 9;
            border-left: 2px solid rgba(255,255,255,0.8);
            border-right: 2px solid rgba(255,255,255,0.8);
            transform: scale(1, 0);
        }

        .banner-img a:before {
            content: "";
            position: absolute;
            top: 15px;
            left: 15px;
            bottom: 15px;
            right: 15px;
            z-index: 9;
            border-top: 2px solid rgba(255,255,255,0.8);
            border-bottom: 2px solid rgba(255,255,255,0.8);
            transform: scale(0, 1);
        }

        .banner-img a:hover:before, .banner-img a:hover:after {
            transform: scale(1);
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
        }

#back-top {
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    right: 15px;
    bottom: 30px;
    top: auto !important;
    cursor: pointer;
    margin: 0;
    font-size: 22px;
    background-color: #188ca9;
    color: #fff;
}

/* TOP MENU MOBILE */
.header-menu {
    position: relative;
}

ul.header-top-menu li {
    display: block;
}

ul.header-top-menu {
    position: absolute;
    background-color: #fff;
    width: 120px;
    right: 0px;
    box-shadow: 0px 0px 3px;
    z-index: 999;
    text-align: left;
}

.toggle-header {
    padding: 0px 10px;
    cursor: pointer;
}

@media(max-width: 768px) {
    .prod-hotline a {
        margin-left: 0px;
    }
}

@media(max-width: 767px) {
    .logo {
        text-align: center;
    }
}

@media(max-width: 380px) {
    #ow-slider .owl-controls .owl-buttons .owl-prev {
        left: 5px;
        top: 30%;
    }

    #ow-slider .owl-controls .owl-buttons .owl-next {
        right: 5px;
        top: 30%;
    }
}

@media(max-width: 360px) {

    .box-hotline .hotline-phone {
        margin: 10px 0px;
    }
}

.main-acc h3 {
    margin-top: 0px;
}

.btn-cart {
    background-color: #188ca9;
    border: none;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.table-bordered tr th, .table-bordered tr td {
    white-space: nowrap;
}

.form-style input[type=radio], .form-style input[type=checkbox] {
    width: auto;
}

a.btn-style.btn {
    background-color: #188ca9;
    border-radius: 0px;
    color: #fff;
    padding: 10px 15px;
}

form.search-wrap input {
    width: 290px;
    padding: 5px;
}

form.search-wrap .button {
    padding: 6px 10px !important;
    border: none;
    background-color: #188ca9;
    color: #fff;
}

form.search-wrap {
    margin-bottom: 15px;
}

p.color-add {
    color: red;
    font-weight: bold;
}

#sortBy {
    padding: 0px 5px;
    height: 34px;
    margin: 0px;
}

.home-project-good .price-box {
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
}
