@charset "utf-8";

/* CSS Document */
.select-hide { display:none;}
.custom-div { width:auto; float:left;}
.custom-div span { font-size:15px; font-weight:700; color:#fff; letter-spacing:0.7px; margin:10px 17px 0 0;}
.custom-select { height:44px; float:left; background:#67c9c8; border:1px solid #67c9c8; border-radius:6px; transition:all 0.25s ease-out 0s; position:relative;}
.custom-select:hover { background:#fff; border:1px solid #67c9c8;}
.custom-select select { display:none;}
.custom-select:after { content:""; width:8px; height:4px; background:url(../images/canver-arrow1.png) no-repeat; transform:translateY(-50%); position:absolute; top:50%; right:12px;}
.custom-select:hover:after { background:url(../images/canver-arrow2.png) no-repeat;}
.select-items { background:#67c9c8; border-radius:6px; position:absolute; top:100%; left:0; right:0; z-index:99;}
.select-items div { font-size:15px; color:#fff; border-radius:6px; padding:8px 16px;}
.select-items div:hover { color:#67c9c8; background:#fff;}
.select-selected { font-size:15px; color:#fff;}
.custom-select:hover .select-selected { color:#67c9c8;}
.select-items div, .select-selected { font-weight:700; cursor:pointer; padding:10px 20px 12px 19px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select { width:100%; text-align:center; float:left; margin:6px 0 0;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select { width:100%; text-align:center; float:left; margin:10px 0 0;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select { width:100%; text-align:center; float:left; margin:10px 0 0;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select { width:100%; border:1px solid #00235d;}
.select-selected { font-size:15px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select { width:100%; border:1px solid #00235d;}
.select-selected { font-size:15px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.custom-select:after { right:20px;}
.select-items div,.select-selected { font-size:16px; padding:10px 10px 8px 25px;}
}