@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');
@import url('../templates/font-awesome-pro/css/all.min.css');
@import url('../scripts/swiper-8/swiper-bundle.min.css');
@import url('../scripts/fancybox-5/dist/fancybox/fancybox.css');

/************************************************************************************
CSS RESET
*************************************************************************************/

*{margin:0; padding:0;outline:0; box-sizing: border-box;}
html{height:100%;}
h1{font-size:1.4em;}
h2{font-size:1.3em;}
h3{font-size:1.2em;}
h4{font-size:1.1em;}
h5{font-size:1em;}
h6{font-size:.9em;}
a{text-decoration:none;} 
p{padding: 0 0 10px 0;}
img{border:0; border-spacing:0; max-width: 100%;}
img, embed{vertical-align:middle;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, img, embed {margin: 0; padding: 0; outline: 0;}
:focus {outline: 0;}
ol, ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0; border: 1px solid #eee}
table td, table th {border: 1px solid #eee; padding: 10px;}
caption, th, td {font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
strong, b, h1, h2, h3, h4, h5, h6 {font-weight:600;}
em {font-style:italic;}
sup {vertical-align: super;}

input[type=text], input[type=password], input[type=file], input[type=submit], input[type=reset], input[type=search], textarea, button {-webkit-appearance: none; -moz-appearance: none; appearance: none;}

input[type=number]::-webkit-inner-spin-button {opacity: 1;}

/************************************************************************************
Reset HTML5 Elements to Block
*************************************************************************************/

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

/************************************************************************************
CSS WEBSITE
*************************************************************************************/

body {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	text-rendering: optimizeSpeed;
}
.css_body {
	background: #fff;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	max-width: 1920px;
	margin: 0 auto;
	height: auto;
	min-height: 100%;
}

.min_wrap {
	max-width: 1170px;
	margin: 0 auto;
}

.link_hover:hover {color: #83b735;}
.img_hover:hover {opacity: 0.9;}

/************************************************************************************
CSS HEADER
*************************************************************************************/

.hea1 {
	background: rgb(131,183,53);
	background: linear-gradient(90deg, rgba(131,183,53,1) 0%, rgba(155,202,81,1) 100%);
	color: #fff;
	min-height: 42px;
}
.hea1 .min_wrap {
	display: flex;
	justify-content: space-between;
}
.l_hea1 {
	display: flex;
	gap: 20px;
}
.l_hea1 > li {
	font-size: 12px;
	line-height: 42px;
	font-weight: 500;
}
.l_hea1 > li > a, .r_hea1 > li > a {
	color: #fff;
	user-select: none;
}
.l_hea1 > li > a:hover, .r_hea1 > li > a:hover {
	opacity: .9;
}
.r_hea1 {
	display: flex;
	gap: 8px;
}
.r_hea1 > li {
	font-size: 18px;
	line-height: 42px;
}

.hea2 {
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,.1);
}
.hea2 .min_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 98px;
}

.logo {
	user-select: none;
	display: block;
}
.logo img {
	display: block;
	width: auto;
	height: 82px;
}

.ul_mn {
	display: flex;
	gap: 30px;
}
.ul_mn > li {
	position: relative;
	font-size: 16px;
	font-weight: 500;
}
.ul_mn > li > a {
	display: block;
	color: #000;
	text-transform: capitalize;
	line-height: 40px;
}
.ul_mn > li > a i {
	font-size: 12px;
}
.ul_mn > li.active > a, .ul_mn > li:hover > a {
	color: #83b735;
}
.ul_mn > li:hover .ul_mn_child_1 {display: block;}
.ul_mn_child_1 {
	display: none;
	position: absolute;
	z-index: 11;
	top: 40px;
	left: -15px;
	background-color: #fff;
	padding: 5px 0;
	box-shadow: 0 3px 5px rgba(0,0,0,.25);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.ul_mn_child_1 > li > a {
	display: block;
	padding: 5px 15px;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
	text-transform: capitalize;
	min-width: 180px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.ul_mn_child_1 > li:hover > a {
	color: #fff; 
	background-color: #83b735; 
	padding-left: 20px; 
	padding-right: 10px;
}

.r_hea2 {
	display: flex;
	align-items: center;
}

.link_gh {
	padding-left: 10px;
	display: flex;
	align-items: center;
	color: #555;
	border-left: 1px solid #e9f4d3;
}
.link_gh:hover {
	color: #83b735;
}
.icon_gh {
	line-height: 18px;
	padding-right: 10px;
	font-size: 18px;
	position: relative;
}
.icon_gh em {
	position: absolute;
	top: -5px;
	right: 5px;
	z-index: 1;
	font-style: normal;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	color: #fff;
	background-color: #83b735;
	font-size: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.click_s {
	cursor: pointer;
	display: block;
	font-size: 18px;
	line-height: 18px;
	padding: 0 10px;
	color: #000;
	user-select: none;
}
.click_s:hover, .click_s:focus {
	color: #83b735;
}
.form_s {
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	z-index: 99999999;
	visibility: hidden;
	-webkit-transition: ease 0.4s;
	-moz-transition: ease 0.4s;
	-ms-transition: ease 0.4s;
	-o-transition: ease 0.4s;
	transition: ease 0.4s;
	opacity: 0;
}
.form_s.active {visibility: visible; opacity: 1;}
.close_form_s {
	font-size: 32px;
	color: #fff;
	position: absolute;
	top: 40px; right: 40px;
	display: block;
	cursor: pointer;
	z-index: 1;
	font-style: normal;
	user-select: none;
}
.close_form_s::before {
	content: "\f057";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
}
.d_form_s {
	width: 50%;
	margin: -30px auto 0 auto;
	position: absolute;
	top: 50%; left: 0; right: 0;
}
.ipt_form_s {
	width: 100%; height: 60px;
	border: 0;
	padding: 0 60px 0 20px;
	border-bottom: 1px solid #eee;
	font-size: 20px;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
}
.btn_form_s {
	border: 0;
	cursor: pointer;
	width: 60px; height: 60px;
	text-align: center;
	font-size: 32px;
	color: #000;
	position: absolute;
	bottom: 0; right: 0;
	background: none;
	user-select: none;
}

/************************************************************************************
CSS CONTAINER
*************************************************************************************/

#container {
	min-height: calc(100vh - 0px);
}

.swiper1 .swiper-slide {
	aspect-ratio: 2.732/1;
	background-color: #eee;
}
.swiper1 .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}
.swiper-pagination-1 {
	bottom: 25px !important;
}
.swiper-pagination-1 .swiper-pagination-bullet {
	user-select: none;
	width: 30px;
	height: 6px;
	background-color: rgba(255,255,255,.75);
	opacity: 1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.swiper-pagination-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #83b735;
}

.ti_h {
	padding-bottom: 60px;
}
.ti_h .min_wrap {
	box-shadow: 0 4px 4px rgba(0,0,0,.15);
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}
.ul_ti_h {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
}
.ul_ti_h > li {
	flex: 1 0 200px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
}
.ul_ti_h > li figure {
	user-select: none;
	width: 64px;
}
.ul_ti_h > li figure img {
	display: block;
	width: 100%;
	height: auto;
}
.ul_ti_h > li figcaption {
	padding-left: 18px;
}
.ul_ti_h > li figcaption strong {
	display: block;
	font-size: 16px;
	color: #000;
	text-transform: capitalize;
}
.ul_ti_h > li figcaption span {
	display: block;
	color: #666;
}

.r_prod {
	padding-bottom: 30px;
}
.list_prod {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.list_prod > li {
	width: 300px;
	padding: 0 15px;
	margin-bottom: 30px;
}
.img_list_prod {
	position: relative;
	aspect-ratio: 3/2;
	overflow: hidden;
	box-shadow: 0 0 4px rgba(0,0,0,.15);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.img_list_prod img {
	display: block;
	width: 100%;
	height: 100%;
}
.n_list_prod {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	padding-top: 15px;
}
.n_list_prod a {
	color: #000;
}
.pri_list_prod {
	text-align: center;
	padding-top: 5px;
	font-weight: 500;
}
.pri1_list_prod {
	display: inline-block;
	color: #777;
	text-decoration: line-through;
}
.pri1_list_prod::after {
	content: "";
	width: 1px;
	height: 14px;
	background-color: #ccc;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: 2px;
}
.pri2_list_prod {
	display: inline-block;
	color: #f04d1c;
	padding: 0 5px;
}
.add_cart {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background-color: rgba(155,202,81,.75);
	padding: 5px 10px;
	color: #fff;
	text-align: center;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.add_cart:hover {
	background-color: rgba(155,202,81,1);
}
.list_prod > li:hover .add_cart {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

.t_cont {
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.h_t_cont {
	text-transform: capitalize;
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	color: #000;
}
.h_t_cont a {
	color: #000;
}
.link_t_cont {
	color: #555;
}
.link_t_cont i {
	font-size: 10px;
}

.tt_cn {
	background: #fff url(../imgs/bg_cn_h.png) no-repeat bottom right;
	background-size: 200px auto;
	position: relative;
	box-shadow: 0 0 4px rgba(0,0,0,.15);
}
.tt_cn .min_wrap {
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}
.t_tt_cn {
	text-transform: capitalize;
	color: #000;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 20px;
}
.tt_h {
	flex: 1 0 100px;
}
.cn_h {
	flex-basis: 370px;
	min-width: 1px;
}
.list_tt_h {
	display: grid;
	grid-column-gap: 30px;
	grid-row-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
}
.list_tt_h > li:first-child {
	grid-area: 1 / 1 / 5;
	width: 370px;
}
.list_tt_h > li > a {
	display: flex;
	align-items: self-start;
}
.list_tt_h > li h3 {
	flex: 1;
	padding-left: 15px;
	font-weight: 500;
	font-size: 14px;
	color: #333;
}
.img_tt_h {
	aspect-ratio: 3/2;
	width: 143px;
	overflow: hidden;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.img_tt_h img {
	display: block;
	width: 100%;
	height: 100%;
}
.link_tt_h {
	display: block !important;
	background-color: #f6faeb;
	color: #4b6b20;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.link_tt_h:hover {
	background-color: #83b735;
	color: #fff;
}
.link_tt_h i {
	font-size: 10px;
}
.img_tt_h_spec {
	aspect-ratio: 3/2;
	overflow: hidden;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.img_tt_h_spec img {
	display: block;
	width: 100%;
	height: 100%;
}
.na_tt_h_spec {
	padding: 15px 0 0 0 !important;
	font-size: 18px !important;
	line-height: 24px;
	color: #000;
}
.na_tt_h_spec a {
	color: #000;
}
.des_tt_h_spe {
	color: #666;
	padding: 10px 0 0 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.swiper-pagination-2 {
	position: static;
	padding-top: 30px;
}
.swiper-pagination-2 .swiper-pagination-bullet {
	user-select: none;
	width: 10px;
	height: 10px;
}
.swiper-pagination-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #83b735;
}

.nd_cn_h {
	position: relative;
	padding: 20px 20px 20px 60px;
	background-color: #f6faeb;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.nd_cn_h i {
	font-size: 30px;
	position: absolute;
	top: 20px;
	left: 20px;
	color: #b8dc7a;
}
.aut_cn_h {
	padding-top: 30px;
	text-align: center;
}
.aut_cn_h strong {
	display: block;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 500;
	padding-top: 10px;
}
.aut_cn_h span {
	display: block;
	color: #666;
	font-size: 12px;
}
.img_cn_h {
	margin: 0 auto;
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.img_cn_h img {
	display: block;
	width: 100%;
	height: 100%;
}

.dt_h {
	padding: 30px 0;
}
.swiper4 .swiper-slide figure {
	height: 60px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper4 .swiper-slide figure img {
	max-width: 100%;
	max-height: 100%;
}

.bg_cont {
	position: relative;
	background: url(../imgs/bg_cont.jpg) no-repeat top center;
	background-attachment: fixed;
}
.bg_cont::before {
	content: "";
	background-color: rgba(0,0,0,.75);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.bg_cont .min_wrap {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 280px;
	color: #fff;
	position: relative;
	z-index: 2;
	padding-bottom: 60px;
}
.til_D {
	font-weight: 500;
	font-size: 40px;
	line-height: 48px;
	text-transform: capitalize;
	padding-bottom: 5px;
}


.ul_breacrum {position: relative; font-size: 12px; line-height: 18px;}
.ul_breacrum > li {display: inline-block; color: rgba(255,255,255,.6);}
.ul_breacrum > li::after {content: "/";	margin: 0 3px;}
.ul_breacrum > li:last-child::after {display: none;}
.ul_breacrum > li > a {color: rgba(255,255,255,.6);}
.ul_breacrum > li > a:hover {color: #fff;}

.f_page {
	position: relative;
	top: -60px;
	z-index: 5;
	min-height: 100px;
	background-color: #fff;
	padding: 25px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.f_page::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
	box-shadow: 0 0 12px rgba(0,0,0,.15);
}
.f_page::before {
	z-index: 1;
	content: "";
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
	height: 100px;
    background: rgb(255,255,255);
}
.in_f_page {
	position: relative;
	z-index: 2;
}

.f_contact {
	position: relative;
	z-index: 2;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}
.l_f_contact, .r_f_contact  {
	flex: 1 0 300px;
}
.t_f_contact {
	font-size: 30px;
	line-height: 36px;
	text-transform: capitalize;
	font-weight: 500;
	color: #000;
	padding: 10px 0;
}
.ol1_foot_1 > li {
	padding: 10px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #555;
}
.ol1_foot_1 > li span {
	user-select: none;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 32px;
	color: #9bca51;
	background-color: #e9f4d3;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.ol1_foot_1 > li:nth-child(2n) span {color: #b8dc7a; background-color: #f6faeb;}
.ol1_foot_1 > li p {padding: 0; width: calc(100% - 80px); font-size: 14px; line-height: 22px;}
.ol1_foot_1 > li p strong {display: block; font-weight: 500; color: #0a0a0a; font-size: 14px;}
.ol1_foot_1 > li p a {color: #555;}
.ol1_foot_1 > li p a:hover {color: #ec393f;}
.note_f_contact {padding-bottom: 20px;}
.ul_r_f_contact > li {position: relative; margin-bottom: 20px;}
.ipt_f_contact {
	width: 100%; height: 44px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background-color: #fff;
	padding: 0 54px 0 15px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-size: 16px;
}
.icon_r_f_contact {
	position: absolute;
	top: 1px; right: 1px;
	width: 42px; height: 42px;
	text-align: center;
	line-height: 42px;
	border-left: 1px solid #ddd;
	color: #888;
	font-size: 16px;
	z-index: 1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.txt_f_contact {
	width: 100%; height: 120px;
	min-height: 100px;
	resize: vertical;
	padding: 14px 15px;
	border: 1px solid #ddd;
	border-radius: 2px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.slec_r_f_contact {
	width: 100%; height: 44px;
	border: 1px solid #ddd;
	border-radius: 5px !important;
	background: #fff url(../imgs/icon_0.png) no-repeat center right 15px;
	padding: 0 54px 0 15px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.ipt_f_contact:focus,
.ipt_f_contact:focus~.icon_r_f_contact,
.txt_f_contact:focus,
.slec_r_f_contact:focus {border-color: #83b735; color: #83b735;}
.cap_f_contact {
	display: inline-block;
	position: absolute;
	top: 3px; right: 3px;
	width: auto; height: 38px;
	z-index: 1;
}
.but_contact {
	margin-top: 10px;
	border: 0;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	border-radius: 4px;
	padding: 14px 30px;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	background-color: #83b735;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.but_contact:hover, .but_contact:focus, .but_contact:active {background-color: #618b25;}

.maps_ct {
	background-color: #eee; 
	height: 300px;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.maps_ct iframe {
	width: 100% !important;
	height: 100% !important;
}

.f_cont {
	display: flex;
	gap: 30px;
}
.ct_cont {
	flex: 1;
}
.sb_cont {
	flex-basis: 270px;
	padding-left: 25px;
	border-left: 1px solid #eee;
}

.list_news > li {
	flex: 1 0 500px;
	display: flex;
	align-items: self-start;
	border-bottom: 1px dotted #ccc;
	padding: 30px 0;
}
.list_news > li:first-child {
	padding-top: 5px;
}
.list_news > li:last-child {
	border-bottom: 0;
}
.img_list_news {
	user-select: none;
	width: 200px;
	aspect-ratio: 3/2;
}
.img_list_news img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.r_list_news {
	flex: 1;
	overflow: hidden;
	padding-left: 20px;
}
.na_list_news {
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.na_list_news a {
	color: #000;
}
.na_list_news a:hover {
	color: #83b735;
}
.ti_list_news {
	padding: 10px 0;
	color: #666;
}
.ti_list_news span {
	display: inline-block;
}
.ti_list_news span::after {
	content: "|";
	margin: 0 5px;
}
.ti_list_news span:last-child:after {
	display: none;
}

.t_D {
	font-size: 30px;
	line-height: 38px;
	font-weight: 500;
	color: #000;
	padding-bottom: 5px;
}
.des_D {
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	color: #000;
	padding-bottom: 20px;
}

.tags_D {
	margin-top: 30px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 8px 0;
	font-size: 12px;
	color: #333;
}
.tags_D a {
	display: inline;
	color: #888;
}
.tags_D a:hover {
	color: #000;
}
.tags_D a::after {
	content: ',';
}
.tags_D a:last-child::after {
	display: none;
}

.other_D {
	padding-top: 30px;
}
.t_other_D {
	padding-bottom: 20px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	color: #000;
}

.share_D {
	padding-top: 30px;
	display: flex;
	align-items: center;
}
.list_share_D {
	display: flex;
}
.list_share_D > li {
	margin-left: 8px;
}
.list_share_D > li > a {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	font-size: 14px;
	background-color: #f4f6f8;
	color: #999;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.list_share_D > li > a:hover {
	color: #fff;
	background-color: #83b735;
}

.r_sb_cont {
	margin-bottom: 15px;
}
.r_sb_cont:last-child {
	margin-bottom: 0;
}
.t_sb_cont {
	font-size: 16px;
	font-weight: 500;
	color: #4b6b20;
	padding: 7px 10px;
	background-color: #f6faeb;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.list_dm_sb_cont {
	padding: 10px 0;
}
.list_dm_sb_cont > li {
	padding: 5px 10px;
}
.list_dm_sb_cont > li > a {
	position: relative;
	display: block;
	color: #333;
	padding-left: 15px;
}
.list_dm_sb_cont > li > a::before {
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
	content: "\f054";
	font-size: 10px;
	position: absolute;
	top: 0;
	left: 0;
}
.list_dm_sb_cont > li > a:hover,
.list_dm_sb_cont > li.active > a {
	color: #83b735;
}
.list_dm_sb_cont > li.active > a {
	font-weight: 500;
}

.list_httt_sb_cont > li {
	padding: 15px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #f6f6f6;
}
.l_list_httt_sb_cont {
	font-weight: 500;
	padding-left: 45px;
	background: url(../imgs/ico-05.png) no-repeat left center;
	line-height: 18px;
}
.l_list_httt_sb_cont span {
	display: block;
}
.l_list_httt_sb_cont a {
	font-weight: 600;
	color: #f04d1c;
}

.list_tktc > li {
	padding: 15px 10px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #f6f6f6;
}
.list_httt_sb_cont > li:last-child,
.list_tktc > li:last-child {
	border-bottom: 0;
}
.list_tktc > li strong {
	font-weight: 500;
}

.f_prod {
	padding-bottom: 60px;
}

.f_prod_D {
	position: relative;
	margin-top: -60px;
	z-index: 2;
	display: flex;
	gap: 30px;
	margin-bottom: 30px;
	padding: 25px;
	box-shadow: 0 0 4px rgba(0,0,0,.1);
	background-color: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.slide_prod_D {
	width: 545px;
}
.if_prod_D {
	flex: 1;
}

.swiper3 {
	box-shadow: 0 0 4px rgba(0,0,0,.1);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.swiper3 .swiper-slide {
	background-color: #eee;
	aspect-ratio: 3/2;
	overflow: hidden;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.swiper3 .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}
.swiper3 .swiper-slide img:hover {
	cursor: zoom-in;
}
.swiper-button-next-3, .swiper-button-prev-3 {
	user-select: none;
	color: #83b735;
}
.swiper-button-next-3::before {
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
	content: "\f054";
	font-size: 34px;
}
.swiper-button-prev-3::before {
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
	content: "\f053";
	font-size: 34px;
}

.til_prod_D {
	color: #000;
	font-size: 40px;
	line-height: 38px;
	font-weight: 500;
	padding: 15px 0;
}
.nd_prod_D {
	padding-top: 10px;
}
.star_prod_D {
	padding-bottom: 15px;
}
.pri_prod_D {
	padding-bottom: 30px;
}
.pri_prod_D p {
	padding: 0 0 5px 0;
}
.pri_prod_D strong {
	display: inline-block;
	color: #f04d1c;
	font-size: 20px;
	font-weight: 400;
}
.pri_prod_D span {
	display: inline-block;
	color: #888;
	text-decoration: line-through;
	font-size: 20px;
	padding-left: 15px;
}
.add_cart_D {
	padding: 12px;
	display: inline-block;
	font-weight: 500;
	color: #f04d1c;
	text-transform: uppercase;
	background-color: #fff;
	border: 2px solid #f04d1c;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-ms-transition: .2s linear;
	-o-transition: .2s linear;
}
.add_cart_D:hover {
	background-color: #f04d1c;
	color: #fff;
}

/************************************************************************************
CSS FOOTER
*************************************************************************************/

#footer {
	padding: 30px 0;
	background: #83b735 url(../imgs/bg_foot.jpg) no-repeat top center;
	background-size: cover;
	color: #fff;
	display: flex;
	align-items: center;
	min-height: 300px;
	text-align: center;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}

.t_foot {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
}

/************************************************************************************
CSS GIO HANG
*************************************************************************************/


.f_cart {
	padding: 30px 0 60px 0;
}
.row_fc {
	display: flex;
	align-items: flex-start;
    padding-top: 10px;
	gap: 30px;
}
.col_fc_1 {
	flex: 1;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    padding: 0 20px 20px
}
.col_fc_2 {
	flex-basis: 300px;
    position: sticky;
    top: 0;
    box-shadow: 0 0 5px rgba(0,0,0,.1)
}
.t_f_cart {
    overflow: hidden;
    margin-bottom: 20px
}
.t_f_cart > li {
    float: left;
    width: 33.33333%;
    position: relative
}
.t_f_cart > li > a {
    display: block;
    background: #aaa;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 49px;
    padding: 0 30px
}
.t_f_cart > li > a em {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    font-style: normal;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.3);
    margin-right: 3px;
    font-size: 12px
}
.t_f_cart > li > a::after {
    content: "";
    background: #aaa url(../imgs/icon_18_0.png) no-repeat;
    width: 18px;
    height: 49px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}
.t_f_cart > li:last-child > a::after {
    background: #aaa
}
.t_f_cart > li.active:last-child > a::after {
    background-color: #eee
}
.t_f_cart > li.active > a {
    background: #10c325
}
.t_f_cart > li.active > a::before {
    content: "";
    background: #aaa url(../imgs/icon_18_2.png) no-repeat;
    width: 18px;
    height: 49px;
    position: absolute;
    top: 0;
    left: -18px;
    z-index: 2
}
.t_f_cart > li.active > a::after {
    content: "";
    background: #aaa url(../imgs/icon_18_1.png) no-repeat;
    width: 18px;
    height: 49px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}
.t_f_cart > li:last-child.active > a::after {
    background: #10c325
}
.tb_f_cart {
    width: 100%;
    background: #fff
}
.tb_f_cart td {
    padding: 15px;
    border: 1px solid #ddd
}
.tb_f_cart thead tr {
    background-color: #eee
}
.tb_f_cart thead tr td {
    text-transform: uppercase;
    font-weight: 500;
    color: #444;
    text-align: center;
    padding: 10px;
    font-size: 13px;
    border: 1px solid #ddd
}
.tb_f_cart tbody tr td {
    text-align: center
}
.pri_f_cart {
    color: #f04d1c;
    font-weight: 500;
    font-size: 16px
}
.pri_f_cart1 {
    font-weight: 400;
    font-size: 16px
}
.pri_f_cart2 {
    font-weight: 700;
    font-size: 16px;
    color: #f04d1c
}
.del_f_cart {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 22px
}
.del_f_cart:hover {
    background-color: #4db848;
    color: #fff
}
.num_f_cart {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 500
}
.tt_prod_f_cart {
    overflow: hidden;
    text-align: left
}
.tt_prod_f_cart img {
    display: block;
    width: 90px;
    height: auto;
    float: left;
    margin-right: 20px
}
.tt_prod_f_cart strong {
    color: #434343;
    display: block;
    font-weight: 500
}
.tt_prod_f_cart span {
    display: block;
    color: #666;
    font-size: 13px
}
.mgg_f_cart {
    position: relative;
    text-align: left;
    float: left
}
.ipt_mgg_f_cart {
    width: 250px;
    height: 40px;
    background: #fff;
    border: 1px solid #eee;
    padding: 0 100px 0 10px;
    color: #999;
    font-size: 14px
}
.ipt_mgg_f_cart:focus {
    color: #333
}
.btn_mgg_f_cart {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    background: #434343;
    border: 0;
    padding: 0 20px;
    font-size: 14px
}
.show_mgg_f_cart {
    padding: 8px 0 0 20px;
    font-size: 12px;
    font-weight: 700;
    float: left
}
.show_mgg_f_cart strong {
    color: #ee0101
}
.bot_tb_f_cart {
    padding-top: 30px;
    text-align: center
}
.btn1_f_cart {
	display: inline-block;
	color: #f04d1c;
	font-weight: 500;
	padding: 12px;
	min-width: 200px;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #f04d1c;
	background-color: #fff;
	margin: 5px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.btn1_f_cart:hover {
    background-color: #f04d1c;
    color: #fff
}
.btn2_f_cart {
	display: inline-block;
	color: #fff;
	font-weight: 500;
	padding: 12px;
	min-width: 200px;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #f04d1c;
	background-color: #f04d1c;
	margin: 5px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.btn2_f_cart:hover {
    background-color: #f04d1c;
    color: #fff;
    border-color: #f04d1c
}
.btn1_f_cart i,.btn2_f_cart i {
    font-size: 16px;
    position: relative;
    top: 1px
}
.t_m_col_f_cart_2 {
    text-align: center;
    color: #10c325;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    padding: 10px;
    background: #eee;
    background: -moz-linear-gradient(top,rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);
    border: 1px solid #eee;
    border-bottom: 0
}
.in_m_col_f_cart_2 {
    overflow-y: auto;
    height: 261px;
    border: 1px solid #eee;
    padding: 0 19px;
    background: #FFF
}
.in_m_col_f_cart_2 table {
    width: 100%;
    border: 0
}
.in_m_col_f_cart_2 table tr + tr {
    border-top: 1px dotted #ddd
}
.in_m_col_f_cart_2 table td {
    border: 0;
    padding: 20px 0;
    text-align: center
}
.bot_in_col_f_cart_1 {
    text-align: center;
    padding-top: 10px
}
.bot_in_col_f_cart_1 a {
    display: inline-block;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 20px;
    min-width: 130px;
    margin: 5px
}
.btn_1_in_col_f_cart_1 {
    background-color: #888
}
.btn_2_in_col_f_cart_1 {
    background-color: #10c325
}
.btn_2_in_col_f_cart_1:hover {
    background-color: #ffba0e
}
.bot_tb_f_cart_bt,.btn_gh_5 {
    height: 40px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    padding: 0 20px!important;
    margin: 0 5px;
    cursor: pointer;
    min-width: inherit!important
}
.t1_in_col_f_cart_1 {
    text-transform: uppercase;
    font-weight: 500;
    background-color: #f9f9f9;
    padding: 10px 20px;
    color: #333;
    margin: 0 -20px;
    position: relative
}
.t1_in_col_f_cart_1::before {
    content: "";
    width: 3px;
    background-color: #4db848;
    position: absolute;
    top: 0;
    left: -2px;
    bottom: 0
}
.t2_in_col_f_cart_1 {
    text-transform: uppercase;
    font-weight: 700;
    background: #f3f3f3;
    padding: 10px 20px;
    color: #434343
}
.ul_gh_3 {
    padding: 10px 0
}
.ul_gh_3 > li {
    position: relative
}
.ul_gh_3 > li + li {
    margin-top: 15px
}
.rad_gh_3 {
    cursor: pointer;
    display: inline-block
}
.rad_gh_3 + .rad_gh_3 {
    margin-left: 15px
}
.rad_gh_3 input {
    position: relative;
    top: 1px;
    margin-right: 4px
}
.ipt_gh_3 {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fff;
    font-weight: 400;
    font-size: 12px;
    padding: 0 15px;
    color: #666;
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s
}
.txt_gh_3 {
    width: 100%;
    height: 80px;
    resize: none;
    border: 1px solid #ddd;
    background: #fff;
    font-weight: 400;
    font-size: 12px;
    padding: 15px;
    color: #666;
    border-radius: 3px;
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s
}
.slec_gh3 {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    font-weight: 400;
    font-size: 12px;
    color: #777;
    padding: 0 40px 0 12px;
    background: url(../imgs/icon_0.png) no-repeat center right 12px;
    border-radius: 3px;
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s
}
.ipt_gh_3:focus,.txt_gh_3:focus,.slec_gh3:focus {
    border-color: #4db848;
    color: #4db848
}
.ipt_gh_3:focus~i {
    color: #4db848
}
.ol_gh_3 {
    overflow: hidden
}
.ol_gh_3 > li {
    width: 49%;
    float: left;
    position: relative
}
.ol_gh_3 > li + li + li {
    margin-top: 15px
}
.ol_gh_3 > li:nth-child(2n) {
    float: right
}
.ol_gh_3 > li:nth-child(2n+1) {
    clear: both
}
.date_gh_3 {
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 1;
    width: 38px;
    height: 38px;
    line-height: 38px!important;
    text-align: center;
    font-size: 17px;
    color: #777
}
.o_check_fc .ol_gh_3 {
    padding-bottom: 1px
}
.o_check_fc input {
    position: relative;
    top: 1px;
    margin-right: 4px;
    cursor: pointer
}
.o_check_fc label {
    margin-right: 20px
}
.check_fc_vat:checked ~ .sh_check_fc_2,.check_fc_hdtt:checked ~ .sh_check_fc_2 {
    display: block
}
.sh_check_fc_2 {
    display: none;
    background-color: #f9f9f9;
    padding: 0 20px;
    margin-top: 10px
}
.bot_fc {
    text-align: center;
    padding-top: 20px
}
.t_col_fc_2 {
    padding: 10px 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    background-color: #4db848;
    position: relative
}
.list1_dh_fc > li {
    padding: 10px 20px;
    background-color: #fff;
    overflow: hidden
}
.list1_dh_fc > li:nth-child(2n) {
    background-color: #f6faeb;
}
.list1_dh_fc > li p {
    float: left;
    padding: 0;
    min-height: 1px;
    width: 70%
}
.list1_dh_fc > li p a {
    color: #83b735;
	font-weight: 500;
}
.list1_dh_fc > li p span {
    display: block;
    color: #666;
    font-size: 13px
}
.list1_dh_fc > li strong {
    text-align: right;
    overflow: hidden;
    font-weight: 400;
    display: block
}
.list2_dh_fc {
    padding: 15px 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}
.list2_dh_fc > li {
    overflow: hidden
}
.list2_dh_fc > li span {
    display: block;
    float: left;
    min-height: 1px
}
.list2_dh_fc > li strong {
    display: block;
    float: right;
    min-height: 1px;
    text-align: right;
    font-weight: 500
}
.list_pttt_fc > li {
    padding: 10px 0;
    position: relative;
    border-bottom: 1px dashed #ccc
}
.list_pttt_fc > li label {
    cursor: pointer;
    line-height: 40px;
    display: block
}
.check_fc_3 {
    cursor: pointer;
    position: absolute;
    top: 19px;
    left: 0
}
.check_fc_3:checked~.sh_pttt_fc {
    display: block
}
.check_fc_3:checked~label {
    color: #4db848;
    font-weight: 500
}
.sh_pttt_fc {
    display: none;
    margin: 15px 0 10px;
    border: 1px solid #ddd;
    padding: 15px 20px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1)
}
.sh_pttt_fc strong {
    font-weight: 500
}
.img_pttt_fc {
    margin-right: 10px;
    display: inline-block;
    width: 50px;
    height: 40px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-right: 1px dashed #ccc;
    padding-right: 15px
}
.tb_fc {
    text-align: center
}
.t_tb_fc {
    padding: 20px 0;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #4db848
}
.id_tb_fc {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 4px;
    background-color: #fffcd9;
    color: #f26922
}
.bot_col_fc_2 {
    font-size: 18px;
    line-height: 24px;
    padding: 15px 20px;
    overflow: hidden
}
.bot_col_fc_2 span {
    display: block;
    float: left;
    min-height: 1px
}
.bot_col_fc_2 strong {
    display: block;
    float: right;
    min-height: 1px;
    text-align: right;
    font-weight: 500;
    color: #f04d1c
}
.ul_gh_4 {
    padding: 20px
}
.ul_gh_4 > li {
    overflow: hidden;
    position: relative
}
.ul_gh_4 > li + li {
    margin-top: 10px
}
.ul_gh_4 > li strong {
    display: block;
    font-weight: 400;
    float: left;
    width: 230px;
    margin-right: 20px
}
.ul_gh_4 > li p {
    padding: 0;
    overflow: hidden
}
.m_gh_5 {
    text-align: center
}
.t_m_gh_5 {
    color: #10c325;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 20px
}
.t_m_gh_5 i {
    margin-right: 4px
}
.mdh_gh_5 {
    color: #e0a616;
    display: inline-block;
    background-color: #fff8e5;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 2px
}
.btn_gh_5 {
    font-weight: 500;
    font-size: 14px;
    height: 40px;
    color: #fff;
    border: 0;
    cursor: pointer;
    background-color: #10c325;
    text-transform: uppercase;
    padding: 0 10px;
    min-width: 130px;
    border-radius: 2px!important
}
.btn_gh_5:hover {
    background-color: #ffba0e
}
.col_f_cart {
    overflow: hidden
}
.col_f_cart_1 {
    float: right;
    width: 49%
}
.col_f_cart_2 {
    float: left;
    width: 49%
}
.ul_col_f_cart_2 > li {
    overflow: hidden;
    background: #f6f6f6;
    margin-top: 1px;
    padding: 10px 15px
}
.ul_col_f_cart_2 > li strong {
    float: left;
    font-weight: 500
}
.ul_col_f_cart_2 > li span {
    float: right;
    text-align: right;
    font-size: 14px
}
.in_col_f_cart_1 {
    background: #fff;
    padding: 19px;
    border: 1px solid #ddd
}
.select_httt > li {
    background: #fff;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #434343;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase
}
.select_httt > li.active {
    background: #eaf8ec;
    color: #24bd33;
    border: 1px solid #bbdbbf
}
.select_httt > li label {
    cursor: pointer;
    display: block;
    padding: 10px 15px
}
.select_httt > li label input {
    position: relative;
    top: 2px;
    margin-right: 6px
}
.o_slec_tk_atm {
    padding: 10px 0
}
.slec_tk_atm {
    background: #fff url(../imgs/icon_0.png) no-repeat center right 10px;
    color: #333;
    width: 50%;
    height: 40px;
    cursor: pointer;
    padding: 0 40px 0 12px;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0,0,0,.05);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 2px solid #4db848
}
.slec_tk_atm:focus {
    color: #000000;
    background-image: url(../imgs/icon_0_plus.png);
    background-color: #D8FFC6;
}
.slec_tk_atm option {
    color: #333;
    background-color: #fff
}

/************************************************************************************
CSS PLUS
*************************************************************************************/

.f-detail {line-height: 1.6; font-size: 16px;}
.f-detail img, .f-detail div, .f-detail table, .f-detail h1, .f-detail h2, .f-detail h3, .f-detail h4, .f-detail h5, .f-detail h6, .f-detail p, .f-detail strong, .f-detail span {max-width: 100% !important;}
.f-detail img {
	display: block;
	height: auto; 
	margin: 0 auto;
}
.f-detail a {color: #83b735;}
.f-detail a:hover {text-decoration: underline;}
.f-detail iframe {max-width: 100% !important;}

.f-detail ul, .f-detail ol {margin-top: 10px; margin-bottom: 10px;}

.f-detail ul li {list-style: disc; margin-left: 40px;}
.f-detail ol li {list-style: decimal; margin-left: 40px;}

.tag {padding: 40px 0 0 0; font-size: 13px; overflow: hidden;}
.tag span {color: #939393; padding: 2px 5px 2px 23px; background: #F1F1F1 url(../imgs/icontag.png) no-repeat 5px 8px; display: block; float: left; margin: 0 3px 3px 0; font-weight: 600;}
.tag a {padding: 2px 5px; color: #656565; background: #F1F1F1; display: block; float: left;	margin: 0 3px 3px 0;}
.tag a:hover {background: #E2E2E2;}

.error-sty {color: #f70000; font-weight: 400; padding: 5px 0px; font-size: 11px;}

.clear {clear:both; height: 0; float: none;}

.img_object_fit {
	object-fit: cover;
	object-position: top center;
}
::-webkit-input-placeholder {opacity: 1;} ::-moz-placeholder {opacity: 1;} :-ms-input-placeholder {opacity: 1;} :-moz-placeholder {opacity: 1;}
.sty_slec {-webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
.sty_slec::-ms-expand {display: none;}
.sty_transition {-webkit-transition: ease 0.3s; -moz-transition: ease 0.3s; -o-transition: ease 0.3s; -ms-transition: ease 0.3s; transition: ease 0.3s;}
.hover_img {-webkit-transition: .3s; -o-transition: .3s; transition: .3s;}
.hover_img:hover {-webkit-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);}

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

select option {font-size: 14px; padding: 0px 5px;}

input, textarea, select, button {font-family: 'Inter', sans-serif;}
button:active {opacity: 0.9;}

html {scrollbar-width: thin; scrollbar-color: rgba(0,0,0,0.2) #ddd;}
::-webkit-scrollbar {width: 8px; height: 8px; background: #ddd;}
::-webkit-scrollbar-thumb {width: 8px; background-color: rgba(0,0,0,0.2);}
::-webkit-scrollbar-track {padding: 3px;}

#star img {display: inline-block; width: auto; height: 18px; position: relative; top: -1px;}

.page {
	text-align: center;
	font-size: 16px; 
	text-transform: uppercase; 
	padding-top: 30px;
	font-weight: 400;
}
.PageNum a {
	display: inline-block; 
	color: #4d5154; 
	padding: 3px 7px; 
	margin: 0px 3px 5px 0px; 
	border-radius: 2px;
	border-bottom: 2px solid transparent;
	min-width: 40px;
	text-align: center;
}
.PageNum span {
	border-radius: 2px;
	display: inline-block; 
	color: #4d5154; 
	padding: 3px 7px; 
	margin: 0px 3px 5px 0px;
	border-bottom: 2px solid #f1592c;
	min-width: 20px;
	text-align: center;
}

/************************************************************************************
MENU MOBILE
*************************************************************************************/

.icon_menu_mobile {
	display: none;
	width: 28px;
	height: 28px;
	line-height: 28px;
	z-index: 1;
	cursor: pointer;
	border-radius: 2px;
	user-select: none;
	color: #000;
	font-size: 22px;
	padding-left: 10px;
}
.icon_menu_mobile::before {
	font-family: "Font Awesome 6 Pro";
	font-weight: 100;
	content: "\f0c9";

}
.menu_mobile {
	visibility: hidden;
	background: #fff;
	width: 280px; height: 100vh; 
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0; left: -280px;
	z-index: 99999;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.close_menu_mobile {
	background: rgba(255,255,255,0); 
	position: fixed; 
	top: 0; right: 0; bottom: 0; left: 280px;
	z-index: 7009;
}
.show_menu_mobile {overflow-y: hidden;}
.show_menu_mobile .menu_mobile {left: 0;}
.show_menu_mobile::after {
	content: "";
	background: rgba(0,0,0,0.8);
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 10001;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.menu_accordion {padding: 0 15px;}

.user_mb {
	background-color: #292936;
	padding: 15px;
	margin: 0 -15px;
	color: #fff;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	margin-bottom: 10px;
}
.user_mb_1 {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.user_mb_1 > li > a {
	color: #fff;
}
.user_mb_1 > li > a i {
	color: #0088cc;
	margin-right: 4px;
}
.user_mb_2 {
	display: flex;
}
.user_mb_2 figure {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.user_mb_2 figure img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.r_user_mb_2 {
	flex: 1;
	padding: 0 0 0 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.r_user_mb_2 b {
	display: block;
}
.r_user_mb_2 strong {
	display: block;
	color: #f26c4f;
	font-weight: 400;
}

.ul_ma_1 > li {font-size: 15px; position: relative;}
.ul_ma_1 > li > a {
	white-space: nowrap; 
	text-overflow: ellipsis; 
	overflow: hidden; 
	display: block; 
	color: #000; 
	padding: 10px 38px 10px 10px;
	border-bottom: 1px solid #eee;
}
.ul_ma_1 > li > a:hover, .ul_ma_1 > li.active > a {color: #83b735; font-weight: 600;}
.ul_ma_1 > li.active {color: #83b735; background-color: #fff;}
.ul_ma_1 > li.active .ul_ma_2 {display: block;}

.ul_ma_1 > li > a > i {
	font-size: 18px;
	width: 18px;
	text-align: center;
	margin-right: 4px;
	position: relative;
	top: 1px;
}

.ul_ma_2 {display: none;}
.ul_ma_2 > li > a {
	background-color: #f9f9f9;
	border-left: 3px solid #83b735;
	border-bottom: 1px solid #eee; 
	padding: 10px 0 10px 20px;
	display: block;
	color: #000;
}

.ul_ma_1 > li.active .arrown_menu_accordion {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.arrown_menu_accordion {
	width: 38px; height: 38px;
	text-align: center;
	line-height: 38px;;
	position: absolute;
	top: 1px; right: 0;
	cursor: pointer;
	font-style: normal;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.arrown_menu_accordion::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300; 
	content: "\f078";
}

.t_ul_ma_1 {
	font-weight: 600; 
	text-transform: capitalize; 
	padding: 10px 0 5px 0;
	display: inline-block;
	border-bottom: 1px solid #000;
}

.list_social_rwd {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 15px;
}
.list_social_rwd > li + li {margin-left: 10px;}
.list_social_rwd > li > a {
	font-size: 18px;
	border-radius: 50%;
	width: 40px; height: 40px;
	text-align: center;
	line-height: 40px;
	color: #555;
	border: 1px solid #ccc;
	display: block;
}
.list_social_rwd > li > a:active {color: #fff; background-color: #e1251b; border-color: #e1251b;}

/************************************************************************************
RESPOSIVE
*************************************************************************************/


@media only screen and (min-width: 1921px) {
	
}

@media only screen and (min-width: 1367px) {

}

@media only screen and (max-width: 1180px) and (min-width: 769px) {
	.min_wrap {
		max-width: 96%;
	}
	.list_prod > li {
		width: auto;
		flex: 1 0 25%;
	}
	.other_D .list_prod > li {
		flex-basis: 33.33333%;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.list_tt_h > li:first-child {
		width: 100%;
	}
}

@media only screen and (max-width: 1023px) {
	html, body {
		-webkit-overflow-scrolling: touch;
		overflow-x: hidden;
	}
	.icon_menu_mobile {display: block;}
	.min_wrap {
		max-width: 96%;
	}
	
	.hea2 .min_wrap {
		justify-content: flex-start;
	}
	.r_hea2 {
		margin-left: auto;
		overflow: hidden;
	}
	.link_gh {
		width: 40px;
		height: 28px;
		white-space: nowrap;
		border-right: 1px solid #e9f4d3;
	}
	.icon_gh em {
		right: 13px;
		width: 12px;
		height: 12px;
		line-height: 12px;
	}
	.ul_ti_h > li {
		flex: 1 0 300px;
	}
	.list_prod > li {
		width: auto;
		flex: 1 0 200px;
	}
	.cn_h {
		flex-basis: 100%;
	}
	.nd_cn_h {
		border: 1px dashed #83b735;
		background-color: #fff;
	}
	.n_list_prod  {
		font-size: 16px;
	}
	.til_D, .til_prod_D {
		font-size: 30px;
		line-height: 38px;
	}
	.bg_cont .min_wrap {
		height: 200px;
		padding-bottom: 0;
	}
	.f_page, .f_prod_D {
		top: auto;
		max-width: 100%;
		padding: 3% 3% 6% 3%;
	}
	.f_prod_D {
		margin-top: 0;
		display: block;
	}
	.slide_prod_D {
		width: auto;
	}
	.if_prod_D {
		text-align: center;
		padding: 3%;
	}
	.f_cont, .f_prod {
		display: block;
	}
	.sb_cont {
		padding: 30px 0 0 0;
		border-left: 0;
	}

	.tt_cn .min_wrap {
		padding: 6% 0;
	}
	#footer {
		padding: 3%;
	}
	.cn_h {
		padding-top: 3%;
	}
	.ti_h, .f_prod {
		padding-bottom: 6%;
	}
	.r_prod {
		padding-bottom: 3%;
	}
	.ul_breacrum {
		white-space: nowrap;
		overflow-x: auto;
	}
	.nav_mn {display: none;}

	.t_f_cart > li > a {
		white-space: nowrap;
	}
	.tb_f_cart {
		display: block; 
		overflow-x: auto;
		border: 0;
	}
	.tb_f_cart thead tr {
		white-space: nowrap;
	}

	.col_f_cart_1 {
		float: none;
		width: auto;
	}
	.col_f_cart_2 {
		margin-top: 20px;
		float: none;
		width: auto;
	}
}

@media only screen and (max-width: 640px) {
	.d_form_s {
		width: 90%;
	}
	.close_form_s {
		top: 5%;
		right: 5%;
	}

	.h_t_cont, .t_tt_cn {
		font-size: 22px;
		line-height: 28px;
	}
	.t_tt_cn {
		text-align: center;
	}
	.list_tt_h {
		display: block;
	}
	.list_tt_h > li:first-child {
		padding: 0 0 3% 0;
		width: 100%;
	}
	.list_tt_h > li {
		padding-top: 3%;
	}
	
	.list_prod {
		margin: 0 -10px;
	}
	.list_prod > li {
		padding: 0 10px;
	}
	.tt_cn {
		background: none;
	}
	.maps_ct {
		height: 200px;
		margin-bottom: 15px;
	}
	.but_contact {
		width: 100%;
	}
	.list_news > li {
		padding: 20px 0;
	}

	.r_prod {
		padding-top: 6%;
	}
	.ti_h, .l_hea1 > li:nth-child(2), .l_hea1 > li:nth-child(3) {
		display: none;
	}

	.row_fc {
		display: block;
	}
	.col_fc_2 {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 480px) {
	.min_wrap {
		max-width: 94%;
	}

	.hea2 .min_wrap {
		height: 68px;
 	}
	.logo img {
		height: 52px;
	}
	.f_page, .f_prod_D {
		max-width: 100%;
		padding: 3% 3% 6% 3%;
	}
	.til_D, .til_prod_D, .t_f_contact, .t_D {
		font-size: 24px;
		line-height: 32px;
	}
	.bg_cont .min_wrap {
		height: 150px;
	}
	.add_cart_D {
		display: block;
	}
	.des_D {
		font-size: 18px;
		line-height: 24px;
	}
	.img_list_news  {
		width: 170px;
	}
	.r_list_news {
		padding-left: 12px;
	}
	.r_list_news .ti_list_news {
		font-size: 12px;
	}
	.na_list_news {
		font-size: 16px;
		line-height: 22px;
	}

	.t_f_cart > li {
		width: auto;
		float: none;
	}
	.t_f_cart > li > a {
		padding: 0 15px;
	}
	.t_f_cart > li > a::after {
		display: none;
	}
}

@media only screen and (max-width: 375px) {
	
}