/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&subset=vietnamese');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
	font-family: "UTM-Bienvenue";
	src: url(../fonts/UTM-Bienvenue.ttf);
}

@media (min-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1720px;
	}
}

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	overflow-x: hidden;
	color: #000;
	font-size: 18px;
}

a {
	text-decoration: none;
}

.bg_capacity_product {
	background: url(../img/bg_block_capacity.png) no-repeat left center;
}

.grid_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.grid_wrap::after {
	content: "";
	flex: auto;
}

@keyframes slideInDownSmooth {
	0% {
		transform: translateY(-100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.header_fixed {
	width: 100% !important;
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 1000;
	background: #fff;
	margin-top: 0px !important;
	animation: slideInDownSmooth 0.6s ease-out;
	transition: 0.3s;
}

/*auto css*/
.css_uppercase {
	text-transform: uppercase !important;
}

.css_center {
	text-align: center !important;
	display: flex;
	justify-content: center;
}

.css_left {
	text-align: left !important;
}

.css_right {
	text-align: right;
}

.css_justify {
	text-align: justify;
}

.id_wrap_block {
	margin-bottom: 50px !important;
}

.is_scroll {
	width: 100% !important;
}

.content_article tbody,
.content_article td,
.content_article tfoot,
.content_article th,
.content_article thead,
.content_article tr {
	border-width: 1px;
}

.content_article b,
.content_article strong {
	font-weight: 700;
}

.title_h2 {
	color: #2b7b3b;
	text-transform: uppercase;
	font-size: 59px;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 35px;
}

.title_h2 img {
	max-width: 100%;
}

.title_h2_with_title_text {
	margin-bottom: 10px !important;
}

.title_text {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 30px;
	margin-top: 10px;
}

.title_text_project_home {
	font-size: 18px;
	font-weight: 300;
	margin-top: 10px;
}

.title_h2_small {
	color: #2b7b3b;
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 35px;
}

.title_intro {
	color: #2b7b3b;
	font-size: 45px;
	font-weight: 700;
	line-height: 70px;
	margin-bottom: 35px;
}

.title_big {
	margin-bottom: 30px;
}

.title_big h3 {
	font-size: 60px;
	font-weight: 600;
	line-height: 150%;
	color: #2b7b3b;
	width: 60%;
}

.title_big h2 {
	font-family: "UTM-Bienvenue";
	color: #019044;
	font-size: 75px;
	font-weight: 500;
	line-height: 50px;
}

.title_big>div:nth-child(2) {
	display: flex;
	justify-content: flex-end;
}

.title_footer {
	color: #2b7b3b;
	border-bottom: 1px solid #2b7b3b;
	text-transform: uppercase;
	font-size: 25px;
	margin-bottom: 15px;
	margin-top: 25px;
	font-weight: 600;
	padding-bottom: 10px;
}

.title_footer_no_line {
	border-bottom: unset;
}

.title_line_1 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.title_line_2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.title_line_3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.title_line_4 {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.title_line_6 {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.read_more {
	text-align: left;
	width: 100%;
}

.read_more a {
	padding: 5px 0px;
	font-size: 14px;
	font-weight: 500;
	color: #2b7b3b;
	transition: 0.3s;
}

.read_more a:hover {
	text-decoration: none;
	color: #2c2c6d;
}

/*Begin article type*/
#wrap_block_article .content_small_product:last-child {
	border-bottom: unset;
}

a:hover {
	text-decoration: none;
	color: #2b7b3b;
}

.title_article {
	font-size: 28px;
	font-weight: 700;
	color: #2b7b3b
}

.content_article {
	display: inline-block;
	text-align: justify;
	font-size: 20px;
	line-height: 170%;
	margin-bottom: 20px;
	font-weight: 300;
	width: 100%;
}

.content_article p {
	margin-bottom: 10px;
}

.content_article table {
	max-width: 100% !important;
}

.content_article img {
	max-width: 100%;
	height: auto !important;
	margin-bottom: 5px;
}

/*End article type*/

/*Begin Phân trang*/
.kmt_page {
	clear: both;
	display: flex;
	justify-content: center;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination>li {
	display: inline;
}

.pagination>li>a,
.pagination>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #2b7b3b;
	border-color: #2b7b3b;
}

.pagination>li>a:hover {
	background-color: #2b7b3b;
	border-color: #2b7b3b;
	color: #fff;
}

/*End Phân trang*/

/*Begin btn type*/
.btn_product {
	width: 180px;
	height: 50px;
	margin: 10px auto;
	border: 2px solid #2b7b3b;
	font-size: 14px;
	font-weight: 500;
	transition: 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}

.btn_product a {
	color: #2b7b3b;
	font-weight: 400;
	font-size: 18px;
	transition: 0.3s;
}

.btn_product:hover {
	background: #2b7b3b;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	transform: translate(0px, -5px);
}

.btn_product:hover a {
	color: #fff;
}

.btn_news {
	border: 1px solid #2b7b3b;
	font-weight: 500;
	width: 125px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}

.btn_news a {
	color: #2b7b3b;
	transition: 0.3s;
	text-transform: uppercase
}

.btn_news:hover {
	background: #2b7b3b;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn_news:hover a {
	color: #fff;
}

.btn_news_same {
	background: #2b7b3b;
	border: 2px solid #2b7b3b;
	font-weight: 600;
	width: 125px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}

.btn_news_same a {
	color: #fff;
	transition: 0.3s;
}

.btn_news_same:hover {
	background: #2b7b3b;
	border: 2px solid #2b7b3b;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn_news_same:hover a {
	color: #fff;
}

.btn_news_green {
	border: 2px solid #23601e !important;
}

.btn_news_green a {
	color: #23601e !important;
	transition: 0.3s !important;
}

.btn_news_green:hover {
	background: #2b7b3b !important;
	border: 2px solid #2b7b3b !important;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

.btn_news_green:hover a {
	color: #fff !important;
}

.owl-btn-slider {
	width: 100%;
	position: relative;
}

.owl-btn-slider button {
	border-radius: 0;
	border: 0;
	cursor: pointer;
	z-index: 1;
	width: 60px;
	height: 60px;
	position: absolute;
	transition: 0.3s;
}

.owl-btn-slider button:hover {
	filter: drop-shadow(4px 0px 3px #2b7b3b);
}

.owl-btn-slider .prev {
	background: url(../img/owl-left-arrow.png) no-repeat center;
	left: -60px;
	height: 350px;
}

.owl-btn-slider .next {
	background: url(../img/owl-right-arrow.png) no-repeat center;
	right: -60px;
	height: 350px;
}

.owl-btn-slider .prev_2 {
	background: url(../img/owl-left-arrow.png) no-repeat center;
	left: -30px;
	height: 510px;
	z-index: 2;
}

.owl-btn-slider .next_2 {
	background: url(../img/owl-right-arrow.png) no-repeat center;
	right: -30px;
	height: 510px;
	z-index: 2;
}

.owl-btn-slider .prev_3 {
	background: url(../img/owl-left-trademark.png) no-repeat center;
	left: -15px;
	height: 435px;
	z-index: 2;
}

.owl-btn-slider .next_3 {
	background: url(../img/owl-right-trademark.png) no-repeat center;
	right: -15px;
	height: 435px;
	z-index: 2;
}

.owl-btn-slider .prev_4 {
	background: url(../img/owl-left-arrow.png) no-repeat center;
	left: -20px;
	height: 540px;
	z-index: 2;
}

.owl-btn-slider .next_4 {
	background: url(../img/owl-right-arrow.png) no-repeat center;
	right: -20px;
	height: 540px;
	z-index: 2;
}

.owl-btn-slider .prev_5 {
	background: url(../img/owl-left-arrow.png) no-repeat center;
	left: -10px;
	height: 386px;
	z-index: 2;
}

.owl-btn-slider .next_5 {
	background: url(../img/owl-right-arrow.png) no-repeat center;
	right: -10px;
	height: 386px;
	z-index: 2;
}

/*End btn type*/

/* Begin css list_same */
.same_title {
	color: #2b7b3b !important;
	margin: 10px 0px 5px 0px !important;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-top: 1px solid #f89423;
	clear: both;
	padding-top: 10px;
}

.same_title:hover {
	color: #2b7b3b !important;
}

.list_same {
	margin: 0px;
	padding: 10px 0px;
}

.list_same li {
	color: #000;
	margin-bottom: 3px;
	list-style: none
}

.list_same li:hover {
	color: #2b7b3b;
}

.list_same li:hover a {
	color: #2b7b3b;
	text-decoration: none
}

.list_same li a {
	font-size: 15px;
	color: #000;
}

.list_same li a span {
	color: #000;
}

/* End css list_same */

/*begin wrap_block_slide_inside*/
#wrap_block_slide_inside {
	position: relative;
}

/*end wrap_block_slide_inside*/

/*Begin menu left*/
.wrap_item_page>.row {
	align-items: flex-start;
}

.block_left {
	margin-bottom: 40px;
}

.title_menu_left {
	width: 100%;
	background: #2b7b3b;
	border-radius: 10px;
	height: 60px;
	line-height: 60px;
	font-size: 25px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 10px;
	text-indent: 25px;
}

/*End menu left*/

/* Begin css breadcrumb_1 */
#wrap_breadcrumb_1 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	padding-top: 65px;
	z-index: 2;
	display: none;
}

#wrap_breadcrumb_1 h2 {
	color: #000;
	font-size: 35px;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: 600;
	max-width: 500px;
}

/* End css breadcrumb_1  */

/* Begin css breadcrumb_2 */
#wrap_breadcrumb_2 {
	position: absolute;
	width: 100%;
	bottom: 0px;
	z-index: 2;
}

#wrap_breadcrumb_2>.container {
	display: flex;
	justify-content: center;
}

.bg_breadcrumb {
	color: #fff;
	padding: 0px;
	margin: 70px 0px;
	width: fit-content;
}

#wrap_breadcrumb_2 p {
	margin-bottom: 0px;
	text-align: center;
	line-height: 20px;
	color: #fff;
}

#wrap_breadcrumb_2 p a {
	color: #fff;
	font-size: 16px;
	padding: 0px 3px;
	transition: 0.3s
}

#wrap_breadcrumb_2 p a:hover {
	color: #2b7b3b;
}

/* End css breadcrumb_2  */

/*Begin Tab_article*/
.tab_article {
	width: 100%;
	display: inline-block;
	border: 0px !important;
	text-align: center;
	margin-bottom: 20px;
}

.tab_article li {
	display: inline-block !important;
	border: 2px solid #fff !important;
	margin: 0px 5px 5px 5px;
	padding: 10px 0px;
	transition: 0.3s;
	width: fit-content;
}

.tab_article li a {
	color: #fff;
	font-weight: 600;
	padding: 10px 40px;
	margin: 0px;
	transition: 0.3s;
	text-transform: uppercase;
}

.tab_article li:hover {
	background: #2b7b3b;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transform: translate(0px, -3px);
}

.tab_article li:hover a {}

.nav-tabs {}

.nav-tabs>li.active,
.nav-tabs>li.active:hover,
.nav-tabs>li.active:focus {
	background: #2b7b3b !important;
	border: 2px solid #2b7b3b !important;
}

/*End Tab_article*/

/* Begin wrap_block_menu_group */
#wrap_block_menu_group {
	background: #ededed;
	display: block;
	overflow: auto;
}

.wrap_menu_group {
	height: 45px;
}

.block_menu_group {
	float: left;
}

.block_menu_group a {
	padding: 0px 10px;
	border-right: 1px solid #000;
	line-height: 45px;
	color: #000;
	font-weight: 600;
	transition: 0.3s;
}

.block_menu_group:first-child a {
	padding-left: 0px;
}

.block_menu_group:last-child a {
	padding-right: 0;
	border-right: 0px;
}

.block_menu_group:hover a {
	color: #2b7b3b;
	text-decoration: underline;
	text-underline-offset: 5px;
}

.menu_active a {
	color: #2b7b3b;
	text-decoration: underline;
	text-underline-offset: 5px;
}

/* End wrap_block_menu_group */

/*Begin block_1*/
#wrap_block_1 {
	position: absolute;
	z-index: 3;
	padding: 5px 0px;
	width: 100%;
	background: rgba(255, 255, 255, 0.85);
}

#wrap_block_1 .wrap_logo img {
	height: 106px;
	margin: 9px 0px;
}

.wrap_lang {
	text-align: right;
	margin-bottom: 10px;
}

.wrap_head_right {
	display: flex;
	justify-content: flex-end;
	align-content: flex-end;
}

/*End block_1*/

/*Begin wrap_block_intro*/
#wrap_block_intro {
	background: url(../img/bg_block_intro.png) no-repeat right bottom;
	padding: 100px 0px;
	padding-top: 50px;
}

.wrap_intro_img {
	width: 53%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wrap_intro_img img {
	max-width: 100%;
}

#wrap_block_intro .wrap_intro_content {
	width: 47%;
	padding-left: 50px;
}

#wrap_block_intro .wrap_intro_content>span {
	font-size: 20px;
}

#wrap_block_intro .wrap_intro_content>h3 {
	text-transform: uppercase;
	font-size: 34px;
	font-weight: 600;
	margin: 30px 0px;
}

#wrap_block_intro .logo_intro {
	margin-bottom: 25px;
}

#wrap_block_intro .logo_intro img {
	max-width: 100%;
}

#wrap_block_intro .wrap_intro_content .content_article {
	font-size: 20px;
	line-height: 170%;
	margin-bottom: 30px;
}

#wrap_block_intro .wrap_intro_content .content_article>p {
	margin-bottom: 20px;
}

.block_rm_intro {
	display: flex;
}

#wrap_block_intro .rm_intro {
	width: 225px;
	height: 60px;
	background: #2b7b3b;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	margin-bottom: 10px;
	transition: 0.3s;
	margin-right: 30px;
}

#wrap_block_intro .rm_intro a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	transition: 0.3s;
}

#wrap_block_intro .rm_intro a::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 9px;
	background: url(../img/intro_button_symbol.png) no-repeat right center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 6px;
	vertical-align: middle;
}

#wrap_block_intro .rm_intro:hover {
	transform: translate(0px, -3px);
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	background: #000;
}

#wrap_block_intro .rm_catalogue {
	width: 225px;
	height: 60px;
	background: #b91617;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	margin-bottom: 10px;
	transition: 0.3s;
}

#wrap_block_intro .rm_catalogue a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	transition: 0.3s;
}

#wrap_block_intro .rm_catalogue a::before {
	content: "";
	display: inline-block;
	width: 23px;
	height: 30px;
	background: url(../img/icon_intro_catalog.png) no-repeat left center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 6px;
	vertical-align: middle;
}

#wrap_block_intro .rm_catalogue:hover {
	transform: translate(0px, -3px);
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	background: #000;
}

.grid_intro_content_inside {
	margin-bottom: 20px;
}

.wrap_intro_content_inside {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.wrap_intro_content_inside h2 {
	font-size: 60px;
	font-weight: 600;
	color: #2b7b3b;
	border-bottom: 4px solid;
	padding-bottom: 4px;
	margin-bottom: 50px;
}

.wrap_intro_content_inside .content_article {
	font-weight: 300;
	padding-right: 40px;
	line-height: 200%;
}

.wrap_intro_img_inside img {
	max-width: 100%;
}

.reverse_intro {
	flex-direction: row-reverse;
}

/*End wrap_block_intro*/

/*Begin wrap_block_capacity*/
#wrap_block_capacity {}

.wrap_capacity_img {
	display: flex;
	justify-content: center;
	align-items: center;
}

.wrap_capacity_img img {
	max-width: 100%;
}

#wrap_block_capacity .wrap_capacity_content {}

#wrap_block_capacity .wrap_capacity_content>span {
	font-size: 20px;
}

#wrap_block_capacity .wrap_capacity_content>h3 {
	color: #2b7b3b;
	line-height: 125%;
	text-transform: uppercase;
	font-size: 60px;
	font-weight: 600;
}

#wrap_block_capacity .logo_capacity {
	margin-bottom: 25px;
}

#wrap_block_capacity .logo_capacity img {
	max-width: 100%;
}

#wrap_block_capacity .wrap_capacity_content .content_article {
	font-size: 20px;
	line-height: 170%;
	margin-bottom: 30px;
}

#wrap_block_capacity .wrap_capacity_content .content_article>p {
	margin-bottom: 20px;
}

/*End wrap_block_capacity*/

/*Begin wrap_block_project_home*/
#wrap_block_project_home {
	width: 100%;
	background: #f2f2f2;
	padding: 75px 0px;
}

.wrap_project_home {
	display: flex;
	justify-content: center;
}

.block_project_home {
	width: 95.7%;
	aspect-ratio: 0.75;
	display: flex;
	justify-content: center;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	margin-bottom: 20px;
	transition: 0.3s;
}

.block_project_home:hover {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	transform: translate(0px, -3px);
}

.img_project_home {
	width: 100%;
	aspect-ratio: 0.75;
	text-align: center;
}

.owl-carousel .owl-item {
	padding-left: 0px !important;
}

.img_project_home img {
	max-height: 100%;
}

.block_project_home h3 {
	font-size: 15px;
	color: #222;
	line-height: 22px;
}

.wrap_project_home figure.snip0015 {
	color: #fff;
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 0.75;
	text-align: center;
	margin: 0 auto;
	background: #8b8b8b47;
}

.wrap_project_home figure.snip0015 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wrap_project_home figure.snip0015 img {
	opacity: 1;
	width: auto !important;
	/*height:100%!important;*/
	display: inline !important;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.wrap_project_home figure.snip0015 figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 13em 3em;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.wrap_project_home figure.snip0015 figcaption::before {
	position: absolute;
	top: 50%;
	right: 0px;
	bottom: 50%;
	left: 0px;
	content: '';
	opacity: 0;
	background-color: #000;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.wrap_project_home figure.snip0015 h3,
figure.snip0015 p {
	margin: 0 0 5px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s, transform 0.35s;
}

.wrap_project_home figure.snip0015 h3 {
	width: 100%;
	-webkit-transform: translate3d(0%, 50%, 0);
	transform: translate3d(0%, 50%, 0);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	line-height: 150%;
}

.wrap_project_home figure.snip0015 h3 span {
	font-weight: 800;
}

.wrap_project_home figure.snip0015 p {
	font-weight: 200;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.wrap_project_home figure.snip0015 p:last-child {
	margin-bottom: 0px;
}

.wrap_project_home figure.snip0015 p span {
	color: #fff;
	padding: 15px;
	font-weight: 600;
}

.wrap_project_home figure.snip0015 a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	display: flex;
	justify-content: center;
}

.wrap_project_home figure.snip0015:hover figcaption h3 {
	opacity: 1;
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.wrap_project_home figure.snip0015:hover figcaption p {
	opacity: 0.9;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.wrap_project_home figure.snip0015:hover figcaption::before {
	background: rgba(43, 123, 59, 0.9);
	width: 80%;
	aspect-ratio: 2;
	top: 0px;
	bottom: 0px;
	margin: auto;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	transition: 0.3s;
}

/*End wrap_block_project_home*/

/*Begin wrap_block_project_inside*/
.wrap_project_inside {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.block_project_inside {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: 0.5s;
}

.block_project_inside:hover {
	transform: translate(0px, -3px);
}

.img_project_inside {
	width: 100%;
	background: #222;
	aspect-ratio: 0.749;
	overflow: hidden;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	transition: 0.3s;
}

.img_project_inside:hover {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.img_project_inside a {
	max-height: 100%;
	display: flex;
	justify-content: center;
}

.img_project_inside img {
	max-height: 100%;
	transition: transform 0.3s;
}

.block_project_inside h4 {
	text-align: center;
	margin: 30px 0px;
	padding: 0px 20%;
}

.block_project_inside h4 a {
	font-size: 22px;
	line-height: 140%;
	transition: 0.3s;
	color: #000;
	font-weight: 400;
}

/*End wrap_block_project_inside*/

/*Begin wrap_block_project_detail*/
.block_img_detail_project {
	width: 100%;
	aspect-ratio: 1.788;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.block_img_detail_project img {
	max-width: 100%;
	object-fit: cover;
}

.title_h3_detail_project {
	font-size: 48px;
	color: #2b7b3b;
	font-weight: 600;
}

.title_h4_detail_project {
	color: #2b7b3b;
	margin-bottom: 5px;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
}

.border_bottom {
	align-items: flex-end;
	border-bottom: 2px solid #2b7b3b;
	display: inline-block;
	margin-bottom: 25px;
}

.title_h5_detail_project {
	font-size: 25px;
	margin-bottom: 15px;
}

/*End wrap_block_project_detail*/

/*Begin wrap_block_product_home*/
#wrap_block_product_home {
	padding: 40px 0px;
}

.wrap_block_product_intro {
	background: #005d2e !important;
}

.wrap_product_home {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	max-height: 605px;
	transition: all 0.5s ease;
}

.img_product_home,
.img_product_home_high {}

.block_product_home {
	border: 1px solid #c1c1c1;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: 0.5s;
}

.block_product_home:hover {
	box-shadow: rgb(255 255 255 / 35%) 0px 5px 15px;
}

.img_product_home {
	width: 100%;
	aspect-ratio: 1.3245;
	overflow: hidden;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;

}

.img_product_home a {
	max-height: 100%;
}

.img_product_home img {
	max-height: 100%;
	transition: transform 0.3s;
}

.img_product_home_high {
	width: 100%;
	aspect-ratio: 0.4333 !important;
	overflow: hidden;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;

}

.img_product_home_high img {
	max-height: 100%;
	transition: transform 0.3s;
}

.block_product_home h4 {
	text-transform: uppercase;
	text-align: center;
	margin: 30px 0px;
}

.block_product_home h4 a {
	font-size: 30px;
	line-height: 120%;
	transition: 0.3s;
	color: #000;
	font-weight: 500;
}

.block_product_home h4 a:hover {
	color: #b91617;
}

/*End wrap_block_product_home*/

/*Begin wrap_block_video*/
#wrap_block_video {
	position: relative;
}

.img_video {
	width: 100%;
	overflow: hidden;
}

.img_video img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.block_video {
	color: #fff;
	padding-left: 16%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.block_video h3 {
	font-size: 25px;
	text-decoration: underline;
	margin-bottom: 30px;
}

.title_video {
	font-size: 48px;
	margin-bottom: 40px;
}

.rm_video {}

.rm_video a {
	cursor: pointer;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 225px;
	height: 60px;
	background: #2b7b3b;
	transition: 0.3s;
}

.rm_video a:hover {
	background: #222;
	box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
	transform: translate(0px, -4px);
}

.play_video {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}

.play_video img {
	transition: 0.3s;
	border-radius: 50%;
}

.play_video img:hover {
	box-shadow: rgba(255, 255, 255, 0.12) 0px 2px 4px 0px, rgba(255, 255, 255, 0.32) 0px 2px 16px 0px;
	transform: translate(0px, -4px);
}

/*End wrap_block_video*/

/*Begin wrap_block_trademark*/
.rm_trademark {
	width: 225px;
	height: 60px;
	border: 2px solid #2b7b3b;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;
	transition: 0.3s;
}

.rm_trademark a {
	color: #2b7b3b;
	font-size: 18px;
	font-weight: 400;
	transition: 0.3s;
}

.rm_trademark:hover {
	transform: translate(0px, -3px);
	background: #2b7b3b;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.rm_trademark:hover a {
	color: #fff;
}

#wrap_block_trademark {
	background: url(../img/bg_trademark.png) no-repeat right bottom;
	padding: 40px 0px;
}

.des_trademark {
	text-align: justify;
	color: #000;
	line-height: 200%;
	padding-right: 5%;
	margin-bottom: 4%;
}

.wrap_trademark {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4%;
	padding: 0px 4%;
}

.block_trademark {
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	margin: 5px 0px;
	margin-bottom: 25px;
	transition: 0.3s;
}

.block_trademark:hover {
	transform: translate(0px, -3px);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.28);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.28);
}

.img_trademark {
	width: 100%;
	aspect-ratio: 1.538;
	overflow: hidden;
	display: flex;
	justify-content: center;
	background: #fff;
}

.img_trademark a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.img_trademark img {
	max-width: 100%;
	max-height: 100%;
}

/*End wrap_block_trademark*/

/*Begin wrap_block_footer*/
#wrap_block_footer {
	background: #f2f2f2;
	color: #000;
	padding-top: 25px;
}

.wrap_block_footer_home>.container>.row {}

.logo_footer {
	margin-bottom: 20px;
}

.des_footer {
	text-align: justify;
	line-height: 200%;
	padding-right: 19%;
}

.footer_address {
	line-height: 25px;
}

.footer_address p {
	margin-bottom: 10px;
}

.wrap_menu_f ul {
	width: 100%;
	list-style: inside url(../img/title_symbol.png);
	padding: 0px;
}

.wrap_menu_f ul li {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.wrap_menu_f ul li a {
	color: #000;
	transition: 0.3s;
}

.wrap_menu_f ul li a:hover {
	color: #2b7b3b;
}

.content_intro {
	font-size: 16px;
}

.wrap_social {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.wrap_social h3 {
	margin-right: 10px;
	white-space: nowrap;
}

.wrap_social a {
	margin-left: 15px;
	margin-top: 5px;
}

.wrap_social img {
	transition: 0.3s;
}

.wrap_social img:hover {
	transform: translate(0px, -5px);
}

.active_f {
	color: #2b7b3b !important;
}

#wrap_copy {
	text-align: center;
	background: #2b7b3b;
}

#wrap_copy .wrap_copy {
	font-size: 18px;
	line-height: 50px;
	color: #fff;
}

#wrap_copy .wrap_copy span {
	font-weight: 600;
}

#wrap_copy .wrap_copy a {
	color: #fff;
	transition: 0.3s;
}

#wrap_copy .wrap_copy a:hover {
	color: #b91617;
}

/*End wrap_block_footer*/

/*Begin wrap_icon_intro*/
.wrap_icon_intro {
	padding: 0px 1%;
	margin-bottom: 10px;
}

.block_icon_intro {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	border: 1px solid #2b7b3b;
	padding: 6%;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	transition: 0.3s;
}

.block_icon_intro:hover {
	transform: translate(0px, -5px);
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.img_icon_intro {
	height: 110px;
	aspect-ratio: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.img_icon_intro img {
	max-width: 100%;
	max-height: 100%;
}

.info_icon_intro {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}

.info_icon_intro h3 {
	text-align: center;
	margin: 10px 0px;
	font-size: 40px;
	line-height: 150%;
	color: #2b7b3b;
	font-weight: 500;
}

.info_icon_intro .des_icon_intro {
	font-size: 20px;
	line-height: 180%;
	font-weight: 300;
	text-align: center;
}

/*End wrap_icon_intro*/

/*Begin wrap_block_album*/
.wrap_album {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}

.block_album {
	width: 370px;
	height: 293px;
	overflow: hidden;
	border-radius: 10px;
}

.img_album {
	width: 370px;
	height: 293px;
	display: flex;
	justify-content: center;
	overflow: hidden;
	text-align: center;
}

.img_album img {
	height: 100%;
}

.block_album h3 {
	width: 100%;
	height: 40px;
	line-height: 45px;
	background: rgba(241, 80, 35, 0.8);
	position: relative;
	z-index: 800;
	margin: 0px;
	margin-top: -40px;
	text-align: center;
	transition: 0.3s;
}

.block_album h3 a {
	font-size: 18px;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	padding: 0px 10px;
}

.wrap_block_all_pic {
	position: relative;
}

.wrap_pic {
	margin-bottom: 20px;
}

.block_pic {
	width: 100%;
	height: 100%;
	padding: 0px 15px;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
	transition: 0.3s;
}

.img_pic {
	width: 100%;
	aspect-ratio: 1.607;
	background: #bdbdbd;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	transition: 0.3s;
}

.img_pic img {
	width: 100%;
}

.block_pic:hover .img_pic {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.wrap_pic .owl-item.active.center {}

.owl_pic {
	position: relative;
}

.rm_pic {
	width: 210px;
	height: 60px;
	background: #2b7b3b;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
	margin: 0px auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20%;
	z-index: 1;
}

.rm_pic a {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	transition: 0.3s;
}

.rm_pic:hover {
	transform: translate(0px, -3px);
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	background: #000;
}

.modal-body {}

.grid-item {
	width: 33%;
	padding: 8px;
	margin: 4px 0px;
	overflow: hidden;
}

.grid-item img {
	width: 100%;
	-webkit-transition: -webkit-filter 200ms linear;

}

.grid-item img:hover {
	filter: brightness(80%);
}

/*End wrap_block_album*/

/*Begin other css*/
.return_top {
	position: fixed;
	right: 18px;
	z-index: 9999;
	bottom: 10px;
	border-radius: 50%;
}

.return_top img {
	border-radius: 50%;
}

a.zalo-fix {
	position: fixed;
	right: 18px;
	z-index: 9999;
	bottom: 75px;
	border-radius: 50%;
	box-shadow: 0 0 10px #7bc143;
}

.hotlineSupport {
	width: 60px;
	height: 60px;
	position: fixed;
	background: #ed3237;
	right: 20px;
	left: inherit;
	bottom: 155px;
	border-radius: 100%;
	text-align: Center;
	color: #ffffff;
	padding-top: 10px;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-o-transform: translateX(0%);
	opacity: 1;
	visibility: initial;
	z-index: 9999;
}

.hotlineSupport i.fa-phone {
	font-size: 21px;
	line-height: 17px;
	-webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.hotlineSupport:before {
	width: 100%;
	height: 100%;
	position: absolute;
	box-shadow: 0px 0px 20px #ed3237;
	content: "";
	left: 0;
	top: 0;
	border-radius: 100%;
	animation: shadow 1s infinite ease;
	-webkit-animation: shadow 1s infinite ease;
	-moz-animation: shadow 1s infinite ease;
	-o-animation: shadow 1s infinite ease;

	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.hotlineSupport:after {
	width: 100%;
	height: 100%;
	position: absolute;
	box-shadow: 0px 0px 20px #ed3237;
	content: "";
	left: 0;
	top: 0;
	border-radius: 100%;
	animation: shadow 1.4s 1000ms infinite;
	-webkit-animation: shadow 1.4s 1000ms infinite;
	-moz-animation: shadow 1.4s 1000ms infinite;
	-o-animation: shadow 1.4s 1000ms infinite;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

@-webkit-keyframes shadow {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}

	20% {
		transform: rotate(0deg) scale(1.2) skew(1deg);
		opacity: .2
	}

	40% {
		transform: rotate(0deg) scale(1.3) skew(1deg);
		opacity: .4
	}

	60% {
		transform: rotate(0deg) scale(1.4) skew(1deg);
		opacity: .6
	}

	80% {
		transform: rotate(0deg) scale(1.5) skew(1deg);
		opacity: .4
	}

	100% {
		transform: rotate(0deg) scale(1.6) skew(1deg);
		opacity: .1
	}
}

@-moz-keyframes shadow {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}

	20% {
		transform: rotate(0deg) scale(1.2) skew(1deg);
		opacity: .2
	}

	40% {
		transform: rotate(0deg) scale(1.3) skew(1deg);
		opacity: .4
	}

	60% {
		transform: rotate(0deg) scale(1.4) skew(1deg);
		opacity: .6
	}

	80% {
		transform: rotate(0deg) scale(1.5) skew(1deg);
		opacity: .4
	}

	100% {
		transform: rotate(0deg) scale(1.6) skew(1deg);
		opacity: .1
	}
}

@-o-keyframes shadow {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}

	20% {
		transform: rotate(0deg) scale(1.2) skew(1deg);
		opacity: .2
	}

	40% {
		transform: rotate(0deg) scale(1.3) skew(1deg);
		opacity: .4
	}

	60% {
		transform: rotate(0deg) scale(1.4) skew(1deg);
		opacity: .6
	}

	80% {
		transform: rotate(0deg) scale(1.5) skew(1deg);
		opacity: .4
	}

	100% {
		transform: rotate(0deg) scale(1.6) skew(1deg);
		opacity: .1
	}
}

@keyframes shadow {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}

	20% {
		transform: rotate(0deg) scale(1.2) skew(1deg);
		opacity: .2
	}

	40% {
		transform: rotate(0deg) scale(1.3) skew(1deg);
		opacity: .4
	}

	60% {
		transform: rotate(0deg) scale(1.4) skew(1deg);
		opacity: .6
	}

	80% {
		transform: rotate(0deg) scale(1.5) skew(1deg);
		opacity: .4
	}

	100% {
		transform: rotate(0deg) scale(1.6) skew(1deg);
		opacity: .1
	}
}

@-moz-keyframes quick-alo-circle-img-anim {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}

	10% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		-moz-transform: rotate(0deg) scale(1) skew(1deg)
	}

	100% {
		-moz-transform: rotate(0deg) scale(1) skew(1deg)
	}
}

@-webkit-keyframes quick-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg)
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg)
	}

	100% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg)
	}
}

@-o-keyframes quick-alo-circle-img-anim {
	0% {
		-o-transform: rotate(0deg) scale(1) skew(1deg)
	}

	10% {
		-o-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-o-transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-o-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-o-transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		-o-transform: rotate(0deg) scale(1) skew(1deg)
	}

	100% {
		-o-transform: rotate(0deg) scale(1) skew(1deg)
	}
}

@keyframes quick-alo-circle-img-anim {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}

	10% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}

	100% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}
}

/*End other css*/

/*Begin project frame*/
.wrap_project {
	margin: 0px auto;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}

.block_project {
	width: 100%;
	aspect-ratio: 1.325;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.block_project a {
	display: flex;
}

.img_project {
	width: 100%;
	aspect-ratio: 1.325;
	margin-top: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
	filter: drop-shadow(4px 4px 2px #a1a1a1);
	border-radius: 23px;
	transition: 0.3s;
}

.block_project:hover .img_project {
	filter: drop-shadow(5px 5px 5px #a1a1a1);
	transform: translate(0px, -5px);
}

.img_project img {
	max-height: 100%;
}

.content_project h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 10px;
}

.content_project h3 a {
	color: #000;
	transition: 0.3s;
}

.content_project h3:hover a {
	color: #2b7b3b;
}

.content_project p {
	margin-bottom: 10px;
}

.bt_project {
	width: 125px;
	height: 40px;
	border: 2px solid #2b7b3b;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 500;
	transition: 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bt_project a {
	font-size: 16px;
	color: #2b7b3b;
	font-weight: 600;
	transition: 0.3s;
}

.bt_project:hover {
	background: #2b7b3b;
}

.bt_project:hover a {
	color: #fff;
}

/*End project frame*/

/*Begin product*/
.des_menu_product {
	margin-bottom: 45px;
	font-size: 20px;
	font-weight: 300;
	line-height: 180%;
}

.wrap_product {
	margin-bottom: 45px;
	padding: 0px 15px;
}

.block_product {
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: 0.5s;
}

.block_product:hover {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.img_product {
	width: 100%;
	aspect-ratio: 1.325;
	display: flex;
	justify-content: center;
	text-align: center;
	border: 1px solid #c1c1c1;
}

.img_product img {
	max-height: 100%;
	transition: transform 0.3s;
}

.content_product {}

.content_product h4 {
	margin-top: 30px;
	text-transform: uppercase;
	text-align: center;
}

.content_product h4 a {
	font-size: 20px;
	line-height: 130%;
	color: #000;
	transition: 0.3s;
}

.content_product h4 a:hover {
	color: #2b7b3b;
}

/*End product*/

.search_warn h5 {
	text-align: center;
}

.wrap_menu {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.wrap_read_more {
	display: flex;
	justify-content: center;
}

.wrap_read_more a {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 40px;
}

.read_all {
	width: 280px;
	height: 40px;
	background: #2b7b3b;
	transition: 0.3s;
	color: #fff;
}

.read_all:hover {
	background: #2c2c6d;
}

.wrap_button {
	padding: 0px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news-btn-slider {
	width: 100%;
	position: relative;
}

.news-btn-slider button {
	border-radius: 0;
	border: 0;
	cursor: pointer;
	z-index: 1;
	width: 60px;
	height: 60px;
	position: absolute;
}

.news-btn-slider .prev {
	background: url(../img/owl-left-arrow.png) no-repeat center;
	left: -70px;
	height: 600px;
}

.news-btn-slider .next {
	background: url(../img/owl-right-arrow.png) no-repeat center;
	right: -70px;
	height: 600px;
}

#wrap_icon_hotline {
	width: 100%;
	display: inline-block;
}

#wrap_icon_hotline div {
	float: right;
	margin-left: 15px;
	font-weight: 500;
}

#wrap_icon_hotline div span:hover {
	color: #2b7b3b;
}

#wrap_hotline {
	border: 2px solid #2b7b3b;
	border-radius: 5px;
	min-width: 120px;
	padding: 5px 35px 5px 20px;
}

#wrap_hotline p {
	margin: 0px;
	font-size: 15px;
}

#wrap_hotline p span {
	font-size: 20px;
	font-weight: bold;
	color: #2b7b3b;
	cursor: pointer;
}

.icon_top {
	margin-top: 10px;
}

.icon_top span {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding-left: 50px;
	font-size: 15px;
	cursor: pointer;
}

/*Block 2*/
#wrap_block_2 {
	z-index: 3;
	margin: 17px 0px;
}

/*Block 3*/
#wrap_block_slide {
	width: 100%;
	display: inline-block;
	position: relative;
}

.title_sub {
	font-size: 36px !important;
}

.title_name {
	color: #2b7b3b;
	text-transform: uppercase;
	text-align: center;
}

.wrap_banner img {
	width: 100%;
	margin-bottom: 10px;
}

/*Khung liên hệ*/
.add_note {
	font-weight: 600;
}

#support_div {
	text-align: center;
	margin: 12px 0px;
	display: flex;
	justify-content: center;
	color: #fff;
}

#support_div>div {
	width: 400px;
	height: 83px;
	border-radius: 5px;
	margin: 10px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}

#support_div>div>a {
	color: #fff;
	display: flex;
	align-items: center;
}

.contact_info {
	background: #153981;
}

.hotline_info {
	background: #d79d06;
}

.contact_info div:nth-child(1),
.hotline_info div:nth-child(1) {
	float: left;
	margin-right: 10px;
}

.contact_info div:nth-child(2),
.hotline_info div:nth-child(2) {
	font-size: 16px;
	line-height: 18px;
	text-align: left;
}

.contact_info div:nth-child(2) p:nth-child(1),
.hotline_info div:nth-child(2) p:nth-child(1) {
	font-size: 22px;
	font-weight: 500;
}

.contact_info div:nth-child(2) p:nth-child(2),
.hotline_info div:nth-child(2) p:nth-child(2) {
	margin-bottom: 0px;
}

.contact_info:hover,
.hotline_info:hover {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#wrap_tag {
	margin: 10px auto;
}

#wrap_tag a {
	color: #000;
	font-size: 13px;
}

#wrap_tag a:hover {
	color: #2b7b3b;
}

.wrap_bd {
	display: inline-block;
	padding: 20px;
	width: 100%;
}

#block_info_top {
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#block_info_top span {
	padding: 2px 10px;
	margin-right: 2px;
	background: #2b7b3b;
	color: #fff;
}

#block_info_top span:nth-child(2n),
.block_info_top span:nth-child(2n) {
	background: #0F5ED7;
}

.block_info_top span {
	padding: 2px 10px;
	margin-right: 2px;
	background: #2b7b3b;
	color: #fff;
}

#block_info_bottom {
	width: 100%;
	padding-top: 10px;
}

.wrap_bd_mp {
	width: 100%;
	display: inline-block;
	border: 1px solid #ccc;
	padding: 20px;
}

.block_mp {
	width: 100%;
	display: inline-block;
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}

.block_mp p {
	margin-bottom: 3px;
}

.mp_left {
	width: 10%;
	float: left;
	text-align: center;
}

.mp_right {
	width: 90%;
	float: left;
}

.mp_right h5 {
	margin: 0px;
	text-transform: uppercase;
	font-size: 17px;
	margin-bottom: 10px;
}

.mp_right h6 {
	margin: 0px;
	font-size: 14px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}

.not_bd {
	border: 0px;
}

.bt_add a {
	color: #000;
	font-weight: 600;
}

.bt_add a:hover {
	color: #2b7b3b;
}

#policy_check {
	width: 100%;
	display: inline-block;
	margin: 10px auto;
}

#policy_check span {
	display: inline-block;
	float: left;
}

.input_check {
	width: 3%;
}

.text_policy {
	width: 97%;
}

.text_policy a {
	font-weight: 500;
	color: #2b7b3b;
}

.address_bottom {
	margin-bottom: 20px;
}

.address_bottom h5 {
	font-size: 18px;
}

.logo_bottom {
	margin-bottom: 20px;
}

.logo_bottom img {
	height: 55px;
}

/*Begin wrap_block_service*/
.title_service {
	margin-bottom: 20px;
}

.title_service span {
	font-size: 36px;
	font-weight: 600;
	line-height: 140%;
}

.wrap_service_home {
	padding: 0px 20px;
	margin-bottom: 10px;
}

.block_service_home {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
	transition: 0.3s;
}

.block_service_home:hover .content_service h4 a {
	color: #d1a22a;
}

.img_service_home {
	width: 100%;
	aspect-ratio: 1.3625;
	background: #8b8b8b47;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.img_service_home a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.img_service_home img {
	height: 100%;
	width: auto;
	object-fit: cover;
}

.content_service_home h4 {
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
}

.content_service_home h4 a {
	font-size: 23px;
	line-height: 150%;
	color: #000;
	transition: 0.3s;
	font-weight: 700;
}

.block_service_home:hover h4 a {
	color: #b91617;
}

.des_service {
	font-size: 20px;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/*End wrap_block_service*/

/*Begin wrap_block_news*/
.title_news {
	margin-bottom: 20px;
}

.title_news span {
	color: #2b7b3b;
	font-size: 36px;
	font-weight: 600;
	line-height: 140%;
}

.wrap_news_home {
	padding: 0px 20px;
	margin-bottom: 20px;
}

.block_news_home {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
	transition: 0.3s;
}

.block_news_home:hover .content_news h4 a {
	color: #d1a22a;
}

.img_news_home {
	width: 100%;
	aspect-ratio: 1.3625;
	background: #8b8b8b47;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.img_news_home a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.img_news_home img {
	height: 100%;
	width: auto;
	object-fit: cover;
}

.content_news_home h4 {
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
}

.content_news_home h4 a {
	font-size: 23px;
	line-height: 150%;
	color: #000;
	transition: 0.3s;
	font-weight: 700
}

.block_news_home:hover h4 a {
	color: #b91617;
}

.des_news {
	font-size: 20px;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/*End wrap_block_news*/

/* Begin Trang Contact*/
.wrap_add {
	margin-bottom: 20px;
	text-align: center;
}

.wrap_add p {
	margin-bottom: 6px;
}

.wrap_add h3 {
	color: #153981;
	font-weight: 600;
	margin-top: 0px;
}

.contact_note {
	text-align: center;
	font-weight: 500;
}

.note_form_contact {
	margin: 0px auto;
	font-weight: 500;
	color: #2b7b3b;
}

.wrap_form_contact {
	margin: 0px auto;
}

.wrap_form_contact .form-group {
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 5px;
}

.wrap_form_contact .form-control {
	color: #fff;
	border-radius: 0px;
	height: 40px;
	background: #fff0;
	border: #dee2e600;
	border-bottom: 1px solid rgb(0 0 0 / 20%);
}

.wrap_form_contact .kmt_stt_form {
	color: #fe3e3e;
	padding-top: 2px !important;
	height: 20px;
}

.wrap_form_contact input::placeholder,
.wrap_form_contact textarea::placeholder {
	color: #000;
}

.wrap_form_contact .recaptcha {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wrap_form_contact .g-recaptcha {
	display: flex;
	justify-content: center;
}

.wrap_form_contact .button-contact {
	text-align: left;
}

.wrap_form_contact .button-contact {
	text-align: center;
}

.wrap_form_contact .kmt_bt {
	font-size: 18px;
	width: 225px;
	height: 60px;
	background: #2b7b3b;
	color: #fff;
	padding: 5px 40px;
	transition: 0.3s;
	border-radius: 0px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.wrap_form_contact .kmt_bt:hover {
	background: #000;
}

.wrap_map {
	width: 100%;
	margin: 80px 0px;
	aspect-ratio: 2.0;
}

/* End Trang Contact*/

.minimal-menu>ul>li>a>i {
	font-size: 24px;
}

.col-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 9rem;
	left: 0;
	z-index: 2;
	overflow-y: visible;
}

.fancybox-nav span {
	visibility: visible !important;
}

.grecaptcha-badge {
	display: none;
}

/*album khác*/
.wrap_same_image {
	margin-bottom: 20px;
}

.block_same_image {
	width: 580px;
	height: 440px;
	position: relative;
	overflow: hidden;
}

.block_same_image * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.block_same_image img {
	opacity: 1;
	width: auto !important;
	height: 100% !important;
	display: inline !important;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.block_same_image figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20em 11em;
	text-align: center;
	width: 100%;
	height: 100%;
}

.block_same_image figcaption::before {
	position: absolute;
	top: 50%;
	right: 0px;
	bottom: 50%;
	left: 0px;
	content: '';
	opacity: 0;
	background-color: #000;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.block_same_image h3,
.block_same_image p {
	margin: 0 0 5px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s, transform 0.35s;
}

.block_same_image h3 {
	text-transform: uppercase;
	-webkit-transform: translate3d(0%, 50%, 0);
	transform: translate3d(0%, 50%, 0);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	color: #fff;
}

.block_same_image h3 span {
	font-weight: 800;
}

.block_same_image p {
	font-weight: 200;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	color: #fff;
}

.block_same_image p span {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	transition: 0.3s;
}

.block_same_image p:hover span {
	color: #e8c131;
}

.block_same_image a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	display: flex;
	justify-content: center;
}

.block_same_image:hover figcaption h3 {
	opacity: 1;
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.block_same_image:hover figcaption p {
	opacity: 0.9;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.block_same_image:hover figcaption::before {
	background: radial-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
	top: 0px;
	bottom: 0px;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

/*Begin product_slideshow*/
#product_slideshow {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#product_slideshow .carousel-inner {
	border: 1px solid #c1c1c1;
	width: 100%;
	aspect-ratio: 1.3245;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

#product_slideshow .carousel-item {}

#product_slideshow .carousel-inner img {}

#product_slideshow .carousel-caption {
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	bottom: 0px;
	right: unset;
	left: unset;
}

#product_slideshow .carousel-caption {
	display: none;
}

#product_slideshow .carousel-control {
	background-image: none !important;
	color: #222 !important;
}

#product_slideshow .carousel-control-prev:before {
	content: unset;
}

#product_slideshow .carousel-control-prev {
	background: url(../img/left-arrow.png) no-repeat center;
	width: 70px;
	margin-left: 10px;
}

#product_slideshow .carousel-control-next:before {
	content: unset;
}

#product_slideshow .carousel-control-next {
	background: url(../img/right-arrow.png) no-repeat center;
	width: 70px;
	margin-right: 10px;
}

#product_slideshow .carousel-indicators {
	width: 100%;
	position: static;
	margin-left: -3px;
	margin-right: -3px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.block_button_detail {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

#product_slideshow .carousel-indicators button {
	border: 1px solid #c1c1c1;
	width: 100%;
	height: 100%;
	aspect-ratio: 1.324;
	margin: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 4px;
	margin-right: 2px;
	margin-left: 2px;
	overflow: hidden;
}

#product_slideshow .carousel-indicators button img {
	max-height: 100%;
	max-width: 100%;
}

#product_slideshow .carousel-indicators button.active {
	border: 3px solid #2b7b3b;
	margin: 0px;
}

/*End product_slideshow*/

/*Begin product_detail*/
.title_detail_product {
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 20px;
}

.block_small_product {
	display: flex;
	align-items: center;
}

.block_small_product span {
	font-size: 20px;
	text-transform: uppercase;
}

.block_small_product span a {
	color: #2b7b3b;
	transition: 0.3s;
}

.block_small_product span a:hover {
	color: #b91617
}

.content_small_product {
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.content_small_product .content_article {
	margin-bottom: unset;
}

.title_small_product {
	min-width: 200px;
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
}

.block_bt_product {
	display: flex;
	flex-wrap: wrap;
	margin: 0px 10px;
}

.bt_product a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 50px;
	background: #b91617;
	border-radius: 10px;
	color: #fff;
	transition: 0.3s;
	margin: 5px 10px;
}

.bt_request a {
	background: #2b7b3b;
}

.bt_request a::before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url(../img/icon_intro_catalog.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 6px;
	vertical-align: middle;
}

.bt_call a::before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url(../img/product_call.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 6px;
	vertical-align: middle;
}

.bt_product a:hover {
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
	transform: translate(0px, -3px);
}

.wrap_bar_detail_product {
	width: 50%;
	border-bottom: 0px;
	margin: 0px;
	margin-bottom: 50px;
}

.wrap_bar_detail_product_2 {
	width: 50%;
	height: 65px;
	float: right;
	display: flex;
	align-items: center;
}

.wrap_bar_detail_product_2 .border_bar {
	width: 100%;
	height: 2px;
	background: url(../img/bg_detail_product_bar_2.jpg) repeat;
}

.block_bar_detail_product {
	height: 65px;
	padding: 0px 5px;
}

.bar_detail_product {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: url(../img/bg_detail_product_bar.jpg) repeat;
	transition: 0.3s;
}

.bar_detail_product:hover,
.block_bar_detail_product.active .bar_detail_product {
	background: #b91617;
	color: #fff;

}

.bar_detail_product:hover {
	transform: translate(0px, -3px);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.bar_detail_product h4 {
	text-transform: uppercase;
	font-size: 20px;
	margin: 0px;
	font-weight: 400;
	transition: 0.3s;
}

.block_video_detail_product {
	display: flex;
	justify-content: center;
}

.video_detail_product {
	width: 80%;
	aspect-ratio: 1.5;
}

/*End product_detail*/

/*Begin brand_home*/
.grid_brand_home {
	padding: 0px;
}

.wrap_brand_home {
	padding: 0px 10px;
}

.img_brand_home {
	width: 100%;
	aspect-ratio: 1.674;
	border: 1px solid #cccccc;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.img_brand_home a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.img_brand_home img {
	max-width: 100%;
	max-height: 100%;
}

.block_double_border {
	display: flex;
	justify-content: center;
	align-items: center;
}

.block_double_border .double_border {
	width: 100%;
	height: 4px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

/*End brand_home*/