/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url('https://fonts.googleapis.com/css2?family=Pattaya&display=swap');
@import url(./css/font-awesome.css);

/*************** ADD CUSTOM CSS HERE.   ***************/
.pb-0 {
    padding-bottom: 0px;
}

.header-main {
    z-index: 99;
}

#logo {
    position: relative
}

#logo img {
    max-height: 90px;
}

.list_search_key li {
    display: inline-block;
    list-style: none;
    margin-right: 15px;
    margin-top: 5px;
}

.list_search_key li a {
    color: #61a63c;
}

.boxHeaderBlock.icon-box {
    padding-bottom: 10px;
    box-shadow: 2px 2px 20px #00000014;
    padding: 6px 10px;
    border-radius: 5px;
    margin-left: 20px;
}

.header-wrapper.stuck #logo {
    transition: all .3s ease-in-out;
    top: 0px;
}

.play-box {
    opacity: 1;
    transform: scaleY(1);
    transition-delay: 900ms;
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 16px;
    padding-left: 70px;
    margin-top: 15px;

    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
}

.section-title-center span::after {
    content: "";
    display: table;
    clear: both;
    background: url('/mypham2/wp-content/uploads/2023/05/title.png');
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 0;
}

.section-title.section-title-center b {
    opacity: 0;
}

h2.block_title {
    font-size: 22px;
    font-weight: bold;
    color: #636363;
    border-left: 5px solid #599f44;
    padding-left: 15px;
    margin-bottom: 30px;
}

.boxTestimonial .icon-box-text {
    padding: 10px;
    background-color: rgba(61, 96, 54, 0.6);
    border-radius: 10px;
    margin-left: 15px;
}

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

    /*************** ADD MOBILE ONLY CSS HERE  ***************/

}


@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px transparent
    }

    to {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px transparent
    }

    to {
        box-shadow: 0 0 0 0 transparent
    }
}