.search_input {
    position: relative;
    z-index: 10000;
}

.ui-autocomplete {
    z-index: 9999 !important;
}

.ui-menu {
    position: relative;
    list-style: none;
    background-color: white;
    border-radius: 22px;
    z-index: 10;
    width: 220px;
    line-height: 200%;
    font-family: 'db_helvethaica';
    font-weight: normal;
    font-size: normal;
    padding: 15px 0;
    /*border: solid 1px grey;*/

}

.ui-menu .ui-menu-item {
    font-family: 'db_helvethaica';
    font-weight: normal;
    font-size: normal;
    line-height: 1.5;
    border: none;
    padding: 3px 5px;
    outline: none;
    color: #898989;
}


#test p {
    margin-top: 25px;
    font-size: 21px;
    text-align: center;
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    /* Firefox */
    -webkit-animation: fadein 2s;
    /* Safari and Chrome */
    -o-animation: fadein 2s;
    /* Opera */
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {

    /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {

    /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {

    /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.twitter-tweet {
    margin: 0 auto;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.g-recaptcha div {
    margin-left: auto;
    margin-right: auto;
}

.navBarDev {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
}

.navBarDev>li {
    display: inline-block;
}

.navBarDev>li a {
    display: inline-block;
    padding: 5px 15px;
}

.headerDev {
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    display: table;
    z-index: 9999;
    height: 70px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 992px) {
    .headerDev {
        font-family: 'Prompt', sans-serif;
        font-weight: 400;
        display: table;
        z-index: 9999;
        height: 60px;
        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
    }

}

.ul-title-blog {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
}

.ul-title-blog li {
    display: inline;
    margin: 0 5px;
}

/* .ul-title-blog li a { color: #86754D;} */
.ul-title-blog li a:hover {
    color: #86754D;
}

.ul-title-blog li:after {
    content: "\00a0\00a0 |";
}

.ul-title-blog li:last-child:after {
    content: none;
}

.blog-lists>li .category {
    text-align: left;
}

.blog-lists>li .title {
    text-align: left;
}

.blog-lists>li p {
    text-align: left;
}

.blog-detail-cate-title {
    color: #86754D;
    position: absolute;
}

.blog-detail-title {
    color: #004A97;
    text-align: center;
}

.blog-detail-title-date {
    text-align: center;
    color: #898989;
}

.content-lists .list .caption .title {
    white-space: unset;
}