@charset "utf-8";



/* CSS Document */

.custom-row1 { width:auto; float:left; margin:0 10px 0 0;}

.select-hide { display:none;}

.custom-text1 { float:left; color:#1365b0; letter-spacing:0; line-height:28px; margin:9px 10px 0 0;}

.custom-select1 { width:220px; height:46px; float:right; text-align:left; background:#ffffff; border:1px solid #85b8dd; border-radius:6px; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}

.custom-select1:hover { background:#006bb7; border:1px solid #006bb7;}

.custom-select1:hover .select-selected { color:#ffffff;}

.custom-select1 select { display:none;}

.custom-select1 .select-items {max-height: 165px; overflow-y: scroll;}

.custom-select1 .select-selected:after { content:""; width:12px; height:11px; background:url(../images/custom-arrow1.svg) no-repeat center / 100%; transform:translateY(-50%); position:absolute; top:50%; right:14px;}

.custom-select1:hover .select-selected:after { background:url(../images/custom-arrow11.svg) no-repeat center / 100%;}

.select-items { background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}

.select-items div { color:#006bb7; padding:10px 18px;}

.select-items div:hover { color:#ffffff; background:#006bb7;}

.select-selected { color:#1365b0; padding:11px 16px 11px 18px;}

.custom-text1, .select-items div, .select-selected { cursor:pointer; font-size:15px; letter-spacing:0;}



/*Smartphone css*/

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

.custom-text1 { width:100%; display:none; margin:0 0 0;}

.custom-select1 { width:100%; height:44px; text-align:center; margin:0 0 0; position:relative; z-index:999;}

.custom-select1 .select-selected:after { right:5%;}

.select-selected { padding:11px 5% 11px 5%;}

.custom-text1, .select-items div, .select-selected { font-size:14px;}

} 



@media screen and (min-width:481px) and (max-width:600px) {

.custom-text1 { width:100%; display:none; margin:0 0 0;}

.custom-select1 { width:100%; height:44px; text-align:center; margin:0 0 0; position:relative; z-index:999;}

.custom-select1 .select-selected:after { right:5%;}

.select-selected { padding:11px 5% 11px 5%;}

.custom-text1, .select-items div, .select-selected { font-size:14px;}

}



@media screen and (min-width:601px) and (max-width:767px) {

.custom-text1 { width:100%; display:none; margin:0 0 0;}

.custom-select1 { width:100%; height:44px; text-align:center; margin:0 0 0; position:relative; z-index:999;}

.custom-select1 .select-selected:after { right:5%;}

.select-selected { padding:11px 5% 11px 5%;}

.custom-text1, .select-items div, .select-selected { font-size:14px;}

}



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

.custom-text1 { line-height:26px; margin:9px 8px 0 0;}

.custom-select1 { width:169px; height:39px; margin:0 0 0;}

.custom-text1, .select-items div, .select-selected { font-size:13px;}
.select-selected {padding: 11px 10px 11px 10px;}
.select-items div{padding: 10px 10px;}
}



@media screen and (min-width:901px) and (max-width:1024px) {

.custom-text1 { line-height:26px; margin:9px 9px 0 0;}

.custom-select1 { width:189px; height:43px; margin:0 0 0;}

.custom-text1, .select-items div, .select-selected { font-size:14px;}

}



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



}