/*LOGO*/
header {
	padding-left: 0%;
  justify-content: space-between;
  align-items: center;
	text-align: center;
    position: relative !important;
}

header .fModule {
    padding: 10px 0 10px 0 !important;
}

header .f-logo .ItemfinnerGallery .fGalleryImage img {
    width: 400px !important;
	position:absolute
	transform: translateX(-90%);
}

header .f-logo-icomos .ItemfinnerGallery .fGalleryImage img {
    width: 300px !important;
}

header .f-countdown {
    width: 300px !important;
}
.f-countdown>.container .f-module-content .col-count h4 {
    margin: 0;
    color: #666;
    font-size: 1rem;
    font-weight: 600;
    font-family: var(--brand-heading-font);
}

.f-countdown>.container .f-module-content .col-count p {
    margin: 0;
    font-size: 0.7rem;
    /* color:#d0d0d0; */
    font-weight: 600;
}

.main-menu-slide .f-module-content::after {
    width: 100%;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.main-menu-slide .fMenu {
    justify-content: center;
}

.main-menu-slide .f-module-content {
	padding: 10px 10px;
}

.main-menu-slide .fMenu li.has-submenu ul li {
    text-align: left;
}

/*LOGOENDSHERE*/

.f-other-logo .fGalleryItem {
    width: fit-content;
    margin-bottom: 1rem;
}

.f-other-logo .ItemfinnerGallery {
    display: flex;
    align-items: center;
    height: 100%;
}

.f-other-logo .ItemfinnerGallery img {
    min-width: 14rem;
    max-width: 14rem;
    height: 130px;
    object-fit: contain;
    padding: 10px 20px;
    margin-bottom: 30px;
}

/*Home*/
.f-sarawak .f-list-item .f-list-item-container {
        border-radius: 10px;
        padding-top: 1rem;
        padding-bottom: 1rem;
}

.f-countdown {
    background-image: none !important;
}


.f-countdown .f-module-title h3 {
	padding-right: 0px;
    margin-top: 0;
}

.f-welcome-nav .nav-tabs-main>li {
    list-style:none;
}

.f-welcome-nav .nav-tabs-main>li>a {
    background: #fff;
    color: #000;
    border-radius: 10px 10px 0 0;
    padding: 20px;
}

.f-welcome-nav .nav-tabs-main>li>a.inactive {
    background: none;
    color: #fff;
    border-radius: 0;
    padding: 20px;
}

@media(min-width:991.9px) {
    .path-home- .region-header>.row>.fModulesContainer {
        justify-content: space-between !important;
    }

	.f-banner-new-mobile {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs,
	.hidden-sm {
	    display:none !important;
	}

	.f-banner-new-mobile {
	    display: block !important;
	}

	.f-banner-new {
		display:none;
	}
}

@media (max-width: 991.9px) {
	header .navbar-toggle {
		padding-bottom: 25px !important;
	}

	.f-about-us .f-media-text {
		padding-top: 25px;
	}

	.f-welcome .f-media-image {
		padding-bottom: 50px;
	}
}

.f-banner-new .fGalleryImage img {
	height: unset;
    object-fit: unset;
    object-position: unset;
}

.f-welcome .f-media-text h4 {
    text-align: justify;
    color: white;
    font-weight:800;
}

.f-welcome .f-module-title h3 {
	color: #fff !important;
}

.f-welcome {
    padding-top: 3rem !important;
}
