/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.e-n-menu-content.e-active
{
	max-width: 1200px !important;
    left: 50% !important;
    transform: translateX(-55%) !important;
    right: 0 !important;
}
.do b{
	color: var(--e-global-color-6485a075);
}
a{text-decoration: none !important}
.datamore{display: none}
.khung-item
{
	  aspect-ratio: 16/17;
}
.item-keodai:hover .item-keodai-more
{
	max-height: 200px;
}
.item-keodai-more
{
	display: flex;
    flex-direction: column;
    gap: 1.2rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-in-out;
}
.hr-gradien
{
	    border-bottom: 1px solid;
    border-image-source: linear-gradient(90deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 60%, 0));
    border-image-slice: 1;
}
.width-16-9
{
	aspect-ratio: 16/9;
}
.width-4-3
{
	aspect-ratio: 4/4;
}

.e-n-accordion-item-title
{
	justify-content: space-between !important;
}

.elementor-widget-n-menu .e-n-menu-heading
{
	background: #fff
}
.bannertop{
    height: 100%
}
.bannertop *
{
    height: 100% !important;    
}
.bannertop img
{
    object-fit: cover;
}
.textchaylen
{
    display: none;
}
.khung-textchaylen:hover .textchaylen
{
    display: block;
}
@media (max-width: 1024px) {
	
    .e-n-menu-content.e-active
    {
    	transform: none !important;
    }
    .col-menu
    {
    	justify-content: flex-end;
    }
    .col-menu .elementor-widget-n-menu
    {
    	max-width:fit-content !important;
    }
}
@media (max-width: 768px) {
	
}