@charset "utf-8";

/* CSS Document */
.select-hide { display:none;}
.custom-text1 { font-size:16px; font-weight:400; color:#ffffff; line-height:19.57px; display:inline-block; margin:11px 23px 0 0}
.custom-select1 { width:244px; height:43px; float:right; text-align:left; background:#82734f; border:1px solid #ffffff; transition:all 0.25s ease-out 0s; position:relative;}
.custom-select1:hover { background:#58585a;}
.custom-select1 select { display:none;}
.custom-select1:after { content:""; width:12px; height:6px; background:url(../images/banner-arrow1.png) no-repeat; transform:translateY(-50%); position:absolute; top:50%; right:30px;}
.custom-select1:hover:after { background:url(../images/banner-arrow1.png) no-repeat;}
.select-items { background:#58585a; position:absolute; top:100%; left:0; right:0; z-index:99;}
.select-items div { color:#ffffff; padding:8px 16px;}
.select-items div:hover { background:#82734f;}
.select-selected { color:#ffffff;}
.select-items div, .select-selected { font-size:15px; font-weight:400; letter-spacing:0.7px; cursor:pointer; padding:10px 18px 11px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%; text-align:center; float:left; margin:12px 0 0;}
.custom-text1 { margin: 11px 0 0 0;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { width:100%; text-align:center; float:left; margin:12px 0 0;}
.custom-text1 { margin: 11px 0 0 0;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { width:100%; text-align:center; float:left; margin:12px 0 0;}
.custom-text1 { margin: 11px 0 0 0;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 { width:69%; text-align:center;}
.select-items div, .select-selected { font-size:13px;}
.custom-text1 { font-size:13px; margin-right:10px;}
.custom-select1:after { right:20px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 { width:69%; text-align:center;}
.select-items div, .select-selected { font-size:15px;}
.custom-text1 { font-size:15px; margin-right:10px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.custom-select1 { width:68.1%; text-align:center;}
.custom-text1 { font-size:14px; margin-right:10px;}
.custom-select1:after { right:15px;}
}