:root {
	--container-width-xl: 1290px;
}

@media (min-width: 1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: var(--container-width-xl);
	}
}

body {
	font-family: 'Be Vietnam Pro', sans-serif;
	overflow-x: hidden;
	color: #000;
}

.col-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 5rem;
	right: 0;
	z-index: 2;
	overflow-y: visible;
	align-self: flex-start;
}

/* Begin LazyLoad */
.lazyload {
	opacity: 0;
	transform: scale(0.98)
}

.lazyloading {
	opacity: 0
}

.lazyloaded {
	opacity: 1;
	transform: scale(1);
	transition: all 0.4s ease
}

/* End LazyLoad */

/*css grid*/
.grid_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.grid_wrap::after {
	content: "";
	flex: auto;
}

@media (min-width: 992px) {
	.row-cols-lg-9-custom>* {
		flex: 0 0 auto;
		width: 11.111111%;
	}
}

#form_hide {
	display: none;
}

a {
	text-decoration: none;
}

/*auto css*/
.css_uppercase {
	text-transform: uppercase !important;
}

.css_center {
	text-align: center !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.css_left {
	text-align: left !important;
}

.css_right {
	text-align: right;
}

.css_justify {
	text-align: justify;
}

.id_wrap_block {
	margin-bottom: 55px !important;
}

.is_scroll {
	width: 100% !important;
}

.in_scroll {
	width: 95% !important;
	margin: 0px auto;
}

.title_h2 {
	color: #0079a4;
	font-size: 45px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 32px;
}

.title_h2_orange {
	color: #ff9625 !important;
}

.title_h3 {
	font-size: 35px;
	font-weight: 700;
	color: #0079a4;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.title_h3_small {
	font-size: 15px;
	font-weight: 500;
	color: #000;
	margin-top: -25px;
	margin-bottom: 30px;
}

.title_h3_article {
	font-size: 24px;
	font-weight: 700;
	color: #ff9625;
	margin-bottom: 20px;
}

.title_side {
	font-size: 22px;
	font-weight: 700;
	color: #ff9625;
	padding-bottom: 15px;
	border-bottom: 1px solid #ff9625;
	margin-bottom: 15px;
}

.color_white {
	color: #fff !important;
}

.color_red {
	color: #000 !important;
}

.title_left {
	width: 270px;
	height: 50px;
	border-radius: 10px;
	background: url(../img/triangle_menu_left.png) no-repeat center #0079a4;
	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 {
	color: #d5030b;
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 700;
}

.name_footer {
	color: #0079a4;
	text-transform: uppercase;
	font-size: 25px;
	margin-bottom: 30px;
	font-weight: 700;
}

.title_footer {
	color: #0079a4;
	text-transform: uppercase;
	font-size: 25px;
	margin-bottom: 30px;
	font-weight: 700;
}

.des_menu_1 {
	padding: 0px 6%;
}

.read_more {
	text-align: left;
	width: 100%;
}

.read_more a {
	padding: 5px 0px;
	font-size: 14px;
	font-weight: 500;
	color: #0079a4;
	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: #0079a4;
}

.title_article {
	font-size: 28px;
	font-weight: 700;
	color: #f14e23
}

.content_article {
	display: inline-block;
	text-align: justify;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 20px;
	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: #0079a4;
	border: 1px solid #0079a4;
}

.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: #ff9625;
	border-color: #ff9625;
}

.pagination>li>a:hover {
	background-color: #ff9625;
	border-color: #ff9625;
	color: #fff;
}

/*End Phân trang*/

/*Begin btn type*/
.btn_booking {
	color: #0079a4;
	font-weight: 600;
	transition: 0.3s;
}

.btn_booking:hover {
	color: #000;
}


.btn_article_combo a {
	display: inline-flex;
	padding: 10px 20px;
	color: #0079a4;
	background: #fff;
	font-weight: 700;
	font-size: 16px;
	border: 1px solid #0079a4;
	border-radius: 5px;
	transition: 0.3s;
	text-transform: uppercase;
}

.btn_article_combo a:hover {
	color: #fff;
	background: #0079a4;
	filter: drop-shadow(2px 2px 4px #a1a1a1);
	transform: translateY(-3px);

}

.grid_project {
	position: relative;
}

.project-btn-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.project-btn-slider button {
	position: absolute;
	top: 41%;
	transform: translateY(-50%);
	width: 36px;
	height: 66px;
	border: none;
	cursor: pointer;
	z-index: 10;
	pointer-events: auto;
	transition: 0.3s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.project-btn-slider .prev {
	background: url(../img/project_left_arrow.png) no-repeat center;
	left: -55px;
}

.project-btn-slider .next {
	background: url(../img/project_right_arrow.png) no-repeat center;
	right: -55px;
}

.project-btn-slider button:hover {
	filter: drop-shadow(4px 0px 3px #0079a4);
}

.grid_product_solution {
	position: relative;
}

.solution-btn-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.solution-btn-slider button {
	position: absolute;
	top: 41%;
	transform: translateY(-50%);
	width: 36px;
	height: 66px;
	border: none;
	cursor: pointer;
	z-index: 10;
	pointer-events: auto;
	transition: 0.3s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.solution-btn-slider .prev {
	background: url(../img/solution_left_arrow.png) no-repeat center;
	left: -50px;
}

.solution-btn-slider .next {
	background: url(../img/solution_right_arrow.png) no-repeat center;
	right: -50px;
}

.solution-btn-slider button:hover {
	filter: drop-shadow(4px 0px 3px #0079a4);
}

.grid_same_album {
	position: relative;
}

.same_album-btn-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.same_album-btn-slider button {
	position: absolute;
	top: 41%;
	transform: translateY(-50%);
	width: 36px;
	height: 66px;
	border: none;
	cursor: pointer;
	z-index: 10;
	pointer-events: auto;
	transition: 0.3s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.same_album-btn-slider .prev {
	background: url(../img/solution_left_arrow.png) no-repeat center;
	left: -50px;
}

.same_album-btn-slider .next {
	background: url(../img/solution_right_arrow.png) no-repeat center;
	right: -50px;
}

.same_album-btn-slider button:hover {
	filter: drop-shadow(4px 0px 3px #0079a4);
}

.grid_same_product {
	position: relative;
}

.same-product-btn-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.same-product-btn-slider button {
	position: absolute;
	top: 41%;
	transform: translateY(-50%);
	width: 36px;
	height: 66px;
	border: none;
	cursor: pointer;
	z-index: 10;
	pointer-events: auto;
	transition: 0.3s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.same-product-btn-slider .prev {
	background: url(../img/solution_left_arrow.png) no-repeat center;
	left: -50px;
}

.same-product-btn-slider .next {
	background: url(../img/solution_right_arrow.png) no-repeat center;
	right: -50px;
}

.same-product-btn-slider button:hover {
	filter: drop-shadow(4px 0px 3px #0079a4);
}

.grid_other_service,
.grid_product_news {
	position: relative;
}

.other_service-btn-slider,
.news-btn-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.other_service-btn-slider button,
.news-btn-slider button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	height: 66px;
	border: none;
	cursor: pointer;
	z-index: 10;
	pointer-events: auto;
	transition: 0.3s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.other_service-btn-slider .prev,
.news-btn-slider .prev {
	background: url(../img/solution_left_arrow.png) no-repeat center;
	left: -50px;
}

.other_service-btn-slider .next,
.news-btn-slider .next {
	background: url(../img/solution_right_arrow.png) no-repeat center;
	right: -50px;
}

.other_service-btn-slider button:hover,
.news-btn-slider button:hover {
	filter: drop-shadow(4px 0px 3px #0079a4);
}

.product-btn-slider button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 55px;
	border: none;
	cursor: pointer;
	z-index: 10;
	pointer-events: auto;
	transition: 0.3s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.product-btn-slider .prev {
	background: url(../img/item-left-arrow.png) no-repeat center;
	left: -40px;
}

.product-btn-slider .next {
	background: url(../img/item-right-arrow.png) no-repeat center;
	right: -40px;
}

.product-btn-slider button:hover {
	filter: drop-shadow(4px 0px 3px #0079a4);
}

/*End btn type*/

/* Begin css list_same */
.same_title {
	color: #0079a4 !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: #0079a4 !important;
}

.list_same {
	margin: 0px;
	padding: 0px 0px;
}

.list_same li {
	color: #000;
	margin-bottom: 0px;
	list-style: none
}

.list_same li:hover {
	color: #0079a4;
}

.list_same li:hover a {
	color: #0079a4;
	text-decoration: none
}

.list_same li a {
	font-size: 15px;
	color: #000;
}

.list_same li a span {
	color: #000;
	font-size: 22px;
	font-weight: 800;
}

/* End css list_same */

/*begin wrap_block_slide_inside*/
#wrap_block_slide_inside {
	position: relative;
}

.grid_block_slide {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

/*end wrap_block_slide_inside*/

/*begin wrap_block_breadcrumb*/
#wrap_block_breadcrumb {
	position: absolute;
	width: 100%;
	z-index: 2;
	bottom: 0%;
}

/*end wrap_block_breadcrumb*/

/* 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 {
	width: 100%;
}

#wrap_breadcrumb_2>.container {
	display: flex;
	justify-content: flex-end;
}

.bg_breadcrumb {
	color: #000;
	background: rgba(255, 255, 255, 0.5);
	padding: 10px;
	margin: 12px 0px;
	width: fit-content;
}

#wrap_breadcrumb_2 p {
	margin-bottom: 0px;
	line-height: 20px;
	color: #000;
}

#wrap_breadcrumb_2 p a {
	color: #000;
	font-size: 15px;
	padding: 0px 3px;
	transition: 0.3s
}

#wrap_breadcrumb_2 p a:hover {
	color: #0079a4;
}

/* End css breadcrumb_2  */

/*Begin wrap_icon_intro*/
.wrap_icon_intro {
	padding: 0px 1%;
	margin-bottom: 25px;
	margin-top: 50px;
}

.block_icon_intro {
	border-radius: 20px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	border: 2px solid #0079a4;
	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;
	margin-top: -84px;
}

.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;
	text-transform: uppercase;
	margin: 10px 0px;
	font-size: 26px;
	line-height: 150%;
	color: #0079a4;
	font-weight: 700;
}

.info_icon_intro .des_icon_intro {
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
}

/*End wrap_icon_intro*/

/* Begin wrap_block_menu_highlight */
.wrap_menu_highlight {
	margin-bottom: 30px;
}

.img_menu_highlight {
	position: relative;
	width: 100%;
	aspect-ratio: 1.41379;
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
	margin-bottom: 10px;
}

.img_menu_highlight img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.black_layer_menu_highlight {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background: linear-gradient(0deg,
			rgba(0, 120, 164, .9),
			rgba(255, 255, 255, 0));

	background-size: 100% 20%;
	background-repeat: no-repeat;
	background-position: bottom;

	transition: background-size .3s ease;
}

.img_menu_highlight:hover .black_layer_menu_highlight {
	background-size: 100% 100%;
}

.content_menu_highlight {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	transition: 0.3s;
}

.img_menu_highlight:hover .content_menu_highlight {
	bottom: 20%;
}

.content_menu_highlight h3 {
	text-align: center;
	line-height: 1.4;
	font-size: 27px;
	padding: 0px 5%;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.bt_menu_highlight {
	gap: 10px;
}

.bt_menu_highlight a {
	font-size: 17px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	border-radius: 8px;
	color: #fff;
	overflow: hidden;
	transition: 0.3s;
}

.bt_menu_highlight a:first-child {
	background: #0079a4;
}

.bt_menu_highlight a:last-child {
	background: #ff9625;
}

.bt_menu_highlight a:hover {
	filter: drop-shadow(2px 2px 4px #a1a1a1);
	background: #000;
}

/* End wrap_block_menu_highlight */

/*Begin wrap_block_product_menu*/
#wrap_block_product_home {
	width: 100%;
}

.wrap_product {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.block_product {
	width: 100%;
	transition: 0.3s;
}

.img_product {
	width: 100%;
	aspect-ratio: 1;
	background: #fff;
	display: flex;
	justify-content: center;
	border: 1px solid #d6d6d6;
	border-radius: 10px;
	margin-top: 3px;
	margin-bottom: 15px;
	overflow: hidden;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	transition: 0.3s;
}

.block_product:hover .img_product {
	filter: drop-shadow(2px 2px 4px #a1a1a1);
}

.img_product img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.content_product {
	text-align: center;
}

.content_product h3 {
	margin: 5px 0px;
}

.content_product h3 a {
	color: #000;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 700;
	transition: 0.3s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.content_product h3:hover a {
	color: #0079a4;
}

.price_block {
	color: #ff9625;
	font-weight: 700;
	font-size: 15px;
	width: 100%;
	display: flex;
	justify-content: space-evenly;
}

.price_item_old {
	text-decoration: line-through;
	font-size: 15px;
	color: #000;
}

.price_item_sale {
	color: #ff9625;
	font-weight: 700;
	font-size: 15px;
}

.contact_price_bt a {
	color: #ff9625;
	font-weight: 600;
	transition: 0.3s;
}

.contact_price_bt a:hover {
	color: #0079a4;
}

/*End wrap_block_product_menu*/

/*Begin wrap_block_project*/
#wrap_block_project {
	background: #f2f2f2;
	padding: 50px 0px;
}

.wrap_project {
	padding: 0px 10px;
	display: flex;
	justify-content: center;
	margin: 7px 0px;
	margin-bottom: 20px;
	transform: scale(1);
	transition: 0.3s;
}

.owl-item.active.center .wrap_project {
	transform: scale(1.3);
}

.block_project {
	width: 100%;
	height: 100%;
	margin: 23% 0px;
}

.block_project_inside {
	margin: unset !important;
}

.img_project {
	width: 100%;
	aspect-ratio: 0.8389;
	background: #ff9625;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 20px;
	transition: 0.3s;
}

.block_project:hover .img_project {
	background: #0079a4;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	transform: translate(0px, -3px);
}

.img_project a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.img_project img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding-bottom: 10px;
}

.block_project h3 {
	text-align: center;
	padding: 0px 10%;
}

.block_project h3 a {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.4;
	transition: 0.3s;
}

.block_project:hover h3 a {
	color: #0079a4;
}

.wrap_project_in_scroll {
	width: 80% !important;
	margin: 0px auto;
}

.wrap_project_inside {
	margin-bottom: 20px;
}

.img_project_inside {
	width: 100%;
	aspect-ratio: 1.415;
	background: #0079a4;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	transition: 0.3s;
}

.img_project_inside:hover {
	background: #0079a4;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	transform: translate(0px, -3px);
}

.img_project_inside img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding-bottom: 10px;
}

.block_content_project_inside h3 a {
	font-size: 22px;
	font-weight: 700;
	color: #0079a4;
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 10px;
	line-height: 1.5;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: 0.3s;
}

.block_content_project_inside h3 a:hover {
	color: #0079a4;
}

.des_project_inside {
	font-size: 15px;
	text-align: justify;
	color: #000;
	margin: 0px;
	margin-bottom: 15px;
	line-height: 1.5;
}

.bt_all_project_inside {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}

.bt_all_project_inside a {
	display: inline-block;
	background: #fff;
	border: 1px solid #0079a4;
	color: #0079a4;
	font-size: 16px;
	font-weight: 500;
	padding: 6px 18px;
	transition: 0.3s;
	border-radius: 5px;
}

.bt_all_project_inside a:hover {
	background: #0079a4;
	border: 1px solid #0079a4;
	color: #fff;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	transform: translate(0px, -3px);
}

.bt_project {
	display: flex;
	justify-content: center;
}

.bt_project a {
	background-color: #0079a4;
	color: #fff;
	border-radius: 5px;
	font-size: 17px;
	padding: 12px 159px;
	width: fit-content;
	transition: 0.3s;
}

.bt_project a:hover {
	background-color: #ff9625;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	transform: translate(0px, -3px);
}

/*End wrap_block_project*/

/*Begin wrap_block_header*/
#wrap_block_header {
	width: 100%;
}

#wrap_block_header .wrap_logo_header img {
	height: 44px;
}

.wrap_logo_header.custom-width {
	flex: 0 0 11%;
	max-width: 11%;
}

.wrap_logo_header {
	display: flex;
	align-items: center;
}

.wrap_menu {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0px;
}

.block_menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0px;
}

.grid_header {
	display: grid;
	grid-template-columns: 11% 59% 30%;
}

.wrap_name {
	display: flex;
	align-items: center;
}

.wrap_name h2 {
	font-size: 22px;
	font-weight: 700;
	color: #000;
	margin: 0px;
}

/*End wrap_block_header*/

/*Begin wrap_block_item*/
#wrap_block_item {
	width: 100%;
}

#wrap_block_item .row .owl_product {
	padding: 0px;
	margin: 0px;
}

.wrap_item {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.block_item {
	width: 100%;
	transition: 0.3s;
}

.img_item {
	width: 100%;
	aspect-ratio: 1.321;
	border: 1px solid #d5d5d5;
	background: #fff;
	margin-top: 3px;
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
	overflow: hidden;
	transition: 0.3s;
}

.block_item:hover {
	filter: drop-shadow(2px 2px 4px #a1a1a1);
	transform: translate(0px, -3px);
}

.img_item a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.img_item img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.content_item h3 {
	font-size: 18px;
	line-height: 23px;
	font-weight: 700;
	margin: 5px 0px;
	text-transform: uppercase;
}

.content_item {}

.content_item h3 a {
	color: #000;
	transition: 0.3s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.content_item h3:hover a {
	color: #0079a4;
}

.quote_item {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/*End wrap_block_item*/

/*Begin wrap_block_factory_image*/
#wrap_block_factory_image {}

.row_factory_image {
	margin: 0px;
}

.wrap_factory_image {
	display: flex;
	justify-content: center;
	margin-bottom: 0px;
	padding: 0px;
}

.block_factory_image {
	width: 100%;
	aspect-ratio: 1.288;
	display: flex;
	justify-content: center;
	border-radius: 10px;
	overflow: hidden;
}

.img_factory_image {
	width: 100%;
	aspect-ratio: 1.288;
	overflow: hidden;
	text-align: center;
	display: flex;
	align-items: center;
}

.img_factory_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.block_factory_image h3 {
	font-size: 15px;
	color: #222;
	text-transform: uppercase;
	line-height: 22px;
}

.wrap_factory_image figure.snip0015 {
	font-family: 'Raleway', Arial, sans-serif;
	color: #fff;
	position: relative;
	width: 100%;
	aspect-ratio: 1.288;
	text-align: center;
	margin: 0 auto;
	background: #222;
}

.wrap_factory_image figure.snip0015 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wrap_factory_image figure.snip0015 img {
	opacity: 1;
	display: inline !important;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.wrap_factory_image 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_factory_image 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_factory_image 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_factory_image 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: 700;
	line-height: 1.4;
	display: -webkit-box;
	line-clamp: 4;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.wrap_factory_image figure.snip0015 h3 span {
	font-weight: 800;
}

.wrap_factory_image figure.snip0015:hover figcaption h3 {
	opacity: 1;
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.wrap_factory_image figure.snip0015:hover figcaption::before {
	background: rgba(255, 150, 37, 0.7);
	top: 0px;
	bottom: 0px;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

/*End wrap_block_factory_image*/

/*Begin wrap_block_news_home*/
.title_h2_news_home {
	color: #ff9625;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 32px;
}

.wrap_title_news,
.wrap_first_news {
	margin-bottom: 20px;
}

.wrap_title_news {
	align-items: center;
}

.title_img {
	margin-bottom: 30px;
}

.block_title_news {
	background: #f2f2f2;
	width: 100%;
	height: 100%;
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.block_first_news {
	transition: 0.3s;
}

.block_first_news:hover {
	transform: translate(0px, -4px);
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.block_first_news {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.block_first_news:hover {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	transform: translate(0px, -4px);
}

.img_first_news {
	width: 100%;
	aspect-ratio: 2.65625;
	border-radius: 10px;
	overflow: hidden;
	background: #F0F0F0;
}

.img_first_news img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.block_info_first_news {
	background: #f2f2f2;
	padding: 20px 30px;
	transition: 0.3s;
}

.block_info_first_news h3 a {
	color: #000;
	line-height: 1.4;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	transition: 0.3s;
}

.block_info_first_news h3 a:hover {
	color: #ff9625;
}

.block_info_first_news .quote_first_news {
	font-size: 15px;
	line-height: 1.4;
	text-align: justify;
	margin-bottom: 10px;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.wrap_news {
	margin-bottom: 20px;
}

.block_news {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
	overflow: hidden;
	transition: 0.3s;
}

.block_news:hover {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	transform: translate(0px, -4px);
}

.img_news {
	width: 100%;
	aspect-ratio: 1.7372;
	border-radius: 10px;
	overflow: hidden;
	background: #F0F0F0;
	transition: 0.3s;
}

.img_news img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.info_news {
	padding: 20px 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.info_news h3 {
	margin-bottom: 20px;
}

.info_news h3 a {
	color: #000;
	line-height: 1.4;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: 0.3s;
}

.info_news h3 a:hover {
	color: #ff9625;
}

.quote_news {
	font-size: 15px;
	line-height: 1.4;
	text-align: justify;
	display: -webkit-box;
	line-clamp: 5;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 15px;
}

.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: #ff9625;
	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: #ff9625;
}

.block_bt_all_news:hover {
	transform: translate(0px, -4px);
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.block_bt_news {
	transition: 0.3s;
	text-align: right;
	width: 100%;
}

.block_bt_news a {
	color: #ff9625;
	font-weight: 500;
	font-size: 15px;
	transition: 0.3s;
}

.block_bt_news:hover a {
	color: #0079a4;
}

/*End wrap_block_news_home*/

/*Begin wrap_block_cert*/
#wrap_block_cert {}

.wrap_cert {
	padding: 0px 10px;
}

.block_cert {
	width: 100%;
	height: 100%;
	margin: 10px 0;
	border-radius: 15px;
	border: 5px solid #e8e8e8;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 0px 4px 0px, rgba(60, 64, 67, 0.15) 0px 0px 4px 0px;
	overflow: hidden;
	transition: 0.3s;
}

.block_cert:hover {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 10px;
	transform: translate(0px, -3px);
}

.img_cert {
	width: 100%;
	aspect-ratio: 0.722;
	background: #fff;
	overflow: hidden;
}

.img_cert img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/*End wrap_block_cert*/

/*Begin wrap_block_partner*/
#wrap_block_partner>.bg_partner>.container>.row {
	justify-content: center;
}

.wrap_partner {
	padding: 0px 5px;
	margin-bottom: 10px;
}

.block_partner {
	width: 100%;
	aspect-ratio: 1.602;
	border-radius: 15px;
	border: 1px solid #ccc;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 0px 4px 0px, rgba(60, 64, 67, 0.15) 0px 0px 4px 0px;
	overflow: hidden;
	transition: 0.3s;
}

.block_partner_inside {
	aspect-ratio: 2.173;
}

.block_partner:hover {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 10px;
	transform: translate(0px, -3px);
}

.img_partner {
	width: 100%;
	aspect-ratio: 1.602;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	background: #fff;
	overflow: hidden;
}

.img_partner a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.img_partner_inside {
	aspect-ratio: 2.173;
}

.img_partner_inside a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.img_partner img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/*End wrap_block_partner*/

/*Begin wrap_block_footer*/
#wrap_block_footer {
	color: #000;
	background: #f2f2f2;
	padding: 40px 0px;
	border-bottom: 15px solid #ff9625;
}

.wrap_address_footer,
.wrap_social_footer {
	margin-bottom: 25px
}

.logo_footer {
	margin-bottom: 20px;
}

.footer_address {
	line-height: 1.4;
	font-size: 15px;
}

.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: #000;
	font-size: 15px;
	transition: 0.3s;
}

.wrap_menu_f ul li a:hover {
	color: #f14e23;
}

.content_intro {
	font-size: 16px;
}

.wrap_social {
	margin-bottom: 15px;
}

.wrap_social img {
	margin-right: 2px;
	margin-bottom: 4px;
	transition: 0.3s;
}

.wrap_social img:hover {
	transform: translate(0px, -5px);
}

.bottom_menu {}

.bottom_menu ul {
	width: 100%;
}

.bottom_menu ul li {
	display: list-item;
	width: 50%;
	float: left;
	margin-bottom: 10px;
	margin-left: -10px;
}

.bottom_menu a {
	color: #000;
	transition: 0.3s;
	font-size: 15px;
	font-weight: 400;
}

.bottom_menu a:hover {
	color: #0079a4;
}

.active_f {
	color: #0079a4 !important;
}

#wrap_copy_footer {
	color: #000;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 12px;
	margin-top: 20px;
}

#wrap_copy_footer .wrap_copy {
	font-size: 15px;
	line-height: 1.4;
}

#wrap_copy_footer .wrap_copy span {
	font-weight: 400;
}

#wrap_copy_footer .wrap_copy a {
	font-weight: 400;
	color: #000;
	transition: 0.3s;
}

#wrap_copy_footer .wrap_copy a:hover {
	color: #0079a4;
}

.wrap_social_footer h6 {
	font-size: 21px;
	margin-bottom: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

/*End wrap_block_footer*/

/*Begin wrap_block_album*/
.wrap_album {
	margin-bottom: 20px;
}

.block_album {}

.img_album {
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1.289;
	display: flex;
	justify-content: center;
	text-align: center;
	margin-bottom: 15px;
	background: #e2e2e2;
	transition: 0.3s;
}

.img_album:hover {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transform: translateY(-3px);

}

.img_album img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.block_album h3 {
	text-align: center;
}

.block_album h3 a {
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
	color: #000;
	padding: 0px 10px;
	transition: 0.3s;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.block_album:hover h3 a {
	color: #0079a4;
}

/*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*/

.wrap_info_detail .row_value {
	border-bottom: 1px dotted #bfbfbf;
	padding: 8px 0px;
}

.wrap_info_detail h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 8px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #bfbfbf;
}

.hotline_info_detail {
	font-size: 28px;
	font-weight: 700;
	color: #d5030b;
	margin-top: 10px;
}

.hotline_info_detail span {
	font-size: 24px;
	font-weight: 700;
}

.image_detail {
	margin-bottom: 20px;
}

.content_detail .title_content_detail {
	color: #0079a4;
	border-bottom: 1px solid;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 700;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

/*End product detail*/

.search_warn h5 {
	text-align: center;
}

.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: #0079a4;
	transition: 0.3s;
	color: #fff;
}

.read_all:hover {
	background: #2c2c6d;
}

.wrap_button {
	padding: 0px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*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: #0079a4;
	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: #0079a4;
}

.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: #0079a4;
	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: #0079a4;
	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: #0079a4;
}

#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: #0079a4;
}

.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 {}

.img_blog {
	width: 100%;
	max-height: 500px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.img_blog img {
	max-width: 100%;
}

.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: #c08022;
}

.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;
}

.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: #c08022;
}

/* End Trang Tin tức*/

/* Begin Trang Contact*/
.wrap_add_contact {
	margin-bottom: 30px;
	font-size: 15px;
}

.note_contact {
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 700;
}

.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: #0079a4;
	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: #ff9625;
	font-weight: 600;
	border: 2px solid #ff9625;
	padding: 5px 25px;
	transition: 0.3s;
	border-radius: 5px;
	text-transform: uppercase;
}

.wrap_form_contact .kmt_bt:hover {
	background: #ff9625;
	color: #fff;
}

.wrap_map {
	width: 100%;
	height: 100%;
	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%;
	height: 100%;
	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 .img_album {
	width: 100%;
	aspect-ratio: 1.29;
	overflow: hidden;
}

#img_slideshow .img_album img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#img_slideshow .carousel-caption {
	width: 100%;
	background: rgba(160, 160, 160, 0.95);
	bottom: 0px;
	right: unset;
	left: unset;
	font-size: 25px;
	font-weight: 700;
	height: 80px;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.6;
	display: flex;
	align-items: center;
	justify-content: center;
}

#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 {
	width: 100%;
	position: static;
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#img_slideshow .carousel-indicators button {
	opacity: .8;
}

#img_slideshow .carousel-indicators button:hover {
	opacity: 1;
}

.img_thumbnail_slideshow {
	padding: 0 1%;
	margin-bottom: 20px;
	aspect-ratio: 1.3;
}

#img_slideshow .carousel-indicators button {
	width: 100%;
	height: 100%;
	border: 1px solid #b2b2b2;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

#img_slideshow .carousel-indicators button img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

#img_slideshow .carousel-indicators button.active {
	margin: 0px;
	border: 2px solid #0079a4;
	opacity: 1;
}

#img_slideshow .carousel-control-prev-icon {
	display: none;
}

#img_slideshow .carousel-control-next-icon {
	display: none;
}

/*End img_slideshow*/

/*Begin wrap_header_bar*/
#wrap_header_bar {
	width: 100%;
	line-height: 40px;
	color: #fff;
	background: #0079a4;
	padding: 5px 0px;
}

.line_top {
	background: url(../img/line_top.png) no-repeat center;
	margin: 0px 15px;
}

.wrap_header_contact {
	padding: 0px;
	font-size: 14px;
	display: flex;
	align-items: center;
	color: #fff;
}

.wrap_header_contact i {
	font-size: 16px;
	margin-right: 8px;
	color: #fff;
}

#wrap_header_bar span {
	font-weight: 500;
}

.wrap_header_lang {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0px;
}

.lang_flag {
	display: flex;
}

.lang_flag a {
	margin-left: 5px;
}

.lang_flag a.lang_active {
	color: #d19f23;
}

.lang_flag a:hover {
	color: #d19f23;
}

.lang_flag img {
	border: 1px solid #fff;
	height: 20px;
}

.wrap_social_header {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.block_social {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.block_social img {
	margin: 0px 4px;
	height: 30px;
	transition: 0.3s;
}

.block_social img:hover {
	transform: scale(1.1);
	box-shadow: rgba(255, 255, 255, 0.12) 0px 2px 4px 0px, rgba(255, 255, 255, 0.32) 0px 2px 16px 0px;
	border-radius: 50%;
}

/*End wrap_header_bar*/

/*Begin wrap_block_gallery*/
.wrap_gallery {
	margin-bottom: 30px;
}

.img_gallery {
	width: 100%;
	aspect-ratio: 1.2;
	overflow: hidden;
	position: relative;
}

.img_gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cover_layer_gallery {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.red_layer_gallery {
	background: linear-gradient(0deg, rgba(181, 33, 72, 0.85) 5%, rgba(196, 33, 71, 0) 50%);
}

.blue_layer_gallery {
	background: linear-gradient(0deg, rgba(12, 79, 150, 0.85) 5%, rgba(12, 79, 150, 0) 50%);
}

.title_gallery {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.title_gallery h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	transition: 0.3s;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
}

/*End wrap_block_gallery*/

/*Begin product_detail*/
.grid_product {
	margin-bottom: 40px;
}

.wrap_img_item {
	margin-bottom: 20px;
}

.wrap_info_item {
	margin-bottom: 20px;
}

#wrap_img_product {
	width: 100%;
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 10px;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

#wrap_img_product a {
	width: 100%;
	height: 100%;
}

#wrap_img_product:hover {
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

#wrap_img_product img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 0.3s;
}

#wrap_img_thumbs {
	width: 100%;
	margin-top: 15px;
	display: inline-block;
}

#wrap_img_thumbs .row {
	margin: 0px -5px;
}

.block_img_thumbs {
	padding: 0px 5px;
}

.img_thumb {
	width: 100%;
	aspect-ratio: 1;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	transition: 0.3s;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
	margin-bottom: 20px;
	padding: 5%;
}

.img_thumb a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.img_thumb img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}

.img_thumb:hover {
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

/*End wrap_block_product*/

/*Begin Giỏ hàng trang chi tiết sp*/
#wrap_info_product h3 {
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
	font-size: 25px;
	font-weight: 700;
	color: #ff9625;
	line-height: 1.2;
}

.line_info_product {
	border-bottom: 1px dashed #d9d9d9;
	margin-bottom: 10px;
}

#wrap_info_product .row_value {
	font-size: 15px;
	color: #231f20;
	padding: 17px 0px;
	padding-top: 8px;
	display: flex;
	align-items: center;
}

#wrap_info_product .row_value>.label_product {
	min-width: 175px;
	color: #231f20;
	font-size: 15px;
}

#wrap_info_product .row_value .select_box {
	position: relative;
}

#wrap_info_product .row_value .select_box select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 35px;
	cursor: pointer;
}

#wrap_info_product .row_value .select_box:after {
	content: "▼";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	color: #666;
	font-size: 12px;
}

#wrap_info_product .row_value>.value_product {
	color: #000;
	font-size: 15px;
}

.price_product {
	color: #0079a4;
	font-size: 20px;
	font-weight: 700;
}

.real_price {
	color: #ff9625 !important;
}

.price_sale_product {
	color: #231f20;
	font-size: 15px;
	font-weight: 600;
	text-decoration: line-through;
}

#wrap_button_product .row {
	--bs-gutter-x: 0.5rem;
}

.btn_booking_product,
.btn_request_product,
.btn_consult_product {
	height: 50px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.btn_consult_product .zalo_img::before {
	content: '';
	background-image: url('../img/zalo_icon_product.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 5px;
	vertical-align: middle;
}

.btn_booking_product span {
	border-radius: 10px;
	display: flex;
	width: 100%;
	height: 100%;
	font-weight: 700;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #ff9625;
	transition: 0.3s;
}

.btn_booking_product span:hover {
	cursor: pointer;
	background: #000;
	color: #fff;
}

.btn_request_product a {
	border-radius: 10px;
	display: flex;
	text-align: center;
	width: 100%;
	height: 100%;
	font-weight: 700;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #0079a4;
	transition: 0.3s;
}

.btn_request_product a:hover {
	background: #0079a4;
	color: #fff;
}

.btn_consult_product a {
	border-radius: 10px;
	display: flex;
	width: 100%;
	height: 100%;
	font-weight: 700;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #1071ff;
	transition: 0.3s;
}

.btn_consult_product a:hover {
	background: #000;
	color: #fff;
}

.wrap_bar_detail_product {
	border-bottom: 0px;
}

.bar_detail_product {
	border-bottom: 1px solid #0079a4;
	margin-bottom: 20px;
}

.bar_detail_product h4 {
	color: #0079a4;
	display: flex;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	width: fit-content;
	margin-bottom: 10px;
}

/*End Giỏ hàng trang chi tiết sp*/

/*Begin solution*/
.wrap_solution {
	margin-bottom: 35px;
}

.block_solution_first {
	background: #f2f2f2;
	border-radius: 10px;
	overflow: hidden;
	transition: 0.3s;
}

.block_solution {
	border-radius: 10px;
	overflow: hidden;
	transition: 0.3s;
}

.block_solution:hover,
.block_solution_first:hover {
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.img_solution_first {
	width: 100%;
	aspect-ratio: 2.659;
	border-radius: 10px;
	overflow: hidden;
}

.img_solution {
	width: 100%;
	aspect-ratio: 1.737;
	border-radius: 10px;
	overflow: hidden;
}

.img_solution_first img,
.img_solution img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.info_solution_first {
	padding: 20px 35px;
}

.info_solution {
	padding: 20px 5px;
}

.title_solution,
.title_solution_first {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	color: #000;
	text-transform: uppercase;
	transition: 0.3s;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.title_solution:hover {
	color: #ff9625;
}

.des_solution {
	font-size: 15px;
	line-height: 1.6;
	color: #000;
	margin-bottom: 15px;
	display: -webkit-box;
	line-clamp: 4;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.bt_solution {
	display: flex;
	justify-content: right;
}

.bt_solution a {
	color: #ff9625;
	font-size: 15px;
	font-weight: 600;
	transition: 0.3s;
}

.bt_solution a:hover {
	color: #0079a4;
}

/*End solution*/

/*Keyframe*/
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-100%);
	}

	100% {
		opacity: 1;
		transform: translateZ(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(60px);
	}

	80% {
		opacity: 1;
		transform: translateX(-5px);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-60px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes ScaleLarge {
	0% {
		opacity: 0;
		transform: scale(2);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes ripple {
	0% {
		opacity: 1;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

/*End Keyframe*/

/*Begin cart*/
#wrap_cart_top {
	margin-right: 5px;
}

#wrap_cart_top i {
	margin-right: 3px;
}

#wrap_cart_top a {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	transition: 0.3s
}

#wrap_cart_top a:hover {
	color: #000;
}

#idIT {
	display: none;
}

/*End cart*/

/*Begin cart page*/
.wrap_cart_table {}

.title_cart_table {
	color: #000;
	font-size: 14px;
	margin: 0px;
	margin-bottom: 15px;
	border-bottom: dashed #ccc 1px;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
}

.block_cart_table {
	border-bottom: dashed #ccc 1px;
	padding-bottom: 10px !important;
	margin-bottom: 10px !important;
}

.img_cart_table {
	aspect-ratio: 2.5;
	overflow: hidden;
}

.img_cart_table img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.info_cart_table a {
	color: #000;
	font-size: 16px;
	transition: 0.3s;
}

.info_cart_table a:hover {
	color: #0079a4;
}

.qty_cart_table input {
	width: 100%;
	min-width: 50px;
}

.submit_cart {
	text-align: center;
	color: #000;
}

.submit_cart .btn {
	color: #fff;
	font-size: 16px;
	padding: 7px 20px;
	transition: 0.3s;
	background: #0079a4;
	font-weight: 500;
	border-radius: 20px;
	margin: 0px 5px;
	margin-bottom: 5px;
}

.submit_cart .btn:hover {
	background: #000;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.total_cart {
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 2px solid;
}

.info_cart_table span {
	font-weight: 600;
}

.cart_note {
	color: #f00;
	font-size: 14px;
	clear: both;
}

.wrap_form_payment .form-group {
	margin-bottom: 5px;
}

.wrap_form_payment .control-label {
	margin-bottom: 5px;
}

.wrap_form_payment .btn {
	background: #fff;
	color: #0079a4;
	font-weight: 600;
	border: 2px solid #0079a4;
	padding: 5px 25px;
	transition: 0.3s;
	border-radius: 20px;
	text-transform: uppercase;
}

.wrap_form_payment .btn:hover {
	background: #0079a4;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.stt_form {
	font-size: 12px;
	color: #0079a4;
	height: 18px;
}

/*End cart page*/

/*Begin Sidebar*/
.wrap_sidebar-menu {
	margin-bottom: 30px;
}

.sidebar-menu {
	border: 1px solid #0079a4;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
	transition: all 0.3s ease;
}

.sidebar-menu:hover {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.menu_1_sidebar {
	background-color: #0079a4;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.list_menu {
	padding: 10px 20px;
}

.menu_2_sidebar {
	list-style: none;
	padding: 10px 20px;
	margin: 0px;
}

.menu_2_sidebar .fa-circle:before {
	font-size: 8px;
	margin-right: 8px;
}

.menu_2_sidebar .block_menu_2_sidebar:last-child a {
	border-bottom: none !important;
}

.block_menu_2_sidebar {}

.block_menu_2_sidebar>a {
	border-bottom: 1px dashed #ccc;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	display: flex;
	align-items: center;
	padding: 12px 0px;
	text-transform: uppercase;
	transition: 0.3s;
}

.block_menu_2_sidebar>a:hover {
	color: #0079a4;
}

.block_menu_2_sidebar>a.active {
	color: #0079a4;
}

.menu_3_sidebar {
	list-style: none;
	padding-left: 20px;
	border-bottom: 1px dashed #ccc;
}

.menu_3_sidebar .fa-circle:before {
	font-size: 8px;
	margin-right: 8px;
}

.block_menu_3_sidebar>a {
	font-size: 15px;
	font-weight: 600;
	color: #000;
	display: flex;
	align-items: center;
	padding: 12px 0px;
	transition: 0.3s;
}

.block_menu_3_sidebar>a:hover {
	color: #0079a4;
}

.block_menu_3_sidebar>a.active {
	color: #0079a4;
}

/*End Sidebar*/

/*Begin Viewed Product*/
.block_viewed_product {
	display: flex;
	gap: 1rem;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.img_viewed_product {
	width: 40%;
	aspect-ratio: 1;
	background: #fff;
	display: flex;
	justify-content: center;
	border: 1px solid #d6d6d6;
	border-radius: 10px;
	margin-top: 3px;
	overflow: hidden;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	transition: 0.3s;
}

.block_viewed_product:hover .img_viewed_product {
	transform: translateY(-5px);
}

.img_viewed_product a {
	width: 100%;
	height: 100%;
}

.img_viewed_product img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.content_viewed_product {
	flex: 1;
}

.content_viewed_product h3 a {
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	font-weight: 700;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
	transition: 0.3s;
}

.content_viewed_product h3 a:hover {
	color: #0079a4;
}

.price_block.side_price {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

/*End Viewed Product*/