@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;}



.banner-wrapp .banner-row3 .banner-part-row2 .banner-part-bar2 .custom-text1 { color: #ffffff; text-align: center;}

.banner-wrapp .banner-row3 .banner-part-row2 .banner-part-bar2 .custom-select1 { width: 100%; height: auto; background: #ffffff; border: 1px solid #1a204f;}

.banner-wrapp .banner-row3 .banner-part-row2 .banner-part-bar2 .custom-select1 .select-selected { color: #1a204f; padding: 10px 26px 11px;}

.banner-wrapp .banner-row3 .banner-part-row2 .banner-part-bar2 .custom-select1:after {  background:url(../images/custom-arrow11.png) no-repeat 100% 100%; }

.banner-wrapp .banner-row3 .banner-part-row2 .banner-part-bar2 .custom-select1:hover:after { background:url(../images/custom-arrow1.svg) no-repeat 100% 100%;}

.banner-wrapp .banner-row3 .banner-part-row2 .banner-part-bar2 .custom-select1:hover { background:#1a204f; border:1px solid #1a204f;}

.banner-wrapp .banner-row3 .banner-part-row2 .banner-part-bar2 .custom-select1:hover .select-selected { color:#ffffff;}

.banner-wrapp .banner-row3 .banner-part-row2 .banner-part-bar2 .custom-select1 .select-items { max-height: 165px; }


/*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;}

.banner-wrapp .banner-row3 .banner-part-row2 .banner-part-bar2 .custom-select1 .select-selected { padding: 9px 15px 9px;}

.banner-wrapp .banner-row3 .banner-part-row2 .banner-part-bar2 .custom-select1:after { right: 8px;}


}



@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;}



.banner-wrapp .banner-row3 .banner-part-row2 .banner-part-bar2 .custom-select1 .select-selected { padding: 10px 20px 11px;}

.banner-wrapp .banner-row3 .banner-part-row2 .banner-part-bar2 .custom-select1:after { right: 8px;}


}



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



}