.sec-menu {
    margin-top: 23px;
    padding:0;
    white-space:nowrap;
    font-size: 0;
    position: relative;
}
.sec-menu::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 2px;
    background-color: #DCDCDC;
}

    .sec-menu li {
        font-size: 13px;
        font-weight: bold;
        list-style-type: none;
        display: inline-block;
        border-bottom: 2px solid #DCDCDC;
        position: relative;
    }
.sec-menu li > span,
.sec-menu > span,
.sec-menu a {
    color: #00A8CC;
    text-decoration: none !important;
    font-weight: bold;
    display: block;
    padding: 10px 13px;
    border: none !important;
    outline: 0 none !important;
}
    .show-hotel {
        color: #00A8CC;
        font-size: 13px;
        border-bottom: 1px dotted #00A8CC;
        cursor: pointer;
    }
        .sec-menu a span {
            font-weight: bold;
            color: #999999;
            font-size: 13px;
        }

.sec-menu a span.title {
    color: #00A8CC;
}
.sec-menu .selected a .title {
    color: #999999;
}
.sec-menu a:hover span.title,
.sec-menu .selected a:hover .title {
    text-decoration: none;
}
    .sec-menu .selected {
        border-color: #00a8cc !important;
    }
    .sec-menu .selected a {
        text-decoration: none;
        color: #666;
    }
@media screen and (min-width: 761px) {
    .sec-menu li:hover {
        border-color: #ccc;
    }
}