/* 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*/
.box.module_banner {
    padding: 50px 0 60px;
}
.box.module_banner.bg_gray {    
    background: #ececec;
}
.module_banner .banner-item {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.module_banner .banner-item img {
    transition: all 0.5s;
}
.module_banner .banner-item:hover img {
    transform: scale(1.1);
}
.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: 60px 0 30px;
    background-color: #111 ;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}
.note-sale:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    z-index: -1;
}
.note-sale-content .icon {
    margin-bottom: 15px;
}
.note-sale-content .note-sale-info {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
}


/* 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: 30px 0 0;
    width: 100%;
    float: left;
    background-color: #eeeeee;
    position: relative;
}
.contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-item .contact-icon {
    display: inline-block;
    font-size: 32px;
    width: 70px;
    height: 70px;
    line-height: 71px;
    background-color: #0072bb;
    border-radius: 50%;
    position: relative;
    -webkit-transition: 3s ease;
    transition: 3s ease;
    cursor: pointer;
    text-align: center;
}
.contact-item .contact-icon::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    border-radius: 50%;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: -1;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.contact-item .contact-icon:hover::after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 0;
}
.contact-item .contact-icon a {
    color: #fff;
    position: relative;
    z-index: 1;
}
.contact-item .contact-info {
    margin-left: 15px;
    flex: 1;
}
.contact-item .contact-info .titleContact {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #0072bb;
}
.contact-item .contact-info .linkContact {
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    color: #0072bb;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.contact-item .contact-info .linkContactPhone { font-size: 16px; }
.contact-item .contact-info .linkContact:hover {
    color: #333;
}

/*module form_change*/
.form-change .box-content {
    width: 100%;
    display: inline-block;
}
.form-change button.close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    opacity: 1;
    width: 35px;
    height: 30px;
}
.form-change .modal-body {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.form-change .text-center.title-form {
    background: #000;
    position: relative;
    margin: -15px -15px 30px;
}
.form-change h2.title-form {
    font-size: 23px;
    color: #fff;
    margin: 0;
    padding: 10px 0;
}
.form-change p.subtitle {
    color: #fff;
    margin: 0;
    padding: 0 0 10px;
}
.form-change td {
    color: #333;
    font-weight: 600;
}
.form-change input[type='text'], input[type='password'], textarea{
    margin-bottom: 15px;
    color: #333;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #ddd;
    font-weight: 400;
}
.form-change #button-send-book {
    background: #000;
}
[id *= column-] .form-change{
    padding: 30px 0;
}

/* module info_home */


/* 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 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: #1e1d24;
    margin-bottom: 15px;
    font-size: 13px;
}
.box-news-content p.date i {
    color: #0072bb;
}
.box-news-content .name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 55px;
    margin: 5px 0;
}
.box-news-content .name a {
    font-weight: 500;
    font-size: 18px;
    color: #0072bb;
}
.box-news-content .name a:hover{
    color: #0072bb;
    text-decoration: underline;
}
.box-news-content .excerpt{
    color: #1e1d24;
    margin-bottom: 10px;
}
.box-news-content .continue_red a {
    color: #000;
    font-size: 13px;
    text-transform: capitalize;
}
.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 .info-p, .slide-news-related .box-news-content .info-p {
    padding: 10px 0;
}

.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;
}
div#yt-wrap {
    position: relative;
    padding-bottom: 45%;
    height: 0;
    overflow: hidden;
}

div#yt-wrap iframe#ytplayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 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;
}
.our-team .box-heading { color: #fff; }
.slide-our-team .item {
    padding: 0 15px;
}
.slide-our-team .box-team-content {
    width: 100%;
    display: inline-block;
    background: #fff;
    padding: 20px 20px 10px;
    border-radius: 10px;
}
.slide-our-team .box-team-content .image {
    width: 100px;
    float: left;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #000;
}
.slide-our-team .box-team-content .inner-team-content {
    width: calc(100% - 100px);
    float: left;
    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;
    background-color: #eeeeee;
    padding: 45px 0;
}


/* module option category*/
.option-categories {
    padding: 50px 0;
    background-color: #ececec;
}
.item-option-category {
    text-align: center;
    background: #fff;
    min-height: 530px;
}
.item-option-category h3.name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 64px;
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}
.item-option-category h3.name a {
    color: #0072bb;
}
.item-option-category h3.name a:hover {
    text-decoration: underline;
}
.item-option-category .info-p {
    padding: 10px;
}
.item-option-category .info-p p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 120px;
    margin-bottom: 15px;
    line-height: 24px;
    color: #1e1d24;
}

/* module product by category */
.product-by-type.product-by-cat {
    margin-bottom: 45px;
}

/* 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;
}

/* box number info */
.box-number-info {
    padding-top: 30px;
}
.box-number-info .img-box-info {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.box-number-info .img-box-info img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 100%;
    max-height: 100%;
}
.box-number-info .info-box-info h3 {
    margin: 0 0 15px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    text-transform: uppercase;
}
.box-number-info .info-box-info h3 a {
    color: #0072bb;
}
.box-number-info .info-box-info h3 a:hover {
    text-decoration: underline;
}
.box-number-info .info-box-info p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 120px;
    font-size: 14px;
    line-height: 24px;
    color: #1e1d24;
    margin: 0;
}
.over-form-request {
    padding: 10px 15px;
    width: 100%;
    max-width: 350px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 5 5 / 20%);
    -ms-box-shadow: 0px 0px 15px 0px rgba(0, 5, 5, 0.2);
    -o-box-shadow: 0px 0px 15px 0px rgba(0, 5, 5, 0.2);
    box-shadow: 0px 0px 15px 0px rgb(0 5 5 / 20%);
}
.over-form-request.over-form-request-header {
    position: absolute;
    top: 86px;
    right: 75px;
    display: none;
}
.over-form-request.over-form-request-header.in {
    display: block;
}
.over-form-request .title-form {
    color: #0072bb;
    font-size: 22px;
    line-height: 32px;
}
.over-form-request .desc-form {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}
.over-form-request .form-control {
    margin-bottom: 5px;
}
button.send-request {
    text-transform: uppercase;
    background-color: #0072bb;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    padding: 13px 30px;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 0;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
button.send-request:hover { background-color: #1e1d24; }

/* md faq */
.faq {
    background: #fff;
    padding: 60px 0;
}
.faq .box-heading a.btn-v {
    margin-top: 15px;
}
.faq .box-content p {
    font-size: 15px;
    line-height: 26px;
}
.faq .box-content p i {
    color: #0072bb;
    margin-right: 3px;
}

/* md popup */
.box.md-popup .modal-content {
    box-shadow: unset;
    background: transparent;
    border: 0;
}
.box.md-popup .modal-content .modal-body {
    padding: 0;
}
.box.md-popup button.close {
    background: #000;
    color: #fff;
    border: 2px solid #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 20px;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -10px;
}

/* md project */
.md-project.box {
    padding: 60px 0;
}
.project-item {
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 5 5 / 20%);
    -ms-box-shadow: 0px 0px 15px 0px rgba(0, 5, 5, 0.2);
    -o-box-shadow: 0px 0px 15px 0px rgba(0, 5, 5, 0.2);
    box-shadow: 0px 0px 15px 0px rgb(0 5 5 / 20%);
}
.project-item-img {
    width: 100%;
    overflow: hidden;
}
.project-item img {
    transition: all 0.5s;
}
.project-item:hover img {
    transform: scale(1.1);
} 
.project-item-info {
    text-align: center;
    padding: 0 10px 10px;
}
.project-item-info h3 {
    color: #0072bb;
    font-size: 18px;
    font-weight: 600;
}