header .header-menu ul li.current-menu-item a {
    color: #0070BA;
}
.wysiwyg img{
    height: auto;
}
.wysiwyg img.aligncenter,
.wysiwyg .aligncenter iframe{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wysiwyg a{
    color: #0070BA;
}
.shortcode-sidebar{
    margin-top: 20px;
}
.c-img img{object-fit: cover;}

.vacancies-list-item ul {
    margin: 0;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 0;
    list-style: none;
}

.vacancies-list-item ul li {
    visibility: visible;
    animation-name: fadeInUp;
    position: relative;
    padding-left: 16px;
    margin-bottom: 10px;
}

.fw-500 {
	font-weight: 500;
}

.h-auto {
	height: auto;
}

.vacancies-list-item ul li:after {
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 50%;
    background: #555555;
}

.text-justify p {
	text-align: justify
}

.order-custom-container img {
	width: 40px;
}

.home-testimonial .slick-track, .recruit-slider .slick-track
{
    display: flex !important;
}

.home-testimonial .slick-slide, .recruit-slider .slick-slide
{
    height: inherit !important;
}

.slider-main .slider-main-box img.w-100.d-none.d-xl-block {
	height: auto;
}

.fs-49 {
	font-size: 49px !important;
}

.banner-intern {
    padding: 531px 0 214px;
}
.show-on-mobile {
	display: none !important;
}
.show-on-desktop {
	display: block !important;
}

.event-list__title h2, .slideshow-title h2 {
	font-size: 42px;
}

.recruit-page-detail table td {
	border: 1px solid black;
	padding: 5px;
}
#onIncrementNumber .col-12.col-xl-4.mb-mobile-10 {
	padding-left: 20px;
    padding-right: 20px;
}
@media (max-width: 510px) { 
	.show-on-mobile {
		display: block !important;
	}
	.show-on-desktop {
		display: none !important;
	}
	.ceo-quote .img-ceo, .recruitment .w-mobile-80 {
		height: auto !important;
	}
}

@media (min-width: 510px) {
	.recruit-slider-box h3 {
		min-height: 61px;
	}
	.recruit-slider-box .language-code {
		min-height: 36px;
	}
}

.octf-main-header {
    width: 100%;
}
.is-stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background-color: white;
}
@media (max-width: 1024px) {
    .is-stuck {
        padding: 10px 0;
    }
}