.fix-top {
    max-width: 1920px;
    margin:  auto;
    background: #ffffff;
    z-index: 999;
    box-shadow: 2px 7px 15px 0 rgba(0,0,0,.2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
}

.fix-top .bg-header{
    border: 0;
}
.bg-header{
    border-bottom: 1px solid #00894d;
}
.bg-header .container > .row{
    display: flex;
    align-items: center;
}


/*MODULE SLIDER MAIN GALLERY*/
.bg-slider{
    border-bottom: 5px solid #00894d;
}
.slider-for .item-slider img{
    transform: scale(1.2);
    transition: transform 1.5s, filter 1.5s ease;
}
.slider-for .slick-active .item-slider img{
    transform: scale(1) !important;
    transition: transform 1.5s, filter 1.5s ease;
}
.slider-for .item-slider .info{
    position: absolute;
    top: 50px;
    left: 15px;
    width: 35%;
    transition: transform 1.5s, filter 1.5s ease;
    padding: 15px;
    background-color: rgb(0 137 77 / 0.75) !important;
    color: #fff;
}
.slider-for .slick-active .item-slider .info{
    animation: 0.5s ease 0s 1 normal none running move;
}

.slider-for .item-slider .view-more a{
    position: absolute;
    bottom: 50px;
    left: 15px;
    transition: transform 1.5s, filter 1.5s ease;
    padding: 10px 15px;
    background-color: #00894d;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: block;
}
.slider-for .slick-active .item-slider .view-more{
    animation: 0.5s ease 0s 1 normal none running move-up;
}

.slider-for .title {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
}
.slider-for .description {
    font-size: 25px;
}

.slider-nav {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    right: 3%;
    width: 90px;
}
.slider-nav .slick-track{
    width: 100% !important;
}
.slider-nav .slick-track .slick-slide{
    width: 100% !important;
    background: #fff;
}
.slider-nav .slick-track .slick-slide .img-thumb{
    border: 1px solid #00894d;
}
.slider-nav .slick-track .slick-current .img-thumb{
    border: 5px solid #00894d !important;
}


@-webkit-keyframes move {
    0% {
        transform: translate(0, -100px);
        opacity: 0;
        transition: transform 1.5s, filter 1.5s ease;
    }
    100% {
        transform: translate(0px, 0);
        opacity: 1;
        transition: transform 1.5s, filter 1.5s ease;
    }
}

@-webkit-keyframes move-up {
    0% {
        transform: translate(0, 100px);
        opacity: 0;
        transition: transform 1.5s, filter 1.5s ease;
    }
    100% {
        transform: translate(0px, 0);
        transition: transform 1.5s, filter 1.5s ease;
        opacity: 1;
    }
}


/*MODULE SLIDER MAIN GALLERY*/



.title-block{
    text-transform: uppercase;
    font-weight: 700;
    color: #616060;
    font-size: 24px;
    margin-bottom: 50px;
}

/*MODULE DANH MUC DICH VU*/
.cate-service .list_item{
    margin-bottom: 30px;
}
.cate-service .featured-thumbnail{
    position: relative;
    padding-top: 65%;
    overflow: hidden;
}
.cate-service .featured-thumbnail img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
    transform: scale(1);
}
.cate-service .list_item:hover .featured-thumbnail img{
    transform: scale(1.2);
}

.cate-heading{
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
}
.cate-heading a{
    color: #00894d;
    transition: all .4s;
}
.cate-heading a:hover{
    color: #00894d;
}

/*MODULE DANH MUC DICH VU*/

/*MODULE GIOI THIEU CONG TY*/
.about-us .title-block{
    margin: 30px 0;
    padding-bottom: 10px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}
.title-block span{
    line-height: unset;
    margin: auto;
    display: table;
    font-size: 10px;
    position: relative;
    padding-top: 5px;
}
.title-block span:after,
.title-block span:before{
    content: "";
    position: absolute;
    bottom: 5px;
    width: 50px;
    height: 2px;
    background: #00894d;
}
.title-block span:before{
    left: 10px;
}
.title-block span:after{
    right: 10px;
}

.about-us .content p{
    line-height: 2;
}
.about-us .content p i{
    color: #ffa500;
    margin-right: 5px;
}
.btn.view-more{
    background-color: #00894d;
    color: #fff;
    font-weight: 500;
}
/*MODULE GIOI THIEU CONG TY*/

/*MODULE TIN TUC TRANG CHU*/
.hot-news .info{
    padding: 0 15px 15px;
}
.hot-news .title-blogs-item{
    height: auto;
}
.hot-news .title-blogs-item .time{
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #00894d;
    color: #fff;
    font-size: 15px;
    display: block;
    text-align: center;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}
.hot-news .item-blogs {
    -webkit-box-shadow: 0 0px 22px rgba(0,142,255,0.12);
    box-shadow: 0 0px 22px rgba(0,142,255,0.12);
    transform: scale(1);
    transition: all .4s;
    margin-top: 10px;
}
.hot-news .item-blogs:hover{
    -webkit-box-shadow: 0 0px 22px #00894d;
    box-shadow: 0 0px 22px #00894d;
    transform: scale(1.02);
}

.hot-news .btn{
    display: none;
}
/*MODULE TIN TUC TRANG CHU*/





/*MODULE LIEN HE POPUP*/
.contact-us{
    padding: 30px;
    background: #f37f29;
    border-radius: 10px;
    color: #fff;
    background: url(/uploads/plugin/custom_img/2020-12-17/1608191660-880412638-custom.jpg) no-repeat;
    background-size: 100%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.contact-us:before{
    content: "";
    background: #00894d;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .9;
}
.contact-us .border{
    padding: 30px 0;
    position: relative;
    z-index: 5;
    border: 2px solid #fff;
}
.contact-us ul{
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 40px 0;
}
.contact-us ul a{
    padding: 7px 30px;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 25px;
    margin-right: 15px;
}

#modalContact .close{
    position: absolute;
    top: 0;
    right: 0;
}
#modalContact h4{
    text-transform: uppercase;
    font-weight: 600;
    margin: 30px 0 15px;
}
#modalContact form{
    padding: 0 15px;
}

/*MODULE LIEN HE POPUP*/

/*BACK TO TOP - LINK */
#socials{
    display: inline-block;
    position: fixed;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 100;
    width: 40px;
}
#socials a{
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 10px;
}
#socials a.phone{
    padding: 5px;
    border-radius: 50%;
    background-color: #00894d;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}

#socials a.phone img{
    padding: 5px;
}

@-webkit-keyframes quick-alo-circle-img-anim{
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

#toTop{
    position: fixed;
    bottom: 25px;
    right: 15px;
    width: 40px;
    height: 40px;
    background-color: #00894d;
    border: 1px solid #fff;
    line-height: 40px;
    text-align: center;
    transform: rotate(45deg);
    z-index: 1000;
}

#toTop i{
    transform: rotate(-45deg);
    color: #fff;
    font-size: 20px;
    padding-right: 4px;
}
/*BACK TO TOP - LINK */


/*BANNER SAN PHAM LEFT*/
.banner-left-col-1{
    width: calc(35% - 30px);
    margin-right: 30px;
    background-color: #ddd;
    padding: 15px;
}
.banner-left-col .description-banner{
    font-size: 16px;
    font-weight: 500;
    color: #616060;
    text-align: center;
    margin: 5px 0 20px;
}
/*BANNER SAN PHAM LEFT*/

/*TIM KIEM NANG CAO SAN PHAM*/
.bg-search{
    background-color: #ececec;
}
.advanced-filter .form-control {
    height: 44px;
    border-color: #00894d;
}

.advanced-filter .input-group{
    width: 100%;
}
.advanced-filter .filter label{
    font-weight: 600;
    font-size: 16px;
    color: #616060;
}
.advanced-filter .filter select {
    color: #00894d;
    font-weight: 600;
}
.advanced-filter .filter .dropdown .dropdown-toggle {
    border: 1px solid #00894d;
    height: 44px;
    background: #fff;
    color: #00894d;
    font-weight: 600;
    text-align: left;
    display: block;
    width: 100%;
    border-radius: 0;
}
.advanced-filter .filter .dropdown .dropdown-toggle i {
    font-weight: bold;
}
.advanced-filter .filter .dropdown-menu {
    border-radius: 0;
    border-color: #00894d;
    width: 100%;
}
.advanced-filter .filter .label_filter {
    display: block;
    width: 100%;
    color: #00894d;
    font-weight: normal;
    font-size: 14px;
    padding: 0px 12px;
}
.advanced-filter .filter .label_filter img {
    width: 25px;
    margin-bottom: 0;
}
/*TIM KIEM NANG CAO SAN PHAM*/

.more-infomation{
    padding: 10px 15px;
    color: #fff;
    background-color: #00894d;
    font-weight: 600;
    font-size: 16px;
    float: right;
}
.more-infomation i{
    font-weight: 700;
}


/*DETAILS PRODUCT*/
.select-diameter-lenght .form-control{
    border-color: #00894d;
    color: #00894d;
    font-size: 15px;
    font-weight: 600;
}
.top-detail-product .description ol,
.top-detail-product .description ul{
    padding-left: 15px;
}

#output_filter table{
    width: 100%;
    border: 1px solid #ddd;
}
#output_filter table tr td{
    background-color: #f5f5f5;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
}
#output_filter table tr td:first-child{
    width: 30%;
    border-right: 1px solid #ddd;
}
#output_filter table tr td:last-child{
    width: 70%;
}

/*DETAILS PRODUCT*/

/*MODULE ANH Certificates*/
.bg-certificates{
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}
.bg-certificates:after,
.bg-certificates:before{
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    transform: skew(45deg);
    z-index: -1;
}
.bg-certificates:before{
    right: 50%;
    background-color: #f8f8f8;
}
.bg-certificates:after{
    left: 50%;
    background-color: #eee;
}


/*MODULE ANH Certificates*/

.box-detail-list-product .list-item:nth-child(2n) .item-product{
    background-color: #f1f1f1;
}


/*----------------------------------CSS BY DATLV-----------------------------*/
.st-images {
    position: relative;
    padding: 0;
    padding-top: 77%;
    border: none;
}
.st-images a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.st-images a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.st-images a span {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, .85);
    width: 100%;
    padding: 10px;
    text-transform: none;
    font-size: 15px;
    color: #000;
}
.megamenu .menu-button-name {
    background: #00894d;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
}
.wstmegamenucoll .col-mega:nth-child(2) .wstheading {
    border-color: #a85420;
}
.wstmegamenucoll .col-mega:nth-child(3) .wstheading {
    border-color: #ffc826;
}
.wstmegamenucoll .col-mega:nth-child(4) .wstheading {
    border-color: #0d9ed9;
}
.wstmegamenucoll .col-mega:nth-child(5) .wstheading {
    border-color: #003b61;
}
.wstmegamenucoll .col-mega:nth-child(6) .wstheading {
    border-color: #bf1c8a;
}
.wstmegamenucoll .col-mega li {
    margin-left: 15px;
    list-style: square;
}
.wstmegamenucoll li a {
    font-weight: bold;
}
.wstmegamenucoll .col-mega:first-child li::marker {
    color: #00894d;
}
.wstmegamenucoll .col-mega:nth-child(2) li::marker {
    color: #a85420;
}
.wstmegamenucoll .col-mega:nth-child(3) li::marker {
    color: #ffc826;
}
.wstmegamenucoll .col-mega:nth-child(4) li::marker {
    color: #0d9ed9;
}
.wstmegamenucoll .col-mega:nth-child(5) li::marker {
    color: #003b61;
}
.wstmegamenucoll .col-mega:nth-child(6) li::marker {
    color: #bf1c8a;
}
.custom-width-mega {
    position: relative;
}
.custom-width-mega .megamenu {
    width: 600px;
    display: block;
    left: -245px;
}
.wstmegamenucoll .button-menu {
    display: block;
    background: #00894d;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}
.wstmegamenucoll .description-menu {
    font-style: italic;
}
.banner-left-col>.wstliststy05 {
    width: 30%;
    padding: 0;
}
.wstmegamenucoll .wstliststy05 {
    padding: 0 15px;
}
.wstmegamenucoll {
    margin: 0 -15px;
}
.custom-width-mega .megamenu {
    top: 65px;
}
.footer-copy {
    /*text-align: center;*/
}
.border-row>.container>.row {
    border-top: 2px solid #fff;
}
#footer .payment {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.sub-address.menu-footer-vertical {
    width: 50%;
    float: left;
}
.sub-address.menu-footer-vertical:nth-child(2n) {
    padding-left: 15px;
    padding-right: 15px;
}
/*.sub-address.menu-footer-vertical, .menu-footer-vertical.box-fan-page  {*/
/*    padding: 15px 0;*/
/*}*/
.mar-30 {
    margin: 30px 0;
}
.fixed-left {
    position: fixed;
    z-index: 9999;
    left: 15px;
    transform: translateY(-50%);
    bottom: 2px;
    width: 60px;
    text-align: center;
    overflow: hidden;
}
.fixed-left a {
    margin-bottom: 20px;
    width: 50px;
    height: 50px;
    display: inline-block;
}
.fixed-left a.phone {
    border-radius: 50%;
    background: #70bf4f;
    padding: 6px;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}
.wrap-list .title-blogs-item {
    height: 40px;
}
.wrap-list .item-blogs .desc-blogs {
    text-align: unset;
}
.modal-open #modalContact {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.addThis_listing{
    position: fixed;
    top: 70%;
    transform: translateY(-50%);
    right: 10px;
    list-style-type: none;
    /*display: none;*/
    z-index: 9;
}
.addThis_listing .addThis_item {
    margin-bottom: 1px;
}
.addThis_listing .addThis_item .addThis_item--icon {
    position: relative;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 55px;
    z-index: 9;
    height: 32px;
    line-height: 26px;
    padding: 3px 10px;
    width: auto;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 1);
    visibility: hidden;
    opacity: 0;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.addThis_listing .addThis_item .addThis_item--icon:hover {
    text-decoration: none;
    opacity: 0.8;
    box-shadow: 0 5px 10px rgba(0,0,0,.15), 0 4px 15px rgba(0,0,0,.13);
}
.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0, 0, 0, 1);
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
li.addThis_item a i, li.addThis_item a p {
    width: 50px;
    height: 50px;
    padding: 0;
    margin-bottom: 1px;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    background: #00894d;
    color: #fff;
}
.title-cate-product {
    color: #fff;
}
.title_lienhe h2 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    margin: 40px 0 20px;
}
.address-contact h3 {
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0;
}
.address-contact p span {
    font-weight: 500;
}
.address-contact p {
    margin-bottom: 5px;
}
#frm-send-contact .form-control {
    background: #F6F6F6 !important;
    border: 1px solid #efefef;
}
#frm-send-contact .form-group label {
    font-style: italic;
}
#frm-send-contact .form-group .red-color {
    color: #ec0000;
    padding-left: 2px;
}
.item_sub_add {
    border-top: 1px dashed #e6e6e6;
    margin-top: 10px;
}
.title_sub_add {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    margin: 25px 0 10px;
}
.box-contacts #frm-send-contact {
    margin-top: 40px;
}
.title-breadcrumb {
    background: #009049;
    padding: 15px 0;
    margin-bottom: 30px;
}
/*----------------------------------CSS BY DATLV-----------------------------*/
@media(min-width: 1280px){
    .slider-for .item-slider .view-more a,
    .slider-for .item-slider .info{
        left: calc((100% - 1140px)/2);
    }
}
@media(min-width: 1024px){
    .wsmenucontainer{
        display: inline-block;
        float: right;
        margin-top: 25px;
    }
    .navbar-header{
        display: inline-block;
        float: left;
    }
    .navbar-header img{
        width: 220px;
    }
    .btn-show-search{
        margin: 25px 15px;
    }
    
    .language .item-dropdown{
        margin-top: 23px;
    }

}

@media(max-width: 919px){
    .title-block{
        font-size: 25px !important;
    }
    #slide-slick{
        height: 500px;
    }
    #slide-slick .item-slider img{
        height: 500px;
        width: auto;
        display: inline-block;
        float: right;
    }
    
    .slider-for .item-slider .info{
        width: calc(100% - 30px);
    }
    .slider-for .title{
        font-size: 25px;
    }
    .slider-for .description{
        font-size: 15px;
    }
    
    .slider-product.owl-theme .owl-controls .owl-buttons div.owl-prev{
        left: -10px;
    }
    .slider-product.owl-theme .owl-controls .owl-buttons div.owl-next{
        right: 30px;
    }
    
    .btn-search .box-search{
        width: calc(100% - 30px);
    }
}

@media(max-width: 767px){
    .title-block{
        font-size: 20px !important;
    }
    #slide-slick{
        height: 400px;
    }
    #slide-slick .item-slider img{
        height: 400px;
    }
    .contact-us{
        padding: 10px;
    }
    .contact-us .border{
        padding: 30px 0 0 0;
    }
    .contact-us ul{
        flex-flow: column;
        text-align: center;
    }
    .contact-us ul a{
        margin: 0 0 15px 0;
    }
    
}

.block-news.news_left .item-product {padding-top: 0;padding-bottom: 0;margin-bottom: 0px;}
.block-news.news_left .item-blogs {
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    background: #fff;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.block-news.news_left ul.nav_title.clearfix {
    border: 0;
    background: #01894d;
    margin-bottom: 0;
}
.block-news.news_left .price {
    color: #01894d;
}
.block-news.news_left ul.nav_title.clearfix li {
    float: none;
    padding: 0;
}

.block-news.news_left ul.nav_title.clearfix li a {
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.block-news.news_left ul.nav_title.clearfix li a:before {
    display: none;
}

/*MODULE TIN TUC NOI BAT TRANG CHU*/
/*.news-home .title-heading{*/
/*    width: 85%;*/
/*    margin: 0 auto 50px;*/
/*}*/
/*.news-home .slider-product{*/
/*    width: 85%;*/
/*    margin: auto;*/
/*}*/
/*.news-home .title-block{*/
/*    text-transform: uppercase;*/
/*    font-weight: 700;*/
/*    position: relative;*/
/*    display: inline-block;*/
/*}*/
/*.news-home .title-block:before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 8px;*/
/*    left: calc(100% + 30px);*/
/*    width: 50%;*/
/*    height: 1px;*/
/*    background: red;*/
/*}*/

/*.news-home .cate-desc{*/
/*    border-left: 1px solid red;*/
/*    padding-left: 30px;*/
/*    margin-left: 60px;*/
/*    font-style: italic;*/
/*    font-size: 16px;*/
/*}*/

/*.news-home .owl-item > [class*="col-"]{*/
/*    padding: 0 7px;*/
/*}*/
/*.news-home .owl-wrapper .owl-item:nth-child(2n+1){*/
/*    margin-top: 60px;*/
/*}*/

/*.news-home .list-item .img-blogs{*/
/*    padding-top: 100%;*/
/*}*/
/*.news-home .list-item .item-blogs > .info{*/
/*    transition: all .4s;*/
/*}*/
/*.news-home .list-item .img-blogs .content{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    opacity: 0;*/
/*    transition: all .4s;*/
/*    background: rgba(255, 255, 255, 0.8);*/
/*}*/
/*.news-home .list-item .img-blogs .info{*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    padding: 15px;*/
/*    width: 100%;*/
/*    transform: translate(-50%, -50%);*/
/*}*/

/*.news-home .btn-view-more{*/
/*    background-color: red;*/
/*    color: #fff;*/
/*    font-weight: 700;*/
/*}*/
/*.news-home .item-blogs:hover .img-blogs img{*/
/*    transform: scale(1.2);*/
/*}*/
/*.news-home .item-blogs:hover .content{*/
/*    opacity: 1;*/
/*}*/
/*.news-home .list-item .item-blogs:hover > .info{*/
/*    opacity: 0;*/
/*}*/


/*MODULE TIN TUC NOI BAT TRANG CHU*/
