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

.btnXemThem{
    overflow: hidden;
    background: white;
    font-size: 15px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    margin: 0px;
    padding: 0px;
    -webkit-transition: all 0.2sease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2sease-in-out;
    height: auto;
    min-height: auto;
    line-height: unset;
}

.btnXemThem span{
    padding-left: 15px;
    padding-right: 10px;
    font-weight: normal;
}
.btnXemThem i {
    font-size: 18px;
    padding: 10px;
    margin-left: 15px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btnXemThem i:after {
    content: '';
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    width: 14px;
    height: 200%;
    top: -50%;
    left: -6px;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.btnXemThem i {
    top: unset;
    left: unset;
}
.btnXemThem i , .btnXemThem i:after , .btnXemThem:hover {
    background: var(--primary-color);
}
.btnXemThem:hover , .btnXemThem:hover span , .btnXemThem i {
    color: white;
}
.btnXemThem span , .btnXemThem:hover i{
    color: var(--primary-color);
}
.btnXemThem:hover i , .btnXemThem:hover i::after{
    background: white;
}



.Banner_slider .img .img-inner img{
    height: 80px;
    object-fit: contain;
}


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




}