/* Elememtor
--------------------------------------------------------------------------------*/
.elementor-widget-heading.elementor-widget-heading .elementor-widget-container .elementor-heading-title {
	color: #333333;
}
.elementor-widget-countdown .elementor-widget-container .elementor-countdown-wrapper .elementor-countdown-item {
    background-color: #fec110;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 40px 10px;
}
.elementor-widget-countdown .elementor-widget-container .elementor-countdown-wrapper .elementor-countdown-item .elementor-countdown-digits {
    font-size: 20px;
}
.elementor-widget-wrap .elementor-widget:not(:last-child) {
    margin-bottom: 10px;
}
.elementor-widget-image .elementor-image .widget-image-caption {
    color: #333;
    font-weight: 500;
    padding: 10px 0px 5px;
    font-size: 18px;
}
.elementor-image .wp-caption {
    background-color: #ffffff;
    border: 2px solid #f7c024;
}
body.home .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    margin-top: 20px;
}

/* Post
------------------------------------------------------------------------------------------*/
.elementor .main-posts .post {
    display: inline-block;
}
.elementor .main-posts .post a {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}
.elementor .elementor-element-49b0fef .main-posts .post a {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}
.elementor .main-posts .post a img {
    width: 30%;
    height: 120px;
    object-fit: cover;
    float: left;
    padding: 0px 15px 0px 0px;
}
.elementor .elementor-element-49b0fef .main-posts .post a img {
    width: 100%;
    object-fit: cover;
    height: 400px;
    padding: 0px 0px 10px 0px;
}
.elementor .post-info {
    margin: 0px 0px 10px;
}

/* Liên hệ
----------------------------------------------------------------------------*/
.elementor-element-a5e06a5 {
    margin-top: 20px;
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    .elementor-widget-countdown .elementor-widget-container .elementor-countdown-wrapper .elementor-countdown-item {
        width: 75px;
        height: 75px;
        padding: 25px 10px;
    }
    .elementor-widget-countdown .elementor-widget-container .elementor-countdown-wrapper .elementor-countdown-item .elementor-countdown-digits {
        font-size: 14px;
    }
    .elementor-widget-countdown .elementor-widget-container .elementor-countdown-wrapper .elementor-countdown-item .elementor-countdown-label {
        font-size: 14px;
    }
    .elementor .elementor-widget-heading .elementor-heading-title.elementor-size-large {
        font-size: 22px;
    }
    .elementor .elementor-widget-heading .elementor-heading-title.elementor-size-small {
        font-size: 14px;
    }
}