.bg-header{
    background-color: #002252;
    /*padding: 10px 0;*/
}
.header-fix .container > .row,
.bg-header .container > .row{
    display: flex;
    align-items: center;
}
.bg-mobile{
    background-color: #002252;
}
.fix {
    display: block !important;
    max-width: 1920px;
    margin:  auto;
    background: #ffffff;
    z-index: 999;
    border-bottom: 1px solid #e1e1e1;
    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;
}

.header-fix{
    display: none;
    /* padding: 10px 0; */
}
/*MODULE THONG TIN LIEN HE*/
.contact-header ul{
    margin: 0 15px 0 0;
}
.contact-header ul li{
    list-style: none;
    float: right;
    
}
.contact-header a{
    color: #f0ac13;
    font-weight: 600;
    font-size: 16px;
}

.contact-header .btn-contact{
    background-color: #f0ac13;
    color: #fff;
}
.contact-header span.phone{
    font-weight: 600;
    color: #333;
}
.contact-header span.email{
    color: #58595b;
}
.contact-header a:hover{
    color: #f0ac13;
    font-weight: 600;
}
.contact-header a:hover span{
    color: #f0ac13;
}
.contact-header a.btn-contact:hover{
    color: #fff;
}
/*MODULE THONG TIN LIEN HE*/

h2.title_widget{
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 700;
    color: #012353;
    font-family: 'Oswald', sans-serif;

}
h2.title_widget a{
    color: #012353;
}
h2.title_widget a:hover{
    color: #00b3e6;
}

/*MODULE DICH VU CUA CHUNG TOI*/

.cate-title{
    font-weight: 700;
    color: #002252;
    text-transform: uppercase;
    display: block;
    font-size: 17px;
    margin-top: 20px;
    transition: all .4s;
}
.thumbnail{
    box-shadow: 0 3px 15px rgba(0,0,0,.09);
}
.thumbnail:hover{
    box-shadow: 0 3px 15px rgba(0,0,0,.19);
}
.thumbnail:hover a{
    color: #00b3e6;
}
.featured-thumbnail img{
    width: 80%;
}

/*MODULE DICH VU CUA CHUNG TOI*/

/*MODULE DU AN TRANG CHU*/
.project .img-blogs{
    margin: 0;
    padding-top: 50%;
}
.project .info{
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*background-color: rgba(0, 0, 0, 0.8);*/
    /*text-align: center;*/
    /*opacity: 0;*/
    /*padding: 30px;*/
    /*transition: all .4s;*/
}
.block-news.box-product.project .item-product.hover-action-product {
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
}
.block-news.box-product.project .title-product {
    height: 45px;
}

.block-news.box-product.project .title-product a {
    font-weight: 600;
}

figure.featured-thumbnail {
    padding: 30px;
}

figure.featured-thumbnail img {
    height: 145px;
    width: 145px;
}
.item-product .img a img{
    transition:1.1s;
}
.item-product .img a img:hover{
    transform:scale(1.1);
}
.item-product .img a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    right: 0;
    bottom: 0;
    background: none;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}
.item-product .img a:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 40%);
    -webkit-transition: 0.85s ease-in-out;
    -moz-transition: 0.85s ease-in-out;
    -ms-transition: 0.85s ease-in-out;
    -o-transition: 0.85s ease-in-out;
    transition: 0.85s ease-in-out;
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
}
.item-product .img a:hover:after {
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
    -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
    -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
    -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
}
figure.featured-thumbnail {
    position:relative
}

figure.featured-thumbnail a:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}
figure.featured-thumbnail a:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}
figure.featured-thumbnail a:hover:before {
    background-color: rgb(222 222 222 / 25%);
    right: 50%;
    left: 50%;
}
figure.featured-thumbnail a:hover:after {
    background-color: rgb(216 216 216 / 30%);
    top: 50%;
    bottom: 50%;
}
 

.project .info .title-blogs-item{
    height: auto;
}
.project .info .title-blogs-item a{
    color: #f0ac13;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0ac13;
    text-transform: uppercase;
}
.project .info .desc-blogs{
    color: #fff;
}
.project .info .btn-view-more,
.project .info .more-blogs{
    display: none;
}
.project .item-blogs:hover .info{
    opacity: 1;
    cursor: pointer;
}
/*MODULE DU AN TRANG CHU*/

/*MODULE MENU CHAN TRANG*/
.menu-footer .menu-top li a{
    color: #00b3e6;
    text-transform: uppercase;
    border: 0;
}
/*MODULE MENU CHAN TRANG*/

/*TRANG TIN TUC*/
.detail-list-blogs .view-list .item-blogs,
.wrap-list .view-list .item-blogs{
    text-align: left
}
.detail-list-blogs .item-blogs,
.wrap-list .item-blogs {
    padding: 5px;
    text-align: center;
    box-shadow: 1px 2px 4px #ccc;
    margin-bottom: 30px;
}
.detail-list-blogs .item-blogs .info,
.wrap-list .item-blogs .info{
    padding: 0 10px;
}
/*TRANG TIN TUC*/

/*MODULE DU TIN TUC NOI BAT*/
.hot-news{
    margin: 15px 0;
    border: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
    background: #fff;
}
.hot-news h2.title_widget{
    font-size: 15px;
    text-align: left;
    padding: 14px 15px;
    margin: 0 0 10px 0;
    border-radius: 5px 5px 0 0;
    color: #fff;
    background-color: #002252;
    font-family: unset;
}
.hot-news .row ul{
    width: calc(100% - 20px);
    margin: 0 auto;
}
.hot-news .item-blogs{
    margin: 0;
}
.hot-news .item-blogs .more-blogs,
.hot-news .item-blogs .desc-blogs{
    display: none;
}

/*MODULE TIN TUC NOI BAT*/

/*MODULE DOI TAC*/
.block-partners .owl-theme .owl-controls .owl-buttons div{
    top: 62%;
}
.block-partners .owl-theme .owl-controls .owl-buttons div.owl-prev{
    left: -15px;
}
.block-partners .owl-theme .owl-controls .owl-buttons div.owl-next{
    right: -15px;
}
/*MODULE DOI TAC*/
#main.bg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: url(/uploads/plugin/custom_img/2020-12-14/1607939536-981856404-custom.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#footer{
    position: relative;
    width: 100%;
    overflow: hidden;
}
#footer:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: calc((100% - 1140px)/2);
    width: 100%;
    height: 85%;
    background: url(/uploads/plugin/custom_img/2020-12-07/1607332687-773437244-custom.png) no-repeat center right;
}

/*DANH MUC TIN TUC*/
.col_left{
    background-color: #fff;
}
/*DANH MUC TIN TUC*/
@media(min-width:1200px){
    a.btn-show-search{
     padding: 5px 0;   
    }
}

@media(max-width: 919px){
    .block-partners .owl-theme .owl-controls .owl-buttons div.owl-prev{
        left: 0;
    }
    .block-partners .owl-theme .owl-controls .owl-buttons div.owl-next{
        right: 0;
    }
    #footer:before{
        right: 0;
        background-size: contain;
    }
    
}

@media(min-width: 577px) and (max-width: 768px){
    .navbar-header img{
        width: 200px;
    }
    .category-home .owl-theme .owl-controls .owl-buttons div{
        top: 40%;
    }
}
@media(max-width: 576px){
    h2.title_widget{
        font-size: 20px;
    }
}
@media(min-width: 410px) and (max-width: 576px){
    figure.featured-thumbnail img{
        height: 107px;
    }
}
@media(min-width: 375px) and (max-width: 410px){
    figure.featured-thumbnail img{
        height: 88px;
    }
}
@media(min-width: 360px) and (max-width: 374px){
    figure.featured-thumbnail img{
        height: 80px;
    }
}
@media(min-width: 321px) and (max-width: 576px){
    .category-home .owl-theme .owl-controls .owl-buttons div{
        top: 32%;
    }
}
@media(max-width: 375px){
    .category-home .cate-title{
        height: 60px;
    }
}
@media(max-width: 320px){
    .category-home .owl-theme .owl-controls .owl-buttons div{
        top: 30%;
    }
    figure.featured-thumbnail img{
        height: 48px;
    }
}


.slider-product.owl-theme .owl-controls .owl-buttons div {
    top: 50%;
    bottom: inherit;
    width: 30px;
    height: 60px;
    background-color: rgba(255,255,255,.5);
    border-radius: 2px;
    line-height: 55px;
    font-size: 30px;
    box-shadow: 0 2px 6px 0px rgba(0,0,0,.3);
    opacity: 0;
    transition: all .3s linear;
}

.slider-product.owl-theme .owl-controls .owl-buttons div.owl-next {
    right:0 ;
    transform: translateY(-50%) translateX(100%);
}
.slider-product:hover div.owl-prev, .slider-product:hover div.owl-next {
    transform: translateY(-50%) translateX(0%) !important;
    opacity: 1 !important;
}
.slider-product.owl-theme .owl-controls .owl-buttons div.owl-prev {
    transform: translateY(-50%) translateX(-100%);
}
.slider-product.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0;
    right: initial;
}
.item-product .info .category_product {
    font-weight: 700;
    margin-bottom: 0;
}
.list_category .list-item>.item-product.style-view-2>.img img {
    object-fit: scale-down;
}
@media(max-width:767px){
    .col_vertical {
        margin-bottom: 30px;
    }
    .col_vertical .box-left .title_style i {
        color: #fff;
    }
}



