﻿
.career__inner .item-logo {
    display: none;
}

.career__list .item .item-box {
    margin-left: auto;
}
.career__list .item .item-logo{display:none} .career__list .item .item-box{margin-left:auto} .job-detail-lg__sidebar-links, .job-detail__sidebar-title, .job-detail-lg__sidebar-box a.btn-secondary-oll{display:none}.job-detail-lg__form-file-content{max-width:max-content}
 .bim-color{color:var(--main-color)}.social-share{display:none}
.job-detail__text p, .job-detail__text >div.mb-4 > div{margin-bottom:10px;color: #333 !important;}
.career__list .item-box ul{display:none;}
#footer .logo-footer {
    margin-bottom: 15px;
}
#footer .logo-footer img {
    height: 45px;
}
#footer .contact h4 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
#footer .contact p {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    margin-bottom: 10px;
}
#footer .contact p .icon img {
    width: 20px;
}
#footer .map iframe {
    width: 100%;
    height: 250px;
}
#footer .social h2 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
#footer .social ul li {
    margin-bottom: 10px;
}
#footer .social ul li img {
    width: 20px;
    margin-right: 5px;
}

.footer-list{
	display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 12px;
}
@media screen and (min-width: 768px){
	.footer-list{
		 flex-direction:row;
	}
	.footer-list .footer-item{
		flex-basis: 32%;
	}
	.footer-list .footer-item .social{
		text-align:center;
	}
}
.footer-list .footer-item .social ul{
	display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
@media screen and (min-width: 768px){
	.footer-list .footer-item .social ul{
		flex-direction:column;
	}
}