/* *********** */
@media(min-width: 768px){
	.elementor-posts--skin-archive_custom .elementor, 
	.elementor-posts--skin-custom .elementor{
	    height: 100%;
	}

	.elementor-posts--skin-archive_custom .elementor .elementor-section-wrap,
	.elementor-posts--skin-custom  .elementor .elementor-section-wrap{
	    height: 100%;
	}

	.elementor-posts--skin-archive_custom .elementor .elementor-section-wrap>section,
	.elementor-posts--skin-custom .elementor .elementor-section-wrap>section {
	    height: 100%;
	}
	.elementor-posts--skin-archive_custom .elementor .elementor-section-wrap>section .elementor-container,
	.elementor-posts--skin-custom .elementor .elementor-section-wrap>section .elementor-container {
	    height: 100%;
	}
	.inner-equal,
	.inner-equal>div{
		height: 100%;
	}
	.inner-left>.e-con-inner {
	    margin-left: 0;
	}
	.inner-right>.e-con-inner {
	    margin-right: 0;
	}
	.header-hotline-mobile.t-c.padding-bs-0.hidden-md.hidden-lg {
		display: none;
	}
}
@media(min-width: 1024px){
	.button-contact a {
	    font-weight: normal;
	    font-size: 16px;
	    border-radius: 0px;
	    padding-left: 15px !IMPORTANT;
	    padding-right: 15px !IMPORTANT;
	    transition: all 0.3s;
	    text-transform: uppercase;
	    font-weight: 700 !important;
	    color: #fff !important;
	    background-color: var(--e-global-color-secondary);
	    border-radius: 4px;
	}
	.button-contact a:hover{
		background-color: var(--e-global-color-63d6de5);
	}
	.menu-main-dev nav ul>li>a .sub-arrow svg {
		fill: #fff !IMPORTANT;
	}
}
@media(max-width: 1024px){
	.menu-main-dev span.sub-arrow svg {
		fill: #fff !important;
	}

	.menu-main-dev span.sub-arrow {
		position: absolute;
		width: 40px;
		right: 0;
		background-color: var(--e-global-color-63d6de5);
		justify-content: center;
		padding-left: 0;
		height: 100%;
	}

	.menu-main-dev  .sub-menu {
		background-color: #f1f1f1 !IMPORTANT;
	}

	.menu-main-dev .sub-menu li a {
		color: #000 !important;
	}
	.menu-main-dev nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 15px;
	}
	.menu-main-dev  li a.highlighted {
		color: #fff !IMPORTANT;
		background-color: var(--e-global-color-63d6de5) !IMPORTANT;
	}
	.menu-main-dev  li span.sub-arrow:before {
		content: "\f067";
		font-family: "Font Awesome 5 Pro";
		color: #fff !important;
	}
	.menu-main-dev  li a.highlighted span.sub-arrow:before {
		content: "\f068";
		font-family: "Font Awesome 5 Pro";
	}
	.menu-main-dev .sub-menu li a.elementor-sub-item.has-submenu {
		background-color: #f1f1f1 !IMPORTANT;
	}
	.menu-main-dev .sub-menu li a.elementor-sub-item.has-submenu.highlighted {
		background-color: var(--e-global-color-63d6de5) !IMPORTANT;
	}
	.menu-main-dev li span.sub-arrow svg {
		display: none;
	}
}
@media(max-width: 992px){
	.elementor .elementor-sticky--effects .elementor-element.menu-main-dev .elementor-nav-menu__container.elementor-nav-menu--dropdown {
	    margin-top: 17px !IMPORTANT;
	}
	.slider-post-dev button.slick-arrow.slick-next {
	    right: 8px;
	}

	.slider-post-dev button.slick-arrow {
	    left: 8px;
	}

	.col-left-video, .col-right-video {
		width: 50%;
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	
}
@media(max-width: 768px){
	.sitepath-l h1 {
	    font-size: 30px;
	    line-height: 36px;
	}
	.col-left-video, .col-right-video {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}
@media(max-width: 550px){
	img.logo {
	    max-width: 200px;
	}

	.mhb-logo {
	    margin-left: 0;
	    margin-right: 0;
	}
	.wrapper-breacome {
	    height: 150px;
	}

}