@font-face {
    font-family: averta;
    src: url(../fonts/Averta-Light.eot);
    src: url(../fonts/Averta-Light.eot?#iefix) format("embedded-opentype"),url(../fonts/Averta-Light.woff2) format("woff2"),url(../fonts/Averta-Light.woff) format("woff"),url(../fonts/Averta-Light.ttf) format("truetype"),url(../fonts/Averta-Light.svg#Averta-Light) format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: averta;
    src: url(../fonts/Averta-Regular.eot);
    src: url(../fonts/Averta-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/Averta-Regular.woff2) format("woff2"),url(../fonts/Averta-Regular.woff) format("woff"),url(../fonts/Averta-Regular.ttf) format("truetype"),url(../fonts/Averta-Regular.svg#Averta-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: averta;
    src: url(../fonts/Averta-Semibold.eot);
    src: url(../fonts/Averta-Semibold.eot?#iefix) format("embedded-opentype"),url(../fonts/Averta-Semibold.woff2) format("woff2"),url(../fonts/Averta-Semibold.woff) format("woff"),url(../fonts/Averta-Semibold.ttf) format("truetype"),url(../fonts/Averta-Semibold.svg#Averta-Semibold) format("svg");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: averta;
    src: url(../fonts/Averta-Bold.eot);
    src: url(../fonts/Averta-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/Averta-Bold.woff2) format("woff2"),url(../fonts/Averta-Bold.woff) format("woff"),url(../fonts/Averta-Bold.ttf) format("truetype"),url(../fonts/Averta-Bold.svg#Averta-Bold) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: averta;
    src: url(../fonts/Averta-ExtraBold.eot);
    src: url(../fonts/Averta-ExtraBold.eot?#iefix) format("embedded-opentype"),url(../fonts/Averta-ExtraBold.woff2) format("woff2"),url(../fonts/Averta-ExtraBold.woff) format("woff"),url(../fonts/Averta-ExtraBold.ttf) format("truetype"),url(../fonts/Averta-ExtraBold.svg#Averta-ExtraBold) format("svg");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: averta;
    src: url(../fonts/Averta-Black.eot);
    src: url(../fonts/Averta-Black.eot?#iefix) format("embedded-opentype"),url(../fonts/Averta-Black.woff2) format("woff2"),url(../fonts/Averta-Black.woff) format("woff"),url(../fonts/Averta-Black.ttf) format("truetype"),url(../fonts/Averta-Black.svg#Averta-Black) format("svg");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: shelia vnf;
    src: url(../fonts/SheliaVNF.eot);
    src: url(../fonts/SheliaVNF.eot?#iefix) format("embedded-opentype"),url(../fonts/SheliaVNF.woff2) format("woff2"),url(../fonts/SheliaVNF.woff) format("woff"),url(../fonts/SheliaVNF.ttf) format("truetype"),url(../fonts/SheliaVNF.svg#SheliaVNF) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: open sans;
    src: url(../fonts/OpenSans.eot);
    src: url(../fonts/OpenSans.eot?#iefix) format("embedded-opentype"),url(../fonts/OpenSans.woff2) format("woff2"),url(../fonts/OpenSans.woff) format("woff"),url(../fonts/OpenSans.ttf) format("truetype"),url(../fonts/OpenSans.svg#OpenSans) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: open sans;
    src: url(../fonts/OpenSans-Italic.eot);
    src: url(../fonts/OpenSans-Italic.eot?#iefix) format("embedded-opentype"),url(../fonts/OpenSans-Italic.woff2) format("woff2"),url(../fonts/OpenSans-Italic.woff) format("woff"),url(../fonts/OpenSans-Italic.ttf) format("truetype"),url(../fonts/OpenSans-Italic.svg#OpenSans-Italic) format("svg");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: open sans;
    src: url(../fonts/OpenSans-Bold.eot);
    src: url(../fonts/OpenSans-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/OpenSans-Bold.woff2) format("woff2"),url(../fonts/OpenSans-Bold.woff) format("woff"),url(../fonts/OpenSans-Bold.ttf) format("truetype"),url(../fonts/OpenSans-Bold.svg#OpenSans-Bold) format("svg");
    font-weight: 700;
    font-style: normal
}

*,*:before,*:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-overflow-scrolling: touch
}

body {
    font-family: open sans,sans-serif;
    font-weight: 400;
    color: #4d4d4d;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 64px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 21px;
    line-height: 2.1rem
}

@media only screen and (max-width: 992px) {
    body {
        padding-top:56px
    }
}

a {
    text-decoration: none;
    color: #4d4d4d
}

a:hover {
    color: #981b1e
}

ul,ol {
    padding: 0;
    margin: 0;
    list-style: none
}

p {
    margin: 0 0 15px
}

h1,h2,h3,h4,h5,h6 {
    font-family: averta,sans-serif;
    font-size: 100%;
    margin: 0 0 15px
}

img {
    max-width: 100%;
    border: 0
}

label,button,input,optgroup,select,textarea {
    color: #000;
    font: inherit;
    margin: 0
}

.form-group {
    position: relative;
    display: block
}

.form-group .form-control {
    width: 100%
}

.form-control {
    height: 36px;
    padding: 6px 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    border-radius: 0
}

.form-control:focus {
    background-color: #fff;
    border-color: #ccc;
    outline: 0
}

textarea {
    padding: 7px 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    overflow: auto
}

textarea:focus {
    background-color: #fff;
    border-color: #ccc;
    outline: 0
}

select {
    text-transform: none;
    height: 36px;
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #ddd
}

select:focus {
    background-color: #fff;
    border-color: #ccc;
    outline: 0
}

optgroup {
    font-weight: 700
}

.checkbox,.radio {
    display: inline-block;
    position: relative
}

.checkbox label,.radio label {
    padding-left: 20px;
    padding-top: 0;
    display: inline-block
}

.checkbox input,.radio input {
    position: absolute;
    top: 4px;
    left: 0
}

.select {
    position: relative;
    display: block
}

.select:after {
    content: '\f107';
    display: block;
    font-family: fontawesome;
    background-size: cover;
    font-size: 20px;
    color: #4c4c4e;
    position: absolute;
    right: 10px;
    top: 9px;
    display: none
}

@media only screen and (max-width: 1024px) {
    .select:after {
        display:block
    }
}

.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 36px;
    width: 100%;
    border-radius: 0;
    padding: 0 25px 0 10px;
    line-height: normal;
    border: 1px solid #ddd;
    background: #fff;
    display: block
}

.select select::-ms-expand {
    display: none
}

.select select:focus {
    border-color: #ccc
}

.select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
    border-color: #ccc
}

.img {
    width: 100%;
    display: block
}

.hide {
    display: none
}

.large {
    display: block
}

.small {
    display: none
}

.main {
    overflow: hidden;
    z-index: 1
}

.container {
    width: 100%;
    max-width: 884px;
    padding: 0 15px;
    margin: 0 auto
}

@media only screen and (min-width: 1440px) {
    .container {
        max-width:1230px
    }
}

.btn {
    border: 1px solid #981b1e;
    padding: .8rem 2rem;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background-color: #981b1e;
    color: #fff;
    text-transform: uppercase;
    transition: color .3s ease-out;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.6rem;
    text-shadow: none
}

@media only screen and (min-width: 1440px) {
    .btn {
        font-size:14px;
        font-size: 1.4rem;
        line-height: 20px;
        line-height: 2rem;
        padding: 1.2rem 3rem
    }
}

.btn:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

.btn:hover {
    color: #000
}

.btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.btn-1 {
    position: relative;
    display: inline-block;
    background-color: #981b1e;
    color: #fff;
    overflow: hidden;
    width: 100%;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #981b1e;
    text-shadow: none;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 16px;
    line-height: 1.6rem
}

@media only screen and (min-width: 1440px) {
    .btn-1 {
        font-size:14px;
        font-size: 1.4rem;
        line-height: 20px;
        line-height: 2rem;
        padding: 12px 30px
    }
}

.btn-1:hover:after {
    width: 100%
}

.btn-1:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #7c0c0e;
    transition: all .3s
}

.btn-1 span {
    position: relative;
    z-index: 2
}

.btn-2 {
    border: 1px solid #4c4c4e;
    padding: .8rem 2rem;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background-color: transparent;
    color: #4c4c4e;
    text-shadow: none;
    text-transform: uppercase;
    transition: color .3s ease-out;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 16px;
    line-height: 1.6rem
}

@media only screen and (min-width: 1440px) {
    .btn-2 {
        font-size:14px;
        font-size: 1.4rem;
        line-height: 20px;
        line-height: 2rem;
        padding: 1.2rem 3rem
    }
}

.btn-2:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #981b1e;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

.btn-2:hover {
    color: #fff
}

.btn-2:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.btn-3 {
    border: 1px solid #4b4b4d;
    padding: .8rem 2rem;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background-color: #4b4b4d;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    transition: color .3s ease-out;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 16px;
    line-height: 1.6rem
}

@media only screen and (min-width: 1440px) {
    .btn-3 {
        font-size:14px;
        font-size: 1.4rem;
        line-height: 20px;
        line-height: 2rem;
        padding: 1.2rem 3rem
    }
}

.btn-3:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #981b1e;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

.btn-3:hover {
    color: #fff
}

.btn-3:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.btn-4 {
    color: #971b1e;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 16px;
    line-height: 1.6rem
}

@media only screen and (min-width: 1440px) {
    .btn-4 {
        font-size:14px;
        font-size: 1.4rem;
        line-height: 20px;
        line-height: 2rem
    }
}

.btn-4:hover {
    color: #4c4c4e
}

.btn-4 i {
    border: 1px solid #efefef;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    color: #971b1e;
    padding-left: 2px;
    margin-right: 5px;
    margin-top: -3px
}

.btn-5 {
    border: 1px solid #ebebeb;
    padding: .8rem 2rem;
    cursor: pointer;
    text-shadow: none;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background-color: #ebebeb;
    color: #3d3d3d;
    text-transform: uppercase;
    transition: color .3s ease-out;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 16px;
    line-height: 1.6rem
}

@media only screen and (min-width: 1440px) {
    .btn-5 {
        font-size:14px;
        font-size: 1.4rem;
        line-height: 20px;
        line-height: 2rem;
        padding: 1.2rem 3rem
    }
}

.btn-5:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #981b1e;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

.btn-5:hover {
    color: #fff
}

.btn-5:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.arrow {
    z-index: 2;
    height: 80px;
    position: absolute;
    left: 50%;
    bottom: -30px;
    text-transform: uppercase;
    font-size: 10px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1.6rem;
    text-shadow: 0 0 5px #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (max-width: 992px) {
    .arrow {
        height:75px;
        bottom: -40px
    }
}

@media only screen and (max-width: 640px) {
    .arrow {
        height:60px;
        bottom: -40px
    }
}

.arrow span {
    display: block;
    position: absolute;
    left: 50%;
    background-color: #981b1e
}

.arrow span.line {
    width: 1px;
    border-left: 1px solid #981b1e;
    height: 100%;
    top: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (max-width: 992px) {
    .arrow span.line {
        top:20px
    }
}

.arrow span.square {
    width: 10px;
    height: 10px;
    bottom: -30px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg)
}

@media only screen and (max-width: 992px) {
    .arrow span.square {
        bottom:-20px
    }
}

.title {
    position: relative;
    width: 100%;
    max-width: 640px;
    text-align: left
}

.title.center {
    text-align: center;
    margin: 0 auto
}

.title.center h2:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.title.right {
    text-align: right
}

.title.right h2:after {
    left: auto;
    right: 0
}

.title h2 {
    position: relative;
    color: #971b1e;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 42px;
    line-height: 4.2rem
}

@media only screen and (max-width: 1024px) {
    .title h2 {
        font-size:30px;
        font-size: 3rem;
        line-height: 36px;
        line-height: 3.6rem
    }
}

@media only screen and (max-width: 992px) {
    .title h2 {
        margin-bottom:10px;
        padding-bottom: 10px;
        font-size: 20px;
        font-size: 2rem;
        line-height: 26px;
        line-height: 2.6rem
    }
}

.title h2:after {
    content: '';
    display: table;
    width: 30px;
    height: 1px;
    border-top: 1px solid #4f4f4f;
    position: absolute;
    bottom: 0;
    left: 0
}

.box-square {
    width: 250px;
    height: 250px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media only screen and (max-width: 992px) {
    .box-square {
        display:none
    }
}

.box-square span {
    position: absolute;
    background-color: #ccc
}

.box-square .line-1 {
    width: 100%;
    height: 1px;
    top: 0;
    right: 0
}

.box-square .line-2 {
    width: 1px;
    height: 100%;
    left: 0
}

.box-square .line-3 {
    height: 1px;
    width: 100%;
    bottom: 0
}

.box-square .line-4 {
    width: 1px;
    height: 100%;
    right: 0;
    bottom: 0
}

.backtop {
    cursor: pointer;
    background-color: #fff;
    position: fixed;
    right: 30px;
    bottom: 60px;
    text-transform: uppercase;
    text-align: center;
    width: 60px;
    height: 60px;
    font-weight: 700;
    font-size: 9px;
    font-size: .9rem;
    line-height: 12px;
    line-height: 1.2rem;
    border-radius: 50%;
    border: 1px solid #981b1e;
    padding: 5px;
    z-index: 99;
    display: none;
    color: #981b1e
}

@media only screen and (max-width: 992px) {
    .backtop {
        display:none!important
    }
}

.backtop img {
    width: 16px
}

.backtop span {
    display: block
}

.social-share {
    margin: 20px 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 21px;
    line-height: 2.1rem;
    color: #3d3d3d
}

.social-share span {
    display: inline-block;
    vertical-align: middle
}

.social-share a {
    color: #ccc;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    border-radius: 50%;
    border: 2px solid #ccc;
    text-align: center;
    position: relative;
    transition: all .3s ease
}

.social-share a:hover {
    color: #616161;
    border: 2px solid #616161
}

.social-share a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.embed {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed.embed-16by9 {
    padding-bottom: 100%
}

.embed .embed-item,.embed embed,.embed iframe,.embed object,.embed video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.search-bar {
    background-color: #f3f3f3;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #707070;
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 2rem
}

.search-bar .container {
    max-width: 1230px
}

.search-bar article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.search-bar .search-select {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1024px) {
    .search-bar .search-select {
        text-align:left;
        width: 100%;
        padding-top: 15px
    }
}

.search-bar .search-select h3 {
    font-weight: 400;
    margin: 0
}

@media only screen and (max-width: 1024px) {
    .search-bar .search-select h3 {
        margin-bottom:10px
    }
}

.search-bar .search-select .select {
    margin-left: 15px
}

@media only screen and (max-width: 1024px) {
    .search-bar .search-select .select {
        max-width:100%;
        width: 100%;
        margin: 0 0 10px
    }
}

.search-bar .search-select .selectric {
    max-width: 130px;
    border: 0;
    border-radius: 0;
    background: 0 0
}

@media only screen and (min-width: 1440px) {
    .search-bar .search-select .selectric {
        max-width:100%
    }
}

@media only screen and (max-width: 1024px) {
    .search-bar .search-select .selectric {
        border:1px solid #ccc;
        max-width: 100%
    }
}

.search-bar .search-select .selectric .button {
    width: 30px;
    height: 65px;
    line-height: 65px;
    background-color: transparent
}

@media only screen and (max-width: 1024px) {
    .search-bar .search-select .selectric .button {
        height:36px;
        line-height: 36px
    }
}

.search-bar .search-select .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 30px 0 0;
    line-height: 65px;
    color: #707070;
    height: 65px;
    padding-left: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media only screen and (max-width: 1024px) {
    .search-bar .search-select .selectric .label {
        height:36px;
        line-height: 36px;
        padding-left: 10px
    }
}

.search-bar .search-select .selectric-open .selectric,.search-bar .search-select .selectric-hover .selectric {
    border-color: #c4c4c4
}

.search-bar .search-select .selectric-open .selectric .label,.search-bar .search-select .selectric-hover .selectric .label {
    color: #981b1e
}

.search-bar .search-select .selectric-open .selectric .button:after,.search-bar .search-select .selectric-hover .selectric .button:after {
    color: #981b1e
}

.search-bar .search-select .selectric-items {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    width: 170px!important
}

@media only screen and (max-width: 1024px) {
    .search-bar .search-select .selectric-items {
        width:100%!important
    }
}

.search-bar .search-select .selectric-items li {
    padding: 10px;
    border-bottom: 1px solid #ccc
}

.search-bar .search-select .selectric-items li:last-child {
    border-bottom: 0
}

.search-bar .search-select .selectric-items li.highlighted {
    background-color: transparent;
    color: #444
}

.search-bar .search-select .selectric-items li:hover {
    background-color: #ccc;
    color: #444
}

.search-bar .search-select .btn {
    max-width: 100px;
    margin-left: 15px
}

@media only screen and (min-width: 1440px) {
    .search-bar .search-select .btn {
        max-width:150px
    }
}

@media only screen and (max-width: 1024px) {
    .search-bar .search-select .btn {
        margin:0 auto
    }
}

.search-bar .search-text {
    width: 30%;
    position: relative
}

@media only screen and (max-width: 1024px) {
    .search-bar .search-text {
        width:100%;
        border: 1px solid #ccc;
        margin: 10px 0 15px
    }
}

.search-bar .search-text input {
    width: 100%;
    height: 64px;
    border: 0;
    padding-right: 60px
}

@media only screen and (max-width: 1024px) {
    .search-bar .search-text input {
        height:36px
    }
}

.search-bar .search-text .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/icon-search.png) no-repeat center;
    background-size: cover;
    width: 21px;
    height: 21px;
    cursor: pointer
}

.breadcrumb {
    margin-bottom: 15px;
    text-transform: uppercase
}

.breadcrumb a {
    line-height: 10px;
    line-height: 1rem;
    display: inline-block;
    border-left: 1px solid #ccc;
    padding-left: 10px
}

.breadcrumb a:first-child {
    padding-left: 0;
    border-left: 0
}

.controls {
    font-size: 30px;
    line-height: 100px;
    line-height: 10rem
}

@media only screen and (max-width: 992px) {
    .controls {
        line-height:70px;
        line-height: 7rem;
        display: none
    }
}

.controls a {
    color: #4c4c4e;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 100px;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: #fff;
    border-radius: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .3s ease
}

@media only screen and (max-width: 992px) {
    .controls a {
        width:40px;
        height: 70px
    }
}

.controls a:hover {
    color: #fff;
    background-color: #971b1e
}

.controls a.prev {
    left: 0;
    padding-left: 15px;
    border-radius: 0 50px 50px 0
}

@media only screen and (max-width: 992px) {
    .controls a.prev {
        border-radius:0 40px 40px 0
    }
}

.controls a.next {
    right: 0;
    text-align: right;
    padding-right: 15px;
    border-radius: 50px 0 0 50px
}

@media only screen and (max-width: 992px) {
    .controls a.next {
        border-radius:40px 0 0 40px
    }
}

.controls-1 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 95px;
    line-height: 9.5rem
}

@media only screen and (max-width: 992px) {
    .controls-1 {
        display:none
    }
}

.controls-1 a {
    color: #4c4c4e;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 100px;
    -webkit-transform: translate(0,-80%);
    transform: translate(0,-80%);
    cursor: pointer;
    border: none;
    outline: none;
    background-color: #fff;
    border-radius: 50%;
    z-index: 2;
    transition: all .3s ease
}

.controls-1 a:hover {
    background-color: #981b1e;
    color: #fff
}

.controls-1 a.prev {
    border-radius: 50px 0 0 50px;
    left: -50px;
    padding-left: 5px;
    display: none
}

.controls-1 a.next {
    right: -50px;
    border-radius: 0 50px 50px 0;
    padding-right: 5px
}

.controls-2 a {
    position: absolute;
    width: 100%;
    height: 20px;
    background-color: rgba(255,255,255,.7);
    background-position: center;
    background-repeat: no-repeat
}

.controls-2 a.prev {
    top: 0;
    background-image: url(../images/icon-up.png);
    display: none
}

.controls-2 a.next {
    bottom: 0;
    background-image: url(../images/icon-down.png)
}

.dots {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.dots span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 5px;
    cursor: pointer;
    box-shadow: 0 0 5px 0 #000
}

@media only screen and (max-width: 992px) {
    .dots span {
        margin-top:8px
    }
}

.dots span.active {
    background-color: #981b1e;
    cursor: default;
    pointer-events: none
}

@-webkit-keyframes arrow-down {
    0% {
        -webkit-transform: translateY(-2px) rotate(45deg);
        transform: translateY(-2px) rotate(45deg)
    }

    100% {
        -webkit-transform: translateY(5px) rotate(45deg);
        transform: translateY(5px) rotate(45deg)
    }
}

@keyframes arrow-down {
    0% {
        -webkit-transform: translateY(-2px) rotate(45deg);
        transform: translateY(-2px) rotate(45deg)
    }

    100% {
        -webkit-transform: translateY(5px) rotate(45deg);
        transform: translateY(5px) rotate(45deg)
    }
}

.error-404 {
    text-align: center;
    background: url(../img/404/bg.jpg) no-repeat center;
    background-size: cover;
    padding: 150px 15px;
    font-size: 1.6rem
}

.error-404 h2 {
    font-size: 11.7rem;
    line-height: 8rem;
    color: #981b1e
}

.error-404 p {
    margin-bottom: 45px
}

.gsib_a {
    padding: 0!important
}

.gsib_a input {
    padding: 0 10px!important
}

.gs-result .gs-title,.gs-result .gs-title *,.gs-webResult.gs-result a.gs-title:link,.gs-webResult.gs-result a.gs-title:link b,.gs-imageResult a.gs-title:link,.gs-imageResult a.gs-title:link b,.gs-webResult.gs-result a.gs-title:visited,.gs-webResult.gs-result a.gs-title:visited b,.gs-imageResult a.gs-title:visited,.gs-imageResult a.gs-title:visited b {
    color: #000!important;
    text-decoration: none!important;
    font-weight: 700!important
}

.gs-webResult div.gs-visibleUrl,.gs-imageResult div.gs-visibleUrl {
    color: #981b1e!important
}

.d_,.sl-table a,.sl-table-ol a,.g_ a,.nonSfblSitelinksWrapper,.ctcT a {
    color: #000!important
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-color: #e9e9e9;
    background-color: #fff;
    color: #000!important
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    border-color: #e9e9e9;
    background-color: #fff;
    color: #981b1e!important
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 64px;
    z-index: 100;
    background-color: #f3f3f3;
    box-shadow: 0 0 6px -2px #000
}

@media only screen and (max-width: 992px) {
    .nav {
        height:56px
    }
}

.nav-top .logo {
    position: absolute;
    width: 150px;
    top: 13px;
    left: 45px
}

@media only screen and (max-width: 1170px) {
    .nav-top .logo {
        left:15px
    }
}

@media only screen and (max-width: 992px) {
    .nav-top .logo {
        width:120px;
        top: 12px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.nav-top .toggle {
    display: none;
    position: absolute;
    left: 15px;
    top: 20px;
    width: 26px;
    height: 16px;
    cursor: pointer;
    z-index: 10
}

@media only screen and (max-width: 992px) {
    .nav-top .toggle {
        display:block
    }
}

.nav-top .toggle span {
    display: block;
    position: relative;
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    background-color: #333;
    transition: all 0 .3s;
    width: 26px;
    height: 2px
}

.nav-top .toggle span:before,.nav-top .toggle span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 26px;
    height: 2px;
    background-color: #333
}

.nav-top .toggle span:before {
    bottom: 6px;
    transition: bottom .3s .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: bottom .3s .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1);
    transition: bottom .3s .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1)
}

.nav-top .toggle span:after {
    top: 6px;
    transition: top .3s .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: top .3s .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1);
    transition: top .3s .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1)
}

.nav-top .search {
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    right: 95px;
    top: 14px;
    z-index: 2
}

@media only screen and (max-width: 1300px) {
    .nav-top .search {
        right:55px
    }
}

@media only screen and (max-width: 1170px) {
    .nav-top .search {
        right:45px
    }
}

@media only screen and (max-width: 992px) {
    .nav-top .search {
        right:15px;
        top: 10px
    }
}

.nav-top .search.active .search-body {
    width: 235px
}

.nav-top .search.active input {
    width: 100%;
    padding: 6px 35px 6px 15px
}

.nav-top .search-body {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 100%;
    padding-left: 10px;
    border-radius: 30px;
    transition: all .3s ease;
    background-color: #3f3f3f
}

.nav-top .search-body .icon {
    background-color: #000;
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50%;
    position: absolute;
    right: 0;
    z-index: 1;
    cursor: pointer;
    padding: 7px;
    text-align: center;
    background: url(../images/icon-search2.png) no-repeat center;
    background-size: cover
}

.nav-top .search-body input {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    border: 0;
    padding: 0;
    color: #fff;
    outline: 0;
    background-color: transparent
}

.nav-body {
    width: 100%;
    text-transform: uppercase
}

@media only screen and (max-width: 992px) {
    .nav-body {
        position:fixed;
        top: 64px;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        background-color: #fff;
        padding: 20px;
        overflow: hidden;
        overflow-y: auto;
        opacity: 0;
        visibility: hidden
    }
}

@media only screen and (max-width: 992px) and (max-width:992px) {
    .nav-body {
        top:56px
    }
}

.nav-body ul {
    position: absolute;
    right: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 1300px) {
    .nav-body ul {
        right:90px
    }
}

@media only screen and (max-width: 1170px) {
    .nav-body ul {
        right:90px
    }
}

@media only screen and (max-width: 992px) {
    .nav-body ul {
        position:relative;
        width: 100%;
        right: auto
    }
}

.nav-body ul li {
    margin: 0 20px
}

@media only screen and (max-width: 1300px) {
    .nav-body ul li {
        margin:0 15px
    }
}

@media only screen and (max-width: 1170px) {
    .nav-body ul li {
        margin:0 8px
    }
}

@media only screen and (max-width: 992px) {
    .nav-body ul li {
        width:100%;
        margin: 0
    }
}

.nav-body ul li a {
    position: relative;
    display: block;
    padding: 22px 0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0)
}

@media only screen and (max-width: 992px) {
    .nav-body ul li a {
        display:inline-block;
        padding: 0;
        margin-bottom: 30px
    }
}

.nav-body ul li a.active,.nav-body ul li a:active,.nav-body ul li a:focus,.nav-body ul li a:hover {
    color: #981b1e
}

.nav-body ul li a.active:after,.nav-body ul li a:active:after,.nav-body ul li a:focus:after,.nav-body ul li a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.nav-body ul li a:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all .3s ease;
    background-color: #981b1e
}

@media only screen and (max-width: 992px) {
    .nav-body ul li a:after {
        display:none
    }
}

.nav-body .language {
    position: absolute;
    right: 45px;
    top: 22px
}

@media only screen and (max-width: 1300px) {
    .nav-body .language {
        right:15px
    }
}

@media only screen and (max-width: 1170px) {
    .nav-body .language {
        right:15px
    }
}

@media only screen and (max-width: 992px) {
    .nav-body .language {
        right:20px;
        top: 20px
    }
}

.nav-body .other,.nav-body .social {
    display: none
}

@media only screen and (max-width: 992px) {
    .nav-body .other,.nav-body .social {
        display:block
    }
}

.nav-body .other p {
    margin-bottom: 30px
}

@media only screen and (max-width: 992px) {
    .nav-body .social {
        text-align:center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.nav-body .social a {
    text-align: center;
    width: 33px;
    height: 33px;
    display: block;
    border: 2px solid #4d4d4d;
    color: #4d4d4d;
    border-radius: 50%;
    position: relative;
    transition: all .3s ease;
    margin: 0 20px
}

.nav-body .social a:hover {
    border: 2px solid #981b1e;
    color: #981b1e
}

.nav-body .social a span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.open-nav {
    overflow-x: hidden
}

.open-nav.tablet,.open-nav.mobile {
    overflow-y: hidden;
    height: 100%;
    width: 100%
}

.open-nav .nav-body {
    opacity: 1;
    visibility: visible
}

.open-nav .toggle span {
    background-color: transparent
}

.open-nav .toggle span:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: top .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s .3s cubic-bezier(.23,1,.32,1);
    transition: top .3s cubic-bezier(.23,1,.32,1),transform .3s .3s cubic-bezier(.23,1,.32,1);
    transition: top .3s cubic-bezier(.23,1,.32,1),transform .3s .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s .3s cubic-bezier(.23,1,.32,1)
}

.open-nav .toggle span:before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: bottom .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s .3s cubic-bezier(.23,1,.32,1);
    transition: bottom .3s cubic-bezier(.23,1,.32,1),transform .3s .3s cubic-bezier(.23,1,.32,1);
    transition: bottom .3s cubic-bezier(.23,1,.32,1),transform .3s .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s .3s cubic-bezier(.23,1,.32,1)
}

.welcome-banner {
    position: relative;
    color: #4c4c4e
}

.welcome-banner ul {
    position: relative;
    overflow: hidden
}

.welcome-banner ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.welcome-banner ul li:first-child {
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 2
}

.welcome-banner ul li .cta {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.welcome-banner .banner-large {
    display: block
}

@media only screen and (max-width: 1024px) {
    .welcome-banner .banner-large {
        display:none
    }
}

.welcome-banner .banner-small {
    display: none
}

@media only screen and (max-width: 1024px) {
    .welcome-banner .banner-small {
        display:block
    }
}

.welcome-banner .dots {
    bottom: 90px
}

@media only screen and (max-width: 992px) {
    .welcome-banner .dots {
        bottom:60px
    }
}

@media only screen and (max-width: 640px) {
    .welcome-banner .dots {
        bottom:30px
    }
}

.welcome-banner .scroll-down {
    color: #981b1e;
    text-shadow: 0 0 5px #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    font-size: 9px;
    font-size: .9rem;
    line-height: 10px;
    line-height: 1rem
}

@media only screen and (max-width: 992px) {
    .welcome-banner .scroll-down {
        bottom:30px
    }
}

@media only screen and (max-width: 640px) {
    .welcome-banner .scroll-down {
        bottom:15px
    }
}

.welcome-banner .scroll-down p {
    margin-bottom: 5px
}

.welcome-banner .scroll-down .help-down {
    -webkit-animation: arrow-down .6s infinite alternate ease-in-out;
    animation: arrow-down .6s infinite alternate ease-in-out;
    border-bottom: 3px solid #981b1e;
    border-right: 3px solid #981b1e;
    display: block;
    height: 20px;
    margin: 0 auto;
    transition: opacity .5s;
    width: 20px
}

@media only screen and (max-width: 640px) {
    .welcome-banner .scroll-down .help-down {
        height:15px;
        width: 15px
    }
}

.welcome-banner .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    display: block
}

.welcome-banner .btn-play:hover .triangle {
    stroke-dashoffset: 0;
    opacity: 1;
    stroke: #971b1e
}

.welcome-banner .btn-play:hover .circle-white {
    stroke: none;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
    opacity: 0
}

.welcome-banner .btn-play:hover .circle-red {
    stroke-dashoffset: 0;
    opacity: 1
}

.welcome-banner .circle-white {
    stroke: #fff;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
    -webkit-transition: all .5s ease-in-out;
    opacity: 1
}

.welcome-banner .circle-red {
    stroke: #971b1e;
    stroke-dasharray: 650;
    stroke-dashoffset: 650;
    -webkit-transition: all .5s ease-in-out;
    opacity: 1
}

.welcome-banner .triangle {
    -webkit-transition: all .7s ease-in-out;
    stroke-dasharray: 240;
    stroke-dashoffset: 480;
    stroke: #fff;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.welcome-banner .banner-video:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4)
}

.welcome-azulej {
    padding-top: 80px;
    position: relative
}

.welcome-azulej .title {
    padding-left: 25px;
    margin: 0;
    max-width: 480px
}

@media only screen and (max-width: 992px) {
    .welcome-azulej .title {
        max-width:100%;
        padding: 0 15px;
        margin-bottom: 30px
    }
}

.welcome-azulej .azulej-item {
    overflow: hidden;
    margin: 0 -15px
}

@media only screen and (max-width: 992px) {
    .welcome-azulej .azulej-item {
        margin:0 -7px
    }
}

.welcome-azulej .azulej-6 {
    width: 50%;
    float: right;
    padding: 0 7px;
    margin-bottom: 15px
}

@media only screen and (max-width: 992px) {
    .welcome-azulej .azulej-6 {
        float:none;
        padding: 0 7px;
        width: 100%;
        margin-bottom: 15px
    }
}

.welcome-azulej .azulej-3 {
    float: left;
    width: 25%;
    padding: 0 7px
}

@media only screen and (max-width: 992px) {
    .welcome-azulej .azulej-3 {
        width:50%;
        padding: 0 7px;
        margin-bottom: 15px
    }
}

.welcome-azulej .box-square {
    top: 80px;
    right: -125px
}

.welcome-trevek {
    position: relative;
    padding: 80px 0 40px
}

@media only screen and (max-width: 992px) {
    .welcome-trevek {
        padding:90px 0 30px
    }
}

.welcome-trevek .top {
    width: 100%;
    max-width: 884px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative
}

.welcome-trevek .title {
    position: relative;
    position: relative;
    margin-bottom: 60px;
    max-width: 450px;
    padding-right: 80px;
    float: right
}

@media only screen and (max-width: 992px) {
    .welcome-trevek .title {
        padding:0 22px;
        max-width: 100%;
        float: none;
        margin-bottom: 30px
    }
}

.welcome-trevek .box {
    position: relative;
    overflow: hidden;
    margin: 0 -7px;
    z-index: 2
}

@media only screen and (max-width: 992px) {
    .welcome-trevek .box {
        margin:0 -7px
    }
}

.welcome-trevek .item {
    width: 50%;
    float: left;
    padding: 0 7px
}

@media only screen and (max-width: 992px) {
    .welcome-trevek .item {
        width:100%;
        float: none;
        padding: 0 7px
    }
}

.welcome-trevek .arrow {
    top: -130px;
    left: 20px;
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
}

@media only screen and (max-width: 992px) {
    .welcome-trevek .arrow {
        top:-130px
    }
}

.welcome-trevek .row {
    overflow: hidden;
    margin: 0 -7px
}

@media only screen and (max-width: 992px) {
    .welcome-trevek .row {
        margin:0 -7px
    }
}

.welcome-trevek .trevek-6 {
    width: 50%;
    float: left;
    padding: 0 7px
}

@media only screen and (max-width: 992px) {
    .welcome-trevek .trevek-6 {
        padding:0 7px
    }
}

.welcome-trevek .trevek-12 {
    margin-bottom: 15px;
    position: relative;
    z-index: 2
}

@media only screen and (max-width: 992px) {
    .welcome-trevek .trevek-12 {
        padding-top:15px
    }
}

.welcome-trevek .box-square {
    top: 270px;
    left: 50%
}

.welcome-product {
    background-color: #eee;
    text-align: center;
    padding: 60px 0
}

@media only screen and (max-width: 992px) {
    .welcome-product {
        padding:45px 0 90px
    }
}

.welcome-product section {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto
}

.welcome-product .title h2:after {
    display: none
}

.welcome-product .list {
    position: relative
}

@media only screen and (max-width: 992px) {
    .welcome-product .list {
        padding:0 35px
    }
}

.welcome-product .inner {
    position: relative;
    overflow: hidden
}

@media only screen and (max-width: 992px) {
    .welcome-product .inner {
        overflow:visible
    }
}

.welcome-product ul {
    overflow: hidden;
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.welcome-product ul li {
    padding: 0 10px;
    width: 25%
}

.welcome-product article {
    position: relative;
    overflow: hidden
}

.welcome-product article a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.welcome-product h6 {
    font-weight: 400;
    margin-top: 10px
}

.welcome-product h6 span {
    text-transform: uppercase;
    display: block
}

.welcome-product h6 sup {
    top: -.1rem
}

.welcome-product .image {
    overflow: hidden
}

.welcome-product .image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.welcome-product .image img {
    transition: all .3s ease
}

.welcome-product .dots {
    display: none
}

@media only screen and (max-width: 992px) {
    .welcome-product .dots {
        display:block;
        bottom: -25px
    }
}

.welcome-news {
    position: relative;
    color: #fff
}

.welcome-news ul {
    position: relative
}

.welcome-news ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 480px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width: 1440px) {
    .welcome-news ul li {
        min-height:650px
    }
}

@media only screen and (max-width: 992px) {
    .welcome-news ul li {
        min-height:500px
    }
}

@media only screen and (max-width: 640px) {
    .welcome-news ul li {
        min-height:400px
    }
}

.welcome-news ul li:first-child {
    opacity: 1;
    visibility: visible;
    position: relative
}

.welcome-news article {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
    padding: 60px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem
}

@media only screen and (min-width: 1440px) {
    .welcome-news article {
        font-size:18px;
        font-size: 1.8rem;
        line-height: 26px;
        line-height: 2.6rem;
        max-width: 768px
    }
}

.welcome-news h2 {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 17px;
    line-height: 1.7rem;
    font-weight: 400;
    text-transform: uppercase
}

@media only screen and (min-width: 1440px) {
    .welcome-news h2 {
        font-size:14px;
        font-size: 1.4rem;
        line-height: 20px;
        line-height: 2rem
    }
}

.welcome-news h2:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    margin: 10px auto;
    background-color: #fff
}

.welcome-news h3 {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 40px;
    line-height: 4rem;
    margin-bottom: 25px;
    font-weight: 400;
    height: 80px;
    overflow: hidden;
    padding: 0 15px
}

@media only screen and (min-width: 1440px) {
    .welcome-news h3 {
        font-size:48px;
        font-size: 4.8rem;
        line-height: 54px;
        line-height: 5.4rem;
        height: 115px
    }
}

@media only screen and (max-width: 992px) {
    .welcome-news h3 {
        font-size:30px;
        font-size: 3rem;
        line-height: 36px;
        line-height: 3.6rem;
        height: auto
    }
}

.welcome-news h3 span {
    display: block
}

.welcome-news p {
    margin-bottom: 30px;
    overflow: hidden;
    height: 80px
}

@media only screen and (min-width: 1440px) {
    .welcome-news p {
        height:75px
    }
}

@media only screen and (max-width: 992px) {
    .welcome-news p {
        margin-bottom:30px
    }
}

.welcome-news .arrow-1 {
    left: 50%;
    top: -60px;
    bottom: auto
}

@media only screen and (max-width: 992px) {
    .welcome-news .arrow-1 {
        top:-60px
    }
}

.welcome-news .arrow-1 span.line {
    top: auto;
    bottom: -20px
}

.welcome-news .arrow-1 span.square {
    bottom: auto;
    top: 10px
}

.welcome-news .arrow-2 {
    left: 17%
}

.welcome-inspiration {
    padding: 90px 0 30px;
    position: relative
}

@media only screen and (max-width: 992px) {
    .welcome-inspiration {
        padding:80px 0 15px
    }
}

.welcome-inspiration .top {
    overflow: hidden;
    max-width: 884px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.welcome-inspiration .title {
    width: 70%;
    max-width: 100%
}

@media only screen and (max-width: 640px) {
    .welcome-inspiration .title {
        width:100%
    }
}

.welcome-inspiration .title p {
    margin-bottom: 0
}

@media only screen and (max-width: 640px) {
    .welcome-inspiration .title p {
        margin-bottom:15px
    }
}

.welcome-inspiration .link {
    width: 30%;
    text-align: right
}

@media only screen and (max-width: 992px) {
    .welcome-inspiration .link {
        display:block;
        margin-left: 0;
        text-align: left
    }
}

@media only screen and (max-width: 640px) {
    .welcome-inspiration .link {
        width:100%
    }
}

.welcome-inspiration .body {
    position: relative;
    margin-top: 30px
}

@media only screen and (max-width: 992px) {
    .welcome-inspiration .body {
        margin-top:15px
    }
}

.welcome-inspiration .slider {
    width: 100%
}

.welcome-inspiration ul {
    overflow: hidden;
    margin: 0 -7px
}

.welcome-inspiration ul li {
    overflow: hidden;
    float: left;
    padding: 0 7px
}

.welcome-inspiration .hide {
    position: absolute;
    left: 0;
    height: 100%;
    width: 180px;
    background-color: #fff;
    z-index: 1
}

.welcome-inspiration .box {
    margin: 0 -7px;
    overflow: hidden
}

.welcome-inspiration .item {
    width: 40%;
    float: left;
    padding: 0 7px;
    position: relative
}

@media only screen and (max-width: 640px) {
    .welcome-inspiration .item {
        width:50%
    }
}

.welcome-inspiration .item:nth-child(2) {
    width: 20%
}

@media only screen and (max-width: 640px) {
    .welcome-inspiration .item:nth-child(2) {
        display:none
    }
}

.welcome-inspiration .text {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.welcome-inspiration .text:after {
    position: absolute;
    background-color: rgba(0,0,0,.5);
    content: '';
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.welcome-inspiration .text:hover>img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.welcome-inspiration .text>img {
    transition: all .3s ease
}

.welcome-inspiration .active:after {
    display: block
}

.welcome-inspiration .active .share-group {
    opacity: 1;
    visibility: visible;
    z-index: 2
}

.welcome-inspiration .row {
    overflow: hidden
}

.welcome-inspiration .item-1 {
    display: block;
    width: 100%;
    margin-top: 15px
}

.welcome-inspiration .item-1:first-child {
    margin-top: 0
}

.welcome-inspiration .share-group {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease
}

.welcome-inspiration .share-group a {
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 10px;
    line-height: 1rem;
    opacity: 1;
    margin: 0 5px;
    box-shadow: 0 0 3px 0 #fff;
    position: relative;
    transition: all .3s ease
}

.welcome-inspiration .share-group a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.welcome-inspiration .share-group a i {
    line-height: 10px;
    line-height: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.welcome-inspiration .share {
    background-color: #981b1e;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    bottom: -22px;
    right: -22px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    padding: 10px 18px 0 0;
    z-index: 2
}

.welcome-inspiration .share span {
    font-size: 6px;
    font-size: .6rem;
    line-height: 10px;
    line-height: 1rem;
    text-transform: uppercase;
    display: block
}

.welcome-inspiration .share img {
    width: 15px
}

.welcome-inspiration .box-square {
    top: 80px;
    left: -175px
}

@media only screen and (max-width: 992px) {
    .welcome-inspiration .controls {
        display:block
    }
}

.tiles-banner {
    position: relative;
    background: url(../img/tiles/banner.jpg) no-repeat center;
    background-size: cover;
    min-height: 534px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0
}

@media only screen and (min-width: 1440px) {
    .tiles-banner {
        min-height:650px
    }
}

@media only screen and (max-width: 992px) {
    .tiles-banner {
        min-height:500px
    }
}

@media only screen and (max-width: 640px) {
    .tiles-banner {
        min-height:400px
    }
}

.tiles-banner header {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px
}

@media only screen and (max-width: 992px) {
    .tiles-banner header {
        padding-bottom:15px
    }
}

.tiles-banner header h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 42px;
    line-height: 4.2rem;
    font-weight: 400
}

@media only screen and (max-width: 992px) {
    .tiles-banner header h2 {
        font-size:30px;
        font-size: 3rem;
        line-height: 36px;
        line-height: 3.6rem
    }
}

.tiles-banner ul {
    overflow: hidden;
    margin: 0 -10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tiles-banner ul li {
    width: 20%;
    padding: 0 10px;
    position: relative;
    color: #fff;
    margin-bottom: 20px
}

@media only screen and (max-width: 992px) {
    .tiles-banner ul li {
        width:33.33333%
    }
}

.tiles-banner article {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: -4px 8px 20px -6px #333;
    overflow: hidden
}

.tiles-banner article:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.tiles-banner article:hover h2 {
    color: #981b1e
}

.tiles-banner article h2 {
    transition: all .3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    padding: 0 15px;
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
    font-weight: 400;
    text-shadow: 0 0 10px #000
}

@media only screen and (max-width: 992px) {
    .tiles-banner article h2 {
        font-size:28px;
        font-size: 2.8rem;
        line-height: 34px;
        line-height: 3.4rem;
        padding: 0 5px
    }
}

@media only screen and (max-width: 640px) {
    .tiles-banner article h2 {
        font-size:14px;
        font-size: 1.4rem;
        line-height: 20px;
        line-height: 2rem;
        padding: 0 5px
    }
}

.tiles-banner article h2 span {
    font-family: shelia vnf,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    line-height: 3rem
}

@media only screen and (max-width: 992px) {
    .tiles-banner article h2 span {
        font-size:32px;
        font-size: 3.2rem;
        line-height: 38px;
        line-height: 3.8rem
    }
}

@media only screen and (max-width: 640px) {
    .tiles-banner article h2 span {
        display:block;
        font-size: 20px;
        font-size: 2rem;
        line-height: 26px;
        line-height: 2.6rem
    }
}

.tiles-banner article img {
    transition: all .3s ease
}

.tiles-banner a {
    background: url(http://www.vietceramics.com/img/blank.png) repeat center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.tiles-filter {
    border-bottom: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 992px) {
    .tiles-filter {
        width:100%;
        padding: 15px
    }
}

@media only screen and (max-width: 992px) {
    .tiles-filter>span {
        display:block;
        width: 100%;
        margin-bottom: 15px
    }
}

.tiles-filter .select {
    margin: 0 20px
}

@media only screen and (max-width: 992px) {
    .tiles-filter .select {
        width:100%;
        border: 1px solid #ccc;
        margin: 0 0 15px
    }
}

.tiles-filter .select:before {
    display: none
}

@media only screen and (max-width: 992px) {
    .tiles-filter .select:before {
        display:block
    }
}

.tiles-filter select {
    border: 0;
    height: 64px
}

@media only screen and (max-width: 992px) {
    .tiles-filter select {
        height:32px
    }
}

.tiles-filter a {
    margin: 0 auto
}

.tiles {
    text-align: center;
    padding: 65px 12px;
    background-position: top center;
    background-repeat: repeat;
    transition: all .3s ease
}

@media only screen and (max-width: 640px) {
    .tiles {
        padding:30px 15px
    }
}

.tiles header {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px
}

.tiles header h3 {
    color: #981b1e;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 42px;
    line-height: 4.2rem;
    font-weight: 400
}

@media only screen and (max-width: 640px) {
    .tiles header h3 {
        font-size:25px;
        font-size: 2.5rem;
        line-height: 31px;
        line-height: 3.1rem
    }
}

.tiles header h3:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    margin: 20px auto;
    background-color: #4c4c4e
}

.tiles header h3 span {
    color: #4c4c4e;
    font-family: shelia vnf,sans-serif
}

.tiles header p {
    margin-bottom: 0
}

.tiles ul {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -6px;
    padding-bottom: 18px
}

.tiles ul li {
    position: relative;
    width: 16.66667%;
    padding: 0 6px;
    margin-bottom: 12px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    overflow: hidden
}

@media only screen and (max-width: 1024px) {
    .tiles ul li {
        width:25%
    }
}

@media only screen and (max-width: 992px) {
    .tiles ul li {
        width:33.33333%
    }
}

@media only screen and (max-width: 640px) {
    .tiles ul li {
        width:50%
    }
}

.tiles ul li figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 100%;
    overflow: hidden
}

.tiles ul li figure:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.tiles ul li figure img {
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    height: 150px;
}

.tiles ul li figure figcaption {
    background-color: #ccc;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1
}

.tiles ul li figure span {
    display: block;
    max-width: 100%;
    text-align: center
}

.tiles ul li a.notpen {
    background: url(http://www.vietceramics.com/img/blank.png) repeat center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.tiles ul li img {
    min-height: 1px
}

.tiles-1 {
    background-color: #fff
}

.tiles-2 {
    background-image: url(../img/tiles/stone/bg.jpg)
}

.tiles-2 header {
    color: #fff
}

.tiles-2 header h3 {
    color: #fff
}

.tiles-2 header h3:after {
    background-color: #fff
}

.tiles-2 header h3 span {
    color: #fff
}

.tiles-2 .btn-2 {
    border: 1px solid #fff;
    color: #fff
}

.tiles-3 {
    background-color: #fff
}

.tiles-3 article {
    max-width: 930px;
    width: 100%;
    margin: 0 auto
}

.tiles-3 header {
    margin-left: 0;
    text-align: left
}

.tiles-3 header h3:after {
    margin: 20px 0
}

.tiles-3 ul li {
    width: 25%
}

@media only screen and (max-width: 992px) {
    .tiles-3 ul li {
        width:33.3333%
    }
}

@media only screen and (max-width: 640px) {
    .tiles-3 ul li {
        width:50%
    }
}

.tiles-4 {
    background-image: url(../img/tiles/decor/bg.jpg)
}

.tiles-4 ul li figure figcaption {
    color: #fff;
    background-color: #323232
}

.tiles-5 {
    background-image: url(../img/tiles/wood/bg.jpg)
}

.tiles-5 ul li figure figcaption {
    background-color: #fff
}

.tiles-detail header {
    padding-bottom: 15px
}

.tiles-detail header h2 {
    text-transform: none
}

.tiles-detail header h2 span {
    display: block
}

.tiles-detail section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tiles-detail .col-6 {
    width: 50%
}

@media only screen and (max-width: 992px) {
    .tiles-detail .col-6 {
        width:100%
    }
}

.tiles-detail .banner-1 {
    background: url(../img/tiles/detail-1/banner.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    color: #3f3f3f
}

.tiles-detail .banner-1 article {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 245px 15px
}

@media only screen and (max-width: 992px) {
    .tiles-detail .banner-1 article {
        padding:100px 15px
    }
}

.tiles-detail .banner-1 article p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 19px;
    line-height: 1.9rem;
    font-weight: 400
}

.tiles-detail .banner-1 article p span {
    font-weight: 700
}

.tiles-detail .banner-1 article h2 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 48px;
    line-height: 4.8rem;
    font-weight: 400
}

@media only screen and (max-width: 992px) {
    .tiles-detail .banner-1 article h2 {
        font-size:32px;
        font-size: 3.2rem;
        line-height: 38px;
        line-height: 3.8rem
    }
}

.tiles-detail .banner-1 article h2 span {
    display: block
}

.tiles-detail .banner-2 {
    position: relative;
    background: url(../img/tiles/detail-2/bg-2.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    text-align: center;
    min-height: 534px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0 50px
}

@media only screen and (min-width: 1440px) {
    .tiles-detail .banner-2 {
        min-height:650px;
        padding: 80px 0
    }
}

@media only screen and (max-width: 992px) {
    .tiles-detail .banner-2 {
        min-height:500px
    }
}

@media only screen and (max-width: 640px) {
    .tiles-detail .banner-2 {
        min-height:400px
    }
}

.tiles-detail .banner-2 header {
    margin: 0 auto;
    width: 100%;
    max-width: 830px;
    padding: 0 15px
}

.tiles-detail .banner-2 header h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem
}

@media only screen and (max-width: 640px) {
    .tiles-detail .banner-2 header h2 {
        font-size:11px;
        font-size: 1.1rem;
        line-height: 17px;
        line-height: 1.7rem
    }
}

.tiles-detail .banner-2 header h3 {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 51px;
    line-height: 5.1rem;
    font-weight: 400;
    margin-bottom: 45px
}

@media only screen and (max-width: 992px) {
    .tiles-detail .banner-2 header h3 {
        font-size:32px;
        font-size: 3.2rem;
        line-height: 38px;
        line-height: 3.8rem
    }
}

@media only screen and (max-width: 640px) {
    .tiles-detail .banner-2 header h3 {
        font-size:22px;
        font-size: 2.2rem;
        line-height: 28px;
        line-height: 2.8rem
    }
}

.tiles-detail .banner-2 header img {
    width: auto;
    max-height: 400px;
    margin: 0 auto
}

@media only screen and (max-width: 992px) {
    .tiles-detail .banner-2 header img {
        max-height:300px
    }
}

@media only screen and (max-width: 640px) {
    .tiles-detail .banner-2 header img {
        max-height:200px
    }
}

.tiles-detail .patricia {
    padding-top: 30px
}

.tiles-detail .patricia header h2 {
    text-transform: none
}

.tiles-detail .patricia img {
    max-width: 330px;
    margin: 0 auto
}

.tiles-detail .catalog {
    background: url(../img/tiles/detail-1/catalog.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 23px;
    line-height: 2.3rem
}

.tiles-detail .catalog header {
    width: 100%;
    max-width: 456px;
    padding: 145px 70px;
    background-color: rgba(51,73,86,.9);
    margin: 0 auto
}

@media only screen and (max-width: 992px) {
    .tiles-detail .catalog header {
        padding:80px 35px
    }
}

.tiles-detail .patch {
    padding-top: 30px
}

.tiles-detail .patch footer {
    margin-top: 15px
}

.tiles-detail .freedom {
    padding-top: 30px
}

.tiles-detail .freedom article {
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%
}

@media only screen and (max-width: 992px) {
    .tiles-detail .freedom article {
        padding:25px 0
    }
}

.tiles-detail .freedom article .collapse {
    width: 40%
}

@media only screen and (max-width: 992px) {
    .tiles-detail .freedom article .collapse {
        width:100%
    }
}

.tiles-detail .freedom article .collapse ul {
    width: 240px
}

@media only screen and (max-width: 992px) {
    .tiles-detail .freedom article .collapse ul {
        width:100%
    }
}

.tiles-detail .freedom article .collapse ul li {
    padding-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #ccc
}

.tiles-detail .freedom article .collapse ul li:first-child {
    padding-top: 0;
    border-top: 0
}

.tiles-detail .freedom article .collapse .active .content {
    height: auto
}

.tiles-detail .freedom article .collapse .active h3 {
    cursor: default;
    color: #981b1e;
    margin-bottom: 15px
}

.tiles-detail .freedom article .collapse .active h3:after {
    content: '\f106'
}

.tiles-detail .freedom article .collapse .content {
    overflow: hidden;
    height: 0
}

.tiles-detail .freedom article .collapse h3 {
    cursor: pointer;
    position: relative;
    padding-right: 20px;
    margin-bottom: 0;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    transition: all .3s ease
}

.tiles-detail .freedom article .collapse h3:after {
    content: '\f107';
    display: block;
    font-family: fontawesome;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 21px;
    line-height: 2.1rem
}

.tiles-detail .freedom article .collapse p {
    margin-bottom: 0
}

.tiles-detail .freedom article .product {
    width: 60%
}

@media only screen and (max-width: 992px) {
    .tiles-detail .freedom article .product {
        width:100%;
        margin-bottom: 15px
    }
}

.tiles-detail .freedom article .product img {
    display: none
}

.tiles-detail .freedom article .product img:first-child {
    display: block
}

.tiles-detail .products {
    padding: 65px 0
}

@media only screen and (min-width: 1440px) {
    .tiles-detail .products .container {
        max-width:884px
    }
}

.tiles-detail .products footer {
    margin: 0 auto;
    padding-top: 30px
}

.tiles-detail .products footer p {
    width: 100%;
    margin-bottom: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tiles-detail .products footer p strong {
    display: block;
    width: 50%;
    padding-right: 10px;
    text-align: right
}

.tiles-detail .products footer p strong:last-child {
    padding-right: 0;
    font-weight: 400;
    text-align: left
}

.tiles-detail .products footer p span {
    font-weight: 700;
    display: block;
    width: 50%;
    padding-right: 10px;
    text-align: right
}

.tiles-detail .products footer table {
    width: 100%!important;
    height: auto!important;
    border: 0
}

.tiles-detail .products footer table td {
    width: 50%;
    padding: 0 5px;
    vertical-align: top
}

.tiles-detail .products footer table td:first-child {
    text-align: right!important;
    font-weight: 700
}

.tiles-detail .appeal {
    background-image: url(../img/tiles/detail-2/appeal/appeal-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 50px 15px 300px;
    text-align: center;
    min-height: 534px
}

@media only screen and (min-width: 1440px) {
    .tiles-detail .appeal {
        min-height:650px
    }
}

@media only screen and (max-width: 992px) {
    .tiles-detail .appeal {
        min-height:500px
    }
}

@media only screen and (max-width: 640px) {
    .tiles-detail .appeal {
        min-height:400px
    }
}

.tiles-detail .appeal header {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem
}

.tiles-detail .appeal header h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 42px;
    line-height: 4.2rem;
    font-weight: 400;
    color: #981b1e
}

.tiles-detail .appeal header h2:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    margin: 20px auto;
    background-color: #4c4c4e
}

.tiles-detail .gallery {
    padding: 30px 0 0
}

@media only screen and (max-width: 992px) {
    .tiles-detail .gallery {
        padding:55px 0
    }
}

.tiles-detail .gallery .box {
    overflow: hidden;
    margin: 0 -10px
}

.tiles-detail .gallery .row {
    overflow: hidden;
    margin: 0 -10px 20px
}

.tiles-detail .gallery .gallery-3 {
    padding: 0 10px;
    float: left;
    width: 23.1%
}

@media only screen and (max-width: 992px) {
    .tiles-detail .gallery .gallery-3 {
        width:100%
    }
}

.tiles-detail .gallery .gallery-4 {
    padding: 0 10px;
    float: left;
    width: 34.45%
}

@media only screen and (max-width: 992px) {
    .tiles-detail .gallery .gallery-4 {
        width:100%;
        margin-bottom: 15px;
        float: none
    }
}

.tiles-detail .gallery .gallery-5 {
    padding: 0 10px;
    float: left;
    width: 42.45%
}

@media only screen and (max-width: 992px) {
    .tiles-detail .gallery .gallery-5 {
        width:100%;
        float: none;
        margin-bottom: 15px
    }
}

.tiles-detail .gallery .gallery-6 {
    padding: 0 10px;
    width: 50%;
    float: left
}

.tiles-detail .where {
    position: relative;
    text-align: center;
    background-image: url(../img/tiles/detail-2/where/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 15px 300px;
    min-height: 534px
}

@media only screen and (min-width: 1440px) {
    .tiles-detail .where {
        min-height:650px
    }
}

@media only screen and (max-width: 992px) {
    .tiles-detail .where {
        min-height:500px
    }
}

@media only screen and (max-width: 640px) {
    .tiles-detail .where {
        min-height:400px
    }
}

.tiles-detail .where header {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem
}

.tiles-detail .where header h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 42px;
    line-height: 4.2rem;
    font-weight: 400;
    color: #981b1e
}

.tiles-detail .where header h2:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    margin: 20px auto;
    background-color: #4c4c4e
}

.tiles-detail .art {
    padding: 30px 0
}

@media only screen and (max-width: 992px) {
    .tiles-detail .art {
        padding:30px 0
    }
}

.tiles-detail .art .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 30px;
    padding: 0 15px
}

.tiles-detail .art header {
    width: 100%;
    max-width: 500px;
    margin: inherit 0
}

.tiles-detail .art header h2 {
    text-transform: none
}

.tiles-detail .art .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

@media only screen and (max-width: 992px) {
    .tiles-detail .art .box {
        margin:0 -7px
    }
}

.tiles-detail .art .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

@media only screen and (max-width: 992px) {
    .tiles-detail .art .row {
        margin:0 -7px
    }
}

.tiles-detail .art .col-6 {
    width: 50%;
    padding: 0 15px
}

@media only screen and (max-width: 992px) {
    .tiles-detail .art .col-6 {
        width:100%;
        padding: 0 7px;
        margin-bottom: 15px
    }
}

.tiles-detail .art .small-6 {
    width: 50%;
    padding: 0 15px
}

@media only screen and (max-width: 992px) {
    .tiles-detail .art .small-6 {
        padding:0 7px
    }
}

.tiles-detail .art .col-12 {
    width: 100%;
    margin-bottom: 30px
}

@media only screen and (max-width: 992px) {
    .tiles-detail .art .col-12 {
        margin-bottom:15px
    }
}

.tiles-detail .digital {
    background: url(../img/tiles/detail-3/digital/bg.jpg) no-repeat center;
    background-size: cover;
    padding: 200px 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem
}

@media only screen and (max-width: 992px) {
    .tiles-detail .digital {
        padding:50px 0
    }
}

.tiles-detail .banner-3 {
    position: relative;
    background: url(../img/tiles/detail-2/bg-2.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    text-align: center;
    min-height: 534px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0 60px
}

@media only screen and (min-width: 1440px) {
    .tiles-detail .banner-3 {
        min-height:650px
    }
}

@media only screen and (max-width: 992px) {
    .tiles-detail .banner-3 {
        min-height:500px
    }
}

@media only screen and (max-width: 640px) {
    .tiles-detail .banner-3 {
        min-height:400px
    }
}

.tiles-result header {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    margin: 0 0 30px;
    text-align: left
}

.tiles-result header p {
    margin: 0
}

.tiles-result header span {
    color: #981b1e;
    font-style: italic;
    font-weight: 700
}

.no-result {
    margin: 0 auto;
    text-align: center;
    padding: 150px 0;
    font-size: 16px
}

.bathroom-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 534px
}

@media only screen and (min-width: 1440px) {
    .bathroom-banner {
        min-height:650px
    }
}

@media only screen and (max-width: 992px) {
    .bathroom-banner {
        min-height:500px
    }
}

@media only screen and (max-width: 640px) {
    .bathroom-banner {
        min-height:400px
    }
}

.bathroom-banner header {
    text-align: center;
    width: 100%;
    color: #fff;
    margin-bottom: 120px
}

@media only screen and (min-width: 1440px) {
    .bathroom-banner header {
        font-size:18px;
        font-size: 1.8rem;
        line-height: 26px;
        line-height: 2.6rem
    }
}

@media only screen and (max-width: 992px) {
    .bathroom-banner header {
        margin-bottom:60px
    }
}

.bathroom-banner header h2 {
    text-transform: uppercase;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 23px;
    line-height: 2.3rem
}

@media only screen and (min-width: 1440px) {
    .bathroom-banner header h2 {
        font-size:24px;
        font-size: 2.4rem;
        line-height: 30px;
        line-height: 3rem
    }
}

.bathroom-banner ul {
    overflow: hidden;
    margin: 0 -10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 992px) {
    .bathroom-banner ul {
        margin:0 -5px
    }
}

.bathroom-banner ul li {
    width: 20%;
    padding: 0 5px;
    position: relative;
    color: #fff;
    margin-bottom: 20px
}

@media only screen and (max-width: 640px) {
    .bathroom-banner ul li {
        width:33.33333%;
        margin-bottom: 20px
    }
}

.bathroom-banner article {
    text-align: left
}

@media only screen and (max-width: 992px) {
    .bathroom-banner article {
        text-align:center
    }
}

.bathroom-banner article:hover .bath-1 {
    -webkit-animation: sprite 1s steps(20) infinite;
    animation: sprite 1s steps(20) infinite
}

.bathroom-banner article:hover .bath-2 {
    -webkit-animation: sprite 1s steps(44) infinite;
    animation: sprite 1s steps(44) infinite
}

.bathroom-banner article:hover .bath-3 {
    -webkit-animation: sprite 1s steps(31) infinite;
    animation: sprite 1s steps(31) infinite
}

.bathroom-banner article:hover .bath-4 {
    -webkit-animation: sprite 1s steps(74) infinite;
    animation: sprite 1s steps(74) infinite
}

.bathroom-banner article:hover .bath-5 {
    -webkit-animation: sprite 1s steps(20) infinite;
    animation: sprite 1s steps(20) infinite
}

.bathroom-banner article .icon-bath {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    position: relative;
    background-size: 100%;
    background-position: 0 0%;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle
}

@media only screen and (max-width: 992px) {
    .bathroom-banner article .icon-bath {
        width:80px;
        height: 80px
    }
}

@media only screen and (min-width: 1440px) {
    .bathroom-banner article .icon-bath {
        width:80px;
        height: 80px
    }
}

.bathroom-banner article .bath-1 {
    background-image: url(../images/bath-1.png)
}

.bathroom-banner article .bath-2 {
    background-image: url(../images/bath-2.png)
}

.bathroom-banner article .bath-3 {
    background-image: url(../images/bath-3.png)
}

.bathroom-banner article .bath-4 {
    background-image: url(../images/bath-4.png)
}

.bathroom-banner article .bath-5 {
    background-image: url(../images/bath-5.png)
}

.bathroom-banner article h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1.6rem;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
    width: 90px
}

@media only screen and (min-width: 1440px) {
    .bathroom-banner article h2 {
        font-size:16px;
        font-size: 1.6rem;
        line-height: 22px;
        line-height: 2.2rem;
        width: 140px
    }
}

.bathroom-banner a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(http://www.vietceramics.com/img/blank.png) repeat center
}

.bathroom {
    text-align: center;
    margin-bottom: 30px
}

.bathroom header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 30px 0;
    text-align: left;
    padding: 50px
}

@media only screen and (min-width: 1440px) {
    .bathroom header {
        padding:75px
    }
}

@media only screen and (max-width: 992px) {
    .bathroom header {
        padding:25px
    }
}

.bathroom header article {
    width: 100%;
    max-width: 400px
}

.bathroom header article h2 {
    color: #3d3d3d;
    text-transform: uppercase;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    line-height: 3rem;
    margin-bottom: 5px
}

@media only screen and (min-width: 1440px) {
    .bathroom header article h2 {
        font-size:34px;
        font-size: 3.4rem;
        line-height: 40px;
        line-height: 4rem
    }
}

@media only screen and (max-width: 640px) {
    .bathroom header article h2 {
        font-size:18px;
        font-size: 1.8rem;
        line-height: 24px;
        line-height: 2.4rem
    }
}

.bathroom header article p {
    margin: 0
}

.bathroom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -30px;
    text-align: center;
    text-transform: uppercase
}

@media only screen and (max-width: 992px) {
    .bathroom ul {
        margin:0 -15px
    }
}

@media only screen and (max-width: 640px) {
    .bathroom ul {
        margin:0 -7px
    }
}

.bathroom ul li {
    width: 25%;
    padding: 0 30px;
    margin-bottom: 30px
}

@media only screen and (max-width: 992px) {
    .bathroom ul li {
        width:33.3333%;
        padding: 0 15px;
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 640px) {
    .bathroom ul li {
        width:50%;
        padding: 0 7px;
        margin-bottom: 15px
    }
}

.bathroom ul figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-flex: 10;
    -ms-flex: 10 auto;
    flex: 10 auto;
    height: 100%;
    overflow: hidden;
    position: relative
}

.bathroom ul figure:hover figcaption {
    background-color: #981b1e;
    color: #fff
}

.bathroom ul figure:hover .img-back {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.bathroom ul figure figcaption {
    padding: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    transition: all .25s ease
}

@media only screen and (max-width: 992px) {
    .bathroom ul figure figcaption {
        font-size:10px;
        font-size: 1rem;
        line-height: 16px;
        line-height: 1.6rem
    }
}

.bathroom ul figure figcaption span {
    display: block;
    max-width: 100%;
    text-align: center
}

.bathroom ul figure .img-back {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    -webkit-transform: translateY(-101%);
    transform: translateY(-101%);
    transition: all .25s ease
}

.bathroom ul figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../images/blank.png) repeat center
}

.bathroom ul figure .image {
    min-height: 1px
}

.bathroom .btn-5 {
    margin-bottom: 30px
}

.bathroom-body.line {
    border-bottom: 1px solid #ccc
}

.bathroom-2 {
    background-position: top right,center;
    background-repeat: no-repeat;
    padding: 30px 0;
    position: relative
}

.bathroom-2 header {
    padding: 0
}

@media only screen and (max-width: 640px) {
    .bathroom-2 header {
        color:#fff;
        margin-top: 0
    }
}

@media only screen and (max-width: 640px) {
    .bathroom-2 header article h2 {
        color:#fff
    }
}

@media only screen and (max-width: 640px) {
    .bathroom-2 header article p {
        text-shadow:0 0 3px #000
    }
}

.bathroom-2 .bg {
    background-image: url(Assets/img/bathroom/bg-toilets.jpg);
    background-position: center;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1
}

.bathroom-3 header {
    text-align: center
}

.bathroom-3 header article {
    width: 100%;
    margin: 0 auto
}

.bathroom-detail {
    padding: 30px 0
}

.bathroom-detail .breadcrumb {
    margin-bottom: 30px
}

.bathroom-detail .detail h2 {
    color: #981b1e;
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 38px;
    line-height: 3.8rem
}

@media only screen and (max-width: 992px) {
    .bathroom-detail .detail h2 {
        font-size:24px;
        font-size: 2.4rem;
        line-height: 30px;
        line-height: 3rem
    }
}

.bathroom-detail .detail h2 span {
    font-family: open sans,sans-serif;
    display: block;
    color: #3d3d3d;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 19px;
    line-height: 1.9rem
}

.bathroom-detail .detail h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    margin-bottom: 5px
}

.bathroom-detail .detail h3 span {
    font-weight: 400
}

.bathroom-detail .carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.bathroom-detail .carousel .col-6 {
    width: 50%;
    padding: 0 15px
}

@media only screen and (max-width: 992px) {
    .bathroom-detail .carousel .col-6 {
        width:100%
    }
}

.bathroom-detail .carousel .slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.bathroom-detail .carousel .view {
    width: 80%;
    padding-right: 15px
}

.bathroom-detail .carousel .view img {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.bathroom-detail .carousel .view img:first-child {
    position: relative;
    display: block
}

.bathroom-detail .carousel .list {
    width: 20%;
    height: 320px;
    overflow: hidden;
    position: relative
}

.bathroom-detail .carousel .list .inner {
    padding: 0;
    margin: -5px 0
}

.bathroom-detail .carousel .list .item {
    cursor: pointer;
    padding: 5px 0;
    overflow: hidden
}

.bathroom-detail .carousel .note {
    width: 80%;
    font-size: 10px;
    font-size: 1rem;
    line-height: 12px;
    line-height: 1.2rem;
    margin-top: 5px
}

.bathroom-detail .carousel article {
    margin-bottom: 45px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 19px;
    line-height: 1.9rem
}

.bathroom-detail .detail .links li {
    display: flex;
    text-transform: uppercase;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 10px 0
}

.bathroom-detail .feaspe .tab {
    color: #3d3d3d;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 0
}

.bathroom-detail .feaspe .tab a {
    color: #3d3d3d;
    border-left: 1px solid #ccc;
    padding: 0 25px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 28px;
    line-height: 2.8rem;
    text-transform: uppercase
}

@media only screen and (max-width: 992px) {
    .bathroom-detail .feaspe .tab a {
        padding:0 15px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 22px;
        line-height: 2.2rem
    }
}

@media only screen and (max-width: 640px) {
    .bathroom-detail .feaspe .tab a {
        font-size:12px;
        font-size: 1.2rem;
        line-height: 18px;
        line-height: 1.8rem
    }
}

.bathroom-detail .feaspe .tab a:first-child {
    border-left: 0;
    padding-left: 0
}

.bathroom-detail .feaspe .tab a.active,.bathroom-detail .feaspe .tab a:hover {
    color: #981b1e
}

.bathroom-detail .content>div {
    padding: 30px 0 60px;
    display: none
}

.bathroom-detail .content>div:first-child {
    display: block
}

.bathroom-detail .features ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

@media only screen and (max-width: 992px) {
    .bathroom-detail .features ul {
        margin:0
    }
}

.bathroom-detail .features ul li {
    width: 50%;
    padding: 0 15px
}

@media only screen and (max-width: 992px) {
    .bathroom-detail .features ul li {
        width:100%;
        padding: 0;
        margin-bottom: 15px
    }
}

.bathroom-detail .features .table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 10px 0
}

.bathroom-detail .features .table:first-child {
    padding-top: 0
}

.bathroom-detail .features .table .name {
    text-transform: uppercase;
    color: #a9a9a9
}

.bathroom-detail .features .partern {
    padding-bottom: 5px
}

.bathroom-detail .features .partern .value {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -3px
}

.bathroom-detail .features .partern .value img {
    width: 25%;
    padding: 0 3px;
    margin-bottom: 6px;
    max-height: 20px
}

.bathroom-detail .specifications ul {
    text-decoration: underline
}

.bathroom-detail .specifications ul li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0
}

.bathroom-detail .specifications ul li:first-child {
    padding-top: 0
}

.bathroom-detail .specifications p {
    padding-bottom: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc
}

.bathroom-detail .specifications .table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.bathroom-detail .specifications .table a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.bathroom-detail .specifications .value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bathroom-detail .specifications .value img {
    width: 23px;
    margin-right: 10px
}

.bathroom-detail .matching {
    background-color: #eee;
    padding: 30px 0;
    font-size: 10px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1.6rem
}

.bathroom-detail .matching article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -15px
}

@media only screen and (max-width: 992px) {
    .bathroom-detail .matching article {
        margin:0
    }
}

.bathroom-detail .matching .col-7 {
    width: 55%;
    padding: 0 15px
}

@media only screen and (max-width: 992px) {
    .bathroom-detail .matching .col-7 {
        width:100%;
        padding: 0;
        margin-bottom: 15px
    }
}

.bathroom-detail .matching .col-5 {
    width: 45%;
    padding: 0 15px
}

@media only screen and (max-width: 992px) {
    .bathroom-detail .matching .col-5 {
        width:100%;
        padding: 0
    }
}

.bathroom-detail .matching h2 {
    text-transform: uppercase;
    color: #981b1e;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 17px;
    line-height: 1.7rem;
    margin-bottom: 5px
}

.bathroom-detail .matching h3 {
    font-weight: 400;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 28px;
    line-height: 2.8rem
}

.bathroom-detail .matching p {
    margin: 0
}

.bathroom-detail .youmay {
    text-align: center;
    padding: 30px 0
}

.bathroom-detail .youmay .title h2 {
    text-transform: none
}

.bathroom-detail .youmay .lists {
    position: relative
}

@media only screen and (max-width: 992px) {
    .bathroom-detail .youmay .lists {
        padding:0
    }
}

.bathroom-detail .youmay .box {
    position: relative;
    overflow: hidden
}

@media only screen and (max-width: 992px) {
    .bathroom-detail .youmay .box {
        overflow:visible
    }
}

.bathroom-detail .youmay ul {
    overflow: hidden;
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.bathroom-detail .youmay ul li {
    padding: 0 10px;
    width: 25%
}

.bathroom-detail .youmay p {
    text-transform: uppercase;
    margin-top: 10px
}

.bathroom-detail .youmay p span {
    text-transform: uppercase;
    display: block
}

.bathroom-detail .youmay p sup {
    top: -.1rem
}

.bathroom-detail .youmay .image {
    overflow: hidden
}

.bathroom-detail .youmay .image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.bathroom-detail .youmay .image img {
    transition: all .3s ease
}

.bathroom-detail .youmay .dots {
    display: none
}

@media only screen and (max-width: 992px) {
    .bathroom-detail .youmay .dots {
        display:block;
        bottom: -40px
    }
}

.bathroom-result {
    margin: 0;
    padding: 65px 0
}

@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    51% {
        opacity: 1
    }
}

@-webkit-keyframes sprite {
    from {
        background-position: 0 0%
    }

    to {
        background-position: 0 100%
    }
}

@keyframes sprite {
    from {
        background-position: 0 0%
    }

    to {
        background-position: 0 100%
    }
}

.projects {
    padding: 30px 0
}

@media only screen and (max-width: 992px) {
    .projects {
        padding:15px 0
    }
}

.projects .title {
    margin-bottom: 45px;
    padding: 0 15px
}

@media only screen and (max-width: 992px) {
    .projects .title {
        margin-bottom:15px
    }
}

.projects .title h2 {
    text-transform: none
}

.projects-list {
    padding: 0 45px;
    margin-top: 45px;
    text-align: center
}

@media only screen and (max-width: 992px) {
    .projects-list {
        padding:0 15px;
        margin-top: 15px
    }
}

.projects-list ul {
    overflow: hidden;
    margin: 0 -7px
}

.projects-list ul li {
    width: 33.333333%;
    float: left;
    padding: 0 7px;
    margin-bottom: 14px
}

@media only screen and (max-width: 992px) {
    .projects-list ul li {
        width:50%
    }
}

.projects-list ul li article {
    position: relative;
    overflow: hidden
}

.projects-list ul li article:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.projects-list ul li article img {
    transition: all .3s ease
}

.projects-list ul li article h3 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 20px;
    left: 0;
    color: #2d2d2d;
    text-transform: uppercase;
    text-shadow: 1px 1px 8px #fff;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem
}

@media only screen and (max-width: 992px) {
    .projects-list ul li article h3 {
        font-size:14px;
        font-size: 1.4rem;
        line-height: 20px;
        line-height: 2rem
    }
}

.projects-list ul li article a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../images/blank.png) repeat center
}

.about-viet {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 28px;
    line-height: 2.8rem;
    position: relative
}

@media only screen and (max-width: 992px) {
    .about-viet {
        font-size:20px;
        font-size: 2rem;
        line-height: 26px;
        line-height: 2.6rem
    }
}

@media only screen and (max-width: 640px) {
    .about-viet {
        font-size:16px;
        font-size: 1.6rem;
        line-height: 22px;
        line-height: 2.2rem
    }
}

.about-viet header {
    width: 100%;
    max-width: 720px;
    position: absolute;
    padding: 0 15px;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

@media only screen and (max-width: 992px) {
    .about-viet header {
        position:relative
    }
}

.about-viet header p {
    text-align: center
}

.about-viet header p:before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    margin: 20px auto;
    background-color: #4f4f4f
}

.about-viet header span {
    display: block;
    color: #981b1e
}

.about-viet .arrow {
    bottom: -80px;
    height: 120px
}

@media only screen and (max-width: 992px) {
    .about-viet .arrow {
        height:80px;
        bottom: -50px
    }
}

.about-us {
    position: relative;
    padding: 100px 0 50px
}

.about-us .arrow {
    left: 40%;
    bottom: -10px
}

@media only screen and (max-width: 992px) {
    .about-us .arrow {
        bottom:40px;
        left: 15%
    }
}

.about-us header {
    position: relative;
    margin-bottom: 30px;
    max-width: 450px;
    padding-right: 0;
    float: right
}

@media only screen and (max-width: 992px) {
    .about-us header {
        float:none;
        padding: 0 30px;
        max-width: 100%
    }
}

.about-us article {
    overflow: hidden;
    margin: 0 -15px
}

@media only screen and (max-width: 992px) {
    .about-us article {
        padding:0 -7px
    }
}

.about-us section {
    width: 50%;
    float: left;
    padding: 0 7px
}

@media only screen and (max-width: 992px) {
    .about-us section {
        float:none;
        width: 100%;
        padding: 0 7px
    }
}

.about-us .row {
    overflow: hidden;
    margin: 0 -7px
}

@media only screen and (max-width: 992px) {
    .about-us .row {
        padding:0 -7px
    }
}

.about-us .about-6 {
    width: 50%;
    float: left;
    padding: 0 7px
}

@media only screen and (max-width: 992px) {
    .about-us .about-6 {
        padding:0 7px;
        margin-bottom: 15px
    }
}

.about-us .about-12 {
    padding-top: 200px;
    margin-bottom: 30px
}

@media only screen and (max-width: 992px) {
    .about-us .about-12 {
        padding:0
    }
}

.about-us footer {
    margin-top: 30px
}

.about-us .square-1 {
    top: 100px;
    left: -125px
}

.about-us .square-2 {
    top: auto;
    bottom: 0;
    right: -125px
}

.about-mission {
    background: url(../img/about/mission/mission-1.jpg) repeat-x center;
    background-size: contain;
    text-align: right;
    position: relative
}

@media only screen and (max-width: 640px) {
    .about-mission {
        background-size:cover;
        padding: 15px 0
    }
}

.about-mission article {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 15px
}

.about-mission img {
    display: inline-block;
    vertical-align: middle;
    width: 450px
}

@media only screen and (max-width: 992px) {
    .about-mission img {
        width:300px
    }
}

@media only screen and (max-width: 640px) {
    .about-mission img {
        margin-bottom:30px;
        width: 100%
    }
}

.about-mission header {
    position: absolute;
    top: 50%;
    left: 25%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 300px;
    width: 100%
}

@media only screen and (max-width: 1024px) {
    .about-mission header {
        left:17%
    }
}

@media only screen and (max-width: 992px) {
    .about-mission header {
        left:10%
    }
}

@media only screen and (max-width: 640px) {
    .about-mission header {
        position:relative;
        left: auto;
        right: auto;
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

.about-mission h3 {
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 100px;
    color: #9d9c9c;
    font-weight: 300;
    max-width: 350px;
    font-size: 67px;
    font-size: 6.7rem;
    line-height: 60px;
    line-height: 6rem;
    padding-left: 30px
}

@media only screen and (max-width: 992px) {
    .about-mission h3 {
        font-size:40px;
        font-size: 4rem;
        line-height: 46px;
        line-height: 4.6rem;
        padding-left: 15px;
        left: 30px;
        bottom: 15px
    }
}

@media only screen and (max-width: 640px) {
    .about-mission h3 {
        position:relative;
        left: auto;
        bottom: auto
    }
}

.about-mission span {
    position: absolute
}

.about-mission span:first-child {
    left: 0
}

.about-mission .arrow {
    left: 140px;
    bottom: -120px;
    height: 120px
}

@media only screen and (max-width: 992px) {
    .about-mission .arrow {
        left:50px;
        bottom: -55px;
        height: 80px
    }
}

@media only screen and (max-width: 640px) {
    .about-mission .arrow {
        bottom:-75px
    }
}

.about-vision {
    margin-top: 80px;
    text-align: center;
    position: relative
}

@media only screen and (max-width: 992px) {
    .about-vision {
        padding:0 0 80px;
        margin-top: 100px
    }
}

.about-vision .arrow {
    bottom: 15px
}

.about-vision .title {
    width: 100%;
    max-width: 480px;
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

@media only screen and (max-width: 992px) {
    .about-vision .title {
        position:relative;
        top: auto;
        left: auto;
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
        margin-top: 0
    }
}

.about-looking {
    padding: 45px 0;
    background-color: #eee;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem
}

.about-looking h2 {
    font-family: averta,sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 28px;
    line-height: 2.8rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px
}

.about-looking h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
    font-weight: 400;
    margin-bottom: 5px
}

.about-looking article {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px
}

.about-looking .image {
    overflow: hidden
}

.about-looking .image img {
    transition: all .3s ease
}

.about-looking footer {
    padding: 10px
}

.about-looking ul {
    overflow: hidden;
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about-looking ul li {
    width: 33.33333%;
    padding: 0 10px
}

@media only screen and (max-width: 640px) {
    .about-looking ul li {
        width:100%;
        padding: 0;
        margin-bottom: 30px
    }
}

.about-looking figure {
    position: relative
}

.about-looking figure:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.about-looking figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../images/blank.png) repeat center
}

.about-looking figcaption {
    padding-top: 15px
}

.about-looking figcaption p {
    margin-bottom: 0
}

.btn-message {
    position: fixed;
    bottom: 0;
    right: 155px;
    height: 40px;
    width: 40px;
    opacity: .9
}

.btn-message:hover {
    opacity: 1
}

@media only screen and (max-width: 992px) {
    .btn-message {
        right:55px
    }
}

.contact-us {
    width: 150px;
    height: auto;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100
}

@media only screen and (max-width: 992px) {
    .contact-us {
        width:45px
    }
}

@media only screen and (max-width: 992px) {
    .contact-us.active .contact-title span {
        display:inline-block
    }
}

.contact-us.active .contact-title span:after {
    content: '\f107'
}

.contact-title {
    background-color: #971b1e;
    height: 40px;
    padding: 14px 15px;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 17px;
    line-height: 1.7rem;
    text-transform: uppercase
}

.contact-title h2 {
    position: relative;
    font-weight: 400;
    margin-bottom: 0
}

.contact-title h2 .fa {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 10px;
    line-height: 1rem;
    margin-right: 5px
}

.contact-title span {
    display: inline-block
}

@media only screen and (max-width: 992px) {
    .contact-title span {
        display:none
    }
}

.contact-title span:after {
    content: '\f106';
    display: block;
    font-family: fontawesome;
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 10px;
    line-height: 1rem
}

.contact-body {
    color: #4c4d4f;
    background-color: #eee;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 17px;
    line-height: 1.7rem;
    height: 0;
    overflow: hidden
}

.contact-text {
    padding: 15px
}

.contact-text p {
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 19px;
    line-height: 1.9rem
}

.contact-text .checkbox input[type=checkbox] {
    display: none
}

.contact-text .checkbox input[type=checkbox]+label span {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 5px 0 0;
    vertical-align: middle;
    background: url(../images/checkboxt.png) left top no-repeat
}

.contact-text .checkbox input[type=checkbox]:checked+label span {
    background: url(../images/checkboxt.png) -19px top no-repeat
}

.input-form input,.input-form textarea {
    background-color: #fff;
    width: 100%;
    display: block
}

.input-form textarea {
    resize: none;
    height: 75px
}

.input-form label {
    cursor: pointer;
    padding-left: 0;
    font-size: 8px;
    font-size: .8rem;
    line-height: 14px;
    line-height: 1.4rem;
    text-transform: uppercase
}

.input-form span {
    display: block;
    min-height: 17px;
    color: #971b1e;
    margin-bottom: 5px
}

.input-btn {
    margin-top: 15px;
    text-align: center
}

.news {
    padding: 30px 45px
}

@media only screen and (max-width: 992px) {
    .news {
        padding:30px 15px
    }
}

.news>header {
    text-align: right;
    margin-bottom: 30px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 10px;
    line-height: 1rem
}

@media only screen and (max-width: 992px) {
    .news>header {
        font-size:11px;
        font-size: 1.1rem;
        text-align: center;
        margin-bottom: 30px
    }
}

.news>header a {
    color: #000;
    display: inline-block;
    border-left: 1px solid #ccc;
    text-transform: uppercase;
    padding-left: 20px;
    margin-left: 15px
}

@media only screen and (max-width: 992px) {
    .news>header a {
        padding-left:5px;
        margin-left: 2px
    }
}

.news>header a:first-child {
    border-left: 0;
    padding-left: 0
}

.news>header a.active,.news>header a:hover {
    color: #981b1e
}

.news ul {
    font-size: 0;
    margin: 0 -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news ul li {
    position: relative;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    width: 33.33333%;
    padding: 0 30px;
    border-left: 1px solid #ccc;
    margin-bottom: 60px
}

@media only screen and (max-width: 992px) {
    .news ul li {
        width:100%;
        margin-bottom: 30px
    }
}

.news ul li:nth-child(3n+1) {
    border-left: 0
}

.news ul li:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.news ul li article {
    position: relative
}

.news ul li .image {
    overflow: hidden
}

.news ul li img {
    transition: all .3s ease
}

.news ul li footer {
    color: #4f4f4f;
    padding: 30px
}

.news ul li footer h3 {
    font-weight: 400;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 17px;
    line-height: 1.7rem;
    text-transform: uppercase
}

.news ul li footer h4 {
    font-weight: 400;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 25px;
    line-height: 2.5rem;
    color: #000
}

.news ul li footer p {
    margin-bottom: 30px
}

.news ul li .btn-4 {
    position: absolute;
    bottom: 0;
    left: 60px
}

.news>footer {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

@media only screen and (max-width: 992px) {
    .news>footer {
        font-size:12px;
        font-size: 1.2rem;
        line-height: 12px;
        line-height: 1.2rem
    }
}

.news>footer a {
    border-right: 1px solid #ccc;
    padding: 0 10px 0 5px;
    margin-right: 5px
}

.news>footer a:last-child {
    border-right: 0
}

.news>footer strong {
    border-right: 1px solid #ccc;
    padding: 0 10px 0 5px;
    margin-right: 5px;
    color: #981b1e;
    font-weight: 700
}

.news>footer strong:last-child {
    border-right: 0
}

.news-detail ul,.news-detail ol {
    list-style-type: inherit;
    padding-left: 17px;
    margin-bottom: 15px
}

.news-detail .inner {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 15px
}

.news-detail article {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 30px
}

.news-detail article img {
    margin-bottom: 15px
}

.news-detail article .btn-back {
    background-color: #fff;
    color: #981b1e;
    font-size: 20px;
    font-size: 2rem;
    margin-top: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .3s ease;
    text-transform: uppercase
}

.news-detail article .btn-back:hover {
    background-color: #981b1e;
    color: #fff;
    padding: 5px 10px
}

.news-detail article .btn-back i,.news-detail article .btn-back span {
    display: inline-block;
    vertical-align: top
}

.news-detail article .btn-back span {
    margin-left: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 21px;
    line-height: 2.1rem
}

.news-detail header h6 {
    font-family: open sans,sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 17px;
    line-height: 1.7rem;
    font-weight: 400;
    text-transform: uppercase
}

.news-detail header h3 {
    color: #000;
    font-weight: 400;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 42px;
    line-height: 4.2rem
}

@media only screen and (max-width: 992px) {
    .news-detail header h3 {
        font-size:32px;
        font-size: 3.2rem;
        line-height: 38px;
        line-height: 3.8rem
    }
}

.news-detail iframe {
    width: 100%;
    height: 600px
}

@media only screen and (max-width: 992px) {
    .news-detail iframe {
        height:300px
    }
}

.lastest {
    border-top: 1px solid #ccc;
    padding: 30px 60px 0;
    margin-top: 30px
}

@media only screen and (max-width: 992px) {
    .lastest {
        padding:15px
    }
}

.lastest>header {
    text-align: right;
    margin-bottom: 40px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 21px;
    line-height: 2.1rem
}

@media only screen and (max-width: 992px) {
    .lastest>header {
        margin-bottom:30px
    }
}

.lastest>header a {
    color: #000;
    display: inline-block;
    border-left: 1px solid #ccc;
    text-transform: uppercase;
    padding-left: 20px;
    margin-left: 15px
}

.lastest>header a:first-child {
    border-left: 0;
    padding-left: 0
}

.lastest ul {
    font-size: 0;
    padding: 0;
    margin: 0 -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 992px) {
    .lastest ul {
        margin:0
    }
}

.lastest ul li {
    position: relative;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    width: 33.33333%;
    padding: 0 30px;
    border-left: 1px solid #ccc;
    margin-bottom: 60px
}

@media only screen and (max-width: 992px) {
    .lastest ul li {
        width:100%;
        border: 0;
        padding: 0;
        margin-bottom: 30px
    }
}

.lastest ul li:nth-child(3n+1) {
    border-left: 0
}

.lastest .btn-4 {
    position: absolute;
    bottom: 0;
    left: 60px
}

.lastest article {
    overflow: hidden;
    position: relative;
    padding: 0
}

.lastest footer {
    color: #4f4f4f;
    padding: 30px
}

.lastest footer h3 {
    font-weight: 400;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 17px;
    line-height: 1.7rem;
    text-transform: uppercase
}

.lastest footer h4 {
    font-weight: 400;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 25px;
    line-height: 2.5rem;
    color: #000
}

.lastest footer p {
    margin-bottom: 30px
}

.lastest>footer {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem
}

.lastest>footer a {
    border-right: 1px solid #ccc;
    padding-right: 10px;
    padding-left: 5px
}

.lastest>footer a:last-child {
    border-right: 0
}

.lastest>footer a span {
    border-right: 1px solid #ccc;
    padding-right: 10px;
    padding-left: 5px;
    color: #981b1e;
    font-weight: 700
}

.showroom {
    padding-top: 30px
}

@media only screen and (max-width: 992px) {
    .showroom {
        padding:15px 0
    }
}

.showroom header {
    padding: 0 15px
}

.showroom header h2 {
    text-transform: none
}

.showroom-tab {
    margin: 60px 0 30px;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem
}

@media only screen and (max-width: 992px) {
    .showroom-tab {
        font-size:14px;
        font-size: 1.4rem;
        line-height: 20px;
        line-height: 2rem
    }
}

@media only screen and (max-width: 640px) {
    .showroom-tab {
        font-size:11px;
        font-size: 1.1rem;
        line-height: 17px;
        line-height: 1.7rem
    }
}

@media only screen and (max-width: 640px) {
    .showroom-tab span {
        display:block
    }
}

.showroom-tab a {
    display: block;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    margin-right: 10px
}

.showroom-tab a:first-child {
    border-left: 0;
    padding-left: 0
}

.showroom-tab a.active,.showroom-tab a:hover {
    color: #971b1e
}

.showroom-tab a.active {
    cursor: default;
    pointer-events: none
}

.showroom-body {
    background-color: #f5f5f5;
    padding: 45px
}

@media only screen and (max-width: 992px) {
    .showroom-body {
        padding:15px
    }
}

.showroom-body article {
    display: none;
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

.showroom-body article:first-child {
    display: block;
    opacity: 1;
    visibility: visible
}

.showroom-body ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

@media only screen and (max-width: 640px) {
    .showroom-body ul {
        margin:0
    }
}

.showroom-body ul li {
    position: relative;
    width: 33.33333%;
    margin-bottom: 45px;
    padding: 0 15px 45px
}

@media only screen and (max-width: 992px) {
    .showroom-body ul li {
        width:50%
    }
}

@media only screen and (max-width: 640px) {
    .showroom-body ul li {
        width:100%;
        padding: 0 0 45px
    }
}

.showroom-body ul h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-bottom: 10px
}

.showroom-body ul h4 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 19px;
    line-height: 1.9rem;
    font-weight: 400;
    margin-bottom: 5px
}

.showroom-body ul h4 span {
    font-weight: 700
}

.showroom-body ul .btn-call {
    display: none
}

@media only screen and (max-width: 1024px) {
    .showroom-body ul .btn-call {
        display:inline-block;
        margin-top: 15px
    }
}

.showroom-body ul .btn-maps {
    position: absolute;
    margin-top: 15px;
    display: block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1.6rem;
    color: #971b1e;
    bottom: 0;
    text-transform: uppercase
}

.showroom-body ul .btn-maps:hover {
    color: #4c4c4e
}

.showroom-body ul .btn-maps i {
    margin-top: -3px;
    margin-right: 5px;
    border: 1px solid #efefef;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    color: #971b1e;
    padding-left: 2px
}

.showroom-body ul .btn-maps-1 {
    position: absolute;
    margin-top: 15px;
    display: block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1.6rem;
    color: #971b1e;
    bottom: 0;
    text-transform: uppercase
}

.showroom-body ul .btn-maps-1:hover {
    color: #4c4c4e
}

.showroom-body ul .btn-maps-1 i {
    margin-top: -3px;
    margin-right: 5px;
    border: 1px solid #efefef;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    color: #971b1e;
    padding-left: 2px
}

.ideas {
    padding: 30px 45px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto
}

@media only screen and (max-width: 992px) {
    .ideas {
        padding:30px 15px
    }
}

.ideas .title {
    max-width: 600px;
    margin: 0 auto;
    text-align: center
}

.ideas .lists {
    margin-bottom: 20px
}

.ideas ul {
    overflow: hidden;
    margin: 0 -5px;
	display: flex;
    flex-wrap: wrap;
}
.ideas ul .ideas-2 p {
    font-size: 18px;
    margin-top: 15px;
    text-transform: capitalize;
    color: #000;
}
.ideas ul .ideas-2 img {
    min-height: 270px
}

.ideas .ideas-1 {
    width: 16.66667%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px
}

@media only screen and (max-width: 640px) {
    .ideas .ideas-1 {
        width:100%;
        padding: 0
    }
	.ideas ul .ideas-2 img {
		min-height: auto
	}
}

@media only screen and (max-width: 640px) {
    .ideas .ideas-1 .ideas-row {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -5px
    }
}

.ideas .ideas-1 .ideas-item {
    display: block;
    overflow: hidden;
    cursor: pointer
}

@media only screen and (max-width: 640px) {
    .ideas .ideas-1 .ideas-item {
        width:50%;
        padding: 0 5px
    }
}

.ideas .ideas-1 .ideas-item:first-child {
    margin-bottom: 10px
}

@media only screen and (max-width: 640px) {
    .ideas .ideas-1 .ideas-item:first-child {
        margin-bottom:0
    }
}

.ideas .ideas-1 .ideas-item span {
    display: block;
    overflow: hidden
}

.ideas .ideas-1 .ideas-item img {
    transition: all .3s ease
}

.ideas .ideas-1 .ideas-item img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.ideas .ideas-2 {
    width: 33.33333%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px
}

@media only screen and (max-width: 640px) {
    .ideas .ideas-2 {
        width:100%;
        padding: 0
    }
}

.ideas footer {
    margin-top: 15px;
    text-align: center
}

.ideas-img {
    width: 520px;
    float: left;
    position: relative
}

.ideas-img .control {
    font-size: 30px;
    font-size: 3rem;
    line-height: 36px;
    line-height: 3.6rem
}

.ideas-img .control a {
    color: #4c4c4e;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 100px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
    outline: none;
    background-color: #fff;
    border-radius: 50%;
    z-index: 2;
    transition: all .3s ease
}

.ideas-img .control a.prev {
    left: 0;
    padding-left: 15px;
    border-radius: 0 50px 50px 0
}

.ideas-img .control a.next {
    right: 0;
    padding-left: 25px;
    border-radius: 50px 0 0 50px
}

.ideas-text {
    width: 320px;
    float: left;
    padding: 40px 20px
}

.ideas-text h3 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.ideas-text h3:after {
    content: '';
    display: table;
    width: 60px;
    height: 1px;
    background-color: #4f4f4f;
    border: 0;
    position: absolute;
    bottom: 0;
    left: 0
}

.investor .banner {
    background-image: url(../img/investor/banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 15px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem
}

@media only screen and (max-width: 992px) {
    .investor .banner {
        padding:50px 15px
    }
}

.investor .banner article {
    width: 100%;
    max-width: 854px;
    margin: 0 auto;
    background-color: rgba(255,255,255,.5);
    padding: 30px 90px
}

@media only screen and (max-width: 992px) {
    .investor .banner article {
        padding:15px
    }
}

.investor .banner h2 {
    color: #981b1e;
    font-weight: 400;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 54px;
    line-height: 5.4rem
}

@media only screen and (max-width: 992px) {
    .investor .banner h2 {
        font-size:30px;
        font-size: 3rem;
        line-height: 36px;
        line-height: 3.6rem
    }
}

.investor .download {
    width: 100%;
    max-width: 884px;
    margin: 0 auto;
    padding: 30px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.investor .download footer {
    text-align: center;
    margin-top: 15px
}

.investor .download h3 {
    font-weight: 400;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 32px;
    line-height: 3.2rem
}

@media only screen and (max-width: 992px) {
    .investor .download h3 {
        font-size:20px;
        font-size: 2rem;
        line-height: 26px;
        line-height: 2.6rem
    }
}

.investor .download .company {
    width: 394px;
    padding-right: 55px
}

@media only screen and (max-width: 992px) {
    .investor .download .company {
        width:100%;
        padding: 0
    }
}

.investor .download .company ul li {
    width: 100%;
    background-color: #ebebeb;
    position: relative;
    padding: 20px 80px 20px 20px;
    color: #4d4d4d;
    margin-top: 30px;
    transition: all .3s ease;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem
}

@media only screen and (max-width: 992px) {
    .investor .download .company ul li {
        margin-top:15px;
        padding: 10px 50px 10px 10px
    }
}

.investor .download .company ul li:first-child {
    margin-top: 0
}

.investor .download .company ul li:hover {
    background-color: #981b1e;
    color: #fff
}

.investor .download .company ul li:hover span {
    background-position: -28px 0
}

.investor .download .company ul li h4 {
    margin: 0
}

.investor .download .company ul li p {
    margin: 0;
    text-transform: uppercase
}

.investor .download .company ul li span {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-image: url(../img/investor/icon-down.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    transition: all .3s ease
}

.investor .download .company ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: url(../images/blank.png) repeat center
}

.investor .download .annoucement {
    width: 454px
}

@media only screen and (max-width: 992px) {
    .investor .download .annoucement {
        width:100%
    }
}

.investor .download .annoucement h3 {
    margin-top: 15px;
    margin-bottom: 33px
}

@media only screen and (max-width: 992px) {
    .investor .download .annoucement h3 {
        margin-top:30px;
        margin-bottom: 15px
    }
}

.investor .download .annoucement ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 992px) {
    .investor .download .annoucement ul {
        margin:0 -7px
    }
}

.investor .download .annoucement ul li {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 15px
}

@media only screen and (max-width: 992px) {
    .investor .download .annoucement ul li {
        padding:0 7px;
        margin-bottom: 7px;
        width: 33.33333%
    }
}

@media only screen and (max-width: 992px) {
    .investor .download .annoucement ul li {
        width:50%
    }
}

.investor .download .annoucement ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(../images/blank.png) repeat center
}

.investor .download .annoucement article {
    position: relative;
    overflow: hidden
}

.investor .download .annoucement article:hover img {
    margin: 0
}

.investor .download .annoucement figure {
    overflow: hidden
}

.investor .download .annoucement img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    margin-left: 10px;
    transition: all .3s ease-in-out
}

.investor .download .annoucement h4 {
    font-weight: 400;
    margin: 15px 0
}

.brands {
    padding: 30px 0
}

.brands .lists {
    width: 100%;
    max-width: 884px;
    margin: 0 auto;
    padding: 0 15px
}

.brands .lists ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-top: 15px
}

@media only screen and (max-width: 992px) {
    .brands .lists ul {
        margin:0 -7px
    }
}

.brands .lists ul li {
    width: 33.33333%;
    padding: 0 15px;
    margin-bottom: 30px
}

@media only screen and (max-width: 640px) {
    .brands .lists ul li {
        width:50%;
        padding: 0 7px;
        margin-bottom: 15px
    }
}

.brands .lists article {
    position: relative;
    overflow: hidden
}

.brands .lists article:hover:after {
    opacity: 1;
    visibility: visible
}

.brands .lists article:hover .logo {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.brands .lists article:hover .logo:after {
    width: 100%
}

.brands .lists article:hover h3 {
    bottom: -100px
}

.brands .lists article:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.5);
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

.brands .lists article a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background: url(../images/blank.png) repeat center
}

.brands .lists article .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    z-index: 2
}

.brands .lists article .logo:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #333;
    margin: 5px 0;
    transition: all .4s .15s ease
}

.brands .lists article h3 {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0;
    border-top: 1px solid #fff;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    background-color: rgba(0,0,0,.7);
    transition: all .3s
}

@media only screen and (max-width: 640px) {
    .brands .lists article h3 {
        font-size:10px;
        font-size: 1rem;
        line-height: 16px;
        line-height: 1.6rem
    }
}

.brands .pages {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1.4rem
}

.brands .pages span,.brands .pages strong,.brands .pages a {
    font-weight: 700;
    margin: 0 5px;
    display: inline-block
}

.brands .pages strong,.brands .pages a {
    border-left: 1px solid #000;
    padding-left: 12px;
    transition: all .3s ease
}

.brands .pages strong:nth-child(2),.brands .pages a:nth-child(2) {
    border-left: 0;
    padding-left: 0
}

.brands .pages strong:hover,.brands .pages a:hover {
    color: #981b1e
}

.brands .pages strong {
    color: #981b1e
}

.service {
    color: #4d4d4d
}

.service .banner {
    background-image: url(../img/service/banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 160px 15px;
    text-align: center
}

@media only screen and (max-width: 992px) {
    .service .banner {
        padding:80px 15px
    }
}

.service .banner article {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    color: #fff
}

.service .banner article h2 {
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 19px;
    line-height: 1.9rem
}

.service .banner article h3 {
    font-weight: 400;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 54px;
    line-height: 5.4rem
}

@media only screen and (max-width: 992px) {
    .service .banner article h3 {
        font-size:30px;
        font-size: 3rem;
        line-height: 36px;
        line-height: 3.6rem
    }
}

.service .banner article h3:after {
    content: '';
    display: block;
    width: 90px;
    height: 1px;
    margin: 20px auto;
    background-color: #fff
}

.service .banner article h3 span {
    display: block
}

.service .know {
    background-image: url(../img/service/know.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 15px;
    text-align: center;
    margin: 28px 0;
    overflow: hidden
}

@media only screen and (min-width: 1440px) {
    .service .know {
        padding:120px 15px
    }
}

@media only screen and (max-width: 992px) {
    .service .know {
        padding:40px 15px;
        margin: 14px 0
    }
}

.service .know article {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    position: relative
}

.service .know article a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/blank.png) repeat center
}

.service .know article h2 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 19px;
    line-height: 1.9rem;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase
}

.service .know article h3 {
    text-transform: uppercase;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 32px;
    line-height: 3.2rem
}

.service .know article h3 span {
    display: block
}

.service .cate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 -14px
}

@media only screen and (max-width: 640px) {
    .service .cate {
        margin:0
    }
}

.service .cate article {
    position: relative;
    overflow: hidden
}

.service .cate article:hover img {
    margin-left: 0
}

.service .cate a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url(../images/blank.png) repeat center
}

.service .cate .col-9 {
    width: 66.66667%;
    padding: 0 14px
}

@media only screen and (max-width: 640px) {
    .service .cate .col-9 {
        width:100%;
        padding: 0
    }
}

.service .cate .col-9 h4 {
    padding: 0 15px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    color: #4d4d4d;
    text-transform: uppercase;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 32px;
    line-height: 3.2rem
}

@media only screen and (max-width: 992px) {
    .service .cate .col-9 h4 {
        font-size:20px;
        font-size: 2rem;
        line-height: 26px;
        line-height: 2.6rem
    }
}

.service .cate .col-9 h4 span {
    display: block
}

.service .cate .col-3 {
    width: 33.33333%;
    padding: 0 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px
}

@media only screen and (max-width: 640px) {
    .service .cate .col-3 {
        width:100%;
        padding: 0;
        margin-bottom: 14px
    }
}

.service .cate .col-3 article {
    padding: 90px 0;
    width: 100%;
    background: url(../img/service/request.jpg) no-repeat top center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.service .cate .col-3 h4 {
    width: 100%;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 32px;
    line-height: 3.2rem
}

@media only screen and (max-width: 992px) {
    .service .cate .col-3 h4 {
        font-size:20px;
        font-size: 2rem;
        line-height: 26px;
        line-height: 2.6rem
    }
}

.service .cate .col-3 h4 span {
    display: block
}

.service .cate ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -14px
}

@media only screen and (max-width: 992px) {
    .service .cate ul {
        margin:0 -7px
    }
}

.service .cate ul li {
    width: 50%;
    padding: 0 14px;
    margin-bottom: 28px
}

@media only screen and (max-width: 992px) {
    .service .cate ul li {
        padding:0 7px;
        margin-bottom: 14px
    }
}

.service .cate ul li img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all .3s ease;
    margin-left: 15px
}

.service-detail {
    color: #4d4d4d
}

.service-detail .banner {
    background-image: url(../img/service/detail/banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 150px 15px;
    text-align: center
}

@media only screen and (max-width: 992px) {
    .service-detail .banner {
        padding:50px 15px
    }
}

.service-detail .banner article {
    width: 100%;
    max-width: 854px;
    margin: 0 auto;
    padding: 65px 100px;
    color: #4d4d4d
}

@media only screen and (max-width: 992px) {
    .service-detail .banner article {
        padding:0
    }
}

.service-detail .banner article h2 {
    font-weight: 400;
    font-size: 51px;
    font-size: 5.1rem;
    line-height: 57px;
    line-height: 5.7rem
}

@media only screen and (max-width: 992px) {
    .service-detail .banner article h2 {
        font-size:30px;
        font-size: 3rem;
        line-height: 36px;
        line-height: 3.6rem
    }
}

.service-detail .banner article h2:after {
    content: '';
    display: block;
    width: 90px;
    height: 1px;
    margin: 20px auto;
    background-color: #4c4c4e
}

.service-detail ul li {
    padding: 30px 0
}

.service-detail ul li:nth-child(even) {
    background-color: #ccc
}

.service-detail ul li h4 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 32px;
    line-height: 3.2rem;
    text-transform: uppercase;
    font-weight: 400;
    text-transform: uppercase
}

@media only screen and (max-width: 992px) {
    .service-detail ul li h4 {
        font-size:20px;
        font-size: 2rem;
        line-height: 26px;
        line-height: 2.6rem
    }
}

.knowledge-banner {
    background-image: url(../img/knowledge/banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 100px 15px
}

@media only screen and (max-width: 992px) {
    .knowledge-banner {
        padding:50px 15px
    }
}

.knowledge-banner article {
    background-color: rgba(255,255,255,.7);
    width: 100%;
    max-width: 854px;
    margin: 0 auto;
    padding: 65px 100px
}

@media only screen and (max-width: 992px) {
    .knowledge-banner article {
        padding:15px
    }
}

.knowledge-banner article h2 {
    color: #4d4d4d;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 19px;
    line-height: 1.9rem;
    text-transform: uppercase;
    margin: 0
}

.knowledge-banner article h3 {
    position: relative;
    color: #981b1e;
    font-weight: 400;
    padding-bottom: 15px;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 54px;
    line-height: 5.4rem
}

@media only screen and (max-width: 992px) {
    .knowledge-banner article h3 {
        font-size:30px;
        font-size: 3rem;
        line-height: 36px;
        line-height: 3.6rem
    }
}

.knowledge-banner article h3:after {
    content: '';
    display: table;
    width: 30px;
    height: 1px;
    border-top: 1px solid #4f4f4f;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.knowledge-lists {
    padding: 45px
}

@media only screen and (max-width: 992px) {
    .knowledge-lists {
        padding:15px
    }
}

.knowledge-lists ul {
    overflow: hidden;
    margin: 0 -5px
}

.knowledge-lists .know-1 {
    width: 16.66667%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px
}

@media only screen and (max-width: 640px) {
    .knowledge-lists .know-1 {
        width:100%;
        padding: 0
    }
}

@media only screen and (max-width: 640px) {
    .knowledge-lists .know-1 .know-row {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -5px
    }
}

.knowledge-lists .know-2 {
    width: 33.33333%;
    float: left;
    padding: 0 5px
}

@media only screen and (max-width: 640px) {
    .knowledge-lists .know-2 {
        width:100%;
        padding: 0;
        margin-bottom: 10px
    }
}

.knowledge-lists .know-2 .know-item {
    width: 100%;
    padding: 0
}

.knowledge-lists .know-item {
    display: block;
    overflow: hidden;
    cursor: pointer;
    position: relative
}

@media only screen and (max-width: 640px) {
    .knowledge-lists .know-item {
        width:50%;
        padding: 0 5px
    }
}

.knowledge-lists .know-item:first-child {
    margin-bottom: 10px
}

@media only screen and (max-width: 640px) {
    .knowledge-lists .know-item:first-child {
        margin-bottom:0
    }
}

.knowledge-lists .know-item section {
    overflow: hidden;
    position: relative
}

.knowledge-lists .know-item section:hover:before,.knowledge-lists .know-item section:hover:after {
    opacity: 1;
    visibility: visible
}

.knowledge-lists .know-item section:hover:after {
    margin-top: 0
}

.knowledge-lists .know-item section:hover h4 {
    background-color: #981b1e
}

.knowledge-lists .know-item section:hover img {
    margin-left: 0
}

.knowledge-lists .know-item section:before,.knowledge-lists .know-item section:after {
    content: '';
    display: block;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 9
}

.knowledge-lists .know-item section:before {
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.knowledge-lists .know-item section:after {
    background-image: url(../img/knowledge/icon-download.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 38px;
    height: 41px;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.knowledge-lists .know-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.knowledge-lists .know-item h4 {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    color: #fff;
    font-weight: 400;
    padding: 10px;
    z-index: 10;
    text-transform: uppercase;
    background-color: rgba(0,0,0,.7);
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 17px;
    line-height: 1.7rem
}

.knowledge-lists .know-item span {
    display: block;
    overflow: hidden
}

.knowledge-lists .know-item img {
    transition: all .3s ease;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    margin-left: 15px
}

.knowledge-lists .btn-2 {
    display: block;
    margin: 30px auto 0
}

.faq-banner {
    background-image: url(../img/faq/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #3d3d3d;
    padding: 105px 15px
}

.faq-banner header {
    width: 100%;
    max-width: 992px;
    margin: 0 auto
}

.faq-banner header h2 {
    font-weight: 400;
    font-size: 50px;
    font-size: 5rem;
    line-height: 56px;
    line-height: 5.6rem
}

@media only screen and (max-width: 992px) {
    .faq-banner header h2 {
        font-size:30px;
        font-size: 3rem;
        line-height: 36px;
        line-height: 3.6rem
    }
}

.faq-list {
    padding-top: 50px
}

.faq-list header {
    background-color: #e9e9e9;
    padding: 30px 30px 20px;
    margin-bottom: 50px
}

.faq-list header h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem
}

.faq-list header ul {
    padding-left: 30px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    list-style-type: decimal;
    color: #981b1e
}

.faq-list header ul li {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 10px
}

@media only screen and (max-width: 992px) {
    .faq-list header ul li {
        width:100%
    }
}

.faq-list header ul li a {
    color: #981b1e;
    text-decoration: underline
}

.faq-list header ul li a:hover {
    text-decoration: none
}

.faq-list section {
    margin-bottom: 80px
}

.faq-list section h2 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 31px;
    line-height: 3.1rem;
    text-transform: uppercase;
    color: #981b1e
}

@media only screen and (max-width: 992px) {
    .faq-list section h2 {
        font-size:20px;
        font-size: 2rem;
        line-height: 26px;
        line-height: 2.6rem
    }
}

.faq-list section ul li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px
}

.faq-list section ul li.active h3 {
    padding-bottom: 15px
}

.faq-list section ul li.active h3:after {
    content: '\f106'
}

.faq-list section h3 {
    position: relative;
    margin: 0;
    cursor: pointer;
    padding-right: 30px;
    margin-bottom: 10px;
    transition: all .3s ease;
    line-height: 16px;
    line-height: 1.6rem
}

.faq-list section h3:after {
    content: '\f107';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: fontawesome;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 10px;
    line-height: 1rem
}

.faq-list section .content {
    display: none
}

.faq-list section .back-top {
    color: #981b1e;
    text-decoration: underline
}

.policy {
    padding-top: 50px
}

.policy .policy-top {
    background-color: #e9e9e9;
    padding: 30px 30px 20px;
    margin-bottom: 50px
}

.policy .policy-top ul {
    padding-left: 30px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    list-style-type: decimal;
    color: #981b1e
}

.policy .policy-top ul li {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 10px
}

@media only screen and (max-width: 992px) {
    .policy .policy-top ul li {
        width:100%
    }
}

.policy .policy-top ul li a {
    color: #981b1e;
    text-decoration: underline
}

.policy .policy-top ul li a:hover {
    text-decoration: none
}

.policy section {
    margin-bottom: 30px
}

.policy section ul li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px
}

.policy section h3 {
    position: relative;
    margin: 0;
    margin-bottom: 10px;
    transition: all .3s ease;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 31px;
    line-height: 3.1rem
}

@media only screen and (max-width: 992px) {
    .policy section h3 {
        font-size:18px;
        font-size: 1.8rem;
        line-height: 24px;
        line-height: 2.4rem
    }
}

.footer {
    position: relative;
    background-color: #323232;
    border-top: 3px solid #981b1e;
    color: #999
}

.footer-top {
    width: 100%;
    max-width: 920px;
    padding: 0 15px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 17px;
    line-height: 1.7rem
}

@media only screen and (min-width: 1440px) {
    .footer-top {
        font-size:14px;
        font-size: 1.4rem;
        line-height: 20px;
        line-height: 2rem;
        max-width: 1230px
    }
}

.footer-top article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    margin: 0 -15px
}

@media only screen and (max-width: 992px) {
    .footer-top article {
        margin:0
    }
}

.footer-top .item-form {
    width: 45%;
    padding: 0 15px
}

@media only screen and (max-width: 992px) {
    .footer-top .item-form {
        width:100%;
        padding: 0
    }
}

.footer-top .item-text {
    width: 55%;
    padding: 0 15px
}

@media only screen and (max-width: 992px) {
    .footer-top .item-text {
        width:100%;
        padding: 0
    }
}

.footer-top header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 992px) {
    .footer-top header {
        margin-bottom:15px
    }
}

.footer-top header h2 {
    width: 38%;
    color: #fff;
    font-weight: 400;
    margin: 0;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 17px;
    line-height: 1.7rem
}

@media only screen and (min-width: 1440px) {
    .footer-top header h2 {
        font-size:24px;
        font-size: 2.4rem;
        line-height: 24px;
        line-height: 2.4rem
    }
}

@media only screen and (max-width: 992px) {
    .footer-top header h2 {
        width:25%
    }
}

@media only screen and (max-width: 640px) {
    .footer-top header h2 {
        width:100%;
        margin-bottom: 10px
    }
}

.footer-top header p {
    width: 62%;
    margin: 0
}

@media only screen and (max-width: 992px) {
    .footer-top header p {
        width:75%
    }
}

@media only screen and (max-width: 640px) {
    .footer-top header p {
        width:100%
    }
}

.footer-top .form {
    position: relative;
    background: #242424
}

@media only screen and (max-width: 992px) {
    .footer-top .form {
        display:block;
        width: 100%
    }
}

.footer-top .form .icon {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff
}

.footer-top .form input {
    width: 100%;
    padding-right: 60px;
    padding-left: 40px;
    background-color: transparent;
    border: 1px solid #242424;
    color: #fff
}

.footer-top .form a {
    position: absolute;
    width: 50px;
    height: 100%;
    background: #981b1e;
    right: 0;
    top: 0;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    line-height: 2.4rem
}

.footer-top .form a span {
    display: block
}

.footer-top nav {
    border-top: 1px solid #535353;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 0
}

.footer-top nav .logo {
    width: 19%;
    display: block
}

@media only screen and (max-width: 992px) {
    .footer-top nav .logo {
        width:150px
    }
}

.footer-top nav>ul {
    width: 81%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 40px
}

@media only screen and (min-width: 1440px) {
    .footer-top nav>ul {
        padding-left:90px
    }
}

@media only screen and (max-width: 992px) {
    .footer-top nav>ul {
        width:100%;
        padding-left: 0
    }
}

@media only screen and (max-width: 992px) {
    .footer-top nav>ul>li {
        width:24%
    }
}

@media only screen and (max-width: 640px) {
    .footer-top nav>ul>li:first-child {
        width:28%
    }
}

@media only screen and (max-width: 560px) {
    .footer-top nav>ul>li:first-child {
        width:50%
    }
}

@media only screen and (max-width: 560px) {
    .footer-top nav>ul>li {
        width:50%;
        padding-left: 0;
        margin-top: 15px
    }
}

.footer-top nav>ul>li h3 {
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 17px;
    line-height: 1.7rem;
    margin-top: 10px
}

@media only screen and (min-width: 1440px) {
    .footer-top nav>ul>li h3 {
        font-size:18px;
        font-size: 1.8rem;
        line-height: 18px;
        line-height: 1.8rem;
        margin-top: 18px
    }
}

@media only screen and (max-width: 992px) {
    .footer-top nav>ul>li h3 {
        font-size:14px;
        font-size: 1.4rem;
        line-height: 14px;
        line-height: 1.4rem
    }
}

.footer-top nav>ul>li a {
    color: #939393;
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 13px;
    line-height: 1.3rem
}

@media only screen and (min-width: 1440px) {
    .footer-top nav>ul>li a {
        font-size:15px;
        font-size: 1.5rem;
        line-height: 15px;
        line-height: 1.5rem
    }
}

@media only screen and (max-width: 992px) {
    .footer-top nav>ul>li a {
        display:inline-block
    }
}

.footer-top nav>ul>li a:hover {
    color: #981b1e
}

.footer-body {
    background-color: #272727;
    padding: 20px 0
}

.footer-body .container {
    max-width: 920px
}

@media only screen and (min-width: 1440px) {
    .footer-body .container {
        max-width:1230px
    }
}

.footer-body .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-body .text .social {
    width: 23%
}

@media only screen and (max-width: 992px) {
    .footer-body .text .social {
        display:none
    }
}

.footer-body .text .social a {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #999;
    color: #999;
    border-radius: 50%;
    position: relative;
    transition: all .3s ease;
    margin-right: 9px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 10px;
    line-height: 1rem
}

@media only screen and (min-width: 1440px) {
    .footer-body .text .social a {
        width:40px;
        height: 40px;
        margin-right: 15px;
        font-size: 22px;
        font-size: 2.2rem
    }
}

.footer-body .text .social a:hover {
    color: #333;
    background-color: #fff;
    border-color: #fff
}

.footer-body .text .social a span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.footer-body .text .copyright {
    width: 77%;
    padding-left: 0;
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    line-height: 1rem
}

@media only screen and (min-width: 1440px) {
    .footer-body .text .copyright {
        font-size:12px;
        font-size: 1.2rem;
        line-height: 13px;
        line-height: 1.3rem;
        padding-left: 44px
    }
}

@media only screen and (max-width: 992px) {
    .footer-body .text .copyright {
        width:100%;
        text-align: center;
        padding-left: 0
    }
}

.footer-body .text .copyright span {
    font-weight: 700
}

.footer-body .text .copyright .address {
    line-height: 1.6rem;
    position: relative
}

@media only screen and (max-width: 992px) {
    .footer-body .text .copyright .address {
        line-height:16px;
        line-height: 1.6rem
    }
}

.footer-body .text .copyright .address .license {
    position: absolute;
    left: 40rem;
    top: 3.5rem;
    display: none;
    width: 13rem
}

@media only screen and (min-width: 1440px) {
    .footer-body .text .copyright .address .license {
        position:absolute;
        left: 50rem;
        top: 3.5rem;
        display: none;
        width: 14rem
    }
}

@media only screen and (max-width: 992px) {
    .footer-body .text .copyright .address .license {
        position:relative;
        left: auto;
        top: auto;
        display: none;
        width: 14rem;
        padding-top: 1.5rem;
        margin: 0 auto
    }
}

.footer-body .text .copyright .address p {
    margin: 0
}

.footer-body .text .copyright .address p:first-child {
    margin-bottom: 1rem
}

.footer-body .text .copyright .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 992px) {
    .footer-body .text .copyright .link {
        display:block
    }
}

.footer-body .text .copyright .link a {
    margin-left: 5px
}

.footer-body .text .copyright a {
    color: #939393;
    line-height: 10px;
    line-height: 1rem;
    text-decoration: underline
}

@media only screen and (min-width: 1440px) {
    .footer-body .text .copyright a {
        line-height:13px;
        line-height: 1.3rem
    }
}

@media only screen and (max-width: 992px) {
    .footer-body .text .copyright a {
        line-height:20px;
        line-height: 2rem
    }
}

.footer-body .text .copyright a:hover {
    color: #981b1e
}

.open-modal {
    overflow: hidden
}

.open-modal.desktop.longer {
    padding-right: 17px
}

.open-modal.desktop.longer .modal {
    overflow-y: scroll
}

.open-modal.desktop.longer .nav-top .search {
    right: 112px
}

.open-modal.desktop.longer .nav-body ul {
    right: 197px
}

.open-modal.desktop.longer .nav-body .language {
    right: 62px
}

.open-modal.mobile {
    position: fixed;
    width: 100%;
    height: 100%
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    z-index: 9998;
    display: none
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden
}

.modal .close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 39px;
    height: 39px;
    z-index: 2;
    background: url(../images/blank.png) repeat center
}

.modal .close:hover:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal .close:hover:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.modal .close:before,.modal .close:after {
    content: '';
    display: block;
    width: 1px;
    height: 36px;
    background-color: #000;
    position: absolute;
    top: 2px;
    left: 19px;
    transition: all .3s ease
}

.modal .close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal .close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal section {
    background-color: #fff;
    width: 100%;
    max-width: 992px;
    margin: 0 auto;
    color: #000
}

@media only screen and (max-width: 1024px) {
    .modal section {
        max-width:768px!important
    }
}

@media only screen and (max-width: 992px) {
    .modal section {
        max-width:640px!important
    }
}

@media only screen and (max-width: 640px) {
    .modal section {
        max-width:100%!important;
        min-height: 100%;
        border-radius: 0
    }
}

@media only screen and (max-width: 640px) {
    .modal .modal-video {
        min-height:0%
    }
}

.modal .modal-project {
    background-color: #fff!important
}

.modal .modal-project article {
    background-color: #fff
}

.modal .modal-project .controls {
    position: relative;
    font-size: 30px;
    line-height: 95px
}

@media only screen and (max-width: 992px) {
    .modal .modal-project .controls {
        line-height:55px;
        display: block
    }
}

.modal .modal-project .controls a {
    color: #4c4c4e;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 100px;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: #fff;
    border-radius: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .3s ease
}

@media only screen and (max-width: 992px) {
    .modal .modal-project .controls a {
        width:30px;
        height: 60px
    }
}

.modal .modal-project .controls a:hover {
    color: #fff;
    background-color: #971b1e
}

.modal .modal-project .controls a.prev {
    left: 0;
    padding-left: 15px;
    border-radius: 0 50px 50px 0
}

@media only screen and (max-width: 992px) {
    .modal .modal-project .controls a.prev {
        padding-left:5px
    }
}

.modal .modal-project .controls a.next {
    right: 0;
    padding-left: 25px;
    border-radius: 50px 0 0 50px
}

@media only screen and (max-width: 992px) {
    .modal .modal-project .controls a.next {
        padding-left:15px
    }
}

.modal .modal-project h3 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 54px;
    line-height: 5.4rem;
    color: #971b1e;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    text-align: left
}

@media only screen and (max-width: 1024px) {
    .modal .modal-project h3 {
        font-size:32px;
        font-size: 3.2rem;
        line-height: 38px;
        line-height: 3.8rem
    }
}

@media only screen and (max-width: 992px) {
    .modal .modal-project h3 {
        font-size:24px;
        font-size: 2.4rem;
        line-height: 30px;
        line-height: 3rem
    }
}

.modal .modal-project h3:after {
    content: '';
    display: table;
    width: 30px;
    height: 1px;
    background-color: #4f4f4f;
    border: 0;
    position: absolute;
    bottom: 0;
    left: 0
}

.modal .modal-project h3.center {
    text-align: center
}

.modal .modal-project h3.center:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.modal .modal-project h3.right {
    text-align: right
}

.modal .modal-project h3.right:after {
    left: auto;
    right: 0
}

.modal .modal-project .content {
    padding: 25px 50px 0
}

@media only screen and (max-width: 992px) {
    .modal .modal-project .content {
        padding:15px
    }
}

.modal .modal-project .content header {
    text-align: center
}

.modal .modal-project .content img {
    margin-bottom: 15px
}

.modal .modal-project footer {
    text-align: center;
    padding: 0 50px
}

@media only screen and (max-width: 992px) {
    .modal .modal-project footer {
        padding:0 15px
    }
}

.modal .modal-project footer .project-related {
    border-top: 1px solid #ccc
}

.modal .modal-project footer h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    font-weight: 400;
    margin: 30px 0;
    text-align: left;
    text-transform: uppercase
}

@media only screen and (max-width: 1024px) {
    .modal .modal-project footer h4 {
        font-size:16px;
        font-size: 1.6rem;
        line-height: 22px;
        line-height: 2.2rem
    }
}

.modal .modal-project footer article {
    position: relative
}

.modal .modal-project footer .related {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.modal .modal-project footer .related li {
    width: 33.33333%;
    padding: 0 15px
}

@media only screen and (max-width: 640px) {
    .modal .modal-project footer .related li {
        width:100%;
        margin-bottom: 15px
    }
}

.modal .modal-project footer .related li h5 {
    margin: 15px 0;
    width: 100%;
    font-weight: 400;
    color: #2d2d2d;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem
}

@media only screen and (max-width: 1024px) {
    .modal .modal-project footer .related li h5 {
        font-size:12px;
        font-size: 1.2rem;
        line-height: 18px;
        line-height: 1.8rem
    }
}

.modal .modal-project footer .related li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.modal .modal-ideas {
    background-color: #fff;
    max-width: 840px
}

.modal .modal-ideas article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.modal .modal-ideas .image {
    width: 60%;
    position: relative
}

@media only screen and (max-width: 992px) {
    .modal .modal-ideas .image {
        width:100%
    }
}

.modal .modal-ideas .image .like {
    text-align: center;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    text-shadow: 0 0 8px #000;
    transition: all .3s ease;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    line-height: 1.8rem
}

.modal .modal-ideas .image .like:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.modal .modal-ideas .image .like span {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem
}

.modal .modal-ideas .image .controls {
    font-size: 30px;
    font-size: 3rem;
    line-height: 95px;
    line-height: 9.5rem
}

@media only screen and (max-width: 1024px) {
    .modal .modal-ideas .image .controls {
        display:block!important
    }
}

.modal .modal-ideas .image .controls a {
    color: #4c4c4e;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 100px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
    outline: none;
    background-color: #fff;
    border-radius: 50%;
    z-index: 2;
    transition: all .3s ease
}

.modal .modal-ideas .image .controls a:hover {
    color: #fff;
    background-color: #971b1e
}

.modal .modal-ideas .image .controls a.prev {
    left: 0;
    padding-left: 15px;
    border-radius: 0 50px 50px 0
}

.modal .modal-ideas .image .controls a.next {
    right: 0;
    padding-left: 25px;
    border-radius: 50px 0 0 50px
}

.modal .modal-ideas .content {
    width: 40%;
    padding: 40px 20px
}

@media only screen and (max-width: 992px) {
    .modal .modal-ideas .content {
        width:100%;
        padding: 15px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 22px;
        line-height: 2.2rem
    }
}

@media only screen and (max-width: 640px) {
    .modal .modal-ideas .content {
        font-size:14px;
        font-size: 1.4rem;
        line-height: 20px;
        line-height: 2rem
    }
}

.modal .modal-ideas .content h3 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px
}

@media only screen and (max-width: 992px) {
    .modal .modal-ideas .content h3 {
        font-size:20px;
        font-size: 2rem;
        line-height: 26px;
        line-height: 2.6rem
    }
}

@media only screen and (max-width: 640px) {
    .modal .modal-ideas .content h3 {
        font-size:16px;
        font-size: 1.6rem;
        line-height: 22px;
        line-height: 2.2rem
    }
}

.modal .modal-ideas .content h3:after {
    content: '';
    display: table;
    width: 60px;
    height: 1px;
    background-color: #4f4f4f;
    border: 0;
    position: absolute;
    bottom: 0;
    left: 0
}

.modal .modal-ideas footer {
    margin-bottom: 60px
}

.modal .modal-new {
    max-width: 570px;
    text-align: center
}

.modal .modal-new article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.modal .modal-new .image {
    width: 45%
}

@media only screen and (max-width: 640px) {
    .modal .modal-new .image {
        width:100%
    }
}

.modal .modal-new .content {
    width: 55%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 640px) {
    .modal .modal-new .content {
        width:100%;
        display: block
    }
}

.modal .modal-new .text {
    padding: 30px
}

.modal .modal-new .btn {
    max-width: 100%;
    width: auto;
    margin: 0 auto
}

.modal .modal-new .btn:hover:after {
    height: 320%
}

.modal .modal-new .link {
    width: 100%;
    position: absolute;
    bottom: 15px;
    text-align: center;
    width: 100%
}

@media only screen and (max-width: 640px) {
    .modal .modal-new .link {
        position:relative;
        bottom: auto
    }
}

.modal .modal-new h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 28px;
    line-height: 2.8rem;
    font-weight: 400;
    margin-bottom: 10px
}

.modal .modal-brands {
    max-width: 800px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem
}

@media only screen and (max-width: 992px) {
    .modal .modal-brands {
        max-width:540px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        line-height: 2rem
    }
}

.modal .modal-brands article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.modal .modal-brands .image {
    width: 60%;
    position: relative
}

@media only screen and (max-width: 992px) {
    .modal .modal-brands .image {
        width:100%
    }
}

.modal .modal-brands .content {
    width: 40%;
    padding: 35px
}

@media only screen and (max-width: 992px) {
    .modal .modal-brands .content {
        width:100%;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 22px;
        line-height: 2.2rem
    }
}

@media only screen and (max-width: 640px) {
    .modal .modal-brands .content {
        font-size:14px;
        font-size: 1.4rem;
        line-height: 20px;
        line-height: 2rem
    }
}

.modal .modal-brands .logo {
    width: 67px
}

@media only screen and (max-width: 992px) {
    .modal .modal-brands .logo {
        width:150px
    }
}

@media only screen and (max-width: 640px) {
    .modal .modal-brands .logo {
        width:100px
    }
}

.modal .modal-brands .logo:after {
    content: '';
    display: block;
    width: 57px;
    height: 1px;
    background-color: #ccc;
    margin: 15px 0
}

@media only screen and (max-width: 992px) {
    .modal .modal-brands .controls {
        display:block!important
    }
}

.modal .modal-catalogue {
    max-width: 854px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 17px;
    line-height: 1.7rem
}

.modal .modal-catalogue header {
    background-image: url(../img/service/banner-modal.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 15px;
    text-align: center
}

.modal .modal-catalogue header article {
    width: 100%;
    max-width: 600px;
    margin: 0 auto
}

.modal .modal-catalogue header h2 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 32px;
    line-height: 3.2rem;
    font-weight: 400
}

.modal .modal-catalogue .form-catalogue {
    padding: 30px 60px
}

@media only screen and (max-width: 992px) {
    .modal .modal-catalogue .form-catalogue {
        padding:15px
    }
}

.modal .modal-catalogue .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px
}

.modal .modal-catalogue .col-6 {
    width: 50%;
    padding: 0 20px
}

@media only screen and (max-width: 992px) {
    .modal .modal-catalogue .col-6 {
        width:100%
    }
}

.modal .modal-catalogue .form-group {
    width: 100%
}

.modal .modal-catalogue .form-control {
    width: 100%
}

.modal .modal-catalogue .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.modal .modal-catalogue .form-row .form-group {
    width: 50%;
    padding: 0 10px
}

.modal .modal-catalogue textarea {
    height: 150px;
    display: block
}

.modal .modal-catalogue footer {
    text-align: center
}

.modal .modal-catalogue .selectric {
    border: 1px solid #ddd;
    position: relative;
    max-width: 100%;
    background-color: transparent
}

.modal .modal-catalogue .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 25px 0 10px;
    line-height: 36px;
    color: #4c4c4e;
    height: 36px
}

.modal .modal-catalogue .selectric .button {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: transparent
}

.modal .modal-catalogue .selectric-items {
    width: 100%!important
}

.modal .modal-catalogue .error {
    display: block;
    min-height: 17px;
    color: #971b1e;
    margin-bottom: 5px
}

.modal .modal-catalogue .check {
    margin-bottom: 15px;
    display: block
}

.modal .modal-catalogue .check input[type=checkbox] {
    display: none
}

.modal .modal-catalogue .check input[type=checkbox]+label span {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 5px 0 0;
    vertical-align: middle;
    background: url(../images/checkboxt.png) left top no-repeat
}

.modal .modal-catalogue .check input[type=checkbox]:checked+label span {
    background: url(../images/checkboxt.png) -19px top no-repeat
}

.selectric-wrapper {
    position: relative;
    cursor: pointer
}

.selectric-responsive {
    width: 100%
}

.selectric {
    border: 1px solid #ddd;
    border-radius: 0;
    background: #f8f8f8;
    position: relative;
    overflow: hidden
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    line-height: 38px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #f8f8f8;
    color: #bbb;
    text-align: center
}

.selectric .button:after {
    content: '\f107';
    display: block;
    font-family: fontawesome;
    font-size: 20px;
    font-size: 2rem;
    color: #4c4c4e
}

.selectric-focus .selectric {
    border-color: #aaa
}

.selectric-hover .selectric {
    border-color: #c4c4c4
}

.selectric-hover .selectric .button {
    color: #a2a2a2
}

.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2
}

.selectric-open {
    z-index: 9999
}

.selectric-open .selectric {
    border-color: #c4c4c4
}

.selectric-open .selectric-items {
    display: block
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0
}

.selectric-hide-select select {
    position: absolute;
    left: -100%
}

.selectric-input {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    margin: 0!important;
    padding: 0!important;
    width: 1px!important;
    height: 1px!important;
    outline: none!important;
    border: none!important;
    *font: 0/0a!important;
    background: 0 0!important
}

.selectric-temp-show {
    position: absolute!important;
    visibility: hidden!important;
    display: block!important
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f8f8f8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    box-shadow: 0 0 10px -6px
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto
}

.selectric-items ul,.selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 20px;
    min-height: 20px
}

.selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer
}

.selectric-items li.selected {
    background: #e0e0e0;
    color: #444
}

.selectric-items li.highlighted {
    background: #d0d0d0;
    color: #444
}

.selectric-items li:hover {
    background: #d5d5d5;
    color: #444
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: default!important;
    background: 0 0!important;
    color: #666!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: 700;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0;
    color: #444
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1
}

.selectric-items .selectric-group li {
    padding-left: 25px
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%
}

#popup_container {
    font-size: 12px;
    min-width: 300px;
    max-width: 600px;
    background: #efefef;
    color: #000;
    box-shadow: 0 0 30px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,.5)
}

#popup_title {
    display: none;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 1.75em;
    color: #666;
    border: solid 1px #fff;
    border-bottom: solid 1px #999;
    cursor: default;
    padding: 0;
    margin: 0
}

#popup_content {
    padding: 25px 15px;
    margin: 0
}

#popup_message {
    text-align: center;
    padding: 0 0 15px;
    font-size: 14px
}

#popup_prompt {
    margin: 0
}

#popup_panel {
    text-align: center;
    margin: 0
}

#popup_panel a {
    outline: 0
}

#popup_overlay {
    background: #000;
    opacity: .8
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

#pSearch {
    padding: 4rem 0
}

#pSearch .search-text {
    width: 30%;
    position: relative;
    border: .1rem solid #ccc;
    margin-bottom: 4rem
}

@media only screen and (max-width: 1024px) {
    #pSearch .search-text {
        width:100%;
        border: 1px solid #ccc;
        margin: 10px 0 15px
    }
}

#pSearch .search-text input {
    width: 100%;
    height: 64px;
    border: 0;
    padding-right: 60px;
    padding-left: 1rem
}

@media only screen and (max-width: 1024px) {
    #pSearch .search-text input {
        height:36px
    }
}

#pSearch .search-text .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/projects/icon-search.png) no-repeat center;
    background-size: cover;
    width: 21px;
    height: 21px;
    cursor: pointer
}

#pSearch .wrap-search h3 {
    color: #981b1e;
    font-size: 3.6rem;
    line-height: 4.2rem;
    font-weight: 400;
    max-width: 100%;
    margin-bottom: 4rem
}

#pSearch .text-search {
    margin-bottom: 4rem
}

#pSearch .text-search h4 {
    font-size: 1.9rem;
    line-height: 2.5rem
}

.paging .num-page {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.paging .num-page strong {
    border-right: 1px solid #ccc;
    padding: 0 10px 0 5px;
    margin-right: 5px;
    color: #981b1e;
    font-weight: 700
}

.paging .num-page a {
    border-right: 1px solid #ccc;
    padding: 0 10px 0 5px;
    margin-right: 5px
}

.paging .num-page a:last-child {
    border-right: 0
}
