.cate-wrap a h2 {
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid #e0dfdf;
    color: #575757;
    display: block;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px 10px;
    position: relative;
    line-height: 24px;
}

.hero-section-container {
    padding: 30px 0;
    text-align: center;
    margin-bottom: 20px;
    /* height: 400px; */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

}

.hero-section {
    text-align: center;
}

.hero-section .hero-title {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--primaryCl);
}

.hero-section .hero-divider {
    background-color: #fff;
    display: block;
    height: 1px;
    margin: 0px auto 6px;
    width: 10%;
}

.list-news .wrap-item .i-top .i-image img {
    height: 210px;
}

.breadcrumb ul li a {
    /* color: #fff; */   
     color: #1d1d1d;
    text-transform: uppercase;
}

.breadcrumb ul {
    /* text-align: center; */
}

.breadcrumb_left ul {
    text-align: center;
}

.project-tab h3 a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    line-height: 30px;
}

.project-tab {
    padding: 5px 15px 15px;
    overflow: hidden;
}

.project-tab h3 {
    height: 50px;
}

.tab-content {
    background: #fff;
}

.tab-content .list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}


.news_noibat_mobile {
    display: none;
}

.news_noibat_mobile h3 {
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    line-height: 28px;
    margin: 0;
}

.all_cat_wrapper:hover .all_categories {
    display: block;
}

.sp-slides {
    padding-left: 0;
}

.menu {
    padding-left: 0;
    margin-bottom: 0;
}

.menu li {
    list-style: none;
}

.menu li a {
    display: block;
    padding: 3px 5px;
    color: #333;
    border-radius: 2px;
}

.menu li a.actmenu {
    background: #fed701;
}

.vnt-viewed .div_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #bfbfbf54;
}

.gird-viewed .item {
    padding: 5px 0;
}

.gird-viewed .item ~ .item {
}

.gird-viewed .item .i-image {
    width: 65px;
    float: left;
    margin-top: 2px;
}

.gird-viewed .item .i-title a {
    font-size: 14px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    border-bottom: 1px solid #e0dfdf;
    color: #575757;
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 10px;
    position: relative;
}

.gird-viewed .item .i-title h4 {
    margin: 0;
}

.gird-viewed .item .i-title a:hover {
    color: #0067b1;
}

.i-rate ul li {
    list-style: none;
    display: inline-block;
    padding-right: 5px;
}

.desc h1 {
    font-size: 30px;
    margin: 0 0 10px;
    font-weight: 700;
    text-align: center;
    padding: 0 30px;
}

.pull-left .pull-left_bar {
    width: 200px;
}

.fb_iframe_widget {
    top: 2px;
}

.title-cat h3 {
    margin: 0;
    font-weight: 700;
}

.i-rate {
    text-align: center;
    margin-bottom: 10px;
}

.i-rate ul {
    padding-left: 0;
    margin-bottom: 0;
}

.i-rate ul li .mystar img {
    padding-right: 10px;
}

.i-rate ul li a:hover {
    color: #288ad6;
}

.i-rate ul li .i-cmt {
    color: #288ad8;
    font-size: 12px;
}

.i-rate ul li .fa-comment {
    color: #ff9800;
}

.comment {
    color: #333;
}

.comment .pagination {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}

.comment .pagination ul {
    text-align: left;
}

.comment .title {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 10px;
    color: #333;
}

.div_answer {
    margin-top: 20px;
    color: #333;
    padding: 15px;
    position: relative;
    background: #f8f8f8;
    border: 1px solid #dfdfdf;
}

.div_answer:before {
    position: absolute;
    content: "";
    left: 24px;
    bottom: 100%;
    border-bottom: 11px solid #f8f8f8;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
}

.qtv {
    background: #ed1e8c;
    border-radius: 2px;
    padding: 0 5px;
    line-height: normal;
    border: 1px solid #ed1e8c;
    font-size: 11px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 10px;
}

.div_answer .info_answer {
    font-weight: 700;
    color: #000;
}

.grid-comment .node-commnet:last-child {
    border-bottom: none;
}

.formComment {
    margin-top: 10px;
}

.formComment .form-control {
    height: 38px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.formComment textarea.form-control {
    resize: vertical;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100px;
}

.formComment .input-group-btn {
    padding-left: 5px;
    vertical-align: top;
}

.formComment button.btn {
    height: auto;
    font-size: 14px;
    line-height: 24px;
    padding: 7px 40px;
    margin-right: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.formComment button.btn span {
    color: #fff;
}

.formComment .w_content .content-info {
    padding: 15px 0;
    background-color: #fff;
    position: relative;
}

.formComment .w_content .content-info .info-title {
    margin-bottom: 10px;
    color: #333;
}

.formComment .w_content .content-info .form-control {
    float: none;
    margin-bottom: 10px;
}

.grid-comment {
    margin-bottom: 20px;
}

.grid-comment .node-commnet {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.grid-comment .node-commnet .avatar img {
    width: 100%;
}

.grid-comment .node-commnet .info-comment {
    margin-left: 60px;
    position: relative;
}

.grid-comment .node-commnet .info-comment .info-preson {
    color: #7c7c7c;
    margin-bottom: 5px;
}

.grid-comment .node-commnet .avatar {
    float: left;
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #0bb2f0;
}

.grid-comment .node-commnet .avatar .yotpo-user-letter {
    background: transparent !important;
    position: absolute;
    top: 10px;
    width: 100%;
    min-width: 100%;
    left: 0;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.grid-comment .node-commnet .info-comment .info-preson .email {
}

.sttB {
    cursor: pointer;
    color: #333;
    font-size: 13px;
}

.grid-comment .node-commnet .info-comment .info-preson .name {
    font-size: 16px;
    font-weight: 700;
}

.grid-comment .node-commnet .info-comment .linkanswer {
    margin-bottom: 10px;
    text-align: right;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    color: #263415;
}

.grid-comment .node-commnet .info-comment .linkanswer a {
    position: relative;
    display: inline-block;
    padding-right: 12px;
    color: #263415;
}

.grid-comment .node-commnet .info-comment .linkanswer a:hover {
    text-decoration: underline;
}

.grid-comment .node-commnet .info-comment .linkanswer a:after {
    position: absolute;
    font-family: "fontawesome";
    content: "\f054";
    top: 2px;
    right: 0;
    color: #263415;
    font-size: 7px;
}

.listanswer .nodeanswer {
    background-color: #ddd;
    margin-bottom: 1px;
    padding: 10px;
}

.box_mid .mid-title {
    text-align: center;
}

.desc-onenews {
    width: 100%;
    margin: 0 auto;
    color: #333;
    float: none;
}
.desc-onenews .i-slder img{
    width: 100%;
}
.i-desc {
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 15px;
    color: #333;
}

.the-content {
    color: #333;
}

.the-content h3 {
    margin: 15px 0 0;
}

blockquote {
    border-left: 0;
}
.menu_news {
    display: flex;
    flex-wrap: wrap;
    border-bottom: none;
}
.menu_news li {
    color: var(--primaryCl);
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #ddd;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-left-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 15px;
    padding-top: 5px;
    padding-right: 14px;
    padding-bottom: 5px;
    padding-left: 14px;
    margin-right: 15px;
    margin-bottom: 10px;
    list-style: none;
    transition: all .5s;
}
.menu_news li:hover{
    background: #f8f8f3;
    border-color: var(--primaryCl);
    transition: all .5s;
}
.menu_news li a {
    color: var(--primaryCl);
    cursor: pointer;
    font-size: 18px;
}
.menu_news li a  i{
    margin-right: 10px;
    color: #288ad8;
    display: none;
}
.menu_news li.active {
    background: #f8f8f3;
}
.menu_news li.active a i{
    display: inline-block;
}
@media screen and (max-width: 1024px) {
    .project-tab {
        padding: 15px 5px;
        border: none;
    }

    .menu_news {
        display: none;
    }

    .project-tab h3 {
        height: auto;
    }

    .the-content {
        max-width: 100%;
    }

    .project-tab nav ul {
        white-space: nowrap;
        overflow-x: auto;
        transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        padding-bottom: 0;
    }

    .project-tab nav ul li {
        display: inline-block;
        float: none;
    }

    .project-tab nav ul li.active {
        position: absolute;
        left: 0;
        top: 0;
    }

    .project-tab nav ul.active {
        padding-left: 40%;
    }

    .list_item_news {
        height: auto;
    }

    .timer_comment {
        float: left;
        font-size: 14px;
        color: #333;
    }

    .project-tab .nav-tabs > li > a {
        font-size: 13px;
        font-weight: 600;
        margin: 0;
    }

    .nav-tabs > li > a {
        padding: 10px 1px 5px 10px;
    }

    /* .project-tab .i_desc {
        margin-bottom: 15px
    } */

    .heading {
        font-size: 18px;
    }

    .box figure {
        height: auto;
    }

    .box .list_item_news {
        margin-bottom: 30px;
    }

    .i-rate {
        text-align: left;
    }

    .grid-comment .node-commnet .info-comment .info-preson {
        margin-bottom: 0;
    }

    .pull-left .pull-left_bar {
        width: 120px;
    }

    .i-rate ul li .i-cmt .hidden_cmt {
        display: none;
    }

    iframe {
        width: 100%;
    }

    .img-news {
        height: auto;
    }

    .desc h1 {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .box figure figcaption {
        position: inherit;
        bottom: inherit;
        left: inherit;
        right: 0;
    }

    .box {
        margin: 2rem 0 0;
    }
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 320px) {
    .project-tab .nav-tabs > li > a {
        padding: 10px 9px;
    }
}
