/*CSS PRE-LOAD*/
.preloading {
    overflow: hidden;
}
#preload b{
    position: absolute;
    top: 55%;
    text-align: center;
    width: 100%;
    left: 0;
    color: #fff;
    font-size: 16px;
}
.preload-container {
    width: 100%;
    height: 100%;
    background: #ee1d23;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999999999;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}
.block-rl {
    height: 270px;
    width: 270px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    line-height: 270px;
}

.block-rl img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 45%;
    /*height: 45%;*/
}
.preload-icon {
    font-size: 190px;
    color: #fff;
}
@-webkit-keyframes rotating{
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 1.5s linear infinite;
  -moz-animation: rotating 1.5s linear infinite;
  -ms-animation: rotating 1.5s linear infinite;
  -o-animation: rotating 1.5s linear infinite;
  animation: rotating 1.5s linear infinite;
}
/*CSS PRE-LOAD*/


#socials-header{
    float: left;
    padding: 5px 0;
}
#socials-header a{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
}
#socials-header a img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
#socials{
    display: inline-block;
    position: fixed;
    top: 60%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 100;
    width: 40px;
}
#socials a{
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 10px;
    border-radius: 100%;
    overflow: hidden;
}
#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);
    }
}

/*BACK TO TOP*/
#toTop{
    position: fixed;
    bottom: 25px;
    right: 15px;
    width: 40px;
    height: 40px;
    background-color: #ee1d23;
    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*/




#footer {
    background: #1564b3 !important;
}

.menu-footer-vertical a {
    color: #fff !important;
}
.address-ft p {
    color: #fff !important;
}
.menu-footer-vertical a:hover {
    color: #e5411c !important;
}
.footer-bottom {
    background: #074e96 !important;
}

.sticky {
    background: #ffffff !important;
    position: fixed !important;
}
.titleTabSliderNews:before{
    content: '';
    height: 2px;
    width: 60px;
    display: block;
    margin: 0 auto;
    background: #1564b3;
    bottom: -9px;
    position: absolute;
    z-index: 1;
}

.dl-profile>a {
    display: inline-block;
    padding: 10px;
    background: #1564b3;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
}

.block-navigation .nav_title li a:before {
    display: none;
}
#header .item-fan-page .list-fan-page {
    padding: 10px 0;
}


@media(min-width:1024px){
    .wsmenucontainer {
        float: right;
    }
}
@media (max-width: 768px) { 
    #header .logo {
        padding: 10px 0;
    }
}

.title-block{
    position: relative;
    margin: 15px 0 30px;
    padding: 10px;
    font-size: 30px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}
.title-block:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: red;
}


/*MODULE DICH VU CUA CHUNG TOI*/
.service{
    width: 100%;
    padding: 15px 15px 0;
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 12px 29px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 12px 29px 0px rgba(0,0,0,0.17);
    box-shadow: 0px 12px 29px 0px rgba(0,0,0,0.17);
    margin-top: -70px;
    z-index: 9;
    position: relative;
    text-align: center;
}
.service .item-blogs{
    position: relative;
    margin: 0;
    cursor: pointer;
}
.service .item-blogs .img-blogs{
    width: 120px;
    height: 120px;
    padding-top: 0;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 50%;
    border-bottom: 0;
    overflow: visible;
}
.service .item-blogs .img-blogs a{
    width: 100%;
    height: 100%;
    padding: 0px;
    position: relative;
    margin: 0px;
    z-index: 5;
    display: inline-block;
    vertical-align: top;
}
.service .item-blogs .img-blogs a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    background-color: #FFF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.service .item-blogs .img-blogs img{
    border-radius: 50%;
    padding: 10px;
    max-width: 90%;
    position: absolute;
    height: 90%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.service .item-blogs .img-blogs:before{
    content: "";
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background-color: red;
}

.service .item-blogs .info{
    position: relative;
    overflow: hidden;
    transition: all .4s ease;
    transform: translateY(-45px);
}
.service .item-blogs .info .title-blogs-item{
    height: auto;
}
.service .item-blogs .desc-blogs{
    text-align: center;
}
.service .item-blogs .content-info{
    position: relative;
    -moz-transform: translateY(45px);
    -webkit-transform: translateY(45px);
    -o-transform: translateY(45px);
    -ms-transform: translateY(45px);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
    padding-bottom: 10px;
}
.service .item-blogs .title-blogs-item a{
    font-size: 15px !important;
    font-weight: 600;
}
.service .item-blogs .btn-view-more,
.service .item-blogs .desc-blogs{
    display: inline-block !important;
}
.service .item-blogs:hover .img-blogs{
   transform: translateY(-70px) scale(1);
}
.service .item-blogs:hover .img-blogs a:before{
   -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
}
.service .item-blogs:hover .content-info{
   -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.service .btn-view-more{
    padding: 7px 15px;
    border-radius: 20px;
    border-color: #ee1d23;
}

/*MODULE DICH VU CUA CHUNG TOI*/

/*MODULE TIN TUC SU KIEN TRANG CHU*/
.news-slider .item-blogs .img-blogs,
.news-slider .item-blogs{
    margin: 0;
}
.news-slider .cate_title{
    padding: 5px 10px;
    background-color: rgba(0,0,0,.3);
    color: #fff;
}
.news-slider .item-blogs .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.7);
    color: #fff;
}
.news-home .slider-product .owl-buttons{
    
}

.list-news-small{
    height: 380px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.list-news-small::-webkit-scrollbar{
    width: 5px;
}
.list-news-small::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.list-news-small::-webkit-scrollbar-thumb {
  background: #888; 
}
.list-news-small::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.list-news-small .item-product .info{
    text-align: left;
}
.list-news-small .style-view-small{
    margin-bottom: 20px;
}

.list-news-small .style-view-small .img{
    padding-top: 93%;
}
.list-news-small .style-view-small .more-blogs{
    display: inline-block;
    float: left;
    text-align: center;
    width: 50px;
    height: 60px;
    background-color: #eaeaea;
    position: relative;
    padding-top: 5px;
    font-size: 24px;
    margin-right: 10px;
    color: #333;
    font-weight: 500;
}
.list-news-small .style-view-small .more-blogs span{
    background: #999;
    color: #fff;
    font-size: 10px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    font-weight: 600;
    display: inline-block;
}


/*MODULE TIN TUC SU KIEN TRANG CHU*/



.box_content.clearfix p {
    font-size: 15px;
    color: #000;
}
.ckeditor-post p {
    font-size: 15px;
    color: #000;
}
.ckeditor-post li {
    font-size: 15px;
}

p.content-text {
    font-size: 15px;
}
.box_content.clearfix table {
    width: auto !important;
}
.box_content.clearfix table td img {
    padding-left: 20px;
}
.img-small {
    width: 70px;
    float: left;
}
.img-small a{
    position: relative;
    padding-top: 100%;
    display:block;
}
.img-small img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.info-small{
    width: calc(100% - 70px);
    float: left;
    padding-left: 10px;
}
.info-small h2.title-blogs-item {
    height: unset;
    margin: 0;
    text-transform: unset;
}

.info-small h2.title-blogs-item a {
    font-size: 15px !important;
}




@media (max-width:768px){
    .service{
        margin-top: 15px;
    }
}
