@charset "utf-8";

/* CSS Document */
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 { background:none; border:1px solid #00365e; border-radius:24px; transition:all 0.25s ease-out 0s; position:relative;}
.custom-select1:hover { background:#00365e; border-color:#00365e;}
.custom-select1 .select-items { max-height:136px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items div { color:#00365e; transition:all 0.25s ease-out 0s; padding:9px 18px 9px 18px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#00365e;}
.custom-select1 .select-selected { color:#00365e; transition:all 0.25s ease-out 0s; padding:9px 28px 9px 18px;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected:after { content:""; width:15px; height:15px; background:url(../images/down-blue-circle-arrow.svg) no-repeat center / 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:12px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-white-circle-arrow.svg) no-repeat center / 100%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:14px; font-weight:400; letter-spacing:0.20px;}

.banner-wrapp .custom-select1 { background:#00365e; border:1px solid #00365e;}
.banner-wrapp .custom-select1:hover { background:#ffffff; border-color:#00365e;}
.banner-wrapp .custom-select1 .select-items { max-height:160px;}
.banner-wrapp .custom-select1 .select-items div { padding:12px 28px 12px 28px;}
.banner-wrapp .custom-select1 .select-selected { color:#ffffff; padding:12px 32px 12px 28px;}
.banner-wrapp .custom-select1:hover .select-selected { color:#014060;}
.banner-wrapp .custom-select1 .select-selected:after { background:url(../images/down-white-circle-arrow.svg) no-repeat center / 100%; right:16px;}
.banner-wrapp .custom-select1:hover .select-selected:after { background:url(../images/down-blue-circle-arrow.svg) no-repeat center / 100%;}
.banner-wrapp .custom-select1 .select-items div, .banner-wrapp .custom-select1 .select-selected { font-size:13px; letter-spacing:0.40px;}

.team-wrapp .custom-select1 { width:314px; margin:0 0 64px;}
.team-wrapp .custom-select1 .select-items { max-height:168px;}
.team-wrapp .custom-select1 .select-items div { padding:13px 24px 13px 24px;}
.team-wrapp .custom-select1 .select-selected { padding:13px 24px 13px 24px;}
.team-wrapp .custom-select1 .select-selected:after { right:20px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 .select-items div { padding:9px 5% 9px 5%;}
.custom-select1 .select-selected { padding:9px 5% 9px 5%;}
.custom-select1 .select-selected:after { width:15px; height:15px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px; letter-spacing:0.12px;}
.banner-wrapp .custom-select1 .select-items div { padding:12px 5% 12px 5%;}
.banner-wrapp .custom-select1 .select-selected { padding:12px 5% 12px 5%;}
.banner-wrapp .custom-select1 .select-selected:after { right:5%;}
.banner-wrapp .custom-select1 .select-items div, .banner-wrapp .custom-select1 .select-selected { font-size:12px; letter-spacing:0.32px;}
.team-wrapp .custom-select1 { width:100%; margin:0 0 40px;}
.team-wrapp .custom-select1 .select-items div { padding:9px 5% 9px 5%;}
.team-wrapp .custom-select1 .select-selected { padding:9px 5% 9px 5%;}
.team-wrapp .custom-select1 .select-selected:after { right:5%;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 .select-items div { padding:9px 5% 9px 5%;}
.custom-select1 .select-selected { padding:9px 5% 9px 5%;}
.custom-select1 .select-selected:after { width:15px; height:15px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px; letter-spacing:0.12px;}
.banner-wrapp .custom-select1 .select-items div { padding:12px 5% 12px 5%;}
.banner-wrapp .custom-select1 .select-selected { padding:12px 5% 12px 5%;}
.banner-wrapp .custom-select1 .select-selected:after { right:5%;}
.banner-wrapp .custom-select1 .select-items div, .banner-wrapp .custom-select1 .select-selected { font-size:12px; letter-spacing:0.32px;}
.team-wrapp .custom-select1 { width:48%; margin:0 0 40px;}
.team-wrapp .custom-select1 .select-items div { padding:9px 5% 9px 5%;}
.team-wrapp .custom-select1 .select-selected { padding:9px 5% 9px 5%;}
.team-wrapp .custom-select1 .select-selected:after { right:5%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 .select-items div { padding:9px 5% 9px 5%;}
.custom-select1 .select-selected { padding:9px 5% 9px 5%;}
.custom-select1 .select-selected:after { width:15px; height:15px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px; letter-spacing:0.12px;}
.banner-wrapp .custom-select1 .select-items div { padding:12px 5% 12px 5%;}
.banner-wrapp .custom-select1 .select-selected { padding:12px 5% 12px 5%;}
.banner-wrapp .custom-select1 .select-selected:after { right:5%;}
.banner-wrapp .custom-select1 .select-items div, .banner-wrapp .custom-select1 .select-selected { font-size:12px; letter-spacing:0.32px;}
.team-wrapp .custom-select1 { width:48%; margin:0 0 40px;}
.team-wrapp .custom-select1 .select-items div { padding:9px 5% 9px 5%;}
.team-wrapp .custom-select1 .select-selected { padding:9px 5% 9px 5%;}
.team-wrapp .custom-select1 .select-selected:after { right:5%;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 .select-selected { padding:9px 22px 9px 12px;}
.custom-select1 .select-selected:after { width:13px; height:13px; right:8px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px;}
.banner-wrapp .custom-select1 .select-selected { padding:12px 24px 12px 22px;}
.banner-wrapp .custom-select1 .select-items div, .banner-wrapp .custom-select1 .select-selected { font-size:11px;}
.team-wrapp .custom-select1 { width:234px; margin:0 0 36px;}
.team-wrapp .custom-select1 .select-items div { padding:13px 18px 13px 18px;}
.team-wrapp .custom-select1 .select-selected { padding:13px 18px 13px 18px;}
.team-wrapp .custom-select1 .select-selected:after { right:14px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 .select-selected { padding:9px 25px 9px 15px;}
.custom-select1 .select-selected:after { width:14px; height:14px; right:10px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:13px;}
.banner-wrapp .custom-select1 .select-selected { padding:12px 28px 12px 25px;}
.banner-wrapp .custom-select1 .select-items div, .banner-wrapp .custom-select1 .select-selected { font-size:12px;}
.team-wrapp .custom-select1 { width:274px; margin:0 0 50px;}
.team-wrapp .custom-select1 .select-items div { padding:13px 21px 13px 21px;}
.team-wrapp .custom-select1 .select-selected { padding:13px 21px 13px 21px;}
.team-wrapp .custom-select1 .select-selected:after { right:17px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}