.fixed-top{
    max-width: 1920px;
    margin: auto;
    z-index: 999;
    box-shadow: rgb(58 78 95 / 20%) 0 1px 16px, rgb(58 78 95 / 5%) 0 -2px 16px;
    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;
}

.bg-header-top{
    background-color: #007dc3;
    color: #fff;
}
.bg-header-top .row .row{
    display: flex;
    align-items: center;
}

.address-header{
    font-size: 13px;
    color: #fff;
    padding: 9px 0;
}
.address-header i{
    margin-right: 5px;
}

.bg-flex .container > .row {
    display: flex;
    align-items: center;
}

.socials-header .title-fan-page{
    display: none;
}
.socials-header.menu-footer-vertical{
    padding: 0;
    width: unset;
}
.socials-header ul,
.socials-header ul li a{
    margin: 0;
}

.description marquee{
    display: block;
    padding: 8px 0;
    color: #fff;
}
/*--------------------*/
.contact-header{
    display: flex;
    justify-content: space-around;
}
.contact-header .entire-contact {
    display: inline-block;
    float: left;
}
.contact-header .inner-icon,
.contact-header .inner-content{
    float: left;
}
.contact-header .entire-contact .inner-icon i {
    font-size: 30px;
    height: 38px;
    width: 38px;
    text-align: center;
    border: 1px solid #0c9849;
    border-radius: 50%;
    line-height: 36px;
    margin-right: 10px;
}

.contact-header .entire-contact a{
    color: #222;
}
.contact-header .inner-content span {
    font-weight: bold;
    display: block;
    font-size: 18px;
}
/*---------------------*/

.title-block{
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 25px;
    border-radius: 10px;
    color: #1f64ae;
    margin-bottom: 30px;
}
.title-block:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(/uploads/plugin/custom_img/2021-03-12/1615513834-47399889-custom.png) no-repeat;
    width: 240px;
    height: 20px;
    background-size: contain;
}

/*MODULE GIOI THIEU TRANG CHU*/
.about-us .title-block{
    /*display: block;*/
    /*color: #333;*/
}
.img-about{
    box-shadow: 5px 5px 10px rgb(31 172 234 / 43%);
    border-radius: 15px;
    overflow: hidden;
}
.img-about img{
    
}
.about-us .title-block span{
    display: none;
}
.about-us .view-more{
    background-color: #007dc3;
    color: #fff;
}

/*MODULE GIOI THIEU TRANG CHU*/

/*DICH VU NOI BAT HE THONG*/
.hot-service a{
    color: #fff;
    display: inline-block;
}
.hot-service ul{
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}
.hot-service .list-item{
    padding: 0;
    width: calc(100%/4 - 3px);
}
.hot-service .item-blogs:hover .img-blogs img {
    transform: scale(1);
}
.hot-service .item-blogs .img-blogs{
    background-color: #ebf9fc;
    margin: 0;
    padding-top: 40%;
}
.hot-service .item-blogs img{
    padding: 25px;
}
.hot-service .item-blogs .info{
    background-color: #218ed3;
    text-align: center;
    padding-bottom: 20px;
}
.hot-service .item-blogs .title-blogs-item{
    margin: 0;
    padding: 15px 0;
    text-transform: uppercase;
    font-weight: 600;
    height: unset;
}
.hot-service .item-blogs .desc-blogs{
    display: none;
}
.hot-service .btn-view-more{
    border: 1px solid #fff;
    border-radius: 15px;
    transition: all .4s;
}
.hot-service .btn-view-more:hover{
    background: linear-gradient(90deg, rgba(23, 137, 195, 1) 0%, rgba(23, 194, 215, 1) 100%);
    color: #fff;
}

.hot-service .list-item:first-child .info {
    background-color: #0e66a5;
}
.hot-service .list-item:nth-child(2) .info {
    background-color: #137ec4;
}
.hot-service .list-item:nth-child(3) .info {
    background-color: #218ed3;
}
.hot-service .list-item:last-child .info {
    background-color: #399bd8;
}

/*DICH VU NOI BAT HE THONG*/


/*MODULE DICH VU NOI BAT HTML*/
.list-service{
    display: flex;
    justify-content: space-between;
}
.item-service{
    width: calc(100%/4 - 5px);
    text-align: center;
    margin-bottom: 30px;
}
.outstanding-service .inner-image {
    background-color: #ebf9fc;
    min-height: 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.outstanding-service .inner-content {
    text-align: center;
    color: #fff;
    padding: 25px 0;
}

.outstanding-service .content-service-1 {
    background-color: #0e66a5;
}
.outstanding-service .content-service-2 {
    background-color: #137ec4;
}
.outstanding-service .content-service-3 {
    background-color: #218ed3;
}
.outstanding-service .content-service-4 {
    background-color: #399bd8;
}

.outstanding-service .inner-content h3 {
    margin: 0 0 15px;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
}
.outstanding-service .inner-content a.read-more {
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    padding: 5px 13px;
    border-radius: 15px;
}
/*MODULE DICH VU NOI BAT HTML*/

/*MODULE PHAN HOI KHACH HANG*/
.block-testimonials .box-testimonials{
    background: -webkit-linear-gradient(90deg, rgba(0, 125, 189, 1) 0%, rgba(0, 157, 200, 1) 50%, rgba(0, 188, 211, 1) 100%);
    color: #fff;
    padding: 30px 0;
    margin-top: 15px;
}

.sub-slider-testimonials .item-testimonials img {
    width: auto;
    height: 150px;
    object-fit: contain;
    cursor: pointer;
}

.entire-testimonials .row{
    display: flex;
    align-items: center;
}
.entire-testimonials .inner-img{
    text-align: center;
}
.entire-testimonials .inner-img img{
    max-height: 250px;
    border-radius: 50%;
}
.entire-testimonials .full-name{
    margin-top: 0;
    font-size: 20px;
}
.entire-testimonials .job{
    font-size: 14px;
}
/*MODULE PHAN HOI KHACH HANG*/


/*MODULE TIN TUC SU KIEN*/
.bg-news{
    background-color: #d7f0fb;
}
.news-home .item-blogs{
    background: #fff;
}
.news-home .item-blogs .info{
    padding: 0 15px 15px;
    text-align: center;
}
.news-home .btn-view-more{
    padding: 10px 30px;
    font-weight: 600;
    border: 1px solid #777;
    border-radius: 25px;
    color: #777;
    display: inline-block;
    transition: all .4s;
}
.news-home .btn-view-more:hover{
    color: #fff;
    background-color: #007ec4;
}

/*MODULE TIN TUC SU KIEN*/

/*MODULE PHAN HOI KHACH HANG*/
.slick-slide{
    opacity: 0;
}
.slick-slide.slick-active{
    opacity: 0.5;
}
.slick-slide.slick-current.slick-active{
    opacity: 1;
}

.slider-nav-support .full-name{
    font-size: 16px;
    margin-top: 0;
}

.entire-support > .row{
    display: flex;
    align-items: center;
}
/*MODULE PHAN HOI KHACH HANG*/


/*FOOTER*/
.bg-in-email{
    background: url(/uploads/plugin/custom_img/2021-03-12/1615534093-1681683150-custom.png);
    background-size: cover;
    padding: 135px 0px 50px 0px;
}
.form-email-news{
    width: calc(100% - 120px);
    border-radius: 20px;
}

.form-email-news,
.btn-send-reg-email{
    height: 40px;
    border: 1px solid #fff;
}


.bg-support{
    background-color: #007dc3;    
    padding: 30px 0;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
}

.titleContactSupport{
    font-size: 16px;
    color: #fff;
    width: 55%;
    line-height: 1.2;
    float: right;
    margin: 5px 0;
}
.call-support .img{
    width: 30%;
    padding: 2px 25px;
    background-color: #1facea;
    float: left;
}
.call-support .phone{
    width: 70%;
    text-align: center;
    line-height: 49px;
    background-color: #fff;
    float: left;
    font-size: 22px;
    font-weight: 600;
    color: #099266;
}

.google-map iframe{
    height: 220px !important;
}
/*FOOTER*/

/*BUTTON CONTACT - BACK TO TOP*/
#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: #64bc46;
    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: #1facea;
    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;
}
/*BUTTON CONTACT - BACK TO TOP*/

/*MODULE TIN TUC MOI*/
.hot-news .row > ul{
    padding: 0 15px;
}
.hot-news .nav_title{
    background-color: #007dc3;
    margin-bottom: 15px;
    margin-top: 30px;
}
.hot-news .nav_title li{
    padding: 0 15px;
}
.hot-news .nav_title li a{
    color: #fff;
}
.hot-news .nav_title li a:before{
    display: none;
}
.hot-news .item-product{
    margin-bottom: 5px;
}
/*MODULE TIN TUC MOI*/

/*MODULE TIN TUC MOI*/
.new-service .row > ul{
    padding: 15px;
    list-style: none;
    border: 1px solid #ccc;
    width: calc(100% - 30px);
    transform: translateX(15px);
}
.new-service .row > ul > li{
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.new-service .row > ul > li:last-child{
    border-bottom: 0;
}
.new-service .nav_title{
    background-color: #007dc3;
    margin-bottom: 0;
}
.new-service .nav_title li{
    padding: 0 15px;
}
.new-service .nav_title li a{
    color: #fff;
}
.new-service .nav_title li a:before{
    display: none;
}
.new-service .item-product{
    margin-bottom: 5px;
}
.new-service .row li a{
    color: #333;
}

/*MODULE TIN TUC MOI*/



@media(min-width: 1024px){
    .service-security{
        padding-top: 0;
    }
}

@media(max-width: 768px){
    .navbar-header{
        display: inline-block;
        float: left;
    }
    .navbar-header .logo img{
        height: 60px;
    }
    .language .item-dropdown{
        padding: 20px 0;
    }
    
    .box-search>.form-inline,
    .box-search>.form-inline>.form-group>.btn-search,
    .box-search>.form-inline>.form-group>.input-group>.form-control{
        border-radius: 5px;
        border: 0;
    }
    .box-search>.form-inline>.form-group>.input-group>.form-control{
        background-color: #0e66a5;
    }
    .box-search>.form-inline>.form-group>.input-group>.form-control:placeholder{
        color: #ddd !important;
    }
    
    /*----------------*/
    .hot-service .item-blogs img{
        object-fit: contain;
    }
    
    
    .list-service{
        flex-flow: wrap;
    }
    .item-service{
        width: calc(100%/2 - 5px);
        margin-bottom: 10px;
    }
    .outstanding-service .inner-image{
        min-height: 100px;
    }
    .outstanding-service .inner-image img{
        height: 60px;
    }
    .outstanding-service .inner-content{
        background-color: #ebf9fc !important;
        padding: 15px 0;
    }
    .outstanding-service .inner-content h3 {
        margin-bottom: 0;
        font-size: 12px;
        color: #007dc3;
        padding: 0 10px;
    }
    .outstanding-service .list-service .inner-content .read-more{
        display: none;
    }
    
    .service-security{
        padding-bottom: 5px;
    }
    .menu-footer-vertical.box-fan-page{
        padding: 0 !important;
    }
}

@media(min-width: 577px) and (max-width: 768px){
    .hot-service ul{
        flex-wrap: wrap;
    }
    .hot-service .list-item{
        width: calc(100%/2 - 3px);
    }
    
}

@media(max-width: 576px){
    .title-block{
        font-size: 20px;
    }
    
    .hot-service ul{
        flex-direction: column;
    }
    .hot-service .list-item{
        width: 100%;
    }
    
    .in-email .title-email-news,
    .bg-support{
        font-size: 16px;
    }
    
    #footer .container > .row > [class*="col-"]{
        width: 100%;
    }
    .plugin-language-xml {
        float: none;
    }
}

.plugin-language-xml {
    float: right;
    padding: 6px 0;
}









