img.fancybox-image {
    background: #fff;
}

/*module banner*/
.module_banner {
    padding: 50px 0 20px;
}
.module_banner.bg_gray {
    background: rgb(250, 250, 250);
}
.module_banner .row-flex {
    justify-content: center;
}
.module_banner .banner-item {
    margin-bottom: 20px;
    background: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 4px 0px rgb(204, 204, 204);
}

/*module slideshow*/
.slideshow-md{
    position:relative;
    overflow: hidden;
}
.slideshow.owl-carousel {
    margin: 0px;
}
.slideshow img{
    width: 100%;
}
.slideshow.owl-theme .owl-nav {
    margin: 0;
}
.slideshow.owl-theme .owl-nav button {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -30px;
    background: rgba(0,0,0,.1);
    font-size: 35px;
    color: #fff;
    transition: all 0.3s;
}
.slideshow.owl-theme .owl-nav button:hover {
    background: rgba(0,0,0,.3);
}
.slideshow.owl-theme .owl-nav button.owl-prev {
    left: 10px;
}
.slideshow.owl-theme .owl-nav button.owl-next {
    right: 10px;
}
.slideshow.owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}

/* info home */
.info-home-md {
    padding-top: 50px;
}
.info-home-md .text-blur {
    font-size: 76px;
    line-height: 1;
    font-weight: 700;
    color: rgba(67, 67, 67, 0.06);
}
.info-home-md h3 {
    color: #bd1a89;
    position: relative;
    margin: -35px 0 0;
    font-size: 34px;
    padding-bottom: 10px;
}
.info-home-md h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    border-top: 4px solid #bd1a89;
}
.info-home-desc {
    margin: 10px 0 35px;
}
.info-home-md a.btn-v {
    padding: 8px 30px;
    border: 2px solid #bd1a89;
    font-weight: 700;
}
.info-home-md a.btn-v:hover {
    background: transparent;
    color: #bd1a89;
}

/* featured product */
.featured-product-md {
    background: rgb(250, 250, 250);
    padding: 30px 0 15px;
}


/* 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 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-md {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}
.form-change-md label {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.form-change-md .form-control {
    font-size: 12px;
    border-radius: 3px;
}
.form-change-md input.form-control {
    height: 40px;
}
.form-change-md button#button-send-book {
    width: 100%;
    max-width: 300px;
    border-bottom: 2px solid #7c135b;
}

/* 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;
    padding: 50px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.box-news-latest .box-heading h2 {
    color: #fff;
}
.box-news-latest .box-heading:after {
    background: #fff;
}
.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: 0 15px 20px;
}
.news-latest-slide.owl-theme .owl-nav button {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    margin: 0;
}
.news-latest-slide.owl-theme button.owl-prev {
    left: -25px;
} 
.news-latest-slide.owl-theme button.owl-next {
    right: -25px;
}
.news-latest-slide.owl-theme .owl-nav button:hover {
    background: transparent;
    color: #bd1a89;
} 


/* box news content */
.box-news-content .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.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 {
    color: #888888;
    margin-bottom: 0;
    font-size: 13px;
}
.box-news-content h3.name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 0;
    margin: 0;
    font-size: 16px;
}
.box-news-content .name a {
    color: #000;
}
.box-news-content .name a:hover{
    color: #bd1a89;
}
.box-news-content .author {
    font-size: 14px;
    color: #888888;
    margin-bottom: 10px;
}
.box-news-content .excerpt{
    color: #888888;
    margin-bottom: 10px;
}
.box-news-content .continue_red a {
    color: #000;
    text-transform: capitalize;
    display: inline-block;
}
.box-news-content .date-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-news-content .continue_red a:after {
    content: "\f105";
    font-family: "FontAwesome";
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 26px;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    color: #bd1a89;
    border: 2px solid #bd1a89;
    border-radius: 50%;
}
.box-news-content .continue_red a:hover:after {
    background: #bd1a89;
    color: #fff;
}
.box-news-content ul li {
    line-height: 19px;
}
#content .box-news-content, .slide-news-related .box-news-content {
    box-shadow: 0px 3px 10px 0px rgba(34, 34, 34, 0.3);
    background: #fff;
}
#content .box-news-content .info-p, .slide-news-related .box-news-content .info-p {
    padding: 10px 15px;
}

.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;
}

/* categories product */
.md-categories-pro ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.md-categories-pro ul.lv1 {
    border: 1px solid #ddd;
    background: #fff;
}
.md-categories-pro li.box-item {
    position: relative;
}
.md-categories-pro li.box-item a {
    display: block;
    padding: 10px 10px 10px 15px;
    border-bottom: 1px dashed rgb(217, 217, 217);
}
.md-categories-pro li.box-item a:hover {
    color: #bd1a89;
}
.md-categories-pro li.box-item span.togglle {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    line-height: 43px;
    width: 30px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}
.md-categories-pro ul.lv2 {
    display: none;
}
.md-categories-pro ul.lv2 a {
    padding-left: 30px;
}

/* 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: 14px;
}

/* 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;
}
