/* Tablet */
@media screen and (min-width:769px) and (max-width:1023px){
    .title-about-home .line{
        display: none;
    }
	.language-list a{
		color: white;
        font-weight: 600;
        font-size: 12.8px;
        text-transform: uppercase;
	}
	li.current-menu-item ,
	li.current_page_item{
    	background:#016cb7;
	}
	.title-page{
		display:none;
	}
	.product-small .col-inner{
		min-height:100%;
	}
}

/* Mobile */
@media screen and (max-width:768px){
	.title-cat-home p{
        height: 80px;
	}
	
    .title-about-home .line{
        display: none;
    }
    .title-about-home h1{
        font-size: 20px;
        width: 100%;
    }
    .title-about-home p{
        width: 100%;
    }
    .title-model-home p, .title-partner-home p{
        font-size: 15px;
    }
    .title-page p{
        font-size: 30px;
    }
    .form-contact-page{
        display: block;
    }
	 .fixed-buttons{
        display: none;
    }
	.col-cat-home .col-inner{
		height:100%;
	}
	.language-list a{
		color: white;
        font-weight: 600;
        font-size: 12.8px;
        text-transform: uppercase;
	}
	li.current-menu-item ,
	li.current_page_item{
    	background:#016cb7;
	}
	.row-partner .col-inner{
		    grid-template-columns: 1fr 1fr;
	}
	.title-page{
		display:none;
	}
	.breadcrumb-custom{
		gap:0px;
		font-size:14px;
		margin-bottom:10px;
	}
	.breadcrumb-custom p{
		margin-bottom:0px;
	}
	.product-small .col-inner{
		min-height:100%;
	}
	.slider-banner img{
		min-height:100%;
	}

}
@media (max-width: 549px) {
  .header-main {
    height: 90px !important;
  }
}