@charset "utf-8";

/* CSS Document */
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 { width:178px; float:left; background:none; border:1px solid #000000; border-radius:44px; transition:all 0.25s ease-out 0s; position:relative; z-index:99;}
.custom-select1:hover { background:#000000; border-color:#000000;}
.custom-select1 .select-items {/*overflow: visible;*/ max-height: inherit; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:9;}
.custom-select1 .select-items .scrollb { max-height:156px; max-width: calc(100% - 8px); }
.custom-select1 .select-items .scrollb div { color:#000000; transition:all 0.25s ease-out 0s; padding:12px 26px 12px 26px;}
.custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#000000;}
.custom-select1 .select-selected { color:#000000; transition:all 0.25s ease-out 0s; padding:12px 26px 12px 26px;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected:after { content:""; width:9px; height:6px; background:url(../images/down-black-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:16px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { cursor:pointer; font-size:13px; font-weight:500; letter-spacing:0.3px;}

.banner-wrapp .custom-select1 { background:#000000; border:1px solid #000000;}
.banner-wrapp .custom-select1:hover { background:none; border-color:#000000;}
/*.banner-wrapp .custom-select1 .select-items { max-height:171px;}*/
.banner-wrapp .custom-select1 .select-selected { color:#ffffff;}
.banner-wrapp .custom-select1:hover .select-selected { color:#000000;}
.banner-wrapp .custom-select1 .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%; transform:translateY(-50%);}
.banner-wrapp .custom-select1:hover .select-selected:after { background:url(../images/down-black-plain-arrow.svg) no-repeat center / 100% 100%;}

.custom-about { width: 178px; float: left; background: none; border: 1px solid #000000; border-radius: 44px; transition: all 0.25s ease-out 0s; position: relative; z-index: 99;}
.custom-about:hover { background: #000000; border-color: #000000;}
.drop-bar1 select { display: none;}
.custom-about .select-selected, .custom-about .select-items div { cursor: pointer; font-size: 13px; font-weight: 500; letter-spacing: 0.3px; text-transform: lowercase;}
.custom-about .select-selected { color: #000000; transition: all 0.25s ease-out 0s; padding: 12px 26px 12px 26px;}
.custom-about:hover .select-selected { color: #ffffff;}
.custom-about .select-selected:after { content: ""; width: 9px; height: 6px; background: url(../images/down-black-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: 16px;}
.custom-about .select-items { max-height: 147px; overflow-y: scroll; background: #ffffff; position: absolute; top: 102%; left: 0; right: 0; z-index: 9;}
.custom-about .select-items .scrollb div { color: #000000; transition: all 0.25s ease-out 0s; padding: 12px 26px 12px 26px;}
.custom-about .select-items .scrollb div:hover { color: #ffffff; background: #000000;}
.custom-about .select-hide { display: none;}
.custom-about:hover .select-selected:after { background: url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%;}

.header-row2 .custom-select1 .select-items .scrollb div {font-size: 12px; padding: 12px 18px 13px 18px;}

.flinker-wrapp .custom-select1 .select-items { top:inherit; bottom:102%;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%;}
.custom-select1 .select-items .scrollb div { padding:12px 5% 12px 5%;}
.custom-select1 .select-selected { padding:12px 5% 12px 5%;}
.custom-select1 .select-selected:after { width:9px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:11px;}
.custom-about .select-selected { padding: 12px 5% 12px 5%}
.custom-about .select-items .scrollb div { padding: 12px 5% 12px 5%;}
/*.custom-select1 .select-items {height: 147px;}*/
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { width:100%;}
.custom-select1 .select-items .scrollb div { padding:12px 5% 12px 5%;}
.custom-select1 .select-selected { padding:12px 5% 12px 5%;}
.custom-select1 .select-selected:after { width:9px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:11px;}
.custom-about .select-selected, .custom-about .select-items .scrollb div { font-size:11px;}
.custom-about .select-selected { padding: 12px 5% 12px 5%}
.custom-about .select-items .scrollb div { padding: 12px 5% 12px 5%;}
/*.custom-select1 .select-items {height: 147px;}*/
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { width:100%;}
.custom-select1 .select-items .scrollb div { padding:12px 5% 12px 5%;}
.custom-select1 .select-selected { padding:12px 5% 12px 5%;}
.custom-select1 .select-selected:after { width:9px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:11px;}
.custom-about .select-selected, .custom-about .select-items .scrollb div { font-size:11px;}
.custom-about .select-selected { padding: 12px 5% 12px 5%;}
.custom-about .select-items .scrollb div { padding: 12px 5% 12px 5%;}
/*.custom-select1 .select-items {height: 147px;}*/
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 { width:148px;}
.custom-select1 .select-items .scrollb div { padding:9px 15px 9px 15px;}
.custom-select1 .select-selected { padding:12px 18px 12px 18px;}
.custom-select1 .select-selected:after { right:10px;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:11px;}
.custom-about .select-selected, .custom-about .select-items .scrollb div { font-size:11px;}
.custom-about .select-selected { padding: 12px 18px 12px 18px}
.custom-about .select-items .scrollb div { padding: 12px 18px 12px 18px;}

/*.header-row2 .custom-select1 .select-items {height: 145px;}*/
.header-row2 .custom-select1 .select-items .scrollb div {font-size: 10.5px; padding: 12px 14px 12px 14px;}

}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 { width:163px;}
.custom-select1 .select-items .scrollb div { padding:12px 22px 12px 22px;}
.custom-select1 .select-selected { padding:12px 22px 12px 22px;}
.custom-select1 .select-selected:after { right:13px;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:12px;}
.custom-about .select-selected, .custom-about .select-items .scrollb div { font-size:12px;}
.custom-about .select-selected { padding: 12px 22px 12px 22px;}
.custom-about .select-items .scrollb div { padding: 12px 22px 12px 22px;}

.header-row2 .custom-select1 .select-items .scrollb div {font-size: 11.5px; padding: 12px 18px 13px 18px;}

}

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

}