@media only screen and (max-width: 768px) {

	input::-webkit-input-placeholder {
		font-size: 24px;
		line-height: 50px;
		color: #777;
	}
}

@media only screen and (max-width: 768px) {

	.c_portalResEbizads_banner-01001 {
		min-width: 300px;
		overflow: auto;
	}
}

@media only screen and (min-width: 769px) {

	.c_portalResEbizads_banner-01001 {
		min-width: 300px;
		overflow: auto;
	}
}

.w_grid-000 {
	margin-left: auto;
	margin-right: auto;
	min-height: 12rem;
	width: 100%;
}

.w_grid-000 > .w_grid {
	width: 100%;
	position: relative;
}

.w_grid-000 > div > .p_gridbox {
	width: 100%;
	overflow: hidden;
	position: static;
}

.w_grid-000 > div > div > .p_gridCell {
	float: left;
	position: static;
}

.w_grid-000 > div > div > .p_gridCell:not(:empty):before {
	content: '';
	height: 0.1px;
	display: block;
}

.w_grid-000 > .w_grid.signal {
	min-height: inherit;
}

.w_grid-000 > .w_grid.signal > .p_gridbox {
	min-height: inherit;
}

.w_grid-000 > .w_grid.signal > .p_gridbox > .p_gridCell {
	min-height: inherit;
}

.w_grid-000 > div > .p_gridbox > .p_gridCell:first-child {
	margin-left: 0;
	clear: left;
}

@media only screen and (max-width: 768px) {

	.w_grid-000 > div > .p_gridbox > .p_gridCell {
		width: 100%;
		margin-left: 0;
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
}

@media only screen and (min-width: 769px) {
	.w_grid-000 > div > .p_gridbox > .p_gridCell:first-child {
		width: 100%;
		margin-left: 0;
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
}

* {
	padding: 0;
	margin: 0;
}

body {
}

#c_portalResEbizads_banner-1599014188347 >div {
	animation-fill-mode: both;
}

#c_portalResEbizads_banner-1599014188347 .subpage_ad {
	position: relative;
	height: 600px;
	overflow: hidden;
}

#c_portalResEbizads_banner-1599014188347 .bgimg {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: no-repeat center/cover;
}

#c_portalResEbizads_banner-1599014188347 .mobitem {
	display: none;
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
	#c_portalResEbizads_banner-1599014188347 .subpage_ad {
		height: 580px;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
	#c_portalResEbizads_banner-1599014188347 .subpage_ad {
		height: 500px;
	}
}

@media only screen and (max-width: 768px) {
	#c_portalResEbizads_banner-1599014188347 .subpage_ad {
		height: 40vh;
	}

	#c_portalResEbizads_banner-1599014188347 .pcitem {
		display: none !important;
	}

	#c_portalResEbizads_banner-1599014188347 .mobitem {
		display: block;
	}
}

#c_portalResEbizads_banner-1599014188347 {
	width: 100%;
	max-width: none;
	min-width: 100px;
	height: auto;
	max-height: none;
	min-height: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#w_grid-1599014188282 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
	margin-left: 0;
	clear: left;
}

#w_grid-1599014188282 {
	width: 100%;
	max-width: none;
	min-width: 0px;
	height: auto;
	max-height: none;
	min-height: 190px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


/* =========================cardsSTART========================= */
.card-content {
    gap: 20px;
}
.card-content .card-item {
    width: 24%;
    height: 130px;
    background: #FFFFFF;
    padding: 25px 20px;
    gap: 15px;
    box-shadow: 0px 0px 15px rgb(97 92 92 / 12%);
}
.card-content .card-item img{
    width: 84px;
    height: 84px;
}
.card-content .card-item .title {
    font-size: 24px;
    font-weight: 600;
}
.card-content .card-item .description {
    margin-top: 5px;
    font-size: 16px;
    color: #5C5C5C;
}
@media (max-width: 1499px) {
    .card-content .card-item {
		width: calc((100% - 20px)/ 2);
    }
}
@media (max-width: 700px) {
	.card-content .card-item img {
		width: 50px;
		height: 50px;
	}
	.card-content .card-item .title {
		font-size: 18px;
	}
	.card-content .card-item .description {
		font-size: 14px;
	}
}
@media (max-width: 568px) {
	.card-content .card-item {
		width: calc((100% - 20px)/ 1);
		height: 80px;
    }
}
@media (max-width: 500px) {
	.card-content .card-item {
		width: calc((100% - 20px)/ 1);
    }
}
/* =========================cardsEND========================= */


/* =========================albumslSTART========================= */
.albums-container {
	width: 100%;
    gap: 30px;
}
.albums-container .pic-content {
	width: 100%;
    max-width: 1000px;
}
.albums-container .pic-box {
	height: 100%;
	max-height: 450px;
    box-sizing: content-box;
    background: #F0F5F8;
    padding: 40px;
}
.albums-container .pic-box.white-bg {
    background: #FFFFFF;
}
.albums-container .pic-box img{
    /* display: inline-block;
    width: 100%;
    height: auto; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.albums-container .navigation-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* text-align: center; */
}
.albums-container .navigation-content .navigation-item {
    width: 300px;
    height: 70px;
    line-height: 70px;
    padding-left: 40px;
    font-size: 20px;
    cursor: pointer;
}
.albums-container .navigation-content .navigation-item.active {
    font-weight: 600;
    background: #F0F5F8;
}
.albums-container .navigation-content .white-bg.active {
    background: #FFFFFF;
}


@media (max-width: 1330px) {
	.albums-container .pic-content {
		max-width: 900px;
	}
}
@media (max-width: 1230px) {
	.albums-container .pic-content {
		max-width: 800px;
	}
}
@media (max-width: 1130px) {
	.albums-container .pic-content {
		max-width: 700px;
	}
}
@media (max-width: 1030px) {
	.albums-container .pic-content {
		max-width: 1030px;
	}
    .albums-container .navigation-content, .albums-container .navigation-content .navigation-item {
		width: 100%;
	}
}
@media only screen and (max-width: 576px) {
    .albums-container .pic-box {
		max-height: 200px;
		/* padding: 0; */
	}
}
/* =========================albumslEND========================= */


/* =========================bottomSTART========================= */
.bottom-container {
    margin-top: 80px;
}
.bottom-container .bottom-item {
    width: 25%;
}
.bottom-container .title {
    text-align: center;
    font-size: 22px;
    position: relative;
    margin-bottom: 30px;
}
.bottom-container .title::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    background: #FCAE45;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.bottom-container .top-box {
	margin-bottom: 50px;
}
.bottom-container .bottom-box {
	margin-top: 50px;
}
.bottom-container .description {
    font-size: 16px;
    text-align: center;
}
@media only screen and (max-width: 992px) {
	.bottom-container {
		gap: 50px;
	}
    .bottom-container .bottom-item {
		width: calc((100% - 50px) / 2);
	}
}
@media only screen and (max-width: 576px) {
    .bottom-container .bottom-item {
		width: 100%;
	}
    .bottom-container .bottom-item img{
		display: none;
	}
    .bottom-container .bottom-item .img-top {
		width: 50px!important;
		height: 50px!important;
		margin-bottom: 20px;
		display: block;
	}
	.bottom-container .top-box {
		margin-bottom: 0;
	}
	.bottom-container .bottom-box {
		margin-top: 0;
	}
}
/* =========================bottomEND========================= */
