/* 
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 */
.h-100{height: 100%;}
.text-center{
    text-align: center;
}
.button-readmore
{
        width: fit-content;
        padding: 12px 15px;
}

.button-readmore .elementor-icon-list-items li:nth-child(2)
{
    display: none;
}
.item-button-more:hover .button-readmore .elementor-icon-list-items li:nth-child(1)
{
    display: none;
}
.item-button-more:hover .button-readmore .elementor-icon-list-items li:nth-child(2)
{
    display: flex;
}
.content-more
{
    max-height: 102px;
    overflow: hidden;
    transition: max-height 300ms ease-in-out !important;
}
.item-button-more:hover .content-more
{
    max-height: 100%;
}
.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;
}
.position-x-center
{
    transform: translateX(-50%);
}
/*.e-n-accordion-item-title
{
	justify-content: space-between !important;
}*/
.animation-bay-len-xuong
{
        transition: all .4s ease;
    animation: 6s ease-in-out infinite float;
}
.elementor-widget-n-menu .e-n-menu-heading
{
	background: #fff
}
.bannertop{
    height: 100%
}
.bannertop *
{
    height: 100% !important;    
}
.bannertop img
{
    object-fit: cover;
    object-position: right center;
}
.textchaylen
{
    display: none;
}
.khung-textchaylen:hover .textchaylen
{
    display: block;
}
.position-center
{
    transform: translate(-50%,-50%);
}
.slide-caption figcaption
{
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 25px;
    font-weight: 800;
    line-height: 26px;
    padding: 25px;
    background: rgb(36, 116, 172,0.5);
    color: #fff;
}
.control-slide >  div.active
{
    background: var(--e-global-color-accent);
}
.slide-caption .swiper-slide-image
{
    height: 60vh;
    width: 100%;
    object-fit: cover;
}
@keyframes float{
    0% {
    transform: translateY(0);
}
50% {
    transform: translateY(-15px);
}
100% {
    transform: translateY(0);
}
}
@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;
    }
    .slide-caption figcaption
    {
       
        font-size: 20px;
        line-height: 21px;
        padding: 20px;
    }
}
@media (max-width: 768px) {
	.slide-caption figcaption
    {
       
        font-size: 18px;
        line-height: 21px;
        padding: 10px;
    }
}