@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{
	
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
	.servive_col{
		flex: 0 0 calc(100%/3)  !important; 
	    max-width: calc(100%/3) !important;
	}
	
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	.box
	{
		height: 313px;
	}
	
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px)
{
	
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
	
}

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
	.top_bar, .menu_extra {
		display: none;
	}

	.main_nav
	{
		display: none;
	}
	.menu_close_container{
		right: 30px;
		top: 50px;
	}

	.menu {
		top: 90px;
	}

	.menu_item a {
		font-size: 24px;
	}

	.logo_container
	{
		width: 181px;
	}
	.logo_text
	{
		font-size: 24px;
	}
	.logo_sub
	{
		font-size: 12px;
		font-weight: 400;
	}
	.top_bar_content
	{
		padding-left: 166px;
	}
	.top_bar_item
	{
		margin-left: 27px;
	}
	.top_bar_item a
	{
		font-size: 12px;
	}
	.emergencies
	{
		font-size: 12px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.logo_box
	{
		width: 18px;
		height: 18px;
		line-height: 18px;
		font-size: 18px;
		-webkit-transform: translateY(-1px);
		-moz-transform: translateY(-1px);
		-ms-transform: translateY(-1px);
		-o-transform: translateY(-1px);
		transform: translateY(-1px);
	}
	.hamburger
	{
		display: block;
	}
	.home_title h1
	{
		font-size: 56px;
	}

	.product-carousel .owl-nav {
		margin-top: 0;
	}

	.module-text::before {
		top: -35px;
	    bottom: -35px;
	    left: -35px;
	    right: -35px;
	    border: solid 35px rgba(0, 141, 221, 0.47)
	}

	.module-buttons-item:nth-child(1) {
		left: 0;
	}

	.module-buttons-item:nth-child(2) {
		left: 110px;
	}

	.module-buttons-item:nth-child(3) {
		left: 300px;
	}

	.module-buttons-item:nth-child(4) {
		right: 110px;
	}

	.module-buttons-item:nth-child(5) {
		right: 0;
	}

	.icon-social ul {
		padding-left: 0;
	}

	.emergencies ul li a {
		font-size: 16px;
		padding: 0;
	}

	.client-carousel .owl-nav .owl-prev, .client-carousel .owl-nav .owl-next {
		font-size: 22px;
	}

	.client-carousel .owl-nav .owl-prev {
		left: -4%;
	}

	.client-carousel .owl-nav .owl-next {
		right: -4%;
	}

	.list-footer h5 {
		line-height: 24px;
	}
}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{
	
}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
	.main_container{
		padding: 30px 0px;
	}
	.section_title h2{
		font-size: 26px;
	}

	.swiper-button-next{
		right: var(--swiper-navigation-sides-offset, 0px) !important;
	}
	.swiper-button-prev{
		left: var(--swiper-navigation-sides-offset, 0px) !important;
	}
	#tab_product .nav-item{
		margin: 0px 20px;
	}
	.footer-col-2, .footer-col-3, .footer-col-4{
		margin-top: 40px;
	}
	.footer-col-1 img{
		width: 70%;
	}
	

/************
9. 768px
************/

@media only screen and (max-width: 768px)
{
	
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	.module-text::after {
		display: none;
	}

	.logo_container {
		height: 127px;
	}

	.logo {
		margin-top: 9px;
	}

	.home_content_inner {
		width: 100%;
	}

	.servive_col{
		width: 50%;
	}
	.swiper-button-next{
		right: var(--swiper-navigation-sides-offset, 20px) !important;
	}
	.swiper-button-prev{
		left: var(--swiper-navigation-sides-offset, 20px) !important;
	}
	.footer-col-3{
		justify-content: flex-start;
	}
}
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	p
	{
		font-size: 13px;
	}
	.header.scrolled
	{
		top: 0px !important;
	}
	.header_content,
	.header.scrolled .header_content
	{
		height: 60px;
	}
	.header.scrolled .logo_container
	{
		top: 0;
	}
	.header.scrolled .logo_container
	{
		height: 77px;
	}
	.hamburger i
	{
		font-size: 20px;
	}
	.logo_container
	{
		width: 141px;
		height: 77px;
	}
	
	.logo_text
	{
		font-size: 16px;
	}
	.logo_box
	{
		width: 12px;
		height: 12px;
		line-height: 12px;
		font-size: 12px;
	}
	.logo_sub
	{
		font-size: 10px;
		padding-left: 1px;
	}
	.menu
	{
		top: 50px;
	}
	.menu_close_container
	{
		top: 20px;
		right: 20px;
	}
	
	.menu_container
	{
		width: 50vw;
		right: -100vw;
	}
	.menu_item a
	{
		font-size: 16px;
	}
	/*++++*/
	.content_banner p{
		font-size: 14px;
		line-height: 24px;
	}

	#tab_product .nav-item{
		margin: 0px 10px;
	}
	#tab_product .nav-item .nav-link{
		padding: 10px !important;
	}
	.group_servive{
		margin-top: 0px;
	}
	.servive_col{
		flex: 0 0 calc(100%/2)  !important; 
	    max-width: calc(100%/2) !important;
	}
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
	
}

/************
12. 480px
************/

@media only screen and (max-width: 480px)
{
	
}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
	.home_title h1
	{
		font-size: 28px;
	}
}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
	
}

