/*
Theme Name: Vantaiduongsattheuy
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 2.0.1.1
*/


.BlockSlider .banner .TxtSlider{
    position: relative;
}
.BlockSlider .banner .TxtSlider::before{
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    transform: translate(-50%,-50%);
    background-color: var(--primary-color);
    border-radius: 50%;
    filter: blur(100px);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.BlockSlider .slider_vong_tron{
    position: absolute;
    width: 550px;
    height: 560px;
    right: 18%;
    bottom: 133px;
}

.btn{
    position: relative;
    background-image: linear-gradient(255.94deg, #fede6b -9.97%, #ffb335 108.83%);
    border-radius: 5px;
    border-width: 0;
    overflow: hidden;
    transform: skew(-30deg, 180deg);
}
.btn:before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background-image: linear-gradient(103.52deg,#ff6f1b 5.82%,#fbb746 68.01%,#fbb746 98.15%);
    content: "";
    left: -10%;
    transform: skew(-30deg);
    transform: translateZ(0);
    transition: transform .4s cubic-bezier(.3,1,.8,1);
    width: 120%;
}
.BlockDichVu .icon-box-img svg path{
    fill: #DF2026;
}
.BlockDichVu .col-inner{
    box-shadow: transparent;
    position: relative;
    transition-duration: .3s;
    transition: box-shadow .3s ease-in-out
}
.BlockDichVu .col-inner:hover{
    box-shadow: 0 4px 20px rgba(0,0,0,.1)
}


.absolute-footer.dark {
    color: white;
}

@media only screen and (max-width: 48em) {

}