/* ========================= ========================= ========================= ========================= ========================= =========================
***
* please make sure all media_query css inside @layer media_query 
***
* please make sure all media_query css inside @layer media_query 
* please make sure all media_query css inside @layer media_query 
* Use CSS @layer
* Use CSS @layer
* Use CSS @layer
***
 ========================= ========================= ========================= ========================= ========================= =========================*/



@layer media_query {
	@media (max-width: 1920px) {

		.subMenuFlex .container,
		.breadcrumb_bigwrap .container {
			max-width: 1164px;
		}
	}

	@media (max-width: 1330px) {

		.body_area {
			padding-top: 2rem;
		}

		.container {
			padding-left: 1.2rem;
			padding-right: 1.2rem;
		}


		.mobile {
			display: inherit;
		}
	}

	@media all and (max-width: 992px) {
		.breadcrumb_bigwrap .container {
			max-width: 100%;
		}
	}


	@media (max-width: 1330px) {
		.breadcrumb {}

		.breadcrumb_bigwrap {
			padding-top: 1.7rem;
			padding-bottom: 1rem;
		}
	}





	@media (max-width: 1330px) {
		.mobile_left_menu {
			display: block;
		}

		.mobile_left_menu_nav {
			display: block;
		}

		body:has(.mobile_left_menu.active) .js_scroll_blanket {
			display: block;
		}

		.body_area .left_menu {
			display: none;
		}
	}



	@media all and (min-width: 1331px) {
		.header_area .headerTool .active_section>a {
			color: var(--menu0_active_text_color);
		}

		.header_area .headerTool .my_menu.open>a {
			color: var(--menu0_active_text_color);
		}
	}

	@media(max-width: 992px) {

		.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
		.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
			margin-bottom: 1rem;
		}
	}


	/* ========================= ========================= ========================= ========================= ========================= =========================
***
* SECTION FOR section banner 
***
***
 ========================= ========================= ========================= ========================= ========================= =========================*/
	@media(max-width:992px) {
		.section_header_banner {
			height: auto;
		}

		.section_header_banner h1 {
			padding-top: min(2rem, 8vw);
			padding-bottom: 3rem;
		}
	}

	@media(max-width:767px) {
		.section_header_banner>.container {
			padding-left: 0;
			padding-right: 0;
			display: flex;
			flex-wrap: wrap;
		}

		.section_header_banner>.container>div:first-child {
			width: 100%;
			padding-left: 1.2rem;
			padding-right: 0;
			order: 2;
		}

		.section_header_banner .bg {
			position: static;
			order: 1;
			width: 100%;
		}

		.section_header_banner img {
			max-width: 100%;
			height: auto;
			object-fit: unset;
		}
	}


	@media(max-width: 767px) {

		.equal_height_column1,
		.equal_height_column2,
		.equal_height_column3,
		.equal_height_column4,
		.equal_height_column5,
		.equal_height_column6,
		.equal_height_column7,
		.equal_height_column8,
		.equal_height_column9,
		.equal_height_column10,
		.equal_height_column11,
		.equal_height_column12,
		.equal_height_column13,
		.equal_height_column14,
		.equal_height_column15,
		.equal_height_column16,
		.equal_height_column17,
		.equal_height_column18,
		.equal_height_column19,
		.equal_height_column20 {
			height: auto;
		}
	}

	@media all and (max-width: 767px) {
		.footerMenuArea {
			flex-wrap: wrap;
		}

		.footerMenu>div {
			flex: 0 0 100%;
			max-width: 100%;
			padding-right: 0;
		}


		.footer_area2 .container {
			padding-left: 4rem;
			padding-right: 4rem;
		}

		.footerContact {
			width: 100%;
			min-width: inherit;
			padding-right: 0;
		}

		.footerMenuArea {
			display: none;
		}

		.footer_area1.in_view .top_btn {
			right: 1rem;
			bottom: 0.5rem;
		}

		.footer_area .swiper {
			max-width: 80%;
		}
	}


	@media only screen and (max-width:992px) {
		.table_wrapper1.responsive_card_table:before {
			width: 0;
			height: 0;
		}

		.responsive_card_table {
			margin-top: 1rem;
			border-radius: 0;
			border: 0;
		}

		.responsive_card_table table {
			box-shadow: none;
			border-radius: 0;
			border: 0;
		}

		.responsive_card_table t {
			display: grid;
			grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
			row-gap: 1rem;
			column-gap: 1rem;
		}

		.responsive_card_table .mobiletd {
			display: block;
			font-weight: 700;
			color: #000;
			margin-bottom: 5px;
		}

		.responsive_card_table tbody>tr:nth-child(odd):not(.th_row) {
			background-color: #eaf4f4;
		}

		.responsive_card_table tbody>tr:nth-child(even):not(.th_row) {
			background-color: var(--light_blue_200);
		}

		.responsive_card_table tr:not(.th_row) {
			display: block;

			padding-top: 1.3636rem;
			padding-bottom: 1.3636rem;
			/*margin-bottom: 1rem;*/
		}

		.responsive_card_table .th_row {
			display: block;
			width: 100%;

		}

		.responsive_card_table .th_row th {
			width: 100%;
			display: block;
		}

		.responsive_card_table td>div {
			text-align: left;
			display: block;
		}

		.responsive_card_table td>* {
			text-align: left;
		}

		.responsive_card_table td {
			display: block;
			width: 100%;
			padding-top: 0;
			border-bottom: 0;
			text-align: left;
			background-color: transparent;
			padding-bottom: 1rem;
			border: 0;
		}

		.responsive_card_table tr>td:last-child {
			padding-bottom: 0;
		}

		.responsive_card_table thead {
			display: none;
		}
	}

	@media(min-width:993px) {
		.responsive_card_table .mobiletd {
			display: none;
		}
	}

	@media(min-width:1331px) {

		.social_media_btn__btn:hover,
		.social_media_btn__btn:focus {
			background-color: var(--green_400);

		}
	}
}

@layer media_query {
	@media all and (max-width: 1330px) {

		.header_right {
			display: flex;
			align-items: center;
			padding-right: 1rem;
		}

		.menu_btn {
			display: block;
		}

		.shareList {
			display: block;
			position: static;
			border: 0;
			box-shadow: none;
		}

		.mobile_menu_active,
		.search_menu_active,
		.lang_menu_active {
			overflow: hidden;
		}

		.headerMenu {}

		.headerTool .header_inner {}


		.moblang a,
		.mobSearch a {
			min-width: 2.7rem;
			min-height: 2.7rem;
			max-width: 2.7rem;
			max-height: 2.7rem;
			border-radius: 50%;
			border: 1px solid #bedeee;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.mobSearch {}

		.mobSearch img {
			width: 70%;
		}

		.search_menu .mobSearch {
			display: none;
		}

		.lang_menu .moblang {
			display: none;
		}

		.header_area .shareTool {
			display: none;
		}


		.headerMenu .my_menu>a {}


		.header_area .headerTop {
			display: none;
		}

		.header_area {}



		.mobile_menu .moblang {
			display: none;
		}

		.mobile_menu .langTool {
			display: block;
			position: static;
		}

		.mobile_menu .menu_lv0 {
			border-top: 0;
		}


		.headerTool .search_btn {
			display: inline-block;
		}

		.myLogo {}

		.headerTool .myLogo img {
			width: auto;
		}

		.big_clientTool {
			display: flex;
			width: 100%;
			justify-content: flex-end;
		}

		.print.tool_item {
			display: none;
		}

		.tool_item img {}

		.clientTool>.tool_item {}

		.tool_item::after {
			width: 0;
			height: 0;
		}

		.clientTool .AStyleArea {
			display: none;
		}

		.tool_item .moblang {
			display: block;
		}

		.tool_item .langTool {
			display: none;
		}

		.searchTool {}

		.searchTool input {}

		.search_btn {
			display: inline-block;
			background-image: url("../images/icon/icon_search.svg");
			background-repeat: no-repeat;
			background-position: center;
			background-size: contain;
			width: 1.25rem;
			height: 1.25rem;
			font-size: 0;
			vertical-align: middle;
		}

		.headerTool .search_btn img {
			margin-left: 0;
		}

		.searchTool form {
			display: block;
		}
	}

	@media(max-width: 992px) {
		.headerTool .header_inner {}

		.headerTool .myLogo {}

		.big_clientTool {}
	}

	@media(max-width: 767px) {
		.headerTool .myLogo {}

		.header_right {}
	}
}


@layer media_query {
	@media (max-width: 1330px) {}

	@media all and (max-width: 992px) {

		.footer_area .fTool {
			justify-content: center;
		}

		.footer_area2 {
			padding-top: clamp(1rem, 4.6vw, 3.5rem);
			padding-bottom: clamp(1rem, 4.6vw, 3.5rem);
		}

		.footer_row {
			grid-template-columns: 100%;
			row-gap: 1.5rem;
		}

		.footer_row img {
			width: min(20rem, 100%);
		}

		.footer_area .footer_row2 {
			grid-template-columns: 100%;
			grid-auto-flow: unset;
		}

		.footer_left {
			justify-content: center;
			margin-bottom: 1rem;
		}

		.footer_right {
			justify-content: center;
		}

		.footer_icon {
			justify-content: center;
		}
	}

	@media(max-width: 600px) {
		.contactus {
			grid-template-columns: 100%;
		}

		.contactus .loc {
			grid-column: unset;
			grid-row: unset;
		}

		.contactus .loc:before {
			background-position-x: center;
		}
	}
}

@layer media_query {
	@media(max-width: 767px) {
		.img_grid4 {
			grid-template-columns: repeat(2, 1fr);
		}
	}

	@media(max-width: 500px) {
		.img_grid4 {
			grid-template-columns: 100%;
		}
	}
}

@layer media_query {
	@media(max-width: 992px) {
		.img_grid3 {
			--item_in_each_row: 2;
		}
	}

	@media(max-width: 600px) {
		.img_grid3 {
			--item_in_each_row: 1;
		}
	}
}

@layer media_query {
	@media(max-width: 767px) {
		.timeline_grid {

			grid-template-columns: max-content 1fr;
		}

		.timeline_grid .timeline_item {
			grid-column: span 2;
			grid-template-areas: 'area_line area_time' 'area_line area_timeline_content';
		}

		.timeline_grid .time {
			text-align: left;
			grid-area: area_time;
			margin-bottom: .25rem;
		}

		.timeline_grid .line {
			grid-area: area_line;
		}

		.timeline_grid .timeline_content {
			grid-area: area_timeline_content;
		}

	}
}

@layer media_query {
	@media(max-width: 600px) {
		.avatar_inner {
			grid-template-columns: 100%;
		}

		.card4 .avatar_img_container {
			margin-bottom: .5rem;
		}

		.avatar_inner .avatar_post {
			margin-bottom: 1rem;
		}
	}
}

@layer media_query {
	@media (max-width: 1330px) {
		.scroll_table {
			position: relative;
		}

		.scroll_table .table_wrapper1,
		.scroll_table table {
			min-width: 33rem;
		}

		.scroll_table_inside_wrapper {}

		.need_to_scroll:before {
			content: "";
			position: absolute;
			z-index: 25;
			top: 5rem;
			right: 0.9375rem;
			width: 3rem;
			height: 2rem;
			transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
				opacity 0.3s ease-in-out;
			-webkit-animation: passing 1.3s linear infinite;
			animation: passing 1.3s linear infinite;
			background: url(../images/icon/icon_next.svg) no-repeat center center;
			background-size: contain;
		}

		.need_to_scroll:after {
			content: "";
			position: absolute;
			z-index: 22;
			top: 0;
			right: 0;
			display: block;
			width: 3.75rem;
			height: 100%;
			transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
				opacity 0.3s ease-in-out;
			pointer-events: none;
			background-image: -webkit-gradient(linear,
					left top,
					right top,
					from(rgba(255, 255, 255, 0)),
					color-stop(30%, rgba(255, 255, 255, 0.5)),
					to(#fff));
			background-image: -o-linear-gradient(left,
					rgba(255, 255, 255, 0) 0,
					rgba(255, 255, 255, 0.5) 30%,
					#fff 100%);
			background-image: linear-gradient(to right,
					rgba(255, 255, 255, 0) 0,
					rgba(255, 255, 255, 0.5) 30%,
					#fff 100%);
		}

		.need_to_scroll.reachend:before {
			width: 0;
			height: 0;
			opacity: 0;
			overflow: hidden;
		}

		.need_to_scroll.reachend:after {
			width: 0;
			height: 0;
			opacity: 0;
			overflow: hidden;
		}
	}
}

@layer media_query{
	@media(max-width: 992px){
		.brand_outer_row{
			grid-template-columns: 70% 1fr;
		}
		.brand_outer_row .brand__item{
			grid-auto-flow: unset;
			grid-template-rows: subgrid;
			grid-row: span 2;
			grid-template-columns: unset;
		}
		.brand_outer_row .title2{
			margin-bottom: .5rem;
		}
	}
}

/* ========================= ========================= ========================= ========================= ========================= =========================
***
* please make sure all media_query css inside @layer media_query 
***
* please make sure all media_query css inside @layer media_query 
* please make sure all media_query css inside @layer media_query 
* Use CSS @layer
* Use CSS @layer
* Use CSS @layer
***
 ========================= ========================= ========================= ========================= ========================= =========================*/