@charset "UTF-8";

@font-face {
    font-family: main;
    src: url('../fonts/main/BarlowCondensedRegular.eot');
    src: url('../fonts/main/BarlowCondensedRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/main/BarlowCondensedRegular.woff') format('woff'),
        url('../fonts/main/BarlowCondensedRegular.ttf') format('truetype'),
        url('../fonts/main/BarlowCondensedRegular.svg#BarlowCondensedRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: mainbold;
    src: url('../fonts/main/BarlowCondensedBold.eot');
    src: url('../fonts/main/BarlowCondensedBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/main/BarlowCondensedBold.woff') format('woff'),
        url('../fonts/main/BarlowCondensedBold.ttf') format('truetype'),
        url('../fonts/main/BarlowCondensedBold.svg#BarlowCondensedBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: BarlowCondensedSemiBold;
    src: url('../fonts/main/BarlowCondensedSemiBold.eot');
    src: url('../fonts/main/BarlowCondensedSemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/main/BarlowCondensedSemiBold.woff') format('woff'),
        url('../fonts/main/BarlowCondensedSemiBold.ttf') format('truetype'),
        url('../fonts/main/BarlowCondensedSemiBold.svg#BarlowCondensedSemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: BarlowCondensedLight;
    src: url('../fonts/main/BarlowCondensedLight.eot');
    src: url('../fonts/main/BarlowCondensedLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/main/BarlowCondensedLight.woff') format('woff'),
        url('../fonts/main/BarlowCondensedLight.ttf') format('truetype'),
        url('../fonts/main/BarlowCondensedLight.svg#BarlowCondensedLight.woff') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Main */
:root {
    --color-main: #000;
    --color-hover: #ec2d3f;
    --color-btn: #fff;
    --background-main: #ec2d3f;
    --background-hover: #ec2d3f;
    --background-btn: #808080;
    --color-red: #ec2d3f;
    --color-gray: gray;
}

#block-body {
    overflow: hidden;
    position: relative;
}

#header {}

#body {}

#footer {}

/* General */
.title-main {
    text-align: center;
    margin-bottom: 100px;
}

.title-main h2 {
    font-weight: 400;
    font-size: 35px;
    letter-spacing: .32em;
    text-transform: uppercase;
    color: #fff;
    font-family: 'main';
}

.title-main h2 span {
    color: #c5a47e;
}


.btn-main {
    text-align: center;
}

.btn-main a {
    background: var(--background-btn);
    color: var(--color-btn);
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
}

.btn-main a:hover {
    background: var(--background-hover);
}

.page__lines {}

.page__lines .box {
    display: flex;
    flex-wrap: nowrap;
}

.page__lines .box .col {
    width: calc(100% / 3);
}

.page__lines .box .col span {
    position: absolute;
    left: 0;
    width: 1px;
    height: 50000px;
    background-color: rgba(255, 255, 255, .08);
    top: -100px;
}

.page__lines .box .col span:nth-child(2) {
    right: 0;
    left: initial;
}

/*end General*/
/*============================*/
/* Header */
#block-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
}

#block-header::after {
    /* position: absolute;
    content: '';
    width: 380px;
    height:  370px;
    top: 0;
    left: 0;
    background-color: #2b2b2b; */
}

.header-box {
    position: relative;
}

.header-top {
    position: relative;
    padding-top: 50px;
    padding-right: var(--lor);
    padding-left: 360px;
}

.header-top .box {
    align-items: center;
}

.header-slogan {}

.header-slogan marquee {}

.header-slogan marquee span {}

.header-address {}

.header-address i {}

.header-address span {}

.header-email {}

.header-email i {}

.header-email span {}

.header-hotline {
    letter-spacing: 4px;
    color: #fff;
    line-height: 21px;
    font-size: 13px;
    font-family: 'main';
    margin-left: 10%;
}

.header-hotline i {}

.header-hotline span {}

.header__social {
    position: fixed;
    display: none;
}

.header__social span {}

.header__social a {}

.header__social a img {}

.header-mid {}

.header-mid .box {
    align-items: center;
    padding-top: calc(60/var(--ctn-per));
}

.header__logo {
    position: absolute;
    left: 0;
    background-color: #2b2b2b;
    width: 360px;
    height: 380px;
    padding: 45px;
    text-align: center;
    top: 0;
    z-index: 3;
}

.logo__box {

    width: 160px;

    margin: 0 auto;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -ms-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;
}

.header-logo a {}

.header-logo a img {}

.header-banner {}

.header-banner a {}

.header-banner a img {}

.header-cart {}

.header-cart a {}

.header-cart a i {}

.header-cart a span {}

.header-lang {}

.header-lang a {}

.header-lang a svg {
    width: 30px;
}

.header-bot {}

/*end header*/
/*============================*/
/* Menu */
#block-menu {
    flex: 1;
}

.menu__logo {
    display: none;
}

.menu-fixed {
    background-color: #2b2b2b;
}

.menu-fixed .header-top {
    padding: 0;
    padding-left: 10%;
}

.menu-fixed .header-hotline {
    display: none;
}

.menu-fixed #block-menu {
    display: flex;
    align-items: center;
}

.mmenu__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.menu-fixed .mmenu__logo {
    display: block;
}

.mmenu__logo .logo__box {
    transform: scale(0.6) translate(-20px, -0);
}

.menu-fixed .header__logo {
    display: none;
}

.menu-fixed .container-menu {
    flex: 1
}

.menu-fixed .menu__logo {
    display: block;
}

.container-menu {
    align-items: center;
}

.menu-main {
    position: relative;
    align-items: center;
    flex-grow: 1;
}

.menu-main li {
    position: relative;
    color: #ffffff;
}

.menu-main li a {
    font-family: 'BarlowCondensedLight';
    color: inherit;
    display: block;
}

.menu-main>li {
    text-align: center;
    flex-grow: 1;
    position: relative;
}

.menu-main>li.active,
.menu-main>li:hover {
    color: #c5a47e;
}


.menu-main>li>a {
    font-size: 13px;
    line-height: 50px;
    text-transform: uppercase;
}

.menu-main .menu-list li:hover>ul,
.menu-main li:hover .menu-list {
    opacity: 1;
    visibility: visible;
}

.menu-main li .menu-list {
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.menu-main li:hover .menu-list {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
}

.menu-main li ul {
    background-color: #808080;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    width: 250px;
    box-shadow: 0 0 3px 1px #6b6a6a;
    -webkit-transition: visibility 0.3s, opacity 0.3s;
    -moz-transition: visibility 0.3s, opacity 0.3s;
    -ms-transition: visibility 0.3s, opacity 0.3s;
    -o-transition: visibility 0.3s, opacity 0.3s;
    transition: visibility 0.3s, opacity 0.3s;
}

.menu-main .menu-list {
    left: 0;
    top: 100%;
}

.menu-main .menu-list li {
    text-align: left;
    border-bottom: 1px solid #d0d0d0;
}

.menu-main .menu-list li a {
    display: block;
    padding: 6px 20px;
}

.menu-main li ul {
    left: 100%;
    top: 0;
}

.menu-main .menu-list li:last-child {
    border-bottom: none;
}

.menu-main .menu-list li:hover,
.menu-main .menu-list li:focus {
    background-color: #045fbb;
}

/*============================*/
/* Search */
.search-full {
    width: calc(230/var(--ctn-per));
    background: #fff;
}

.search-full svg {

    width: 20px;
}

.search-full svg * {
    fill: #000;
}

.search-full input {
    flex-grow: 1;
    height: 35px;
    outline: none;
    padding: 0px;
    border: 0px;
    background: transparent;
    text-indent: 10px;
    font-size: 12px;
}

.search-full button {
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.search-full button:focus {
    outline: none;
}

.search-full input::-webkit-input-placeholder {
    color: #ccc;
}

.search-full input:-moz-placeholder {
    color: #ccc;
}

.search-full input::-moz-placeholder {
    color: #ccc;
}

.search-full input:-ms-input-placeholder {
    color: #ccc;
}

/*search-in-out*/

.menu-search {
    width: 20px;
}

.menu-search i {
    color: #fff;
    font-size: 20px;
}

.search-form {
    background-color: #ccc;
    height: 40px;
    position: absolute;
    right: 0%;
    top: 100%;
    z-index: 9999;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    box-shadow: -2px 2px 9px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid rgba(220, 220, 220, 0.3);
    opacity: 0;
    color: #000;
}

.form-row-search input[type="text"] {
    border: none;
    outline: none;
    width: 100%;
    height: 42px;
    padding: 0px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    line-height: 47px;
    position: absolute;
    display: block;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

/*============================*/
/* Slideshow */
#block-slideshow {
    position: relative;
    z-index: 1;
}

.slideshow__logo {
    position: absolute;
    opacity: 0.2;
    top: 30%;
    z-index: 4;
    left: 0;
}

.slideshow__social {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: #2b2b2b;
    width: 180px;
}

.social__box {

    height: 100%;

    width: 100%;

    display: flex;

    flex-direction: column;

    margin-top: auto;

    justify-content: flex-end;

    padding-bottom: 30px;
}

.social__text {

    -webkit-transform: rotate(-90deg);

    -moz-transform: rotate(90deg);

    -o-transform: rotate(90deg);

    writing-mode: lr-tb;

    letter-spacing: 10px;

    font-size: 10px;

    white-space: nowrap;

    text-transform: uppercase;

    color: #fff;

    position: relative;

    left: -6px;

    margin: 0 auto;

    width: 1px;

    -webkit-transform: rotate(-90deg);

    transform: rotate(-90deg);

    -webkit-transform-origin: 0 0;

    transform-origin: 0 0;
}

.social__icon {}

.social__icon a {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
.social__icon a:last-child {
    margin-bottom: 0px;
}
.social__icon a img{
    max-width: 24px;
    max-height: 24px;
}
.container-slideshow {
    /* width: 100%; */
    height: auto;
    overflow: hidden;
}

.slideshow-box {}

.slideshow-img {
    position: relative;
    max-width: 100%;
    height: 100vh;
}

.slideshow-img>img {
    width: 100%;
    height: 100%;
}

.slideshow-img>a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2
}

.slideshow-text {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px var(--lor);
    text-align: right;
    padding-left: 30%;
}

.slideshow-text h3 {
    font-family: main;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #fff;
    font-size: 50px;
    letter-spacing: 4px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: initial;
}

.slideshow-text p {}

.slideshow-text article {
    font-family: 'BarlowCondensedLight';
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    line-height: initial;
}

.slideshow-btn {
    background: none;
}

.slideshow-btn a {
    font-family: 'BarlowCondensedSemiBold';
    font-size: 15px;
    color: #fff;
    background: #c5a47e;
    padding: 12px 25px;
    display: inline-flex;
    position: relative;
    border-radius: 30px;
}

.slideshow-btn a:hover {
    background-color: var(--background-hover);
    color: #fff;
}

.slideshow-btn a:hover::after {
    border-top-color: var(--background-hover);
    border-bottom-color: var(--background-hover);
}

.slideshow-swiper .slideshow-text * {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s 1s;
    -moz-transition: all 0.5s 1s;
    -ms-transition: all 0.5s 1s;
    -o-transition: all 0.5s 1s;
    transition: all 0.5s 1s;
}

.swiper-slide-active .slideshow-text * {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}

.swiper-slide-active .slideshow-text span {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.swiper-slide-active .slideshow-text h3 {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.swiper-slide-active .slideshow-text article {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.swiper-slide-active .slideshow-text .slideshow-btn {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

.swiper-slide:hover .slideshow-text .slideshow-btn,
.swiper-slide:hover .slideshow-text .slideshow-btn a {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}


.slideshow__pagination {
    bottom: 150px;
    left: 0;
    font-family: 'main';
    display: flex;
    justify-content: center;
}

.slideshow__pagination .swiper-pagination-current {
    color: #c5a47e;
    font-size: 74px;
    line-height: 70px;
    margin-right: 15px;
}

.slideshow__pagination .swiper-pagination-total {
    color: #5e5e5e;
    font-size: 19px;
    margin-left: 10px;
}

.slideshow__btn {

    top: 45%;

    width: initial;
}

.slideshow__btn::after {
    display: none;
}

.slideshow__btn span {
    font-family: 'main';
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    margin: 0 10px;
}

.slideshow__btn img {
    opacity: 0.4;
    width: 20px;
}

.slideshow__btn:hover img {
    opacity: 1;
}

.slideshow__prev {
    left: 200px;
}

.slideshow__next {
    right: initial;
    left: 280px;
}

.slideshow__next img {
    transform: rotate(180deg);
}

/*end Slide*/
/*============================*/
/*About*/
#block-about {
    margin-top: 110px;
    margin-bottom: 110px;
}

.container-about {}



.about__box>strong {
    /* font-family: 'BarlowCondensedSemiBold'; */
    font-weight: 700;
    font-size: 170px;
    line-height: 1;
    color: #fff;
    position: absolute;
    left: 0;
    top: .03em;
    opacity: .03;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.about__box {
    position: relative;
}

.about__box>div {
    width: calc(100% / 3);
}

.about__text {
    padding-right: 20px;
}

.about__text h3 {
    font-size: 30px;
    margin-bottom: 30px;
    font-family: BarlowCondensedSemiBold;
    color: #fff;
    line-height: 33px;
}

.about__text article {
    font-family: BarlowCondensedLight;
    font-size: 16px;
    line-height: 26.5px;
}
.about__text > a{
    margin-top: 20px;
    display: inline-block;
    padding:  5px 20px;
    border: 1px solid #ccc
}
.about__text>a:hover{
    color: #c5a47e;
}
.about__gal {
    padding: 0 70px;
}

.about__gal p {
    font-size: 30px;
    margin-bottom: 30px;
    font-family: BarlowCondensedSemiBold;
    color: #fff;
    line-height: 33px;
}

.about__gal div {}

.about__gal div figure {
    position: relative;
}

.about__gal div figure img {
    max-width: 60px;
}

.about__gal div figure figcaption {
    margin-top: 15px;
    margin-bottom: 20px;
    font-family: 'BarlowCondensedSemiBold';
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 3.5px;
    text-transform: uppercase;
}

/*end About*/
/*===============================*/
/*product*/
#block-product {}

.container-product {}

.product-title {}

.product-title h2 {}

.product-title p {}

.product-box {
    justify-content: flex-start;
}

.product-col {}

.product-item {
    background: #fff;
    border: 1px solid #ccc;
}

.product-img {
    margin-bottom: 10px;
}

.product-img a {
    position: relative;
    display: block;
}

.product-img a img {}

.product-text {
    padding: 0 10px;
    margin-bottom: 10px;
}

.product-text h3 {
    font-family: mainbold;
    text-transform: capitalize;
    line-height: initial;
    font-size: 16px;
    margin-bottom: 5px;
}

.product-text h3 a {}

.product-text article {
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: main;
    font-size: 14px;
    margin-bottom: 5px;
    display: none;
}

.price {
    font-family: main;
    font-size: 13px;
    margin-bottom: 5px;
}

.price a,
.price-new {
    font-size: 15px;
    color: var(--color-red);
    font-family: mainbold;
}

.price-old {
    font-size: 12px;
    color: var(--color-gray);
    font-family: main;
}

.product-text button {}

.product-text button a {}

.product-text button a:hover {}

/*end product*/
/*===============================*/
.tab-lable {
    justify-content: center;
    margin-bottom: 20px;
}

.tab-lable li {
    margin: 2.5px;
}

.tab-lable .tab-active {
    background: red;
    color: #fff;
}

.tab-lable li h2 {
    cursor: pointer;
    font-family: main;
    font-size: 14px;
    padding: 0 15px;
    border: 1px solid #ccc;
    line-height: 40px;
    color: inherit;
}

/*tab*/
#block-tab {}

.container-tab {}

.tab-title {}

.tab-title li {}


.tab-title li h2 {}

.tab-box {}

.tab-col {}

.tab-item {}

.tab-img {}

.tab-img a {}

.tab-img a img {}

.tab-text {}

.tab-text h3 {}

.tab-text h3 a {}

.tab-text p {}

.tab-text button {}

.tab-text button a {}

.tab-text button a:hover {}

/*end tab*/
/*===============================*/
/*page*/
#block-propage {}

.container-propage {}

.product-paging {}

#block-pagelist {}

.container-pagelist {}

.pagelist-paging {
    justify-content: flex-start;
}

/*end page*/
/*===============================*/
/*tabPage*/
#block-tabPage {}

.container-tabPage {}

.tabPage-title {
    justify-content: center;
    margin-bottom: 20px;
}

.tabPage-title li {
    margin: 2.5px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    font-family: 'mainbold';
    font-size: 15px;
    color: #282828;
    text-transform: uppercase;
    min-width: 100px;
    text-align: center;
    padding: 8.5px 10px;
    cursor: pointer;
}

.tabPage-title li.tabPage-active {
    background: #027b76;
    border-color: #027b76;
    color: #fff;
}

.tabPage-show {}

.tabPage-box {}

.tabPage-col {}

.tabPage-item {}

.tabPage-img {}

.tabPage-img a {}

.tabPage-img a img {}

.tabPage-text {}

.tabPage-text h3 {}

.tabPage-text h3 a {}

.tabPage-text p {}

.tabPage-text article {}

.tabPage-text button {}

.tabPage-text button a {}

.tabPage-text button a:hover {}

/*end tabPage*/
/*===============================*/
/*project*/
#block-project {}

.container-project {}

.project__title {}

.project__title h2 {}

.project__title p {}

.project__box {}

.project__col {
    overflow: hidden;
}

.project__item {}

.project__img {
    position: relative;
}

.project__img::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    opacity: 0.7;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.project__img figcaption {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 50px 55px;
}

.project__img figcaption h3 {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    font-family: 'main';
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 1.7px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.project__img figcaption h4 {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 0 -.8em;
    font-family: 'main';
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    letter-spacing: .8em;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.project__img figure img {
    display: block;
    width: 100%;
    -webkit-transition: all 8s linear;
    -o-transition: all 8s linear;
    transition: all 8s linear;
}

.project__img:hover>figure>img {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.project__img:hover::after {
    opacity: 0;
}

.project__img:hover h3 {
    top: 30px;
    opacity: 0;
}

.project__img:hover h4 {
    opacity: 0;
    letter-spacing: 2em;
}

.project__img:hover .project__zoom {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.project__zoom {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9em;
    height: 9em;
    margin: -4.5em;
    border-radius: 50%;
    background-color: rgba(197, 164, 126, .84);
    overflow: hidden;
    opacity: 0;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project__zoom img {
    width: 42px;
}

.project__text h3 {}

.project__text h3 a {}

.project__text p {}

.project__text article {}

.project__text button {}

.project__text button a {}

.project__text button a:hover {}

/*end project*/
/*===============================*/
/*count*/
#block-count {
    margin: 130px 0;
}

.container-count {}

.count__title {}

.count__title h2 {}

.count__title p {}

.count__box {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.count__col {}

.count__item {}

.count__img {
    background: no-repeat 0 0;
}

.count__img p {
    font-weight: 700;
    font-size: 350px;
    line-height: 1;
    overflow: hidden;
    margin-bottom: 0;
    background: #272727;
    color: #fff;
    mix-blend-mode: darken;
    -ms-mix-blend-mode: darken;
    font-family: 'mainbold';
}

.count__text {
    font-size: 25px;
    font-family: 'main';
    line-height: 36px;
    letter-spacing: 1.5px;
}

.count__text h3 {
    color: #c5a47e;
    font-size: inherit;
}

.count__text h3 a {}

.count__text p {
    font-size: inherit;
    color: #fff;
}

/*end count*/
/*===============================*/
/*loadMore*/
#block-loadMore {}

.container-loadMore {}

.loadMore-title {}

.loadMore-title h2 {}

.loadMore-title p {}

.loadMore-box {}

.loadMore-col {}

.loadMore-item {}

.loadMore-img {}

.loadMore-img a {}

.loadMore-img a img {}

.loadMore-text {}

.loadMore-text h3 {}

.loadMore-text h3 a {}

.loadMore-text p {}

.loadMore-text article {}

.loadMore-text button {}

.loadMore-text button a {}

.loadMore-text button a:hover {}

/*end loadMore*/
/*===============================*/
/*ads*/
#block-ads {}

.container-ads {}

.ads-box {}

.ads-item {}

.ads-img {}

.ads-img a {}

.ads-img a img {}

.ads-text {}

/*end ads*/
/*===============================*/
/*Album*/
#block-album {}

.container-album {}

.album-box {
    justify-content: flex-start;
}

.album-col {}

.album-item {
    position: relative;
    overflow: hidden;
}

.album-img {}

.album-img a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.album-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #00000080;
    padding: 10px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
    color: #fff;
}

.album-item:hover .album-text {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}

.album-text h3 {
    font-family: mainbold;
    font-size: 16px;
    text-transform: uppercase;
}

.album-text p {
    font-family: main;
    font-size: 13px;
}

/*end Album*/
/*===============================*/
/*Merge*/
:root {
    --merge-news: 680;
    --merge-video: 480;
}

#block-merge {}

.container-merge {}

.merge-title {
    margin-bottom: 20px;
    position: relative;
    /* border-bottom: 1px solid #ccc; */
    padding-bottom: 10px;
}

.merge-title::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #848484;
    bottom: 0;
    left: 0;
}

.merge-title::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: red;
    bottom: 0;
    left: 0;
}

.merge-title h2 {
    font-family: mainbold;
    font-size: 17px;
    text-transform: uppercase;
    display: inline-block;
}

.merge-title p {}

.merge-box {}

/*merge-news*/
.merge-news {
    width: calc(var(--merge-news)/var(--ctn-per));
}

.news-first {
    width: calc(290/var(--merge-news)*100%);
}

.news-first .news-img {
    width: 100%;
}

.news-first .news-img a {}

.news-first .news-img a img {}

.news-first .news-text {
    width: 100%;
}

.news-first .news-text h3 {
    margin-bottom: 5px;
    color: #000;
}

.news-first .news-text h3 a {
    font-family: mainbold;
    font-size: 15px;
}

.news-first .news-text p {
    font-family: main;
    font-size: 13px;
    color: #929292;
    margin-bottom: 5px;
}

.news-first .news-text p span {
    font-style: italic;
}

.news-first .news-text article {}

.news-first .news-text .btn-main {}

.news-first .news-text .btn-main a {}

.news-scroll {
    width: calc(370/var(--merge-news)*100%);
    overflow: hidden;
}

.news-col {
    margin-bottom: 10px !important;
}

.news-item {}

.news-img {
    width: calc(150/370*100%);
}

.news-img a {}

.news-img a img {}

.news-text {
    width: calc(205/370*100%);
}

.news-text h3 {}

.news-text h3 a {}

.news-text p {}

.news-text p span {}

.news-text article {
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-text btn-main a {}

.news-text btn-main a:hover {}

/*end merge-news*/
/*================*/
/*merge-video*/
.merge-video {
    width: calc(var(--merge-video)/var(--ctn-per));
}

.video-box {}

.video-play {
    line-height: 0;
    margin-bottom: 10px;
}

.video-play iframe {}

.video-list {
    margin-left: calc(-5/var(--merge-video)*100%);
    margin-right: calc(-5/var(--merge-video)*100%);
}

.video-col {
    padding-left: calc(5/var(--merge-video)*100%);
    padding-right: calc(5/var(--merge-video)*100%);
}

.video-item {}

.video-item a {}

.video-item a img {}

.video-list {
    overflow: hidden;
}

.video-select {
    width: 100%;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #ccc;
}

/*end merge-video*/
/*end Merge*/
/*===============================*/
/*partner*/
#block-partner {}

.container-partner {}

.partner-title {}

.partner-title h2 {}

.partner-title p {}

.partner-box {}

.partner-col {}

.partner-item {}

.partner-img {
    opacity: .3;
    display: block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.partner-img:hover {
    opacity: 1;
}

.partner-img a {}

.partner-img a img {}

.partner-text {}

.partner-text h3 {}

.partner-text h3 a {}

.partner-text p {}

.partner-text article {}

.partner-text button {}

.partner-text button a {}

.partner-text button a:hover {}

/*end partner*/
/*===============================*/
/* Brand */
#block-brand {}

.container-brand {}

.brand-box {}

.brand-col {}

.brand-item {}

.brand-img {}

.brand-img a {}

.brand-img a img {}

.brand-text {}

.brand-text h3 {}

.brand-text h3 a {}

.brand-text p {}

.brand-text button {}

.brand-text button a {}

.brand-text button a:hover {}

/*end Brand*/
/*===============================*/
/* Footer */
#block-footer {}

.footer-title {
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}

.footer-title::after {
    position: absolute;
    content: '';
    background: #fff;
    width: 50px;
    height: 2px;
    left: 0;
    bottom: 0;
}

.footer-title h2 {
    font-family: mainbold;
    text-transform: uppercase;
}

/*top*/
.footer-top {}

.footer-top .box {}

.footer-company {
    width: calc(380/var(--ctn-per));
}

.company-title {}

.company-title h2 {}

.company-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.company-item i {
    color: #fff;
    border: 1px solid #fff;
    width: 30px;
    line-height: 28px;
    font-size: 12px;
    text-align: center;
}

.company-item span {
    font-family: main;
    font-size: 14px;
    color: #fff;
    padding-left: 10px;
    width: calc(100% - 30px);
    line-height: 1.2;
}

.footer-content {
    line-height: 30px;
    font-family: 'BarlowCondensedLight';
    line-height: 37px;
}

.footer-content li {}

.footer-content li a {
    font-family: main;
    color: #fff;
    font-size: 14px;
    position: relative;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.footer-content li a:hover {
    left: 5px;
}

.footer-policy {
    width: 180px;
}

.footer-mail {
    width: calc(100% - 380/var(--ctn-per));
}

.mail__box {
    margin: 0 -5px;
}

.mail__form {
    position: relative;
}

.mail__group {

    padding: 0 5px;

    width: calc(100% / 3);
}

.mail__form textarea,
.mail__form input {
    width: 100%;
    font-family: main;
    color: #fff;
    font-size: 16px;
    padding-left: 22px;
    line-height: 58px;
    margin-bottom: 10px;
    border-radius: 12px;
    background: #323232;
    border: 1px solid #323232;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

.mail__form input:nth-child(2) {
    margin-bottom: 0;
}

.mail__form textarea:focus,
.mail__form input:focus {
    border-color: #c5a47e;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mail__form textarea {
    resize: none;
    margin: 0;
    height: 100%;
}

.mail__form textarea::-webkit-input-placeholder,
.mail__form input::-webkit-input-placeholder {
    font-family: BarlowCondensedLight;
    color: #fff;
    font-size: 16px;
}

.mail__form textarea::-moz-placeholder,
.mail__form input::-moz-placeholder {
    font-family: BarlowCondensedLight;
    color: #fff;
    font-size: 16px;
}

.mail__form textarea::-ms-input-placeholder,
.mail__form input::-ms-input-placeholder {
    font-family: BarlowCondensedLight;
    color: #fff;
    font-size: 16px;
}

.mail__form textarea::-moz-placeholder,
.mail__form input::-moz-placeholder {
    font-family: BarlowCondensedLight;
    color: #fff;
    font-size: 16px;
}

.mail__btn {

    text-align: right;

    margin-top: 10px;
}

.mail__btn button {
    border: none;
    font-family: 'BarlowCondensedSemiBold';
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    min-width: 120px;
    line-height: 40px;
    background: #c5a47e;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    height: 50px;
}

.mail__btn button:hover {
    background: #323232;
}

.footer-mail p {
    font-family: main;
    font-size: 14px;
}

.footer-facebook {
    width: 300px;
}

.footer-social {}

.footer-social a {}

/*mid*/
.footer-mid {
    color: #fff;
    padding-bottom: calc(40/var(--wid-per));
}

.footer-mid .box {
    padding: 10px 0;
    font-family: 'BarlowCondensedSemiBold';
    font-size: 14px;
    align-items: center;
}

.copyright {}

.copyright p {
    font-size: 13px;
}

.copyright p span {}

.counter {}

.counter p {
    padding: 0 5px;
    font-size: 13px;
}

.counter p span {}

.social-footer {}

.social-footer a {}

/*bot*/
.footer-bot {}

#footer-map {
    line-height: 0;
}

#footer-map iframe {
    width: 100%;
    height: 400px;
}

/*end Footer*/
/*===============================*/
#body-social {
    position: fixed;
    right: 20px;
    bottom: 350px;
    z-index: 9999;
}

#body-social a {
    margin: 2.5px 0;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    display: block;
}

/*aside*/
.aside-small {
    width: 270px;
}

.aside-big {
    width: calc(100% - 300px);
}

.aside-news {
    position: sticky;
    top: 50px;
}

.container-aside {
    position: relative;
    padding-top: 10px;
}

.aside-title {
    position: absolute;
    top: 0;
    left: 0;
}

.aside-title::after {
    position: absolute;
    content: '';
    background: #db0000;
    width: 165px;
    height: 1px;
    bottom: -5px;
    right: -2px;
}

.aside-title::before {
    position: absolute;
    content: '';
    background: #db0000;
    width: 180px;
    height: 2px;
    bottom: -10px;
    right: 0;
}

.aside-title h2 {
    font-family: mainbold;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    background: #007dfb;
    width: 230px;
    padding: 12px 0;
    text-align: center;
    position: relative;
}

.aside-title h2::after {
    position: absolute;
    content: '';
    border-top: 45px solid #007dfb;
    border-right: 15px solid #0000;
    top: 0;
    left: 100%;
}

.aside-title h2::before {
    position: absolute;
    content: '';
    top: 10px;
    background: #e02020;
    width: 15px;
    height: 45px;
    transform: skew(-18deg);
    left: calc(100% + 7px);
}

.aside-box {
    border: 1px solid #cacaca;
    background: #f7f7f7;
    padding: 15px;
    padding-top: 45px;
}

.aside-list li a {
    font-family: 'main';
    font-size: 14px;
    color: #333333;
    display: block;
    padding: 14px 0;
    position: relative;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.aside-list>li>a {
    font-family: 'mainbold';
    background: url('../images/bg-list.png')no-repeat left center;
    padding-left: 20px;
    border-bottom: 1px dashed #ccc;
}

.aside-list li a:hover {
    color: red;
}


.aside-col {
    padding-bottom: 20px !important;
}

.aside-img {
    margin-bottom: 10px;
}

.aside-text {
    text-align: center;
}

.aside-text h3 {
    margin-bottom: 5px;
}

.aside-text h3 a {
    font-family: 'mainbold';
}

.aside-text article {
    font-family: 'main';
    font-size: 14px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*end aside*/
/*===============================*/
/*News Classic*/

.newsClassic-col {
    margin-bottom: calc(48/var(--ctn-per));
}

.newsClassic-item {
    background: #373737;
}

.newsClassic-img {
    width: calc(580/var(--ctn-per));
}

.newsClassic-img a {}

.newsClassic-img a img {}

.newsClassic-text {
    width: calc(100% - 580/var(--ctn-per));
    padding: calc(48/var(--ctn-per));
}

.newsClassic-text h3 {
    margin-bottom: 30px;
}
.newsClassic-text h3:hover a{
    color: #c7a67f;
}
.newsClassic-text h3 a {
    font-family: mainbold;
    color: #fff;
    font-size: 22px;
}

.newsClassic-text p {
    font-family: main;
    font-size: 13px;
    margin-bottom: 25px;
}

.newsClassic-text article {
    margin-bottom: 30px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-family: 'BarlowCondensedLight';
}

.newsClassic-text>a {
    font-family: 'BarlowCondensedSemiBold';
    font-size: 16px;
    color: #c5a47e;
}

.newsClassic-text>a:hover {}

/* end Classic */

/*pushTop*/
#block-pushTop {}

.container-pushTop {}

.pushTop-title {}

.pushTop-title h2 {}

.pushTop-title p {}

.pushTop-box {}

.pushTop-col {}

.pushTop-item {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.pushTop-item:hover img {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.pushTop-item:hover .pushTop-text {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

.pushTop-img {}

.pushTop-img {
    box-shadow: inset 8px -5px black;
}

.pushTop-img img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    max-width: 100%;
    display: block;
    position: relative;
}

.pushTop-text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background: #0f4334;
    color: #ffcc01;
    height: 100px;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}


.pushTop-text h3 {
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.pushTop-text h3 a {
    font-family: 'mainbold';
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.pushTop-text p {}

.pushTop-text article {
    display: -webkit-box;
    width: 70%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'main';
    color: #fff;
    font-size: 13px;
}


.pushTop-text>a {
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 2px;
    display: inline-block;
    background: #ffcc01;
    color: #000;
    font-family: 'main';
    font-size: 13px;
}

.pushTop-text>a:hover {
    background: var(--background-hover);
    color: #fff;
}

/*end pushTop*/
/*===============================*/

.fancybox-button svg path {
    fill: #000
}



.not-index .logo__top {
    display: block;
}

.menu-fixed .logo__top,
.logo__top {
    display: none;
}