@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
	font-family: "UTM_AVO";
	src: url(../fonts/UTM_Avo.ttf);
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

body {
	font-family: "Montserrat", sans-serif;
	overflow-x: hidden;
	color: #000;
}

a {
	text-decoration: none;
}

/*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;
}

.in_scroll {
	width: 95% !important;
}

.title_h2 {
	color: #003619;
	font-size: 40px;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 35px;
}

.h2_home {
	color: #d19f23 !important;
}

.title_h3 {
	color: #003619;
	font-size: 40px;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 35px;
}

.title_h2_small {
	color: #d19f23;
	font-size: 32px;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 6px;
}

.title_h2_small_plus {
	font-size: 20px !important;
	margin-bottom: 10px !important;
}

.title_left {
	width: 270px;
	height: 50px;
	border-radius: 10px;
	background: url(../img/triangle_menu_left.png) no-repeat center #d19f23;
	background-position-x: 240px;
	margin-bottom: 5px;
}

.title_left_orange {
	background: url(../img/triangle_menu_left.png) no-repeat center #f14e23 !important;
	background-position-x: 240px !important;
	margin-bottom: 5px !important;
}

.title_left span {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	line-height: 50px;
	padding-left: 20px;
}

.title_text {
	margin-bottom: 25px;
	font-size: 16px;
	padding: 0px 30%;
	margin-top: -25px;
}

.title_footer {
	color: #d19f23;
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 15px;
	margin-top: 25px;
	font-weight: 700;
	text-align: center;
}

.title_warehouse h3 {
	color: #d19f23;
	font-weight: 600;
	padding-bottom: 12px;
	margin-bottom: 10px;
}

.title_warehouse h3.line_1 {
	background: url(../img/warehouse_line_border.png) no-repeat left bottom;
}

.title_warehouse h3.line_2 {
	background: url(../img/warehouse_line_border_2.png) no-repeat left bottom;
}

.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: #d19f23;
	transition: 0.3s;
}

.read_more a:hover {
	text-decoration: none;
	color: #2c2c6d;
}

/*Begin article type*/
#wrap_block_article {
	margin-bottom: 35px;
}

a:hover {
	text-decoration: none;
	color: #d19f23;
}

.title_article {
	font-size: 28px;
	font-weight: 700;
	color: #f14e23
}

.content_article {
	display: inline-block;
	text-align: justify;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 20px;
}

.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: #d19f23;
	border-color: #d19f23;
}

.pagination>li>a:hover {
	background-color: #d19f23;
	border-color: #d19f23;
	color: #fff;
}

/*End Phân trang*/

/*Begin btn type*/
.btn_booking {
	color: #c08122;
	transition: 0.3s;
}

.btn_booking:hover {
	color: #d19f23;
}

.product-btn-slider {
	width: 100%;
	position: relative;
}

.product-btn-slider button {
	border-radius: 0;
	border: 0;
	cursor: pointer;
	z-index: 1;
	width: 25px;
	height: 45px;
	position: absolute;
	transition: 0.3s;
}

.product-btn-slider button:hover {
	filter: drop-shadow(4px 0px 3px #d19f23);
}

.product-btn-slider .prev {
	background: url(../img/owl-left-arrow.png) no-repeat center;
	left: -60px;
	height: 305px;
}

.product-btn-slider .next {
	background: url(../img/owl-right-arrow.png) no-repeat center;
	right: -60px;
	height: 305px;
}

.field-btn-slider {
	width: 100%;
	position: relative;
}

.field-btn-slider button {
	border-radius: 0;
	border: 0;
	cursor: pointer;
	z-index: 1;
	width: 25px;
	height: 45px;
	position: absolute;
	transition: 0.3s;
}

.field-btn-slider button:hover {
	filter: drop-shadow(4px 0px 3px #d19f23);
}

.field-btn-slider .prev {
	background: url(../img/owl-left-arrow.png) no-repeat center;
	left: -60px;
	height: 248px;
}

.field-btn-slider .next {
	background: url(../img/owl-right-arrow.png) no-repeat center;
	right: -60px;
	height: 248px;
}

.client-btn-slider {
	width: 100%;
	position: relative;
}

.client-btn-slider button {
	border-radius: 0;
	border: 0;
	cursor: pointer;
	z-index: 1;
	width: 25px;
	height: 45px;
	position: absolute;
	transition: 0.3s;
}

.client-btn-slider button:hover {
	filter: drop-shadow(4px 0px 3px #d19f23);
}

.client-btn-slider .prev {
	background: url(../img/owl-left-arrow.png) no-repeat center;
	left: -60px;
	height: 315px;
}

.client-btn-slider .next {
	background: url(../img/owl-right-arrow.png) no-repeat center;
	right: -60px;
	height: 315px;
}

.project-btn-slider {
	width: 100%;
	position: relative;
}

.project-btn-slider button {
	border-radius: 0;
	border: 0;
	cursor: pointer;
	z-index: 1;
	width: 25px;
	height: 45px;
	position: absolute;
	transition: 0.3s;
}

.project-btn-slider button:hover {
	filter: drop-shadow(4px 0px 3px #d19f23);
}

.project-btn-slider .prev {
	background: url(../img/owl-left-arrow.png) no-repeat center;
	left: -35px;
	height: 280px;
}

.project-btn-slider .next {
	background: url(../img/owl-right-arrow.png) no-repeat center;
	right: -35px;
	height: 280px;
}

/*End btn type*/

/* Begin css list_same */
.same_title {
	color: #d19f23 !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: #d19f23 !important;
}

.list_same {
	margin: 0px;
	padding: 0px 0px;
}

.list_same li {
	color: #000;
	margin-bottom: 0px;
	list-style: none
}

.list_same li:hover {
	color: #d19f23;
}

.list_same li:hover a {
	color: #d19f23;
	text-decoration: none
}

.list_same li a {
	font-size: 15px;
	color: #000;
}

.list_same li a span {
	color: #000;
	font-size: 24px;
	font-size: 22px;
}

/* End css list_same */

/*begin wrap_block_slide_inside*/
#wrap_block_slide_inside {
	position: relative;
}

/*end wrap_block_slide_inside*/

/* 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: flex-end;
}

.bg_breadcrumb {
	color: #000;
	padding: 0px;
	margin: 25px 0px;
	width: fit-content;
}

#wrap_breadcrumb_2 p {
	margin-bottom: 0px;
	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: #f14e23;
}

/* 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: 0px !important;
	background: #d19f23;
	margin: 0px 5px 5px 5px;
	padding: 10px 0px;
	border-radius: 10px;
	transition: 0.3s;
	width: fit-content;
}

.tab_article li a {
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
	margin: 0px;
	transition: 0.3s;
}

.tab_article li:hover {
	background: #f14e23;
	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: #f14e23 !important;
	border: 1px solid #f14e23 !important;
	border-radius: 10px;
}

/*End Tab_article*/

/*Begin menu_right*/
.wrap_left {
	margin-bottom: 25px;
}

#menuwrapper {
	background: #f1f6f0;
	transition: 0.3s;
}

#menuwrapper:hover {
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

#menuwrapper ul li ul:hover {
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

#active_left {
	color: #f14e23 !important;
}

#active_left span {
	color: #f14e23 !important;
}

.wrap_menu_right {
	margin-bottom: 30px;
}

.title_menu_right {
	width: 100%;
	height: 50px;
	background: url(../img/triangle_menu_left.png) no-repeat center #d19f23;
	background-position-x: 240px;
	margin-bottom: 1px;
}

.title_menu_right_red {
	background: url(../img/triangle_menu_left.png) no-repeat center #d19f23 !important;
	background-position-x: 240px !important;
}

.title_menu_right span {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	line-height: 50px;
	padding-left: 20px;
}

.block_menu_right {
	transition: 0.3s;
}

.block_menu_right>ul {
	margin: 0;
	padding: 0px;
	background: #F0F0F0;
}

.block_menu_right>ul>li {
	display: flex;
	flex-direction: column;
}

.block_menu_right>ul>li>a {
	border-bottom: 1px solid #fff;
	color: #000;
	padding-left: 15px;
	margin: 3px 0px;
	transition: 0.3s;
}

.block_menu_right>ul>li>a span {
	font-size: 20px;
	font-weight: 800;
}

.block_menu_right>ul>li>a.active {
	color: #d19f23;
}

.block_menu_right>ul>li:hover>a {
	color: #d19f23;
}

.block_menu_right>ul>li>span {
	font-size: 30px;
	line-height: 30px;
}

.block_menu_right>ul>li>ul {
	padding-left: 0px;
}

.block_menu_right>ul>li>ul>li {
	border-bottom: 1px solid #fff;
	display: flex;
	flex-direction: column;
}

.block_menu_right>ul>li>ul>li>a {
	color: #000;
	padding-left: 30px;
	margin: 3px 0px;
	transition: 0.3s;
}

.block_menu_right>ul>li>ul>li>a span {
	font-weight: 600;
	margin-right: 5px;
}

.block_menu_right>ul>li>ul>li>a.active {
	color: #d19f23;
}

.block_menu_right>ul>li>ul>li:hover>a {
	color: #d19f23;
}

.block_banner_side {
	width: 100%;
	position: relative;
	display: inline-block;
}

.img_banner_side {
	border-radius: 10%;
	overflow: hidden;
}

.img_banner_side img {
	width: 100%;
}

.title_banner_side {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: rgba(255, 255, 255, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
}

.title_banner_side h4 {
	font-size: 14px;
	margin: 0px;
	color: #000;
	font-weight: 600;
}

/*End menu_right*/

/* 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: #d19f23;
	text-decoration: underline;
	text-underline-offset: 5px;
}

.menu_active a {
	color: #d19f23;
	text-decoration: underline;
	text-underline-offset: 5px;
}

/* End wrap_block_menu_group */

/*Begin wrap_header_bar*/
#wrap_header_bar {
	width: 100%;
	line-height: 40px;
	color: #fff;
	background: #003619;
}

.line_top {
	background: url(../img/line_doc.png) no-repeat center;
	margin: 0px 15px;
}

.wrap_header_contact {
	padding: 0px;
	font-size: 15px;
}

.wrap_header_contact i {
	color: #d19f23;
	font-size: 20px;
	margin-right: 5px;
}

#wrap_header_bar span {
	font-weight: 500;
}

.lang_top {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.lang_top span a {
	margin-left: 5px;
}

.lang_top span a.lang_active {
	color: #d19f23;
}

.lang_top span a:hover {
	color: #d19f23;
}

.lang_top img {
	border: 1px solid #fff;
	height: 20px;
}

/*End wrap_header_bar*/

/*Begin block_1*/
#wrap_block_1 {
	width: 100%;
	padding: 5px 0px;
}

#wrap_block_1 .wrap_logo img {
	height: 75px;
}

.reduce_brightness {
	filter: brightness(80%);
}

/*End block_1*/

/*Begin wrap_block_intro_home*/
#wrap_block_intro_home {
	width: 100%;
	display: inline-block;
}

.wrap_intro_left {
	padding-right: 30px
}

.wrap_intro_left .content_article_intro {
	font-weight: 400;
	font-size: 15px;
	display: inline-block;
	text-align: justify;
	line-height: 135%;
}

.wrap_intro_right {
	padding: 0px;
	text-align: center;
}

.wrap_intro_right img {
	max-width: 100%;
}

.rm_intro {
	width: 106px;
	height: 35px;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #003619;
	transition: 0.3s;
}

.rm_intro a {
	color: #003619;
	font-weight: 500;
	font-size: 15px;
	transition: 0.3s;
}

.rm_intro:hover {
	background: #003619;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	transform: translate(0px, -3px);
}

.rm_intro:hover a {
	color: #fff;
}

/*End wrap_block_intro_home*/

/*Begin wrap_block_field*/
.wrap_field {
	display: flex;
	justify-content: center;
	padding: 0px 10px;
	margin-bottom: 10px;
}

.block_field {
	padding: 10px;
	width: 100%;
	height: 100%;
	background: #f1f2f2;
	transition: 0.3s;
}

.block_field:hover {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transform: translate(0px, -3px);
}

.img_field {
	width: 100%;
	aspect-ratio: 1.5;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.img_field img {
	max-width: 100%;
	max-height: 100%;
}

.des_field {
	height: 130px;
}

.des_field h3 {
	margin: 10px 0px;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 140%;
	font-weight: 700;
}

.des_field h3 a {
	color: #d19f23;
	transition: 0.3s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.des_field h3:hover a {
	color: #d19f23;
}

.des_field p {
	font-size: 16px;
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/*End wrap_block_field*/

/*Begin wrap_block_product_home*/
#wrap_block_product_home {
	width: 100%;
}

#wrap_block_product_home .row .owl_product {
	padding: 0px;
	margin: 0px;
}

.wrap_product_home {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	padding: 0px 6px;
}

.block_product_home {
	width: 100%;
	height: auto;
}

.img_product_home {
	width: 100%;
	aspect-ratio: 1.868;
	overflow: hidden;
	border: 1px solid #d5d5d5;
	background: #fff;
	margin-top: 3px;
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
	filter: drop-shadow(0px 0px 3px #a1a1a1);
	transition: 0.3s;
}

.img_product_home a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.block_product_home:hover .img_product_home {
	filter: drop-shadow(2px 2px 4px #a1a1a1);
	transform: translate(0px, -3px);
}

.img_product_home img {
	max-width: 100%;
	object-fit: cover;
}

.content_product_home h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}

.content_product_home h3 a {
	color: #000;
	transition: 0.3s;
}

.content_product_home h3:hover a {
	color: #d19f23;
}

/*End wrap_block_product_home*/

/*Begin wrap_block_project_home*/
#wrap_block_project_home {}

.row_project_home {
	margin: 0px;
}

.wrap_project_home {
	display: flex;
	justify-content: center;
	margin-bottom: 0px;
	padding: 5px;
}

.block_project_home {
	width: 100%;
	aspect-ratio: 1.88;
	display: flex;
	justify-content: center;
}

.img_project_home {
	width: 100%;
	aspect-ratio: 1.88;
	overflow: hidden;
	text-align: center;
	display: flex;
	align-items: center;
}

.img_project_home img {
	max-width: 100%;
}

.block_project_home h3 {
	font-size: 15px;
	color: #222;
	text-transform: uppercase;
	line-height: 22px;
}

.wrap_project_home figure.snip0015 {
	font-family: 'Raleway', Arial, sans-serif;
	color: #fff;
	position: relative;
	width: 100%;
	aspect-ratio: 1.88;
	text-align: center;
	margin: 0 auto;
	background: #222;
}

.wrap_project_home figure.snip0015 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wrap_project_home figure.snip0015 img {
	opacity: 1;
	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: 0 5em;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wrap_project_home figure.snip0015 figcaption::before {
	position: absolute;
	top: 50%;
	right: 0px;
	bottom: 50%;
	left: 0px;
	content: '';
	opacity: 0;
	background-color: rgba(28, 150, 171, 0.85);
	-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 {
	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;
	font-size: 24px;
	font-weight: 500;
	line-height: 33px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.wrap_project_home figure.snip0015 h3 span {
	font-weight: 800;
}

.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::before {
	background: url(../img/texture_project.png) no-repeat center center rgba(28, 150, 171, 0.85);
	top: 0px;
	bottom: 0px;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

/*End wrap_block_project_home*/

/*Begin wrap_block_project*/
.wrap_project {
	margin-bottom: 25px;
	display: flex;
	justify-content: center;
	padding: 0px 15px;
}

.block_project {
	width: 100%;
}

.img_project {
	width: 100%;
	aspect-ratio: 1.875;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}

.block_project:hover .img_project {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.img_project a {
	width: 100%;
	height: 100%;
	background: #F0F0F0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.img_project img {
	max-width: 100%;
	object-fit: cover;
}

.block_project h3 {
	text-align: center;
	margin: 20px 0px;
}

.block_project h3 a {
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	font-size: 22px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: 0.3s;
}

.block_project h3 a:hover {
	color: #d19f23;
}

.btn_project {
	text-align: center;
}

.btn_project a {
	display: inline-flex;
	align-items: center;
	background: #d19f23;
	border-radius: 10px;
	padding: 10px 20px;
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	transition: 0.3s;
}

.btn_project a:hover {
	color: #fff;
	background: #003619;
}

/*End wrap_block_project*/

/*Begin wrap_block_news_home*/
#wrap_block_news .container .row {
	border-bottom: 1px dashed #b2b2b2;
}

.wrap_news_left {
	width: 100%;
	margin-bottom: 20px;
}

.block_news_left {
	transition: 0.3s
}

.block_news_left:hover {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	transform: translate(0px, -5px);
}

.info_news_left {
	padding: 0px 5px;
}

.img_news_left {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	background: #F0F0F0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.img_news_left img {
	height: 498px;
}

.info_news_left h3 a {
	color: #000;
	;
	line-height: 24px;
	font-size: 18px;
	font-weight: 700;
	transition: 0.3s;
}

.info_news_left h3 a:hover {
	color: #d19f23;
}

.wrap_news_right {
	display: flex;
	flex-wrap: wrap;
}

.wrap_news_right hr {
	border: 1px dashed #b2b2b2;
	width: 100%;
}

.wrap_news_right hr:last-child {
	border: 0px;
}

.block_news_right {
	width: 100%;
	transition: 0.3s;
}

.block_news_right:hover {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	transform: translate(0px, -5px);
}

.img_news_right {
	width: 270px;
	aspect-ratio: 1.5;
	overflow: hidden;
	background: #F0F0F0;
	display: flex;
	justify-content: center;
	float: left;
	margin-right: 20px;
}

.img_news_right a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.img_news_right img {
	max-height: 100%;
}

.info_news_right h3 {
	margin-top: 10px;
}

.info_news_right h3 a {
	color: #000;
	line-height: 22px;
	font-size: 16px;
	font-weight: 600;
	transition: 0.3s;
}

.info_news_right h3 a:hover {
	color: #d19f23;
}

.quote_news_right {
	text-align: justify;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 15px;
	line-height: 22px;
}

.bt_all_news {
	margin-top: 25px;
	display: flex;
	justify-content: center;
}

.bt_all_news a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
}

.block_bt_all_news {
	background: #d19f23;
	width: 253px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}

.bt_all_news a:hover .block_bt_all_news {
	background: #003619;
}

.block_bt_all_news:hover {
	transform: translate(0px, -4px);
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/*End wrap_block_news_home*/

/*Begin wrap_block_video*/
.wrap_video {
	display: flex;
	justify-content: center;
}

.block_video {
	width: 100%;
	aspect-ratio: 1.776;
	overflow: hidden;
	border-radius: 8px;
}

.img_video {
	width: 100%;
	aspect-ratio: 1.776;
	background: #000;
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
	align-items: center;
}

.img_video>a>img {
	max-width: 100%;
	max-height: 100%;
}

.black_layer_video {
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.play_video {
	background-size: 75px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.play_video>img {
	width: 62px;
	transition: 0.3s;
}

.play_video:hover>img {
	width: 70px;
	transform: translate(0px, -4px);
	filter: brightness(200%);
}

/*End wrap_block_video*/

/*Begin wrap_block_number*/
.wrap_number {
	display: flex;
	justify-content: center;
}

.block_number {
	width: 100%;
	height: 100%;
	padding: 0px 4%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

}

.img_group_number {
	background: #d19f23;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	aspect-ratio: 1;
	border: 10px solid #dbdbdb;
	border-radius: 50%;
	margin: 13%;
	margin-bottom: 30px;
	margin-top: 0px;
	transition: 0.3s;
}

.block_number:hover .img_group_number {
	box-shadow: rgba(14, 30, 37, 0.1) 0px 2px 4px 0px, rgba(14, 30, 37, 0.2) 0px 2px 16px 0px;
}

.img_number {
	overflow: hidden;
}

.img_number .number {
	font-size: 53px;
	font-weight: 600;
	color: #fff;
}

.content_number {
	text-align: center;
}

.content_number h3 {
	color: #d19f23;
	font-weight: 700;
	font-size: 21px;
	text-transform: uppercase;
}

.des_number {
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
}

/*End wrap_block_client*/

/*Begin wrap_block_logo*/
.bg_wrap_block_logo {
	background: #003619;
	padding: 14px 0px;
}

.wrap_logo {
	display: flex;
	align-items: center;
}

.block_logo {
	width: 170px;
	height: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
}

.img_logo {
	width: 170px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.img_logo img {
	max-width: 170px;
	max-height: 80px;
}

/*End wrap_block_logo*/

/*Begin wrap_block_footer*/
#wrap_block_footer {
	padding-top: 30px;
}

#wrap_block_footer>.container>.row {
	margin-bottom: 20px;
}

#wrap_block_footer>.container>.row>div:nth-child(3) {
	padding: 0px 35px;
}

.footer_address {
	line-height: 25px;
	text-align: center;
}

.footer_address p {
	margin-bottom: 10px;
}

.wrap_menu_f ul {
	width: 100%;
	list-style: inside url(../img/rectangle_white.png);
	padding: 0px;
}

.wrap_menu_f ul li {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.wrap_menu_f ul li a {
	color: #fff;
	font-size: 15px;
	transition: 0.3s;
}

.wrap_menu_f ul li a:hover {
	color: #f14e23;
}

.content_intro {
	font-size: 16px;
}

.wrap_social {
	margin-bottom: 35px;
	text-align: center;
}

.wrap_social img {
	margin-right: 5px;
	transition: 0.3s;
}

.wrap_social img:hover {
	transform: translate(0px, -5px);
}

.bottom_menu {
	text-transform: uppercase;
	margin-bottom: 10px;
}

.bottom_menu ul {
	width: 100%;
	list-style: none;
}

.bottom_menu ul li {
	float: left;
	padding: 0px 20px;
}

.bottom_menu ul li:first-child {
	padding-left: 0px;
}

.bottom_menu ul li:last-child {
	padding-right: 0px;
}

.bottom_menu a {
	color: #000;
	transition: 0.3s;
	font-size: 18px;
	font-weight: 500;
}

.bottom_menu a:hover {
	color: #d19f23;
}

.active_f {
	color: #d19f23 !important;
}

#wrap_copy {
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 35px;
	padding: 35px 0px;
	border-top: 1px solid #cecfcf;
}

#wrap_copy .wrap_copy {
	font-size: 16px;
	line-height: 27px;
	text-align: center;
}

#wrap_copy .wrap_copy span {
	font-weight: 600;
}

#wrap_copy .wrap_copy a {
	color: #000;
	transition: 0.3s;
}

#wrap_copy .wrap_copy a:hover {
	color: #d19f23;
}

/*End wrap_block_footer*/

/*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;
}

/*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 Service frame*/
.wrap_service {
	margin: 0px auto;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}

.block_service {
	width: 370px;
	height: 435px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.img_service {
	width: 370px;
	height: 217px;
	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_service:hover .img_service {
	filter: drop-shadow(5px 5px 5px #a1a1a1);
	transform: translate(0px, -5px);
}

.img_service img {
	max-width: 370px;
	max-height: 217px;
	border-radius: 23px
}

.content_service h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 10px;
}

.content_service h3 a {
	color: #000;
	transition: 0.3s;
}

.content_service h3:hover a {
	color: #d19f23;
}

.content_service p {
	margin-bottom: 10px;
}

.bt_service {
	width: 125px;
	height: 40px;
	border: 2px solid #f14e23;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 500;
	transition: 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bt_service a {
	font-size: 16px;
	color: #f14e23;
	font-weight: 600;
	transition: 0.3s;
}

.bt_service:hover {
	background: #f14e23;
}

.bt_service:hover a {
	color: #fff;
}

/*End Service frame*/

/*Begin product detail*/
.block_img_detail {
	width: 100%;
	aspect-ratio: 1.2;
	border: 1px solid #d5d5d5;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
	filter: drop-shadow(0px 0px 3px #a1a1a1);
	transition: 0.3s;
}

.block_img_detail a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.block_img_detail img {
	max-width: 98%;
	max-height: 98%;
}

.wrap_info_detail .row_value {
	border-bottom: 1px dotted #bfbfbf;
	padding: 8px 0px;
}

.wrap_info_detail h3 {
	color: #d19f23;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 8px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #bfbfbf;
}

.hotline_info_detail {
	font-size: 28px;
	font-weight: 700;
	color: #d19f23;
	text-transform: uppercase;
	margin-top: 10px;
}

.hotline_info_detail span {
	font-size: 24px;
	font-weight: 500;
}

.image_detail {
	margin-bottom: 20px;
}

.content_detail .title_content_detail {
	color: #d19f23;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}

/*End product detail*/

/*Begin other warehouse*/
.wrap_other_warehouse {
	margin: 0px auto;
	display: flex;
	justify-content: center;
}

.block_other_warehouse {
	width: 370px;
	height: 280px;
}

.img_other_warehouse {
	width: 370px;
	height: 217px;
	margin-top: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
	filter: drop-shadow(4px 4px 2px #a1a1a1);
	border-radius: 23px;
	overflow: hidden;
	transition: 0.3s;
}

.block_other_warehouse:hover .img_other_warehouse {
	filter: drop-shadow(5px 5px 5px #a1a1a1);
	transform: translate(0px, -5px);
}

.img_other_warehouse img {
	max-width: 100%;
	border-radius: 23px
}

.content_other_warehouse h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.content_other_warehouse h3 a {
	color: #000;
	transition: 0.3s;
}

.content_other_warehouse h3:hover a {
	color: #d19f23;
}

/*End other warehouse*/

.search_warn h5 {
	text-align: center;
}

.wrap_menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0px;
}

.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: #d19f23;
	transition: 0.3s;
	color: #fff;
}

.read_all:hover {
	background: #2c2c6d;
}

.wrap_button {
	padding: 0px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#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: #d19f23;
}

#wrap_hotline {
	border: 2px solid #d19f23;
	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: #d19f23;
	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: #d19f23;
	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: #d19f23;
}

.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: #d19f23;
	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: #d19f23;
	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: #d19f23;
}

#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: #d19f23;
}

.address_bottom {
	margin-bottom: 20px;
}

.address_bottom h5 {
	font-size: 18px;
}

.logo_bottom {
	margin-bottom: 20px;
}

.logo_bottom img {
	height: 55px;
}

/* Begin Trang Tin tức*/
.wrap_blog {
	margin-bottom: 35px;
}

.block_blog {
	width: 100%;
	height: 100%;
	transition: 0.3s;
}

.block_blog:hover {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	transform: translate(0px, -2px);
}

.img_blog {
	width: 100%;
	aspect-ratio: 1.5;
	background: #F0F0F0;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.img_blog a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.img_blog img {
	max-height: 100%;
}

.content_blog {
	padding: 5px;
}

.content_blog h3 {
	margin: 10px 0px;
}

.content_blog h3 a {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: 0.3s;
}

.content_blog h3:hover a {
	color: #d19f23;
}

.des_blog {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 10px;
	color: #000;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
}

.block_bt_blog {
	border: 2px solid #d19f23;
	width: 90px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	transition: 0.3s;
}

.block_bt_blog a {
	color: #d19f23;
	transition: 0.3s;
}

.block_bt_blog:hover {
	background: #d19f23;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	transform: translate(0px, -3px);
}

.block_bt_blog:hover a {
	color: #fff;
}

.wrap_blog_other {
	margin-bottom: 30px;
}

.block_blog_other {}

.img_blog_other {
	aspect-ratio: 1.5;
	background: #bebebe;
	padding: 0px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
	margin-bottom: 10px;
}

.img_blog_other:hover {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.img_blog_other img {
	width: 100%;
}

.des_blog_other {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 10px;
}

.content_blog_other h3 a {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #000;
	transition: 0.3s;
}

.content_blog_other h3:hover a {
	color: #d19f23;
}

/* End Trang Tin tức*/

/* Begin Trang Contact*/
.wrap_add {
	margin-bottom: 20px;
}

.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;
}

.wrap_form_contact {
	margin-bottom: 20px;
}

.wrap_form_contact .form-group {
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 5px;
}

.wrap_form_contact .form-control {
	border-radius: 0px;
	height: 40px;
}

.wrap_form_contact .kmt_stt_form {
	color: #d19f23;
	padding-top: 2px !important;
	height: 20px;
}

.wrap_form_contact input::placeholder,
.wrap_form_contact textarea::placeholder {
	color: #000;
}

.recaptcha {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wrap_form_contact .button-contact {
	text-align: left;
}

.wrap_form_contact .kmt_bt {
	background: #fff;
	color: #d19f23;
	font-weight: 600;
	border: 2px solid #d19f23;
	padding: 5px 25px;
	transition: 0.3s;
	border-radius: 20px;
	text-transform: uppercase;
}

.wrap_form_contact .kmt_bt:hover {
	background: #d19f23;
	color: #fff;
}

.wrap_map {
	aspect-ratio: 2.51;
	border: 1px solid #b7b7b7;
	padding: 5px !important;
}

/* End Trang Contact*/

.minimal-menu>ul>li>a>i {
	font-size: 24px;
}

.col-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 1rem;
	right: 0;
	z-index: 2;
	overflow-y: visible;
}

.fancybox-nav span {
	visibility: visible !important;
}

.grecaptcha-badge {
	display: none;
}

.grid-item {
	width: 33%;
	margin-bottom: 5px;
	padding: 2px;
}

.grid-item img {
	width: 100%;
	-webkit-transition: -webkit-filter 200ms linear
}

/*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 img_slideshow*/
#img_slideshow {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#img_slideshow .carousel-inner {
	width: 100%;
	aspect-ratio: 1.265;
	overflow: hidden;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 10px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

#img_slideshow .carousel-item {}

#img_slideshow .carousel-inner img {}

#img_slideshow .carousel-caption {
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	bottom: 0px;
	right: unset;
	left: unset;
}

#img_slideshow .carousel-caption {}

#img_slideshow .carousel-control {
	background-image: none !important;
	color: #222 !important;
}

#img_slideshow .carousel-control-prev:before {
	content: unset;
}

#img_slideshow .carousel-control-prev {
	background: url(../img/left-arrow.png) no-repeat center;
	width: 70px;
	margin-left: 10px;
}

#img_slideshow .carousel-control-next:before {
	content: unset;
}

#img_slideshow .carousel-control-next {
	background: url(../img/right-arrow.png) no-repeat center;
	width: 70px;
	margin-right: 10px;
}

#img_slideshow .carousel-indicators {
	position: static;
	margin-left: -3px;
	margin-right: -3px;
	display: flex;
	flex-wrap: wrap;
}

#img_slideshow .carousel-indicators button {
	width: 100px;
	height: 79px;
	border: 1px solid #b2b2b2;
	margin: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 4px;
	margin-right: 2px;
	margin-left: 2px;
	border-radius: 10px;
	overflow: hidden;
}

#img_slideshow .carousel-indicators button img {
	height: 100%;
}

#img_slideshow .carousel-indicators button.active {
	border: 3px solid #d19f23;
	margin: 0px;
}

/*End img_slideshow*/

/*Begin img_warehouse*/
#img_warehouse {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#img_warehouse .carousel-inner {
	border: 1px solid #b2b2b2;
	width: 670px;
	height: 564px;
	overflow: hidden;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	margin-bottom: 10px;
}

#img_warehouse .carousel-item {
	width: 670px;
	height: 564px;
	position: relative;
	transition: 0.3s;
}

#img_warehouse .carousel-inner img {
	height: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0 auto;
	transition: 0.3s;
}

/*#img_warehouse .carousel-caption{
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	bottom: 0px;
	right: unset;
	left: unset;
}

#img_warehouse .carousel-caption{
	
}*/
#img_warehouse .carousel-control {
	background-image: none !important;
	color: #222 !important;
}

#img_warehouse .carousel-control-prev:before {
	content: unset;
}

#img_warehouse .carousel-control-prev {
	/*background: url(../img/triangle_arrow_left.png) no-repeat center;*/
	width: 70px;
	margin-left: 10px;
	transition: 0.3s;
}

#img_warehouse .carousel-control-next:before {
	content: unset;
}

#img_warehouse .carousel-control-next {
	/*background: url(../img/triangle_arrow_right.png) no-repeat center;*/
	width: 70px;
	margin-right: 10px;
}

#img_warehouse .carousel-indicators {
	position: static;
	margin-left: -3px;
	margin-right: -3px;
	display: flex;
	flex-wrap: wrap;
}

#img_warehouse .carousel-indicators button {
	width: 126px;
	height: 95px;
	border: 1px solid #b2b2b2;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 4px;
	margin-right: 2px;
	margin-left: 2px;
	border-radius: 10px;
	overflow: hidden;
	transition: 0.3s;
}

#img_warehouse .carousel-indicators button img {
	width: 100%;
	transition: 0.3s;
}

/*End img_warehouse*/

/*Begin wrap_block_view_article*/
.wrap_view_article {
	margin-bottom: 20px;
}

.block_view_article {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	transition: 0.3s;
}

.block_view_article:hover .img_view_article img {
	transform: scale(1.05);
}

.img_view_article {
	border-radius: 22px;
	margin-bottom: 15px;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1.656;
	display: flex;
	justify-content: center;
	align-items: center;
}

.img_view_article img {
	max-width: 100%;
	max-height: 100%;
	transition: 0.4s;
}

.info_view_article {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}

.info_view_article h3 {
	text-align: left;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 150%;
	color: #003619;
	font-weight: 700;
}

.info_view_article .des_view_article {
	text-align: justify;
	font-size: 14px;
	line-height: 150%;
	font-weight: 500;
}

/*End wrap_block_view_article*/

/*Begin wrap_block_detail_item*/
.title_product_other {
	background: url(../img/bg_title_product.png) no-repeat center right 16px #6e24ff;
	max-width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	text-indent: 20px;
	border-radius: 10px;
}

.title_product_other h3 {
	font-family: "font-medium";
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	margin: 0px;
}

.swiper {
	width: 100%;
	height: 1120px;
	overflow: hidden;
}

.swiper-slide {
	padding: 0px 8px;
	margin-bottom: 15px !important;
}

.swiper-slide .block_product {
	height: unset;
}

#big_image {
	width: 100%;
	aspect-ratio: 1.868;
	overflow: hidden;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}

#big_image a {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#big_image img {
	max-width: 100%;
	max-height: 100%;
}

#product_detail_img_thumbnail {
	padding: 0px 20px;
}

.wrap_product_detail_img_thump {
	padding: 0px 5px;
}

.block_product_detail_img_thumbnail {
	width: 100%;
	aspect-ratio: 1.868;
	overflow: hidden;
	display: flex;
	justify-content: center;
	margin: 5px 0px;
	transition: 0.3s;
}

.block_product_detail_img_thumbnail:hover,
.clicked {
	border: 1px solid #d19f23;
	transform: translate(0px, -2px);
}

.block_product_detail_img_thumbnail a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.block_product_detail_img_thumbnail img {
	max-width: 100%;
	max-height: 100%;
}

.border_frame_product_detaild {
	box-shadow: rgba(0, 0, 0, 0.20) 0px 0px 5px;
	border-radius: 20px;
	padding: 28px;
	margin-bottom: 12px;
}

.wrap_bar_detail_product {
	border-bottom: 0px;
	margin: 0px;
	margin-bottom: 20px;
}

.block_bar_detail_product {
	height: 50px;
	padding: 0px 5px;
	margin-bottom: 10px;
}

.bar_detail_product {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 2px solid #003619;
	transition: 0.3s;
	border-radius: 50px;
}

.bar_detail_product h4 {
	color: #003619;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0px;
	font-weight: 500;
	transition: 0.3s;
}

.bar_detail_product:hover,
.block_bar_detail_product.active .bar_detail_product {
	background: #d19f23 !important;
	border: 2px solid #d19f23;
	border-radius: 50px;
}

.bar_detail_product:hover {
	transform: translate(0px, -3px);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	cursor: pointer;
}

.bar_detail_product:hover h4,
.block_bar_detail_product.active h4 {
	color: #fff;
}

.grid_item {
	position: relative;
}

.kmt-btn-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 69%;
	pointer-events: none;
}

.kmt-btn-slider button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 50px;
	border: none;
	cursor: pointer;
	z-index: 10;
	pointer-events: auto;
	transition: 0.3s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.kmt-btn-slider .prev {
	background: url(../img/item-left-arrow.png) no-repeat center;
	left: -35px;
}

.kmt-btn-slider .next {
	background: url(../img/item-right-arrow.png) no-repeat center;
	right: -35px;
}

/*End wrap_block_detail_item*/