﻿



.banner-top {
    padding: 44px 0 32px 0;
}
.banner-top-heading {
    padding: 0;
    max-width: 1020px;
    margin: 0 auto;
    text-align: center;
}
.banner-top-text {
    /*padding: 0 30px;
    margin-top: 20px;*/
    max-width: 624px;
    margin: 0 auto;
    margin-top: 20px;
}

.color-E3E2E2 {
    color: #e3e2e2 !important;
}
.member {
    padding: 0;
}
.member-list {
    /*gap: 40px 0;*/
    justify-content: center;
    align-items: center;
    max-width: 952px;
    margin: 0 auto !important;
}
.member-list > div:nth-child(1) {
    width: 67%;
}
.member-item {
	cursor: pointer;
    position: relative;
    margin: 0 16px;
    transition: .3s;
    margin-bottom: 40px;
}

.member-img {
    background: #ECEAEA;
    box-shadow: 4px 4px 64px rgba(116, 116, 116, 0.1);
    border-radius: 20px;
    padding: 40px 28px 0 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.member-img img {
	max-width: 100%;
	height: 320px;
	max-height: 320px;
}
.member-name {
    margin-top: 12px;
    margin-bottom: 8px;
}
.member-desc {
    margin-top: 12px;
    text-align: justify !important;
    /*display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    vertical-align: middle;*/
}
.member-infor1 .member-desc {
    display: none;
}
.member-infor2 .member-name,
.member-infor2 .member-position {
    display: none;
}
.member-infor2 {
    width: -webkit-fill-available;
    box-sizing: content-box;
    border-top-width: 4px;
    border-top-style: solid;
    border-image: linear-gradient(278.34deg, #F15B40 0%, #FDB913 100%);
    border-image-slice: 1;
    padding: 0 10px;
    background: #757373;
    border-radius: 0px 0px 12px 12px;
    opacity: 0;
    position: absolute;
    bottom: 0;
    top: 100%;
    transition: .5s;
    overflow:scroll;
}
.member-infor2::-webkit-scrollbar {
	display: none;
}
.member-infor3 {
    display: none;
}
.member-item:hover .member-infor2 {
    bottom: 0;
    top: 60%;
    opacity: 1;
    transition: .5s;
}
.header-banner {
	margin-top:64px;
	margin-bottom: 120px;
    padding: 32px 0;
    background-color: #F8F7F7;
}
.header-box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 64px 0 107px 0;
    height: 721px;
}
.header-banner-desc {
    margin-top: 24px;
    margin-bottom: 24px;
}
.member-infor1 {
	height: 100px;
}
@media screen and (max-width: 991px) {
    .banner-top {
        padding: 40px 0 25px 0;
    }
    .banner-top-heading, .banner-bottom-heading {
        padding: 0;
    }
    .banner-top-text, .banner-bottom-text {
        padding: 0;
    }
    .banner-top-text {
        font-size: 18px;
        line-height: calc(28 / 18);
    }
    .member {
        padding: 0;
    }
    .member-item {
        margin: 0 10%;
        margin-top: 40px;
        position: relative;
    }
    .member-img {
        padding: 35px 24px 0 24px;
        position: unset;
    }
    .member-name {
        font-size: 21px;
        line-height: calc(23 / 21);
    }
    .member-infor2 {
        display: none;
    }
    .member-infor3 {
        display: block;
    }
    .member-infor1 {
    	overflow:scroll;
        width: -webkit-fill-available;
        box-sizing: content-box;
        border-top-width: 4px;
        border-top-style: solid;
        border-image: linear-gradient(278.34deg, #F15B40 0%, #FDB913 100%);
        border-image-slice: 1;
        padding: 0 10px;
        background: #C3C0C0;
        border-radius: 0px 0px 12px 12px;
        opacity: 0;
        position: absolute;
        bottom: 0;
        top: 100%;
        transition: .3s;
        height: unset;
    }
    .member-infor1 .member-desc {
        display: block;
        
    }
    .member-item:hover {
        height: 100%;
        margin: 0;
        margin-top: 40px;
        transition: .5s;
    }
    .member-item:hover .member-infor1 {
        opacity: 1;
        top: 50%;
    }
    .member-item:hover .member-infor3 {
    	opacity: 0;
    }
    .header-banner {
    	margin-top:40px;
		margin-bottom: 0px;
        padding: 0 0 0 0;
        height: 256px;
    }
    .header-banner .customize-container {
		width: 100% !important;
	}
    .header-box {
        height: 256px;
        border-radius: 0px;
        padding: 24px 16px 52px 16px;
    }
    .header-banner-desc {
        margin-top: 8px;
        margin-bottom: 16px;
    }
    .banner-action {
        display: none;
    }
    .member-list > div:nth-child(1) {
    width: 100%;
	}
}
