/* 
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 */
/*.elementor *,
.elementor-element * {
  transition: all 0.35s ease-in-out !important;
  will-change: transform, opacity;
  backface-visibility: hidden;
}
*/
.elementor-icon
{
    display: flex;
}
.menu-header .e-n-menu-content > div
{
	padding-top: 20px;
	padding-bottom: 10px
}
.e-n-menu-item:has(#no-mega) {
  position: relative;
}
.menu-doc .e-n-menu-heading
{
	flex-direction:column;
}
.banner .e-n-carousel
{
	padding-bottom: 0 !important;
}
.custom-accordion summary[aria-expanded="true"]
{
	border-radius: 10px 10px 0 0 ;
}
.icon-c .elementor-icon-wrapper
{
	display: flex;
}
.vitri{
   display: flex;
    width: max-content;
    padding: 10px 20px;
    backdrop-filter: blur(60px);
}

.over-hiden
{
	overflow: hidden;
}

.reveal-animation {
    position: absolute;
    top: 0;
    width: 100%;
    height: 101%;
    background: var(--e-global-color-primary)
}

.reveal-animation::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

.reveal-animation.reveal-primary::before {
    background: #0c0c0a
}

.reveal-animation.reveal-dark::before {
    background: #000
}

.reveal-animation.reveal-white::before {
    background: #000
}

.reveal-animation.reveal-top.aos-animate::before,.reveal-animation.reveal-bottom.aos-animate::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.reveal-animation.reveal-start.aos-animate::before,.reveal-animation.reveal-end.aos-animate::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.reveal-animation.reveal-top::before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%
}

.reveal-animation.reveal-start::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%
}

.reveal-animation.reveal-end::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%
}

.reveal-animation.reveal-bottom::before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%
}

[data-aos=reveal-top],[data-aos=reveal-start],[data-aos=reveal-end],[data-aos=reveal-bottom] {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

[data-aos=reveal-top] {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

[data-aos=reveal-top].aos-animate {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%
}

[data-aos=reveal-start] {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

[data-aos=reveal-start].aos-animate {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%
}

[data-aos=reveal-end] {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

[data-aos=reveal-end].aos-animate {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%
}

[data-aos=reveal-bottom] {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

[data-aos=reveal-bottom].aos-animate {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%
}

[data-aos=reveal-item] {
    visibility: hidden;
    -webkit-transition-property: visibility;
    transition-property: visibility;
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

[data-aos=reveal-item].aos-animate {
    visibility: visible
}
.react_button_den,.react_button_cam

{
    display: flex;
}
.react_button_den a
{
	position: relative;
	overflow: hidden;
    color: #fff !important;
}
.react_button_den a::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    transform: translateY(110%);
    z-index: 1;
    background: var(--e-global-color-efedca6);
    transition: 0.3s 0.1s;
}
.react_button_den a:hover
{
    color: var(--e-global-color-primary) !important;
}
.react_button_den a:hover::before {
    transform: translateY(0px);
}
.react_button_den a .elementor-button-content-wrapper
{
	position: relative;
	z-index: 2;
}

.react_button_cam a
{
	position: relative;
	overflow: hidden;
}
.react_button_cam a::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    transform: translateY(110%);
    z-index: 1;
    background: var(--e-global-color-primary);
    transition: 0.3s 0.1s;
}
.react_button_cam a:hover::before {
    transform: translateY(0px);
}
.react_button_cam a .elementor-button-content-wrapper
{
	position: relative;
	z-index: 2;
}
.header-scroll
{
	transition: all 0.2s;
}

.vongtron
{
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vongtron .elementor-icon-wrapper
{
	display: flex;
}
.content-p p{
    margin-bottom: 0;
}
.menu-footer  .e-n-menu-item
{
        display: block;
    flex: 1;

}
.menu-footer  .e-n-menu-item:last-child{
    border-right: 1px solid #333338;
}
.titlepage-vien
{
        -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #FFFFFF14;
    stroke: #FFFFFF14;
    white-space: nowrap;
    overflow: hidden;
}
.breadcrumbs .rank-math-breadcrumb
{
       display: table;
    color: var(--e-global-color-primary);
    background: #FFF;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
    border-radius: 10px 10px 0 0;
    padding: 18px 25px 18px 25px;
}
.breadcrumbs .rank-math-breadcrumb a {
    color: var(--e-global-color-secondary);
}
.breadcrumbs .rank-math-breadcrumb p{
    margin-bottom: 0;
}
.breadcrumbs .rank-math-breadcrumb .separator {
    font-size: 20px !important;
    color: #D9D9D9;
    margin: 0 12px 0 12px;
}
.d-flex{display: flex;}
.position-center
{
    transform: translate(-50%,-50%);
}

.video-c .elementor-custom-embed-play
{
        background: #FFFFFF8C;
    padding: 40px;
    border-radius: 50%;
    display: flex;
    border: thin solid #fff;
}
.video-c .elementor-custom-embed-play::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -50%;
    top: -50%;
    display: block;
    width: 200%;
    height: 200%;
    background: #fff0;
    border-radius: 50%;
    border: 1px solid #fff;
    animation: waves 3s ease-in-out infinite;
   
}
@keyframes waves {
    0% {
        -webkit-transform: scale(.2,.2);
        transform: scale(.2,.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    50% {
        opacity: .9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
    }

    100% {
        -webkit-transform: scale(.9,.9);
        transform: scale(.9,.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}
.item-tt-cate{
    max-height: 500px;
    overflow: hidden;
}
.item-tt-cate img, .item-tt-cate a{
    width: 100%;
}
.elementor-pagination
{
    margin-top: 30px;

}
.elementor-pagination a
{
    margin-right: 10px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background: #fff;
}
.elementor-pagination a:hover
{
    background: var(--e-global-color-primary); 
    color: #fff !important;
}
.elementor-pagination span{
    background: var(--e-global-color-primary); 
    width: 50px;
    height: 50px; 
     margin-right: 10px;
    font-size: 16px; 
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    line-height: 50px;
    border-radius: 5px; 
    color: #fff !important;
}
 .header-scroll.elementor-sticky--effects
    {
            margin-top: -45px !important;
    }
.h-100,.h-100 .e-con-inner {
    height: 100% !important;
}
.embedpress-document-embed, .embedpress-document-embed iframe
{
    width: 100% !important;
}    
.position-absolute-center
{    
    top: 50% !important;
    transform: translateY(-50%);
}
.elementor-counter-title
{
    text-align: center;
}
.danh-muc-du-an-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    /*align-items: center;
    justify-content: center;*/
    gap: 10px;
}

.danh-muc-du-an-list li {
    margin-bottom: 8px;
    padding: 0;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-align: center;
    background-color: #f5f5f5;
    border-left: 3px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
     border-radius: 4px;
}

.danh-muc-du-an-list li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    transition: all 0.3s ease;
}

.danh-muc-du-an-list li:hover {
    background-color: var(--e-global-color-efedca6);
    
    
}
.danh-muc-du-an-list li:hover a{
    color:var(--e-global-color-primary);
}

.danh-muc-du-an-list li.active ,
.danh-muc-du-an-list li.current-term  {
    background-color: var(--e-global-color-primary);
    color: white !important;
    border-left-color: var(--e-global-color-primary);
    font-weight: 600;
}
.danh-muc-du-an-list li.current-term  a{
    color: #fff;
}


.danh-muc-du-an-list li.current-term.active a {
    background-color: var(--e-global-color-primary);
}

.danh-muc-du-an-list .count {
    font-size: 12px;
    opacity: 0.7;
    margin-left: 5px;
}

.danh-muc-du-an-list li.active .count {
    color: rgba(255, 255, 255, 0.8) !important;
}
.show{display: none; cursor: pointer;}
.hover:hover .show{
    display: flex;
}

@media (min-width: 1025px) {
    .item--person:hover .team-social {
        transform: scaleY(1);
    }
    .team-social
    {
        transform: scaleY(0);
        transition: .5s;
        transform-origin: bottom center;   
    }
    .project-item{
    background-size: 100% !important;
     transition: background-size .5s ease-in-out ;
     overflow: hidden;
    }
    .project-item:hover
    {
        background-size: 110% !important;  
    }
        #no-mega + .e-n-menu-content
    {
        
        left: 0 !important;
        width: max-content !important;
    }
   
}
@media (max-width: 768px) {
    .danh-muc-du-an-list {
        
        grid-template-columns: repeat(3, 1fr);
        
    }
    .breadcrumbs .rank-math-breadcrumb
    {
        line-height: 25px;
        padding: 8px 10px 8px 10px;
    }
    .album-hinh-wrapper{flex-direction: column;}
    .album-left,.album-right
    {
        flex:100%
    }
}