/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.1.32.1677761909
Updated: 2023-03-02 12:58:29

*/
.elementor-lightbox .elementor-lightbox-image {
    max-width: 60%;
}
.elementor-slideshow--ui-hidden .elementor-swiper-button-next, .elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
    opacity: 0;
    display: none;
}
.mobile-contact-popup {
    width: 95%;
    background-color: white;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.1);
    padding: 20px 30px;
    z-index: 99999;
    visibility: hidden;
    transition: transform 0.4s, top 0.4s;
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: 6px 5px 30px rgb(0 0 0 / 12%);
    box-shadow: 6px 5px 30px rgb(0 0 0 / 12%);
    position: fixed;
}
.open-popup {
    visibility: visible;
    top: 50%;
    transform: translate(-50%,-50%) scale(1);
}
.mobile-contact-popup button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}
.mobile-contact-popup form {
    margin-bottom: 0;
}
.mobile-contact-popup form.wpcf7-form input {
    box-shadow: none;
    border-radius: 6px;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    padding: 5px 15px;
}
.mobile-contact-popup h3 {
    margin: 0px 0px 20px 0px;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
}
.mobile-contact-popup h3::after {
    content: '';
    width: 50px;
    height: 1px;
    background: #7d7d7d;
    display: block;
    left: 0;
    bottom: 0;
    margin-top: 10px;
}
.mobile-contact-popup form.wpcf7-form input.wpcf7-submit {
    padding: 0;
    margin-bottom: 0 !important;
}
.mobile-contact-popup textarea {
    height: 70px;
    margin-bottom: 8px;
}
button.close-mb-popup svg {
    width: 12px;
}
button.close-mb-popup path {
    fill: white;
}

@media screen and (min-width: 540px) {
	.mobile-contact-popup {
		max-width: 550px;
	}
}

.dangky2 a, .header-button-inner-wrap a, .dangky a {
    background: linear-gradient(180deg, #fef412, #f38c01) !important;
    border-color: #fef412 !important;
    box-shadow: 0 0 0 0 rgb(0 0 0);
    transform: scale(1);
    animation: pulseblue 2s infinite;
        border-radius: 99px;
}
.info-usa .elementor-icon-box-wrapper {
    display: flex;
    align-items: center !important;
}
.feature-box p {
    margin: 0;
}
.feature-box h3 {
    margin-top: 10px;
}
.place-event h3.elementor-image-box-title span {
    display: block;
    font-size: 16px;
    color: #99161b;
    line-height: 18px;
    margin-bottom: 5px;
}

.place-event .elementor-image-box-wrapper {
    display: flex;
    align-items: center !important;
}
.place-event .elementor-image-box-wrapper {
    background: #edf3f8;
}
.place-event .elementor-image-box-wrapper:hover {
    background: #dbefff;
}
@keyframes pulse {
    0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgb(30 47 92);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgb(220 45 39 / 0%);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgb(220 45 39 / 0%);
	}
}
@keyframes pulseblue {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgb(254 244 18 / 80%);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgb(254 244 18 / 0%);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgb(254 244 18 / 0%);
    }
}

@media screen and (max-width: 540px) {
	.place-event .elementor-image-box-wrapper {
		flex-direction: column;
		padding: 0;
	}

	.place-event figure .elementor-image-box-img {
		margin-bottom: 15px !important;
	}

	.place-event .elementor-image-box-content {
		text-align: left;
		padding: 20px;
	}
}
#social-contact {
    position: fixed;
    right: 15px;
    bottom: 75px;
    z-index: 99999;
}
#social-contact ul.social-contact {
    margin: 0;
    padding: 0;
}
#social-contact li.item-social {
    display: block;
    margin: 10px 0 0 0;
}
#social-contact li.item-social a img {
    display: block;
    line-height: 51px !important;
    width: 46px !important;
    height: 46x!important;
}