/*
	Theme Name: AdsDigi
	Description: Themes hỗ trợ Genesis Theme v2.7.3 and Wordpress v5.0 trở lên
	Version: 4.2
	Template: genesis
*/

@font-face{
	font-family: 'SVN Aptima';
	src: url('fonts/SVN-Aptima.woff2') format('woff2');
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face{
	font-family: 'SVN Aptima';
	src: url('fonts/SVN-Aptima bold.woff2') format('woff2');
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea{
	color: #333;
	font-family: 'Be Vietnam Pro', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.618;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description{
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea{
	color: #333;
	font-family: 'Be Vietnam Pro', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
}

li,
ol,
ul{
	margin: 0;
	padding: 0;
}

ol li{
	list-style-type: decimal;
}

strong,
b{
	font-weight: 700;
}
/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited{
	color: #0d72c7;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

a img{
	border: none;
}

/* Body
------------------------------------------------------------ */

body{
	background-color: #F6F8FA;
}

::-moz-selection{
	background-color: #0d72c7;
	color: #fff;
}

::selection{
	background-color: #0d72c7;
	color: #fff;
}

/* Wrap
------------------------------------------------------------ */

.site-container{
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

.wrap{
	margin: 0 auto;
	width: 1200px;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

.site-header{
	margin: 0 auto;
	height: 80px;
	width: 100%;
	float: left;
	background: #fff;
	position: relative;
	box-shadow: 0 4px 18px rgba(0,0,0,.06);
}

.site-header .title-area img{
	height: 62px;
	width: auto;
}

.title-area{
	float: left;
	overflow: hidden;
	padding: 0;
	height: 80px;
	width: 150px;
}

.site-title{
	font-family: 'Be Vietnam Pro', Arial, sans-serif;
	font-size: 36px;
	line-height: 1.35;
	margin: 0;
	text-transform: uppercase;
	float: left;
	width: 100%;
	height: 100%;
}

.site-title a,
.site-title a:hover{
	color: #333;
	padding: 0;
	text-decoration: none;
	float: left;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.site-description{
	font-size: 13px;
	padding: 0;
	display: none;
}

.site-header .widget-area{
	 float: left;
	 width: calc(100% - 150px);
	 margin: 9px 0 0;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary{
	float: left;
	width: 100%;
	height: 60px;
	background: #fff;
	border-bottom: 1px solid #ededed;
}

.menu-primary,
.menu-secondary,
.site-header .menu{
	clear: both;
    color: #333;
    font-size: 13px;
    margin: 0 auto;
    overflow: hidden;
    width: fit-content;
    text-align: center;
}

.menu-primary ul,
.menu-secondary ul,
.site-header .menu ul{
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
.site-header .menu li{
	float: left;
	list-style-type: none;
	text-align: left;
}

.menu-primary a,
.menu-secondary a,
.site-header .menu a{
    color: #333;
    display: block;
    padding: 5px 0;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    margin: 10px 20px 8px;
    text-transform: uppercase;
}

.site-header .menu-item-has-children>a>span {
    background: url(images/down.svg) no-repeat right top 8px;
    padding-right: 15px;
    background-size: 10px;
}

.site-header .menu a{
    color: #333;
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;

    background-image: linear-gradient(to right, #37612E 50%, #333 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200%;
    background-position: right;
    transition: background-position .4s ease;
}

/* Border dưới */
.site-header .menu a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px; /* chỉnh khoảng cách với chữ */
    width: 100%;
    height: 2px;
    background: #37612E;

    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s ease;
}

/* Hover */
.menu-primary a:hover,
.menu-secondary a:hover,
.site-header .menu a:hover{
    background-position: left;
}

/* Border chạy từ trái sang phải */
.menu-primary a:hover::after,
.menu-secondary a:hover::after,
.site-header .menu a:hover::after{
    transform: scaleX(1);
}

.menu-primary a:before{
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    transform: translateZ(0) !important;
    transform: scaleX(0);
    transition: transform .15s ease-in-out 0s;
    width: 0%;
    transition: width 1s;
    margin: 0 auto;
}

.menu-primary>li:hover>a:before,
.menu-primary>li.current-menu-item>a:before{
    width: 100%;
}

.site-header .menu .current-menu-item > a,
.site-header .menu .current-menu-parent > a,
.site-header .menu .current_page_item > a{
    background-position: left !important;
}

/* Border bottom của menu đang active */
.site-header .menu .current-menu-item > a::after,
.site-header .menu .current-menu-parent > a::after,
.site-header .menu .current_page_item > a::after{
    transform: scaleX(1);
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
.site-header .menu li a:active,
.site-header .menu li a:hover,
.site-header .menu .current_page_item a,
.site-header .menu .current-cat a,
.site-header .menu .current-menu-item a{
	color: #37612E;
	font-weight: 700;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
.site-header .menu li li a,
.site-header .menu li li a:link,
.site-header .menu li li a:visited{
	background: none;
	background-color: ##37612E;
	border-bottom: 1px solid #dddddd66;
	color: #fff;
	font-size: 16px;
	padding: 10px;
	position: relative;
	text-transform: none;
	width: 230px;
	margin: 0;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
.site-header .menu li li a:active,
.site-header .menu li li a:hover{
    background-color: #3C8840;
    color: #fff;
}

.menu-primary li ul,
.menu-secondary li ul,
.site-header .menu li ul{
	height: auto;
	left: -9999px;
    margin: 0 0 0 -1px;
    position: absolute;
    width: 250px;
    z-index: 9999;
    background: #37612e;
}

.site-header .menu li ul li a,
.site-header .menu li ul li a span{
	color: #fff;
    background-image: none;
    background: none;
    -webkit-text-fill-color: initial; /* hoặc #fff */
    -webkit-background-clip: border-box;
    background-clip: border-box;
}

.site-header .menu li ul li a::after{
	content: unset;
}

.site-header .menu li li:last-child a{
	border-bottom: none;
}

.menu-primary li ul a,
.menu-secondary li ul a,
.site-header .menu li ul a{
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
.site-header .menu li ul ul{
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul{
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover{
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
.site-header .menu li:hover>ul,
.site-header .menu li.sfHover ul{
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
.site-header .menu li a.sf-with-ul{
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator{
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul{
	left: 0;
}

/* Inner
------------------------------------------------------------ */

.site-inner{
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	width: 1200px;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb{
	float: left;
	width: 100%;
    padding: 20px 0;
	font-size: 16px;
	text-align: center;
	color: #333;
}

.breadcrumb a{
	color: #333;
	font-size: 15px;
	font-weight: 400;
}

.breadcrumb .label{
	margin: 0 5px;
	font-weight: 400;
	color: #333;
}

.archive-heading a,
.archive-heading{
	    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
   color: #3C8840;;
}

.breadcrumb.has-context-banner{
	--context-banner-image: none;
	position: relative;
	display: flex;
	align-items: center;
	min-height: 420px;
	padding: 70px 0;
	box-sizing: border-box;
	overflow: hidden;
	color: #fff;
	background-image: var(--context-banner-image);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.breadcrumb.has-context-banner::before{
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: rgba(0, 0, 0, .58);
	pointer-events: none;
}

.breadcrumb.has-context-banner > .wrap{
	position: relative;
	z-index: 1;
}

.breadcrumb.has-context-banner,
.breadcrumb.has-context-banner a,
.breadcrumb.has-context-banner a:visited,
.breadcrumb.has-context-banner .label,
.breadcrumb.has-context-banner .archive-heading,
.breadcrumb.has-context-banner .archive-heading a,
.breadcrumb.has-context-banner .archive-heading a:visited{
	color: #fff;
}

.breadcrumb.has-context-banner .archive-heading{
	margin: 0 0 12px;
	font-family: 'SVN Aptima', sans-serif;
	font-size: clamp(38px, 4vw, 60px);
	font-weight: 700;
	line-height: 1.15;
	text-transform: none;
}

.breadcrumb.has-context-banner .archive-heading a,
.breadcrumb.has-context-banner .archive-heading a:visited{
	font-size: inherit;
	font-weight: inherit;
}

.breadcrumb.has-context-banner .description{
	display: none;
}

.breadcrumb.has-context-banner .home,
.breadcrumb.has-context-banner .separator{
	font-size: 16px;
}



/* Page pha chế
------------------------------------------------------------ */

.page-template-page-phache .site-inner{
	padding-top: 32px;
}

.page-template-page-phache .content,
.page-template-page-phache .entry,
.page-template-page-phache .entry-content{
	width: 100%;
	margin: 0;
	padding: 0;
}

.phache-child-pages.content-setup{
	display: block;
	float: none;
	padding: 0;
}

.phache-child-pages.content-setup > .wrap{
	width: 100%;
	margin: 0;
	row-gap: 30px;
}

.phache-child-pages.content-setup .wrap > .widget:first-child{
	grid-column: auto;
	margin-bottom: 0;
}

.phache-page-detail,
.phache-page-detail:visited{
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin-top: 22px;
	padding-bottom: 4px;
	border-bottom: 1px solid currentColor;
	font-family: 'SVN Aptima', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	color: #37612E;
}

.phache-page-detail:hover{
	color: #3C8840;
}

.phache-page-detail-arrow{
	display: inline-block;
	font-size: 22px;
	line-height: 1;
	transition: transform .3s ease;
}

.phache-page-detail:hover .phache-page-detail-arrow{
	transform: translateX(5px);
}

@media (max-width: 1024px){
	.phache-page-detail,
	.phache-page-detail:visited{
		margin-top: 16px;
		font-size: 14px;
	}
}

/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap{
	float: left;
	width: 750px;
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap{
	width: 100%;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap{
	float: right;
}


/* Content
------------------------------------------------------------ */

.content{
	float: left;
	padding: 0;
	width: 450px;
}

.content-sidebar .content,
.sidebar-content .content{
	width: 750px;
	margin-left: 15px;
}

.sidebar-content .content,
.sidebar-sidebar-content .content{
	float: right;
	margin-left: 0;
	margin-right: 15px;
}

.full-width-content .content{
	width: 100%;
}

.post{
	margin: 0 0 20px;
}

.entry-content{
	overflow: hidden;
	text-align: justify;
}

.entry-content p{
	margin: 0 0 15px;
	text-align: justify;
}

blockquote{
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p{
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments{
	padding: 20px 0 10px;
}

.clear{
	clear: both;
}

.clear-line{
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}

/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6{
	font-family: 'Be Vietnam Pro', Arial, sans-serif;
	line-height: 1.35;
	margin: 0 0 10px;
}

h1{
	font-size: 18px;
}

.taxonomy-description h1{
	margin: 0;
}

h2,
h2 a,
h2 a:visited{
	font-size: 16px;
}

h2 a,
h2 a:visited{
	color: #333;
	font-family: 'Be Vietnam Pro', Arial, sans-serif;
}

h2 a:hover{
	color: #0d72c7;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a{
	font-size: 14px;
	margin: 0 0 5px;
}

h3{
	font-size: 16px;
}

h4{
	font-size: 16px;
}

.taxonomy-description h1,
.widget-area .widgettitle{
    background-color: #fff;
    font-size: 17px;
    padding: 10px 15px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-radius: 15px 15px 0 0;
}

.widget-area .widgettitle p{
	font-weight: 600;
    color: #fff;
}

.widget-area .widgettitle a{
	color: #fff;
	text-decoration: none;
	font-size: 17px;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul{
	margin: 0;
	padding: 0 0 15px;
	text-align: justify;
}

.archive-page ul li,
.entry-content ul li{
	list-style-type: disc;
	margin: 0 0 0 30px;
	padding: 0;
	text-align: justify;
}

.entry-content ol li{
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul{
	padding: 0;
}

/* Post Info
------------------------------------------------------------ */

.entry-header .entry-meta{
	font-size: 13px;
	margin: -5px 0 15px;
}

/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta{
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 13px;
	padding: 5px 0 0;
}

/* Images
------------------------------------------------------------ */

img{
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image{
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar{
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image{
	margin: 0 10px 10px 0;
}

.comment-list li .avatar{
	background-color: #fff;
	float: left;
	margin: 5px 10px 10px 0px;
}

img.centered,
.aligncenter{
	display: block;
	margin: 0 auto 10px;
}

img.alignnone{
	display: inline;
	margin: 0 0 10px;
}

img.alignleft{
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright{
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft{
	float: left;
	margin: 0 15px 10px 0;
}

.alignright{
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption{
	padding: 0;
	text-align: center;
	width: auto !important;
}

p.wp-caption-text{
	font-size: 13px;
	margin: 5px 0;
	text-align: center;
}

.wp-smiley,
.wp-wink{
	border: none;
	float: none;
}

/* Post Navigation
------------------------------------------------------------ */

.pagination{
	font-size: 16px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
	text-align: center;
}

.pagination li{
	display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a{
	background: #ccd9cc;
	color: #fff;
	padding: 8px 13px;
}

.pagination li a:hover,
.pagination li.active a{
	background: #35602F;
	color: #fff;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar{
	display: inline;
	float: right;
	width: 360px;
	margin-right: 15px;
}

.sidebar-secondary{
	float: left;
	width: 150px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary{
	float: left;
	margin-left: 15px;
	margin-right: 0;
}

.content-sidebar-sidebar .sidebar-secondary{
	float: right;
}

.sidebar p{
	font-size: inherit;
}

.sidebar .widget{
	background-color: #f9f9f9;
	margin: 0 0 15px;
	padding: 0 0 15px;
	float: left;
	width: 100%;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div{
	padding: 0 ;
}

.sidebar.widget-area ul li,
.footer-widgets .widget-area ul li{
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li{
	border: none;
	margin: 0;
}

/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"]{
	background: #f2f2f2;
	cursor: pointer;
	padding: 10px 20px;
	color: #333;
	-webkit-appearance: none;
}

input:hover[type="button"],
input:hover[type="submit"]{
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

.site-header .search-form{
    float: right;
    width: 215px;
    background: #f4f3ef;
    border-radius: 10px;
    height: 42px;
}

.site-header .search-form.active{
	display: block;
	position: absolute;
    right: 0;
    top: 46px;
}

.sidebar .search-form{
	padding: 5px 0 0 15px;
}

.search-form input[type="search"]{
    margin: 0;
    padding: 6px 6px 6px 0;
    width: calc(100% - 40px);
    border: none;
    background: unset;
    height: 42px;
}

.search-form input[type="search"]::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #626262 !important;
    opacity: 1; /* Firefox */
    font-size: 15px;
    font-style: italic;
}

.search-form input[type="search"]:-ms-input-placeholder{ /* Internet Explorer 10-11 */
    color: #626262 !important;
    font-size: 15px;
    font-style: italic;
}

.search-form input[type="search"]::-ms-input-placeholder{ /* Microsoft Edge */
    color: #626262 !important;
    font-size: 15px;
    font-style: italic;
}

.nav-primary .search-form input[type="search"]{
	background-color: #fff;
	margin: 2px -7px 0 0;
	color: #333;
}

.site-header .search-form input[type="submit"]{
	background: url(images/s.svg) no-repeat center center;
    text-indent: -9999px;
    border: none;
    float: left;
    height: 46px;
}

/* Footer
------------------------------------------------------------ */

.site-footer{
	float: left;
	clear: both;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	color: #333;
	background: url(images/bgf.jpg) no-repeat bottom right #F6F8FA;
	padding: 40px 0 0;
}

body:not(.home) .site-footer{
	margin-top: 70px;
}

.after_footer{
	color: #fff;
	background: #283A20;
	margin: 0 !important;
}

.after_footer p{
	color: #ffffff;
    text-align: center;
    font-size: 16px;
    padding: 15px 0;
}

.site-footer p{
	color: #333;
}

.site-footer a,
.site-footer a:visited{
	color: #333;
}

.site-footer a:hover{
	color: #333;
	text-decoration: none;
}

/* Comments
------------------------------------------------------------ */

.entry-comments,
#respond{
	margin: 0 0 15px;
	overflow: hidden;
	float: left;
	width: 100%;
}

#author,
#comment,
#email,
#url,
#phone{
	margin: 10px 5px 0 0;
    padding: 10px;
    width: calc(100% - 22px);
    float: left;
    background: #fff;
    font-size: 16px;
}

#reply-title,
.yarpp-related .title,
.yarpp-related .widgettitle{
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    color: #37612E;
    font-family: 'SVN Aptima', Arial, sans-serif;
}

#comment{
    height: 90px;
    margin: 10px 0;
    width: calc(100% - 22px);
    background: #fff;
    font-size: 16px;
}

input#submit{
	float: left;
    padding: 16px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    background: #37612E;
    transition: background-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

input#submit:hover{
	color: #fff;
	text-decoration: none;
	background: #3C8840;
	box-shadow: 0 6px 16px rgba(55, 97, 46, .2);
	transform: translateY(-2px);
}

.ping-list{
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol{
	padding: 10px;
}

.comment-list li,
.ping-list li{
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li{
	list-style-type: none;
	margin-right: 0;
	background: #fff;
}

.comment-content{
	padding-left: 70px;
}

.comment-content p{
	font-size: 16px;
	margin: 0 0 15px;
}

.comment-list cite,
.ping-list cite{
	font-style: normal;
}

.comment-author{
	font-weight: bold;
	color: #37612e;
}

.comment-author .says{
	color: #333;
	font-weight: 400;
}

.comment-meta{
	font-size: 12px;
	margin: 0 0 5px;
}

.comment-meta a{
	color: #666;
}

.comment-reply{
	font-size: 15px;
	font-weight: 400;
}

.comment-reply a{
    background: #37612e;
    color: #ffffff;
    padding: 5px 10px;
}

.nocomments{
	text-align: center;
}

.entry-comments .pagination{
	display: block;
}

.bypostauthor{
}

.thread-alt,
.thread-even{
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even{
	border: 1px solid #ddd;
}

/*Slick
-------------------------------------------------------------------*/
.slick-slider{
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus{
    outline: none;
}

.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}

.slick-track:after{
    clear: both;
}

.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
	outline: none;
}

[dir='rtl'] .slick-slide{
    float: right;
}

.slick-slide img{
    display: block;
}

.slick-slide.slick-loading img{
    display: none;
}

.slick-slide.dragging img{
    pointer-events: none;
}

.slick-initialized .slick-slide{
    display: block;
}

.slick-loading .slick-slide{
    visibility: hidden;
}

.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden{
    display: none;
}

.slick-dots{
    text-align: center;
    margin: 0 35px;
}

.slick-dots li{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    border-radius: 100px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
	background: #fff;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
    background: #3C8840;
}

.tiktok-embed section{
    display: none !important;
}

.post-thumb{
    display: block;
    position: relative;
}

.post-thumb .img-main img{
    display: block;
    transition: opacity 0.3s ease;
}

.post-thumb .img-hover{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.post-thumb:hover .img-main{
    opacity: 0;
}

.post-thumb:hover .img-hover{
    opacity: 1;
    width: 100%;
}

.site-header .widget-area .widget{
	float: right;
	margin-left: 20px;
}

.site-header .widget-area .widget p a{
    background: url(images/call.svg) no-repeat left center;
    background-size: 50px;
    padding: 5px 0 5px 60px;
    display: block;
    font-size: 15px;
    color: #333;
    line-height: 1.25;
}

.site-header .widget-area .widget p a em{
	display: block;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
	color: #e1181c;
}

.site-header .widget_search .widgettitle,
.site-header .widget_search input[type=submit]{
    background: url(images/s.svg) no-repeat center center;
    text-indent: -9999px;
    display: block;
    cursor: pointer;
    padding: 0;
    width: 23px;
    height: 23px;
    margin: 0;
    background-size: 16px;
}

.site-header .widget_search .widgettitle.active{
	background: unset;
    text-indent: inherit;
    color: #777;
    font-weight: bold;
}

.site-header .widget_search input[type=submit]{
	width: 35px;
	height: 42px;
}

.site-header .widget_search{
	margin: 9px 0 0 0;
}

.site-header .widget_media_image img{
	width: 23px;
	margin: 0 15px;
}

.site-header .widget-area .gsc-shop-cart .gsc-num-products,
.fix_icon .gsc-shop-cart .gsc-num-products{
    position: absolute;
    top: -3px !important;
    left: 37px;
    color: #fff;
    font-size: 15px;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    text-align: center;
    background: #e1181c;
    line-height: 22px;
    right: -11px;
    font-weight: bold;
}

.fix_icon .gsc-shop-cart .gsc-num-products{
	top: 0 !important;
	right: 0;
}

.site-header .widget-area .bg-cart-sh,
.site-header .widget-area .product-called,
.fix_icon .bg-cart-sh,
.fix_icon .product-called{
    display: none;
}

.site-header .widget-area .gsc-shop-cart .btn-view-cart{
    background: url(images/cart.svg) no-repeat left center;
    position: relative;
    width: 50px;
    height: 50px;
    background-size: 50px;
    display: inline-block;
    color: #000;
    font-weight: 400;
    margin:0;
}

.site-header .cart-wrap{
	padding: 0 !important;
}

.section{
	float: left;
	width: 100%;
	margin-bottom: 80px;
}

.content-gioithieu .widgettitle > span{
    display: block;
    margin-bottom: 18px;
    padding-left: 18px;
    position: relative;
    color: #3C8840;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    background: #3C884021;
    width: fit-content;
    padding: 8px 15px 5px 15px;
    border-radius: 22px;
}

.content-slider .slick-prev,
.content-slider .slick-next{
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 40px;
	height: 70px;
	padding: 0;
	border: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px 51px;
	font-size: 0;
	transform: translateY(-50%);
	cursor: pointer;
}

.content-slider .slick-prev{
	left: 20px;
	background-image: url(images/prev.svg);
}

.content-slider .slick-next{
	right: 20px;
	background-image: url(images/next.svg);
}

.content-slider .slick-prev:focus-visible,
.content-slider .slick-next:focus-visible{
	outline: 2px solid #3C8840;
	outline-offset: 3px;
}

.content-slider .slick-prev.slick-disabled,
.content-slider .slick-next.slick-disabled{
	opacity: .4;
	cursor: default;
}

.content-slider{
	margin: 0;
}

.content-gioithieu .wrap{
	display: flex;
	align-items: stretch;
	width: 100%;
}

.content-gioithieu .wrap > .widget:first-child{
	display: flex;
	align-items: center;
}

.content-gioithieu .wrap > .widget:first-child > .widget-wrap{
	width: 100%;
}

.content-gioithieu .widget:nth-child(2) p{
	margin: 0;
}

.content-gioithieu .widget{
	float: left;
	width: 50%;
}

.content-gioithieu .mainposts{
	float: right;
	width: 555px;
	margin: 0 30px 0 0;
}

.content-gioithieu .title a{
	color: #37612E;
	font-size: 20px;
	font-weight: 600;
}

.content-gioithieu .mainposts img{
	width: 215px;
}

.content-gioithieu .mainposts p{
	margin: 20px 0 0 0;
}

.content-gioithieu .readmore,
.content-gioithieu .readmore:visited{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 20px;
	padding: 16px 20px;
    color: #fff;
    font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	background: #37612E;
	transition: background-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.content-gioithieu .readmore::after{
	content: "\2192";
	font-size: 18px;
	line-height: 1;
	transition: transform .25s ease;
}

.content-gioithieu .readmore:hover{
	color: #fff;
	text-decoration: none;
	background: #3C8840;
	box-shadow: 0 6px 16px rgba(55, 97, 46, .2);
	transform: translateY(-2px);
}

.content-gioithieu .readmore:hover::after{
	transform: translateX(4px);
}

.content-gioithieu .readmore:focus-visible{
	outline: 2px solid #3C8840;
	outline-offset: 3px;
}

body.home .section[class*="content-"] > .wrap h2{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 30px;
	text-align: center;
}

body.home .section[class*="content-"] > .wrap h2,
body.home .section[class*="content-"] > .wrap h2 a,
body.home .section[class*="content-"] > .wrap h2 a:visited{
	color: #37612E;
	font-family: 'SVN Aptima', Arial, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

body.home .section[class*="content-"] > .wrap h2::before,
body.home .section[class*="content-"] > .wrap h2::after{
	content: "";
	flex: 1 1 0;
	height: 2px;
	background: #37612E;
}

.content-nguyenlieu{
	padding: 20px 0 0;
	background: #f4f7f7;
}

.content-nguyenlieu .cm-taxonomy-list{
	position: relative;
    width: 100%;
    margin: 20px auto 0;
    float: left;
}

.content-nguyenlieu .cm-taxonomy-list:not(.slick-initialized){
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.content-nguyenlieu .cm-taxonomy-list .slick-list{
	margin: 0 -10px;
}

.content-nguyenlieu .cm-taxonomy-item{
	min-width: 0;
	padding: 0 10px;
	transition: transform .25s ease;
}

.content-nguyenlieu .cm-taxonomy-item:hover{
	transform: translateY(-4px);
}

.content-nguyenlieu .cm-taxonomy-item > a{
	position: relative;
	display: block;
	overflow: hidden;
	background: #37612E;
}

.content-nguyenlieu .cm-taxonomy-item > a::after{
	position: absolute;
	inset: 0;
	z-index: 1;
	content: "";
	background: linear-gradient(to bottom, transparent 48%, rgba(20, 44, 17, .68) 100%);
	pointer-events: none;
}

.content-nguyenlieu .cm-taxonomy-item img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	aspect-ratio: 11 / 15;
	object-fit: cover;
	transition: transform .35s ease;
}

.content-nguyenlieu .cm-taxonomy-item h3{
	position: absolute;
	right: 12px;
	bottom: 25px;
	left: 12px;
	z-index: 2;
	margin: 0;
	color: #fff;
	font-family: 'SVN Aptima', Arial, sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}

.content-nguyenlieu .cm-taxonomy-item > a:hover{
	text-decoration: none;
}

.content-nguyenlieu .cm-taxonomy-item > a:hover img{
	transform: scale(1.05);
}

.content-nguyenlieu .cm-taxonomy-list .slick-prev,
.content-nguyenlieu .cm-taxonomy-list .slick-next{
	position: absolute;
	top: 50%;
	z-index: 5;
	width: 42px;
	height: 42px;
	padding: 0;
	color: #fff;
	font-size: 0;
	background: #37612E;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	transform: translateY(-50%);
	transition: background-color .25s ease;
}

.content-nguyenlieu .cm-taxonomy-list .slick-prev{
	left: -60px;
}

.content-nguyenlieu .cm-taxonomy-list .slick-next{
	right: -60px;
}

.content-nguyenlieu .cm-taxonomy-list .slick-prev::before,
.content-nguyenlieu .cm-taxonomy-list .slick-next::before{
	display: block;
	font-size: 18px;
	line-height: 42px;
}

.content-nguyenlieu .cm-taxonomy-list .slick-prev::before{
	content: "\25C0";
}

.content-nguyenlieu .cm-taxonomy-list .slick-next::before{
	content: "\25B6";
}

.content-nguyenlieu .cm-taxonomy-list .slick-prev:hover,
.content-nguyenlieu .cm-taxonomy-list .slick-next:hover{
	background: #3C8840;
}

.content-nguyenlieu .cm-taxonomy-list .slick-prev:focus-visible,
.content-nguyenlieu .cm-taxonomy-list .slick-next:focus-visible{
	outline: 2px solid #3C8840;
	outline-offset: 3px;
}

.content-nguyenlieu .cm-taxonomy-list .slick-dots{
	margin: 25px 0 0;
}

.content-nguyenlieu .cm-taxonomy-list .slick-dots li,
.content-nguyenlieu .cm-taxonomy-list .slick-dots li button{
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
}

.content-nguyenlieu .cm-taxonomy-list .slick-dots li{
	margin: 0 3px;
	vertical-align: middle;
}

.content-nguyenlieu .cm-taxonomy-list .slick-dots li button{
	background: #c9e3bd;
}

.content-nguyenlieu .cm-taxonomy-list .slick-dots li.slick-active,
.content-nguyenlieu .cm-taxonomy-list .slick-dots li.slick-active button{
	width: 20px;
}

.content-nguyenlieu .cm-taxonomy-list .slick-dots li.slick-active button{
	background: #3C8840;
}

.content-setup .wrap{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 30px;
	counter-reset: setup-card;
}

.content-setup .wrap > .widget:first-child,
.content-cta .wrap > .widget:first-child{
	grid-column: 1 / -1;
	margin-bottom: 20px;
}

.content-setup .image-upload{
	min-width: 0;
	border: 1px solid rgba(55, 97, 46, .65);
	counter-increment: setup-card;
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.content-setup .image-upload:hover{
	border-color: #3C8840;
	box-shadow: 0 10px 24px rgba(55, 97, 46, .14);
	transform: translateY(-4px);
}

.content-setup .image-upload .widget-wrap,
.content-setup .image-upload .mainposts{
	height: 100%;
}

.content-setup .image-upload .mainposts{
	display: flex;
	flex-direction: column;
}

.content-setup .image-upload .mainposts > a{
	display: block;
	overflow: hidden;
}

.content-setup .image-upload .mainposts > a img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	aspect-ratio: 578 / 397;
	object-fit: cover;
	transition: transform .35s ease;
}

.content-setup .image-upload:hover .mainposts > a img{
	transform: scale(1.035);
}

.content-setup .image-upload .box{
	position: relative;
	flex: 1;
	padding: 24px 28px 24px 105px;
}

.content-setup .image-upload .box::before{
	position: absolute;
    top: 17px;
    left: 20px;
    color: #35602F;
    font-family: 'SVN Aptima', Arial, sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
    content: counter(setup-card, decimal-leading-zero);
}

.content-setup .image-upload .title{
	min-height: 58px;
	padding-bottom: 13px;
	border-bottom: 1px solid rgba(55, 97, 46, .65);
}

.content-setup .image-upload .title a,
.content-setup .image-upload .title a:visited,
.content-setup .image-upload .title h3{
	display: block;
	color: #37612E;
	font-family: 'SVN Aptima', Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0;
	text-transform: uppercase;
}

.content-setup .image-upload .title h3 span{
	display: block;
}

.content-setup .image-upload .title a:hover,
.content-setup .image-upload .title a:hover h3{
	color: #3C8840;
	text-decoration: none;
}

.content-setup .image-upload .noidung p{
	margin: 15px 0 0;
	color: #333;
	font-size: 16px;
	line-height: 1.6;
}

.content-phache .widget:first-child{
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.content-phache .wrap{
	counter-reset: course-card;
}

.content-phache .image-upload{
	width: calc(100% - 2px);
	margin-bottom: 30px;
	border: 1px solid rgba(55, 97, 46, .65);
	counter-increment: course-card;
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
	float: left;
}

.content-phache .image-upload:last-child{
	margin-bottom: 0;
}

.content-phache .image-upload:hover{
	border-color: #3C8840;
	box-shadow: 0 10px 24px rgba(55, 97, 46, .14);
	transform: translateY(-4px);
}

.content-phache .image-upload .mainposts{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.content-phache .image-upload .mainposts > a{
	display: block;
	overflow: hidden;
}

.content-phache .image-upload .mainposts > a img{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	aspect-ratio: 601 / 333;
	object-fit: cover;
	transition: transform .35s ease;
}

.content-phache .image-upload:hover .mainposts > a img{
	transform: scale(1.035);
}

.content-phache .image-upload .box{
	position: relative;
	display: grid;
	grid-template-columns: 112px 1px minmax(0, 1fr);
	grid-template-rows: auto auto;
	align-content: center;
	column-gap: 20px;
	min-width: 0;
	padding: 40px 38px 40px 28px;
	background: #f4f7f7;
}

.content-phache .image-upload .box::before{
	grid-column: 1;
	grid-row: 1 / 3;
	align-self: center;
	justify-self: center;
	color: #37612E;
	font-family: 'SVN Aptima', Arial, sans-serif;
	font-size: 110px;
	font-weight: 400;
	line-height: 1;
	content: counter(course-card, decimal-leading-zero);
}

.content-phache .image-upload .box::after{
	grid-column: 2;
	grid-row: 1 / 3;
	align-self: stretch;
	width: 1px;
	height: auto;
	content: "";
	background: rgba(55, 97, 46, .55);
}

.content-phache .image-upload .title,
.content-phache .image-upload .noidung{
	grid-column: 3;
	padding-left: 19px;
}

.content-phache .image-upload .title{
	grid-row: 1;
}

.content-phache .image-upload .noidung{
	grid-row: 2;
}

.content-phache .image-upload .title a,
.content-phache .image-upload .title a:visited{
	color: #37612E;
	font-family: 'SVN Aptima', Arial, sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.35;
	text-transform: uppercase;
}

.content-phache .image-upload .title a:hover{
	color: #3C8840;
	text-decoration: none;
}

.content-phache .image-upload .noidung p{
	margin: 15px 0 0;
	line-height: 1.55;
}

.content-phache .wrap > .image-upload:nth-child(3) .mainposts > a{
	grid-column: 2;
	grid-row: 1;
}

.content-phache .wrap > .image-upload:nth-child(3) .box{
	grid-column: 1;
	grid-row: 1;
	color: #fff;
	background: #37612E;
}

.content-phache .wrap > .image-upload:nth-child(3) .box::before,
.content-phache .wrap > .image-upload:nth-child(3) .title a,
.content-phache .wrap > .image-upload:nth-child(3) .title a:visited,
.content-phache .wrap > .image-upload:nth-child(3) .noidung p{
	color: #fff;
}

.content-phache .wrap > .image-upload:nth-child(3) .box::after{
	background: rgba(255, 255, 255, .45);
}

.content-phache .wrap > .image-upload:nth-child(3) .title a:hover{
	color: #c9e3bd;
}


.content-duan .project-posts{
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.content-duan .project-posts:not(.slick-initialized){
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.content-duan .project-posts .slick-list{
	margin: 0 -10px;
}

.content-duan .project-posts .slick-track{
	display: flex;
}

.content-duan .project-card{
	height: auto;
	min-width: 0;
	padding: 10px;
}

.content-duan .project-card-inner{
	display: flex;
	flex-direction: column;
	height: calc(100% - 32px);
    padding: 15px;
	background: #fff;
	border: 1px solid rgba(55, 97, 46, .55);
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.content-duan .project-card-inner:hover{
	border-color: #3C8840;
	box-shadow: 0 10px 22px rgba(55, 97, 46, .13);
	transform: translateY(-4px);
}

.content-duan .project-image{
	display: block;
	overflow: hidden;
}

.content-duan .project-image img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	aspect-ratio: 1.08 / 1;
	object-fit: cover;
	transition: transform .35s ease;
}

.content-duan .project-card-inner:hover .project-image img{
	transform: scale(1.035);
}

.content-duan .project-card-content{
	display: flex;
	flex: 1;
	flex-direction: column;
	padding-top: 14px;
}

.content-duan .project-title{
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1.3;
	text-transform: uppercase;
}

.content-duan .project-title a,
.content-duan .project-title a:visited{
	color: #37612E;
	font-family: 'SVN Aptima', Arial, sans-serif;
	font-weight: 700;
	font-size: 22px;
}

.content-duan .project-title a:hover{
	color: #3C8840;
	text-decoration: none;
}

.content-duan .project-address{
    background: url(images/lo.svg) no-repeat left center;
    margin: 5px 0 15px;
    padding: 0 0 0 25px;
    color: #333;
    font-size: 16px;
    background-size: 17px;
}

.content-duan .project-detail-link{
	border-top: 1px solid #37612e45;
	display: flex;
	align-items: center;
	margin-top: auto;
	padding-top: 14px;
	color: #37612E;
	font-family: 'SVN Aptima', Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	transition: color .3s ease;
}

.content-duan .project-detail-link > span{
	display: flex;
    align-items: center;
    min-height: 24px;
    padding: 5px 0 5px 42px;
    background: url(images/duan.svg) no-repeat left center;
    font-size: 16px;
    background-size: 32px;
}

.content-duan .project-detail-link::after{
	margin-left: auto;
	font-family: Arial, sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1;
	content: "\2192";
	transition: transform .35s cubic-bezier(.22, .61, .36, 1);
}

.content-duan .project-detail-link:visited{
	color: #37612E;
}

.content-duan .project-detail-link:hover{
	color: #3C8840;
	text-decoration: none;
}

.content-duan .project-detail-link:hover::after{
	transform: translateX(4px);
}

.content-duan .project-posts .slick-prev,
.content-duan .project-posts .slick-next{
	position: absolute;
	top: 48%;
	z-index: 5;
	width: 42px;
	height: 42px;
	padding: 0;
	color: #fff;
	font-size: 0;
	background: #37612E;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	transform: translateY(-50%);
	transition: background-color .25s ease;
}

.content-duan .project-posts .slick-prev{
	left: -60px;
}

.content-duan .project-posts .slick-next{
	right: -60px;
}

.content-duan .project-posts .slick-prev::before,
.content-duan .project-posts .slick-next::before{
	display: block;
	font-size: 18px;
	line-height: 42px;
}

.content-duan .project-posts .slick-prev::before{
	content: "\25C0";
}

.content-duan .project-posts .slick-next::before{
	content: "\25B6";
}

.content-duan .project-posts .slick-prev:hover,
.content-duan .project-posts .slick-next:hover{
	background: #3C8840;
}

.content-duan .project-posts .slick-dots{
	margin: 18px 0 0;
}

.content-duan .project-posts .slick-dots li,
.content-duan .project-posts .slick-dots li button{
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
}

.content-duan .project-posts .slick-dots li{
	margin: 0 3px;
	vertical-align: middle;
}

.content-duan .project-posts .slick-dots li button{
	background: #c9e3bd;
}

.content-duan .project-posts .slick-dots li.slick-active,
.content-duan .project-posts .slick-dots li.slick-active button{
	width: 20px;
}

.content-duan .project-posts .slick-dots li.slick-active button{
	background: #3C8840;
}

.content-giaiphap{
	margin-bottom: 20px;
}

.content-giaiphap .wrap{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.content-giaiphap .wrap > .widget:first-child{
	grid-column: 1 / -1;
}

.content-giaiphap .image-upload{
	min-width: 0;
	border: 1px solid #37612E;
	transition: transform .25s ease;
}


.content-giaiphap .image-upload .mainposts{
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 20px;
}

.content-giaiphap .image-upload .mainposts > img{
    flex: 0 0 100px;
    display: block;
    width: 100px;
    height: 100px;
    margin: 0;
    object-fit: contain;
}

.content-giaiphap .image-upload .box{
	min-width: 0;
}

.content-giaiphap .image-upload .title{
    margin-bottom: 12px;
    color: #37612E;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
}

.content-giaiphap .image-upload .title a{
	color: #37612E;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.content-giaiphap .image-upload:hover .title a{
	color: #3C8840;
}

.content-giaiphap .image-upload:hover{
	transform: translateY(-4px);
}

.content-giaiphap .image-upload .title a:hover{
	text-decoration: none;
}

.content-giaiphap .image-upload .title::after{
	content: '';
	width: 45px;
	height: 1px;
	background: #37612E;
	position: absolute;
	bottom: 0;
	left: 0;
}

.content-giaiphap .image-upload .noidung p{
	margin: 0;
	color: #37612E;
	font-size: 16px;
	line-height: 1.5;
}

.content-tlgiaiphap .wrap{
	display: grid;
	grid-template-columns: 25% 38% 37%;
	align-items: stretch;
	border: 1px solid #37612E;
}

.content-tlgiaiphap .widget{
	min-width: 0;
}

.content-tlgiaiphap .widget:first-child{
	position: relative;
	z-index: 1;
	padding: 35px 40px;
	color: #fff;
	background: #37612E;
	box-shadow: 10px 14px 24px rgba(55, 97, 46, .18);
}

.content-tlgiaiphap .widget:first-child .widget-wrap,
.content-tlgiaiphap .widget:first-child .mainposts{
	height: 100%;
}

.content-tlgiaiphap .widget:first-child .mainposts{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.content-tlgiaiphap .widget:first-child .mainposts > img{
	align-self: center;
	display: block;
	width: 190px;
	max-width: 100%;
	height: auto;
	margin: 0 0 22px;
	filter: brightness(0) invert(1);
}

.content-tlgiaiphap .widget:first-child .title{
	padding-top: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
	border-top: 2px solid;
	border-image: linear-gradient(to right, #3C8840 50%, #fff 50%) 1;
}

.content-tlgiaiphap .widget:nth-child(2){
	position: relative;
	display: flex;
	align-items: center;
	padding: 38px 0 38px 58px;
}

.content-tlgiaiphap .widget:nth-child(2)::before,
.content-tlgiaiphap .widget:nth-child(2)::after{
	position: absolute;
	color: #3C8840;
	font-family: Georgia, serif;
	font-size: 70px;
	font-weight: 700;
	line-height: 1;
}

.content-tlgiaiphap .widget:nth-child(2)::before{
	top: 28px;
	left: 12px;
	content: "\201C";
}

.content-tlgiaiphap .widget:nth-child(2)::after{
	right: 40px;
	bottom: 8px;
	content: "\201D";
}

.content-tlgiaiphap .widget:nth-child(2) .widget-wrap{
	display: flex;
	align-items: center;
	min-height: 160px;
	padding-right: 48px;
	border-right: 1px solid rgba(55, 97, 46, .65);
}

.content-tlgiaiphap .widget:nth-child(2) p{
	margin: 0;
	color: #333;
	font-size: 16px;
	line-height: 1.75;
}

.content-tlgiaiphap .widget:nth-child(3){
	display: flex;
	align-items: center;
	padding: 35px 28px;
}

.content-tlgiaiphap .widget:nth-child(3) ul{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px 28px;
	margin: 0;
	list-style: none;
}

.content-tlgiaiphap .widget:nth-child(3) li{
	display: flex;
	align-items: center;
	min-width: 0;
	color: #333;
	font-size: 16px;
	line-height: 1.45;
}

.content-tlgiaiphap .widget:nth-child(3) li img{
	flex: 0 0 52px;
	display: block;
	width: 52px;
	height: 52px;
	margin: 0 14px 0 0;
	object-fit: contain;
}

.chitiet_sp button.slick-next.slick-arrow{
    background: url(images/next1.svg) no-repeat center center;
    width: 40px;
    height: 70px;
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 9;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0;
    background-size: 40px;
    display: none !important;
}


.chitiet_sp button.slick-prev.slick-arrow{
    background: url(images/prev.svg) no-repeat center center;
    width: 40px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 9;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0;
    background-size: 40px;
    display: none !important;
}

.tax-cm main.content .sp,
.search main.content .sp{
	float: left;
	margin: 0 7px;
	border: 1px solid #efefef;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.tax-cm main.content .sp:hover,
.search main.content .sp:hover,
.yarpp-related .sp:hover{
    border-color: rgba(0, 81, 154, .28);
    transform: translateY(-6px);
}

.tax-cm main.content .sp .list-info,
.yarpp-related .sp .list-info,
.search main.content .sp .list-info{
	padding: 0 15px 15px;
	float: left;
	width: calc(100% - 30px);
}

.search main.content .sp .entry-header{
	margin: 0 15px;
}

.tax-cm main.content .sp img,
.search main.content .sp img{
	border-radius: 10px 10px 0 0;
	aspect-ratio: 1 / 1; /* vuông 1:1 */
	object-fit: cover;
}

.tax-cm main.content .sp .entry-title{
	margin: 0 15px;
}

.category main.content .post .entry-title a{
	font-size: 20px;
	color: #333;
	font-weight: 700;
}

.category main.content .post:hover .entry-title a{
	color: #37612E;
}

.site-footer .widget{
	float: left;
	width: calc(33.33% - 30px);
	margin: 0px 15px 50px;
}

.site-footer .widget:nth-child(2) .widget-wrap{
	width: fit-content;
    margin: 0 auto;
}


.site-footer .widgettitle,
.site-footer .widget .title{
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 15px;
    text-transform: uppercase;
    position: relative;
    color: #35602F;
}

.site-footer .widget:first-child img.alignnone{
	width: 230px;
	margin: 0;
}

.site-footer .widget:first-child .noidung img{
	width: 150px;
}

.site-footer ul{
	    margin-left: 20px;
}

.site-footer .widget ul li{
	margin-bottom: 10px;
	transition: all 0.2s;
	width: 100%;
}

.site-footer .widget ul li a{
	color: #333;
	transition: all 0.2s;
}

.site-footer .widget li a:hover,
.after_footer .widget a:hover{
    color: #37612e;
    padding-left: 4px;
}


.site-footer .widget:last-child ul li img{
	width: 45px;
}

.site-footer .widget:last-child .textwidget .widgettitle{
	font-size: 16px;
	margin: 30px 0 15px;
}

.site-footer .widget:last-child p img{
	width: 42px;
	margin: 0 5px 0 0;
}

.site-footer .widget p,
.site-footer .widget:first-child ul{
	margin-bottom: 10px;
}

.site-footer .widget:first-child ul:last-child{
	margin-bottom: 0;
}

.tax-cm main.content .sp .percent,
.yarpp-related .sp .percent,
.search main.content .sp .percent{
    left: auto;
    bottom: auto;
    right: 5px;
    top: 5px;
    background: #FF0000;
    color: #fff;
    font-weight: 600;
    position: absolute;
    font-size: 13px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 100%;
}

.tax-cm main.content .sp,
.search main.content .sp{
	width: calc(25% - 16px);
	margin: 0 7px 50px;
}


.archive h1{
	display: none;
}

.archive .breadcrumb{
	margin-bottom: 30px;
}

.category main.content{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
}

.category main.content .post{
	float: none;
	width: 100%;
	margin: 0;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 18px rgba(0, 0, 0, .1);
	transition: transform .25s ease, box-shadow .25s ease;
}

.category main.content .post:hover{
	transform: translateY(-4px);
	box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
}

.category main.content .post img{
	display: block;
	border: none;
	padding: 0;
	margin: 0;
	background: unset;
	float: none;
	width: 100%;
	aspect-ratio: 1.08 / 1;
	object-fit: cover;
}

.category main.content .post .entry-title{
	margin: 0;
	padding: 18px 18px 10px;
}

.category main.content .post .entry-content{
	padding: 0 18px 18px;
}

.category main.content .archive-pagination{
	grid-column: 1 / -1;
}

.category main.content .post .more-link{
	display: none;

}

.category main.content .post:hover .more-link{
	background: #fff;
	color: #fff;
}

.sidebar .widget .post img{
	float: left;
	width: 160px;
	margin: 0 15px 0 0;
	border-radius: 10px;
}

.sidebar .widget .post a{
	color: #333;
	font-weight: 400;
}

.sidebar .widget .post .widget-item-title{
	 text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.sidebar .widget .post .widget-item-title a:hover{
 	color: #fff;
}

.sidebar .widget .main-posts{
	padding: 0  15px 15px ;
}

.sidebar .widget .post:last-child{
	margin-bottom: 0;
}

.sidebar .widget{
	margin-bottom: 20px;
}

.sidebar .widget .sp .giohang{
	display: none;
}

.sidebar .widget .sp .post-thumb{
	float: left;
	width: 170px;
	margin: 0 15px 0 0;
}

.sidebar .widget .sp img{
	border-radius: 10px;
}

.sidebar .widget .sp .widget-item-title a{
	color: #333;
	font-weight: 500;
}

.sidebar .widget .sp{
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}

.sidebar .widget .sp .percent{
	left: 130px;
    bottom: auto;
    top: 5px;
    background: #FF0000;
    color: #fff;
    font-weight: 600;
    position: absolute;
    font-size: 13px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
}

.sidebar .widget .sp .widget-item-title{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 5px 0 0;
}

.sidebar .widget .sp .list-info{
	float: left;
    width: calc(100% - 190px);
}

.sidebar .widget .sp .price{
	font-size: 17px;
	font-weight: 700;
}

.sidebar .widget .sp .price strike{
    display: block;
    font-size: 15px;
    color: #b7b5b5;
    font-weight: 400;
    margin: 10px 0 0;
}

.sidebar .widget .sp:last-child{
	margin-bottom: 0;
}

.page main.content .entry-content h2,
.single main.content .entry-content h2{
	font-size: 24px;
	font-weight: bold;
	color: #37612E;
}

.page main.content .entry-content h3,
.single main.content .entry-content h3{
	font-size: 20px;
	font-weight: bold;
	color: #3C8840;
}

.page main.content .caldera-grid input,
.single main.content .caldera-grid input{
	box-shadow: none;
	height: 40px;
	border-radius: 5px;
}

.page main.content .caldera-grid textarea,
.single main.content .caldera-grid textarea{
	box-shadow: none;
	border-radius: 5px;
}

.page main.content .caldera-grid input[type="submit"],
.single main.content .caldera-grid input[type="submit"]{
	background: #3C8840;
    color: #fff;
    text-transform: uppercase;
    padding: 0 30px;
    border: none;
    font-weight: bold;
    font-size: 16px;
}

.page main.content .entry-title,
.single main.content .entry-title{
	font-size: 32px;
	font-weight: bold;
	color: #37612E;
    font-family: 'SVN Aptima', Arial, sans-serif;
}

.page .content-sidebar-wrap,
.single .content-sidebar-wrap{
	margin: 30px 0;
}

.single .content-date{
	margin-bottom: 15px;
    color: #858585;
    background: url(images/date.png) no-repeat left center;
    background-size: 18px;
    padding-left: 23px;
    font-size: 13px;
    font-style: italic;
}

.chitiet_sp{
    float: left;
    width: 100%;
    border-bottom: 1px dashed #d9d9d9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.chitiet_sp .anh_sp{
	float: left;
	width: 555px;
	margin: 0 15px;
}

/* Gallery bài sản phẩm: thumbnail dọc như khối sản phẩm hot ở trang chủ */
.chitiet_sp .sphot-product-gallery{
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	min-width: 0;
}

.chitiet_sp .sphot-product-gallery.no-thumbs{
	grid-template-columns: 1fr;
}

.chitiet_sp .sphot-slider-for,
.chitiet_sp .sphot-slider-nav{
	min-width: 0;
}

.chitiet_sp .sphot-slider-nav{
	max-height: 520px;
	overflow: hidden;
}

.chitiet_sp .sphot-slider-nav.slick-vertical .slick-track{
	display: block !important;
}

.chitiet_sp .sphot-main-image{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	background: #fff;
}

.chitiet_sp .sphot-main-image img,
.chitiet_sp .sphot-thumb img{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: 4px;
	object-fit: contain;
}

.chitiet_sp .sphot-thumb{
	aspect-ratio: 1 / 1;
	margin: 0 0 10px;
	padding: 3px;
	border: 1px solid #dde2e8;
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
	box-sizing: border-box;
}

.chitiet_sp .sphot-thumb.slick-current,
.chitiet_sp .sphot-thumb:hover{
	border-color: #3C8840;
	box-shadow: inset 0 0 0 1px #3C8840;
}

.chitiet_sp .info_sp{
	float: left;
	width: 555px;
	margin: 0 15px;
}

.chitiet_sp .itemnav.slick-current,
.chitiet_sp .itemnav:hover{
    border: 1px solid #21b32a;
}

.chitiet_sp .itemnav{
    margin: 20px 15px 0 0;
    cursor: pointer;
    border-radius: 15px;
}

.chitiet_sp .itemnav img{
	border-radius: 15px;
}

.chitiet_sp .price.section{
  display: none;
}

.chitiet_sp .price.section#active,
.chitiet_sp .price.section:first-child{
  display: block;
}

.single-sp .content-sidebar-wrap{
	margin-top: 20px;
}

.chitiet_sp .anh_sp img{
	border-radius: 10px;
}

.chitiet_sp h1{
	color: #37612E;
}

.chitiet_sp .price{
	font-size: 26px;
    font-weight: 800;
    color: #e1181c;
    margin: 0 0 20px;
}

.chitiet_sp .price strike{
    font-weight: 400;
    color: #777;
    font-size: 18px;
    margin: 0 0 0 10px;
}

.chitiet_sp .info_sp label{
	font-weight: 500;
    font-size: 17px;
    margin: 10px 0;
    float: left;
}

.yarpp-related .post{
	float: left;
	width: 100%;
	margin: 0 0 15px;
}

.yarpp-related .title{
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 20px 0;
}

.yarpp-related .title::after{
	content: "";
	flex: 1 1 0;
	height: 1px;
	background: #37612E;
}

.yarpp-related .post img{
	width: 130px;
	margin: 0 15px 0 0;
	object-fit: cover;
	border-radius: 5px;
	float: left;
	aspect-ratio: 750 / 450; /* vuông 1:1 */
}

.yarpp-related .post .widget-item-title a{
	color: #333;
	font-weight: 500;
}

.chitiet_sp .anh_sp .slider-nav{
	height: 144px;
	overflow: hidden;
}

.chitiet_sp .button-cart .waittocart,
.chitiet_sp .button-cart .addtocart{
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.3;
    transition: .3s;
}

.chitiet_sp .button-cart a:hover{
	transform: translateY(-6px);;
}

.chitiet_sp .button-cart .addtocart{
	background: #e1181c;
}

.chitiet_sp .button-cart .waittocart{
	background: #3C8840;
    line-height: 60px;
    padding: 0;
}

.chitiet_sp .button-cart .waittocart span,
.chitiet_sp .button-cart .addtocart span{
	display: block;
    text-transform: math-auto;
    font-weight: 300;
    font-size: 15px;
}

.tinhtrang{
	margin-bottom: 20px;
}

.tinhtrang span{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-weight:700;
    font-size:14px;
    line-height:1;
    margin: 0 0 0 20px;
}

.tinhtrang span::before{
    content:"";
    flex:0 0 10px;
    width:10px;
    height:10px;
    border-radius:50%;
}

.tinhtrang.conhang span{
    color:#15803d;
}

.tinhtrang.conhang span::before{
    background:#22c55e;
}

.tinhtrang.sapve span{
    color:#b45309;
}

.tinhtrang.sapve span::before{
    background:#f59e0b;
}

.tinhtrang.hethang span{
    color:#b91c1c;
}

.tinhtrang.hethang::before{
    background:#ef4444;
}

.chitiet_sp .button-cart{
	margin: 20px 0;
}

.chitiet_sp .button-cart .button{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.chitiet_sp .button-cart a:hover{
	color: #fff;
	text-decoration: none;
	filter: brightness(.96);
}

.chitiet_sp .mota{
	float: left;
	width: 100%;
}

.chitiet_sp .mota p{
	margin-bottom: 10px;
}

.mota ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mota li{
    position: relative;
    padding: 0 0 0 20px;
    font-size: 16px;
    color: #444;
    transition: .3s;
}

.mota li::before{
    content: "✓";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #3C8840;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mota li:hover{
    transform: translateX(6px);
}


.tt{
	font-size: 26px;
    font-weight: bold;
    color: #37612E;
    margin-bottom: 20px;
}

.yarpp-related .sp{
    float: left;
    margin: 0 14px 50px;
    border: 1px solid #efefef;
    position: relative;
    border-radius: 10px;
    width: calc(25% - 30px);
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.yarpp-related .widgettitle{
	margin: 20px 10px;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand{
    width: 420px;
    border-radius: 16px;
    right: 0;
    transform: translateX(0);
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand label{
    font-weight: 600;	
    color: #001C0E;
    margin: 0 0 15px;
    line-height: 1.3;
    font-size: 16px;
    display: block;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand label span{
	cursor: pointer;
	float: right;
	display: none;
}

.site-header .shop-cart-expand .no-products{
	text-align: center;
	color: #334A3F;
    font-weight: 400;
    background: url(images/none.svg) no-repeat top center;
    padding: 130px 0 0;
    margin: 40px 0 60px;
}


.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li a.title{
	font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li{
	padding-bottom: 10px;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li .alignleft{
	float: left;
    width: 60px;
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin: 0 15px 0 0;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li .alignleft img{
	border-radius: 10px;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li .product-name{
	margin: 0 0 10px;
	display: block;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li .product-name a{
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li .product-qty{
	color: #333;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li .product-price{
	float: right;
	color: #333;
    font-weight: 600;
    font-size: 16px;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li .ptype{
	font-size: 14px;
	margin: 0 0 0 5px;
	display: block;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand .price-total-widget{
	color: #333;
    font-weight: 600;
    font-size: 16px;
    float: left;
    margin: 0;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand a.shop-cart{
	text-align: center;
    padding: 10px 20px;
    background: #3C8840;
    border-radius: 10px;
    color: #fff;
    font-weight: b0lg;
    font-size: 16px;
    line-height: 1;
    float: right;
	width: auto;
    margin: 0;
    clear: none;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand .price-number-widget{
	display: none;
}

.site-header.f-head{
	position: fixed;
	top: 0;
	z-index: 99;
}

.nav-primary.f-nav{
	position: fixed;
	top: 80px;
	z-index: 9;
}

#checkout-form p.info.select{
	display: none;
}

.shop-cart-form-info h2,
#info-customer h2{
	font-size: 22px !important;
    color: #434343;
    position: relative;
    margin: 0 0 20px;
    font-weight: bold;
}

.cart-summary .button{
	background-color: #3C8840;
    font-size: 16px;
    display: table;
    float: unset;
    margin: 0 auto;
    border-radius: 5px;
    text-transform: uppercase;
    border: none;
    height: 50px;
}

#gsc-shopcart-table ul.li-products li.images-products img{
	width: 110px !important;
}

#gsc-shopcart-table ul.li-products li.name-products a{
	color: #333;
	font-weight: 500;
	font-size: 16px;
}

#gsc-shopcart-table ul.li-products li.name-products .product-name{
	margin: 0px 0 5px;
    display: block;
}

#gsc-shopcart-table ul.li-products li{
	float: left;
	margin-right: 15px !important;
}

#gsc-shopcart-table ul.li-products .change-type{
	display: none;
}

#gsc-shopcart-table ul.li-products .ptype{
	font-style: italic;
	color: #777;
	font-size: 15px;
	margin: 0 0 20px;
}

.shop-cart-form-info,
#info-customer{
	float: left;
	width: calc(50% - 30px) !important;
	margin: 0 15px;
}

.shop-cart-table .li-products .number-products .nuttanggiam input{
    text-align: center;
    border: none;
    border-radius: 30px;
    color: #333;
    font-weight: bold;
    width: calc(100% - 20px) !important;
    padding: 11px 10px !important;
    background: unset;
}

.shop-cart-table .li-products .number-products .nuttanggiam{
	border: 1px solid rgb(67 67 67 / 20%);
    border-radius: 30px;
    position: relative;
    width: 100px;
}

.nuttanggiam .quantity{
    position: absolute;
    top: 0;
    cursor: pointer;
    left: 0;
}

.shop-cart-table .li-products .number-products .nuttanggiam .quantity-up{
	left: 80px;
    height: 41px;
    line-height: 41px;
    color: hsl(0deg 0% 26% / 93%);
    position: absolute;
    cursor: pointer;
    font-size: 18px;
        width: 12px;
    text-align: center;
}

.shop-cart-table .li-products .number-products .nuttanggiam .quantity-down{
	left: 10px;
    height: 41px;
    line-height: 41px;
    color: hsl(0deg 0% 26%);
    position: absolute;
    cursor: pointer;
    font-size: 18px;
    width: 12px;
    text-align: center;
}

.nuttanggiam input[type=number]::-webkit-inner-spin-button,
.nuttanggiam input[type=number]::-webkit-outer-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

/* Ẩn trên Firefox */
.nuttanggiam input[type=number]{
  -moz-appearance: textfield; 
}

/* Ẩn trên các trình duyệt hỗ trợ chuẩn mới */
.nuttanggiam input[type=number]{
  appearance: textfield;
}

.shop-cart-table .li-products li.images-products{
	width: 110px;
}

.shop-cart-table .li-products li{
	width: calc(100% - 275px);
	margin-right: 20px;
}

.shop-cart-table .li-products{
	border-bottom: 1px dashed #d9d9d9 !important;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.shop-cart-table .li-products .price-products strike{
	display: block;
	color: #7b8490;
	margin: 5px 0 0;
}

.shop-cart-table .li-products .price-products .pprice{
	font-size: 17px;
    font-weight: 500;
    float: right;
    color: #e1181c;
}

.shop-cart-table .li-products .price-products{
	float: right;
    text-align: right;
    min-height: 110px;
    position: relative;
    width: 120px;
}

.shop-cart-table .remove-product{
    background: url(images/xoa.svg) no-repeat left center;
    padding-left: 20px;
    margin: 20px 0 0;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.shop-cart-table .types-products{
	height: 0;
    width: 100%;
    display: block;
}

.shop-cart-form-info li.quatang,
.total-discount{
	display: none;
}

.thanhtoan li{
	list-style-type: none;
	margin-bottom: 15px;
	font-size: 16px;
}

.thanhtoan li b{
	float: right;
	font-weight: 500;
	font-size: 18px;
}

.thanhtoan{
	float: right;
	width: 100%;
	margin: 20px 0 0;
}

.thanhtoan li:last-child{
	font-size: 18px;
	font-weight: 600;	
}

.thanhtoan li:last-child b{
	font-weight: bold;
	font-size: 20px;
	color: #e1181c;
}

.thanhtoan li:nth-child(2) b{
	font-weight: 400;
	font-size: 17px;
}

.guiditc{
	text-align: center;
}

#click-menu{
	display: none;
}

#info-customer textarea{
    width: calc(100% - 15px);
    height: 90px;
    background: #f6f6f6;
    padding: 15px 0 0 15px;
    border: none;
    border-radius: 5px;
}

/* Cart checkout layout */
.left-check-cart{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

.left-check-cart .shop-cart-form-info,
.left-check-cart #info-customer{
	box-sizing: border-box;
	padding: 28px;
	border: 1px solid #dfe7df;
	border-top: 4px solid #35602F;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(31, 57, 30, .08);
}

.left-check-cart .shop-cart-form-info h2,
.left-check-cart #info-customer h2{
	padding: 0 0 14px;
	border-bottom: 1px solid #dfe7df;
	color: #333;
}

.left-check-cart .shop-cart-form-info h2::after,
.left-check-cart #info-customer h2::after{
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 64px;
	height: 3px;
	content: "";
	background: #35602F;
}

.left-check-cart #gsc-shopcart-table{
	padding: 4px 0 0;
}

.left-check-cart .shop-cart-table .li-products{
	box-sizing: border-box;
	padding: 14px 0 18px;
	border-bottom: 1px solid #e7ece7 !important;
}

.left-check-cart .shop-cart-table .li-products:last-child{
	border-bottom: 0 !important;
}

.left-check-cart .shop-cart-table .li-products li.images-products img{
	border: 1px solid #edf1ed;
	border-radius: 10px;
	background: #fafcfa;
}

.left-check-cart .thanhtoan{
	box-sizing: border-box;
	padding: 18px 20px;
	border: 1px solid #dce7dc;
	border-radius: 10px;
	background: #f5f8f5;
}

.left-check-cart #checkout-form > .top > p:first-of-type{
	box-sizing: border-box;
	padding: 10px 12px;
	border-radius: 6px;
	color: #5e695e;
	background: #f5f8f5;
	font-size: 13px;
}

.left-check-cart #checkout-form p.info input,
.left-check-cart #checkout-form select,
.left-check-cart #info-customer textarea{
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #d9e2d9;
	border-radius: 7px;
	color: #263126;
	background: #fbfcfb;
	transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.left-check-cart #checkout-form p.info input:focus,
.left-check-cart #checkout-form select:focus,
.left-check-cart #info-customer textarea:focus{
	border-color: #35602F;
	outline: 0;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(53, 96, 47, .12);
}

.left-check-cart #info-customer textarea{
	min-height: 105px;
	padding: 13px 15px;
	resize: vertical;
}

.left-check-cart .form-details-pc .choose{
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #d9e5d9;
    border-radius: 8px;
    background: #f7faf7;
    float: left;
    margin: 0 0 15px;
}

.left-check-cart .form-details-pc .choose p{
	margin-bottom: 6px !important;
}

.left-check-cart .form-details-pc .choose p:last-child{
	margin-bottom: 0 !important;
	color: #697469;
	font-size: 13px;
}

.left-check-cart .policy{
	color: #6b746b;
	font-size: 13px;
	line-height: 1.6;
}

.left-check-cart .cart-summary .button{
	width: 100%;
	margin: 0;
	color: #fff;
	background: #35602F;
	box-shadow: 0 8px 18px rgba(53, 96, 47, .2);
	transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.left-check-cart .cart-summary .button:hover{
	background: #294d25;
	box-shadow: 0 10px 22px rgba(53, 96, 47, .28);
	transform: translateY(-2px);
}

.gsc-order-confirmation h3,
.gsc-order-confirmation__meta strong,
.gsc-order-confirmation__grand-total{
	color: #35602F !important;
}

.gsc-checkout-loading__box strong{
	color: #35602F !important;
}

.gsc-order-confirmation__table th{
	background: #35602F !important;
}

.gsc-order-confirmation__grand-total{
	border-top-color: #35602F !important;
}

.fix_icon{
	position: fixed;
	top: 30%;
	right: 5px;
	z-index: 999;
}

.fix_icon li{
	list-style-type: none;
}

.fix_icon li img{
	margin: 0;
}


.slick-slide{
  float: none;
  display: block;
}
.slick-track{
  display: flex !important;
  align-items: stretch;
}

.cm-category-tabs-toggle{
	display: none;
}

.cm-category-tabs{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin: 0 0 30px;
	padding: 2px 0 8px;
	overflow-x: auto;
}

.cm-category-tab,
.cm-category-tab:visited{
	flex: 0 0 auto;
	min-width: 110px;
	padding: 11px 18px;
	border: 1px solid #37612E;
	color: #37612E;
	background: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	transition: color .2s ease, background-color .2s ease;
}

.cm-category-tab:hover,
.cm-category-tab.is-active,
.cm-category-tab.is-active:visited{
	color: #fff;
	background: #37612E;
	text-decoration: none;
}

.cm-catalog-toolbar{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 0 0 24px;
}

.cm-product-count{
	flex: 0 0 auto;
	margin: 0;
	font-size: 16px;
}

.cm-product-count strong{
	color: #37612E;
}

.cm-catalog-controls{
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
	gap: 12px;
	margin: 0;
}

.cm-product-search{
	position: relative;
	display: flex;
	width: 320px;
}

.cm-product-search input{
	box-sizing: border-box;
	width: 100%;
	height: 44px;
	padding: 9px 48px 9px 14px;
	border: 1px solid #b8bec5;
	border-radius: 0;
	background: #fff;
	font-size: 14px;
}

.cm-product-search button{
	position: absolute;
	top: 1px;
	right: 1px;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	color: #333;
	background: transparent;
	font-size: 24px;
	line-height: 42px;
	cursor: pointer;
}

.cm-catalog-controls select{
	height: 44px;
	padding: 8px 36px 8px 12px;
	border: 1px solid #b8bec5;
	border-radius: 0;
	color: #333;
	background-color: #fff;
	font-size: 15px;
	cursor: pointer;
}

.tax-cm main.content .taxonomy-product-list{
    display: grid;
    gap: 28px 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: flex-start;
}

.tax-cm .taxonomy-product-list .product-item{
    height: auto;
    align-self: flex-start;
}

.tax-cm main.content .taxonomy-product-list{
    display: grid;
    gap: 28px 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-width: 0;
}

.tax-cm main.content .taxonomy-product-list .no-result{
    grid-column: 1 / -1;
    margin: 0;
}

.tax-cm main.content .taxonomy-product-list .sp{
    float: none;
    margin: 0;
    width: auto;
}

.tax-cm main.content .taxonomy-product-list .archive-pagination,
.tax-cm main.content .taxonomy-product-list .pagination{
    grid-column: 1 / -1;
}

/* Keyframes */
@keyframes slideLeft {
    to{
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideRight {
    to{
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideUp {
  to{
    transform: translateY(0);
    opacity: 1;
  }
}



.content-blog .widgettitle{
	text-align: center;
	margin: 0 0 10px;
	color: #fff;
}


.tax-cm main.content .sp .entry-image-link img,
.search main.content .sp img,
.yarpp-related .sp img{
	display: block;
	width: 100%;
	margin: 0 0 20px;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	transition: transform .35s ease;
}

.tax-cm main.content .sp:hover .entry-image-link img{
	transform: scale(1.04);
}



.tax-cm main.content .sp .entry-title,
.yarpp-related .sp .title-sp,
.search main.content .sp .entry-title{
	display: -webkit-box;
	margin: 0 0 10px 0px;
	overflow: hidden;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.tax-cm main.content .sp .entry-title a,
.yarpp-related .sp .title-sp a,
.search main.content .sp .entry-title a{
	color: #333;
	transition: color .2s ease;
	font-size: 17px;
	font-weight: 700;
}

.content-blog .main-posts .post:hover .widget-item-title a,
.tax-cm main.content .sp .entry-title a:hover,
.yarpp-related .sp .title-sp a:hover,
.search main.content .sp .entry-title a:hover{
	color: #3C8840;
}

.tax-cm main.content .sp .entry-header{
	padding: 0 15px;
}

.tax-cm main.content .sp .price,
.yarpp-related .sp .price,
.search main.content .sp .price{
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 6px 10px;
	width: 100%;
	min-height: 25px;
	margin: 10px 0 0;
	line-height: 1.25;
	text-align: left;
	float: left;
}

.tax-cm main.content .sp .price .current-price,
.yarpp-related .sp .price .current-price,
.search main.content .sp .price .current-price{
	color: #e1181c;
	font-size: 18px;
	font-weight: 800;
}

.tax-cm main.content .sp .price strike,
.yarpp-related .sp .price strike,
.search main.content .sp .price strike{
	color: #7b8490;
	font-size: 14px;
	font-weight: 400;
}



.tax-cm main.content .sp .giohang,
.yarpp-related .sp .giohang,
.search main.content .sp .giohang{
	float: left;
	width: 100%;
	margin-top: auto;
	padding-top: 15px;
}

.tax-cm main.content .sp .button-cart ul,
.yarpp-related .sp .button-cart ul,
.search main.content .sp .button-cart ul{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tax-cm main.content .sp .button-cart li,
.yarpp-related .sp .button-cart li,
.search main.content .sp .button-cart li{
	min-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tax-cm main.content .sp .button-cart a,
.yarpp-related .sp .button-cart a,
.search main.content .sp .button-cart a{
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	min-height: 44px;
	padding: 9px 5px;
	border: 1px solid #3C8840;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	transition: color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.tax-cm main.content .sp .button-cart .waittocart,
.yarpp-related .sp .button-cart .waittocart,
.search main.content .sp .button-cart .waittocart{
	background: #37612E;
	color: #fff;
	border: 1px solid #37612E;
}

.tax-cm main.content .sp .button-cart a span,
.yarpp-related .sp .button-cart a span,
.search main.content .sp .button-cart a span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	white-space: nowrap;
}

.tax-cm main.content .sp .button-cart .waittocart span::before,
.yarpp-related .sp .button-cart .waittocart span::before,
.search main.content .sp .button-cart .waittocart span::before{
	content: "";
	flex: 0 0 17px;
	width: 17px;
	height: 17px;
	background: url(images/cart.png) no-repeat center / contain;
	filter: brightness(0) invert(1);
}

.tax-cm main.content .sp .button-cart .xemthem,
.yarpp-related .sp .button-cart .xemthem,
.search main.content .sp .button-cart .xemthem{
	background: #fff;
	color: #3C8840;
}

.tax-cm main.content .sp .button-cart .xemthem span::after,
.yarpp-related .sp .button-cart .xemthem span::after,
.search main.content .sp .button-cart .xemthem span::after{
	content: "\2192";
	margin-left: 6px;
}

.tax-cm main.content .sp .button-cart a:hover,
.yarpp-related .sp .button-cart a:hover,
.search main.content .sp .button-cart a:hover{
	transform: translateY(-4px);
}

.tax-cm main.content .sp .button-cart .waittocart:before,
.yarpp-related .sp .button-cart .waittocart:before,
.search main.content .sp .button-cart .waittocart:before{
	border-color: #3C8840;
	background: #3C8840;
	box-shadow: 0 7px 16px rgba(255, 139, 22, .22);
}

.tax-cm main.content .sp .button-cart .xemthem:hover,
.yarpp-related .sp .button-cart .xemthem:hover,
.search main.content .sp .button-cart .xemthem:hover{
	background: #fff7ef;
	color: #e87500;
	box-shadow: 0 7px 16px rgba(255, 139, 22, .12);
}

.home .site-inner{
	padding: 0;
}

.content-blog .widgettitle{
	margin-bottom: 0;
}

.content-blog .blog-posts{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
}

.content-blog .blog-card{
	min-width: 0;
}

.content-blog .blog-card-inner{
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	background: #fff;
	transition: box-shadow .25s ease, transform .25s ease;
}

.content-blog .blog-card-inner:hover{
	box-shadow: 0 10px 24px rgba(55, 97, 46, .13);
	transform: translateY(-4px);
}

.content-blog .blog-image-wrap{
	position: relative;
	overflow: hidden;
}

.content-blog .blog-image{
	display: block;
	overflow: hidden;
}

.content-blog .blog-image img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 0;
	transition: transform .35s ease;
}

.content-blog .blog-card-inner:hover .blog-image img{
	transform: scale(1.035);
}

.content-blog .blog-category{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 11px 16px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    background: #3C8840;
}

.content-blog .blog-category:visited{
	color: #fff;
}

.content-blog .blog-category:hover{
	color: #fff;
	text-decoration: none;
	background: #37612E;
}

.content-blog .blog-card-content{
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 16px;
}

.content-blog .blog-meta{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 15px;
	color: rgba(0, 0, 0, .5);
	font-size: 12px;
	line-height: 1.3;
}

.content-blog .blog-read-time,
.content-blog .blog-date{
	min-height: 17px;
	padding-left: 23px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 17px 17px;
}

.content-blog .blog-read-time{
	background-image: url(images/doc.svg);
}

.content-blog .blog-date{
	background-image: url(images/date.svg);
}

.content-blog .blog-title{
	display: -webkit-box;
	margin: 0 0 10px;
	overflow: hidden;
	color: #35602F;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.content-blog .blog-title a,
.content-blog .blog-title a:visited{
	color: #37612E;
}

.content-blog .blog-title a:hover{
	color: #3C8840;
	text-decoration: none;
}

.content-blog .blog-detail-link{
	display: flex;
	align-items: center;
	width: fit-content;
	margin-top: 20px;
	padding-bottom: 5px;
	color: #37612E;
	font-size: 15px;
	font-weight: 500;
	border-bottom: 1px solid #37612E;
}

.content-blog .blog-detail-link::after{
	margin-left: 22px;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	content: "\2192";
	transition: transform .3s ease;
}

.content-blog .blog-detail-link:hover{
	color: #3C8840;
	text-decoration: none;
	border-color: #3C8840;
}

.content-blog .blog-detail-link:hover::after{
	transform: translateX(4px);
}

.content-blog .more-from-category{
	margin: 30px 0 0;
	text-align: center;
}

.content-blog .more-from-category a,
.content-blog .more-from-category a:visited{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	min-height: 52px;
	color: #fff;
	font-family: 'SVN Aptima', Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	background: #37612E;
	transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.content-blog .more-from-category a:hover{
	color: #fff;
	text-decoration: none;
	background: #3C8840;
	box-shadow: 0 8px 18px rgba(55, 97, 46, .18);
	transform: translateY(-2px);
}

.content-cta{
	background: url(images/bgcta.jpg) no-repeat center center;
	background-size: cover;
	padding: 10px 0;
	margin-bottom: 0;
}

.content-cta .mainposts{
    min-height: 260px;
    display: flex;
    align-items: center;
    position: relative;
}

/* Nội dung bên trái */
.content-cta .box{
    position: relative;
    z-index: 3;
    width: 100%;
    color: #fff;
}

.content-cta .title{
    margin-bottom: 10px;
    color: #fff;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 800;
    text-transform: uppercase;
}

.content-cta .noidung p{
    margin: 0 0 25px;
    color: rgba(255,255,255,.88);
    font-size: 16px;
    line-height: 1.6;
}

.content-cta .noidung p strong{
    color: #ff9418;
}

/* Danh sách nút */
.content-cta .noidung ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.content-cta .noidung li{
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 1px solid rgba(255,255,255,.65);
    border-radius: 7px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transition: all .3s ease;
}

.content-cta .noidung li a{
    color: #fff;
    text-decoration: none;
}

/* Icon điện thoại */
.content-cta .noidung li:nth-child(1)::before,
.content-cta .noidung li:nth-child(2)::before{
    content: "☎";
    margin-right: 9px;
    font-size: 18px;
}

/* Nút cam */
.content-cta .noidung li:last-child{
    cursor: pointer;
    border-color: #ff8a00;
    padding-left: 25px;
    padding-right: 25px;
    background: linear-gradient(135deg, #ff9d22, #ff7800);
    box-shadow: 0 10px 24px rgba(255,123,0,.3);
    text-transform: uppercase;
}

.content-cta .noidung li:last-child::after{
    content: "→";
    margin-left: 10px;
    font-size: 20px;
}

.content-cta .noidung li:hover{
    transform: translateY(-3px);
    border-color: #fff;
    background-color: rgba(255,255,255,.1);
}

.content-cta .noidung li:last-child:hover{
    border-color: #ffab45;
    background: linear-gradient(135deg, #ffad3d, #ff8300);
}

/* Ảnh sản phẩm bên phải */
.content-cta .mainposts > img{
    position: absolute;
    z-index: 2;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

    width: 48%;
    height: auto;
    max-height: 200px;

    object-fit: contain;
    object-position: center right;

    margin: 0;
}

/* Vòng sáng dưới sản phẩm */
.content-cta .mainposts::after{
    content: "";
    position: absolute;
    right: 1%;
    bottom: 12px;
    width: 46%;
    height: 55px;
    border: 2px solid rgba(0,157,255,.65);
    border-radius: 50%;
    filter: blur(2px);
    box-shadow:
        0 0 18px rgba(0,132,255,.65),
        inset 0 0 18px rgba(0,132,255,.4);
}

.content-cta{
	padding: 50px 0;
	margin-bottom: 0;
	background: #f4f7f7;
}

.content-cta .wrap{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
}

.content-cta .wrap > .widget:first-child{
	grid-column: 1 / -1;
}

.content-cta .widget_media_image{
	min-width: 0;
	border: 1px solid rgba(55, 97, 46, .55);
	border-right: 0;
}

.content-cta .widget_media_image .widget-wrap{
	height: 100%;
}

.content-cta .widget_media_image img{
	display: block;
	width: 100%;
    height: 580px !important;
	margin: 0;
	object-fit: cover;
}

.content-cta .widget_caldera_forms_widget{
	min-width: 0;
	padding: 32px;
	background: #fff;
	border: 1px solid rgba(55, 97, 46, .55);
}

.content-cta .widget_caldera_forms_widget .widget-wrap,
.content-cta .caldera-grid,
.content-cta .caldera_forms_form{
	height: 100%;
}

.content-cta .caldera-grid .row{
	margin-right: 0;
	margin-left: 0;
}

.content-cta .caldera-grid .col-sm-12{
	width: 100%;
	min-height: 0;
	padding-right: 0;
	padding-left: 0;
}

.content-cta .caldera-grid .form-group{
	margin-bottom: 20px;
}

.content-cta .caldera-grid .form-control{
	width: 100%;
	height: 52px;
	padding: 8px 14px 8px 44px;
	color: #333;
	font-family: 'SVN Aptima', Arial, sans-serif;
	font-size: 16px;
	border: 1px solid rgba(55, 97, 46, .25);
	border-radius: 0;
	box-shadow: none;
	transition: border-color .25s ease, box-shadow .25s ease;
}

.content-cta .caldera-grid .form-control:focus{
	border-color: #3C8840;
	box-shadow: 0 0 0 3px rgba(60, 136, 64, .1);
	outline: none;
}

.content-cta .caldera-grid .form-control::placeholder{
	color: rgba(0, 0, 0, .5);
	font-size: 16px;
	opacity: 1;
	font-family: 'Be Vietnam Pro', Arial, Helvetica, sans-serif;
}

.content-cta .caldera-grid .u1 .form-control{
	background: url(images/u1.svg) no-repeat left 10px center;
}

.content-cta .caldera-grid .u2 .form-control{
	background: url(images/u2.svg) no-repeat left 10px center;
}

.content-cta .caldera-grid .u3 .form-control{
	background: url(images/u3.svg) no-repeat left 10px center;
}

.content-cta .caldera-grid .u4 .form-control{
	background: url(images/u4.svg) no-repeat left 10px center;
	color: rgba(0, 0, 0, .5);
	font-size: 16px;
	font-family: 'Be Vietnam Pro', Arial, Helvetica, sans-serif;
}

.content-cta .caldera-grid .u5 .form-control{
	background: url(images/u5.svg) no-repeat left 10px top 15px;
}

.content-cta .caldera-grid textarea.form-control{
	height: 130px;
	padding-top: 13px;
	background-position: 13px 13px;
	resize: vertical;
}

.content-cta .caldera-grid input[type="submit"]{
	width: 100%;
	height: 54px;
	margin-top: 2px;
	padding: 0 20px 0 48px;
	color: #fff;
	font-family: 'SVN Aptima', Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #37612E;
	background-image: url(images/sky.svg);
	background-repeat: no-repeat;
	background-position: calc(50% - 92px) center;
	background-size: 45px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	transition: background-color .3s ease, transform .3s ease, box-shadow .3s ease;
}

.content-cta .caldera-grid input[type="submit"]:hover{
	background-color: #3C8840;
	box-shadow: 0 8px 18px rgba(55, 97, 46, .18);
	transform: translateY(-2px);
}

.content-cta .caldera-grid input[type="submit"]:focus-visible{
	outline: 2px solid #3C8840;
	outline-offset: 3px;
}

.thongsonhanh{
	font-size: 13px;
    color: #555;
    margin: 7px 0 !important;
}

/* Bảng trong nội dung bài viết và trang */
.single .entry-content table,
.page .entry-content table{
	 width: 100%;
    max-width: 100%;
    margin: 20px 0;
    border: 1px solid #dfe4ea;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
}

.single .entry-content table th,
.single .entry-content table td,
.page .entry-content table th,
.page .entry-content table td{
	min-width: 120px;
	padding: 11px 14px;
	border: 1px solid #dfe4ea;
	vertical-align: top;
	text-align: left;
}

.single .entry-content table thead th,
.page .entry-content table thead th{
	background: #37612E;
	color: #fff;
	font-weight: 700;
}

.single .entry-content table tbody tr:nth-child(even) td,
.page .entry-content table tbody tr:nth-child(even) td{
	background: #f6f9fc;
}

.single .entry-content table tbody tr:hover td,
.page .entry-content table tbody tr:hover td{
	background: #fff7ed;
}

.single .entry-content table caption,
.page .entry-content table caption{
	padding: 0 0 10px;
	color: #26313d;
	font-weight: 700;
	text-align: left;
}

.page-template-page-lienhe main.content{
    display: grid;
    grid-template-columns: 1fr 500px;
    gap: 50px;
    align-items: start;
}

.page-template-page-lienhe main.content > article{
    order: 1;
}

.page-template-page-lienhe main.content > .form{
    order: 2;
    position: sticky;
    top: 120px;
	box-sizing: border-box;
	padding: 34px;
	border: 1px solid #dce7dc;
	border-top: 4px solid #35602F;
	border-radius: 14px;
	background: linear-gradient(180deg, #fbfdfb 0%, #f4f8f4 100%);
	box-shadow: 0 12px 36px rgba(34, 67, 31, .1);
}

.page-template-page-lienhe main.content > .form > h2{
	margin: 0 0 8px;
	color: #35602F;
	font-family: 'SVN Aptima', Arial, sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
}

.page-template-page-lienhe main.content > .form > p{
	margin: 0 0 24px;
	color: #667066;
	font-size: 15px;
	text-align: left;
}

.page-template-page-lienhe main.content > .form > p:empty{
	display: none;
}

.page-template-page-lienhe .form .caldera-grid .row{
	margin-right: 0;
	margin-left: 0;
}

.page-template-page-lienhe .form .caldera-grid .col-sm-12.single{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	width: 100%;
	min-height: 0;
	padding: 0;
}

.page-template-page-lienhe .form .caldera-grid .form-group{
	min-width: 0;
	margin: 0;
}

.page-template-page-lienhe .form .caldera-grid .u5,
.page-template-page-lienhe .form .caldera-grid .form-group:last-of-type{
	grid-column: 1 / -1;
}

.page-template-page-lienhe .form .caldera-grid .form-control{
	box-sizing: border-box;
	width: 100%;
	height: 52px;
	padding: 10px 14px 10px 44px;
	border: 1px solid rgba(53, 96, 47, .24);
	border-radius: 8px;
	color: #263126;
	background-color: #fff;
	font-family: 'Be Vietnam Pro', Arial, sans-serif;
	font-size: 15px;
	box-shadow: 0 2px 8px rgba(34, 67, 31, .04);
	transition: border-color .2s ease, box-shadow .2s ease;
}

.page-template-page-lienhe .form .caldera-grid .form-control:focus{
	border-color: #35602F;
	outline: 0;
	box-shadow: 0 0 0 3px rgba(53, 96, 47, .12);
}

.page-template-page-lienhe .form .caldera-grid .form-control::placeholder{
	color: #8a928a;
	opacity: 1;
}

.page-template-page-lienhe .form .caldera-grid .u1 .form-control{
	background: #fff url(images/u1.svg) no-repeat left 13px center;
}

.page-template-page-lienhe .form .caldera-grid .u2 .form-control{
	background: #fff url(images/u2.svg) no-repeat left 13px center;
}

.page-template-page-lienhe .form .caldera-grid .u3 .form-control{
	background: #fff url(images/u3.svg) no-repeat left 13px center;
}

.page-template-page-lienhe .form .caldera-grid .u4 .form-control{
	background: #fff url(images/u4.svg) no-repeat left 13px center;
}

.page-template-page-lienhe .form .caldera-grid .u5 .form-control{
	background: #fff url(images/u5.svg) no-repeat left 13px top 15px;
}

.page-template-page-lienhe .form .caldera-grid textarea.form-control{
	height: 120px;
	padding-top: 14px;
	resize: vertical;
}

.page-template-page-lienhe .form .caldera-grid input[type="submit"]{
	width: 100%;
	height: 54px;
	margin: 2px 0 0;
	padding: 0 24px;
	border: 0;
	border-radius: 8px;
	color: #fff;
	background: #35602F;
	font-family: 'Be Vietnam Pro', Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0 8px 20px rgba(53, 96, 47, .22);
	cursor: pointer;
	transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.page-template-page-lienhe .form .caldera-grid input[type="submit"]:hover{
	background: #294d25;
	box-shadow: 0 11px 24px rgba(53, 96, 47, .3);
	transform: translateY(-2px);
}

.page-template-page-lienhe .form .caldera-grid input[type="submit"]:focus-visible{
	outline: 2px solid #35602F;
	outline-offset: 3px;
}

.page-template-page-lienhe .form .caldera-grid .alert{
	margin-bottom: 16px;
	border-radius: 8px;
}

.gsc-order-confirmation__header h2{
	    color: #35602F;
}

.gsc-order-confirmation__header{
    border-left: 4px solid #35602F;
}

.gsc-order-confirmation__header:before{
    position: absolute;
    top: 18px;
    left: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    content: "\2713";
    background: #35602F;
    border-radius: 50%;
}

.gsc-order-confirmation__totals p strong{
	color: #f00000;
}

.site-header .wrap{
	width: calc(100% - 180px);
	min-width: 1200px;
}

.page-template-page-lienhe h1{
	display: none;
}

.map iframe{
	width: 100%;
}

/* -------------------- MOBILE ------------------*/

@media (max-width: 1800px){
	.site-header .wrap {
	    width: calc(100% - 30px);
	    min-width: auto;
	}
}

@media (max-width: 1600px){

	.menu-primary a, .menu-secondary a, .site-header .menu a{
		margin: 8px 10px;
	}
}

@media (max-width: 1400px){
	.site-header .wrap{
		width: calc(100% - 30px);
		min-width: auto;
	}

	.site-header .widget-area .widget {
	    float: right;
	    margin-left: 15px;
	}

	.site-header .widget-area .gsc-shop-cart .btn-view-cart {
        width: 40px;
        height: 40px;
        background-size: 40px;
		margin-top: 10px;
    }

    .site-header .widget-area .widget p a{
		background-size: 40px;
		padding: 5px 0 5px 48px;
	}

	.site-header .widget-area .widget p a em {
        font-size: 18px;
    }

	.title-area{
		width: 135px;
	}

	.site-header .widget-area{
		width: calc(100% - 135px);
	}

	.site-header .widget-area .widget p a em{
		font-size: 20px;
	}

	.site-header .widget-area .gsc-shop-cart .gsc-num-products, .fix_icon .gsc-shop-cart .gsc-num-products {
	    position: absolute;
	    top: -3px !important;
	    left: 31px;
	    color: #fff;
	    font-size: 13px;
	    width: 22px;
	    height: 22px;
	    border-radius: 100%;
	    text-align: center;
	    background: #e1181c;
	    line-height: 22px;
	    right: -11px;
	    font-weight: bold;
	}

	.site-header .menu a{
		font-size: 15px;
	}

    .menu-primary a, .menu-secondary a, .site-header .menu a {
        margin: 13px 10px 8px;
    }

        .site-header .widget-area .widget p a em {
        font-size: 16px;
    }

    .site-header .widget-area .widget p{
    	margin-top: 7px;
    }
	
}

@media (max-width: 1300px){
	.site-header .title-area img {
	    height: 50px;
	}

	.title-area {
        width: 112px;
    }

    .site-header .widget-area {
        width: calc(100% - 115px);
    }

    .site-header .widget-area .widget {
        margin-left: 10px;
    }

    .menu-primary a, .menu-secondary a, .site-header .menu a {
        margin: 13px 10px 8px;
        font-size: 14px;
    }

}

@media (max-width: 1200px){

	.content-duan .project-posts .slick-prev, .content-duan .project-posts .slick-next,
	.content-duan .project-posts .slick-prev, .content-duan .project-posts .slick-next,
	.content-nguyenlieu .cm-taxonomy-list .slick-prev, .content-nguyenlieu .cm-taxonomy-list .slick-next{
		display: none !important;
	}

	.content-gioithieu .wrap{
		width: calc(100% - 30px);
	}

	#click-menu{
		display: block;
        right: 12px !important;
        background: #deefe0;
        padding: 5px 5px 0 5px;
        border-radius: 5px;
	}

	#click-menu .line{
		width: 26px;
	}

	.site-header .widget-area {
        width: fit-content;
        float: right;
        margin: 9px 45px 0 0;
    }

    .site-header .widget-area .gsc-shop-cart .btn-view-cart {
        width: 35px;
        height: 35px;
        background-size: 35px;
        margin-top: 10px;
    }

    .site-header .widget-area .gsc-shop-cart .gsc-num-products, .fix_icon .gsc-shop-cart .gsc-num-products {
        position: absolute;
        top: -6px !important;
        left: 22px;
        color: #fff;
        font-size: 12px;
        width: 19px;
        height: 19px;
        border-radius: 100%;
        text-align: center;
        background: #e1181c;
        line-height: 19px;
        right: -11px;
        font-weight: 500;
    }

    .site-header .widget-area .widget p a {
        background-size: 35px;
        padding: 5px 0 5px 40px;
        font-size: 12px;
    }

    .site-header .widget-area .widget p a em {
        font-size: 14px;
    }

    .site-header,
    .title-area{
    	height: 70px;
    }

	.wrap,
	.site-inner{
		width: calc(100% - 30px);
		margin: 0 15px;
	}

	.site-header .widget_nav_menu{
		display: none;
	}

	.breadcrumb .wrap{
		width: calc(100% - 30px);
	}

	.chitiet_sp .anh_sp,
	.chitiet_sp .info_sp{
		width: calc(50% - 30px);
	}

	.single-sp main.content article{
		width: 100%;
	}

	/*.menu-primary a, .menu-secondary a, .site-header .menu a{
		margin: 8px 12px;
	}*/

	.site-header .widget_search{
		display: none;
	}

	body.home .section[class*="content-"] > .wrap h2,
	body.home .section[class*="content-"] > .wrap h2 a,
	body.home .section[class*="content-"] > .wrap h2 a:visited{
		font-size: 32px;
	}

	.tax-cm main.content{
	    grid-template-columns: 230px minmax(0, 1fr);
	}

	.tax-cm main.content .taxonomy-product-list{
	    grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sidebar{
		width: 30%;
		margin: 0;
	}

	.content-sidebar .content,
	.sidebar-content .content{
		width: calc(70% - 20px);
    	margin: 0 20px 0 0;
	}

	.content-gioithieu .mainposts {
	    width: calc(100% - 30px);
	    margin: 30px 30px 0 0;
	}
}

@media (max-width: 960px){

	.content-slider .slick-prev{
		left: 8px;
	}

	.content-slider .slick-next{
		right: 8px;
	}

	#click-menu.f-click{
		position: fixed;
	}

	#responsive-menu.f-menu{
		position: fixed;
	}

	.section{
		margin-bottom: 40px;
	}

	.content-gioithieu .widget p{
		text-align: justify;
	}

	

	.content-sidebar .content,
.sidebar-content .content{
        width: 100%;
        margin: 0 0 20px 0;
    }

    .sidebar{
    	width: 100%;
    }


}

@media (max-width: 860px){
	.category main.content{
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}

	.chitiet_sp .anh_sp,
.chitiet_sp .info_sp{
		width: 100%;
		margin: 0;
	}

	.chitiet_sp .info_sp{
		margin-top: 24px;
	}

	.chitiet_sp .sphot-product-gallery{
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.chitiet_sp .sphot-slider-for{
		order: 1;
	}

	

	.chitiet_sp .sphot-slider-nav{
		order: 2;
		max-height: none;
		margin-top: 10px;
	}

	.chitiet_sp .sphot-thumb{
		margin: 0 8px 0 0;
	}

	.content-gioithieu .wrap{
	    display: grid;
	    grid-template-columns: repeat(1, 1fr);
	    gap: 15px;
	    width: calc(100% - 30px);
	}

	.content-gioithieu .widget{
		width: 100%;
	}

	.content-gioithieu .mainposts{
		width: 100%;
		margin: 0;
	}

	.content-giaiphap .wrap{
		grid-template-columns: 1fr;
	}

	.content-giaiphap .wrap > .widget:first-child{
		grid-column: auto;
	}

	.content-setup .wrap{
		grid-template-columns: 1fr;
		row-gap: 20px;
	}

	.content-setup .wrap > .widget:first-child{
		grid-column: auto;
	}

	.content-phache .image-upload .mainposts{
		grid-template-columns: 1fr;
	}

	.content-phache .image-upload .box,
	.content-phache .wrap > .image-upload:nth-child(3) .box{
		grid-column: 1;
		grid-row: 2;
		min-height: 210px;
	}

	.content-phache .wrap > .image-upload:nth-child(3) .mainposts > a{
		grid-column: 1;
		grid-row: 1;
	}


	.content-duan .project-posts:not(.slick-initialized){
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.content-duan .project-posts .slick-prev{
		left: -40px;
	}

	.content-duan .project-posts .slick-next{
		right: -40px;
	}

	.content-nguyenlieu .cm-taxonomy-list{
		width: calc(100% - 0px);
	}

	.content-nguyenlieu .cm-taxonomy-list:not(.slick-initialized){
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.content-nguyenlieu .cm-taxonomy-list .slick-prev{
		left: -40px;
	}

	.content-nguyenlieu .cm-taxonomy-list .slick-next{
		right: -40px;
	}

	.content-tlgiaiphap .wrap{
		grid-template-columns: 1fr;
	}

	.content-tlgiaiphap .widget:nth-child(2){
		padding-right: 35px;
	}

	.content-tlgiaiphap .widget:nth-child(2) .widget-wrap{
		min-height: 0;
		padding: 0 0 25px;
		border-right: 0;
		border-bottom: 1px solid rgba(55, 97, 46, .65);
	}

	body.home .section[class*="content-"] > .wrap h2{
		gap: 5px;
	}

	.content-tlgiaiphap .widget:nth-child(2)::after{
		right: 35px;
		bottom: 28px;
	}

	body.home .section[class*="content-"] > .wrap h2,
	body.home .section[class*="content-"] > .wrap h2 a,
	body.home .section[class*="content-"] > .wrap h2 a:visited{
        font-size: 28px;
    }

	.content-cta{
	    padding: 35px 0;
	    margin: 0;
	}

	.content-cta .wrap{
		grid-template-columns: 1fr;
	}

	.content-cta .widget_media_image{
		border-right: 1px solid rgba(55, 97, 46, .55);
		border-bottom: 0;
	}

	.content-cta .widget_media_image img{
		max-height: 520px;
	}

	.content-cta .title{
		font-size: 26px;
	}

	.content-cta .mainposts > img{
		display: none;
	}

	.content-cta .noidung li{
		padding: 0;
		width: 100%;
	}

	.site-footer .widget{
	    float: left;
	    width: 100%;
	    margin: 30px 0 0;
	}

	.site-footer .widget:nth-child(2) .widget-wrap{
		width: auto;
	}

	.site-footer{
		padding-bottom: 20px;
	}

	.content-blog .blog-posts{
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}

	.breadcrumb{
		padding: 20px 0;
	}

	.archive-heading a,
.archive-heading{
	    font-size: 30px;
	}

	.page .content-sidebar-wrap,
.single .content-sidebar-wrap{
	    margin: 0;
	}

	.tax-cm main.content{
		grid-template-columns: 1fr;
	}

	.tax-cm main.content .taxonomy-product-list{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cm-category-tabs{
		justify-content: flex-start;
		gap: 12px;
	}

	.cm-catalog-toolbar{
		align-items: flex-start;
		flex-direction: column;
	}

	.cm-catalog-controls{
		width: 100%;
	}

	.cm-product-search{
		flex: 1 1 auto;
		width: auto;
	}

	.archive .breadcrumb{
	    margin-bottom: 5px;
	}

	.tax-cm main.content .taxonomy-product-list{
		gap: 15px;
	}

	.tax-cm main.content .sp .percent,
.yarpp-related .sp .percent,
.search main.content .sp .percent{
	    font-size: 14px;
	    height: 40px;
	    width: 40px;
	    line-height: 40px;
	    border-radius: 100%;
	}

	.page-template-page-lienhe main.content{
		grid-template-columns: 1fr;
	}

	.page-template-page-lienhe main.content > .form{
		position: static;
		top: auto;
	}

	.yarpp-related .post{
	    float: left;
	    width: 100%;
	    margin: 0 0 15px;
	}

	.yarpp-related .post img{
	    width: 150px;
	    margin: 0 15px 0 0;
	    height: auto;
	    object-fit: cover;
	    border-radius: 10px;
	    float: left;
	}

	.yarpp-related .title,
.yarpp-related .widgettitle{
	    margin: 20px 0;
	}

	.chitiet_sp{
	    padding-bottom: 5px;
	    margin-bottom: 15px;
	}

	.yarpp-related .sp{
	    float: left;
	    margin: 0 5px 15px;
	    border: 1px solid #efefef;
	    position: relative;
	    border-radius: 10px;
	    width: calc(50% - 12px);
	    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
	}

	.shop-cart-form-info,
#info-customer{
		width: 100% !important;
		margin: 0 0 15px 0 !important;
	}


	.breadcrumb.has-context-banner{
		min-height: 300px;
		padding: 50px 0;
	}
}

@media (max-width: 580px){
	.breadcrumb.has-context-banner{
		min-height: 160px;
		padding: 40px 0;
	}

	.breadcrumb.has-context-banner .archive-heading{
		font-size: 32px;
	}

	body:not(.home) .site-footer{
		margin-top: 0;
	}


	.content-slider .slick-prev, .content-slider .slick-next {
	    position: absolute;
	    top: 50%;
	    z-index: 10;
	    width: 25px;
	    height: 50px;
	    padding: 0;
	    border: 0;
	    background-color: transparent;
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: 23px;
	    font-size: 0;
	    transform: translateY(-50%);
	    cursor: pointer;
	}

	.category main.content{
		grid-template-columns: 1fr;
	}

	.page-template-page-lienhe main.content > .form{
		padding: 22px 18px;
	}

	.page-template-page-lienhe .form .caldera-grid .col-sm-12.single{
		grid-template-columns: 1fr;
	}

	.page-template-page-lienhe .form .caldera-grid .u5,
	.page-template-page-lienhe .form .caldera-grid .form-group:last-of-type{
		grid-column: auto;
	}

	.left-check-cart .shop-cart-form-info,
	.left-check-cart #info-customer{
		padding: 18px;
	}

	.tax-cm main.content .taxonomy-product-list{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cm-category-tabs-wrap{
		position: relative;
		z-index: 20;
		margin-bottom: 20px;
	}

	.cm-category-tabs-toggle{
		display: flex;
		align-items: center;
		gap: 10px;
		box-sizing: border-box;
		width: 100%;
		min-height: 44px;
		padding: 10px 14px 10px 7px;
		border: 1px solid #35602F;
		border-radius: 0;
		color: #35602F;
		background: #fff;
		font-size: 14px;
		text-align: left;
		cursor: pointer;
	}

	.cm-category-tabs-toggle > span:nth-of-type(1){
		flex: 1 1 auto;
		min-width: 0;
	}

	.cm-category-tabs-toggle__arrow{
		flex: 0 0 8px;
		width: 8px;
		height: 8px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: translateY(-2px) rotate(45deg);
		transition: transform .2s ease;
	}

	.cm-category-tabs-wrap.is-open .cm-category-tabs-toggle__arrow{
		transform: translateY(2px) rotate(225deg);
	}

	.cm-category-tabs-wrap .cm-category-tabs{
		position: absolute;
		top: calc(100% + 6px);
		left: 0;
		z-index: 30;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		box-sizing: border-box;
		width: 100%;
		max-height: 0;
		margin: 0;
		padding: 0 10px;
		border: 0 solid #dce6dc;
		border-radius: 8px;
		overflow: hidden;
		background: #fff;
		box-shadow: 0 12px 28px rgba(31, 57, 30, .14);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: max-height .25s ease, padding .25s ease, opacity .2s ease, visibility .2s ease;
	}

	.cm-category-tabs-wrap.is-open .cm-category-tabs{
		max-height: 65vh;
		padding: 8px 10px;
		border-width: 1px;
		overflow-y: auto;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.cm-category-tabs-wrap .cm-category-tab,
	.cm-category-tabs-wrap .cm-category-tab:visited{
		box-sizing: border-box;
		width: 100%;
		min-width: 0;
		padding: 12px 14px;
		border: 0;
		border-bottom: 1px solid #edf1ed;
		border-radius: 4px;
		font-size: 13px;
		font-weight: 600;
		text-align: left;
	}

	.cm-category-tabs-wrap .cm-category-tab:last-child{
		border-bottom: 0;
	}

	.cm-product-count{
		display: none;
	}

	.breadcrumb.has-context-banner .archive-heading a, .breadcrumb.has-context-banner .archive-heading a:visited{
		font-size: 26px;
	}

	.cm-catalog-controls{
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.cm-product-search,
	.cm-catalog-controls select{
		width: 100%;
	}

	.content-blog{
		padding: 35px 0 0;
		margin-bottom: 0 !important;
	}

	.site-footer {
	    background: url(images/bgf.jpg) no-repeat bottom left #F6F8FA;
	}

	.content-blog .blog-posts{
		grid-template-columns: 1fr;
	}

	.content-cta .widget_caldera_forms_widget{
		padding: 20px;
	}

	.content-cta .caldera-grid .form-control{
		height: 44px;
		font-size: 14px;
	}

	.content-cta .caldera-grid textarea.form-control{
		height: 115px;
	}

	.content-cta .caldera-grid input[type="submit"]{
		height: 50px;
		font-size: 14px;
		background-position: calc(50% - 82px) center;
		background-size: 24px 24px;
	}

	.content-duan{
		padding: 35px 0 0;
		margin-bottom: 10px !important
	}

	.content-duan .project-posts:not(.slick-initialized){
		grid-template-columns: 1fr;
	}

	.content-duan .project-posts .slick-prev,
	.content-duan .project-posts .slick-next{
		width: 34px;
		height: 34px;
	}

	.content-duan .project-posts .slick-prev{
		left: -30px;
	}

	.content-duan .project-posts .slick-next{
		right: -30px;
	}

	.content-duan .project-posts .slick-prev::before,
	.content-duan .project-posts .slick-next::before{
		font-size: 14px;
		line-height: 34px;
	}

	.content-phache{
		padding: 40px 0 0 0;
        margin: 0 0 10px !important;
	}

	.content-phache .image-upload .box,
	.content-phache .wrap > .image-upload:nth-child(3) .box{
		grid-template-columns: 40px 1px minmax(0, 1fr);
		column-gap: 12px;
		min-height: 190px;
		padding: 28px 20px;
	}

	.content-phache .image-upload .box::before{
		font-size: 46px;
	}

	.content-phache .image-upload .title,
	.content-phache .image-upload .noidung{
		padding-left: 0;
	}

	.content-setup {
        padding: 40px 0 0 0;
        margin: 0 0 10px !important;
    }

	.content-setup .image-upload .box{
		padding: 20px 20px 20px 78px;
	}

	.content-setup .wrap > .widget:first-child {
        margin: 10px;
    }

	.content-setup .image-upload .box::before {
        top: 18px;
        left: 12px;
        font-size: 50px;
    }

    .content-setup .image-upload .title a, .content-setup .image-upload .title a:visited, .content-setup .image-upload .title h3,
    .content-phache .image-upload .title a, .content-phache .image-upload .title a:visited{
    	font-size: 18px;
    }

	.content-setup .image-upload .title{
		min-height: 0;
	}

	.content-nguyenlieu .cm-taxonomy-list{
		width: calc(100% - 0px);
	}

	.content-nguyenlieu {
        padding: 10px 0 0;
        margin: 0 !important;
    }

	.content-nguyenlieu .cm-taxonomy-item {
	    width: 200px;
	}

	.content-nguyenlieu .cm-taxonomy-item h3{
		font-size: 24px;
	}

	.content-nguyenlieu .cm-taxonomy-list:not(.slick-initialized){
		grid-template-columns: 1fr;
	}

	.content-nguyenlieu .cm-taxonomy-list .slick-prev,
	.content-nguyenlieu .cm-taxonomy-list .slick-next{
		width: 34px;
		height: 34px;
	}

	.content-nguyenlieu .cm-taxonomy-list .slick-prev{
		left: -30px;
	}

	.content-nguyenlieu .cm-taxonomy-list .slick-next{
		right: -30px;
	}

	.content-nguyenlieu .cm-taxonomy-list .slick-prev::before,
	.content-nguyenlieu .cm-taxonomy-list .slick-next::before{
		font-size: 14px;
		line-height: 34px;
	}

	.content-tlgiaiphap .widget:first-child,
	.content-tlgiaiphap .widget:nth-child(2),
	.content-tlgiaiphap .widget:nth-child(3){
		padding-left: 24px;
		padding-right: 24px;
	}

	.content-tlgiaiphap .widget:nth-child(3) ul{
		grid-template-columns: 1fr 1fr;
		gap: 15px;
	}

	.site-header .widget-area .gsc-shop-cart .shop-cart-expand{
	    width: 315px;
        border-radius: 10px;
        right: -55px;
        transform: translateX(0);
	}

	.chitiet_sp .button-cart .button{
		grid-template-columns: 1fr;
	}

	.tax-cm main.content .sp .entry-title a,
	.yarpp-related .sp .title-sp a,
	.search main.content .sp .entry-title a{
		font-size: 15px;
	}

	.thongsonhanh{
		font-size: 11px;
		text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	}

	.tax-cm main.content .sp .button-cart li:last-child,
	.yarpp-related .sp .button-cart li:last-child,
	.search main.content .sp .button-cart li:last-child{
		display: none;
	}

	.tax-cm main.content .sp .button-cart ul,
	.yarpp-related .sp .button-cart ul,
	.search main.content .sp .button-cart ul{
	    grid-template-columns: repeat(1, 1fr);
	    gap: 10px;
	}

	body.home .section[class*="content-"] > .wrap h2,
	body.home .section[class*="content-"] > .wrap h2 a,
	body.home .section[class*="content-"] > .wrap h2 a:visited{
        font-size: 26px;
    }


    .category main.content .post img{
	    width: 100%;
	    margin: 0;
	}

	.category main.content .post .entry-title a{
	    font-size: 18px;
	}

	.shop-cart-table .li-products li.images-products,
	#gsc-shopcart-table ul.li-products li.images-products img{
		width: 80px !important;
		margin: 0 !important;
	}

	#gsc-shopcart-table ul.li-products li.price-products{
	    float: left;
	    margin: 0 !important;
	    width: 105px !important;
	}

	.shop-cart-table .li-products li{
	    width: calc(100% - 215px) !important;
        margin: 0 !important;
	}

	.shop-cart-table .li-products .price-products .pprice{
	    font-size: 16px;
	}

	.shop-cart-table .li-products .price-products strike,
	#gsc-shopcart-table ul.li-products li.name-products a{
		font-size: 15px;
	}

	.archive-heading a,
	.archive-heading{
        font-size: 26px;
    }

    .gsc-order-confirmation{
    	border: none;
	    box-shadow: none;
	    padding: 0;
	    margin: 0;
	    width: 100%;
	    background: unset;
    }

    .gsc-order-confirmation__totals{
	    width: calc(100% - 32px);
	    max-width: 100%;
	    margin-left: auto;
	    padding: 15px;
	    background: #f7f9fb;
	    border: 1px solid #e1e7ed;
	}

	.site-header .title-area img {
        height: 47px;
    }

    .title-area {
        width: 105px;
    }

    .content-giaiphap .image-upload img{
		width: 80px;
    }

    .content-giaiphap .image-upload .mainposts{
    	padding: 15px;
    	gap: 10px;
    }

    body.home .section[class*="content-"] > .wrap h2{
    	margin-bottom: 7px;
    }

    .content-tlgiaiphap .widget:nth-child(2)::before {
	    top: 0;
	    left: 12px;
	    content: "\201C";
	}

	.content-tlgiaiphap .widget:nth-child(2) p {
	    font-style: italic;
	    text-align: justify;
	    font-size: 15px;
	}

	.content-tlgiaiphap .widget:nth-child(3) {
	    padding: 0 15px 20px;
	}

	.content-tlgiaiphap .widget:nth-child(3) li img{
		flex: 0 0 45px;
	    width: 45px;
	    height: 45px;
	    margin: 0 12px 0 0;
	}

	.content-tlgiaiphap .widget:nth-child(3) li{
		font-size: 15px;
	}

	.content-tlgiaiphap .widget:first-child .title{
		font-size: 16px;
	}

	.section {
        margin-bottom: 30px;
    }

    .content-duan .project-card{
    	width: 220px;
    	margin-bottom: 0;
    }

    .content-duan .project-title a, .content-duan .project-title a:visited{
    	font-size: 18px;
    }

    .content-duan .project-address{
    	font-size: 15px;
    	margin: 0;
    }

    .content-duan .project-card-inner{
    	padding: 10px;
    }

    .content-duan .project-detail-link > span {
	    display: flex;
	    align-items: center;
	    min-height: 24px;
	    padding: 5px 0 5px 35px;
	    background: url(images/duan.svg) no-repeat left center;
	    font-size: 14px;
	    background-size: 24px;
	}

	.content-duan .project-detail-link::after {
	    margin-left: auto;
	    font-family: Arial, sans-serif;
	    font-size: 20px;
	    font-weight: 400;
	    line-height: 1;
	    content: "\2192";
	    transition: transform .35s cubic-bezier(.22, .61, .36, 1);
	}

	.content-duan .project-posts .slick-dots {
	    margin: 5px 0 0;
	}

	.content-blog .blog-card-inner{
		flex-direction: row;
		align-items: flex-start;
		height: auto;
		background: unset;
	}

	.content-blog .blog-image-wrap{
		flex: 0 0 140px;
		width: 140px;
		float: none;
	}

	.content-blog .blog-image img{
		width: 140px;
		margin: 0;
		aspect-ratio: 16 / 9;
		float: none;
	}

	.content-blog .blog-card{
		margin: 0;
	}

	.content-blog .blog-card-content{
		flex: 1 1 auto;
		min-width: 0;
		padding: 0 0 0 10px;
	}

	.content-blog .blog-meta{
		gap: 6px;
		margin-bottom: 7px;
		font-size: 11px;
	}

	.content-blog .blog-title{
		margin: 0;
		font-size: 15px;
		line-height: 24px;
		-webkit-line-clamp: 2;
	}

	.content-blog .blog-card p,
	.content-blog .blog-detail-link,
	.content-blog .blog-category{
		display: none;
	}

	.content-blog .blog-read-time, .content-blog .blog-date {
	    min-height: 13px;
	    padding-left: 16px;
	    background-repeat: no-repeat;
	    background-position: left center;
	    background-size: 13px;
	}

	.content-blog .more-from-category a, .content-blog .more-from-category a:visited {
	    min-width: 165px;
	    min-height: 46px;
	    font-size: 15px;
	}

	.content-gioithieu .title a{
		font-size: 18px;
	}

	.content-gioithieu .mainposts img {
	    width: 180px;
	}

	#responsive-menu ul li a{
		font-size: 15px;
	}

	.cm-catalog-controls select,
	.cm-product-search input{
		height: 42px;
		font-size: 14px;
	}

	.tax-cm main.content .sp .percent, .yarpp-related .sp .percent, .search main.content .sp .percent {
        font-size: 10px;
        height: 36px;
        width: 36px;
        line-height: 36px;
        border-radius: 100%;
    }

    .tax-cm main.content .sp .entry-header {
	    padding: 0 10px;
	}

	.tax-cm main.content .sp .list-info, .yarpp-related .sp .list-info, .search main.content .sp .list-info {
	    padding: 0 10px 10px;
	    width: calc(100% - 20px);
	}

	.tax-cm main.content .sp .price .current-price, .yarpp-related .sp .price .current-price, .search main.content .sp .price .current-price{
		font-size: 15px;
	}

	.tax-cm main.content .sp .button-cart a span, .yarpp-related .sp .button-cart a span, .search main.content .sp .button-cart a span{
		font-size: 13px;
	}

	.tax-cm main.content .sp .entry-title, .yarpp-related .sp .title-sp, .search main.content .sp .entry-title{
		margin: 0;
	}

	.tax-cm main.content .sp .button-cart .waittocart, .yarpp-related .sp .button-cart .waittocart, .search main.content .sp .button-cart .waittocart{
		min-height: 40px;
	}

	.page main.content .entry-title, .single main.content .entry-title{
		font-size: 28px;
	}

	.chitiet_sp .price{
		font-size: 24px;
	}

	.chitiet_sp .price strike{
		font-size: 17px;
	}

	.chitiet_sp .button-cart .waittocart {
	    line-height: 50px;
	    font-size: 15px;
	}

	.chitiet_sp .button-cart .addtocart{
		font-size: 15px;
	}

	.chitiet_sp .button-cart .waittocart span, .chitiet_sp .button-cart .addtocart span{
		font-size: 13px;
	}

	.breadcrumb.has-context-banner,
	.breadcrumb,
	.breadcrumb a,
	.breadcrumb.has-context-banner .home, .breadcrumb.has-context-banner .separator{
		font-size: 13px;
	}

	.phache-child-pages.content-setup .wrap > .widget:first-child {
	    margin: 0;
	}

	#reply-title, .yarpp-related .title, .yarpp-related .widgettitle{
		font-size: 24px;
	}

	.page-template-page-lienhe main.content > .form > h2{
		font-size: 20px;
	}

	#checkout-form p input#full-name, #checkout-form p input#address, #checkout-form p input#phone, #checkout-form p input#email{
		width: 100%;
		    border: 1px solid #d9e2d9;
	}

	.left-check-cart .thanhtoan{
		padding: 15px;
	}

	.thanhtoan li:last-child,
	.thanhtoan li b,
	.gsc-order-confirmation h3, .gsc-order-confirmation__meta strong, .gsc-order-confirmation__grand-total{
		font-size: 16px;
	}

	.thanhtoan li:last-child b,
	.gsc-order-confirmation__totals p strong{
		font-size: 18px;
	}

	.shop-cart-form-info h2, #info-customer h2,
	.gsc-order-confirmation__header h2{
		font-size: 20px !important;
	}

	.gsc-order-confirmation__header:before {
	    position: absolute;
	    top: 18px;
	    left: 13px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    width: 43px;
	    height: 43px;
	    color: #fff;
	    font-size: 23px;
	    font-weight: 700;
	    line-height: 1;
	    content: "\2713";
	    background: #35602F;
	    border-radius: 50%;
	}



}


@media (max-width: 380px){
	.site-header .title-area img {
        height: 43px;
    }

    .title-area {
        width: 95px;
    }

    .site-header .widget-area .widget p a em {
        font-size: 13px;
    }

    .site-header .widget-area .widget p a {
        background-size: 29px;
        padding: 5px 0 5px 34px;
    }

    .site-header .widget-area .gsc-shop-cart .btn-view-cart{
    	background-size: 29px;
    }
}
