@charset "utf-8";

/* CSS Document */
.custom-row1 { width:auto; float:left; margin:0 10px 0 0;}
.select-hide { display:none;}
.custom-text1 { float:left; font-size:15px; color:#ffffff; letter-spacing:0.2px; line-height:28px; margin:6px 14px 0 0;}
.custom-select1 { width:223px; height:40px; float:left; text-align:left; background:none; border:1px solid #104a6a; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}
.custom-select1:hover { background:#104a6a; border:1px solid #104a6a;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 select { display:none;}
.custom-select1:after { content:""; width:9px; height:12px; background:url(../images/custom-arrow1.png) no-repeat 100% 100%; transform:translateY(-50%); position:absolute; top:50%; right:8%;}
.custom-select1:hover:after { background:url(../images/custom-arrow11.png) no-repeat 100% 100%;}
.select-items { background:#ffffff; position:absolute; top:103%; left:0; right:0; z-index:99;}
.select-items div { color:#000000; padding:10px 18px;}
.select-items div:hover { color:#fff; background:#000000;}
.select-selected { color:#ffffff; padding:11px 8% 12px 8%;}
.select-items div, .select-selected { font-size:12.48px; cursor:pointer; letter-spacing:0;}
.custom-text1, .select-items div, .select-selected { font-family: 'Jost', sans-serif; font-weight: 600;}

.impoer-wrapp .custom-select1 { width:48.6%; height:46px; float:right; background:none; border:1px solid rgba(255,255,255,0.6); position:relative; z-index:99; margin:0 0 14px; border-radius:4px; text-align:center;}
.impoer-wrapp .select-selected { font-size:12.48px; color:rgba(255,255,255,0.6); padding:14px 2% 16px 2%; text-transform:uppercase; font-family: 'Jost', sans-serif; font-weight: 600; letter-spacing:0.4px;}
.impoer-wrapp .custom-select1:hover { background:#fff; border:1px solid #000000;}
.impoer-wrapp .custom-select1:hover .select-selected { color:#000000;}

.sidber-wrapp .custom-select1 { width:100%; height:46px; float:right; background:none; border:1px solid rgba(255,255,255,0.6); position:relative; z-index:99; margin:0 0 14px; border-radius:4px; text-align:center;}
.sidber-wrapp .select-selected { font-size:12.48px; color:rgba(255,255,255,0.6); padding:14px 2% 16px 2%; text-transform:uppercase; font-family: 'Jost', sans-serif; font-weight: 600; letter-spacing:0.4px;}
.sidber-wrapp .custom-select1:hover { background:#fff; border:1px solid #000000;}
.sidber-wrapp .custom-select1:hover .select-selected { color:#000000;}

.contac-wrapp .custom-select1 { width:100%; height:46px; float:right; background:none; border:1px solid rgba(255,255,255,0.6); position:relative; z-index:99; margin:0 0 14px; border-radius:4px; text-align:center;}
.contac-wrapp .select-selected { font-size:12.48px; color:rgba(255,255,255,0.6); padding:14px 2% 16px 2%; text-transform:uppercase; font-family: 'Jost', sans-serif; font-weight: 600; letter-spacing:0.4px;}
.contac-wrapp .custom-select1:hover { background:#fff; border:1px solid #000000;}
.contac-wrapp .custom-select1:hover .select-selected { color:#000000;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-text1 { width:100%; font-size:14px; line-height:24px; display:none; margin:0 0 13px;}
.custom-select1 { width:100%; text-align:center; margin:0 0 0;}
.select-selected { padding:11px 5% 12px 5%;}
.custom-select1:after { right:5%;}
.impoer-wrapp .custom-select1 { width:100%;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-text1 { width:100%; font-size:14px; line-height:24px; display:none; margin:0 0 13px;}
.custom-select1 { width:100%; text-align:center; margin:0 0 0;}
.select-selected { padding:11px 5% 12px 5%;}
.custom-select1:after { right:5%;}
.judger-wrapp .custom-select1 { width:100%; margin:0 0 4.2%;}
.contac-wrapp .custom-select1 { width:100%; margin:0 0 15px;}
.impoer-wrapp .custom-select1 { width:100%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-text1 { width:100%; font-size:14px; line-height:24px; display:none; margin:0 0 13px;}
.custom-select1 { width:100%; text-align:center; margin:0 0 0;}
.select-selected { padding:11px 5% 12px 5%;}
.custom-select1:after { right:5%;}
.judger-wrapp .custom-select1 { width:48%; margin:0 0 4.2%;}
.contac-wrapp .custom-select1 { width:100%; margin:0 0 15px;}
.impoer-wrapp .custom-select1 { width:100%;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-text1 { font-size:13px; margin:5px 8px 0 0;}
.custom-select1 { width:155px; height:37px;}
.select-items div, .select-selected { font-size:12px;}
.judger-wrapp .select-selected { font-size:12px;}
.contac-wrapp .select-selected { font-size:12px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-text1 { font-size:14px; margin:5px 11px 0 0;}
.custom-select1 { width:188px; height:38px;}
.select-items div, .select-selected { font-size:12px;}
.judger-wrapp .select-selected { font-size:13px;}
.contac-wrapp .select-selected { font-size:13px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.custom-select1 { width:211px;}
}