/*module slideshow*/
.slideshow{
    position:relative;
    overflow: hidden;
}
.slideshow .owl-carousel {
    margin: 0px;
}
.slideshow img{
    width: 100%;
}
.slideshow .owl-carousel .owl-nav button {
    position: absolute;
    width: 36px;
    height: 81px;
    top: 50%;
    margin-top: -40px;
}
.slideshow .owl-carousel .owl-nav button.owl-prev {
    left: 2%;
}
.slideshow .owl-carousel .owl-nav button.owl-next {
    right: 2%;
}
.slideshow .owl-carousel .owl-nav button i.fa {
    width: 36px;
    height: 36px;
    border: 2px solid #fff;
    line-height: 31px;
    color: #fff;
    font-size: 28px;
    border-radius: 50%;
    text-align: center;
}
.slideshow .owl-carousel .owl-nav button:hover i.fa {
    background: #383b97;
    border-color: #383b97;
}
.slideshow .owl-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
}
.slideshow .owl-dots button {
    display: inline-block;
    margin: 0 3px;
}
.slideshow .owl-dots span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    opacity: .4;
    border-radius: 50%;
}
.slideshow .owl-dots button:hover span {
    opacity: 6;
}
.slideshow .owl-dots button.active span {
    background: #fff;
    opacity: 1;
}

/* video */
.md-video {
    background: #f8f8f8;
    padding: 90px 0;
}
.md-video .iframe-video {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.md-video .iframe-video .thumb-video img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.md-video .iframe-video .thumb-video img:hover {
    -webkit-filter: brightness(75%);
} 
.md-video .iframe-video span.play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url(../image/youtube.png) no-repeat;
    cursor: pointer;
}
.md-video .iframe-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.md-video h2 {
    color: #4d4d4d;
}
.md-video h2 b {
    color: var(--main-color);
}
.md-video a.btn-catalogue {
    background: var(--bg-btn-light);
}
.md-video a.btn-catalogue:after {
    background: var(--main-color);
}
.md-video-btn a.btn-v {
    margin: 5px 0;
}
.md-video-btn a.btn-v:not(:last-child) {
    margin-right: 15px;
}

@media (min-width: 992px) {
    .md-video .col-md-6:first-child {
        padding-right: 20px;
    }
    .md-video .col-md-6:last-child {
        padding-left: 20px;
    }
}
@media (max-width: 991px) {
    .md-video {
        padding: 30px 0;
    }
    .md-video .iframe-video {
        margin-bottom: 30px;
    }
}

/* info home */
.info-home .box-heading h2 {
    margin: 60px 0;
}
.info-home .box-content {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 1px;
}
.info-home h3 {
    font-size: 21px;
    color: #fff;
}
.info-home .column-left h3 {
    color: var(--main-color);
}
.info-home .column-left {
    background-color: rgba(0,0,0,0.45);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px;
    gap: 25px;
    z-index: 2;
}
.info-home .column-left:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: -1;
}
.info-home-desc {
    background: #f2f2f2;
    padding: 2px;
}
.info-home-desc h3 {
    margin: 0 0 5px;
}
.info-home-desc p {
    font-weight: bold;
    color: #000;
    margin: 0;
}
.info-home .column-right > div {
    display: grid;
    gap: 1px;
}
.info-home .column-right-top {
    grid-template-columns: repeat(2,1fr);
    border-bottom: 1px solid #fff;
}
.info-home .column-right-bottom {
    grid-template-columns: repeat(3,1fr);
}
.info-home-item {
    padding: 65px 20px 40px;
    background: #333;
    color: #fff;
}
.info-home .column-right-bottom .info-home-item {
    background: #444;
}
.info-home-item .icon {
    width: 80px;
    margin: 0 auto 18px;
}
.info-home-item h3 {
    margin: 0 0 18px;
}

@media (max-width: 1200px){
    .info-home .column-left {
        padding: 50px;
    }
}
@media (max-width: 991px) {
    .info-home .box-heading h2 {
        margin: 30px 0;
    }
    .info-home .box-content {
        grid-template-columns: 100%;
    }
    .info-home-desc {
        margin-top: 30%;
    }
}
@media (max-width: 768px) {
    .info-home .column-right > div {
        grid-template-columns: 100%!important;
    }
}

/* product latest */
.md-product-latest {
    padding: 60px 0;
}

@media (max-width: 991px) {
    .md-product-latest {
        padding: 30px 0;
    }
}

/* project latest */
.md-project-latest {
    padding: 60px 0;
    background: #f7f7f7;
}

@media (max-width: 991px) {
    .md-project-latest {
        padding: 30px 0;
    }
}

/* news latest */
.box-news-latest {
    padding: 60px 0;
}
.news-lastest-slide .owl-stage {
    display: flex;
    padding: 0 5px;
}
.news-lastest-slide .owl-item {
    padding: 10px 0;
}
.news-lastest-slide .owl-nav button {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s;
}
.news-lastest-slide .owl-nav button:hover {
    background: #f5f5f5;
}
.news-lastest-slide .owl-nav button.owl-next {
    right: -50px;
}
.news-lastest-slide .owl-nav button.owl-prev {
    left: -50px;
}
.news-lastest-slide .owl-nav button i {
    font-size: 30px;
}
.news-lastest-slide .owl-dots {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-lastest-slide .owl-dots button span {
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background: #545053;
    opacity: 0.3;
    transition: all 0.3s;
    margin: 6px;
}
.news-lastest-slide .owl-dots button span:hover {
    opacity: 1;
}
.news-lastest-slide .owl-dots button.active span {
    box-shadow: 0 0 0 2px var(--main-color);
    background: transparent;
    opacity: 1;
}

@media (max-width: 1260px) {
    .news-lastest-slide .owl-nav {
        display: none;
    }
}

@media (max-width: 992px) {
    .box-news-latest {
        padding: 30px 0;
    }
}

/* carousel */
.module-carousel {
    background: #F7F7F7;
    padding: 60px 0;
}
.carousel.banner-partner .item {
    background: #fff;
}
.carousel.banner-partner .item img {
    width: auto!important;
    display: inline-block;
}
.carousel.banner-partner .owl-nav button {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s;
}
.carousel.banner-partner .owl-nav button:hover {
    background: #f5f5f5;
}
.carousel.banner-partner .owl-nav button.owl-next {
    right: -50px;
}
.carousel.banner-partner .owl-nav button.owl-prev {
    left: -50px;
}
.carousel.banner-partner .owl-nav button i {
    font-size: 30px;
}

@media (max-width: 1260px) {
    .carousel.banner-partner .owl-nav {
        display: none;
    }
}
@media (max-width: 992px) {
    .module-carousel {
        padding: 30px 0;
    }
}

/* news by category */
.news-by-categories li {
    display: flex;
    margin-bottom: 15px;
    gap: 10px;
}
.news-by-categories li:last-child {
    margin-bottom: 0;
} 
.news-by-categories li .image {
    padding: 3px;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    overflow: hidden;
    flex: 0 0 70px;
}
.news-by-categories li .name a {
    font-size: 14px;
    font-family: var(--title-font);
    line-height: 1.3;
}

/* menu column */
.md-menu-column ul {
    margin: 0;
}
.md-menu-column ul a {
    display: block;
    padding: 9px 15px;
    border-bottom: 1px solid #ebe6e9;
}
.md-menu-column ul a:hover {
    background: #f5f5f5;
    color: #333;
}
.md-menu-column ul li.current a,
.md-menu-column ul li.current a:hover {
    background: var(--main-color);
    color: #fff;
}

/* category product */
.md-categories-pro ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.md-categories-pro ul li {
    margin-top: 8px;
    position: relative;
}
.md-categories-pro ul ul {
    padding-left: 30px;
    display: none;
}
.md-categories-pro ul li a {
    display: flex;
    align-items: center;
}
.md-categories-pro ul li a:before {
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 10px;
    margin-right: 5px;
    opacity: 0.3;
}
.md-categories-pro ul li span.togglle {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
.md-categories-pro ul li span.togglle:hover {
    color: var(--main-color);
}
.md-categories-pro ul li span.togglle.active {
    transform: rotate(180deg);
}