﻿ol, ul {
    padding-left: 1rem;
}
/*HEADER*/
a {
cursor:pointer !important;
}
#hrefimg1 img {
    max-height:300px !important;
    max-width:100%;
}
.navbar > ul > li {
    text-transform: uppercase;
}

.design-by, .design-by a {
    color: #fff;
}

.bgcontent {
    line-height: 1.8em;
    background: #fff;
}

.wrapper-img-content {
    height: 300px;
    overflow: hidden;
}

    .wrapper-img-content img {
        width: 100%;
        height: 100%;
    }

    .wrapper-img-content img {
        object-fit: cover;
    }

.firt-text {
    color: #FAB702;
}

.section-project .row, .section-listproduct .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.card {
    border: none;
}

.section-listproduct .card, .single-post-content .card {
    background-color: transparent;
}

#postName {
    color: #da3832;
    font-size: 25px;
    font-family: "Times New Roman";
    font-weight:bold;
}

.picframe {
    position: relative;
    height: 500px;
    overflow: hidden;
}

    .picframe img {
        width: 100%;
        height: 100%;
    }

    .picframe img {
        object-fit: cover;
    }


span.overlay {
    text-align: center;
    vertical-align: middle;
    display: block;
    width: 100%;
    /*background: #11111100;*/
    background: #111111c1;
    position: absolute;
    z-index: 1;
    height: 100%;
}

span.project-name {
    position: absolute;
    text-transform: uppercase;
    font-weight: bold;
    /*top: -20%;*/
    font-size: 30px;
    top: 40%;
    left: 0px;
    width: 100%;
    z-index: 12;
    color: #fff;
    /*text-shadow: 2px 2px 2px #FFFFFF;*/
}

.picframe:hover span.overlay {
    /*background: #111111c1;*/
    background: #11111100;
    
    -webkit-transition: all 0.5s ease-out;
}

.picframe:hover span.project-name {
    top: 40%;
    -webkit-transition: all 0.5s ease-out;
}

.separator span i {
    /*color: #FAB702;*/
    color: #da3832;
    font-size: 6px;
    padding: 0;
    margin: 0;
    float: none;
}

.separator {
    line-height: 0.5;
    /*text-align: center;*/
    margin: 0px 0 20px 0;
}

    .separator span {
        display: inline-block;
        position: relative;
    }

        .separator span:before,
        .separator span:after {
            content: "";
            position: absolute;
            border-bottom: 3px solid #da3832;
            /*top: 5px;*/
            width: 200px;
        }

        .separator span:before {
          /*  right: 100%;
            margin-right: 15px;*/
        }

        .separator span:after {
            left: 100%;
            /*margin-left: 15px;*/
        }

        .separator span i {
            font-size: 6px;
            padding: 0;
            margin: 0;
            float: none;
        }

.text-light .separator span:before,
.text-light .separator span:after {
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.text-yellow {
    color: #FAB702;
}

a.text-yellow:hover {
    color: #fff;
}

.list-image {
    padding-top: 10px;
    position: relative;
}

.prev-list-image, .next-list-image {
    position: absolute;
    top: 20%;
    background: #e1e1e1;
    z-index: 9;
    display: inline-table;
    width: 40px;
    padding: 10px 0px;
    text-align: center;
    cursor: pointer;
}

.prev-list-image {
    left: 0px;
}

.next-list-image {
    right: 0px;
}

.wrapper-slide-detail {
    max-height: 400px;
    overflow: hidden;
}

    .wrapper-slide-detail a {
        cursor: zoom-in;
    }

.overview-detail {
    border: 1px solid #FAB702;
    display: inline-table;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .overview-detail p {
        margin: 0px;
    }
/*.footer .footer-content a.footer-menu {
    color: #da3832
}*/
.footer-links li label {
    display: inline-table;
    width: 65px;
    color: #da3832;
}

#google_translate_element {
    display: none;
}

.flag_link img {
    max-height: 30px;
}
/*LEFT MENU*/
#accordionLeftMenu a {
    color: #111111c1;
}

    #accordionLeftMenu a:hover {
        color: #da3832;
    }

.accordion-header a {
    font-size: 1rem;
}

.accordion-header.single-menu {
    padding: 0.3rem 1.25rem 0.6rem 1.25rem;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
}

a.tag:hover {
    color: #fff;
}
#dvRelatePost .col-md-8 {
text-transform:fullsize-kana;
}