@charset "utf-8";

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3333; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal h3{color:#ffffff;}
/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 10% auto; /* 15% from the top and centered */
    padding: 0;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
}
/* The Close Button */
.close {
    color: #ffffff;
    float: right;
    font-size: 50px;
    font-weight: normal;
	line-height: inherit;
}
.close:hover,
.close:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.btn{padding:0;}
.orange_box{background:#ff9e18;text-align: left;
    line-height: 1.5em;
    padding: 20px 25px 15px;
    margin: 0 !important;}
.text_content{padding: 35px;display:flex;}
.text_content .img_left{width:40%;}
.text_content .img_left img{max-width:none;width: 100%;height: 100%;object-fit: none;}
.text_content .text_right{width:60%;}
.text_content .text_right h4{font-weight: 700;display: block;color: #222;font-size:20px;text-align: left;margin: 0 0 5px 0;}
.text_content .text_right .ir{margin-top:10px;font-family: arial;font-size: 12pt;}
.logo_wrap{justify-content: flex-start;}
.logo_wrap li{margin-right:20px;background:#ffffff; margin-right: 10px;}
.cont_list.f_g1 h5{font-size:24px;color:#272727;}
.cont_list.f_g1 h5:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
	margin-right: 10px;
    top: 7px;
    /* top: 9px; */
    left: 0;
    background: #fff;
    border: 2px solid #47b475;
    border: 2px solid #f7963c;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.title_margin{margin:30px 0;}
.sub_title{margin:10px 0; font-size: 18px;margin-left:20px;}
.txt_box .text_content p{color:#373737;margin-left: 10px;}
.cont_list h5{margin:15px 0;}




@media only screen and (max-width: 768px){
	.modal-content{width:100% !important;}
	.text_content {flex-direction: column;}
	.text_content .img_left{width:auto;}
	.text_content .text_right{width:auto;}
}


.people_wrap li{position:relative;}
.people_wrap .btn{width:250px;height:350px;}
.people_wrap li img{width: 100%;height: 100%;object-fit: cover;}
.black_box{text-align:left;background:rgba(0,0,0,0.5);position:absolute;width:100%;height:34%;bottom:0;color:#ffffff;padding: 20px;}
.black_box h2{color:#ff9e18;font-weight: 400;font-size: .95em;line-height: 1.5em;display: block;}
.black_box h3{font-weight: 700;font-size: 1.5em;line-height: 1.2em;}
.black_box p{font-size: 1em;padding: 0;}