/*
	Theme Name: ADSDIGI
	Description: Themes hỗ trợ Genesis Theme v2.7.3 and Wordpress v5.0 trở lên
	Template: genesis
*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: 'Roboto', 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: 'Roboto', 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: underline;
}

a img {
	border: none;
}

/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}

::-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: 90px;
	width: 100%;
	float: left;
	border-bottom: 1px solid #f1f1f1;
	position: relative;
}

.title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 230px;
	height: 90px;
}

.site-title {
	font-family: 'Roboto', 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;
	background: url(images/logo.png) no-repeat left center;
	background-size: 140px;
}

.site-description {
	font-size: 13px;
	padding: 0;
	display: none;
}

.site-header .widget-area {
	float: right;
	padding: 0;
	width: fit-content;
	margin:19px 0 0 0;
}

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary{
	float: left;
	width: 100%;
	height: 50px;
	background: #27a449;
}

.menu-primary,
.menu-secondary,
.site-header .menu {
	clear: both;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.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;
	margin-right: 2px;
}

.menu-primary a,
.menu-secondary a,
.site-header .menu a {
	color: #333;
    display: block;
    padding: 13px 0 12px;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 15px;
}

.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: #20953f;
    padding: 13px 0 4px;
}

.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: #fff;
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size: 16px;
	padding: 10px;
	position: relative;
	text-transform: none;
	width: 230px;
}

.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: #59b752;
    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: 160px;
	z-index: 9999;
	padding-top: 20px;
}

.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%;
	background: #f7f9f5;
    padding: 10px 0;
	font-size: 15px;
}

.breadcrumb .wrap{
	width: 1170px;
	color: #21b32a;
    font-weight: 500;
}

.breadcrumb a{
	color: #333;
	font-size: 15px;
	font-weight: 400;
}

.breadcrumb .label{
	margin: 0 5px;
	font-weight: 400;
	color: #333;
}

/* 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: 'Roboto', 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: 'Roboto', Arial, sans-serif;
}

h2 a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 16px;
	margin: 0 0 5px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 16px;
}

.taxonomy-description h1,
.widget-area .widgettitle {
	font-size: 16px;
	color: #333;
}

.widget-area .widgettitle a {
	color: #333;
	text-decoration: none;
}

/* 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: right;
	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: #f2f2f2;
	color: #333;
	padding: 8px 13px;
}

.pagination li a:hover,
.pagination li.active a {
	background: #21b32a;
	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: #f7f9f5;
	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 {
	
}

.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;
    /* padding: 12px 0 0; */
    width: 400px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    height: 40px;
}

.sidebar .search-form {
	padding: 5px 0 0 15px;
}

.search-form input[type="search"] {
	margin: 0;
	padding: 6px 5px 6px 15px;
	width: calc(100% - 110px);
	border: none;
	background: unset;
	height: 40px;
}

.nav-primary .search-form input[type="search"] {
	background-color: #fff;
	margin: 2px -7px 0 0;
}

/* Footer
------------------------------------------------------------ */

.site-footer {
	float: left;
    width: 100%;
    background: #27a449;
    padding: 10px 0;
    color: #fff;
}

.site-footer p {
	color: #fff;
}

.site-footer a,
.site-footer a:visited {
	color: #fff;
}

.site-footer a:hover {
	color: #fff;
	text-decoration: none;
}

/* Comments
------------------------------------------------------------ */

.entry-comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
	float: left;
	width: 100%;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
    padding: 10px;
    width: 348px;
    float: left;
    background: #fff;
}

#comment {
    height: 90px;
    margin: 10px 0;
    width: 98%;
    background: #fff;
}

input#submit {
    float: left;
}

.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: 15px;
	margin: 0 0 15px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.comment-meta {
	font-size: 12px;
	margin: 0 0 5px;
}

.comment-meta a{
	color: #666;
}

.comment-reply {
	font-size: 13px;
	font-weight: 300;
}

.comment-reply a{
	background: #f2f2f2;
	color: #333;
	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: #9d9d9d;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
    background: #27a449;
}

.section{
	float: left;
	width: 100%;
}

.site-header .widget p a {
	color: #333;
    background: url(images/ico-hotline.svg) no-repeat left center;
    padding-left: 59px;
    display: block;
    line-height: 25px;
    font-size: 15px;
    background-size: 50px;
    margin-left: 20px;
    font-weight: 500;
}

.site-header .widget a em {
    display: block;
    font-size: 26px;
    font-weight: 900;
    color: #20953f;
    font-style: inherit;
}

.site-header .widget{
	float: left;
}

.site-header .menu-item-has-children>a>span {
    background: url(images/down.svg) no-repeat right top 6px;
    padding-right: 15px;
}

.title-area img{
	width: 185px;
}

.content-gioithieu .widget{
	float: left;
	width: calc(50% - 30px);
	margin: 70px 15px ;
}

.content-gioithieu .widget img{
	border-radius: 10px;
}

.content-gioithieu .widget p{
	margin-bottom: 20px;
}

.content-gioithieu .widget .widgettitle,
.content-dichvu .widget:first-child .widgettitle,
.content-chooseus .widget:first-child .widgettitle,
.content-tintuc .widgettitle a{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    margin: 0 0 20px;
    background: linear-gradient(90deg, #014a37, #acd24d);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	background-clip: text;
  	color: transparent;
}

.content-gioithieu .widget p:last-child a{
    background: linear-gradient(90deg, #014a37, #acd24d);
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    padding: 0 30px;
    border-radius: 50px;
}

.content-dichvu .widget:first-child,
.content-chooseus .widget:first-child{
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 50px;
}

.content-dichvu .widget:first-child p{
	width: 60%;
	margin: 0 auto;
}

.content-dichvu .widget:first-child .widgettitle{
	margin: 0 auto 10px;
	width: fit-content;
}

.content-dichvu .widget{
	float: left;
	width: calc(33.33% - 30px);
	margin: 0 15px 50px;
	text-align: center;
}

.content-dichvu .widget:nth-child(5){
	clear: both;
}

.content-dichvu .widget:nth-child(n+2) img{
	width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 100%;
    border: 5px solid #428b36;
}

.content-dichvu .widget:nth-child(n+2) .title{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}

.content-linhenhanh{
	background: #27a449;
	margin: 30px 0;
	padding: 15px 0;
}

.content-linhenhanh li{
	list-style-type: none;
	display: inline-block;
	float: left;
	text-align: center;
	color: #fff;
	margin: 0 20px;
}

.content-linhenhanh li a{
	color: #fff;
	font-weight: 600;
}

.content-linhenhanh li img{
	display: table;
	margin: 0 auto 5px;
}

.content-linhenhanh .textwidget{
	float: right;
}

.content-linhenhanh .widgettitle{
	float: left;
	color: #fff;
	font-weight: 600;
	margin: 30px 0 0;
}

.content-chooseus .widget:first-child .widgettitle{
	margin: 0 auto 10px;
    width: fit-content;
}

.content-chooseus{
	margin: 50px 0;
}

.content-chooseus .widget:nth-child(n+2){
	float: left;
    width: calc(50% - 80px);
    margin: 0 15px 50px;
    box-shadow: 1px 2px 5px #d9d5d5;
    padding: 25px;
    border-radius: 15px;
}

.content-chooseus .widget p strong{
	color: #165b3a;
}

.content-chooseus .widget:nth-child(n+2) .title{
    font-weight: 600;
    font-size: 20px;
    margin: 5px 0 15px;
}

.content-sanpham{
	background: #f4f9f5;
	padding: 50px 0;
}

.content-sanpham .product{
	float: left;
	margin: 0 10px;
}

.content-sanpham .widgettitle{
	float: left;
	margin: 0 15px 15px;
}

.content-sanpham .widgettitle a{
	color: #165b3a;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
}

.content-sanpham .main-posts{
	float: left;
	width: 100%;
}

.content-sanpham .product img{
	width: 100%;
	margin: 0 0 15px 0;
	border-radius: 10px;
}

.content-sanpham .product a{
	font-size: 17px;
	color: #333;
	font-weight: 500;
}

.content-sanpham .widget{
	position: relative;
}

.content-sanpham .more-from-category{
	position: absolute;
	right: 15px;
}

.content-sanpham .more-from-category a{
	color: #333;
	font-weight: 500;
}

.content-tintuc .main-posts, 
.content-tintuc ul{
	float: left;
	width: calc(50% - 30px);
	margin: 0 15px 30px;
}

.content-tintuc .post:nth-child(4n+1){
	clear: both;
}

.content-tintuc ul li{
	float: left;
	width: 100%;
	list-style-type: none;
	margin: 0 0 15px 0;
}

.content-tintuc ul li img{
	float: left;
	width: 190px;
	margin: 0 15px 0 0;
}

.content-tintuc ul li a{
	margin: 0;
	color: #333;
	font-weight: 500;
}

.content-tintuc .post img{
	margin: 0 0 15px 0;
}

.content-tintuc .post a{
	font-size: 18px;
	font-weight: 500;
	color: #333;
}

.content-tintuc .widgettitle{
	text-align: center;
	margin: 70px 0 30px;
}

.category main.content .post,
.search main.content .post{
	float: left;
	width: 100%;
	margin: 0 0 25px 0;
}

.category main.content .post img,
.search main.content .post img{
	padding: 0;
	border: none;
	background: unset;
	float: left;
	width: 320px;
	margin: 0 15px 0 0;
	border-radius: 10px;
}

.category main.content .post .entry-title a,
.search main.content .post .entry-title a{
	color: #20953f;
	font-weight: 600;
	font-size: 18px;
}

.archive-heading,
.tieudecm{
	text-align: center;
	margin: 40px 0 20px !important;
}

.archive-heading a,
.tieudecm{
	text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    margin: 0 0 20px;
    color :#20953f;
}

.archive .archive-heading{
	display: none;
}

.sidebar .widget_media_image{
	background: unset;
	padding: 0;
	margin: 0 0 30px;
} 

.sidebar .widget .widgettitle p{
	text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
}

.sidebar .widget .post{
	float: left;
	width: 100%;
}

.sidebar .widget .post img{
	float: left;
	width: 130px;
	margin: 0;
	height: 85px;
	object-fit: cover;
}

.sidebar .widget .main-posts{
	padding: 0 15px;
}

.sidebar .widget .post a{
	color: #333;
	font-weight: 500;
}

.sidebar .widget .post .widget-item-title{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.site-footer .widget:nth-child(1){
	float: left;
	width: calc(30% - 30px);
	margin: 50px 15px ;
}

.site-footer .widget:nth-child(2){
	width: calc(20% - 30px);
	margin: 50px 15px;
	float: left;
}

.site-footer .widget:nth-child(3){
	width: calc(50% - 30px);
	margin: 50px 15px;
	float: left;
}

.site-footer .widget .widgettitle{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 20px;
    position: relative;
    padding-bottom: 10px;
}

.site-footer .widget .widgettitle::after{
	content: '';
	width: 70px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.site-footer .widget ul{
	margin-left: 20px;
}

.site-footer .widget ul li{
	margin-bottom: 10px;
}

.site-footer .widget p{
	margin-bottom: 15px;
}

.site-footer .caldera-grid input{
	box-shadow: unset;
	border: 1px solid #dddddd;
	border-radius: 5px;
}

.site-footer .caldera-grid textarea{
	box-shadow: unset;
	border: 1px solid #dddddd;
	border-radius: 5px;
}

.site-footer .caldera-grid label{
	color: #fff;
}

.site-footer .caldera-grid .checkbox{
	float: left;
	width: 50%;
	margin: 5px 0;
}

.site-footer .caldera-grid .checkbox:nth-child(2n+1){
	clear: both;
}

.site-footer .caldera-grid input[type="submit"]{
    display: inline-block;
    margin: 25px auto 0;
    text-transform: uppercase;
    font-weight: 500;
    height: 40px;
    line-height: 30px;
}

.content-number{
	float: left;
	width: 100%;
	margin: 20px 0 90px;
}

.content-number ul li{
	list-style-type: none;
	float: left;
	width: 33%;
	text-align: center;
	font-size: 18px;
}

.content-number ul li strong{
    display: block;
    font-size: 50px;
    font-weight: bold;
    color: #014a37;
}

.content-number ul li em{
	font-style: inherit;
}

.giaban span{
	color: #e91c1f;
    font-weight: 500;
}

.site-header.f-head{
	position: fixed;
	top: 0;
	background: #ffffff;
	z-index: 999;
}

h1.entry-title{
	font-size: 32px;
	font-weight: bold;
}

.page .entry-content h2,
.single .entry-content h2{
	font-size: 28px;
	font-weight: bold;
	color: #21b32a;
}

.page .entry-content h3,
.single .entry-content h3{
	font-size: 24px;
	font-weight: bold;
	color: #333;
}

.tax-product_cat main.content{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.tax-product_cat main.content .pagination{
	grid-column: 1 / -1;
}

.tax-product_cat main.content .product img{
	background: unset;
	padding: 0;
	border: none;
	border-radius: 5px;
	margin: 0 0 10px 0;
}

.tax-product_cat main.content .product .entry-title a{
	font-size: 18px;
	font-weight: 500;
}

.tax-product_cat main.content .product:hover .entry-title a{
	color: #20953f;
}

.tax-product_cat main.content{
	margin-bottom: 70px;
}

.list_cm li{
	list-style-type: none;
	display: inline-block;
	margin: 0 10px 30px;
}

.list_cm li a{
    height: 40px;
    padding: 0 20px;
    border-radius: 5px;
    display: block;
    line-height: 40px;
    border: 1px solid #d9d9d9;
    color: #333;
}

.list_cm li a:hover,
.list_cm li.active a{
	background: #20953f;
	color: #fff;
}

.list_cm{
	width: fit-content;
	margin: 0 auto;
}

.chitiet_sp{
	float: left;
	width: 100%;
	margin: 20px 0 ;
}

.chitiet_sp .anh_sp,
.chitiet_sp .info_sp{
	float: left;
	width: calc(50% - 30px);
	margin: 0 15px;
}

.chitiet_sp .itemnav {
	margin: 15px 15px 0 0;
} 

.chitiet_sp img{
	cursor: pointer;
}

.chitiet_sp .info_sp h1{
    font-size: 32px;
    font-weight: bold;
    color: #014a37;
    background: url(images/sao.png) no-repeat bottom left;
    padding-bottom: 25px;
    background-size: 80px;
    margin-bottom: 30px;
}

.chitiet_sp .info_sp p{
	margin-bottom: 10px;
}

.chitiet_sp .info_sp ul{
	margin-left: 20px;
}

.chitiet_sp .info_sp ul li{
	margin-bottom: 7px;
}

.single-product main.content article{
    margin: 15px 15px;
    border-top: 1px solid #f3f3f3;
    padding-top: 25px;
}

.single-product main.content .tt{
	font-size: 32px;
	font-weight: bold;
	margin: 0 0 10px;
}

.single main.content .entry-content table,
.page main.content .entry-content table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
	border: 1px solid #aaa;
}

.single main.content .entry-content table td,
.page main.content .entry-content table td,
.single main.content .entry-content table th,
.page main.content .entry-content table th {
    padding: 5px 10px !important;
    border: 1px solid #aaa;
}

.single-product .yarpp-related{
	float: left;
	width: 100%;
	margin: 50px 0;
}

.single-product .yarpp-related .widgettitle p{
	width: fit-content;
	margin: 0 auto 20px;
	text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    background: linear-gradient(90deg, #014a37, #acd24d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.single-product .yarpp-related .post{
	float: left;
	width: calc(25% - 30px);
	margin: 0 15px;
}

.single-product .yarpp-related .post a{
	font-size: 17px;
	font-weight: 500;
	color: #333;
}

.nhanbaogia ul{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 0 !important;
    list-style-type: none;
}  

.nhanbaogia ul li:first-child{
    cursor: pointer;
    background: #438d3f;
    color: #fff;
    height: 45px;
    line-height: 45px;
    display: table;
    padding: 0 20px;
    border-radius: 10px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.nhanbaogia li:first-child:hover{
	background: #ec0000;
}

.nhanbaogia ul li:last-child a{
	width: calc(100% - 2px);
    display: block;
    height: 43px;
    line-height: 43px;
    text-align: center;
    border: 1px solid #ec0000;
    border-radius: 10px;
    color: #ec0000;
    font-weight: bold;
}

.nhanbaogia ul li:last-child a em{
	font-style: inherit;
	font-size: 22px;
}

.nhanbaogia{
	float: left;
	width: 100%;
	margin: 20px 0;
}

.nhanbaogia .widget_caldera_forms_widget .widget-wrap {
    position: fixed;
    background: #438d3f;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 15px;
    width: 500px;
    z-index: 1000;
}

.nhanbaogia .widget_caldera_forms_widget .widgettitle {
    position: absolute;
    right: -33px;
    top: -25px;
    border: 1px solid #d6d6d6;
    color: #d6d6d6;
    padding: 0px 10px;
    cursor: pointer;
    background: unset;
}

.nhanbaogia .widget_caldera_forms_widget {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.nhanbaogia form .tieude {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
}

.nhanbaogia form p {
    color: #fff;
    font-size: 16px;
    margin: 0 0 15px;
}

.nhanbaogia form input[type="submit"]{
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 40px;
    border: 1px solid #fff;
    color: #fff;
    display: table;
    background: #438d3f;
    margin: 0 auto;
    transition: background 0.3s ease;
    height: 45px;
    font-size: 16px;
    border-radius: 10px;
}

.nhanbaogia form input[type="submit"]:hover{
	background: #55b94e;
	color: #fff;
}

.nhanbaogia form input[type="text"]{
    box-shadow: none;
    border: none;
    height: 40px;
    font-size: 16px;
}

.nhanbaogia form textarea{
    box-shadow: none !important;
    border: none !important;
    font-size: 16px !important;
}

#fix-icon {
	position: fixed;
	top: 40%;
	right: 10px;
	z-index: 99;
}

#fix-icon ul li{
	list-style-type: none;
	margin: 0;
}

#fix-icon ul li img{
	width: 60px;
	margin: 0 0 5px;
}

#click-menu{
	display: none;
}

@media (max-width: 1200px) {
	.wrap,
	.site-inner,
	.breadcrumb .wrap{
		width: calc(100% - 30px);
	}

	.title-area{
		width: 195px;
	}

	.site-header .widget a em{
		font-size: 22px;
	}

	.site-header .widget p a {
	    padding-left: 50px;
	    background-size: 42px;
	}

	.menu-primary a, .menu-secondary a, .site-header .menu a{
		margin: 0 10px;
	}
}

@media (max-width: 1070px) {
	.menu-primary a, .menu-secondary a, .site-header .menu a{
		margin: 0 5px;
	}

	.site-header .widget a em{
		font-size: 18px;
	}
}

@media (max-width: 960px) {
	#click-menu {
        display: block;
        background: #4b92474a;
        padding: 5px 5px 0 5px;
        border-radius: 5px;
        top: 19px;
        right: 15px;
    }

	.site-header .widget_nav_menu{
		display: none;
	}

	.site-header,
	.title-area{
		height: 70px;
	}

	.title-area img {
	    width: 120px;
	}

	.site-header .widget-area {
        margin: 16px 45px 0 0;
    }

	.title-area {
        width: 125px;
    }

    .click-menu .line{
    	width: 26px !important;
    }

    .site-header .widget p a{
    	font-size: 14px;
    	line-height: 1.3;
    	margin: 0;
    }

    .site-header .widget p a em{
    	font-size: 17px;
    }

    .site-header .widget p a {
        padding-left: 40px;
        background-size: 35px;
    }

    .content-gioithieu .widget {	    
    	width: 100%;
	    margin: 30px 0 0;
	}

	.content-gioithieu .widget .widgettitle, 
	.content-dichvu .widget:first-child .widgettitle, 
	.content-chooseus .widget:first-child .widgettitle, 
	.content-tintuc .widgettitle a {
	    text-transform: inherit;
	    font-size: 28px;
	    line-height: 1.3;
	}

	.content-gioithieu .widget p{
		text-align: justify;
		margin-bottom: 15px;
	}

	#fix-icon{
		top: auto;
		bottom: 20px;
	}

	.content-number ul li{
		font-size: 15px;
	}

	.content-number ul li strong{
		font-size: 23px;
	}

	.content-number{
		margin: 30px 0;
	}

	.content-dichvu .widget:first-child p{
		width: 100%;
	}

	.content-dichvu .widget:nth-child(n+2) .title{
		font-size: 15px;
	}

	.content-dichvu .widget {
	    width: calc(50% - 20px);
	    margin: 0 10px 25px;
	}

	.content-dichvu .widget:nth-child(5) {
	    clear: none !important;
	}

	.content-dichvu .widget:nth-child(4),
	.content-dichvu .widget:nth-child(6) {
	    clear: both;
	}

	.content-dichvu .widget:nth-child(n+2) img {
	    width: 130px;
	    height: 130px;
	}

	.content-linhenhanh li{
		margin: 0 15px;
	}

	.content-linhenhanh .widgettitle{
		margin: 0 0 20px;
	}

	.content-linhenhanh {
	    margin: 20px 0 0;
	    padding: 25px 0;
	}

	.content-chooseus{
		margin: 30px 0;
	}

	.content-dichvu .widget:first-child, .content-chooseus .widget:first-child{
		margin: 0 0 30px;
	}

	.content-chooseus .widget:nth-child(n+2) {
	    width: calc(100% - 30px);
	    margin: 0 0 30px;
	    padding: 15px;
	}

	.content-chooseus .widget:nth-child(n+2) img {
        float: left;
        width: 60px;
        margin: 0 15px 0 0;
    }

    .content-chooseus .widget:nth-child(n+2) .noidung{
    	float: left;
    	width: 100%;
    	margin: 10px 0 0;
    	text-align: justify;
    }

    .content-chooseus .widget:nth-child(n+2) .title{
    	font-size: 18px;
        line-height: 1.3;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: left;
        margin: 0;
    }

    .content-sanpham .widgettitle{
    	margin: 0 0 15px;
    }

    .content-sanpham .widgettitle a {
	    text-transform: inherit;
	    font-size: 28px;
	}

	.content-sanpham .more-from-category{
		position: relative;
		float: left;
		width: 100%;
		text-align: center;
        right: auto;
        margin: 30px 0 0;
	}

	.content-sanpham{
		padding: 30px 0;
	}

	.content-chooseus .widget:last-child{
		margin-bottom: 10px;
	}

	.content-sanpham .more-from-category a {
	    color: #458f39;
	    font-weight: 500;
	    height: 43px;
	    border: 1px solid #458f39;
	    line-height: 43px;
	    display: inline-block;
	    padding: 0 30px;
	    border-radius: 15px;
	}

	.content-tintuc .widgettitle {
	    margin: 40px 0 30px;
	}

	.content-tintuc .main-posts, .content-tintuc ul{
		width: 100%;
		margin: 0;
	}

	.content-tintuc ul li img{
		width: 140px;
	}

	.content-tintuc .widget_media_image{
		margin: 20px 0 0;
		float: left;
		width: 100%;
	}

	.site-footer .widget:nth-child(1),
	.site-footer .widget:nth-child(2),
	.site-footer .widget:nth-child(3){
		width: 100%;
		margin: 20px 0 0;
	}

	.site-footer .caldera-grid .checkbox{
		width: 100%;
	}

	#click-menu.f-menu{
		position: fixed;
	}

	#responsive-menu.f-list{
		position: fixed;
		top: 70px !important;
	}

	.content-sidebar .content, .sidebar-content .content{
		width: 100%;
		margin: 0;
	}

	.page .entry-content h2, .single .entry-content h2 {
	    font-size: 24px;
	}

	.sidebar{
		float: left;
		width: 100%;
		margin: 0;
	}

	h1.entry-title{
		font-size: 30px;
	}

	.archive-heading, .tieudecm {
	    margin: 0 0 10px !important;
	}

	.list_cm li a{
		padding: 0 10px;
		height: 36px;
		line-height: 36px;
	}

	.list_cm li {
	    margin: 0 3px 10px;
	}

	.list_cm{
		margin: 0 auto 30px;
		text-align: center;
	}

	.chitiet_sp .anh_sp{
		width: 100%;
		margin: 0 0 20px;
	} 

	.chitiet_sp .info_sp{
		width: 100%;
		margin: 0;
	}

	.nhanbaogia{
		margin: 20px 0 0;
	}

	.single-product main.content article {
	    margin: 0;
	    border-top: 1px solid #f3f3f3;
	    padding-top: 15px;
	}

	.nhanbaogia .widget_caldera_forms_widget .widget-wrap{
		width: 80%;
	}

	.nhanbaogia .widget_caldera_forms_widget .widgettitle {
	    right: -15px;
	    top: -35px;
	}

}


@media (max-width: 500px) {

	.category main.content .post img, .search main.content .post img{
		width: 100%;
		margin: 0 0 15px;
	}

	.tax-product_cat main.content {
	    display: grid;
	    grid-template-columns: repeat(2, 1fr);
	    gap: 15px;
	}

	.nhanbaogia ul {
	    grid-template-columns: repeat(1, 1fr);
	    gap: 3px;
	}

	#fix-icon ul li img {
	    width: 50px;
	}
}