/*`xxl` applies to x-large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {}
	
@media (max-width: 1299.98px) {}

/*`xl` applies to large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {}

/*lg` applies to medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {


	.header-main li.html.custom{
		display: inline-block;
	}

	#logo{
		order: unset !important;
	}

	.off-canvas-right .mfp-content{
		background-color: #000 !important;
		width: 100%;
	}

	.off-canvas .mfp-close svg{
		/*filter: invert(1);*/
	}

	.mobile-sidebar .nav-vertical>li>a{
		color: #fff;
		font-size: inherit;
	}

	.mobile-sidebar .nav-vertical>li+li{
		border-top: 1px solid #242424;
	}

	.mobile-sidebar .nav-vertical>li>a img{
		filter: brightness(0) saturate(100%) invert(99%) sepia(8%) saturate(46%) hue-rotate(158deg) brightness(120%) contrast(100%);
	}

	.mobile-nav .button {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: unset;
        min-height: unset;
        width: 2rem;
        height: 2rem;
        margin: 0;
        padding: 0.25rem;
        color: #000;
        font-size: 16px;
        line-height: 0.8;
    }

    .mobile-nav .button .icon-menu {
        line-height: 1;
    }

    .mobile-nav .button .icon-menu:before {
        content: "\f0c9";
        font-family: "Font Awesome 6 Pro";
        font-weight: 700;
    }

	
	/*===Trang chủ*/

	.section-about .section-bg{
		width: 50%;
		left: unset;
		background-position: right top !important;
	}


	/*===*/
	.col-item-icon-achievement + .col-item-icon-achievement:before{
		content: unset;
	}

	.box-icon-achievement{
		flex-direction: column;
		align-items: center;
		padding: 10%;
		text-align: center;
	}


	/*===*/
	.project-slide {
	    
	}

	.box-project-absolute .inner-thumbnail{
		padding-top: 125%;
	}


	/*===*/
	.section-form-home-contact .section-content > .row{
		justify-content: center;
	}

	.col.wrapper-text-home-contact,
	.col.wrapper-form-home-contact{
		position: unset;
	}



	/*====== Page About*/
	.child-pages-list{
		flex-wrap: wrap;
	}

	.child-pages-list li{
		width: auto;
	}

	.child-pages-list li a{
		padding: 0.5rem 1rem;
	}





}
/*`md` applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {

	body{
		font-size: 0.875rem;
	}



	.project-slide .project-next{
		right: 5%;
	}

	.project-slide .project-prev{
		left: 5%;
	}


	/*====== Page About*/
	.icon-core-value{
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}


	/*=== Page NHÀ MÁY & CÔNG NGHỆ*/
	.factory-gallery-slide{
		--w-slide: 80%;
	}


	/*==== Archive Recruitment*/
	.box-recruitment{
		flex-direction: column;
	}

	.box-recruitment .box-thumbnail{
		width: 100%;
	}

}
/*`sm` applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.justify-content-md-between{
		justify-content: space-between !important;
	}

	.flex-md-row-reverse{
		flex-direction: row-reverse;
	}

	.text-md-left{
		text-align: left !important;
	}

}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.justify-content-lg-between{
		justify-content: space-between !important;
	}

	.justify-content-lg-end{
		justify-content: flex-end;
	}

	.flex-lg-row-reverse{
		flex-direction: row-reverse !important;
	}

	.align-self-lg-center{
		align-self: center;
	}

	.row-col-lg-5>.col{
		flex-basis: 20%;
        max-width: 20%;
	}


	/*===*/
	.header-bottom .header-bottom-nav > .menu-item > a{
		padding: 0.25rem 1rem;
		font-weight: 400;
		text-transform: uppercase;
	}

	.header-bottom .header-bottom-nav > .menu-item:hover > a{

	}

	.header-nav .sub-menu,
	.active>ul.children, .active>ul.sub-menu:not(.nav-dropdown){
		display: none !important;
		padding: 0;
		/*min-width: unset;*/
		border: 0;
		border-radius: 0.25rem;
		background-color: #fff;
		box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	}

	.header-nav .menu-item{
		width: unset !important;
		min-width: unset !important;
		position: relative;
	}

	.header-nav .sub-menu>.menu-item>a{
		margin: 0 !important;
		padding: 0.75rem 1rem !important;
		font-size: 0.875rem !important;
		font-weight: 400 !important;
		color: #000;
		text-transform: capitalize;
	}

	.header-nav .sub-menu > .menu-item > a:hover{
		color: var(--primary-color) !important;
	}

	.header-nav .menu-item:hover>.sub-menu{
		display: block !important;
		animation: menu 0.3s;
		left: 0;
	}

	.header-nav .sub-menu .menu-item>.sub-menu{
		position: absolute;
		left: 100%;
		top: 0;
		z-index: 10;
	}

	.header-nav .sub-menu li{
		display: block;
	}

	@keyframes menu {
	    0% { transform: translateY(20px); opacity: 0}
	    100% { transform: translateY(0px); opacity: 1}
	}

	/*===*/
	.row-footer{
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.row-footer:after{
		content: none;
	}

	/*.col-lg-auto{
		flex-basis: auto;
		max-width: fit-content;
	}*/

}
/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	
}
/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1500px) {
	
}