@charset "utf-8";

/* CSS Document */
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 { background-color:rgba(255,255,255,0.0); border:1px solid rgba(156,156,156,0.18); border-radius:40px; transition:all 0.25s ease-out 0s; position:relative;}
.custom-select1:hover { background-color:#9c9c9c; border:1px solid #9c9c9c;}
.custom-select1 .select-items { max-height:170px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:9;}
.custom-select1 .select-items div { color:#9c9c9c; transition:all 0.25s ease-out 0s; padding:12px 16px 12px 16px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#9c9c9c;}
.custom-select1 .select-selected { color:#9c9c9c; transition:all 0.25s ease-out 0s; padding:12px 20px 12px 29.5px;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected:after { content:""; width:9px; height:7px; background:url(../images/down1-grey-plain-arrow.svg) no-repeat center / 100% 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:20px;}
.custom-select1:hover .select-selected:after { background:url(../images/down2-white-plain-arrow.svg) no-repeat center / 100% 100%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:14px; font-weight:400; letter-spacing:0.3px; }

.recruitment-wrapp .custom-select1 { width:48%; float:right; border-color:#dadada;}
.recruitment-wrapp .custom-select1 .select-selected { color:#08335b; padding:13px 27px 13px 24px;}
.recruitment-wrapp .custom-select1 .select-items div, .recruitment-wrapp .custom-select1 .select-selected { cursor:pointer; font-size:12px; font-weight:400; letter-spacing:0.26px; font-family: 'gibson-medium-font';}
.recruitment-wrapp .custom-select1 .select-selected:after { background:url(../images/down1-blue-plain-arrow.svg) no-repeat center / 100% 100%;}

.sidbar-wrapp .header-col6 .header-row6.custom-select1 {z-index: 1; background-color: #9c9c9c; border-color: #9c9c9c;}
.sidbar-wrapp .header-col6 .header-row6.custom-select1:hover {background: none; border-color: #9c9c9c;}
.sidbar-wrapp .header-col6 .header-row6.custom-select1 .select-selected {color: #ffffff;}
.sidbar-wrapp .header-col6 .header-row6.custom-select1:hover .select-selected {color: #9c9c9c;}
.sidbar-wrapp .header-col6 .header-row6.custom-select1 .select-selected:after {background: url(../images/down2-white-plain-arrow.svg) no-repeat center / 100% 100%;}
.sidbar-wrapp .header-col6 .header-row6.custom-select1:hover .select-selected:after {background: url(../images/down1-grey-plain-arrow.svg) no-repeat center / 100% 100%;}
.sidbar-wrapp .header-col6 .header-row6.custom-select1 .select-items {max-height: 155px;}
.sidbar-wrapp .header-col6 .header-row6.custom-select1 .select-items::-webkit-scrollbar { width: 6px;}
.sidbar-wrapp .header-col6 .header-row6.custom-select1 .select-items::-webkit-scrollbar-track { background: #f1f1f1eb; box-shadow: inset 1px 0 5px #dfdfdf; border-radius: 25px;}
.sidbar-wrapp .header-col6 .header-row6.custom-select1 .select-items::-webkit-scrollbar-thumb { background: #08335b; border-radius: 25px;}

.custom-about select { display:none;}
.custom-about .select-hide { display:none;}
.custom-about { background-color:rgba(255,255,255,0.0); border:1px solid rgba(156,156,156,0.18); border-radius:40px; transition:all 0.25s ease-out 0s; position:relative;}
.custom-about:hover { background-color:#9c9c9c; border:1px solid #9c9c9c;}
.custom-about .select-items { max-height:inherit;  background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:9;}
.custom-about .select-items div { color:#9c9c9c; transition:all 0.25s ease-out 0s; padding:12px 16px 12px 16px;}
.custom-about .select-items div:hover { color:#ffffff; background:#9c9c9c;}
.custom-about .select-selected { color:#9c9c9c; transition:all 0.25s ease-out 0s; padding:12px 20px 12px 29.5px;}
.custom-about:hover .select-selected { color:#ffffff;}
.custom-about .select-selected:after { content:""; width:9px; height:7px; background:url(../images/down1-grey-plain-arrow.svg) no-repeat center / 100% 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:20px;}
.custom-about:hover .select-selected:after { background:url(../images/down2-white-plain-arrow.svg) no-repeat center / 100% 100%;}
.custom-about .select-items div, .custom-about .select-selected { cursor:pointer; font-size:14px; font-weight:400; letter-spacing:0.3px;}

/*.header-wrapp .header-col6 .header-row6.custom-select1 .select-items::-webkit-scrollbar {display: none;}*/

.header-wrapp .header-col6 .header-row6.custom-select1 .select-items {max-height: 155px;}

.custom-select1 .select-items::-webkit-scrollbar { width: 6px;}
.custom-select1 .select-items::-webkit-scrollbar-track { background: #f1f1f1eb; box-shadow: inset 1px 0 5px #dfdfdf; border-radius: 25px;}
.custom-select1 .select-items::-webkit-scrollbar-thumb { background: #08335b; border-radius: 25px;}


/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px; letter-spacing:0.3px;}
.custom-select1 .select-items { height:148px;}


.custom-about .select-items div, .custom-about .select-selected { font-size:12px; letter-spacing:0.3px;}
.custom-about .select-items { height:148px;}

.header-wrapp .header-col6 .header-row6.custom-select1 .select-items {height: inherit; max-height: 148px;}

}

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px; letter-spacing:0.3px;}
.custom-select1 .select-items { height:148px;}


.custom-about .select-items div, .custom-about .select-selected { font-size:12px; letter-spacing:0.3px;}
.custom-about .select-items { height:148px;}

.header-wrapp .header-col6 .header-row6.custom-select1 .select-items {height: inherit; max-height: 148px;}

}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px; letter-spacing:0.3px;}
.custom-select1 .select-items { height:148px;}


.custom-about .select-items div, .custom-about .select-selected { font-size:12px; letter-spacing:0.3px;}
.custom-about .select-items { height:148px;}

.header-wrapp .header-col6 .header-row6.custom-select1 .select-items {height: inherit; max-height: 148px;}

}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 .select-selected { padding:12px 14px 12px 21.5px;}
.custom-select1 .select-selected:after { right:14px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px;}


.custom-select1 .select-selected { padding:12px 14px 12px 21.5px;}
.custom-select1 .select-selected:after { right:14px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px;}

}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 .select-selected { padding:12px 17px 12px 25.5px;}
.custom-select1 .select-selected:after { right:17px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:13px;}


.custom-about .select-selected { padding:12px 17px 12px 25.5px;}
.custom-about .select-selected:after { right:17px;}
.custom-about .select-items div, .custom-about .select-selected { font-size:13px;}

}

@media screen and (min-width:1025px) and (max-width:1240px) {

}