/* Minification failed. Returning unminified contents.
(3680,2): run-time error CSS1031: Expected selector, found '/'
(3680,2): run-time error CSS1025: Expected comma or open brace, found '/'
 */
/*-----------------------------------------------------------------------------------

    Theme Name: YI8C
    LESS Stylesheet

-----------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Playfair+Display+SC');

/* ----------------------------------------------------------------
	Base Colors
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Line Height Variables
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Margins
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Font Families
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Font Sizes
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------

	typography.less

-----------------------------------------------------------------------------------*/
dl,
dt,
dd,
ol,
ul,
li {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    display: block;
    font-size: 0px;
    height: 0px;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}

*:hover {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

::selection {
    background: #5C5C5C;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #5C5C5C;
    /* Firefox */
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #5C5C5C;
    /* Safari */
    color: #FFF;
    text-shadow: none;
}

:active,
:focus {
    outline: none !important;
}

/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/
body {
    line-height: 1.5;
    color: #A6A6A6;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFangTC-Light", Helvetica, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a {
    text-decoration: none !important;
    color: #5C5C5C;
}

a:hover {
    color: #222;
}

a img {
    border: none;
}

img {
    max-width: 100%;
}

iframe {
    border: none !important;
}

/* ----------------------------------------------------------------
	Fix Brands Logo png Styles
-----------------------------------------------------------------*/
.loropiana {
    height: 60;
    width: auto;
}

/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFangTC-Light", Helvetica, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

h5,
h6 {
    margin-bottom: 20px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 12px;
}

h4 {
    font-weight: 600;
}

h5,
h6 {
    font-weight: bold;
}

h1>span:not(.nocolor),
h2>span:not(.nocolor),
h3>span:not(.nocolor),
h4>span:not(.nocolor),
h5>span:not(.nocolor),
h6>span:not(.nocolor) {
    color: #5C5C5C;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
    margin-bottom: 30px;
}

p {
    font-size: 16px;
    color: #A6A6A6;
    line-height: 2;
    letter-spacing: .28px;
}

small {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFangTC-Light", Helvetica, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

#cover {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    background-color: #F8F8F8;
}

#wrapper {
    position: relative;
    float: none;
    width: 100%;
    margin: 0 auto;
    background-color: #F4F4F4;
}

.page-title {
    padding-top: 100px;
    padding-bottom: 30px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/*-- pagination  fixed--*/
.pagination {
    margin: 40px 0;
}

.pagination>li>a,
.pagination>li>span {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    float: left;
    padding: 6px 15px;
    line-height: 44px;
    text-decoration: none;
    color: #ABABAB;
    background-color: transparent;
    border: 0px;
    margin-left: -1px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #000;
    background-color: transparent;
    border-color: transparent;
}

.pagination>li>a.prev,
.pagination>li>a.next {
    opacity: .5;
}

.pagination>li>a.prev:hover,
.pagination>li>a.next:hover {
    opacity: 1;
}

/* ----------------------------------------------------------------
	Go To Top
-----------------------------------------------------------------*/
#gotoTop {
    display: none;
    z-index: 299;
    position: fixed;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #000;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    background-color: #fff;
    border: #000 1px solid;
    cursor: pointer;
}

#gotoTop:hover {
    background-color: #000;
    color: #fff;
}

/* ----------------------------------------------------------------
	instagram-photos
-----------------------------------------------------------------*/
.instagram-photos {
    padding: 0;
    margin-right: -20px;
}

.instagram-photos a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.instagram-photos a img {
    position: absolute;
    display: none;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.instagram-photos a .over {
    width: 100%;
    height: 100%;
    text-align: left;
    opacity: 1;
    z-index: 2;
    display: inline-block;
    display: flex;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.instagram-photos a .over span {
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    padding: 10px;
    max-height: 60px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    align-self: flex-end;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.instagram-photos a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*------------------------------------------------------------
	fadeIn
------------------------------------------------------------*/
.fadeInWecomle {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .8s;
    -ms-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .4s;
    -ms-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    visibility: visible !important;
}

.fadeIn {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .4s;
    -ms-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-delay: .2s;
    -ms-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    visibility: visible !important;
}

.fadeInTitle {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .4s;
    -ms-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-delay: 0.8s;
    -ms-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    visibility: visible !important;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(15px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

/*-- container  fixed--*/
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1024px) {
    .container {
        width: 992px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1024px;
    }
}

@media (min-width: 1334px) {
    .container {
        width: 1024px;
    }
}

@media (min-width: 1679px) {
    .container {
        width: 1200px;
    }
}

/* ----------------------------------------------------------------
	 Header
-----------------------------------------------------------------*/
#header,
#header-wrap,
#logo {
    height: 80px;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease;
}

#header-wrap {
    position: relative;
    z-index: 2001;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000px;
    -webkit-backface-visibility: hidden;
}

#header-wrap .container {
    position: relative;
}

#header.sticky-header #header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
}

#header.split-menu #logo {
    width: 100%;
    text-align: center;
    margin: 0;
    float: none;
}

#header #logo {
    display: flex;
}

#header #logo a {
    margin: auto;
    width: 80px;
    height: 25px;
}

#header #logo a svg {
    width: 80px;
    height: auto;
}

#header #overlay-menu-trigger {
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 30px;
    left: 15px;
}

#header #overlay-menu-trigger span,
#header #overlay-menu-trigger span:before,
#header #overlay-menu-trigger span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 30px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    content: '';
}

#header #overlay-menu-trigger span:before {
    top: -10px;
}

#header #overlay-menu-trigger span:after {
    top: 10px;
}

#header #overlay-menu-trigger span,
#header #overlay-menu-trigger span:before,
#header #overlay-menu-trigger span:after {
    transition: all 0.5s ease-in-out;
}

#header #overlay-menu-trigger.over span {
    background-color: transparent;
}

#header #overlay-menu-trigger.over span:before,
#header #overlay-menu-trigger.over span:after {
    top: 0;
}

#header #overlay-menu-trigger.over span:before {
    transform: rotate(135deg);
}

#header #overlay-menu-trigger.over span:after {
    transform: rotate(-135deg);
}

#header #language-trigger {
    display: block;
    position: absolute;
    top: 22px;
    right: 15px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

#header #language-trigger span {
    font-size: 14px;
    line-height: 36px;
    color: #000;
    font-weight: 600;
}

#header #language-trigger:hover span {
    color: #AEAEAE;
}

/* ----------------------------------------------------------------
	 Overlay
-----------------------------------------------------------------*/
/* Overlay style */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 2000;
}

/* Overlay closing cross */
.overlay .overlay-close {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    background: url('..images/icon/icon_cancel@2x.png') no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
}

/* Menu style */
.overlay nav {
    text-align: center;
    position: relative;
    /*height: 75%;*/
    padding-top: 120px;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

.overlay ul li {
    display: block;
    line-height: 90px;
    text-align: center;
}

.overlay ul li a {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 32px;
    display: block;
    color: #AEAEAE;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    margin-right: -32px;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
    color: #000;
}

.social-menu {
    position: relative;
    /*padding-top: 45px;
    left: 50%;
    margin-left: -92px;*/
    top: 45px;
    bottom: 40px;
    text-align: center;
}

.social-menu .info {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 45px;
    line-height: 30px;
    font-weight: 300;
    color: #AEAEAE;
}

.social-menu .icon {
    width: 44px;
    height: 44px;
    display: inline-block;
    background: no-repeat center;
    margin: 0 21px;
    opacity: .4;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.social-menu .icon:hover {
    opacity: 1;
}

/* Effects */
.overlay-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-menu.open {
    overflow: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.overlay-menu nav {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.overlay-menu nav ul {
    opacity: 0.4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.overlay-menu .social-menu {
    opacity: 0.4;
    -webkit-transform: translateY(-55%) rotateX(35deg);
    transform: translateY(-55%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.overlay-menu.open nav ul,
.overlay-menu.open .social-menu {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.overlay-menu.close nav ul {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
}

@media (min-width: 768px) and (max-height: 800px) {
    .overlay ul li {
        display: block;
        line-height: 70px;
        text-align: center;
    }

    .social-menu .info {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-height: 650px) {
    .overlay ul li {
        display: block;
        line-height: 50px;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-height: 620px) {
    .overlay ul li {
        display: block;
        line-height: 40px;
        text-align: center;
    }
}

/* ----------------------------------------------------------------
	Responsive CSS
-----------------------------------------------------------------*/

@media (max-width: 991px) {
    #header #logo {
        display: flex;
    }

    #header #logo a {
        margin: auto;
        width: 60px;
        height: 19px;
        line-height: 19px;
    }

    #header #logo a svg {
        margin: auto;
        width: 50px;
        height: 20px;
    }

    #header #overlay-menu-trigger {
        cursor: pointer;
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        top: 11px;
        left: 15px;
    }

    #header #overlay-menu-trigger span,
    #header #overlay-menu-trigger span:before,
    #header #overlay-menu-trigger span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 2px;
        width: 22px;
        background: #000;
        position: absolute;
        left: 0;
        top: 50%;
        display: block;
        content: '';
    }

    #header #overlay-menu-trigger span:before {
        top: -7px;
    }

    #header #overlay-menu-trigger span:after {
        top: 7px;
    }

    #header #language-trigger {
        display: block;
        position: absolute;
        top: 10px;
        right: 15px;
        text-align: center;
    }

    #header #language-trigger span {
        font-size: 12px;
        line-height: 1px;
        color: #000;
        font-weight: 600;
    }
}

@media (max-width: 767px) {

    /* Menu style */
    .overlay nav {
        text-align: center;
        position: relative;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        padding-top: 100px;
    }

    .overlay ul li a {
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 18px;
        line-height: 60px;
        margin-right: -18px;
    }

    .social-menu .icon {
        width: 30px;
        height: 30px;
        display: inline-block;
        margin: 0 16px;
        opacity: .4;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .social-menu .icon svg {
        width: 99%;
    }

    .social-menu .info {
        font-size: 14px;
        margin-top: 25px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .social-menu {
        /*margin-left: -83px;*/
    }
}

@media (max-width: 479px) {
    #header #logo {
        display: flex;
    }

    #header #logo a {
        margin: auto;
        width: 60px;
        height: 19px;
        line-height: 19px;
    }

    #header #logo a svg {
        margin: auto;
        width: 50px;
        height: 20px;
    }

    #header #overlay-menu-trigger {
        cursor: pointer;
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        top: 11px;
        left: 15px;
    }

    #header #overlay-menu-trigger span,
    #header #overlay-menu-trigger span:before,
    #header #overlay-menu-trigger span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 2px;
        width: 22px;
        background: #000;
        position: absolute;
        left: 0;
        top: 50%;
        display: block;
        content: '';
    }

    #header #overlay-menu-trigger span:before {
        top: -7px;
    }

    #header #overlay-menu-trigger span:after {
        top: 7px;
    }

    #header #language-trigger {
        display: block;
        position: absolute;
        top: 11px;
        right: 15px;
        text-align: center;
    }

    #header #language-trigger span {
        font-size: 12px;
        line-height: 1px;
        color: #000;
        font-weight: 600;
    }

    .overlay nav {
        text-align: center;
        position: relative;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        padding-top: 90px;
    }

    .overlay ul li a {
        line-height: 50px;
    }

    .social-menu {
        /*bottom: 15px;*/
    }

    .social-menu .info {
        margin-bottom: 15px;
    }
}

/* ----------------------------------------------------------------
	Flex Slider
-----------------------------------------------------------------*/
.fslider,
.fslider .flexslider,
.fslider .slider-wrap,
.fslider .slide,
.fslider .slide>a,
.fslider .slide>img,
.fslider .slide>a>img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}

.fslider {
    min-height: 32px;
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
    border: none;
}

.slider-wrap,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}

.flexslider {
    position: relative;
    margin: 0;
    padding: 0;
}

.flexslider .slider-wrap>.slide {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slider-wrap img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slider-wrap:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slider-wrap {
    display: block;
}

* html .slider-wrap {
    height: 1%;
}

.no-js .slider-wrap>.slide:first-child {
    display: block;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.flex-control-nav {
    position: absolute;
    z-index: 10;
    top: auto;
    right: auto;
    left: auto;
    bottom: 10px;
    margin: 0;
    text-align: center;
    width: 100%;
}

.flex-control-nav li {
    display: inline-block;
    margin: 0 3px;
    width: 10px;
    height: 10px;
}

.flex-control-nav li a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    width: 10px !important;
    height: 10px !important;
    border: 1px solid #FFF;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active {
    background-color: #FFF;
}

/* Swiper Slider
-----------------------------------------------------------------*/
.swiper_wrapper {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.video_swiper_wrapper {
    width: 100%;
    height: 70%;
    overflow: hidden;
}

.full-screen {
    height: auto;
}

.swiper_wrapper .swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    background: url('..images/pattern2.png') repeat;
}

.swiper_wrapper .swiper-slide {
    position: relative;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.swiper_wrapper .swiper-slide [data-caption-animate] {
    -webkit-backface-visibility: hidden;
}

.swiper-slide .video-wrap,
.section .video-wrap,
.swiper-slide .yt-bg-player,
.section .yt-bg-player {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

#slider .container {
    position: relative;
    height: 100%;
}

#slider.canvas-slider .swiper-slide img {
    width: 100%;
}

#slider.canvas-slider a {
    display: block;
    height: 100%;
}

.slider-parallax .slider-parallax-inner,
.slider-parallax .slider-caption,
.slider-parallax .ei-title {
    will-change: transform;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: transform 0s linear;
    -webkit-backface-visibility: hidden;
}

.slider-parallax .slider-parallax-inner {
    width: 100%;
    height: 100%;
}

/* Slider Arrows
-----------------------------------------------------------------*/
#slider .owl-carousel {
    margin: 0;
}

#slider-arrow-left,
#slider-arrow-right,
.camera_prev,
.camera_next,
#slider .owl-prev,
#slider .owl-next,
.flex-prev,
.flex-next,
.nivo-prevNav,
.nivo-nextNav,
.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    top: 50%;
    left: 0;
    margin-top: -26px;
    width: 52px;
    height: 52px;
    border: 0;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    opacity: .4;
}

.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
    top: auto;
    bottom: 57px;
    left: auto;
    right: 20px;
    margin: 0;
    width: 32px;
    height: 32px;
}

.slider-arrow-bottom-sm {
    bottom: 20px;
}

.fslider[data-thumbs="true"] .flex-prev,
.fslider[data-thumbs="true"] .flex-next {
    margin-top: -64px;
}

#slider .owl-prev,
#slider .owl-next {
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#slider-arrow-right,
.camera_next,
#slider .owl-next,
.flex-next,
.nivo-nextNav {
    left: auto;
    right: 0;
}

#slider-arrow-left i,
#slider-arrow-right i,
.camera_prev i,
.camera_next i,
#slider .owl-prev i,
#slider .owl-next i,
.flex-prev i,
.flex-next i,
.nivo-prevNav i,
.nivo-nextNav i,
.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
    line-height: 50px;
    width: 34px;
    height: 52px;
    color: #DDD;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    font-size: 34px;
    text-align: center;
    margin-left: 7px;
}

.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
    width: 32px;
    height: 32px;
    margin: 0;
    line-height: 30px;
    font-size: 18px;
    color: #FFF;
    color: #ffffff;
}

.flex-prev i {
    margin-left: 9px;
}

#slider .owl-prev i {
    margin-left: 0;
}

#slider-arrow-right i,
.camera_next i,
.nivo-nextNav i {
    margin-left: 10px;
}

.flex-next i {
    margin-left: 11px;
}

#slider .owl-next i {
    margin-right: 4px;
}

#slider .owl-nav {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

#slider .owl-nav div,
#slider:hover .owl-nav {
    opacity: 1;
}

#slider-arrow-left:hover,
#slider-arrow-right:hover,
.camera_prev:hover,
.camera_next:hover,
#slider .owl-prev:hover,
#slider .owl-next:hover,
.flex-prev:hover,
.flex-next:hover,
.nivo-prevNav:hover,
.nivo-nextNav:hover,
.slider-arrow-top-sm:hover,
.slider-arrow-bottom-sm:hover {
    opacity: 1;
}

/* Slide Number
-----------------------------------------------------------------*/
#slide-number {
    position: absolute;
    opacity: 0;
    top: auto;
    right: 20px;
    bottom: 20px;
    z-index: 20;
    width: 36px;
    height: 40px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    font-size: 18px;
    font-weight: 300;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

#slider:hover #slide-number {
    opacity: 1;
}

#slide-number-current,
#slide-number-total {
    position: absolute;
    line-height: 1;
    top: 5px;
    left: 0;
}

#slide-number-total {
    top: auto;
    bottom: 5px;
    left: auto;
    right: 0;
}

#slide-number span {
    display: block;
    font-size: 32px;
    line-height: 40px;
}

/* Pagination
-----------------------------------------------------------------*/
#slider .owl-dots {
    position: absolute;
    width: 100%;
    z-index: 20;
    margin: 0;
    top: auto;
    bottom: 15px;
}

#slider .owl-dots span {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    opacity: 1;
    background-color: transparent;
    border: 1px solid #FFF;
}

#slider .owl-dots .owl-dot.active span,
#slider .owl-dots .owl-dot:hover span {
    background-color: #FFF !important;
}

/*-- swiper-button fixed--*/
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    top: 50%;
    margin-top: -10px;
    bottom: auto;
    left: 0;
    width: 100%;
}

.swiper-pagination-fraction:after,
.swiper-pagination-custom:after,
.swiper-container-horizontal>.swiper-pagination-bullets:after {
    content: '';
    width: 14px;
    height: 2px;
    background-color: #ABABAB;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -7px;
}

.swiper-pagination-current {
    margin-right: 20px;
}

.swiper-pagination-total {
    margin-left: 20px;
}

.swiper-button-block {
    position: relative;
    width: 235px;
    height: 80px;
    background-color: #fff;
    display: block;
    margin-top: -40px;
}

.swiper-button-next,
.swiper-button-prev {
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 50%;
    bottom: 0;
    width: 30px;
    background-size: contain;
    height: 30px;
    margin-top: -15px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: .4;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: none;
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: none;
    right: 10px;
    left: auto;
}

/*-- swiper-button flex-direction-nav fixed--*/
.flex-control-nav {
    display: none;
}

.flex-direction-nav {
    position: relative;
    width: 235px;
    height: 80px;
    background-color: #fff;
    display: block;
    margin-top: -40px;
    float: right;
}

.flex-direction-nav:after {
    content: '';
    width: 14px;
    height: 2px;
    background-color: #ABABAB;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -7px;
}

.flex-prev {
    background: no-repeat center;
    background-image: url("/Content/images/icon/icon_arrow_prev.png");
    left: 0px;
    right: auto;
}

.flex-next {
    background: no-repeat center;
    background-image: url("/Content/images/icon/icon_arrow_next.png");
    right: 0px;
    left: auto;
}

.flex-number {
    margin: 0 auto;
    text-align: center;
    line-height: 80px;
    font-size: 14px;
}

.flex-number .current {
    margin-right: 20px;
}

.flex-number .length {
    margin-left: 20px;
    color: #000;
}

@media (max-width: 767px) {
    .flex-direction-nav {
        position: absolute;
        width: 100%;
        height: 80px;
        background-color: transparent;
        display: block;
        top: 50%;
        margin-top: -40px;
        float: right;
    }

    .flex-direction-nav:after {
        content: '';
        width: 0;
        height: 0;
    }

    .flex-number {
        display: none;
    }

    .flex-prev {
        background: no-repeat center;
        background-color: #FFF;
        background-image: url("/Content/images/icon/icon_arrow_prev.png");
        width: 30px;
        left: 0px;
        right: auto;
    }

    .flex-next {
        background: no-repeat center;
        background-color: #FFF;
        width: 30px;
        background-image: url("/Content/images/icon/icon_arrow_next.png");
        right: 0px;
        left: auto;
    }
}

#footer {
    position: relative;
    padding-top: 95px;
    padding-bottom: 98px;
    background-color: #5C5C5C;
    z-index: 0;
}

#footer .footer-logo {
    margin-top: 10px;
    float: left;
    position: relative;
    display: inline-block;
}

#footer .footer-menu {
    padding: 0;
    margin: 0;
    padding-left: 65px;
    list-style: none;
    display: inline-block;
}

#footer .footer-menu li {
    /*line-height: 2;*/
    line-height: 2.5;
    letter-spacing: 10px;
}

#footer .footer-menu li a {
    font-size: 14px;
    color: #D2D2D2;
    font-weight: 300;
}

#footer .footer-menu li a:hover {
    color: #fff;
}

#footer .social-footer {
    /*margin-bottom: 51px;*/
    margin-bottom: 13px;
    margin-left: -20px;
}

#footer .social-footer a {
    margin-right: 45px;
    display: inline-block;
}

#footer .social-footer .icon {
    width: 44px;
    height: 44px;
    display: inline-block;
    background: no-repeat center;
    margin: 0 21px;
    opacity: .4;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#footer .social-footer .icon:hover {
    opacity: 1;
}

#footer .copyright {
    font-weight: 300;
    color: #D2D2D2;
    letter-spacing: 1px;
}

#footer .footer-detail p {
    color: #D2D2D2;
    font-size: 14px;
    font-weight: 300;
}

#footer .row {
    margin-top: 120px;
}


/* ----------------------------------------------------------------
	Responsive CSS
-----------------------------------------------------------------*/
@media (max-width: 991px) {
    #footer {
        position: relative;
        padding-top: 65px;
        padding-bottom: 58px;
        background-color: #5C5C5C;
        z-index: 0;
    }

    #footer .footer-menu {
        padding: 0;
        margin: 0;
        padding-left: 30px;
        list-style: none;
        display: inline-block;
        margin-top: -10px;
    }

    #footer .footer-logo {
        margin-top: 0px;
    }

    #footer .social-footer .icon {
        width: 36px;
        height: 36px;
        display: inline-block;
        margin: 0 12px;
    }

    #footer .social-footer .icon svg {
        height: 36px;
    }

    #footer .footer-menu li a {
        font-size: 14px;
    }

    #footer .social-footer {
        margin-bottom: 52px;
        margin-left: -20px;
    }

    #footer .copyright {
        font-size: 11px;
        color: #D2D2D2;
    }
}

@media (max-width: 767px) {
    #footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #footer .footer-logo {
        margin-top: 30px;
        margin-bottom: 35px;
        width: 100%;
        text-align: center;
        float: none;
        display: block;
    }

    #footer .footer-logo svg {
        width: 80px;
        height: auto;
    }

    #footer .footer-logo img {
        margin: 0 auto;
    }

    #footer .footer-menu {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    #footer .footer-menu li {
        line-height: 2;
        letter-spacing: 15px;
        margin-left: 9px;
    }

    #footer .social-footer {
        margin-top: 50px;
        text-align: center;
        margin-bottom: 20px;
        margin-left: 0px;
    }

    #footer .copyright {
        width: 100%;
        text-align: center;
        font-size: 10px;
        color: #D2D2D2;
    }

    #footer .social-footer a {
        margin: 0 15px;
    }

    #footer .social-footer .icon {
        width: 34px;
        height: 34px;
        margin: 0 18px;
    }

    #footer .social-footer .icon svg {
        width: 99%;
    }
}

body.index {
    background: #F4F4F4;
}

body.index #content {
    overflow-x: hidden;
    background: #F4F4F4;
    z-index: 10;
    padding-top: 60px;
    padding-bottom: 0px;
    position: relative;
}

body.index #content .news-block {
    padding-top: 70px;
    padding-bottom: 80px;
}

body.index #content .news-block h2 {
    margin-bottom: 60px;
}

body.index #content .news-block .news-item .news-desc {
    padding-left: 40px;
}

body.index #content .news-block .news-item .news-desc h2 {
    transform: scaleX(0.8);
    font-weight: 300;
    font-size: 34px;
    letter-spacing: 24px;
    font-family: 'Baskerville Old Face', 'Playfair Display SC', serif;
    color: #AEAEAE;
    padding-bottom: 30px;
    margin-bottom: 50px;
    position: relative;
}

body.index #content .news-block .news-item .news-desc h2:first-letter {
    color: #000;
}

body.index #content .news-block .news-item .news-desc h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 1px;
    display: block;
    background-color: #AEAEAE;
}

body.index #content .news-block .news-item .news-desc h3 {
    letter-spacing: 1px;
    color: #5C5C5C;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 40px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body.index #content .news-block .news-item .news-desc p {
    color: #A6A6A6;
    font-size: 16px;
    font-weight: 300;
    line-height: 2.05;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body.index #content .news-block .news-item .item-img .btn-more {
    display: none;
}

body.index #content .ig-block {
    padding-top: 70px;
    padding-bottom: 80px;
}

body.index #content .ig-block h2 {
    font-weight: 300;
    font-size: 34px;
    letter-spacing: 24px;
    font-family: 'Baskerville Old Face', 'Playfair Display SC', serif;
    color: #AEAEAE;
    padding-bottom: 30px;
    margin-bottom: 50px;
    position: relative;
}

body.index #content .ig-block h2:first-letter {
    color: #000;
}

body.index #content .ig-block h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 1px;
    left: 50%;
    margin-left: -30px;
    display: block;
    background-color: #AEAEAE;
}

body.index #content .ig-block #instagram {
    margin-top: 80px;
}

body.index #content .ig-block .ig-item {
    width: 100%;
    height: 380px;
    display: block;
    float: left;
}

body.index #content .ig-block .ig-item.item-1 {
    height: 560px;
}

body.index #content .ig-block .ig-item.item-2 {
    padding-top: 70%;
    height: auto;
    width: 85%;
    float: right;
}

body.index #content .ig-block .ig-item.item-3 {
    padding-top: 60%;
    height: auto;
    width: 70%;
    float: right;
}

body.index #content .ig-block .ig-item.item-4 {
    width: 40%;
}

body.index #content .ig-block .ig-item.item-4 :after {
    content: '';
    margin-top: 100%;
}

body.index #content .ig-block .ig-item.item-5 {
    width: calc(60% - 30px);
    margin-left: 30px;
}

body.index #content .ig-block .ig-item.item-6 {
    padding-top: 40%;
    height: auto;
    width: 60%;
}

body.index #content .ig-block .ig-item.item-7 {
    height: 400px;
}

body.index #content .ig-block .ig-item.item-8 {
    padding-top: 40%;
    height: auto;
    width: 50%;
}

body.index #content .ig-block .ig-item.video .over {
    text-align: center;
}

body.index #content .ig-block .ig-item.video .over:before {
    content: '';
    background-image: url('..images/triangle2.svg');
    background-repeat: no-repeat;
    background-position: 60% center;
    line-height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
}

body.index #content .ig-block .ig-item:hover .over:before {
    content: '';
    background-image: url('..images/triangle2.svg');
    background-color: rgba(255, 255, 255, 0.6);
}

body.index #content .brands-block {
    padding-top: 90px;
    padding-bottom: 60px;
    background-color: #fff;
    box-shadow: 0 -6px 16px 0 rgba(0, 0, 0, 0.07);
}

body.index #content .brands-block h2 {
    font-weight: 300;
    font-size: 34px;
    letter-spacing: 24px;
    font-family: 'Baskerville Old Face', 'Playfair Display SC', serif;
    color: #AEAEAE;
    padding-bottom: 30px;
    margin-bottom: 50px;
    position: relative;
}

body.index #content .brands-block h2:first-letter {
    color: #000;
}

body.index #content .brands-block h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 1px;
    left: 50%;
    margin-left: -37px;
    display: block;
    background-color: #AEAEAE;
}

body.index #content .brands-block .brands-item a {
    display: inline-block;
}

body.index #content .brands-block .brands-item a .item {
    margin: 30px 40px;
}

body.index .map-block {
    padding-top: 112px;
    padding-bottom: 0px;
    position: relative;
    height: 600px;
    z-index: 0;
}

body.index .map-info {
    position: relative;
    width: 100%;
    height: 0;
}

body.index .map-info .container {
    position: relative;
}

body.index .map-info .map-desc {
    padding: 50px 50px 10px;
    position: absolute;
    width: 450px;
    height: auto;
    display: block;
    background-color: #fff;
    z-index: 10;
    right: 0;
    /*top: 150px;*/
    top: 80px;
    line-height: 2.0;
    font-size: 15px;
    color: #5C5C5C;
    font-weight: 300;
}

body.index .map-info .map-desc.en {
    top: 80px;
}

body.index .map-info .map-desc ul {
    margin: 0;
}

body.index .map-info .map-desc h2 {
    font-weight: 300;
    font-size: 36px;
    letter-spacing: 24px;
    font-family: 'Baskerville Old Face', 'Playfair Display SC', serif;
    color: #AEAEAE;
    padding-bottom: 30px;
    margin-bottom: 40px;
    position: relative;
}

body.index .map-info .map-desc h2:first-letter {
    color: #000;
}

body.index .map-info .map-desc h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 1px;
    left: 0%;
    display: block;
    background-color: #AEAEAE;
}

body.index .map-info .map-desc ul {
    list-style: none;
}

body.index .map-info .map-desc .office {
    font-weight: bold;
}

body.index .map-info .map-desc ul li span {
    color: #A6A6A6;
}

/*-----btn -----*/
.btn-more {
    width: 228px;
    border: 1px solid #000;
    border-radius: 0px;
    padding: 10px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.btn-more:hover {
    background-color: #000;
    color: #FFF;
}

.logo-welcome svg {
    width: 150px;
    height: auto;
    margin: 0 auto;
}

section#video {
    position: relative;
}

section#video video {
    position: relative;
    top: -40px;
    /*top:50%;*/
    /*left: 50%;*/
    /*min-width: 110%;*/
    /*min-width:120%;*/
    /*min-height: 100%;*/
    width: 100%;
    height: auto;
    /*width: auto;
        height: auto;*/
    /*transform: translateX(-50%) translateY(-50%);*/
    background: transparent url('/Content/images/slider/about9_2.jpg') no-repeat 0 0;
    background-size: 100%;
}

/* ----------------------------------------------------------------
	Responsive CSS section#video
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------
	Responsive CSS
-----------------------------------------------------------------*/
@media (max-width: 1479px) {

    body.index #content .news-block .news-item .news-desc h2,
    body.index #content .brands-block h2,
    body.index #content .ig-block h2,
    body.index .map-info .map-desc h2 {
        font-size: 30px;
        letter-spacing: 24px;
        line-height: 30px;
        padding-bottom: 20px;
        margin-bottom: 30px;
        text-align: center;
    }

    body.index #content .news-block .news-item .news-desc h2:after,
    body.index #content .brands-block h2:after,
    body.index #content .ig-block h2:after,
    body.index .map-info .map-desc h2:after {
        content: '';
        width: 50px;
        height: 1px;
        left: 50%;
        margin-left: -37px;
    }

    body.index #content .news-block .news-item .news-desc h2 {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    body.index #content .news-block .news-item .news-desc h3 {
        line-height: 36px;
        margin-bottom: 15px;
    }

    body.index #content .news-block .news-item .news-desc h2,
    body.index .map-info .map-desc h2 {
        text-align: left;
    }

    body.index #content .news-block .news-item .news-desc h2:after,
    body.index .map-info .map-desc h2:after {
        content: '';
        width: 50px;
        height: 1px;
        left: 0;
        margin-left: 0;
    }

    body.index .map-info .map-desc {
        padding: 40px 40px 30px;
        position: absolute;
        width: 400px;
        height: auto;
        display: block;
        background-color: #fff;
        z-index: 10;
        right: 0;
        top: 80px;
        line-height: 2.0;
        font-size: 14px;
        color: #5C5C5C;
    }

    body.index .map-info .map-desc.en {
        top: 80px;
    }
}

@media (max-width: 1199px) {

    body.index #content .news-block .news-item .news-desc h2,
    body.index #content .brands-block h2,
    body.index #content .ig-block h2,
    body.index .map-info .map-desc h2 {
        font-size: 30px;
        letter-spacing: 24px;
        line-height: 30px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    body.index #content .news-block .news-item .news-desc h2:after,
    body.index #content .brands-block h2:after,
    body.index #content .ig-block h2:after,
    body.index .map-info .map-desc h2:after {
        content: '';
        width: 50px;
        height: 1px;
        left: 50%;
        margin-left: -37px;
    }

    body.index #content .news-block .news-item .news-desc h2 {
        text-align: left;
    }

    body.index #content .news-block .news-item .news-desc h2:after {
        content: '';
        width: 50px;
        height: 1px;
        left: 0;
        margin-left: 0;
    }

    body.index #content .news-block .news-item .news-desc h3 {
        font-size: 20px;
        letter-spacing: .5px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    body.index #content .news-block .news-item .news-desc h2,
    body.index .map-info .map-desc h2 {
        text-align: left;
    }

    body.index #content .news-block .news-item .news-desc h2:after,
    body.index .map-info .map-desc h2:after {
        content: '';
        width: 50px;
        height: 1px;
        left: 0;
        margin-left: 0;
    }

    body.index .map-info .map-desc {
        padding: 40px 40px 30px;
        position: absolute;
        width: 400px;
        height: auto;
        display: block;
        background-color: #fff;
        z-index: 10;
        right: 0;
        /*top: 190px;*/
        top: 80px;
        line-height: 2.0;
        font-size: 16px;
        color: #5C5C5C;
    }

    body.index .map-info .map-desc.en {
        top: 80px;
    }

    .btn-more {
        padding: 10px 45px;
    }

    #footer .row {
        margin-top: 120px;
    }
}

@media (min-width: 1024px) {
    body.index #content .news-block h2 {
        margin-bottom: 30px;
    }

    body.index #content .news-block h2 .resiaze-sm-30 {
        width: 50%;
    }

    #footer .row {
        margin-top: 210px;
    }
}

@media (max-width: 991px) {
    .btn-more {
        width: 100%;
    }

    /*-----btn -----*/
    .btn-more {
        margin: 30px 0 10px;
    }

    body.index #content {
        padding-top: 60px;
        padding-bottom: 0px;
    }

    body.index #content .news-block {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    body.index #content .news-block .news-item .item-img img {
        width: 100%;
    }

    body.index #content .news-block .news-item .item-img .btn-more {
        display: block;
    }

    body.index #content .news-block .news-item .news-desc {
        padding-left: 0px;
    }

    body.index #content .news-block .news-item .news-desc h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    body.index #content .news-block .news-item .news-desc a {
        display: none;
    }

    body.index #content .ig-block {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    body.index #content .ig-block h2 {
        font-size: 24px;
        letter-spacing: 16px;
        padding-bottom: 20px;
        margin-bottom: 30px;
        text-align: center;
    }

    body.index #content .ig-block h2:after {
        content: '';
        width: 50px;
        height: 1px;
        left: 50%;
        margin-left: -30px;
    }

    body.index #content .ig-block #instagram {
        margin-top: 0px;
    }

    body.index #content .ig-block .ig-item.video .over {
        text-align: center;
    }

    body.index #content .ig-block .ig-item.video .over:before {
        content: '';
        background-image: url('..images/triangle2.svg');
        background-repeat: no-repeat;
        background-position: 60% center;
        line-height: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -25px;
        margin-top: -25px;
        width: 50px;
        height: 50px;
        display: block;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.7);
    }

    body.index #content .news-block .news-item .news-desc h2,
    body.index #content .brands-block h2,
    body.index #content .ig-block h2,
    body.index .map-info .map-desc h2 {
        font-size: 24px;
        letter-spacing: 16px;
        padding-bottom: 20px;
        margin-bottom: 30px;
        text-align: center;
    }

    body.index #content .news-block .news-item .news-desc h2:after,
    body.index #content .brands-block h2:after,
    body.index #content .ig-block h2:after,
    body.index .map-info .map-desc h2:after {
        content: '';
        width: 50px;
        height: 1px;
        left: 50%;
        margin-left: -34px;
    }

    body.index #content .news-block .news-item .news-desc h2 {
        text-align: left;
    }

    body.index #content .news-block .news-item .news-desc h2:after {
        content: '';
        width: 50px;
        height: 1px;
        left: 0;
        margin-left: 0;
    }

    body.index #content .news-block .news-item .news-desc h2 {
        font-size: 24px;
        letter-spacing: 16px;
        padding-bottom: 20px;
        margin-bottom: 30px;
        text-align: center;
    }

    body.index #content .news-block .news-item .news-desc h2:after {
        content: '';
        width: 50px;
        height: 1px;
        left: 50%;
        margin-left: -30px;
    }

    .instagram-photos {
        margin-right: -30px;
    }

    body.index #content .ig-block .ig-item {
        width: calc(50% - 15px) !important;
        height: 320px !important;
        margin-right: 15px;
        padding: 0px !important;
        margin-bottom: 15px !important;
    }

    body.index #content .ig-block .ig-item.item-5 {
        margin-left: 0px;
    }

    body.index #content .brands-block {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    body.index #content .brands-block h2 {
        margin-bottom: 50px;
    }

    body.index #content .brands-block .brands-item .item {
        width: auto;
        margin: 15px;
    }

    body.index #content .brands-block .brands-item a {
        display: inline-block;
    }

    body.index #content .brands-block .brands-item a .item {
        margin: 30px 15px;
    }

    body.index .map-info {
        position: relative;
        width: 100%;
        height: auto;
    }

    body.index .map-info .container {
        padding: 0;
    }

    body.index .map-info .map-desc {
        font-size: 16px;
        padding: 50px 40px;
        position: relative;
        width: 100%;
        height: auto;
        display: block;
        background-color: #fff;
        z-index: 0;
        right: 0;
        top: 0px;
        line-height: 2.0;
    }

    body.index .map-info .map-desc.en {
        top: 0px;
    }

    body.index .map-block {
        height: 300px;
    }

    body.index .map-info .container {
        width: 100%;
    }

    .logo-welcome svg {
        width: 130px;
        height: auto;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    body.index .map-info {
        position: relative;
        width: 100%;
        height: auto;
    }

    body.index .map-info .container {
        padding: 0;
    }

    body.index .map-info .map-desc {
        padding: 40px 30px;
        position: relative;
        width: 100%;
        height: auto;
        display: block;
        background-color: #fff;
        z-index: 0;
        right: 0;
        top: 0px;
        line-height: 2.0;
    }

    body.index #content .news-block .news-item .news-desc h2 {
        font-size: 24px;
        letter-spacing: 16px;
        padding-bottom: 20px;
        margin-bottom: 30px;
        text-align: center;
    }

    body.index #content .news-block .news-item .news-desc h2:after {
        content: '';
        width: 50px;
        height: 1px;
        left: 50%;
        margin-left: -30px;
    }

    body.index #content .news-block .news-item .news-desc h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    body.index #content .brands-block h2,
    body.index #content .ig-block h2,
    body.index .map-info .map-desc h2 {
        font-size: 24px;
        letter-spacing: 16px;
        padding-bottom: 20px;
        margin-bottom: 30px;
        text-align: center;
    }

    body.index #content .brands-block h2:after,
    body.index #content .ig-block h2:after,
    body.index .map-info .map-desc h2:after {
        content: '';
        width: 50px;
        height: 1px;
        left: 50%;
        margin-left: -34px;
    }

    body.index .map-block {
        height: 240px;
    }

    body.index #content .brands-block {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    body.index #content .brands-block .brands-item .item {
        width: auto;
        margin: 15px;
    }

    body.index #content .ig-block #instagram {
        margin-top: 30px;
    }

    body.index #content .ig-block .ig-item {
        width: 100% !important;
        height: 300px !important;
        margin-right: 0px;
    }

    .instagram-photos {
        margin-right: -15px;
    }

    .logo-welcome svg {
        width: 100px;
        height: auto;
        margin: 0 auto;
    }

    #footer .row {
        margin-top: 120px;
    }
}

@media (max-width: 479px) {
    body.index #content {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    body.index #content .news-block .news-item .news-desc h2,
    body.index #content .brands-block h2,
    body.index #content .ig-block h2,
    body.index .map-info .map-desc h2 {
        font-size: 22px;
        letter-spacing: 14px;
        padding-bottom: 20px;
        margin-bottom: 30px;
        text-align: center;
    }

    body.index #content .news-block .news-item .news-desc h2:after,
    body.index #content .brands-block h2:after,
    body.index #content .ig-block h2:after,
    body.index .map-info .map-desc h2:after {
        content: '';
        width: 50px;
        height: 1px;
        left: 50%;
        margin-left: -34px;
    }

    section#video video {
        height: auto;
    }
}

@media (max-width: 413px) {
    body.index #content .ig-block .ig-item {
        width: 100% !important;
        height: 220px !important;
    }

    .logo-welcome svg {
        width: 100px;
    }
}

body.about {
    background: #F4F4F4;
}

body.about .about-title-block {
    position: relative;
    z-index: 100;
}

body.about .about-title-block .container {
    position: relative;
}

body.about .about-title-block .about-title {
    position: absolute;
    top: -120px;
    right: 0;
    width: 339px;
    height: 240px;
    display: block;
    background-color: #fff;
    padding-top: 80px;
}

body.about .about-title-block .about-title h2 {
    margin-left: 20px;
    font-weight: 300;
    font-size: 34px;
    letter-spacing: 24px;
    font-family: 'Baskerville Old Face', 'Playfair Display SC', serif;
    color: #AEAEAE;
    padding-bottom: 26px;
    text-align: center;
    position: relative;
}

body.about .about-title-block .about-title h2:first-letter {
    color: #000;
}

body.about .about-title-block .about-title h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 1px;
    left: 48%;
    margin-left: -30px;
    display: block;
    background-color: #AEAEAE;
}

body.about #content {
    overflow-x: hidden;
    z-index: 10;
    background: #F4F4F4;
    padding-top: 60px;
    padding-bottom: 150px;
    position: relative;
}

body.about #content.about-block .section {
    padding: 20px 0px;
}

body.about #content.about-block h2 {
    font-weight: 300;
    font-size: 34px;
    letter-spacing: 24px;
    font-family: 'Baskerville Old Face', 'Playfair Display SC', serif;
    color: #AEAEAE;
    padding-bottom: 40px;
    margin-bottom: 70px;
    position: relative;
}

body.about #content.about-block h2:first-letter {
    color: #000;
}

body.about #content.about-block h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 1px;
    left: 50%;
    margin-left: -39px;
    display: block;
    background-color: #AEAEAE;
}

body.about #content.about-block .about-info {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}

body.about #content.about-block .about-info .about-spacing p {
    color: #5C5C5C;
    font-weight: 400;
    text-align: left;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 30px;
}

body.about #content.about-block .about-desc p {
    letter-spacing: 1px;
    color: #787878;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-info {
    margin-bottom: 100px;
}

body.news #content {
    overflow-x: hidden;
    z-index: 10;
    background: #F4F4F4;
    padding-top: 60px;
    padding-bottom: 120px;
    position: relative;
}

body.news #content.news-block h2 {
    font-weight: 300;
    font-size: 34px;
    letter-spacing: 24px;
    font-family: 'Baskerville Old Face', 'Playfair Display SC', serif;
    color: #AEAEAE;
    padding-bottom: 30px;
    margin-bottom: 50px;
    position: relative;
}

body.news #content.news-block h2:first-letter {
    color: #000;
}

body.news #content.news-block h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 1px;
    left: 50%;
    margin-left: -41px;
    display: block;
    background-color: #AEAEAE;
}

body.news #content.news-block section {
    padding: 20px 0px;
}

body.news #content.news-block .news-items .item {
    width: 100%;
    height: 100%;
    background-color: #fff;
    margin-bottom: 30px;
}

body.news #content.news-block .news-items .item .item-desc {
    height: 300px;
    padding: 30px 15px;
}

body.news #content.news-block .news-items .item .item-desc p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #A6A6A6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

body.news #content.news-block .news-items .item .item-desc h4 {
    font-size: 14px;
    font-weight: 300;
    color: #A6A6A6;
    margin-bottom: 10px;
}

body.news #content.news-block .news-items .item .item-desc h3 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body.news #content.news-block .news-items .item .item-desc ul.item-social {
    display: none;
    padding-left: 30px;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 24px;
}

body.news #content.news-block .news-items .item .item-desc ul.item-social li {
    width: auto;
    display: inline-block;
    margin-right: 15px;
}

body.news #content.news-block .news-items .item .item-desc ul.item-social li .icon {
    width: 30px;
    height: 30px;
    display: block;
    background: no-repeat center;
    opacity: .4;
    background-size: 100%;
}

body.news #content.news-block .news-items .item .item-desc ul.item-social li .icon:hover {
    opacity: 1;
}

body.news #content.news-block .news-items .item .item-desc ul.item-social li .social-twitter {
    background-image: url('..images/icon/icon_Twitter_list.png');
}

body.news #content.news-block .news-items .item .item-desc ul.item-social li .social-facebook {
    background-image: url('..images/icon/icon_Facebook_list.png');
}

body.news #content.news-block .news-items .item .item-img {
    height: 360px;
    margin-right: -15px;
    background: center no-repeat;
    background-size: cover;
}

body.news #content.news-content-block .news-item {
    padding-top: 60px;
}

body.news #content.news-content-block .news-item h4 {
    font-size: 14px;
    font-weight: 300;
    color: #A6A6A6;
    margin-bottom: 10px;
}

body.news #content.news-content-block .news-item h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: .5px;
    color: #5C5C5C;
}

body.news #content.news-content-block .news-item p {
    font-size: 16px;
    font-weight: 300;
    color: #787878;
}

body.news #content.news-content-block .news-item ul.item-social {
    padding: 0px;
    margin: 0;
    margin-left: -5px;
}

body.news #content.news-content-block .news-item ul.item-social li {
    width: auto;
    display: inline-block;
    margin-right: 15px;
}

body.news #content.news-content-block .news-item ul.item-social li .icon {
    text-align: center;
    width: 30px;
    height: 30px;
    display: block;
    background: no-repeat center;
    opacity: 1;
    background-size: 100%;
}

body.news #content.news-content-block .news-item ul.item-social li .icon:hover {
    opacity: .6;
}

body.news #content.news-content-block .news-item .new-info {
    margin-top: 10px;
    margin-bottom: 40px;
}

body.news #content.news-content-block .news-item .new-info img {
    width: 100%;
}

@media (max-width: 1479px) {
    body.about .about-title-block .about-title h2 {
        margin-left: 20px;
        font-weight: 300;
        font-size: 30px;
        letter-spacing: 24px;
        font-family: 'Baskerville Old Face', 'Playfair Display SC', serif;
        color: #AEAEAE;
        padding-bottom: 20px;
        text-align: center;
        position: relative;
    }

    body.about #content.about-block h2 {
        font-size: 30px;
        letter-spacing: 24px;
        line-height: 30px;
        padding-bottom: 20px;
        margin-bottom: 70px;
        text-align: center;
    }

    body.about #content.about-block h2:after {
        content: '';
        width: 50px;
        height: 1px;
        left: 50%;
        margin-left: -37px;
    }
}

/* ----------------------------------------------------------------
	Responsive CSS
-----------------------------------------------------------------*/
@media (max-width: 1199px) {
    body.about .about-title-block .about-title {
        position: absolute;
        top: -100px;
        right: 0;
        width: 300px;
        height: 200px;
        display: block;
        background-color: #fff;
        padding-top: 65px;
    }

    body.about .about-title-block .about-title h2 {
        font-size: 30px;
        letter-spacing: 24px;
        margin-left: 20px;
        font-weight: 300;
        font-family: 'Baskerville Old Face', 'Playfair Display SC', serif;
        color: #AEAEAE;
        padding-bottom: 26px;
        text-align: center;
        position: relative;
    }

    body.news #content.news-block .news-items .item .item-desc h3 {
        font-size: 20px;
        letter-spacing: .5px;
        line-height: 36px;
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    body.about #content {
        padding-top: 60px;
    }

    body.about .about-title-block .about-title {
        position: absolute;
        display: block;
        background-color: #fff;
        top: -70px;
        right: 15px;
        width: 250px;
        height: 150px;
        padding-top: 45px;
    }

    body.about .about-title-block .about-title h2 {
        font-size: 24px;
        letter-spacing: 16px;
        padding-bottom: 20px;
        margin-bottom: 25px;
        text-align: center;
    }

    body.about .about-title-block .about-title h2:after {
        content: '';
        width: 50px;
        height: 1px;
        left: 50%;
        margin-left: -30px;
    }

    body.about #content.about-block .about-info {
        display: block;
        margin-bottom: 30px;
    }

    body.about #content.about-block .about-info img {
        width: 100%;
    }

    body.about #content.about-block .about-info p {
        letter-spacing: 1px;
        padding-top: 30px;
        text-align: left;
    }

    body.about #content.about-block .about-info .about-spacing {
        margin-left: 0px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    body.about #content.about-block .about-info .about-spacing p {
        color: #5C5C5C;
        text-align: left;
        font-size: 19px;
        letter-spacing: 1px;
        line-height: 30px;
        margin-bottom: 0px;
    }

    body.about #content.about-block section {
        padding: 0px 15px 30px;
    }

    body.about #content.about-block section h2 {
        margin-bottom: 0;
    }

    body.about #content.about-block section h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    body.about #content.about-block .imgWall {
        width: 100%;
        height: 220px;
        margin: 30px 0;
        margin-bottom: 65px;
    }

    body.about #content.about-block .imgWall.nobg {
        margin: 30px 0;
    }

    body.about #content.about-block .imgWall .imgWall-info {
        position: absolute;
        right: 15px;
        bottom: -65px;
        width: 163px;
        height: 164px;
    }

    body.about #content.about-block .fslider {
        margin-bottom: 30px;
    }

    section#video {
        position: relative;

    }

    section#video .button {
        top: 40%;
        left: 48%;
    }

    body.about #content.about-block h2 {
        font-size: 24px;
        letter-spacing: 16px;
        padding-bottom: 20px;
        margin-bottom: 30px;
        text-align: center;
    }

    body.about #content.about-block h2:after {
        content: '';
        width: 50px;
        height: 1px;
        left: 50%;
        margin-left: -33px;
    }

    .video-info {
        margin-top: 30px;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    body.about .about-title-block .about-title {
        position: absolute;
        display: block;
        background-color: #fff;
        top: -70px;
        right: 15px;
        width: 220px;
        height: 130px;
        padding-top: 40px;
    }

    body.about .about-title-block .about-title h2 {
        font-size: 24px;
        letter-spacing: 16px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
}



@media (max-width: 479px) {
    body.about #content {
        padding-top: 30px;
    }

    body.about .about-title-block .about-title {
        position: absolute;
        display: block;
        background-color: #fff;
        top: -70px;
        right: 15px;
        width: 190px;
        height: 120px;
        padding-top: 35px;
    }

    body.about .about-title-block .about-title h2 {
        font-size: 22px;
        letter-spacing: 14px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    section#video {
        position: relative;
        height: 160px !important;
    }

    section#video .button {
        top: 40%;
        left: 43%;
    }

    body.about #content.about-block .about-info .about-spacing {
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    body.about #content.about-block .about-info .about-spacing p {
        color: #5C5C5C;
        text-align: left;
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 30px;
        margin-bottom: 0px;
    }

    body.about #content.about-block h2 {
        font-size: 22px;
        letter-spacing: 14px;
        padding-bottom: 20px;
        margin-bottom: 30px;
        text-align: center;
    }

    body.about #content.about-block h2:after {
        content: '';
        width: 50px;
        height: 1px;
        left: 50%;
        margin-left: -30px;
    }

    .video-info {
        margin-top: 30px;
        margin-bottom: 35px;
    }
}

@media (max-width: 320px) and (max-width: 375px) {
    section#video {
        position: relative;
        height: 160px !important;
    }

    section#video video {
        top: -10px;
    }

    section#video .button {
        top: 40%;
        left: 45%;
    }
}

/* ----------------------------------------------------------------
	Responsive CSS
-----------------------------------------------------------------*/
@media (max-width: 1479px) {
    body.news #content.news-block h2 {
        font-size: 30px;
        letter-spacing: 24px;
        line-height: 30px;
        padding-bottom: 20px;
        margin-bottom: 30px;
        text-align: center;
    }

    body.news #content.news-block h2:after {
        content: '';
        width: 50px;
        height: 1px;
        left: 50%;
        margin-left: -37px;
    }
}

@media (max-width: 1199px) {
    body.news #content.news-block h2 {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 24px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    body.news #content.news-block h2:after {
        content: '';
        width: 50px;
        height: 1px;
        left: 50%;
        margin-left: -37px;
    }
}

@media (max-width: 991px) {
    body.news #content {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    body.news #content.news-block h2 {
        font-size: 24px;
        letter-spacing: 16px;
        padding-bottom: 20px;
        margin-bottom: 30px;
        text-align: center;
    }

    body.news #content.news-block h2:after {
        content: '';
        width: 50px;
        height: 1px;
        left: 50%;
        margin-left: -33px;
    }

    body.news #content.news-block section,
    body.news #content.news-content-block section {
        padding: 0px 15px 50px;
    }

    body.news #content.news-block section h2,
    body.news #content.news-content-block section h2 {
        margin-bottom: 0;
    }

    body.news #content.news-block section h3,
    body.news #content.news-content-block section h3 {
        font-size: 20px;
        letter-spacing: .5px;
        margin-bottom: 20px;
    }

    body.news #content.news-block .news-items .item {
        margin-bottom: 30px;
    }

    body.news #content.news-block .news-items .item .item-img,
    body.news #content.news-block .news-items .item .item-desc {
        height: 280px;
    }
}

@media (max-width: 767px) {
    body.news #content.news-block h2 {
        font-size: 24px;
        letter-spacing: 16px;
        padding-bottom: 20px;
        margin-bottom: 30px;
        text-align: center;
    }

    body.news #content.news-block h2:after {
        content: '';
        width: 50px;
        height: 1px;
        left: 50%;
        margin-left: -30px;
    }

    body.news #content.news-block .news-items .item {
        margin: 15px 0px;
    }

    body.news #content.news-block .news-items .item .item-img,
    body.news #content.news-content-block .news-item .news-content-img {
        height: 180px;
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 30px;
    }

    body.news #content.news-content-block .news-item .news-content-img {
        margin-right: 0px;
        margin-left: 0px;
    }

    body.news #content.news-block .news-items .item .item-desc {
        height: 180px;
        padding: 0px;
    }

    body.news #content.news-content-block .news-item .new-info {
        margin-top: 10px;
        margin-bottom: 25px;
    }

    body.news #content.news-block .news-items .item .item-desc h4,
    body.news #content.news-content-block .news-item h4 {
        font-size: 12px;
        margin-bottom: 10px;
    }

    body.news #content.news-block .news-items .item .item-desc h3 {
        font-size: 20px;
        letter-spacing: .5px;
        margin-bottom: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    body.news #content.news-content-block .news-item h3 {
        font-size: 20px;
        letter-spacing: .5px;
        margin-bottom: 14px;
    }

    body.news #content.news-block .news-items .item .item-desc ul.item-social {
        padding-left: 15px;
        bottom: 16px;
    }

    body.news #content.news-content-block .news-item {
        padding-top: 0px;
    }
}

@media (max-width: 479px) {
    body.news #content.news-block h2 {
        font-size: 22px;
        letter-spacing: 14px;
        padding-bottom: 20px;
        margin-bottom: 30px;
        text-align: center;
    }

    body.news #content.news-block h2:after {
        content: '';
        width: 50px;
        height: 1px;
        left: 50%;
        margin-left: -30px;
    }

    body.news #content.news-block section,
    body.news #content.news-content-block section {
        padding: 0px 15px 30px;
    }
}

body.brands .brands-title-block {
    position: relative;
    z-index: 100;
}

body.brands .brands-title-block .container {
    position: relative;
}

body.brands #content {
    overflow-x: hidden;
    z-index: 10;
    background: #F4F4F4;
    padding-top: 60px;
    padding-bottom: 150px;
    position: relative;
}

body.brands #content.brands-block h2 {
    font-weight: 300;
    font-size: 34px;
    letter-spacing: 24px;
    font-family: 'Baskerville Old Face', 'Playfair Display SC', serif;
    color: #AEAEAE;
    padding-bottom: 30px;
    margin-bottom: 50px;
    position: relative;
}

body.brands #content.brands-block h2:first-letter {
    color: #000;
}

body.brands #content.brands-block h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 1px;
    left: 50%;
    margin-left: -44px;
    display: block;
    background-color: #AEAEAE;
}

body.brands #content.brands-block .section {
    padding: 20px 0px;
}

body.brands #content.brands-block .brands-info {
    margin-bottom: 100px;
    display: flex;
    align-items: center;
}

body.brands #content.brands-block .brands-info .brands-spacing {
    margin-left: 80px;
}

body.brands #content.brands-block .brands-info .brands-spacing p {
    color: #5C5C5C;
    font-weight: 600;
    text-align: left;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 40px;
}

body.brands #content.brands-block .section-content {
    background: #fff;
    margin-bottom: 30px;
    padding: 50px 30px 0 30px;
}

body.brands #content.brands-block .section-content .brands-desc {
    padding: 30px 0px;
    margin-top: 20px;
}

body.brands #content.brands-block .section-content .brands-desc p {
    letter-spacing: 1px;
    color: #787878;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

body.brands #content.brands-block .section-content .brands_logo {
    margin-bottom: 30px;
}

body.brands #content.brands-block .section-content .brands_logo_loropiana {
    margin-bottom: 30px;
    height: 60px;
}

@media (max-width: 1479px) {
    body.brands #content.brands-block h2 {
        font-size: 30px;
        letter-spacing: 24px;
        line-height: 30px;
        padding-bottom: 20px;
        margin-bottom: 30px;
        text-align: center;
    }

    body.brands #content.brands-block h2:after {
        content: '';
        width: 50px;
        height: 1px;
        left: 50%;
        margin-left: -37px;
    }
}

*/

/* ----------------------------------------------------------------
	Responsive CSS
-----------------------------------------------------------------*/
@media (max-width: 1199px) {
    body.brands #content.brands-block h2 {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 24px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    body.brands #content.brands-block h2:after {
        content: '';
        width: 50px;
        height: 1px;
        left: 50%;
        margin-left: -37px;
    }
}

@media (max-width: 991px) {
    body.brands #content {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    body.brands #content.brands-block h2 {
        font-size: 24px;
        letter-spacing: 16px;
        padding-bottom: 20px;
        text-align: center;
    }

    body.brands #content.brands-block h2:after {
        content: '';
        width: 50px;
        height: 1px;
        left: 50%;
        margin-left: -33px;
    }

    body.brands #content.brands-block .section {
        padding: 0px 15px 50px;
    }

    body.brands #content.brands-block .section h2 {
        margin-bottom: 0;
    }

    body.brands #content.brands-block .section-content .brands-desc {
        padding: 0 0;
    }

    body.brands #content.brands-block .fslider {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    body.brands #content.brands-block .section {
        padding: 0px 15px 50px;
    }

    body.brands #content.brands-block .section .section-content {
        margin: 15px 0px;
    }

    body.brands #content.brands-block .brands-info .brands-spacing {
        margin-left: 0px;
        margin-top: 20px;
    }

    body.brands #content.brands-block .brands-info .brands-spacing p {
        text-align: left;
        font-size: 19px;
        color: #5C5C5C;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 40px;
        margin-bottom: 0px;
        padding: 10px 0;
    }
}

@media (max-width: 479px) {
    body.brands #content.brands-block h2 {
        font-size: 22px;
        letter-spacing: 14px;
        padding-bottom: 20px;
        margin-bottom: 30px;
        text-align: center;
    }

    body.brands #content.brands-block h2:after {
        content: '';
        width: 50px;
        height: 1px;
        left: 50%;
        margin-left: -30px;
    }

    body.brands #content.brands-block .section {
        padding: 0px 15px 30px;
    }

    body.brands #content.brands-block .section-content .brands_logo {
        margin-bottom: 25px;
    }

    body.brands #content.brands-block .section-content .brands-desc {
        padding: 20px 0px;
        margin-top: 0px;
    }

    body.brands #content.brands-block .section-content {
        padding: 30px 20px 0 20px;
    }

    body.brands #content.brands-block .section-content a {
        display: inline-block;
    }

    body.brands #content.brands-block .section-content .brands_logo {
        width: 70%;
    }

    body.brands #content.brands-block .fslider {
        margin-bottom: 0px;
    }

    body.brands #content {
        padding-bottom: 50px;
    }
}
