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

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

@font-face {
    font-family: 'SFUFuturaLight';
    src: url("fonts/SFUFuturaLight.TTF");
}
@font-face {
    font-family: 'SFUFuturaBook';
    src: url("fonts/SFUFuturaBook.TTF");
}
@font-face {
    font-family: 'SFUFuturaRegular';
    src: url("fonts/SFUFuturaRegular.TTF");
}
@font-face {
    font-family: 'SFUFuturaHeavy';
    src: url("fonts/SFUFuturaHeavy.TTF");
}
@font-face {
    font-family: 'SFUFuturaBold';
    src: url("fonts/SFUFuturaBold.TTF");
}
@font-face {
    font-family: 'SFUFuturaExtraBold';
    src: url("fonts/SFUFuturaExtraBold.TTF");
}
body, p, a, .section-title-main, h1, h2, h3, h4, h5, h6, .sidebar-menu .nav-sidebar li a {
    font-family: 'SFUFuturaRegular' !important;
    
}

.article-list .item-company {
    display: flex;
    align-items: center;
    text-transform: none;
    font-weight: 600;
}

.article-list .item-title {
    display: flex;
    flex-grow: 1;
    align-items: flex-start;
    transition: all .3s ease;
    padding-right: 10px;
    text-transform: none;
    font-weight: 600;
}
.article-detail-title {
    font-size: 16px;
    
}


.pulse-icon .icon-wrap {
    width: 10px;
    height: 10px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    color: #f34343;
    background: #fff;
    position: absolute;
    top: 20%;
}
.pulse-icon .elements {
    position: absolute;
    top: 4px;
    left: 0px;
    z-index: 1;
}
.pulse-icon .pulse {
    position: absolute;
    animation: pulse-wave 1s linear infinite both;
    border-radius: 50%;
}
.pulse-icon .pulse-1 {
    border: solid 1px #fff;
    width: 10px;
    height: 10px;
}
@keyframes pulse-wave{
        0% {
    opacity: 0;
    transform: scale(1.0);
}
        50% {
    opacity: 1;
    transform: scale(2.0);
}
        100% {
    opacity: 0;
    transform: scale(4.0);
}
}
.pulse-icon .icon-wrap {
    width: 10px;
    height: 10px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    color: #f34343;
    background: #fff;
    position: absolute;
    top: 20%;
}
.pulse-icon .elements {
    position: absolute;
    top: 4px;
    left: 0px;
    z-index: 1;
}
.pulse-icon .pulse {
    position: absolute;
    animation: pulse-wave 1s linear infinite both;
    border-radius: 50%;
}
.pulse-icon .pulse-1 {
    border: solid 1px #fff;
    width: 10px;
    height: 10px;
}
@keyframes pulse-wave{
        0% {
    opacity: 0;
    transform: scale(1.0);
}
        50% {
    opacity: 1;
    transform: scale(2.0);
}
        100% {
    opacity: 0;
    transform: scale(4.0);
}
}
.nav-address{    text-transform: none;
    font-weight: normal;
    color: #fff;
    margin-left: 25px;}
.header-bottom {
    background-color: #fff;
    margin-bottom: 10px;
    box-shadow: 0px 2px 3px 0px #e1e1e1;
}

.header:not(.transparent) .header-nav.nav > li > a {
    color: #00299c;
    font-weight: 600;
}
/*End */

.header-top {
    background: linear-gradient(to right, #0065b9 11%, #ff7c00 100%) !important;
}


/*Social-bar*/
.social-bar {
    display: flex;
    border-radius: 10px;
    /*background: #fff;*/
    box-shadow: 0 0 60px rgba(93, 70, 232, 0.15);
    border: 1px solid #ebe9e9;

}

.iconpad {
    padding: 6px 0;
    width: 100%;
}

.social-icons {
    color: #999;
    display: inline-block;
    font-size: .85em;
    vertical-align: middle;
}

 .slider-nav-item {
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 5px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    transition: all .4s ease;
}


.social-icons a {
    border-radius: 50px;
    color: #3f345f !important;
    display: inline-block;
    line-height: 52px;
    height: 50px;
    width: 50px;
    box-shadow: 0 5px 25px rgba(93, 70, 232, 0.15);
    margin: 15px 15px;
    font-size: 22px !important;
    text-align: center;
}

.social-icons a {
    border-radius: 50px;
    color: #3f345f !important;
    display: inline-block;
    line-height: 52px;
    height: 50px;
    width: 50px;
    box-shadow: 0 5px 25px rgba(93, 70, 232, 0.15);
    margin: 15px 15px;
    font-size: 22px !important;
    text-align: center;
}

.slider-nav-item:before {
    position: absolute;
    content: "";
    height: calc(100% + 16px);
    width: calc(100% + 16px);
    top: -8px;
    left: -8px;
    border-radius: 5px;
    border: 1px solid rgba(132, 132, 164, 0.35);
    animation: 1.5s linear 0s normal none infinite focuse;
}

 .slider-nav-item:after {
    position: absolute;
    top: 50%;
    left: 100%;
    height: 2px;
    content: '';
    width: 100%;
    background: url(http://demo.themenio.com/ico/assets/images/line.png) repeat 0 0;
    z-index: 0;
    animation: slide 1s linear infinite;
}

@keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 40px 0;
    }
}

@keyframes focuse {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }
    75% {
        transform: scale(1.2);
        opacity: 0;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
.slider-nav-item:last-child:after {
    display: none;
}



/*danhgia khach*/
.testimonialsdanhgia {
    position: relative;
    background: url(your-background-image.jpg) no-repeat center center;
    background-size: cover;
    padding: 50px 0;
    font-family: 'Poppins', sans-serif;
}

.testimonialsdanhgia::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 216, 50, 0.7);
}

.testimonialsdanhgia .title {
    text-align: center;
    margin-bottom: 50px;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 0;
}

.testimonialsdanhgia .title h5 {
    color: #EB6D2F;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2em;
    margin-bottom: -3px;
}

.testimonialsdanhgia .title h2 {
    color: #5A3733;
    font-size: 41px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1.2em;
    margin: 0;
}

.testimonialsdanhgia .title img {
    margin-top: -10px;
}

.testimonialsdanhgia .title p {
    color: #5A3733;
    margin: 0;
}
.itemdanhgia {
    background: #fff;
    padding: 20px 15px;
    border-radius: 15px;
    margin: 0 10px;
}

.itemdanhgia > p {
    font-size: 15px;
    line-height: 1.6em;
    display: block;
    color: #5A3733;
    text-align: center;
    margin-bottom: 15px;
}

.itemdanhgia .icondanhgia {
    text-align: center;
}

.itemdanhgia .icondanhgia i {
    font-size: 32px;
    color: #FFD832;
}


 .informationdanhgia {
    padding-left: 20px;
    margin-bottom: 15px;
}

.informationdanhgia .stars i {
    color: #ffd832;
}

 .informationdanhgia p {
    font-size: 17px;
    margin: 0 auto;
    color: #5A3733;
    font-weight: 900;
    line-height: 1;
}

.informationdanhgia span {
    color: var(--fs-color-primary);
    font-weight: bold;
    margin-top: -4px;
    line-height: 1.6em;
    font-size: 13px;
}
.profiledanhgia {
    display: flex;
    padding-left: 10px;
}

.profiledanhgia img {
    border-radius: 100%;
    width: 100px !important;
    height: 100px;
    object-fit: cover;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
    width: 50px;
}
.owl-theme .owl-dots .owl-dot span{
    margin:0px !important;
    background: #eee !important;
}
/*end Review*/