/*.field-activity-section .wrapper .field-same{*/
/*    flex: 1;*/
/*}*/
/*!* .field-activity-section .wrapper .field-same .desc a {*/
/*    font-size: 40px;*/
/*} *!*/
/*.project-page .banner .item .desc {*/
/*    z-index: 3;*/
/*}*/
/*.project-page .form-info a {*/
/*    background: #f6a748;*/
/*    border-radius: 0;*/
/*    border: 0;*/
/*    color: #fff;*/
/*    padding: 6px 40px;*/
/*    float: left;*/
/*}*/

#site-news .market-news-section .market-news .post .desc .p-desc {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.list-news-page .list-news-content .list-news-item .desc .btn-desc a{
    color: #282828;
}
.list-news-page .list-news-content .list-news-item .desc .btn-desc:hover a{
    color: #f6a748;
}
#site-header .header-list-menu .sub-menu {
    width: 110% !important;
}
#site-header .header_socials{
    margin-bottom: 10px !important;
}
.news-detail-site .news-detail-content .content .card-body p {
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.informatio-disclosure{
    margin-bottom: 50px;
}
tbody tr td a{
    color: #282828;
}
tbody tr td a:hover{
    color: #cd6b02;
}
.project-page .form-info a {
    background: #f6a748;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 6px 40px;
    float: left;
    font-size: 18px;
}
.list-project{
    margin-top: 9px !important;
}
.informatio-disclosure .article-left .article-item .date {
    display: block;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    margin-top: 5px;
}

.target-section .target-item .target-desc p {
    display: block !important;
}
/*.owl-prev img,*/
/*.owl-next img{*/
/*    height: 35px;*/
/*    width: 35px;*/
/*    object-fit: cover;*/
/*    border-radius: 5px;*/
/*    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
/*    background-color: #fff;*/
/*    padding: 5px;*/
/*}*/
.project-page .project-content .brand-section .brand-wrap .brand-slide {
    overflow: hidden;
    width: 835px;
    margin: 0 auto;
    padding: 0 50px;
}
.project-page .project-content .brand-section .brand-wrap .owl-theme .owl-nav [class*="owl-"].owl-prev {
    left: 10px!important;
}
.project-page .project-content .brand-section .brand-wrap .owl-theme .owl-nav [class*="owl-"].owl-next {
    right: 10px!important;
}
button.owl-prev,
button.owl-next{
    outline: unset;
}