@font-face {
    font-family: 'miama';
    src: url("../fonts/miama.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.container {
    max-width: 1020px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.tfl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tfl-nwrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.tfl-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tfl-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.tp-fcjcsb {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tp-fcjcc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tfl-nm {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.tp-fcjcfe {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tp-flex-full {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
}

.tp-flex-full-all {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

[data-fill] {
    position: relative;
    overflow: hidden;
    display: block;
}

[data-fill] img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
}

.slick-slidedertr {
    -webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
}

.slick-slidedertr .slick-arrow {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
}

.slick-slidedertr .slick-prev {
    left: -38px;
}

.slick-slidedertr .slick-next {
    right: -74px;
    left: initial;
}

.slick-slidedertr:hover .slick-arrow {
    opacity: 1;
}

.slick-slidedertr:hover .slick-prev {
    left: 39px;
}

.slick-slidedertr:hover .slick-next {
    right: 2px;
}

.slick-slidedertr .slick-list .slick-slide img {
    width: 100%;
}

.slick-thumstr .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 150px;
}

.slick-thumstr .slick-slide {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    overflow: hidden;
    position: relative;
}

.slick-thumstr .slick-slide:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.slick-thumstr .slick-slide.slick-current:after,
.slick-thumstr .slick-slide:hover:after {
    background: rgba(255, 255, 255, 0);
}

.slick-thumstr .slick-slide img {
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
}

.formation-history:after {
    content: " ";
    display: table;
    clear: both;
}

.clear {
    clear: both;
}

body {
    font-family: 'Open Sans', sans-serif;
}

#jsn-themeslider-skitter-8zBeo {
    position: relative;
    z-index: -1;
}

.header {
    background: #fff;
}

.header .banner {
    height: 150px;
    position: relative;
}

.header .banner .logo {
    position: absolute;
    top: 37px;
    left: 0;
}

.header .banner .logo img {
    width: 200px;
}

.header .banner .slogan {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    color: #5F5852;
    font-size: 38px;
    font-weight: normal;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    font-family: 'miama';
}

.header .menu-search {
    background: #000;
}

.contact {
    background: url(../images/lien-he-2.jpg) center no-repeat;
    background-size: cover;
}

.contact .content-contact {
    height: -webkit-calc(100vh - 199px);
    height: calc(100vh - 199px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 520px;
    max-width: 1020px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}

.contact .address {
    color: #232323;
    border-radius: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    min-height: 184px;
}

.contact .address .item {
    background: rgba(255, 255, 255, 0.95);
    padding: 20px 40px;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    border-radius: 2px;
}

.contact .address .item .title {
    font-size: 16px;
    position: relative;
    margin-bottom: 7px;
}

.contact .address .item .title:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #666;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact .address .item .address-content {
    font-size: 14px;
    line-height: 1.8;
}

.contact .address .item .address-content p {
    margin: 0;
}

.contact .address .item .address-content a {
    color: inherit;
    text-decoration: none;
}

.contact .address .item .address-content a:hover {
    text-decoration: underline;
}

.contact .map {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    margin-bottom: 20px;
}

.contact .map iframe {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    vertical-align: middle;
}

@media screen and (min-width: 1000px) {
    .header .menu .bullet-icon {
        display: none;
    }

    .header .menu ul.main {
        margin: 0;
        padding: 0;
        list-style: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .header .menu li.bullet > a:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f107";
        margin-left: 5px;
    }

    .header .menu ul ul li.bullet > a {
        position: relative;
        padding-right: 30px;
    }

    .header .menu ul ul li.bullet > a:after {
        position: absolute;
        margin: 0;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "\f105";
    }

    .header .menu li.main {
        position: relative;
    }

    .header .menu li.main:hover a.main {
        background: #4C4540;
    }

    .header .menu li.main:hover ul.item {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        visibility: visible;
    }

    .header .menu a.main {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
        display: block;
        padding: 15px 16px;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        white-space: nowrap;
    }

    .header .menu ul.item {
        margin: 0;
        padding: 0;
        list-style: none;
        position: absolute;
        background: #5F5852;
        width: 230px;
        z-index: 9999;
        left: 0;
        top: 100%;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
        visibility: hidden;
    }

    .header .menu ul ul {
        font-size: 14px;
    }

    .header .menu li.item {
        position: relative;
    }

    .header .menu li.item:hover a.item {
        background: #4C4540;
    }

    .header .menu li.item:hover ul.sub {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        visibility: visible;
    }

    .header .menu a.item {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 10px 15px;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .header .menu ul.sub {
        padding: 0;
        margin: 0;
        list-style: none;
        position: absolute;
        top: 0;
        left: 230px;
        background: #5F5852;
        width: 230px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
        visibility: hidden;
    }

    .header .menu li.sub:hover a.sub {
        background: #4C4540;
    }

    .header .menu a.sub {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 10px 15px;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
}

.header .menu-search .search input {
    border: none;
    outline: none;
    padding: 0 15px 0 30px;
    height: 25px;
    font-size: 14px;
    width: 100px;
    background: #5f5852 url(../images/icon-search.png) 9px center no-repeat;
    -webkit-transition: all 1s;
    transition: all 1s;
    border-radius: 30px;
    color: #fff;
}

.header .menu-search .search input:focus {
    background: #fff url(../images/icon-searchac.png) 9px center no-repeat;
    color: #333;
    width: 150px;
}

.slideshow {
    clear: both;
    margin: 0 0 50px 0;
    width: 100%;
    position: relative;
}

.slick-dots {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    z-index: 10;
    bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.slick-list img {
    width: 100%;
}

.slick-dots li {
    width: 12px;
    height: 12px;
    background: #fff;
    margin: 0 7px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.slick-dots li:hover,
.slick-dots li.slick-active {
    background: #5f5852;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.slick-dots button {
    display: none;
}

.slick-arrow.slick-disabled {
    display: none !important;
}

.slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    overflow: hidden;
    z-index: 99;
    text-indent: 999px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.slick-arrow:hover {
    background: #5F5852;
}

.slick-arrow:before,
.slick-arrow:after {
    content: '';
    width: 15px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}

.slick-arrow:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.prev-flex {
    background: rgba(95, 88, 82, 0.7);
    left: 10px;
    -webkit-transform: translateY(-50%) rotateY(180deg);
    transform: translateY(-50%) rotateY(180deg);
}

.next-flex {
    background: rgba(95, 88, 82, 0.7);
    right: 10px;
}

.slideshow-detail .prev-flex {
    left: 0px;
}

.slideshow-detail .next-flex {
    right: 0px;
}

.slideshow-detail {
    border: 1px solid #8D7D64;
    padding: 20px;
    margin: 20px 0 0;
}

.slideshow-detail .des-cate {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 99;
    margin: 0;
    font-size: 13px;
    width: 360px;
    text-align: justify;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    font-weight: normal;
    padding: 16px;
    line-height: 150%;
}

/* Content */
.content {
    margin-bottom: 40px;
}

.content .index .title {
    margin: 40px 0 20px;
    background: url(../images/line.png) left center no-repeat;
    font-weight: bold;
    color: #000;
}

.content .index .title a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.content .index .title a:hover {
    color: #5F5852;
}

.content .index .about-new article {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    border: 1px solid #958D7D;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content .index .about-new article iframe {
    width: 100%;
    vertical-align: middle;
}

.content .index .about-new article h3 {
    font-weight: normal;
    color: #333;
    font-size: 18px;
    text-align: center;
    margin: 0 0 20px;
}

.content .index .about-new article h3 a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}

.content .index .about-new article h3 a:hover {
    color: #5F5852;
}

.content .index .about-new article figure {
    margin-bottom: 25px;
}

.content .index .about-new article p {
    font-size: 13px;
    line-height: 150%;
    color: #444;
    margin: 0 0 25px 0;
    text-align: justify;
}

.content .index .about-new article .more {
    text-align: right;
    /* text-transform: uppercase; */
    /* font-weight: bold; */
}

.content .index .about-new article .more a {
    background: #282828;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 7px 28px;
    margin: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
    display: inline-block;
    /* text-transform: uppercase; */
    font-weight: bold;
    /* text-transform: uppercase; */
    /* font-weight: bold; */
}

.content .index .about-new article .more a:hover {
    background: #5f5852;
    color: #fff;
}

.content .index .product article {
    border: 1px solid #cac8c5;
    clear: both;
    overflow: hidden;
    padding: 30px;
    position: relative;
    margin: 0 0 40px 0;
    background-color: #000;
}

.content .index .product article figure {
    margin: 0 20px 0 0;
    width: 52%;
    float: left;
}

.content .index .product article h3 {
    margin: 0 0 15px 0;
}

.content .index .product article h3 a {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
}

.content .index .product article h3 a:hover {
    color: #5F5852;
}

.content .index .product article p {
    font-size: 13px;
    line-height: 150%;
    color: #fff;
    margin: 0 0 40px 0;
}

.content .index .product article .more {
    float: right;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    padding: 7px 28px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    /* text-transform: uppercase; */
    font-weight: bold;
}

.content .index .product article .more:hover {
    background: #fff;
    color: #5F5852;
}

.content .index .service .service-in {
    border: 1px solid #958D7D;
}

.content .index .service .list {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 5px;
    margin: 0 15px;
}

.content .index .service figure {
    background: #EEEDED;
    text-align: center;
    width: -webkit-calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
    min-height: 145px;
    position: relative;
}

.content .index .service figure .img-s {
    margin: 15px 0 10px 0;
}

.content .index .service figure span {
    position: absolute;
    top: 50%;
    right: -14px;
    margin: -19px 0 0 0;
}

.content .index .service figure figcaption {
    font-size: 15px;
}

.content .index .service h3 {
    clear: both;
    margin: 0 30px 15px;
}

.content .index .service h3 a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.content .index .service .des-more {
    display: flex;
    align-items: self-start;
    margin: 0 30px 30px 30px;
    flex-wrap: wrap;
}

.content .index .service p {
    margin: 0;
    font-size: 13px;
    line-height: 150%;
    color: #444;
    text-align: justify;
    flex: 1 0;
}

.content .index .service .more {
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 7px 28px;
    float: right;
    margin-left: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

@font-face {
    font-family: 'miama';
    src: url("../fonts/miama.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.container {
    max-width: 1020px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.tfl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tfl-nwrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.tfl-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tfl-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.tp-fcjcsb {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tp-fcjcc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tfl-nm {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.tp-fcjcfe {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tp-flex-full {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
}

.tp-flex-full-all {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

[
    data-fill] {
    position: relative;
    overflow: hidden;
    display: block;
}

[
    data-fill] img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
}

.slick-slidedertr {
    -webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
}

.slick-slidedertr .slick-arrow {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
}

.slick-slidedertr .slick-prev {
    left: -38px;
}

.slick-slidedertr .slick-next {
    right: -74px;
    left: initial;
}

.slick-slidedertr:hover .slick-arrow {
    opacity: 1;
}

.slick-slidedertr:hover .slick-prev {
    left: 39px;
}

.slick-slidedertr:hover .slick-next {
    right: 2px;
}

.slick-slidedertr .slick-list .slick-slide
img {
    width: 100%;
}

.slick-thumstr .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 150px;
}

.slick-thumstr .slick-slide {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    overflow: hidden;
    position: relative;
}

.slick-thumstr .slick-slide:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.slick-thumstr .slick-slide.slick-current:after, .slick-thumstr .slick-slide:hover:after {
    background: rgba(255, 255, 255, 0);
}

.slick-thumstr .slick-slide
img {
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
}

.formation-history:after {
    content: " ";
    display: table;
    clear: both;
}

.clear {
    clear: both;
}

body {
    font-family: 'Open Sans', sans-serif;
}

#jsn-themeslider-skitter-8zBeo {
    position: relative;
    z-index: -1;
}

.header {
    background: #fff;
}

.header .banner {
    height: 150px;
    position: relative;
}

.header .banner .logo {
    position: absolute;
    top: 37px;
    left: 0;
}

.header .banner .logo
img {
    width: 200px;
}

.header .banner .slogan {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    color: #5F5852;
    font-size: 38px;
    font-weight: normal;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    font-family: 'miama';
}

.header .menu-search {
    background: #000;
}

.contact {
    background: url(../images/lien-he-2.jpg) center no-repeat;
    background-size: cover;
}

.contact .content-contact {
    height: -webkit-calc(100vh - 199px);
    height: calc(100vh - 199px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 520px;
    max-width: 1020px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}

.contact .address {
    color: #232323;
    border-radius: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    min-height: 184px;
}

.contact .address .item {
    background: rgba(255, 255, 255, 0.95);
    padding: 20px 40px;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    border-radius: 2px;
}

.contact .address .item .title {
    font-size: 16px;
    position: relative;
    margin-bottom: 7px;
}

.contact .address .item .title:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #666;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact .address .item .address-content {
    font-size: 14px;
    line-height: 1.8;
}

.contact .address .item .address-content
p {
    margin: 0;
}

.contact .address .item .address-content
a {
    color: inherit;
    text-decoration: none;
}

.contact .address .item .address-content
a:hover {
    text-decoration: underline;
}

.contact .map {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    margin-bottom: 20px;
}

.contact .map
iframe {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    vertical-align: middle;
}

@media screen and (
min-width: 1000px) {
    .header .menu .bullet-icon {
        display: none;
    }

    .header .menu ul.main {
        margin: 0;
        padding: 0;
        list-style: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .header .menu li.bullet > a:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f107";
        margin-left: 5px;
    }

    .header .menu ul ul li.bullet > a {
        position: relative;
        padding-right: 30px;
    }

    .header .menu ul ul li.bullet > a:after {
        position: absolute;
        margin: 0;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "\f105";
    }

    .header .menu li.main {
        position: relative;
    }

    .header .menu li.main:hover a.main {
        background: #4C4540;
    }

    .header .menu li.main:hover ul.item {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        visibility: visible;
    }

    .header .menu a.main {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
        display: block;
        padding: 15px 17px;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        white-space: nowrap;
    }

    .header .menu ul.item {
        margin: 0;
        padding: 0;
        list-style: none;
        position: absolute;
        background: #5F5852;
        width: 230px;
        z-index: 9999;
        left: 0;
        top: 100%;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
        visibility: hidden;
    }

    .header .menu ul ul {
        font-size: 14px;
    }

    .header .menu li.item {
        position: relative;
    }

    .header .menu li.item:hover a.item {
        background: #4C4540;
    }

    .header .menu li.item:hover ul.sub {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        visibility: visible;
    }

    .header .menu a.item {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 10px 15px;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .header .menu ul.sub {
        padding: 0;
        margin: 0;
        list-style: none;
        position: absolute;
        top: 0;
        left: 230px;
        background: #5F5852;
        width: 230px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
        visibility: hidden;
    }

    .header .menu li.sub:hover a.sub {
        background: #4C4540;
    }

    .header .menu a.sub {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 10px 15px;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
}

.header .menu-search .search
input {
    border: none;
    outline: none;
    padding: 0 15px 0 30px;
    height: 25px;
    font-size: 14px;
    width: 100px;
    background: #5f5852 url(../images/icon-search.png) 9px center no-repeat;
    -webkit-transition: all 1s;
    transition: all 1s;
    border-radius: 30px;
    color: #fff;
}

.header .menu-search .search
input:focus {
    background: #fff url(../images/icon-searchac.png) 9px center no-repeat;
    color: #333;
    width: 150px;
}

.slideshow {
    clear: both;
    margin: 0 0 50px 0;
    width: 100%;
    position: relative;
}

.slick-dots {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    z-index: 10;
    bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.slick-list
img {
    width: 100%;
}

.slick-dots
li {
    width: 12px;
    height: 12px;
    background: #fff;
    margin: 0 7px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.slick-dots
li:hover, .slick-dots li.slick-active {
    background: #5f5852;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.slick-dots
button {
    display: none;
}

.slick-arrow.slick-disabled {
    display: none !important;
}

.slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    overflow: hidden;
    z-index: 99;
    text-indent: 999px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.slick-arrow:hover {
    background: #5F5852;
}

.slick-arrow:before, .slick-arrow:after {
    content: '';
    width: 15px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}

.slick-arrow:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.prev-flex {
    background: rgba(95, 88, 82, 0.7);
    left: 10px;
    -webkit-transform: translateY(-50%) rotateY(180deg);
    transform: translateY(-50%) rotateY(180deg);
}

.next-flex {
    background: rgba(95, 88, 82, 0.7);
    right: 10px;
}

.slideshow-detail .prev-flex {
    left: 0px;
}

.slideshow-detail .next-flex {
    right: 0px;
}

.slideshow-detail {
    border: 1px solid #8D7D64;
    padding: 20px;
    margin: 20px 0 0;
}

.slideshow-detail .des-cate {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 99;
    margin: 0;
    font-size: 13px;
    width: 360px;
    text-align: justify;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    font-weight: normal;
    padding: 16px;
    line-height: 150%;
}

/* Content */
.content {
    margin-bottom: 40px;
}

.content .index .title {
    margin: 40px 0 20px;
    background: url(../images/line.png) left center no-repeat;
    font-weight: bold;
    color: #000;
}

.content .index .title
a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.content .index .title
a:hover {
    color: #5F5852;
}

.content .index .about-new
article {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    border: 1px solid #958D7D;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content .index .about-new
article iframe {
    width: 100%;
    vertical-align: middle;
}

.content .index .about-new
article h3 {
    font-weight: normal;
    color: #333;
    font-size: 18px;
    text-align: center;
    margin: 0 0 20px;
}

.content .index .about-new
article h3 a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}

.content .index .about-new
article h3 a:hover {
    color: #5F5852;
}

.content .index .about-new
article figure {
    margin-bottom: 25px;
}

.content .index .about-new
article p {
    font-size: 13px;
    line-height: 150%;
    color: #666;
    margin: 0 0 25px 0;
}

.content .index .about-new
article .more {
    text-align: right;
    /* text-transform: uppercase; */
    /* font-weight: bold; */
}

.content .index .about-new
article .more a {
    background: #282828;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 7px 28px;
    margin: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: bold;
}

.content .index .about-new
article .more a:hover {
    background: #5f5852;
    color: #fff;
}

.content .index .product
article {
    border: 1px solid #cac8c5;
    clear: both;
    overflow: hidden;
    padding: 30px;
    position: relative;
    margin: 0 0 40px 0;
    background-color: #000;
}

.content .index .product
article figure {
    margin: 0 20px 0 0;
    width: 52%;
    float: left;
}

.content .index .product
article h3 {
    margin: 0 0 15px 0;
}

.content .index .product
article h3 a {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
}

.content .index .product
article h3 a:hover {
    color: #5F5852;
}

.content .index .product
article p {
    font-size: 13px;
    line-height: 150%;
    color: #fff;
    margin: 0 0 40px 0;
}

.content .index .product
article .more {
    float: right;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    padding: 7px 28px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    font-weight: bold;
}

.content .index .product
article .more:hover {
    background: #fff;
    color: #5F5852;
}

.content .index .service .service-in {
    border: 1px solid #958D7D;
}

.content .index .service .list {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 5px;
    margin: 0 15px;
}

.content .index .service
figure {
    background: #EEEDED;
    text-align: center;
    width: -webkit-calc(20% - 30px);
    width: calc(20% - 30px);
    margin: 15px;
    min-height: 145px;
    position: relative;
}

.content .index .service
figure .img-s {
    margin: 15px 0 10px 0;
}

.content .index .service
figure span {
    position: absolute;
    top: 50%;
    right: -14px;
    margin: -19px 0 0 0;
}

.content .index .service
figure figcaption {
    font-size: 15px;
}

.content .index .service
h3 {
    clear: both;
    margin: 0 30px 15px;
}

.content .index .service
h3 a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.content .index .service .des-more {
    display: flex;
    align-items: self-start;
    margin: 0 30px 30px 30px;
    flex-wrap: wrap;
}

.content .index .service
p {
    margin: 0;
    font-size: 13px;
    line-height: 150%;
    color: #666;
    flex: 1 0;
}

.content .index .service .more {
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 7px 28px;
    float: right;
    margin-left: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.content .index .service .more:hover {
    background: #fff;
    color: #5F5852;
}

.footer {
    background: #000;
}

.footer .footer-in {
    position: relative;
}

.footer .adress {
    font-style: normal;
    color: #E5E5E5;
    padding: 40px 0;
    overflow: hidden;
}

.footer .adress .title {
    font-weight: normal;
    margin: 0 0 15px 0;
    font-size: 18px;
}

.footer .adress
p {
    margin: 0;
    font-size: 13px;
    line-height: 160%;
}

.footer .adress
a {
    color: #fff;
    text-decoration: none;
}

.footer .adress
a:hover {
    text-decoration: underline;
}

.footer .list-logo {
    clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 700px;
}

.footer .list-logo
figure img {
    float: left;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.footer .list-logo
figure img:hover {
    transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.footer .logo-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
}

.footer .list-social
figure a {
    margin-left: 15px;
    width: 32px;
    line-height: 32px;
    background: #ffffff;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #000;
    display: block;
}

.footer .list-social
figure:first-child a {
    margin-left: 0;
}

.footer .list-social
figure a:hover {
    background: #000;
}

.breadcrumb {
    margin: 40px 0 20px 0;
    list-style: none;
    padding: 0 0 10px 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumb
li {
    float: left;
    margin: 0px 20px 0px 0;
}

.breadcrumb
li.spacebar {
    margin: 1px 20px 0 0;
}

.breadcrumb
a {
    text-decoration: none;
    color: #333;
    white-space: nowrap;
}

.breadcrumb
a:hover {
    color: #5F5852;
}

.breadcrumb
h1, .breadcrumb h2, .breadcrumb h3, .breadcrumb h4 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}

.list-productl.ct-producti .list-productlin {
    margin-top: 40px;
}

.list-productl.ct-producti .list-productlin .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list-productl.ct-projecti .list-productlin .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-productl.ct-projecti .list-productlin {
    overflow: hidden;
}

.list-productl.ct-projecti .list-productlin .outer {
    margin-left: -15px;
    margin-right: -15px;
}

.list-productl.ct-projecti .list-productlin .item-productl {
    width: -webkit-calc(33.3% - 30px);
    width: calc(33.3% - 30px);
    margin: 15px;
}

.list-productl.ct-producti .list-productlin .item-productl {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin-bottom: 30px;
}

.list-productl.search-page {
    overflow: hidden;
}

.list-productl.search-page .list-productlin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.list-productl.search-page .list-productlin .item-productl {
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    margin: 20px;
}

.list-productl .list-productlin .item-productl .img-productl
a img {
    -webkit-transition: all 0.7s cubic-bezier(0, 0, 0.37, 2.01);
    transition: all 0.7s cubic-bezier(0, 0, 0.37, 2.01);
}

.list-productl .list-productlin .item-productl .img-productl
a img:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -ms-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
}

.list-productl .list-productlin .item-productl .name-productsf {
    margin: 10px 0 0 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.list-productl .list-productlin .item-productl .name-productsf
a {
    color: #333;
    text-decoration: none;
}

.list-productl .list-productlin .item-productl .name-productsf
a:hover {
    color: #5F5852;
}

.pagination {
    clear: both;
    float: right;
    border-top: 1px solid #ccc;
    width: 100%;
    margin: 0 0 40px 0;
}

.pagination
ul {
    float: right;
    list-style: none;
    margin: 0px;
    padding: 10px 0px 0px 0px;
    font-size: 14px;
}

.pagination
ul li {
    float: left;
}

.pagination
ul li:hover a, .pagination ul li.active {
    background: #E9E9E9;
    text-decoration: none;
}

.pagination
ul li a {
    background: #fff;
}

.pagination
ul li.active, .pagination ul li a {
    float: left;
    border: 1px solid #ccc;
    padding: 7px 13px;
    color: #000;
    margin: 0px 0px 0px 5px;
    text-decoration: none;
}

.product-deltail .title-productd {
    clear: both;
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.product-deltail .flexslider-detail {
    margin: 0 0 20px 0;
}

.product-deltail .flexslider-detail .slider-inner {
    position: relative;
}

.product-deltail .flexslider-detail
ul.slides li {
    position: relative;
}

.product-deltail .flexslider-detail
ul.slides li p {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 99;
    margin: 0;
    font-size: 13px;
    width: 360px;
    text-align: justify;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    font-weight: normal;
    padding: 16px;
    line-height: 150%;
}

.product-deltail .addthis_toolbox {
    margin: 0 0 30px 0;
}

.product-deltail .des-productd {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
}

.product-deltail .text-productd {
    font-size: 14px;
    line-height: 1.5;
}

.product-deltail .product-same {
    clear: both;
    margin-bottom: 30px;
    overflow: hidden;
}

.product-deltail .title-same {
    margin: 0 0 15px 0;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
    clear: both;
}

.product-deltail .product-same .list-sameouter {
    margin-left: -15px;
    margin-right: -15px;
}

.product-deltail .product-same .list-same {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-deltail .product-same .item-productl {
    width: 33.33%;
    margin-bottom: 25px;
    padding: 0 15px;
}

.product-deltail .product-same .item-productl:nth-child(3n) {
    margin: 0 0 20px 0;
}

.product-deltail .product-same .item-productl .name-productsf {
    margin: 10px 0 0 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.product-deltail .product-same .item-productl .name-productsf
a {
    color: #333;
    text-decoration: none;
}

.product-deltail .product-same .item-productl .name-productsf
a:hover {
    color: #5F5852;
}

.list-categoryl .list-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-categoryl .list-video-outer {
    margin-right: -15px;
    margin-left: -15px;
}

.list-categoryl .video-rico {
    width: 33.3%;
    padding: 15px;
}

.list-categoryl .video-rico .video-frame
iframe {
    width: 100%;
    border: none;
}

.list-categoryl .video-rico .title {
    font-size: 15px;
    color: #333;
    font-weight: normal;
    margin: 10px 0 0 0;
}

.list-categoryl .item-categoryl {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.list-categoryl .item-categoryl .img-categoryl {
    width: 305px;
    margin-right: 20px;
}

.list-categoryl .item-categoryl .left-categoryl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    margin-bottom: 25px;
}

.list-categoryl .item-categoryl .left-categoryl .name-categoryl {
    margin: 0;
}

.list-categoryl .item-categoryl .left-categoryl .name-categoryl
a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
}

.list-categoryl .item-categoryl .left-categoryl .des-categoryl {
    color: #666;
    line-height: 150%;
    font-size: 13px;
    margin: 20px 0 0 0;
}

.list-categoryl .item-categoryl .left-categoryl .viewmore-categoryl {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #5F5852;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
}

.list-categoryl .item-categoryl .left-categoryl .viewmore-categoryl:hover {
    color: #5F5852;
    background: #fff;
}

.article-deltail .title-articled {
    clear: both;
    margin: 0 0 5px 0;
    font-size: 20px;
    line-height: 150%;
}

.article-deltail .time-articled {
    margin: 0 0 20px 0;
    color: #666;
    font-size: 13px;
}

.article-deltail .des-articled {
    margin: 0 0 20px 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 150%;
    color: #333;
}

.article-deltail .des-articled
img {
    max-width: 100% !important;
    height: auto !important;
}

.article-deltail .content-articled {
    line-height: 150%;
    color: #333;
    font-size: 14px;
    margin: 0 0 50px 0;
}

.article-deltail .content-articled
img {
    max-width: 100% !important;
    height: auto !important;
}

.article-deltail .addthis_toolbox {
    margin: 0 0 40px 0;
    clear: both;
}

.article-deltail .same-articles {
    float: left;
    width: 100%;
    clear: both;
    margin: 0 0 30px 0;
}

.article-deltail .title-same {
    margin: 0 0 15px 0;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
    font-weight: bold;
    clear: both;
}

.article-deltail .same-articles
ul {
    font-size: 14px;
    margin: 0;
}

.article-deltail .same-articles
ul li {
    margin: 0 0 10px 0;
}

.article-deltail .same-articles
ul li a {
    text-decoration: none;
    color: #333;
}

.article-deltail .same-articles
ul li a:hover {
    color: #5F5852;
}

.none {
    display: none;
}

.list-productl .description .tu_bep {
    clear: both;
    border: 1px solid #968D7C;
    text-align: center;
    position: relative;
    margin: 0 0 20px 0;
}

.list-productl .description .tu_bep
h2 {
    margin: 0;
    position: absolute;
    bottom: 35px;
    left: 50px;
    width: 450px;
    background: rgba(56, 51, 48, 0.8);
    color: #fff;
    text-align: justify;
    font-size: 13px;
    line-height: 150%;
    font-weight: normal;
    padding: 15px;
}

.list-categoryp {
    padding: 0 0 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list-categoryp .item-categoryp {
    border: 1px solid #5F5852;
    text-align: center;
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0;
    padding: 25px;
}

.list-categoryp .item-categoryp .name {
    margin: 0 0 20px;
    font-weight: normal;
}

.list-categoryp .item-categoryp .name
a {
    color: #333;
    text-decoration: none;
    font-size: 20px;
}

.list-categoryp .item-categoryp .name
a:hover {
    color: #5F5852;
}

.list-categoryp .item-categoryp
figure {
    margin-bottom: 25px;
}

.list-categoryp .item-categoryp
p {
    font-size: 13px;
    text-align: justify;
    margin: 0;
    min-height: 126px;
    overflow: hidden;
}

.list-project {
    overflow: hidden;
}

.list-project .list-projectin {
    margin-left: -15px;
    margin-right: -15px;
}

.title-project {
    clear: both;
    background: url(../images/line.png) 250px center no-repeat;
    font-size: 20px;
    margin: 30px 0 15px 0;
    font-weight: normal;
}

.title-project
a {
    text-decoration: none;
    color: #333;
}

.title-project
a:hover {
    color: #5F5852;
}

.view-allp {
    color: #333;
    text-decoration: none;
    float: right;
    font-weight: normal;
    font-size: 14px;
    margin: 10px 0 40px 0;
}

.view-allp:hover {
    background: #fff;
    color: #5F5852;
}

.item-project {
    width: -webkit-calc(33.3% - 30px);
    width: calc(33.3% - 30px);
    margin: 15px;
}

.item-project .img-productl
a img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.item-project .img-productl
a img:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -ms-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
}

.item-project .name-productsf {
    margin: 15px 0 0 0;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

.item-project .name-productsf
a {
    color: #333;
    text-decoration: none;
}

.item-project .name-productsf
a:hover {
    color: #5F5852;
}

.banner .lang {
    position: absolute;
    top: 10px;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
}

.banner .lang
li {
    float: left;
    margin: 0 0 0 10px;
}

.banner .lang
li:not(:last-child) {
    border-right: 1px solid #ccc;
    padding-right: 10px;
}

.banner .lang
a {
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
}

.banner .lang
a:hover {
    color: #5f5852;
}

.banner .phone {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner .phone .phone-item {
    margin: 5px 0;
}

.banner .phone .phone-item
a {
    color: inherit;
    text-decoration: none;
}

.banner .phone
i {
    margin: 4px 5px 0 0;
}

#post-facebook {
    position: absolute;
    top: 10px;
    right: 0;
}

/* Responsive */
@media screen and (
min-width: 1000px) {
    #overlay-menu, #icon-menu-inside, #icon-menu {
        display: none;
    }
}

@media screen and (
max-width: 1000px) {
    .list-categoryl .list-video-wrap {
        overflow: hidden;
    }

    .content-contact {
        padding-left: 10px;
        padding-right: 10px;
    }

    .product-deltail .flexslider-detail, .product-deltail .product-same {
        overflow: hidden;
    }

    .header .banner .slogan {
        right: 0;
    }

    #icon-menu-inside {
        color: #fff;
        font-size: 21px;
        max-width: 50px;
        padding: 10px;
    }

    #icon-menu {
        position: fixed;
        background: #5f5852;
        color: #fff;
        bottom: 10px;
        right: 10px;
        border: 1px solid #fff;
        border-radius: 2px;
        padding: 6px 10px;
        z-index: 9998;
        display: none;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
    }

    #icon-menu i {
        margin-right: 7px;
        font-size: 16px;
    }

    .active-menu #icon-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .active-menu #icon-menu span {
        display: none;
    }

    .active-menu #icon-menu i {
        margin-right: 0;
    }

    .active-menu #icon-menu i:before {
        content: "\f00d";
    }

    #overlay-menu {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        top: 0;
        left: 0;
        position: fixed;
        z-index: 9997;
        display: none;
    }

    .active-menu #overlay-menu {
        display: block;
    }

    .header .menu {
        position: fixed;
        top: 0;
        left: 0;
        background: #5f5852;
        z-index: 9999;
        width: -webkit-calc(100% - 52px);
        width: calc(100% - 52px);
        height: 100vh;
        overflow-y: auto;
        display: none;
    }

    .active-menu .header .menu {
        display: block;
        text-align: left;
        font-size: 16px;
    }

    .header .menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .header .menu ul.main {
        display: block;
    }

    .header .menu li {
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .header .menu ul li:last-child {
        border-bottom: none;
    }

    .header .menu .bullet-icon {
        position: absolute;
        top: 3px;
        right: 3px;
        background: rgba(255, 255, 255, 0.2);
        width: 38px;
        text-align: center;
        line-height: 38px;
        border-radius: 2px;
        color: #fff;
        cursor: pointer;
    }

    .header .menu a {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 11px 15px;
    }

    .header .menu li.bullet > a {
        margin-right: 57px;
    }

    .header .menu ul ul a {
        padding-left: 0;
    }

    .header .menu ul ul {
        padding-left: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        display: none;
    }

    .header .menu .active-down > ul {
        display: block;
    }

    .header .menu .main.active-down {
        background: rgba(0, 0, 0, 0.3);
    }

    .header .menu .active-down > i.bullet-icon:before {
        content: "\f106";
    }
}

@media screen and (
max-width: 854px) {
    .header .banner .logo {
        position: static;
        width: 180px;
        margin: 10px auto 10px;
    }

    .header .banner .slogan {
        position: static;
        text-align: center;
        font-size: 35px;
        margin-bottom: 10px;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
    }

    .header .banner {
        height: auto;
    }

    .content-contact {
        height: -webkit-calc(100vh - 186px);
        height: calc(100vh - 186px);
    }

    .banner .phone {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .banner .phone .phone-item {
        margin-left: 5px;
        margin-right: 5px;
    }

    .contact .content-contact {
        height: auto;
        display: block;
    }

    .contact .map {
        height: 400px;
    }

    .contact .address .item {
        width: 100%;
        margin-bottom: 20px;
    }

    .contact .address .item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (
max-width: 800px) {
    .content .index .about-new article {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
    }

    .content .index .service figure figcaption {
        font-size: 12px;
        padding: 0 5px 10px;
    }

    .content .index .service figure .img-s {
        width: 70px;
    }

    .content .index .service figure {
        min-height: 110px;
    }
}

@media screen and (
max-width: 640px) {
    .item-project .name-productsf, .list-productl .list-productlin .item-productl .name-productsf {
        font-size: 13px;
    }

    .list-categoryl .video-rico .title {
        margin-top: 0;
        font-size: 13px;
    }

    .list-categoryl .list-video-outer {
        margin-right: -5px;
        margin-left: -5px;
    }

    .list-categoryl .video-rico {
        padding-left: 5px;
        padding-right: 5px;
    }

    .slideshow .slick-arrow {
        display: none !important;
    }

    .slideshow-detail .slick-arrow {
        display: block !important;
    }

    .slideshow-detail .slider {
        position: relative;
    }

    .slick-dots {
        bottom: 10px;
    }

    .content .index .product article {
        padding: 15px;
    }

    .content .index .product article .more {
        right: 15px;
        bottom: 15px;
    }

    .content .index .service .list {
        margin: 0;
    }

    .content .index .service .des-more, .content .index .service h3 {
        margin-right: 15px;
        margin-left: 15px;
    }

    .content .index .service p {
        width: 100%;
        flex: 1 0 auto;
        margin-bottom: 15px;
    }

    .content .index .service .more {
        margin-left: 0;
    }

    .content .index .service figure {
        width: -webkit-calc(33.3% - 30px);
        width: calc(33.3% - 30px);
    }

    .list-productl.ct-projecti .list-productlin .outer {
        margin-left: -10px;
        margin-right: -10px;
    }

    .list-productl.ct-producti .list-productlin .item-productl {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }

    .list-productl.ct-projecti .list-productlin .item-productl, .item-project {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
        margin: 10px;
    }

    .footer .adress {
        padding: 25px 0 5px;
    }

    .footer .adress table tr {
        display: block;
    }

    .footer .adress table td {
        display: block;
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 20px;
    }

    .footer .list-logo {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        margin-bottom: 20px;
    }

    .footer .list-logo figure {
        width: 33.3%;
        text-align: center;
    }

    .footer .list-logo figure img {
        float: none;
    }

    .footer .logo-social {
        display: block;
    }

    .list-categoryp .item-categoryp {
        width: -webkit-calc(50% - 5px);
        width: calc(50% - 5px);
        padding: 10px;
    }

    .breadcrumb a {
        font-size: 16px;
    }

    .product-deltail .product-same .item-productl .name-productsf {
        font-size: 14px;
    }

    .product-deltail .product-same .list-sameouter {
        margin-left: -5px;
        margin-right: -5px;
    }

    .product-deltail .product-same .item-productl {
        padding: 0 5px;
    }

    .slick-thumstr .slick-track, .slick-thumstr .slick-slide img {
        height: 110px;
    }

    .content-contact {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
        min-height: inherit;
    }

    .contact .address {
        margin-bottom: 0;
    }

    .slideshow-detail {
        border: none;
        padding: 0;
        margin: 0;
    }

    .slideshow-detail .des-cate {
        position: static;
        width: 100%;
        margin-top: 10px;
    }

    .content .index .about-new article h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .list-productl.search-page .list-productlin {
        margin: 0 -10px;
    }

    .list-productl.search-page .list-productlin .item-productl {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media screen and (
max-width: 540px) {
    .list-categoryl .item-categoryl .img-categoryl {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .list-categoryl .item-categoryl .left-categoryl .des-categoryl {
        margin-top: 15px;
    }

    .list-categoryl .item-categoryl .left-categoryl {
        margin-bottom: 0;
    }

    .list-categoryl .item-categoryl .left-categoryl .viewmore-categoryl {
        display: none;
    }

    .list-categoryl .item-categoryl {
        border-bottom: 1px solid #e4e4e4;
        margin-bottom: 25px;
        padding-bottom: 25px;
    }

    .pagination {
        margin-bottom: 0;
    }
}

@media screen and (
max-width: 480px) {
    .slideshow {
        margin-bottom: 0px;
    }

    .content .index .title {
        margin: 20px 0;
    }

    .header .banner .logo {
        width: 120px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .header .banner .slogan {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .content .index .about-new article {
        padding: 10px;
        width: 100%;
        margin-bottom: 20px;
    }

    .content .index .about-new article:last-child {
        margin-bottom: 0;
    }

    .content .index .product article {
        margin-bottom: 20px;
    }

    .content .index .product article figure {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .content .index .service figure {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px);
    }

    .content .index .service p {
        max-width: none;
        float: none;
        margin-right: 30px;
        margin-bottom: 15px;
    }

    .content .index .service .more {
        margin: 0 30px 30px 0;
    }

    .footer .list-logo figure {
        width: 50%;
    }

    .list-categoryp .item-categoryp figure {
        margin-bottom: 10px;
    }

    .list-categoryp {
        padding-bottom: 0;
    }

    .breadcrumb {
        margin-top: 20px;
    }

    .list-categoryp .item-categoryp .name {
        margin-bottom: 10px;
    }

    .list-categoryp .item-categoryp .name a {
        font-size: 15px;
    }

    .breadcrumb a {
        font-size: 12px;
    }

    .breadcrumb li {
        margin-right: 10px !important;
    }

    .list-productl .list-productlin {
        margin-bottom: -30px;
    }

    .product-deltail .product-same .item-productl {
        width: 50%;
    }

    .slick-thumstr .slick-track, .slick-thumstr .slick-slide img {
        height: 70px;
    }

    .list-categoryl .video-rico {
        width: 50%;
    }

    .title-project {
        margin: 0;
    }

    .list-categoryl .list-video-wrap {
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 10px;
    }

    .list-categoryl .list-video-wrap:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    .list-categoryl .item-categoryl .left-categoryl .des-categoryl {
        margin-top: 10px;
    }

    .list-categoryp .item-categoryp {
        border: none;
        padding: 2px;
    }

    .list-categoryp .item-categoryp p {
        text-align: left;
    }

    .banner .phone {
        font-size: 10px;
    }
}

/*Huandx*/
.main3 {
    width: 100%;
    height: 224px;
    background: url('../images/px1.png') 0 0 repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
}

.product {
    background-color: #8a857e;
    color: #fff;
    padding-top: 10px;
    margin-top: 60px;
    padding-bottom: 20px;
    background: url("../images/bg-site5.jpeg") no-repeat fixed;
    background-size: cover;
    position: relative;
    z-index: -1;
}

.product:before {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    content: '';
}

.index .product .title {
    color: #fff;
}

.slider {
    position: relative;
}

.slider:before {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: '';
    z-index: 9;
}

font-weight:

;
font-weight: bold

;
}

.content .index .service .more:hover {
    background: #fff;
    color: #5F5852;
}

.footer {
    background: #000;
}

.footer .footer-in {
    position: relative;
}

.footer .adress {
    font-style: normal;
    color: #E5E5E5;
    padding: 40px 0;
    overflow: hidden;
}

.footer .adress .title {
    font-weight: normal;
    margin: 0 0 15px 0;
    font-size: 18px;
}

.footer .adress p {
    margin: 0;
    font-size: 13px;
    line-height: 160%;
}

.footer .adress a {
    color: #fff;
    text-decoration: none;
}

.footer .adress a:hover {
    text-decoration: underline;
}

.footer .list-logo {
    clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 700px;
}

.footer .list-logo figure img {
    float: left;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.footer .list-logo figure img:hover {
    transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.footer .logo-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
}

.footer .list-social figure a {
    margin-left: 15px;
    width: 32px;
    line-height: 32px;
    background: #ffffff;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #000;
    display: block;
}

.footer .list-social figure:first-child a {
    margin-left: 0;
}

.footer .list-social figure a:hover {
    background: #000;
}

.breadcrumb {
    margin: 40px 0 20px 0;
    list-style: none;
    padding: 0 0 10px 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumb li {
    float: left;
    margin: 0px 20px 0px 0;
}

.breadcrumb li.spacebar {
    margin: 1px 20px 0 0;
}

.breadcrumb a {
    text-decoration: none;
    color: #333;
    white-space: nowrap;
}

.breadcrumb a:hover {
    color: #5F5852;
}

.breadcrumb h1,
.breadcrumb h2,
.breadcrumb h3,
.breadcrumb h4 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}

.list-productl.ct-producti .list-productlin {
    margin-top: 40px;
}

.list-productl.ct-producti .list-productlin .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list-productl.ct-projecti .list-productlin .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-productl.ct-projecti .list-productlin {
    overflow: hidden;
}

.list-productl.ct-projecti .list-productlin .outer {
    margin-left: -15px;
    margin-right: -15px;
}

.list-productl.ct-projecti .list-productlin .item-productl {
    width: -webkit-calc(33.3% - 30px);
    width: calc(33.3% - 30px);
    margin: 15px;
}

.list-productl.ct-producti .list-productlin .item-productl {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin-bottom: 30px;
}

.list-productl.search-page {
    overflow: hidden;
}

.list-productl.search-page .list-productlin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.list-productl.search-page .list-productlin .item-productl {
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    margin: 20px;
}

.list-productl .list-productlin .item-productl .img-productl a img {
    -webkit-transition: all 0.7s cubic-bezier(0, 0, 0.37, 2.01);
    transition: all 0.7s cubic-bezier(0, 0, 0.37, 2.01);
}

.list-productl .list-productlin .item-productl .img-productl a img:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -ms-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
}

.list-productl .list-productlin .item-productl .name-productsf {
    margin: 10px 0 0 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.list-productl .list-productlin .item-productl .name-productsf a {
    color: #333;
    text-decoration: none;
}

.list-productl .list-productlin .item-productl .name-productsf a:hover {
    color: #5F5852;
}

.pagination {
    clear: both;
    float: right;
    border-top: 1px solid #ccc;
    width: 100%;
    margin: 0 0 40px 0;
}

.pagination ul {
    float: right;
    list-style: none;
    margin: 0px;
    padding: 10px 0px 0px 0px;
    font-size: 14px;
}

.pagination ul li {
    float: left;
}

.pagination ul li:hover a, .pagination ul li.active {
    background: #E9E9E9;
    text-decoration: none;
}

.pagination ul li a {
    background: #fff;
}

.pagination ul li.active,
.pagination ul li a {
    float: left;
    border: 1px solid #ccc;
    padding: 7px 13px;
    color: #000;
    margin: 0px 0px 0px 5px;
    text-decoration: none;
}

.product-deltail .title-productd {
    clear: both;
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.product-deltail .flexslider-detail {
    margin: 0 0 20px 0;
}

.product-deltail .flexslider-detail .slider-inner {
    position: relative;
}

.product-deltail .flexslider-detail ul.slides li {
    position: relative;
}

.product-deltail .flexslider-detail ul.slides li p {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 99;
    margin: 0;
    font-size: 13px;
    width: 360px;
    text-align: justify;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    font-weight: normal;
    padding: 16px;
    line-height: 150%;
}

.product-deltail .addthis_toolbox {
    margin: 0 0 30px 0;
}

.product-deltail .des-productd {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
}

.product-deltail .text-productd {
    font-size: 14px;
    line-height: 1.5;
}

.product-deltail .product-same {
    clear: both;
    margin-bottom: 30px;
    overflow: hidden;
}

.product-deltail .title-same {
    margin: 0 0 15px 0;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
    clear: both;
}

.product-deltail .product-same .list-sameouter {
    margin-left: -15px;
    margin-right: -15px;
}

.product-deltail .product-same .list-same {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-deltail .product-same .item-productl {
    width: 33.33%;
    margin-bottom: 25px;
    padding: 0 15px;
}

.product-deltail .product-same .item-productl:nth-child(3n) {
    margin: 0 0 20px 0;
}

.product-deltail .product-same .item-productl .name-productsf {
    margin: 10px 0 0 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.product-deltail .product-same .item-productl .name-productsf a {
    color: #333;
    text-decoration: none;
}

.product-deltail .product-same .item-productl .name-productsf a:hover {
    color: #5F5852;
}

.list-categoryl .list-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-categoryl .list-video-outer {
    margin-right: -15px;
    margin-left: -15px;
}

.list-categoryl .video-rico {
    width: 33.3%;
    padding: 15px;
}

.list-categoryl .video-rico .video-frame iframe {
    width: 100%;
    border: none;
}

.list-categoryl .video-rico .title {
    font-size: 15px;
    color: #333;
    font-weight: normal;
    margin: 10px 0 0 0;
}

.list-categoryl .item-categoryl {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.list-categoryl .item-categoryl .img-categoryl {
    width: 305px;
    margin-right: 20px;
}

.list-categoryl .item-categoryl .left-categoryl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    margin-bottom: 25px;
}

.list-categoryl .item-categoryl .left-categoryl .name-categoryl {
    margin: 0;
}

.list-categoryl .item-categoryl .left-categoryl .name-categoryl a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
}

.list-categoryl .item-categoryl .left-categoryl .des-categoryl {
    color: #666;
    line-height: 150%;
    font-size: 13px;
    margin: 20px 0 0 0;
}

.list-categoryl .item-categoryl .left-categoryl .viewmore-categoryl {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #5F5852;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
}

.list-categoryl .item-categoryl .left-categoryl .viewmore-categoryl:hover {
    color: #5F5852;
    background: #fff;
}

.article-deltail .title-articled {
    clear: both;
    margin: 0 0 5px 0;
    font-size: 20px;
    line-height: 150%;
}

.article-deltail .time-articled {
    margin: 0 0 20px 0;
    color: #666;
    font-size: 13px;
}

.article-deltail .des-articled {
    margin: 0 0 20px 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 150%;
    color: #333;
}

.article-deltail .des-articled img {
    max-width: 100% !important;
    height: auto !important;
}

.article-deltail .content-articled {
    line-height: 150%;
    color: #333;
    font-size: 14px;
    margin: 0 0 50px 0;
}

.article-deltail .content-articled img {
    max-width: 100% !important;
    height: auto !important;
}

.article-deltail .addthis_toolbox {
    margin: 0 0 40px 0;
    clear: both;
}

.article-deltail .same-articles {
    float: left;
    width: 100%;
    clear: both;
    margin: 0 0 30px 0;
}

.article-deltail .title-same {
    margin: 0 0 15px 0;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
    font-weight: bold;
    clear: both;
}

.article-deltail .same-articles ul {
    font-size: 14px;
    margin: 0;
}

.article-deltail .same-articles ul li {
    margin: 0 0 10px 0;
}

.article-deltail .same-articles ul li a {
    text-decoration: none;
    color: #333;
}

.article-deltail .same-articles ul li a:hover {
    color: #5F5852;
}

.none {
    display: none;
}

.list-productl .description .tu_bep {
    clear: both;
    border: 1px solid #968D7C;
    text-align: center;
    position: relative;
    margin: 0 0 20px 0;
}

.list-productl .description .tu_bep h2 {
    margin: 0;
    position: absolute;
    bottom: 35px;
    left: 50px;
    width: 450px;
    background: rgba(56, 51, 48, 0.8);
    color: #fff;
    text-align: justify;
    font-size: 13px;
    line-height: 150%;
    font-weight: normal;
    padding: 15px;
}

.list-categoryp {
    padding: 0 0 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list-categoryp .item-categoryp {
    border: 1px solid #5F5852;
    text-align: center;
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0;
    padding: 25px;
}

.list-categoryp .item-categoryp .name {
    margin: 0 0 20px;
    font-weight: normal;
}

.list-categoryp .item-categoryp .name a {
    color: #333;
    text-decoration: none;
    font-size: 20px;
}

.list-categoryp .item-categoryp .name a:hover {
    color: #5F5852;
}

.list-categoryp .item-categoryp figure {
    margin-bottom: 25px;
}

.list-categoryp .item-categoryp p {
    font-size: 13px;
    text-align: justify;
    margin: 0;
    min-height: 126px;
    overflow: hidden;
}

.list-project {
    overflow: hidden;
}

.list-project .list-projectin {
    margin-left: -15px;
    margin-right: -15px;
}

.title-project {
    clear: both;
    background: url(../images/line.png) 250px center no-repeat;
    font-size: 20px;
    margin: 30px 0 15px 0;
    font-weight: normal;
}

.title-project a {
    text-decoration: none;
    color: #333;
}

.title-project a:hover {
    color: #5F5852;
}

.view-allp {
    color: #333;
    text-decoration: none;
    float: right;
    font-weight: normal;
    font-size: 14px;
    margin: 10px 0 40px 0;
}

.view-allp:hover {
    background: #fff;
    color: #5F5852;
}

.item-project {
    width: -webkit-calc(33.3% - 30px);
    width: calc(33.3% - 30px);
    margin: 15px;
}

.item-project .img-productl a img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.item-project .img-productl a img:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -ms-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
}

.item-project .name-productsf {
    margin: 15px 0 0 0;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

.item-project .name-productsf a {
    color: #333;
    text-decoration: none;
}

.item-project .name-productsf a:hover {
    color: #5F5852;
}

.banner .lang {
    position: absolute;
    top: 10px;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
}

.banner .lang li {
    float: left;
    margin: 0 0 0 10px;
}

.banner .lang li:not(:last-child) {
    border-right: 1px solid #ccc;
    padding-right: 10px;
}

.banner .lang a {
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
}

.banner .lang a:hover {
    color: #5f5852;
}

.banner .phone {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner .phone .phone-item {
    margin: 5px 0;
}

.banner .phone .phone-item a {
    color: inherit;
    text-decoration: none;
}

.banner .phone i {
    margin: 4px 5px 0 0;
}

#post-facebook {
    position: absolute;
    top: 10px;
    right: 0;
}

/* Responsive */
@media screen and (min-width: 1000px) {
    #overlay-menu,
    #icon-menu-inside,
    #icon-menu {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .list-categoryl .list-video-wrap {
        overflow: hidden;
    }

    .content-contact {
        padding-left: 10px;
        padding-right: 10px;
    }

    .product-deltail .flexslider-detail,
    .product-deltail .product-same {
        overflow: hidden;
    }

    .header .banner .slogan {
        right: 0;
    }

    #icon-menu-inside {
        color: #fff;
        font-size: 21px;
        max-width: 50px;
        padding: 10px;
    }

    #icon-menu {
        position: fixed;
        background: #5f5852;
        color: #fff;
        bottom: 10px;
        right: 10px;
        border: 1px solid #fff;
        border-radius: 2px;
        padding: 6px 10px;
        z-index: 9998;
        display: none;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
    }

    #icon-menu i {
        margin-right: 7px;
        font-size: 16px;
    }

    .active-menu #icon-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .active-menu #icon-menu span {
        display: none;
    }

    .active-menu #icon-menu i {
        margin-right: 0;
    }

    .active-menu #icon-menu i:before {
        content: "\f00d";
    }

    #overlay-menu {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        top: 0;
        left: 0;
        position: fixed;
        z-index: 9997;
        display: none;
    }

    .active-menu #overlay-menu {
        display: block;
    }

    .header .menu {
        position: fixed;
        top: 0;
        left: 0;
        background: #5f5852;
        z-index: 9999;
        width: -webkit-calc(100% - 52px);
        width: calc(100% - 52px);
        height: 100vh;
        overflow-y: auto;
        display: none;
    }

    .active-menu .header .menu {
        display: block;
        text-align: left;
        font-size: 16px;
    }

    .header .menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .header .menu ul.main {
        display: block;
    }

    .header .menu li {
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .header .menu ul li:last-child {
        border-bottom: none;
    }

    .header .menu .bullet-icon {
        position: absolute;
        top: 3px;
        right: 3px;
        background: rgba(255, 255, 255, 0.2);
        width: 38px;
        text-align: center;
        line-height: 38px;
        border-radius: 2px;
        color: #fff;
        cursor: pointer;
    }

    .header .menu a {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 11px 15px;
    }

    .header .menu li.bullet > a {
        margin-right: 57px;
    }

    .header .menu ul ul a {
        padding-left: 0;
    }

    .header .menu ul ul {
        padding-left: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        display: none;
    }

    .header .menu .active-down > ul {
        display: block;
    }

    .header .menu .main.active-down {
        background: rgba(0, 0, 0, 0.3);
    }

    .header .menu .active-down > i.bullet-icon:before {
        content: "\f106";
    }
}

@media screen and (max-width: 854px) {
    .header .banner .logo {
        position: static;
        width: 180px;
        margin: 10px auto 10px;
    }

    .header .banner .slogan {
        position: static;
        text-align: center;
        font-size: 35px;
        margin-bottom: 10px;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
    }

    .header .banner {
        height: auto;
    }

    .content-contact {
        height: -webkit-calc(100vh - 186px);
        height: calc(100vh - 186px);
    }

    .banner .phone {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .banner .phone .phone-item {
        margin-left: 5px;
        margin-right: 5px;
    }

    .contact .content-contact {
        height: auto;
        display: block;
    }

    .contact .map {
        height: 400px;
    }

    .contact .address .item {
        width: 100%;
        margin-bottom: 20px;
    }

    .contact .address .item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 800px) {
    .content .index .about-new article {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
    }

    .content .index .service figure figcaption {
        font-size: 12px;
        padding: 0 5px 10px;
    }

    .content .index .service figure .img-s {
        width: 70px;
    }

    .content .index .service figure {
        min-height: 110px;
    }
}

@media screen and (max-width: 640px) {
    .item-project .name-productsf,
    .list-productl .list-productlin .item-productl .name-productsf {
        font-size: 13px;
    }

    .list-categoryl .video-rico .title {
        margin-top: 0;
        font-size: 13px;
    }

    .list-categoryl .list-video-outer {
        margin-right: -5px;
        margin-left: -5px;
    }

    .list-categoryl .video-rico {
        padding-left: 5px;
        padding-right: 5px;
    }

    .slideshow .slick-arrow {
        display: none !important;
    }

    .slideshow-detail .slick-arrow {
        display: block !important;
    }

    .slideshow-detail .slider {
        position: relative;
    }

    .slick-dots {
        bottom: 10px;
    }

    .content .index .product article {
        padding: 15px;
    }

    .content .index .product article .more {
        right: 15px;
        bottom: 15px;
    }

    .content .index .service .list {
        margin: 0;
    }

    .content .index .service .des-more,
    .content .index .service h3 {
        margin-right: 15px;
        margin-left: 15px;
    }

    .content .index .service p {
        width: 100%;
        flex: 1 0 auto;
        margin-bottom: 15px;
    }

    .content .index .service .more {
        margin-left: 0;
    }

    .content .index .service figure {
        width: -webkit-calc(33.3% - 30px);
        width: calc(33.3% - 30px);
    }

    .list-productl.ct-projecti .list-productlin .outer {
        margin-left: -10px;
        margin-right: -10px;
    }

    .list-productl.ct-producti .list-productlin .item-productl {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }

    .list-productl.ct-projecti .list-productlin .item-productl,
    .item-project {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
        margin: 10px;
    }

    .footer .adress {
        padding: 25px 0 5px;
    }

    .footer .adress table tr {
        display: block;
    }

    .footer .adress table td {
        display: block;
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 20px;
    }

    .footer .list-logo {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        margin-bottom: 20px;
    }

    .footer .list-logo figure {
        width: 33.3%;
        text-align: center;
    }

    .footer .list-logo figure img {
        float: none;
    }

    .footer .logo-social {
        display: block;
    }

    .list-categoryp .item-categoryp {
        width: -webkit-calc(50% - 5px);
        width: calc(50% - 5px);
        padding: 10px;
    }

    .breadcrumb a {
        font-size: 16px;
    }

    .product-deltail .product-same .item-productl .name-productsf {
        font-size: 14px;
    }

    .product-deltail .product-same .list-sameouter {
        margin-left: -5px;
        margin-right: -5px;
    }

    .product-deltail .product-same .item-productl {
        padding: 0 5px;
    }

    .slick-thumstr .slick-track,
    .slick-thumstr .slick-slide img {
        height: 110px;
    }

    .content-contact {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
        min-height: inherit;
    }

    .contact .address {
        margin-bottom: 0;
    }

    .slideshow-detail {
        border: none;
        padding: 0;
        margin: 0;
    }

    .slideshow-detail .des-cate {
        position: static;
        width: 100%;
        margin-top: 10px;
    }

    .content .index .about-new article h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .list-productl.search-page .list-productlin {
        margin: 0 -10px;
    }

    .list-productl.search-page .list-productlin .item-productl {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media screen and (max-width: 540px) {
    .list-categoryl .item-categoryl .img-categoryl {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .list-categoryl .item-categoryl .left-categoryl .des-categoryl {
        margin-top: 15px;
    }

    .list-categoryl .item-categoryl .left-categoryl {
        margin-bottom: 0;
    }

    .list-categoryl .item-categoryl .left-categoryl .viewmore-categoryl {
        display: none;
    }

    .list-categoryl .item-categoryl {
        border-bottom: 1px solid #e4e4e4;
        margin-bottom: 25px;
        padding-bottom: 25px;
    }

    .pagination {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    .slideshow {
        margin-bottom: 0px;
    }

    .content .index .title {
        margin: 20px 0;
    }

    .header .banner .logo {
        width: 120px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .header .banner .slogan {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .content .index .about-new article {
        padding: 10px;
        width: 100%;
        margin-bottom: 20px;
    }

    .content .index .about-new article:last-child {
        margin-bottom: 0;
    }

    .content .index .product article {
        margin-bottom: 20px;
    }

    .content .index .product article figure {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .content .index .service figure {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px);
    }

    .content .index .service p {
        max-width: none;
        float: none;
        margin-right: 30px;
        margin-bottom: 15px;
    }

    .content .index .service .more {
        margin: 0 30px 30px 0;
    }

    .footer .list-logo figure {
        width: 50%;
    }

    .list-categoryp .item-categoryp figure {
        margin-bottom: 10px;
    }

    .list-categoryp {
        padding-bottom: 0;
    }

    .breadcrumb {
        margin-top: 20px;
    }

    .list-categoryp .item-categoryp .name {
        margin-bottom: 10px;
    }

    .list-categoryp .item-categoryp .name a {
        font-size: 15px;
    }

    .breadcrumb a {
        font-size: 12px;
    }

    .breadcrumb li {
        margin-right: 10px !important;
    }

    .list-productl .list-productlin {
        margin-bottom: -30px;
    }

    .product-deltail .product-same .item-productl {
        width: 50%;
    }

    .slick-thumstr .slick-track,
    .slick-thumstr .slick-slide img {
        height: 70px;
    }

    .list-categoryl .video-rico {
        width: 50%;
    }

    .title-project {
        margin: 0;
    }

    .list-categoryl .list-video-wrap {
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 10px;
    }

    .list-categoryl .list-video-wrap:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    .list-categoryl .item-categoryl .left-categoryl .des-categoryl {
        margin-top: 10px;
    }

    .list-categoryp .item-categoryp {
        border: none;
        padding: 2px;
    }

    .list-categoryp .item-categoryp p {
        text-align: left;
    }

    .banner .phone {
        font-size: 10px;
    }
}

/*Huandx*/
.main3 {
    width: 100%;
    height: 224px;
    background: url('../images/px1.png') 0 0 repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
}

.product {
    background-color: #8a857e;
    color: #fff;
    padding-top: 10px;
    margin-top: 60px;
    padding-bottom: 20px;
    background: url("../images/bg-site5.jpeg") no-repeat fixed;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.product:before {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    content: '';
}

.index .product .title {
    color: #fff
}

/*.slider {*/
    /*position: relative*/
/*}*/

/*.slider:before {*/
    /*background-color: rgba(0, 0, 0, 0.2);*/
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*top: 0;*/
    /*content: '';*/
    /*z-index: 9*/
/*}*/