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

/*************** ADD CUSTOM CSS HERE.   ***************/
.notification-bar {
    font-size: 15px;
}
.notification-bar a:hover {
    background: #15779E;
    color: #fff;
}
.notification-bar a {
    font-size: 14px;
    padding: 2px 10px;
    background: #fff;
    border-radius: 5px;
    color: #10af59;
    margin: 0 5px;
    font-weight: bold;
}
.notification-bar i {
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(0deg, 0deg);
    }
    50% {
        transform: rotate(4.97339deg) scale(1.1) skew(1deg, 0deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(0deg, 0deg);
    }
}
.box-title-new {
    margin: 35px 0 20px 0;
    text-align: center;
}
.box-title-new .box-title-name-new {
    font-size: 23px;
    font-weight: 900;
    color: #15779e;
}
.tab-list-giao-dien .nav-outline>li.active>a {
    color: #0fa97c;
    border-color: currentColor;
    border-radius: 5px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}