/* module account */
.box-account{
    margin-bottom: 10px;
}
.box-account .img-account{
    width: 40px; height: 40px;
    margin: 0 auto;
}
.box-account ul.not-logged{
    float: left;
    clear: both;
    width: 100%;
}
.box-account ul.not-logged li{
    list-style: none
}
.box-account ul.not-logged li a{    
    background: #DCDCDC;
    padding: 10px 12px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;    
    display: block;
    margin: 5px 0;
}
.box-account ul.not-logged li a.active{
    background: #b09d7b;
    color: #ffffff;
}
.box-account .account{  
    padding: 10px 10px 0 10px;
    text-align: center;
}
.box-account .account form{
    text-align: left;
    float: left;
}
.account-login,.account-register{
    display: none
}
.account-login.active,.account-register.active{
    display: block
}
.box-account .button-register-login{    
    background: #707070;
    border: 0;
    outline: none;
    color: #FFF;
    padding:5px 10px;
    float: right;
    margin-bottom: 10px;
}

/*module banner*/
.module_banner .banner-item {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.banner-cat-pro {
    position: relative;
    overflow: hidden;
}

/*module slideshow*/
.slideshow{
    position:relative;
    overflow: hidden;
    background: #fff;
}
.slideshow .owl-carousel {
    margin: 0px;
}
.slideshow img{
    width: 100%;
}

/* module carousel*/
.box.module-carousel {
    padding: 35px 0;
    clear: both;
}
.box.module-carousel .owl-carousel {
    background: transparent;
    margin: 0;
}
.box.module-carousel .owl-item .item{
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
    overflow: hidden;
    padding: 15px 0;
    display: block;
    position: relative;
}
.box.module-carousel .owl-item .item img {
    width: auto;
    margin: auto;
    max-width: 100%;
    display: inline-block;
    max-height: 100%;
    transition: all 0.3s
}
.box.module-carousel .owl-item .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

/* module note sale */
.note-sale {
    padding: 0;
    position: relative;
}
.box-heading-note-sale {
    padding: 0 20px;
    text-align: center;
    margin: 40px 0 80px;
}
.box-heading-note-sale .title {
    font-size: 20px;
    text-transform: uppercase;
}
.box-heading-note-sale h2 {
    font-size: 36px;
    font-weight: 600;
    margin: 10px 0 0;
}
.note-sale .box-content-md-insta {
    position: relative;
}

/*insta*/
.instafeed-container {
    float: left;
    position: relative;
    padding: 0;
    color: #fff;
    width: 25%;
    padding-top: 25%;
}
.instafeed-container img.img-note-sale {
    width: 95%;
    height: 95%;
    max-width: none;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}
.instafeed-overlay {
    opacity: 0;
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 95%;
    height: 95%;
    margin: 0 auto;
    transition: all .2s linear;
}
.instafeed-container:hover .instafeed-overlay {
    opacity: 1;
}
.instafeed-overlay::before{
    content: ' ';
    opacity: 1;
    background: url(../image/instagram-icon.svg) no-repeat center center;
    background-size: 20px 20px;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.instafeed-overlay::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
}

.instafeed-lightbox {
    display: none;
    position: fixed;
    font-size: 15px;
    z-index: 99999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
}
.instafeed-lightbox.open-block {
    outline: 0;
    display: block;
}
.instafeed-lightbox .lightbox-instagram {
    height: 500px;
    width: 900px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -235px;
    margin-left: -450px;
}
.instafeed-lightbox img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: auto;
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: initial;
    display: initial;
    opacity: 1;
}
.instafeed-lightbox .lightbox-instagram .description {
    position: absolute;
    right: 0;
    width: 450px;
    text-align: left;
    color: #000;
    text-decoration: none;
    box-sizing: content-box;
    padding: 0;
    display: block;
}
.instafeed-lightbox .lightbox-instagram .instafeed-header {
    height: 58px;
    position: relative;
    transform: none;
    margin: 0;
    padding: 0;
    text-align: inherit;
    opacity: 1;
    background: 0 0;
    margin-top: 5px;
}
.instafeed-lightbox .lightbox-instagram hr {
    margin: 10px;
    border: 0;
    border-bottom: 1px solid #e8e9eb;
    background: 0 0;
    max-width: 100%;
    width: auto;
}
.instafeed-lightbox .lightbox-instagram .box-content {
    padding: 10px 20px 20px;
    max-height: 530px;
    overflow-x: hidden;
    overflow-y: auto;
    position: initial;
}
.instafeed-lightbox .lightbox-instagram .close-button {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMCcgaGVpZ2h0PScyMCcgY2xhc3M9J2ljb24nPjxwYXRoIGZpbGw9JyM5Mzk1OTgnIGQ9J00xNS44OSAxNC42OTZsLTQuNzM0LTQuNzM0IDQuNzE3LTQuNzE3Yy40LS40LjM3LTEuMDg1LS4wMy0xLjQ4NXMtMS4wODUtLjQzLTEuNDg1LS4wM0w5LjY0MSA4LjQ0NyA0Ljk3IDMuNzc2Yy0uNC0uNC0xLjA4NS0uMzctMS40ODUuMDNzLS40MyAxLjA4NS0uMDMgMS40ODVsNC42NzEgNC42NzEtNC42ODggNC42ODhjLS40LjQtLjM3IDEuMDg1LjAzIDEuNDg1czEuMDg1LjQzIDEuNDg1LjAzbDQuNjg4LTQuNjg3IDQuNzM0IDQuNzM0Yy40LjQgMS4wODUuMzcgMS40ODUtLjAzcy40My0xLjA4NS4wMy0xLjQ4NXonLz48L3N2Zz4=);
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin: 15px;
}
.instafeed-lightbox .lightbox-instagram .close-button a {
    display: inline-block;
    width: 25px;
    height: 25px;
}
.instafeed-lightbox .lightbox-instagram .profile-picture {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    margin: 12px;
    border: 1px solid #eee;
    max-width: 450px;
    right: auto;
}
.instafeed-lightbox .lightbox-instagram .name-section {
    position: absolute;
    top: 14px;
    left: 65px;
}
.instafeed-lightbox .lightbox-instagram .name-section .fullname {
    color: #000;
    letter-spacing: 0.75px;
    font-weight: 600;
    line-height: 24px;
    font-size: 15px;
}
.instafeed-lightbox .lightbox-instagram .username {
    color: grey;
    font-size: 11px;
    display: block;
    line-height: 16px;
    letter-spacing: 0.75px;
}
.instafeed-lightbox .lightbox-instagram .sub-header {
    height: 32px;
    color: grey;
    position: relative;
}
.instafeed-lightbox .lightbox-instagram .arrows-instagram {
    display: flex;
    justify-content: space-between;
}
.instafeed-lightbox .lightbox-instagram .arrows-instagram a {
    display: inline-block;
    width: 32px;
    height: 32px;
}
.instafeed-lightbox .lightbox-instagram .arrows-instagram span {
    position: relative;
    width: 32px;
    height: 32px;
    display: inline-block;
    object-position: 99999px 99999px;
    background: no-repeat 50%/100% 100%;
    background-size: 50%;
}
.instafeed-lightbox .lightbox-instagram .arrows-instagram span.prev {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0NzcuMTc1IDQ3Ny4xNzUnIHdpZHRoPSc1MTInIGhlaWdodD0nNTEyJz48cGF0aCBkPSdNMTQ1LjE4OCAyMzguNTc1bDIxNS41LTIxNS41YzUuMy01LjMgNS4zLTEzLjggMC0xOS4xcy0xMy44LTUuMy0xOS4xIDBsLTIyNS4xIDIyNS4xYy01LjMgNS4zLTUuMyAxMy44IDAgMTkuMWwyMjUuMSAyMjVjMi42IDIuNiA2LjEgNCA5LjUgNHM2LjktMS4zIDkuNS00YzUuMy01LjMgNS4zLTEzLjggMC0xOS4xbC0yMTUuNC0yMTUuNXonIGZpbGw9J2JsYWNrJy8+PC9zdmc+);
}
.instafeed-lightbox .lightbox-instagram .arrows-instagram span.next {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0NzcuMTc1IDQ3Ny4xNzUnIHdpZHRoPSc1MTInIGhlaWdodD0nNTEyJz48cGF0aCBkPSdNMzYwLjczMSAyMjkuMDc1bC0yMjUuMS0yMjUuMWMtNS4zLTUuMy0xMy44LTUuMy0xOS4xIDBzLTUuMyAxMy44IDAgMTkuMWwyMTUuNSAyMTUuNS0yMTUuNSAyMTUuNWMtNS4zIDUuMy01LjMgMTMuOCAwIDE5LjEgMi42IDIuNiA2LjEgNCA5LjUgNCAzLjQgMCA2LjktMS4zIDkuNS00bDIyNS4xLTIyNS4xYzUuMy01LjIgNS4zLTEzLjguMS0xOXonIGZpbGw9J2JsYWNrJy8+PC9zdmc+);
}
.instafeed-lightbox .lightbox-instagram .instafeed-caption {
    margin-top: 20px;
    clear: both;
    color: #666;
}
.instafeed-lightbox .lightbox-instagram .post-date {
    color: grey;
    font-size: 11px;
    margin-top: 50px;
    border-top: 1px solid #eee;
    padding-top: 5px;
}

/* module categories combopro*/
.product-by-type .tab-content {
    border: 0;
    padding: 0;
    min-height: unset;
    margin-bottom: 0;
}

/* module contact us*/
.contact_us_home {
    padding: 60px 0 45px;
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}
.contact_us_home h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 700;
}
.contact_us_home p {
    color: #bbb;
    font-size: 14px;
    margin-bottom: 20px;
    white-space: pre-wrap;
}
.form-newsletter input[type="email"] {
    height: 40px;
    border: none;
    vertical-align: top;
    padding: 5px 15px;
    background: #fff;
    color: #999;
    width: 35%;
    font-size: 13px;
    display: inline-block;
    border-radius: 0;
}
.form-newsletter button.send-mail {
    height: 40px;
    min-width: 105px;
    margin-left: -4px;
    text-transform: uppercase;
    font-size: 12px;
    transition: 0.3s all ease 0s;
    font-weight: 500;
    color: #fff;
    background: #000;
    border-radius: 0;
    border: 0;
}
.form-newsletter button.send-mail:hover{
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

/*module form_change*/
.form-change {
    background: #f0f0f0;
}
.form-change .box-content {
    width: 100%;
    overflow: visible;
    max-width: 1200px;
    margin: 0px auto;
    padding: 60px 280px;
}
.form-change .title-form {
    color: rgb(143, 139, 144);
    font-size: 36px;
    font-weight: 600;
}
.form-change .subtitle {
    color: rgb(90, 83, 87);;
    font-size: 14px;
    margin-bottom: 15px;
}
.form-change label{
    color: rgb(90, 83, 87);
    font-size: 16px;
}
.form-change .desc-birthday {
    color: rgb(90, 83, 87);
    font-size: 14px;
}
.form-change .desc-polici {
    font-size: 10px;
}
.form-change .check-polici {
    position: relative;
}
.form-change input#polici {
    position: absolute;
    width: 0px;
    opacity: 0;
}
.form-change label.label-polici {
    display: flex;
    align-items: center;
    flex: 1 0 100%;
    padding-bottom: 8px;
    word-break: break-word;
    max-width: 100%;
    cursor: pointer;
    font-weight: 400;
}
.form-change input[type=checkbox]:checked+label>* {
    display: inline-block !important;
}
#button-send-book{
    outline: none;
    padding: 6px 50px;
    font-size: 16px;
    margin-top: 15px;
    border-radius: 4px;
    font-weight: 600;
}

/* module info_home */
.box-number-info.box-bg-img {
    min-height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: #fff;
}
.box-number-info.box-bg-white {
    padding: 110px 0;
}
.box-bg-img .box-content {
    padding: 50px 0;
}
.box-number-info h2 {
    font-size: 45px;
    margin: 0 0 15px;
    font-weight: 600;
}
.box-number-info .sub {
    font-size: 24px;
    margin-bottom: 20px;
}


/* module news featured */
.box-news-featured.pos-content .box-news-content .image{
    float: left;
    width: 30%;
    padding: 10px;
    border: 2px solid #b09d7b;
    border-radius: 5px;
}
.box-news-featured.pos-content .box-news-content .content{
    float: left;
    width: 70%;
    padding: 10px;
}
.box-news-featured .box-news-content .name a{
    color: #000;
    display: block;
    text-transform: capitalize; 
    font-weight: 600;
    font-size: 20px;
}
.box-news-featured .box-news-content a:hover{
    color: #b09d7b;
}
.box-news-featured .box-news-content .date_added{
    color: #7f7f7f;
    font-style: italic;
}

.box-news-featured .box-news-content .list-news-featured li{
    display: block;
    width: 100%;
    border-bottom: 1px solid #ececec;
    padding: 10px 0;
    float: left;
    clear: both;
    position: relative;
}
.box-news-featured .box-news-content .list-news-featured li>i{
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
    transition: all 0.5s;
}
.box-news-featured .box-news-content .list-news-featured li>i.open{
    transform: rotate(180deg);
}
.box-news-featured .box-news-content .list-news-featured li .small-content{
    display: none;
    float: left;
    clear: both;
}
.box-news-featured. .box-news-content .list-news-featured li img{
    width: 100px;
    float: left;
}
.box-news-featured .box-news-content .list-news-featured li .small-short-content{
    width: calc(100% - 100px);
    float: left;
    height: 80px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    display: -webkit-box;
    margin: 10px 0;
    padding: 0 10px;
}
/* module  news-latest*/
.box-news-latest{
    display: block;
    clear: both;
    padding: 30px 0 60px;
    width: 100%;
    float: left;
    background: #fff;
}
.box-news-latest .owl-item .item{
    margin: 0 15px 15px;
}
.box-news-latest .item .box-news-content {
    box-shadow: 0px 3px 10px 0px rgba(34, 34, 34, 0.3);
    background: #fff;
}
.box-news-latest .item .box-news-content .info-p {
    padding: 20px 15px 30px;
}
/* box news content */
.box-news-content .image {
    position: relative;
    overflow: hidden;
}
.box-news-content .image img{
    width: 100%;
    transition: all 0.3s;
}
.box-news-content .image:hover img {
    opacity: 0.8;
}
.box-news-content p.date {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
}
.box-news-content .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0 10px;
}
.box-news-content .name a {
    font-size: 24px;
    font-family: 'DinCondensed', sans-serif;
}
.box-news-content .excerpt{
    font-size: 13px;
    margin-bottom: 10px;
}
.box-news-content .continue_red a {
    font-size: 13px;
}
/*.box-news-content .continue_red a:after {
    content: "\f105";
    font-family: "FontAwesome";
    padding: 5px;
    vertical-align: middle;
}*/
.box-news-content ul li {
    line-height: 19px;
}
#content .box-news-content, .slide-news-related .box-news-content {
    background: #fff;
}
#content .box-news-content .info-p, .slide-news-related .box-news-content .info-p {
    position: relative;
    background: #fff;
    width: 90%;
    z-index: 1;
    margin: -70px auto auto;
    padding: 25px;
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
}

.md-news-latest-column .image {
    width: 80px;
    float: left;
}
.md-news-latest-column .box-news-content .name {
    width: calc(100% - 80px);
    float: right;
    padding-left: 10px;
    white-space: unset;
}
.md-news-latest-column .box-news-content .name a {
    font-size: 14px;
    text-transform: unset;
}
/* module video */
.md-video {
    width: 100%;
    float: left;
    position: relative;
}
.md-video .video-iframe {
    width: 100%;
    position: relative;
    height: 360px;
    background: #000;
    overflow: hidden;
}
.md-video .video-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.md-video-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.inner-md-video-info {
    width: 100%;
    padding: 30px;
    color: #fff;
}
.video-info-sub {
    font-size: 20px;
    text-transform: uppercase;
}
.video-info-title {
    font-size: 32px;
    font-weight: 600;
    font-family: 'DinCondensed', sans-serif;;
}
.video-info-desc {
    margin-bottom: 30px;
}

/* module our team */
.our-team {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    float: left;
    padding: 50px 0;
    position: relative;
    z-index: 2;
}
.our-team:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(18, 18, 18, 0.28);
    z-index: -1;
}
.slide-our-team .item {
    padding: 0 15px;
}
.slide-our-team .box-team-content {
    width: 100%;
    display: inline-block;
    padding-top: 8px;
}
.slide-our-team .box-team-content .image {
    width: 100px;
    float: left;
}
.slide-our-team .box-team-content .inner-team-content {
    width: calc(100% - 100px);
    float: left;
    color: #fff;
    padding-left: 20px;
}
.slide-our-team .box-team-content .inner-team-content h5 {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.slide-our-team .box-team-content .inner-team-content p { line-height: 1.8; }
.slide-our-team .owl-pagination {
    top: 0;
    margin-top: 10px;
}
.slide-our-team .owl-controls .owl-page span,
.slide-img-shop .owl-controls .owl-page span {
    border: 1px solid #ddd9d9;
    background: #fff;
}
.slide-our-team .owl-controls .owl-page.active span,
.slide-img-shop .owl-controls .owl-page.active span {
    background: #f8cfe1;
    border: 1px solid #f8cfe1;
}


/* special product */
.product-by-type.box-pro-special {
    background: #fff;
    margin: 0;
}

/* latest product */
.product-by-type.new-product {
    margin: 30px 0;
}

/* featured product */
.featured-product:not(.featured-product-column) {
    margin-bottom: 0;
    padding: 30px 0;
}
.box-heading-featured h4 {
    text-align: center;
    margin: 0 0 30px;
    font-size: 29px;
    font-weight: 600;
}
.box-heading-featured a {
    margin: -10px 20px;
    padding: 10px;
    vertical-align: middle;
    display: inline-block;
}


/* option categories */
.option-categories {
    margin: 30px 0;
}
.option-categories a {
    color: #fff;
}
.item-option-cat {
    position: relative;
    width: 100%;
}
.item-option-cat .infor-cp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    text-align: left;
}
.item-option-cat:hover .infor-cp {
    background-color: rgb(0 0 0 / 50%);
}
.item-option-cat .inner-infor-cp {
    padding: 30px 30px 50px;
    width: 100%;
}
.item-option-cat .inner-infor-cp .sub-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.item-option-cat .inner-infor-cp h3.name {
    font-size: 32px;
    margin: 0 0 10px;
}
.item-option-cat .link-cat span {
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.item-option-cat .link-cat span:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.slide-option-categories.owl-theme .owl-nav.disabled+.owl-dots,
.slide-option-categories.owl-theme .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.slide-option-categories.owl-theme .owl-dots .owl-dot span {
    opacity: 0.5;
    background: #fff;
}
.slide-option-categories.owl-theme .owl-dots .owl-dot.active span, 
.slide-option-categories.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    opacity: 1;
}

/* module product by category */
.product-by-type.product-by-cat {
    margin-bottom: 45px;
}

/*md project latest*/
.md-project-latest {
    background: #d1c4c5;
    padding: 100px 0;
}
.project-banner-image {
    max-width: 600px;
    margin: 0 auto;
}
.md-project-latest .project-content {
    text-align: center;
    color: #fff;
}
.md-project-latest .sub-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.md-project-latest .title {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 10px;
    font-family: 'DinCondensed', sans-serif;
    font-weight: 600;
}
.md-project-latest p {
    font-size: 18px;
    margin-bottom: 30px;
}
.over-btn-project a.btn-v {
    margin-bottom:5px;
    font-size: 15px;
}

/* desc-home */
.md-desc-home.box {
    margin: 40px 0 80px;
}
.md-desc-home.box h2 {
    color: #5a5357;
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 30px;
    text-align: center;
}

/* module slideshow */
.slideshow-over .owl-wrapper-outer .item{
    position: relative;
}
.slideshow-over .owl-wrapper-outer .content{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: rgb(255, 255, 255);
    padding-top: 130px;
    text-align: center;
}
.slideshow-over .owl-wrapper-outer .content .title{
    position: relative;
    display: block;
    visibility: hidden;
    opacity: 0;
    margin-top: -20px;
    font-size: 100px;
    line-height: 1.5;
    font-weight: 500;
    transition: all 1s ease-in-out;
}
.slideshow-over .owl-wrapper-outer .owl-item.active .content .title{
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
}
.slideshow-over .owl-wrapper-outer .content .description {
    position: relative;
    display: block;
    visibility: hidden;
    opacity: 0;
    margin-top: -20px;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 400;
    transition: all 1.5s ease-in-out;
}
.slideshow-over .owl-wrapper-outer .owl-item.active .content .description{
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
}
.slideshow-over .owl-wrapper-outer .content .view-more {
    position: relative;
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    margin-top: 20px;
    z-index: 8;
    white-space: nowrap;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    background: transparent;
    cursor: pointer;
    transition: all 2s ease-in-out;
}
.slideshow-over .owl-wrapper-outer .owl-item.active .content .view-more{
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
}
.slideshow-over .owl-wrapper-outer .content .view-more a{
    color: #fff;
    transition: all 0.2s;
    display: block;
    padding: 10px 35px;
    border: 0;
    background-color: #000;
    border-radius: 50px;
}
.slideshow-over .owl-wrapper-outer .content .view-more a:hover{
    background-color: #3a5501;
}
.slideshow-over #slideshow .owl-buttons [class *='owl-']{
    position: absolute;
    top: 50%;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -20);
    visibility: visible;
    width: 40px;
    height: 40px;
    background-color: rgb(255 255 255 / 51%);
    border-radius: 50%;
    display: block;
    z-index: 100;
    transition: all 0.3s ease;
}
.slideshow-over:hover #slideshow .owl-buttons [class *='owl-']{
    opacity: 1;
    visibility: inherit;
}

.slideshow-over:hover #slideshow .owl-buttons .owl-prev{
    left: 10px;
}
.slideshow-over:hover #slideshow .owl-buttons .owl-next{
    right: 10px;
}
.slideshow-over #slideshow .owl-buttons [class *='owl-']:hover {
    background-color: transparent;
}

.slideshow-over #slideshow .owl-buttons [class *='owl-']:before {
    font-family: 'FontAwesome';
    display: block;
    line-height: 36px;
    text-align: center;
    font-size: 31px;
    color: #222;
}
.slideshow-over #slideshow .owl-buttons [class *='owl-']:hover:before {
    color: #222;
}
.slideshow-over #slideshow .owl-buttons .owl-prev:before {
    content: '\f104';
}
.slideshow-over #slideshow .owl-buttons .owl-next:before {
    content: '\f105';
}
/* module support online*/
#support-online {
    background-color: #f8f8fa;
    padding: 30px;
    clear: both;
}
#support-online.column {
    background-color: unset;
    padding: unset;
    clear: both;
}
#support-online h2{
    text-align: center;
}

#support-online .box-inner{
    padding: 10px;
    background: #fff;
}
#support-online.column .box-inner{
    display: block;
    border: none;
}
#support-online .box-inner .description{
    width: 100%;
    display: block;
    margin-left: 0;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
}
#support-online .col-xs-12:last-child .box-inner .description {
    border-bottom: 0;
} 
#support-online .box-inner .description h4,
#support-online .box-inner .description p{
    color: #333;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 5px;
    font-size: 16px;
}

/* manufacturer */
.box.module-manufacturer {
    margin: 0;
    background: #ffffff;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    height: 130px;
    line-height: 130px;
}
.module-manufacturer-column ul {
    padding: 15px;
}
.module-manufacturer-column ul li {
    margin-bottom: 5px;
}
