@charset "utf-8";



/* CSS Document */

.select-hide { display:none;}

.custom-text1 { font-size:15px; color:#646363; letter-spacing:0.3px; line-height:28px; display:block; margin:0 0 7px;}

.custom-select1 { width:196px; height:36px; float:left; text-align:left; background:#1a204f; border:1px solid #1a204f; border-radius:30px; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}

.custom-select1:hover { background:#ffffff; border:1px solid #1a204f;}

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

.custom-select1 select { display:none;}

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

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

.custom-select1 .select-items { background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99; max-height: 170px; overflow-y: scroll;}

.select-items div { color:#1a204f; padding:10px 18px;}

.select-items div:hover { color:#ffffff; background:#1a204f;}

.select-selected { color:#ffffff; padding:6px 26px 7px 26px;}

.select-items div, .select-selected { font-size:14px; letter-spacing:0.3px; cursor:pointer;}



/*Smartphone css*/

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

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

.custom-select1 { width:100%; text-align:center; margin:0 0 0;}

} 



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

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

.custom-select1 { width:100%; text-align:center; margin:0 0 0;}

}



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

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

.custom-select1 { width:100%; text-align:center; margin:0 0 0;}

}



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

.custom-text1 { font-size:13px; line-height:26px; margin:0 0 7px;}

.custom-select1 { width:187px; height:34px;}

.select-items div, .select-selected { font-size:12px;}

}



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

.custom-text1 { font-size:14px; line-height:27px; margin:0 0 7px;}

.custom-select1 { width:208px; height:35px;}

.select-items div, .select-selected { font-size:13px;}

}



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



}