/*
 Theme Name:   Ibao-theme
 Template:     hello-elementor
 Theme URI:    https://elementor.com/hello-theme/
 Description:  A child theme of Hello Elementor
 Author:       Diem Bui
 Version:      1.0
*/

.hero_banner {
    position: relative !important;
    overflow: hidden !important;
}

.hero_banner::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: rgba(12, 13, 14, 0.8) !important;
 
    pointer-events: none !important;
}

.hero_banner > * {
    position: relative !important;
    z-index: 1 !important;
}
#header{
    transition: all 0.5s;
}
.elementor-sticky--effects{
    background: rgba(42, 43, 44, 0.9);
}
.text_center {
    text-align: center !important;
}
.wpml-ls-item:nth-child(6) a{

    padding-right: 0 !important;
}
.wpml-ls-item:nth-child(6){
	border-right:1px solid #fff;
}
.wpml-ls-item.wpml-ls-last-item a{

    padding-left: 0 !important;
}

/* Fix menu anchor bị che bởi sticky header */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
}

/* Áp dụng cho các section có ID như #certifications */
section[id],
.elementor-section[id],
.elementor-menu-anchor {
  scroll-margin-top: 130px;
}

/* Khi đang đăng nhập WP có admin bar phía trên */
body.admin-bar section[id],
body.admin-bar .elementor-section[id],
body.admin-bar .elementor-menu-anchor {
  scroll-margin-top: 165px;
}