.logos img{
	width: 150px;
}
.custom-nav-link{
    background: #de2c23 !important;
    margin-top: 28px;
    padding: 8px 22px !important;
    border-radius: 36px;
    color: #fff !important;
}

.popup-infos p{
    font-weight: bold;
}


.about-info video{
	width: 100%;
}
.setting-button{
	display: none;
}

.tab-content>.tab-pane{
    background: #fff;
    box-shadow: 0 0 7px rgb(0 0 0 / 10%);
    padding: 25px 20px;
}
.tabs-imgs{
	border: 1px solid #ddd;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
}
.career-info ul{
    padding-left: 20px;
    list-style: circle;
    margin-bottom: 20px;
}

.distributors-infos{
    margin: 0 0 30px 0;
    width: 100%;
    background: #fff;
    padding: 30px 20px 25px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);

}

.distributors-infos:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.distributors-infos h3{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #de2c23;
}

.core-texts ul li .fa{
    font-size: 25px;
    color: #de2c23;
}

.core-texts ul li{
    font-size: 18px;
    margin-bottom: 5px;
}

.product-description ul{
    padding-left: 20px;
}
.product-description ul li{
    list-style: circle;
}
.p-link-color{
    color: #de2c23;
}

.vision-mission-section{
    padding: 50px 0px;
}
.about-info-img{
    padding-right: 20px;
    float: left;
}
.about-info-img img{
    border-radius: 5px;
}
.about-infos img{
    text-align: center;
    align-items: center;
    margin: 5px auto 5px auto;
}

.crc-box-info{
    margin-bottom: 30px;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    background: #fff;
}

.crc-box-info:hover{
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
 .crc-box-info img{
    width: 100%;
 }

.crc-info-details{
    padding: 30px 20px 10px;
}

.crc-detail-box-infos{
    margin-bottom: 30px;
    border: 1px solid #ddd;
    padding: 30px
}

/*.crc-detail-box-info{
    padding: 20px 0px 20px 0px;
}*/

.crc-detail-box-info img{
    width: 100%;
    margin-bottom: 25px;
}
.current-opening-box{
    margin: 0 0 30px 0;
    width: 100%;
    background: #fff;
    padding: 50px 40px 40px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.current-opening-box:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.current-opening-box ul{
    padding-left: 20px;
}
.current-opening-box ul li{
    list-style: circle;
}


@media (max-width: 991px){

#banner {
    position: static;
    margin-top: 125px;
}
.item-bg {
    height: auto;
}
.banner .banner-slider-inner{ background-color: transparent; }
.carousel-item{ background-color: #de2c23; }
.banner .w-100 {
    width: 100% !important;
}
.item-bg img {
    height: auto !important;
}
.carousel-caption{ position: static; }
.banner h3 {
    font-size: 20px;
}
.banner h3{ margin-bottom: 0; line-height: 26px; }

}

@media (max-width: 580px){
.banner h3 {
    font-size: 19px;
}
}


@media (max-width: 767px){
    .tab-box .nav .nav-item{
        width: 100%;
        text-align: center;
    }
    .crc-detail-box-infos{
        padding: 15px;
    }
    .current-opening-box{
        padding: 50px 25px 40px;
    }
    .sub-banner .breadcrumb-area{
        top: 60%;
    }
    .top-header ul li a{
        font-size: 11px !important;
    }
    .list-inline a{
        font-size: 11px !important;
    }

}