.collapse:not(.show) {
    display: block;
    text-align: right;
}

.collapse > ul {
    display: block;
}

.collapse > ul > li {
    display: inline-block;
    margin-right: 10px;
}
.admin_panel .navbar {
    padding: 0;
    background: #e7e7e7;
}
.admin_panel .navbar-nav .dropdown-menu {
    position: absolute;
    min-width: 100px;
    width: 100px;
    padding: 5px;
    margin: 5px;
    font-size: 16px;
    text-align: center;
    left: inherit;
    right: 0;
}

/*scrolup*/
.scrollup {
    width: 40px;
    height: 40px;
    opacity: .4;
    filter: alpha(opacity=40);
    bottom: 80px;
    right: 25px;
    text-indent: -9999px;
    background: url(../images/icon_top.png) no-repeat;
    position: fixed;
    z-index: 9999;
}

.social, .social-item {
    float: left;
}

.hidden {
    display: none;
}

.social-item {
    margin-right: 5px;
}

.service-index {
    background: url(../images/bg_dv.jpg) right no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.box-img-pgic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-news .box-img-cni img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-project .box-img-project img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-index-content .title-m h2 a:hover {
    color: #fff;
}

.banner-in .box-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-rnd-item .box-img-rnd img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.information-introduce {
    width: 100%;
    float: left;
    padding: 30px 0px 30px 0px;
}

.page-pagination .pagination li.active a {
    color: #fff;
}

.model-detail {
    font-size: 22px;
}

.detail-detail-product table td, .detail-detail-product table th {
    border: none;
    padding: 5px 0px;
}

.description-detail table {
    border-left: none;
    border-right: none;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.tab-content-detail table tr td:nth-child(2) {
    width: 40%;
}

.document-detail {
    padding: 10px;
}

.document-detail a {
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #333;
}

.document-detail a:hover {
    color: #002664;
    text-decoration: underline;
}

.layout-news-relation {
    margin-top: 20px;
}

.page-c-detail {
    width: 100%;
    float: left;
    padding: 20px 0px 20px 0px;
}

.download,
.layout-media-in-content {
    width: 100%;
    float: left;
}

.layout-media-in-content {
    margin: 10px 0px 0px 0px;
}

.listfile {
    margin: 0px 0px 15px 0px;
}

.listfile .folder-link {
    width: 100%;
    float: left;
    margin: 0px 0px 15px 0px;
    font-size: 24px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #333;
}

.listfile .folder-link:hover {
    color: #002664;
    text-decoration: underline;
}

.layout-site-in-content {
    width: 100%;
    float: left;
}

.first-contact {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.first-contact h3,
.first-contact ul li a,
.first-contact ul li,
.first-contact span {
    color: #333;
}

.content-register .form-group {
    margin-bottom: 10px;
}

.content-register .form-group input,
.content-register .form-group textarea {
    width: 100%;
}

.content-register .form-group .button {
    width: inherit;
    border: none;
}

.map-contact {
    width: 100%;
    float: left;
}

.layout-site-in {
    width: 100%;
    float: left;
    padding: 20px 0px 20px 0px;
    background: #fff;
}

.form-regis,
.form-login {
    width: 100%;
    float: left;
    padding: 20px 0px 20px 0px;
}

.content-register .view-all {
    text-align: left;
    margin: 0;
}

.content-register .view-all .read-more {
    background-color: #002664;
    cursor: pointer;
}

.content-register .view-all .read-more:hover {
    background-color: #00183c;
}

.nav-tabs .nav-item {
    width: 33%;
    text-align: center;
}

.content-news .box-info-cni h3 {
    height: 54px;
    overflow: hidden;
}

.product-search {
    width: 100%;
    float: left;
    padding: 20px 0px 20px 0px;
}

.main-menu > ul > li.active > a {
    color: #ff0101;
}

.title-m h2 a:hover {
    color: #ff0101;
}

.content-news .box-info-cni h3 a:hover {
    color: #ff0101;
}

.box-csi .box-img-csi .bd-opcity a .img-icon {
}

.box-csi .box-img-csi .bd-opcity a .img-icon-hover {
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.box-csi .box-img-csi .bd-opcity a:hover .img-icon {
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.box-csi .box-img-csi .bd-opcity a:hover .img-icon-hover {
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.box-csi .box-img-csi .bd-opcity a .icon-sever {
    background: url(../images/icon_dv1.png) center no-repeat;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.box-csi .box-img-csi .bd-opcity a .icon-sever:hover {
    background: url(../images/icon_dv1_hover.png) center no-repeat;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.box-csi .box-img-csi .bd-opcity a .icon-sever2 {
    /*background: url(../images/icon_dv2.png) center no-repeat;*/
}

.box-csi .box-img-csi .bd-opcity a .icon-sever2:hover {
    /*background: url(../images/icon_dv2_hover.png) center no-repeat;*/
}

.box-csi .box-img-csi .bd-opcity a .icon-sever3 {
    /*background: url(../images/icon_dv3.png) center no-repeat;*/
}

.box-csi .box-img-csi .bd-opcity a .icon-sever3:hover {
    /*background: url(../images/icon_dv3_hover.png) center no-repeat;*/
}

.project-index-content .title-m h2 a,
.project-index-content .title-m h2 a:hover {
    color: #002664;
}

.content-lni .title-news a {
    color: #002664;
}

.main-menu > ul > li > ul > li a {
    white-space: normal;
}

.main-menu > ul > li a {
    padding: 13px 10px 13px 10px;
}

.news-index .owl-news-index {
    position: relative;
}

.news-index .owl-news-index .owl-nav {
    margin: 0;
}

.news-index .owl-news-index .owl-nav button {
    position: absolute;
    z-index: 9;
    top: 30%;
    font-size: 50px;
    opacity: .5;
    color: #fff;
}

.news-index .owl-news-index .owl-nav button:hover {
    background: transparent;
    color: #002664;
    opacity: 1;
}

.news-index .owl-news-index .owl-nav button:focus {
    outline: none;
}

.news-index .owl-news-index .owl-nav button.owl-prev {
    left: 0px;
}

.news-index .owl-news-index .owl-nav button.owl-next {
    right: 0px;
}

.price .price-market {
    width: 100%;
    float: left;
}

.price .price-promotion {
    color: #333;
}

.content-lcr-category {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.page-pagination {
    padding-top: 20px;
}

.content-news-in .box-info-cni .desc-cni {
    height: 65px;
}

/*responsive*/
@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 767px) {
    .content-lcr-category .box-img-lcrc a img {
        padding: 10px;
    }

    .content-news .box-info-cni h3 {
        height: auto;
    }

    .description-detail table {
        width: 100% !important;
    }

    .nav-tabs .nav-item {
        width: initial;
    }

    .content-news .box-img-cni {
        height: 232px !important;
    }

    .content-news-in .box-info-cni .desc-cni {
        height: auto;
    }
}
.ht{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.title-ht h2 {
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 11px 15px;
    margin: 0 auto;
    background-color: #002664;
    text-align: center;
}
.content-ht {
    background: #ebebeb;
}
.content-ht .item i{
    margin-right: 10px;
}
.content-ht .item {
    padding-bottom: 10px;
    }.content-ht .item h3:not(:first-child){
        border-top:1px dotted #002664;
    }
    .content-ht .item p{
        margin-bottom: 10px;
    }
    .content-ht .item h3{
        color: #002664;
        font-size: 16px;
        padding: 10px 15px;
        font-weight: 700;
        margin-bottom: 0px;
    }
    .content-ht .item a{
        display: block;padding: 5px 0px 0px 25px;
        color: rgb(51, 51, 51);
    }
    .item-slider-index{
        position: relative;

    }
    .item-slider-index .bt-lh{
        position: absolute;
        bottom:20%;
        left: 10%;
    }
    .item-slider-index .bt-lh{
     max-width: 308px;
     text-align: center;


 }

 .item-slider-index .bt-lh div{
    position: relative;
}
.item-slider-index .bt-lh div a{
   position: absolute;
   left: 0;
   right: 0px;
   width: 100%;
   text-align: center;
   top: calc(50% - 23px);
   font-size: 23px;
   color:#fff;
   font-weight: 700;
}
.layout-main {
    margin-top:-5px;
}
.content-ht .item { 
    height: 80px;
    padding: 10px ;
}
.content-ht .item .img_item{ 
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 50%;
    border:1px solid red;overflow: hidden;
}
.content-ht .item .img_item img{
    width: 100%;
    height: 100%;
}
.content-ht .item .content_item{
    margin-left:70px;
}
.content-ht .item p {
    margin-bottom:0px;
}
.content-ht .item:nth-child(even){
    background: #f0e1e1;
}
.model-detail {
    font-size: 18px;
}
.title-product-detail {
    font-size: 20px;
    line-height: 34px;  
}
.menu-product-lv-1 > a {
    float: left;
    width: 100%;
    height: 45px;
    line-height: 16px;
    padding: 0px 15px;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: bold;
    color: #002664;
    background: #ebebeb;
    text-transform: uppercase;
}
.content-cate{
     padding-top: 15px;
     background:#ebebeb;
}

@media screen and (max-width: 1367px) {
    .item-slider-index .bt-lh {
        max-width: 225px;
        text-align: center;
    }
    .item-slider-index .bt-lh div a {
        position: absolute;
        left: 0;
        right: 0px;
        width: 100%;
        text-align: center;
        top: calc(50% - 17px);
        font-size: 21px;
        color: #fff;
    }
}
@media screen and (max-width: 768px) {
    .item-slider-index .bt-lh {
        max-width: 211px;
        text-align: center;
    }
    .item-slider-index .bt-lh div a {
        position: absolute;
        left: 0;
        right: 0px;
        width: 100%;
        text-align: center;
        top: calc(50% - 13px);
        font-size: 17px;
        color: #fff;
    }
    .content-ht .item .content_item {
        margin-left: 59px;
        font-size: 13px;
    }
    .content-ht .item p {
        margin-bottom: 0px;
        font-size: 11px;
    }
}
@media screen and (max-width: 575px) {
    .content-standard-ck img {
        height: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .item-slider-index .bt-lh {
        max-width: 91px;
        text-align: center;
    }
    .item-slider-index .bt-lh div a {
        position: absolute;
        left: 0;
        right: 0px;
        width: 100%;
        text-align: center;
        top: calc(50% - 6px);
        font-size: 8px;
        color: #fff;
    }
}

@media screen and (max-width: 400px) {
}

@media screen and (max-width: 380px) {
}