﻿@font-face {
  font-family: Sf_Pro_Light;
  src: url(../fonts/SF_Light.otf);
}
@font-face {
  font-family: SF_Regular;
  src: url(../fonts/SF_Regular.otf);
}
@font-face {
  font-family: SF_Bold;
  src: url(../fonts/SF_Bold.otf);
}
@font-face {
  font-family: Sf_Pro_Display;
  src: url(../fonts/SF_Display_Bold.otf);
}
@font-face {
  font-family: SF_Display_Medium;
  src: url(../fonts/SF_Display_Medium.otf);
}
@font-face {
  font-family: SF_Display_Light;
  src: url(../fonts/SF_Display_Light.otf);
}
@font-face {
  font-family: SF_Pro_Bold;
  src: url(../fonts/SF_Pro_Bold.otf);
}
@font-face {
  font-family: SF_Heavy;
  src: url(../fonts/SF_Heavy.otf);
}
@font-face {
  font-family: SF_Semibold;
  src: url(../fonts/SF_Semibold.otf);
}
@font-face {
  font-family: SF_Display_Semibold;
  src: url(../fonts/SF_Display_Semibold.otf);
}
@font-face {
  font-family: SF_Heavy;
  src: url(../fonts/SF_Heavy.otf);
}
body {
    font-family: Sf_Pro_Light, sans-serif;
    font-size:16px;
    line-height:24px;
    letter-spacing: 0px;
    position:relative;
}
p {
    line-height:26px;
    margin-bottom:25px;
}
a:hover {
    text-decoration:none;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF; /* change if the mask should have another color then white */
    z-index: 99999; /* makes sure it stays on top */
}

#status {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%; /* centers the loading animation horizontally one the screen */
    top: 50%; /* centers the loading animation vertically one the screen */
    background-image: url(../upload/icon/loading-waiting.gif);
    z-index: 9999; /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: -10px 0 0 -36px; /* is width and height divided by two */
}
header {
    position:fixed;
    width:100%;
    height:90px;
    background-color:#fff;
    z-index:9999;
    top:0;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
}

.col-category {
    float:left;
    z-index: 9;
    position: relative;
    max-width:300px;
    height: 90px;
}
.col-nav {
    float:left;
    position: relative;
    width:81%;
    max-width:calc( 100% - 300px);
    padding-left:20px;
}
.col-header {
    width:100%;
    display:table;
}
.bg-menu {
    width:100%;
    height:100%;
}
.main-menu {    
    padding: 33px 60px 33px 40px;
    font-size: 16px;
    font-family: SF_Heavy, sans-serif;
    color: #000;
    border-right:solid 1px #dadada;
}
.main-menu span {
    position:relative;
    padding-left:40px;
}
.main-menu span:before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    background: url(../upload/icon/navbar.png) no-repeat;
    left: 0;
    top: 3px;
}
.main-menu:hover span:before {
    background: url(../upload/icon/navbar-hover.png) no-repeat;
}
.main-menu:hover {
    background-color:#222;
    color:#fff;
}
.main-menu:hover .m-bar,
.main-menu:hover .m-bar:before,
.main-menu:hover .m-bar:after {
    background-color:#fff;
}
header .nav-bar {
    margin:0;
    padding:0;
    display:table;
    float:left;    
}
header .nav-bar li{
    list-style:none;
    float:left;
    padding:31px 10px 29px 10px;    
}
header .nav-bar li a {
    color:#000;
}
header .nav-bar li a:hover {
    text-decoration:underline;
}
header .logo {
    padding-top: 10px;
    position: absolute;
    top: 0;
    left: calc(50% - 110px);
}
/*search*/
 .search__border {
	 position: absolute;
	 top: 20px;
    right: 0;
	 width: 35px;
	 height: 35px;
     background: url(../upload/icon/search.jpg) no-repeat 5px center;
	 transform: translate(0%, -50%);
	 transition: width 0.6s;
}
 #trigger:checked ~ .search__border {
	 transition: width 0.4s 0.2s;
	 width: 100%;
     border:solid 1px #000;
     border-radius:50px;
     background:none;
}
 #trigger:checked ~ .search__border:after {
	 width: 0;
	 transition: width 0.2s cubic-bezier(0.42, -0.7, 0.62, 1.25);
}
 .search__input {
	 position: relative;
	 width: calc( 100% - 50px);
    height: 35px;
	 padding: 0;
	 background: transparent;
	 outline: none;
	 border: none;
	 font-size: 16px;
	 color: #000;
	 z-index: -1;
	 opacity: 0;
	 transition: opacity 0.2s;
     padding-left:25px;
     top:2px;
}
.btn-search {
    background: none;
    border: none;
    height: 1px;
}
 #trigger:checked ~ .search__input {
	 opacity: 1;
	 z-index: auto;
	 transition: opacity 0.2s 0.6s;
}
 .search__checkbox {
	 position: absolute;
	 top: -9999px;
	 left: -9999px;
	 opacity: 0;
	 z-index: -10;
}
 .search__label-init {
	 z-index: 2;
	 position: absolute;
	 top: 0;
	 right: 0;
	 width: 35px;
	 height: 35px;
	 cursor: pointer;
}
 #trigger:checked ~ .search__label-init {
	 transform: scale(0);
}
 .search__label-active {
	 z-index: 3;
	 position: absolute;
	 top: 0;
	 right: 0;
	 width: 35px;
	 height: 35px;
	 cursor: pointer;
	 transform: scale(0);
}
 #trigger:checked ~ .search__label-active {
	 tranition: transform 0 0.2s;
	 transform: scale(1);
}
 .search__close {
	 position: absolute;
	 top: 0;
	 right: 0;
	 width: 35px;
	 height: 35px;
	 cursor: pointer;
	 z-index: -1;
}
 #trigger:checked ~ .search__close {
	 z-index: auto;
}
 #trigger:checked ~ .search__close:before {
	 transform: rotate(-45deg);
	 opacity: 1;
	 transition: transform 0.2s 0.6s cubic-bezier(0.73, 0.14, 0.4, 1.58), opacity 0.1s 0.6s;
}
 #trigger:checked ~ .search__close:after {
	 transform: rotate(45deg);
	 opacity: 1;
	 transition: transform 0.2s 0.8s cubic-bezier(0.73, 0.14, 0.4, 1.58), opacity 0.1s 0.8s;
}
 .search__close:before, .search__close:after {
	 content: "";
	 position: absolute;
	 top: 1.2rem;
	 left: 0;
	 width: 15px;
    height: 1px;
	 background: #000;
	 border-radius: 0.5rem;
	 opacity: 0;
}
 .search__close:before {
	 transform: rotate(-45deg) translateX(2rem);
	 transition: transform 0.2s, opacity 0.1s 0.1s;
}
 .search__close:after {
	 transform: rotate(45deg) translateX(2rem);
	 transition: transform 0.2s 0.2s, opacity 0.1s 0.3s;
}
/*End search*/
.heading-search {
    border:solid 1px #000;
    border-radius:5px;
    width:100%;
    max-width:420px;
    height:60px;
    position:relative;
}
.heading-search .bt-search {
    position: absolute;
    top: 0;
    left:0;
    width: 60px;
    height: 60px;
    background: url(../upload/icon/search.jpg) no-repeat 5px center;
    border:none;
    outline:none;
}
.heading-search .bt-search:focus,
.heading-search .txt-search:focus {
    outline:none;
}
.heading-search .txt-search {
    position: absolute;
    top: 0;
    right: 10px;
    width: calc(100% - 70px);
    height: 60px;
    background: none;
    border:none;
    outline:none;
}
header .search {
    float: right;
    height: 40px;
    top: 25px;
    position: relative;
    max-width: 350px;
    width:100%;
}
header .search .bt-search {
    background:none;
    border:none;
    width:30px;
    height:30px;
    
}
.no-padding {
    padding:0;
}
.home-slide {
    height:calc(100vh - 90px);
    margin-top:90px;
    position:relative;
    background-color: #e4e4e4;
    overflow:hidden;
}
.home-slide .carousel-inner {
    height:calc(100vh - 90px);
}
.home-slide .carousel-inner img {
    height:calc(100vh - 90px) !important;
    object-fit:cover !important;
    min-width:100%;
}
.home-video {
    width:100%;
    height:100%;
    position:relative;
}
/*.block-video:before,*/
/*.home-video:before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 999;*/
/*}*/
.home-video video {
    height:100%; 
    object-fit:cover;
}
/*Menu*/
#sidebar {
    width: 380px;
    height: 100%;
    min-height:100vh;
    background: #fff;
    color: #fff;
    transition: all 0.3s;
}
#sidebar ul li a {
    color: #000;
}
#sidebar.active {
    left: 0;
}
.mCustomScrollBox:focus {
    outline:none;
    border:0;
}
.sub-link a{
    font-size:19px !important;
    color:#656565  !important;
}
#sidebar.active:before {
    top:0;
    left:0;
    position:absolute;
    content:'';
    width:100%;
    height:100%;
}
#sidebar > ul {
    padding-left:0;
}
#sidebar ul ul {
    background: none;
    margin: 0;
    padding:0 0px 0 15px;
    width: 100%;
    position:relative;
    transition: all 0.5s ease-in-out;
}
.sub-menu > li.show > ul.dropdown-menu {
    display:block !important;
    position:relative !important;
    transform:none !important;
    border-radius:0 !important;
    border-left:0 !important;
    border-right:0 !important;
    float:none !important;
}
#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background:url(../upload/icon/dismiss.png) no-repeat center center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;z-index:9999;
}
.sub-menu {
    margin:0;
    padding:0;
}
#sidebar > ul > li > ul {
    border-top: solid 2px #c5c5c5;
    border-bottom: solid 2px #c5c5c5;
}
.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999 !important;
    opacity: 0;
    top:0;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}
.sidebar-header {
    display:table;
    position:relative;
    height:60px;
    color:#000;
    width:100%;
    line-height:60px;
    padding-left:20px;
}
#sidebar ul.components {
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li a {
    padding: 15px 40px;
    font-size: 16px;
    display: block;
    font-family:SF_Semibold, sans-serif;
    
}
#sidebar ul li .tb-menu {
    padding-right: 10px;
    display: table;
    float: left;
}
#sidebar ul li a + a {
    font-size: 16px;
    color: #656565;
    padding-left: 10px;
    line-height:25px;
    font-family: Sf_Pro_Light, sans-serif;
    line-height: 25px
}
#sidebar ul li {
    clear:both;
    display: table;
    width: 100%;
}
#sidebar ul li > span > a {
    padding:0;
}
#sidebar span {
    font-size: 19px;
    color:#656565;
    padding-left:10px;
    font-family:Sf_Pro_Light, sans-serif;
}
a[data-toggle="collapse"] {
    position: relative;
}
#sidebar > ul > li > ul.dropdown-menu.show {
    border-top:solid 1px #656565;
    border-bottom:solid 1px #656565;
}
#sidebar > ul > li > ul > li > ul > li > a {
    padding-top:5px;
    padding-bottom:5px;
    font-family:Sf_Pro_Light, sans-serif;
    font-size:16px;
    color:#000000;
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 27px;
    right: 20px;
    transform: translateY(-50%);
}
ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
/* Menu End*/
/* Slider*/

.text-slider {
    -webkit-animation-duration: 0.3s;
    animation-duration:0.3s;
    -webkit-animation-fill-mode: bot;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    position: relative;
    z-index: 99;
    max-width: 1200px;
    display: table;
    top: calc( 50% - 130px);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 45px;
    border-radius: 5px;
}
.text-slider .h4 {
    font-size:3.5rem;
    font-weight:bold;
    font-family:'Roboto', sans-serif;
}

.slider-img {
    position: absolute;
    width: 100%;
}
.carousel-indicators .active {
    background-color:#000;
}
.flex-center .container {
    z-index: 9999 !important;
}
.carousel-indicators li {
    background-color: rgba(88, 53, 33, 0.3)
}
#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
}
#myCarousel h4 {
    font-size: 50px;
    margin-bottom: 15px;
    color: #fff;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 600;
}
#myCarousel p {
    font-size: 15px;
    margin-bottom: 15px;
    color: #464646;
}
#myCarousel .carousel-item .text-slider a {
    background: #fff;
    font-size: 16px;
    padding:5px 30px;
    color: #000;
    display: inline-block;
    font-family:Sf_Pro_Light, sans-serif;
}
#myCarousel .carousel-item .text-slider a:hover {
    background: #000;
    color:#fff;
}

#myCarousel .carousel-item .h4 {
    font-family:Sf_Pro_Display, sans-serif;
    font-size:60px;
    /*animation-delay: 0.2s;*/
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    margin-bottom:20px;
}
#myCarousel .carousel-item p {
    animation-delay: 0.3s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
     margin-bottom:20px;
}
#myCarousel .carousel-item a {
    animation-delay: 0.3s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
#myCarousel .carousel-item .mask img {
    display: block;
    height: auto;
    max-width: 100%;
}
#myCarousel .h4,
#myCarousel p,
#myCarousel a {
    -webkit-animation-duration:2.0s;
    animation-duration: 3.0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel .container {
    max-width: 1430px;
}
#myCarousel .carousel-item {
    height: 100%;
    min-height: 550px;
}
#myCarousel {
    position: relative;
    z-index: 1;
}
.c-carousel__nav {
    position: absolute;
    top: 186px;
    right: 70px;
    z-index: 1;
    display:block;
}
.c-carousel__btnIcon {
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    font-size:24px;
}
.c-carousel__navBtn {
    display: inline-block;
    border-radius: 100%;
    margin: 0 7px;
    color: #fff;
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
    transition: all 400ms cubic-bezier(.215,.61,.355,1);
    line-height: 50px;
    text-align: center;
}
.c-carousel__navBtn:hover {
    cursor: pointer;
    background-color: #fff;
    color: #000;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}

.home-slide .carousel-inner img {
  -webkit-animation: zoom 10s;
  animation: zoom 10s;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.block--search .name--product{
    padding-top:0;
    font-size:21px;
}
.block--search {
    margin-bottom:50px;
    clear:both;
    width:100%;
    display:table;
}
.block--search .col-img-pro{
    width:200px;
    float:left;
    margin-right:50px;    
}
.block--search .col-img-pro img{
    min-height:150px;
    object-fit:cover;
}
.block--search .col-info-pro{
    width:calc(100% - 270px);
    float:right;  
    font-family:SF_Light, sans-serif !important;
}
.block--search .col-info-pro p {
    margin-bottom:20px;
}
.block--search .linkmore {
    font-family:SF_Light, sans-serif;
    color:#0446B8;
    font-size:18px;
}
/*End Slider*/
.modal-dialog {
    max-width:1230px;
}
.thumbs-image .lSSlideOuter .lSPager.lSGallery li:last-child:before {
    background-color: rgba(0, 0, 0,0.5) !important;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
/*.thumbs-image .lSSlideOuter .lSPager.lSGallery li:last-child:after {*/
/*    background: url(../upload/icon/play.png) no-repeat center center;*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    left: 0;*/
/*    top: 0;*/
/*}*/
.our-option {
    background: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
}
.our-option .lSGallery {
    margin-left: auto !important;
    margin-right: auto !important;
}
.option--content {
    padding-top: 50px;
    padding-bottom: 50px;
}
    .option--content h2,
    .option--content h3 {
        font-size: 21px;
        font-family: SF_Bold, sans-serif;
        margin-bottom:25px;
    }
    .our-option.thumbs-image .lSSlideOuter .lSPager.lSGallery li:last-child:before,
    .our-option.thumbs-image .lSSlideOuter .lSPager.lSGallery li:last-child:after {
        content: none;
    }
.thumbs-image .lSSlideOuter .lSPager.lSGallery li.active:last-child:before {
    background-color: rgba(0, 0, 0,0.3) !important;
    content: '' !important;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.thumbs-image .lSSlideOuter .lSPager.lSGallery li:hover:last-child:before {
    background-color: rgba(0, 0, 0,0.3) !important;
    content: '' !important;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.lSSlideOuter li {
    overflow: hidden;
    position: relative;
}
.lSSlideOuter .bg-thumbs {
    height:100%;
}
.lSSlideOuter #myVideo {
    position:relative;
    object-fit:cover;
    width:100%;
    height:100% !important;
}
.block-video {
    width:100%;
    height:calc(100vh - 90px);
    overflow:hidden;
}
#myVideo {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.pt-about {
    display:table;
    width:100%;
    max-width:1240px;
    margin-left:auto;
    margin-right:auto;
    padding-top:40px !important;
    padding-bottom:40px !important;
}
.block--company {
    padding-top:70px;
}
.heading-about {
    text-align: center;
    font-size: 30px;
    margin-bottom: 70px;
}
.heading-about b {
    font-family: SF_Semibold, sans-serif;
}
.block--over {
    padding-top:50px;
}
.block--over,
.block--over p {
    font-size:18px;
    line-height:30px;
}
.block-about {
    padding-top: 110px;
    padding-bottom: 110px;
    font-size: 24px;
    text-align: center;
    line-height: 50px !important;
    color: #000;
}
.line2 {
    margin-top:10px;
    margin-bottom:20px;
    text-align:center;
    height:48px;
    line-height:24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #262a32;
}
.block-about p {
    line-height:50px !important;
}
.maps-contact iframe{
    width:100%;
    min-height:550px;
}
.block-about.block--over p{
    line-height:30px !important;
}
.block--about{
    padding-top:40px;
    padding-bottom:40px;
}
.block--product {
    max-width:812px;
    margin-left:auto;
    margin-right:auto;
    display:table;
    width:100%;
    position:relative;
    z-index:9;
}
.block--product,
.block--news {
    padding-top:90px;
    padding-bottom:90px;
}
.block--about {
    background-color:#f5f5f5;
}
.block--about h1,
.block--about h2,
.block--about h3 {
    font-family: SF_heavy, sans-serif;
    font-size:24px;
    font-weight:bold;
    margin-bottom:15px;
}
.block--about .more {
    padding-top:15px;
    text-align:center;
}
.block--about .more a{
    padding:7px 30px;
    border:solid 1px #000;
    color:#000;
}
.block--about .more a:hover {
    background-color:#000;
    color:#fff;
}
.headding-title {
    font-family:SF_heavy, sans-serif;
    font-size:26px;
    margin-bottom:70px;
}
.block--menu {
    padding-top:90px;
    padding-bottom:90px;
}
.name--menu{
    padding-top:15px;
    text-align:center;
}
.name--menu a{
    color:#000;
    font-size: 25px;
    font-weight: 900;
}
.block-menu {
    margin-bottom:30px;
}
.block-product {
    margin-bottom:100px;
}
.thumb--product {
    position:relative;
}
.thumb--product img {
    transition: 1s ease;
}
.thumb--product .overlay {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    z-index: 999;
    opacity:0;
}
.thumb--product:hover .overlay {
    opacity:1;
}
.overlay a {
    opacity:0;
    top:calc(50% - 10px);
    position:relative;
    background-color:rgba(88, 53, 33, 0.5);
    color:#fff !important;
    padding:10px 15px;
}
.overlay:hover a {
    opacity:1;
}
.thumb--product:hover img {
    transform: scale(1.025);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}
.thumb--banner {
    position:relative;
    width:100%;
    height:100%;
    overflow:hidden;
}
.thumb--banner img {        
    transition: 0.3s ease;
}
.thumb--banner:hover img{
    transform: scale(1.05);
}
.thumb--banner:before {
    content:'';
    background: rgba(0, 0, 0, 0.45);
    position:absolute;
    width:100%;
    height:100%;
}
.thumb--banner .overlay {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    display: block;
    background: none;
    height:100%;
    top:0;
}
.thumb--banner .block--overlay a {
    transition:none !important;
    opacity:1 !important;
    z-index:9999 !important;
}
.thumb--banner .block--overlay:before {
    top: 0;
    left: 0;    
    width:100%;
    height:100%;
    content:'';
    position:absolute;
    transition-delay: 0.1s;
    transition-duration: 0.1s;
    transition-property: background-color;
    background:none !important;
}
.thumb--banner:hover {
    transition: all .5s cubic-bezier(.22,.01,.29,1.01);
    opacity:0;
}
.thumb--banner:hover {
    opacity: 1;
}
.thumb--banner:hover .block--overlay:before {
    cursor: pointer;
    display:block;    
    transition: all .5s;
    background:rgba(255,255,255, 0.7) !important;
    opacity:1;    
}
.thumb--banner .block--overlay:before {
    opacity:0;
    transition: all .5s;
}
.thumb--banner:hover .block--overlay a {
    color:#000 !important;
}
.thumb--news {
    position:relative;
    width:100%;
    height:100%;
    overflow:hidden;
}
.thumb--news img {
    transition: all .5s cubic-bezier(.22,.01,.29,1.01);
    object-fit:cover;
}
.thumb--news:hover img {
    transform: scale(1.1);
}
.thumb--news:before {
    background:rgba(0, 0, 0, 0.2);
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    z-index:9;
}
.thumb--news .block--overlay {
    position:absolute;
    top:calc(50% - 50px);
    width:100%;
    text-align:center;
}
.thumb--news:hover .link-more {
    background-color:#000;
    color:#fff;
    border-color:#000;
}
.mx-480 {
    max-width:480px;
}
.jx-center {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.block-product a {
    color:#000;
}
.name--product {
    padding-top: 25px;
    padding-bottom: 20px;
    font-family:SF_Bold, sans-serif;
    font-size:21px;
}
.block--banner .row{
    margin-right: -1px;
    margin-left: -1px;
}
.block--banner .col-12,
.block--banner .col-sm-6{
    padding-right: 1px;
    padding-left: 1px;
    margin-bottom:2px;
}
.block--banner .block--overlay,
.block--banner .block--overlay a ,
.block--news .block--overlay,
.block--news .block--overlay a{
    opacity:1;
    z-index:999;
}
.block--banner .block--overlay,
.block--news .block--overlay {
    text-align:center;
    position: absolute;
    width: 100%;
    height: 100%;
}
.block--banner .block--overlay a {
    top:calc(50% - 30px);
    background:none;
    font-size:36px;
    position:relative;
    color:#fff;
}
.block--news .block--overlay a {
    color:#fff;
    top:calc(50% - 30px);
    background:none;
    font-size:36px;
    font-family:Sf_Pro_Light, sans-serif;
    z-index: 999;
    position: relative;
}
.block--banner .block--overlay:after,
.block--news .block--overlay:after{
    opacity:0;
    transition: 1s ease;
    background-color:rgba(88, 53, 33, 0.5);
    width:100%;
    height:100%;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}
.block--banner .thumb--product:hover .block--overlay:after,
.block--news .thumb--product:hover .block--overlay:after {
    opacity:1;
    z-index:999;
}
.thumb--product .more {
    top:calc(50% - 50px);
    position: relative;
    z-index:999;
}
.link-more {
    padding: 12px 30px !important;
    font-size: 18px !important;
    border: solid 1px #fff;
}
.link-more:hover {
    background-color:#000 !important;
    color:#fff !important;
    border: solid 1px #000 !important;
}
.thumb--album {
    position:relative;
    width:100%;
    height:100%;
    overflow:hidden;
}
.link-search {
    margin-top:10px;
    color:#0446B8;
}
.link-search a {
    color:#0446B8 !important;
}
.col-blog-search {
    width:100%;
    display:table;
    margin-bottom:50px;
}
.col-blog-search .design-name,
.col-blog-search .design-info {
    text-align:left;
}
.col-blog-search .design-info {
    font-family:Sf_Pro_Light, sans-serif;
}
.mb-20 {
    margin-bottom:20px;
}
.mb-0 {
    margin-bottom:0;
    position:relative
}
.bt-none {
    background:none;
    border:none;
    height:1px;
    width:1px;
}
.text-search {
    outline: none;
    border: solid 1px #000;
    width: 25px;
    border-radius: 3px;
    text-align: center;
    height: 28px;
    font-size:18px;
    font-family:Sf_Pro_Light, sans-serif;
}
.page span {
    margin-left:10px;
    font-size:18px;
    font-family:Sf_Pro_Light, sans-serif;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.block--main {
    margin-top:90px;
}
.breadcrumb {
    background-color:#ececec;
    padding-left:70px;
    color:#000;
    font-size:18px;
    height: 60px;
    line-height: 60px;
    padding-top: 0;
}
.breadcrumb a,
.breadcrumb-item.active {
    color:#000;
}
.info--product {
    font-family:SF_Regular, sans-serif;
    font-size:16px;
    color:#000000;
    line-height:24px;
}
.morecontent span {
    display: none;
}
.video-iframe iframe {
    width:100%;
    min-height:450px;
}
.pt-10 {
    padding-top:10px !important;
}
.pt-30 {
    padding-top:30px !important;
}
.no-float {
    float:none;
}
.page {
    text-align:center;
    padding-top:20px;
    margin-bottom:80px;
}
.pagination {
    margin-left:auto;
    margin-right:auto;
}
.pagination li {
    margin-left:3px;
    margin-right:3px;
}

.pagination a {
    border: solid 1px #000;
    color: #000;
    width: 45px;
    border-radius: 50%;
    height: 45px;
    display: block;
    line-height: 45px;
    text-align: center;
    font-size:15px;
}
.pagination a:hover,
.pagination li.active a {
    background-color:#000;
    color:#fff;
}
.block--title {
    background-color:#ececec;
}
.title--heading {
    padding-top:150px;
    padding-bottom:150px;
    line-height:50px;
    font-size:28px;
    font-family: 'Roboto', sans-serif;
    font-weight:bold;
}
.block-category {
    margin-top:-70px;
    padding-bottom: 70px;
    background-color:#fff;
    padding-top:30px;
}
.block-category ul,
.video--content > ul{
    list-style: none;
    position: relative;
    z-index: 9;
    display: table;
    float: left;
    font-size: 16px;
    color: #777777;
    padding-left: 0;
}
.block-category ul li,
.video--content > ul > li {
    float:left;
    margin-right: 12px;
    list-style:none;
}
.block-category ul li a,
.video--content > ul > li > a{
    color:#000;
}
.block-category ul li a.active {
    font-family:SF_Pro_Bold;
}
.block-category ul li a:hover{
    color:#000;
}
.block--video {
    padding-top:1px;
}
.category--video {
    margin-top:0;
    padding-top:15px;
    padding-bottom:40px;
}
.hot--blog {
    position:absolute;
    max-height: 410px;
    overflow: hidden;
}
.hot-tag {
    position: absolute;
    background-color: #fff;
    padding: 7px 30px;
    font-size: 18px;
    left: 30px;
    z-index:10;
}
.hot--blog:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 9;
}
.blog--overlay {
    bottom:0;
    position:absolute;
    width:65%;
    padding:10px 50px 30px 30px;
    color:#fff;
    z-index:10;
}
.blog--overlay .info--blog {
    margin-bottom:20px;
    font-size:16px;
}
.blog--overlay .name--blog a{
    font-size:24px;
    color:#fff;
}
.block--album,
.block--design
{
    padding-top:50px;
}
.thumb--album {
    margin-bottom:30px;
}
.thumb--design {
    margin-bottom:30px;
}
.thumb--design img {
    width:100%;
    object-fit:cover;
}
.design-name {
    font-family:SF_Display_Medium, sans-serif;  
    font-size:18px; 
    text-align:center;
    margin-bottom:10px; 
}
.design-info { 
    font-family:SF_Display_Light, sans-serif;  
    text-align:center;
    font-size:16px; 
    color:#000;
}
.design-name a {
    color:#000;
}
.blog--design {
    margin-bottom:60px;
}
.blog-name {
    text-align:center;
    font-size:16px;   
    font-weight:bold;
    height:55px;
    overflow:hidden; 
}
.blog-name a {
    color:#000;
}
.col-design .thumb--album {
    margin-bottom:10px;
}
.blog-info {
    font-size:14px;
    color:#515151;
    text-align:center;
    margin-bottom:30px;
}
.option-description h2,
.option-description h3 {
    font-weight: 600;
    font-size: 21px;
    font-family: SF_Bold, sans-serif;
    margin-bottom:10px;
}
.option-description p{
    margin-bottom:7px;
}
.block--design .col-design:nth-child(4n) {
}
.morelink {
    color:#000;
}
.mb-30 {
    margin-bottom:30px;
}
.block--design .thumb--album {
    margin-bottom:10px;
    text-align:center;
}
.block--news .block--overlay {
    display:block;
}
.no-pl {
    padding-left:0;
}
.block--main .breadcrumb .pull-right ul li {
    list-style:none;
    float:left;
    margin-left:20px;
}
.block--main .breadcrumb .pull-right ul li b {
    font-family:SF_Pro_Bold, sans-serif;
}
.block--slide{
    width:100%;
    height:auto;
    position:relative;
    object-fit:cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.block--slide img {
    min-width:100%;
    height:100%;
    object-fit:cover;
}
.title--img{
    width:100%;
    object-fit:cover;
    height:100vh;
    overflow:hidden;
    background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      background-attachment: fixed;
}
.block--content
{
    padding:80px 0;
    font-size:16px;
    color:#000;
    font-family:SF_Regular, sans-serif;
}
.block--content a {
    color:#000;
}
.block--content b, 
.block--content strong{
    font-family:SF_Pro_Bold, sans-serif;
}
.block--content h2,
.block--content h3,
.block--content h4 {
    font-size:24px;
    font-family:SF_Pro_Bold, sans-serif;
    margin-bottom:30px;
}
.intro--content h1 {    
    font-family:SF_Pro_Bold, sans-serif;
    font-size:36px;
    margin-bottom:30px;
}
.intro--content {
    max-width:1100px;
    display:table;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    margin-bottom:90px;
}
.block-thumb .lSGallery {
    width:calc(100% - 50px) !important;
    float:left;
    position:relative;
}
.block-thumb .lSGallery li {
    width:calc(33.333% - 10px) !important;
}
.block-thumb .lSGallery li img {
    width: 50px !important;
    height:50px !important;
    object-fit:cover;
    position:relative;
    border-radius:50%;
    overflow:hidden;
}
.block-thumb .lSSlideOuter .lSPager.lSGallery li.active:before,
.block-thumb .lSSlideOuter .lSPager.lSGallery li:hover:before {
    content: none;
}
.block--content p {
    margin-bottom:25px;
    line-height:24px !important;
}
.block--content img,
.block--content iframe {
    max-width:100% !important;
    height:auto !important;
}
.block--content h2,
.block--content h3,
.block--content h4 {
    font-size:20px;
    font-weight:bold;
}
.block--info--product {
    padding-top:70px;
    padding-bottom:70px;
    font-size:16px;
    color:#222;
    line-height:1.8;
}
.block--info--product h1 {
    font-weight:bold;
    font-size:24px;
    font-family:'Roboto', sans-serif;
    margin-bottom:25px;
}
.option-name {
    padding-top: 5px;
    padding-bottom: 20px;
    font-family: SF_Bold, sans-serif;
    font-size: 18px;
    text-align:center;
    text-transform:uppercase;
}
    .option-name a{
        color:#000;
    }
    .block--option {
        width: 100%;
        display: table;
        border-top: solid 1px #000;
    }
.block--option a {
    display:block;
}
.block--option:last-child {
    border-bottom:solid 1px #000;
}
.blog-same {
    width:100%;
    display:table;
    border-top:solid 1px #EDEDED;
    border-bottom:solid 1px #EDEDED;
}
.same-pre,
.same-next {
    height:245px;
    width:50%;
    position:relative;
    text-align:center;
    border-right:solid 1px #EDEDED;
    background-color:#fff;
    transition: 0.4s ease;
    float:left;
}    
.same-pre a {
    top:calc(50% - 25px);
    position:relative;
    font-size:45px;
    color:#000;
}
.same-next .middle-next
{
    width:100%;
    top:calc(50% - 60px);
    position:relative;
    font-size:18px;
    color:#000;    
}
.same-next > .middle-next > div {
    margin-bottom:20px;
}
.same-next > .middle-next > div + div {
    margin-bottom:0px;
    text-overflow: ellipsis; 
    overflow: hidden; 
    white-space: nowrap;
    width:100%;
    height: 50px;
    line-height: 50px;
}
.same-next:hover .middle-next,
.same-next:hover .middle-next a
{
    color:#fff;
}
.same-next .middle-next a
{
    width:100%;
    position:relative;
    font-size:45px;
    color:#000;   
    padding-left:30px;
    padding-right:30px; 
}
.same-pre:before,
.same-next:before {
    content:'';
    left:0;
    top:0;
    width:100%;
    height:100%;
    position:absolute;
    opacity:0;
    background:url(../upload/icon/bg-pre.jpg) center center no-repeat;
    background-size:cover;
    z-index:-9;
    transition: 0.4s ease;
}
.same-pre:hover,
.same-next:hover {
    background:rgba(0, 0, 0, 0.5);
}
.same-pre:hover a,
.same-next:before {
    color:#fff;
}
.same-pre:hover:before,
.same-next:hover:before{
    opacity:1;
}
.header--option {
    padding-top:15px;
    padding-bottom:15px;
}
.header--option a{
    color:#000;
    font-weight:bold;
    font-family:'Roboto', sans-serif;
}
.body--option {
    padding-top:15px;
    padding-bottom:15px;
    font-size:14px;
    color:#000;
}
.body--option a {
    color:#000;
    text-decoration:underline;
}
.block-category ul {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
}
.block-category ul > * {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
    list-style: none;
    display: inline-block;
}
#accordion {
    margin-top:40px;
}
.main-img .product-thumb {
    margin-top:30px;
    text-align:center;
}
.contact-name {
    font-weight:bold;
    font-size:18px;
    font-family:SF_Semibold, sans-serif;
    margin-bottom:10px;
}
.contact-info {
    font-size:16px;
}
.contact-info p {
    margin-bottom:0px;
}
.item-contact {
    position:absolute;
    bottom:0;
}
.bg-sub-contact {
    width:100%;
    display:table;
    position:relative;
    margin-bottom:70px;
}
.bg-sub-img {
    width:75px;
    float:left;
}
.bg-sub-contact .item-contact {
    width:calc(100% - 100px);
    float:right;
    position:relative;
}
.block--product h1.heading-menu {
    font-family:SF_heavy, sans-serif;
    font-size:26px;
    text-align:center;
    color:#000;
    margin-bottom:15px;
}
.info--menu {
    font-size:16px;
    margin-bottom:50px;
}
.block--info--product .container{
    max-width: 1260px !important;
}
#slider .owl-nav .owl-prev:focus,
#slider .owl-nav .owl-next:focus {
    outline:none;
}
#slider .owl-nav .owl-prev {
    position:absolute;
    bottom:30px;
    right:80px;
    background: url(../upload/icon/pre.png) no-repeat center center;
    background-size: contain;
    z-index: 9;
    opacity: 1;
    height: 65px;
    width: 65px;
}
#slider .owl-nav .owl-prev:hover {
    background: url(../upload/icon/pre-hover.png) no-repeat center center;
    background-size: contain;
}
#slider .owl-nav .owl-next:hover {
    background: url(../upload/icon/next-hover.png) no-repeat center center;
    background-size: contain;
}
#slider .owl-nav .owl-next {
    position:absolute;
    bottom:30px;
    right:10px;
    background: url(../upload/icon/next.png) no-repeat center center;
    background-size: contain;
    z-index: 9;
    opacity: 1;
    height: 65px;
    width: 65px;
}
#slider .owl-nav span {
    display:none;
}
h1.video-name {
    font-family:SF_Display_Semibold, sans-serif;
    font-size:40px;
    text-align:left;
}
.product--option .heading-option{
    font-family:SF_Heavy, sans-serif;
    font-size:48px;
    text-align:center;
    padding-top:70px;
}
.block-option .link-more {
    border:solid 1px #707070;
    padding:15px 25px !important;
    color:#000;
}
.block-option ul li {
    display:inline-block;
    list-style:none;
    margin-right:15px;
    font-family:SF_Regular;
    font-size:16px;
}
.block-option ul li:first-child {
    color:#5B5B5B;
}
.block-option ul li:first-child {
    color:#5B5B5B;
}
.block-option {
    position:relative;
    width:100%;
    display:table;
}
.block--item {
    clear:both;
    padding-top:30px;
    padding-bottom:50px;
    width:100%;
    position:relative;
}
.block-item-name {
    font-family:SF_Regular;
    font-size:18px;
    margin-bottom:15px;
}
.block-item-info {
    font-size:18px;
    font-family:Sf_Pro_Light,sans-serif;
}
.block-item-img {
    margin-bottom:50px;
    position:relative;
}
.block-item-img .owl-nav {
    display:none;
}
.block-item-thumb .owl-stage,
.block-item-thumb .owl-stage-outer {
    float:left;
    display:table;
    width:auto !important;
}
.block-item-thumb .item-expand {
    float:left;
}
.block-item-thumb .owl-stage-outer,
.block-item-thumb .owl-stage {
    width:100% !important;
}
.block-item-thumb .owl-item {
    width:calc(33.333% - 15px) !important;
    max-width:50px !important;
}
.block-item-thumb img{
    max-width:50px !important;
}
.block-item-info strong,
.block-item-info b {
    font-family:SF_Pro_Bold ,sans-serif;    
}
.block-item-thumb ul,
.block-option ul {
    margin:0;
    padding:0;
}
.block-thumb .item {
    position:relative;
}
.block-thumb .lSSlideWrapper,
.block-thumb .lSGallery {
    margin-bottom:15px !important;
}
.block-item-thumb {
    position: absolute;
    right: 0;
    width: 30px;
    min-height: 30px;
    bottom: 20px;
}
.block-item-info p {
    margin-bottom:10px;
}
.block-item-thumb li{
    list-style:none;
    display:inline-block;
    margin-right:15px;
    position:relative;
}
.block-item-thumb .owl-carousel .owl-stage{
    transform:none !important;
}
.block-item-thumb li img {
    width:50px;
    height:50px;
}
.block-item-thumb ul {
    display:table;
    float:left;
}
.block-item-thumb > a {
    color: #000;
    
}
.page-album .fancybox-navigation,
.page-album .fancybox-navigation .fancybox-button {
    height:130px !important;
}
.page-album .fancybox-outer,.page-album  .fancybox-stage {
    top:130px !important;
}
.page-album .fancybox-button--close {
    position: absolute;
    top: 6px;
    left: calc(50% - 50px);
    background: url(../upload/icon/close.png) no-repeat center center !important;
    background-size: contain !important;
    z-index: 9;
    opacity: 1;
    height: 65px;
    width: 65px;
}
.page-album .fancybox-button--close:hover {
    background: url(../upload/icon/close.png) no-repeat center center !important;
    background-size: contain !important;
}
.page-album .fancybox-navigation .fancybox-button--arrow_left div {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 70px);
    background: url(../upload/icon/pre.png) no-repeat center center;
    background-size: contain;
    z-index: 9;
    opacity: 1;
    height: 65px;
    width: 65px;
}
.page-album .fancybox-navigation .fancybox-button--arrow_left:hover div{
    background: url(../upload/icon/pre-hover.png) no-repeat center center;
    background-size: contain;
}
.page-album .fancybox-navigation .fancybox-button--arrow_right div {
    position: absolute;
    top: calc(50% - 32px);
    right: calc(50% - 75px);
    background: url(../upload/icon/next.png) no-repeat center center;
    background-size: contain;
    z-index: 9;
    opacity: 1;
    height: 65px;
    width: 65px;
}
.page-album .fancybox-navigation .fancybox-button--arrow_right:hover div {
    background: url(../upload/icon/next-hover.png) no-repeat center center;
    background-size: contain;
}
.page-album .fancybox-caption {
    background:none;
}
.page-album .fancybox-button {
    background:none;
}
.page-album .fancybox-button svg path {
    opacity:0;
}
.page-album .fancybox-button--arrow_left {
    left: calc(50% - 120px) !important;
}
.page-album .fancybox-button--arrow_right {
    right:calc(50% - 80px) !important;
}
.page-album .fancybox-toolbar {
    left:calc(50% - 30px) !important;
    top:28px;
    width:60px !important;
    height:60px !important;
}
.block-item-thumb > a > span {
    padding:13px;
    background:url(../upload/icon/plus.png) 0 no-repeat;
    background-size:contain;
}
.heading-caption {
    font-size:36px;
    font-family:SF_Bold, sans-serif;
    margin-bottom:30px;
    text-align:center;
    color:#fff;
}
.expand-item {
    width: 100%;
    position: relative;
    left: 0;
    background-color:#fff;
    padding-left:15px;
    padding-right:15px;
}
.box-expand-item {
    border: solid 1px #707070;
    width: 100%;
    position: relative;
    display:table;
}
.item-row {
    line-height:24px !important;
    width:100%;
    padding:50px;
    display:table;
}
.item-row .col-left {
    width:calc(100% - 200px);
    float:left;
    padding-right:15%;
}
.item-row .col-right {
    width:200px;
    float:left;
    text-align:center;
    margin-top:20px;
}
.item-row .col-right a {
    color:#000;
    border:solid 1px #000;
}
div.list-item {
    margin-top:40px;
    display:table;
    margin-left:auto;
    margin-right:auto;
    float:none;
}
div.list-item img {
    width:145px;
    height:145px;
}
.item-list {
    float:left;
    display:table;
    margin-left:30px;
    margin-right:30px;
}
.item-list-name {
    text-align:center;
    font-family:SF_Regular;
    font-size:18px;
    margin-top:20px;
}

.block-item-thumb ul li:last-child a{
    color: #000;
    font-size: 16px;
    margin-right: 0;
    border: solid 1px #000;
    border-radius: 50%;
    position: absolute;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 20px;
    top: -20px;
}
.block-item {
    border-left:solid 1px #707070;
    border-right:solid 1px #707070;
    margin-bottom:40px;
    padding-left:15px;
    padding-right:15px;
}
.video--block {
    max-width:1340px;
    width:100%;
    display:table;
    margin-left:auto;
    margin-right:auto;
}
.fancybox-bg {
    background:#000;
    opacity:1 !important;
}
.video-info,
.video-info p {
    line-height:32px !important;
}
.block-category ul, .video--content > ul,
.heading-bar {
    height:30px;
    line-height:30px;
}
.item--video {
    width:100%;
    display:table;
    margin-bottom:35px;
}
.item--video h2.video-name {
    font-size:24px;
    font-family:SF_Display_Bold, sans-serif;
    margin-top:15px;
    margin-bottom:0;
}
.fancybox-caption__body {
    font-family:Sf_Pro_Light, sans-serif;
    font-size:16px;
}
.fancybox-navigation {
    width:100%;
    height:100px;
    background-color:#0e0e0e;
}
.fancybox-caption__body a {
    color:#fff !important;
    padding:18px 65px;
    border:solid 1px #fff;

}
.fancybox-caption__body p {
    margin-bottom:50px;
}
.fancybox-caption__body a:hover {
    text-decoration:none;

}
.item--video h2.video-name a {
    color:#000;
}
.video--content {
    font-family:SF_Display_Light, sans-serif;
    font-size:16px;
    line-height:32px;
    padding-top:20px;
}
.sub-menu .dropdown-toggle::after {
    content: none;
    border:none;
}
.dropdown-menu.show {
    display: block !important;
    position: relative !important;
    float: none;
    transform: initial !important;
    border:none;
}
.heading-bar {
    font-size:24px;
    font-family:SF_Regular, sans-serif;
    margin-top:20px;
    margin-bottom:17px;
}
.form-text:focus {
    outline:none;
    box-shadow:none;
    border-color:#707070;
}
.form-text {
    height:57px;
    border-radius:0;
    border-color:#707070;
}
.form-button {
    font-family:Sf_Pro_Light, sans-serif;
    font-size:16px;
    height:50px;
    border:none;
    border-radius:0;
    background-color:#5b5b5b;
    color:#fff;
    cursor: pointer;
}
.ft-input {
    margin-bottom:20px;
}
.pt-10 {
    padding-top:10px;
}
.ft-social a{
    color:#000;
}
.ft-facebook {
    font-size:30px;
    margin-right:15px;
}
.ft-instagram {
    font-size:33px;
    margin-right:15px;
}
.ft-pinterest {
    font-size:30px;
    margin-right:15px;
}
.ft-youtube {
    font-size:35px;
    margin-right:15px;
}
.fancybox-caption__body h1,
.fancybox-caption__body h2,
.fancybox-caption__body h3 {
    font-size:48px;
    font-family:SF_Regular, sans-serif;
    margin-bottom:20px;
}
.fancybox-caption__body {
    font-family:Sf_Pro_Light, sans-serif;
    font-size:16px;
    line-height:32px;
    font-weight:initial !important;
}
.fancybox-caption__body {
    overflow:initial;
}
footer {
    background-color:#f5f5f5;
    padding-top:70px;
    padding-bottom:40px;
}
.ft-title {
    font-family:SF_Bold, sans-serif;
    line-height:35px;
    margin-bottom:10px;
}
.ft-footer {
    margin-top:60px;
    line-height:60px;
    font-size:15px;
}
.ft-footer img {
    height:60px;
    width:auto;
    
}
.ft-content ul {
    margin:0;
    padding:0;
    list-style:none;
}
.ft-content {
    font-size:16px;
    font-family:SF_Regular,sans-serif;
    line-height:35px;
    margin-bottom: 40px;
}
.ft-content a {
    color:#000;
}
.ft-footer ul {
    margin:0;
    padding:0;
    display:table;
    float:right;
}
.ft-footer li {
    float:left;
    margin-left:7px;
    list-style:none;
}
.block--item .block-item {
    margin-bottom:20px;
    margin-top:20px;
}
@media only screen and (min-width: 992px) {
    .thumb--product img {
        height: 400px;
    }
    /*.block--item .flx-2 {
        position:absolute !important;
        left:26%;
    }
    .block--item .flx-3 {
        position:absolute !important;
        left:51%;
    }
    .block--item .flx-4 {
        position:absolute !important;
        left:76%;
    }
    .block--item .fx-5 {
        width:100%;
        height:1px;
    }*/
}
.selected-input {
    border: 1px solid #ff0000 !important;
}
.contact-left{
    background: #ff9b00;
    padding: 4%;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.contact-info{
    margin-top:10%;
}
.contact-info img{
    margin-bottom: 15%;
}
.contact-info h1{
    margin-bottom: 10%;
    font-weight:bold;
}
.contact-right{
    background: #fff;
    padding: 3%;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
button {
    cursor: pointer;
}
header .logo img {
    max-height: 68px !important;
}
footer .list-contact img {
    width: 48px
}