/*
	Theme Name: CAIA
	Theme URI: http://caia.vn
	Description: Themes hỗ trợ Genesis Theme v2.7.3 and Wordpress v5.0 trở lên
	Author: HoangLT, TuanNM
	Author URI: http://caia.vn
	Version: 4.2
	Template: genesis
*/

/* Defaults
------------------------------------------------------------ */

@font-face {
	font-family: 'iCielCadena';
	src: url(fonts/iCielCadena.otf);
}

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #434343;
	font-family: "Nunito", sans-serif;
	font-size: 17px;
	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: #434343;
	font-family: "Nunito", sans-serif;
	font-size: 17px;
	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;
	outline: none;
}

a:hover {
	text-decoration: none;
	outline: none;
}

a img {
	border: none;
	outline: none;
}

/* Body
------------------------------------------------------------ */

body {
	background-color: #FFF9F3;
}

::-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: 1170px;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

.site-header {
	margin: 0 auto;
	height: 140px;
	width: 100%;
	float: left;
	background: #fff;
}

.title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 150px;
	margin-left: 15px;
	height: 140px;
}

.site-title {
	font-family: "Nunito", 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: #434343;
	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: right;
	padding: 0;
	width: calc(100% - 195px);
	position: relative;
	margin-right: 15px;
}

.site-header .widget-area .widget_text{
	float: left;
	width: auto;
	border-left: 1px solid rgb(19 79 144 / 30%);
	padding-left: 15px;
	margin: 40px 0 0;
}

.site-header .widget-area .widget_text .widgettitle{
	font-size: 25px;
	font-weight: 400;
	color: #2F8B45;
	line-height: 1.4;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	text-transform: none;
}

.site-header .widget-area .widget_text p{
	color: #2F8B45;
	font-size: 30px;
	line-height: 1;
	font-family: 'iCielCadena';
}

.site-header .widget-area .widget_media_image{
	float: right;
	margin: 30px 0 0 30px;
}

.site-header .widget-area .image-upload{
	float: right;
	margin: 35px 0 0;
}

.site-header .widget-area .image-upload .alignleft,
.content-after-single .image-upload .alignleft,
.content-order .image-upload .alignleft{
	margin: 0 10px 0 0;
	padding: 0;
}

.site-header .widget-area .image-upload .box,
.content-after-single .image-upload .box,
.content-order .image-upload .box{
	display: table;
}

.site-header .widget-area .image-upload .title,
.site-header .widget-area .image-upload .title a,
.content-after-single .image-upload .title,
.content-after-single .image-upload .title a,
.content-order .image-upload .title,
.content-order .image-upload .title a,
.site-footer .image-upload .title,
.site-footer .image-upload .title a{
	font-size: 16px;
	color: #434343;
	line-height: 1.4;
}

.site-header .widget-area .image-upload .readmore,
.content-after-single .image-upload .readmore,
.content-order .image-upload .readmore,
.site-footer .image-upload .readmore{
	font-size: 30px;
	color: #2F8B45;
	font-weight: 800;
	line-height: 1.3;
}

.site-header .widget-area .widget_search{
	background-color: #407dc0;
	width: 262px;
	height: 50px;
	border-radius: 5px;
	position: absolute;
	top: 115px;
	right: 0;
	z-index: 10;
}

.site-header .widget-area .widget_search.f-search{
    position: fixed;
    top: 4px;
    right: 50%;
    z-index: 2000;
    transform: translateX(570px);
}

.logged-in .site-header .widget-area .widget_search.f-search{
    top: 36px;
}

.site-header .widget-area .widget_search input[type="submit"]{
	float: right;
	width: 50px;
	height: 50px;
	background: url(images/buttonsearch.svg) no-repeat center center;
	margin: 0;
	padding: 0;
	border: none;
	text-indent: -9999px;
}

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary{
	float: left;
	width: 100%;
	height: 60px;
	background-color: #2F8B45;
}

.nav-primary.f-nav{
	position: fixed;
	top: 0;
	z-index: 1000;
	left: 0;
}

.logged-in .nav-primary.f-nav{
	top: 32px;
}

.nav-primary .wrap{
	width: 1140px;
}

.menu-primary,
.menu-secondary,
.site-header .menu {
	clear: both;
	margin: 0 auto;
	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;
}

.menu-primary a,
.menu-secondary a,
.site-header .menu a {
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	display: block;
	padding: 15px 15px 16px;
	position: relative;
	text-decoration: none;
}

.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 {
	background-color: #F37131;
}

.menu-primary li.diemban a:before{
	background: url(images/add1.svg) no-repeat center center;
    width: 33px;
    height: 32px;
    content: "";
    position: absolute;
    right: -10px;
    top: -10px;
}

.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: #2F8B45;
	border-bottom: 1px solid #ddd;
	color: #fff;
	font-size: 17px;
	padding: 15px;
	position: relative;
	text-transform: none;
	width: 260px;
}

.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: #F37131;
}

.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;
}

.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: 40px 0;
	width: 1170px;
}

.page-product .site-inner {
    padding: 0;
    overflow: inherit;
}

.home .site-inner{
	padding: 0;
}

.page-template-page-diembantong .site-inner,
.page-template-page-diemban .site-inner{
	width: 1140px;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb{
	float: left;
	width: 100%;
	padding: 20px 0;
	color: #2F8B45;
}

.breadcrumb .wrap{
	width: 1140px;
}

.breadcrumb a{
	color: #434343;
}

.breadcrumb .separator{
	margin: 0 5px;
}

.breadcrumb .archive-heading,
.breadcrumb .archive-heading a{
	font-size: 35px;
    color: #2F8B45;
    line-height: 1.3;
    font-weight: 800;
    margin: 10px 0 0;
}

/* 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: 700px;
	margin-left: 15px;
	padding: 30px 25px;
	background: #fff;
	border-radius: 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;
}

.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: "Nunito", sans-serif;
	line-height: 1.35;
	margin: 0 0 10px;
}

h1 {
	font-size: 17px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 17px;
}

h2 a,
h2 a:visited {
	color: #434343;
	font-family: "Nunito", 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: 14px;
}

h4 {
	font-size: 13px;
}

.taxonomy-description h1,
.widget-area .widgettitle {
	font-size: 25px;
	color: #2F8B45;
	line-height: 1.3;
	font-weight: 800;
	border-bottom: 1px solid rgb(47 139 69 / 10%);
	padding: 0 0 15px;
	margin: 0 0 25px;
}

.widget-area .widgettitle p,
.widget-area .widgettitle a {
	font-size: 25px;
	color: #2F8B45;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 800;
	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;
}

/* 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;
	font-size: 15px;
	font-style: italic;
}

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: 17px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
	border-top: 1px solid rgb(47 139 69 / 10%);
	text-align: center;
}

.pagination li,
.pagination .page-numbers{
	display: inline-block;
	margin: 0;
}

.pagination li a,
.pagination li.disabled,
.pagination .page-numbers{
	color: #434343;
	margin-right: 15px;
	align-items: center;
	text-align: center;
	display: inline-grid;
	font-size: 17px;
	border-radius: 100%;
	line-height: 1;
}

.pagination li a:hover,
.pagination li.active a,
.pagination .page-numbers:hover,
.pagination .page-numbers.current{
	color: #2F8B45;
	font-weight: 700;
}

.pagination .page-numbers.prev,
.pagination li.pagination-previous a{
	background: url(images/pprev.svg) no-repeat center center;
	border: none;
	text-indent: -9999px;
	width: 7px;
}

.pagination .page-numbers.next,
.pagination li.pagination-next a{
	background: url(images/pnext.svg) no-repeat center center;
	border: none;
	text-indent: -9999px;
	width: 7px;
}

/* 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: #fff;
	margin: 0 0 25px;
	padding: 0 0 15px;
	float: left;
	width: 100%;
	border-radius: 15px;
}

.sidebar .widget .widget-wrap{
	padding: 30px 25px 0;
	display: block;
}

.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"] {
	padding: 15px 40px;
    background: linear-gradient(to right, #F79525, #F37131);
    color: #fff;
    -webkit-appearance: none;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
	-webkit-appearance: none;
	border-radius: 100px;
}

input:hover[type="button"],
input:hover[type="submit"] {
	text-decoration: none;
}

/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
	float: right;
	width: 100%;
}

.search-form input[type="search"] {
	margin: 0;
	padding: 0 0 0 40px;
	width: calc(100% - 50px);
	background: url(images/search.svg) no-repeat left 15px center transparent;
	height: 50px;
	border: none;	
	outline: none;
	color: rgb(255 255 255 / 60%);
	font-size: 14px;
}

.search-form input[type="search"]::placeholder{
	color: rgb(255 255 255 / 60%);
	font-size: 14px;
}

/* Footer
------------------------------------------------------------ */

.content-before-footer{
	float: left;
	width: 100%;
	background: linear-gradient(to right, #6DC361, #2F8B45);
}

.content-before-footer .image-upload{
	float: left;
	margin: 10px 15px;
}

.content-before-footer .image-upload img{
	float: left;
	margin: 0 15px 0 0;
	width: 136px;
}

.content-before-footer .image-upload .box{
    border-left: 1px solid #fff;
    padding-left: 15px;
    display: inline-block;
    margin: 15px 0 0;
}

.content-before-footer .image-upload .title{
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    text-transform: none;	
}

.content-before-footer .image-upload .noidung p{
    color: #fff;
    font-size: 30px;
    line-height: 1;
    font-family: 'iCielCadena';
}

.content-before-footer .widget_text{
	float: right;
	margin: 10px 15px;
}

.content-before-footer .widget_text p{
    display: flex;
    gap: 5px;
    align-items: center;	
}

.content-before-footer .widget_text p img{
	display: inline-block;
	margin: 0;
}

.site-footer {
	float: left;
	clear: both;
	font-size: 17px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	background: #fff;
}

.site-footer .wrap {
	overflow: hidden;
	padding: 0;
}

.site-footer p {
	font-size: inherit;
	color: #434343;
	margin: 0 0 10px;
}

.site-footer a,
.site-footer a:visited {
	color: #434343;
}

.site-footer a:hover {
	color: #2F8B45;
	text-decoration: none;
}

.site-footer .widget_text{
	width: 262px;
	float: left;
	margin: 50px 15px;
}

.site-footer .widget_text:first-child{
	width: 545px;
}

.site-footer .image-upload{
	float: right;
	width: 270px;
	margin: 50px 15px;
}

.site-footer .widget_text .widgettitle{
	color: #2F8B45;
	font-size: 17px;
	line-height: 1.3;
	margin: 0 0 25px;
	font-weight: 700;
}

.site-footer .widget_text ul{
	list-style: none;
}

.site-footer .widget_text ul li{
	margin: 0 0 10px;
}

.site-footer .widget_text ul li a{
	font-size: 17px;
	color: #434343;
}

.content-after-footer{
	background: #2F8B45;
}

.content-after-footer .widget_text{
	float: left;
	width: 320px;
	margin: 40px 15px;
}

.content-after-footer .widget_text:first-child{
	width: 160px;
}

.content-after-footer .widget_text img{
	float: left;
	margin: 0;
	display: block;
}

.content-after-footer .widget_text img:last-child{
	float: right;
}

.content-after-footer .widget_text:last-child{
	width: 365px;
	text-align: right;
}

.content-after-footer .widget_text:last-child p{
	line-height: 1.3;
}

.content-after-footer .widget_text:last-child p em{
	color: #FFFFFF;
	opacity: 0.7;
	font-size: 14px;
	line-height: 1.3;
}

.content-after-footer .image-upload{
	float: left;
	width: 555px;
	margin: 50px 15px 40px;
}

.content-after-footer .image-upload img{
	width: 89px;
	margin: 0 10px 0 0;
}

.content-after-footer .image-upload .box{
	border-left: 1px solid rgb(255 255 255 / 30%);
    padding-left: 15px;
    display: table;
}

.content-after-footer .image-upload .title{
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
}

.content-after-footer .image-upload p{
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
}

/* Comments
------------------------------------------------------------ */

.content-notice{
    background: rgb(0 0 0 / 60%);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 500;
    display: none;	
    text-align: center;
}

.content-notice p{
	width: 400px;
    padding: 30px 15px;
    background:#fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    display: table;
    z-index: 400;
    border-radius: 10px;
    text-align: center;
}

.comment-reply-title{
    font-size: 30px;
    text-transform: uppercase;
    color: #2F8B45;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 20px;
}

.entry-comments,
#respond {
	margin: 15px 0;
	overflow: hidden;
	float: left;
	width: 100%;
}

#cancel-comment-reply-link {
    font-size: 17px;
    color: #6ABF;
    margin-left: 15px;
}

#phone,
#author,
#comment,
#email,
#url {
	margin: 15px 0 0 0;
    padding: 10px 15px;
    width: calc(49% - 30px);
    float: left;
    background: #fff9f3;
    border-radius: 10px;
    border: 1px solid rgb(47 139 69 / 10%);
    outline: none;
    height: 35px;
}

#phone {
    float: right;
}

#comment {
    height: 90px;
    margin: 15px 0;
    width: calc(100% - 32px);
    background: #fff9f3;
   	border: 1px solid rgb(47 139 69 / 10%);
    max-width: 100%;
    border-radius: 10px;
    outline: none;
    overflow: hidden;
}

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;
	border-radius: 20px;
}

.comment-content{
	display: block;
	clear: both;
}

.comment-content p {
	font-size: 17px;
	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: #2F8B45;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}

.nocomments {
	text-align: center;
}

.entry-comments .pagination {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #fff9f3;
	border-radius: 20px;
}

.alt,
.depth-1,
.even {
	border: 1px solid rgb(47 139 69 / 10%);
}

.comment-author{
	font-weight: 700;
	color: #2F8B45;
}

.comment-author .says{
	font-family: "Nunito", sans-serif;
	color: #434343;	
}

/*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,
.content-slider .widget{
    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,
.content-slider .slick-initialized  .widget{
    display: block;
}

.slick-loading .slick-slide,
.content-slider .slick-loading .widget{
    visibility: hidden;
}

.slick-vertical .slick-slide,
.content-slider .slick-vertical .widget{
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots{
    text-align: center;
    margin: 0;
    padding: 20px 0 0;
}

.slick-dots li{
	display: inline-block;
	width: 40px;
	height: 3px;
	margin-right: 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 3px;
    padding: 0;
    border-radius: 100px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
	background: #C1DDC8;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
    background: #F37131;
}

.section{
	float: left;
	width: 100%;
}

.content-slider .sliders{
	aspect-ratio: 1140/400;	
	margin: 20px 15px;
}

.content-slider img{
	display: block;
	width: 100%;
	margin: 0;
}

.content-slider .slick-prev {
    background: url(images/sprev.svg) no-repeat left center;
    height: 35px;
    width: 35px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 200;
    text-indent: -9999px;
    border: none;
    outline: none;
    cursor: pointer;
    opacity: 0.5;
}

.content-slider .slick-next {
    background: url(images/snext.svg) no-repeat left center;
    height: 35px;
    width: 35px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 200;
    text-indent: -9999px;
    border: none;
    outline: none;
    cursor: pointer;
    opacity: 0.5;
}

.content-slider .slick-prev:hover,
.content-slider .slick-next:hover{
	opacity: 1;
}

.content-product .caia_code_widget{
	float: left;
	width: calc(100% - 30px);
	margin: 50px 15px 30px;
	text-align: center;	
}

.content-product .caia_code_widget .widgettitle,
.content-product .caia_code_widget .widgettitle h2{
	font-size: 40px;
	font-weight: 900;
	color: #F37131;
	line-height: 1.3;
	margin: 0;
}

.content-product .caia_code_widget .widgettitle span{
	display: block;
	color: #2F8B45;
	font-size: 30px;
	text-transform: uppercase;
}

.content-product .image-upload{
	float: left;
	width: 555px;
	margin: 0 15px 50px;
	text-align: center;
}

.content-product .image-upload img{
	display: block;
	width: 100%;
	margin: 0 0 20px;
}

.content-product .image-upload .title,
.content-product .image-upload .title a{
	font-size: 30px;
	color: #2F8B45;
	font-weight: 800;
	line-height: 1.3;
	margin: 0 0 15px;
}

.content-product .image-upload .noidung p{
	font-size: 18px;
	color: #434343;
	margin: 0 0 30px;
}

.content-product .image-upload .noidung ul {
    list-style: none;
    float: left;
    width: 100%;
    margin: 10px auto 0
}

.content-product .image-upload .noidung ul li {
    display: inline-block;
    margin: 0 5px
}

.content-product .image-upload .noidung ul li a {
    border: 1px solid #F37131;
    padding: 14px 50px;
    line-height: 1;
    color: #F37131;
    font-weight: 800;
    font-size: 18px;
    border-radius: 100px;
}

.content-product .image-upload .noidung ul li:last-child a {
    background: linear-gradient(to right,#F79525,#F37131);
    border: 1px solid transparent;
    color: #fff;
}

.content-product .image-upload .noidung ul li a em {
    background: url(images/cart1.svg) no-repeat left center;
    padding: 2px 0;
    padding-left: 30px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
}

.content-use,
.content-client{
	background: #fff;
	margin: 0 0 35px;
}

.content-use .widget_text{
	float: left;
	width: calc(100% - 30px);
	margin: 50px 15px 40px;
	text-align: center;
}

.content-use .widget_text .widgettitle{
	font-size: 37px;
	color: #2F8B45;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 1.3;
	margin: 0 0 40px;
}

.content-use .widget_text ul{
	list-style: none;
}

.content-use .widget_text ul li{
	float: left;
	width: calc(50% - 5px);
	padding: 12px 0;
	text-align: center;
	line-height: 1;
	font-size: 25px;
	font-weight: 900;
	border-radius: 100px;
	cursor: pointer;
	color: #F37131;
	background: #FDE3D6;
}

.content-use .widget_text ul li:last-child{
	float: right;
}

.content-use .widget_text ul li.active{
	background: #2F8B45;
	color: #fff;
}

.content-use .image-upload{
	float: left;
	width: calc(100% - 30px);
	margin: 0 0 50px;
}

.content-use .image-upload img.alignright{
	float: right;
	width: 460px;
	margin: 0;
}

.content-use .image-upload .box{
	float: left;
	width: 640px;
}

.content-use .image-upload .title{
	display: none;
}

.content-use .image-upload .noidung ul{
	list-style: none;
}

.content-use .image-upload .noidung ul li{
	background: linear-gradient(to right, #EEF6F0, #FBFDFC);
	padding: 10px 5px;
	border-radius: 100px 0 0  100px;
	margin: 0 0 10px;
	font-size: 17px;
	color: #2F8B45;
	font-weight: 500;
	min-height: 50px;
	align-items: center;
	display: flex;
	line-height: 1.3;
}

.content-use .image-upload .noidung ul li img{
	display: inline-block;
	width: 50px;
	margin: 0 10px 0 0;
}

.content-use .image-upload .noidung ul li strong{
	font-size: 18px;
	font-weight: 800;
}

.content-use .image-upload:last-child{
	display: none;
}

.content-use .image-upload:last-child ul li{
	background: linear-gradient(to right, #FFFCFA, #FFFFFF);
	font-weight: 800;
}

.content-use .image-upload:last-child ul li strong em{
	color: #F37131;
	font-style: normal;
}

.content-use .image-upload .noidung p a{
	display: table;
	border: 1px solid #2F8B45;
    padding: 18px 0;
    text-align: center;
    width: calc(100% - 2px);
    line-height: 1;
    color: #2F8B45;
    font-weight: 800;
    font-size: 18px;
    border-radius: 100px;	
    margin: 20px 0 0;
}

.content-client .caia-post-list-widget{
	float: left;
	width: 100%;
	margin: 50px 0;
}

.content-client .caia-post-list-widget .widgettitle{
	font-size: 35px;
	color: #2F8B45;
	font-weight: 800;
	text-align: center;
	line-height: 1.3;
	margin: 0 0 40px;
}

.content-client .caia-post-list-widget .widgettitle h2,
.content-client .caia-post-list-widget .widgettitle a{
	font-size: 35px;
	color: #2F8B45;
	font-weight: 800;
	text-align: center;
	line-height: 1.3;
	margin: 0;	
}

.content-client .caia-post-list-widget .widgettitle span{
	color: #F37131;
	font-size: 20px;
	display: block;
}

.content-client .caia-post-list-widget .main-posts{
	float: left;
	width: 100%;
}

.content-client .caia-post-list-widget .post{
	float: left;
	width: 360px;
	margin: 0 15px;
	text-align: center;
}

.content-client .caia-post-list-widget .post img{
	width: 180px;
	height: 180px;
	border-radius: 100%;
	border: 4px solid #FCD5C2;
	padding: 4px;
	background: #fff;
	display: inline-block;
	margin: 0 0 15px;
}

.content-client .caia-post-list-widget .post .widget-item-title{
	line-height: 1.3;
	margin: 0 0 5px;
}

.content-client .caia-post-list-widget .post .widget-item-title a{
	font-size: 20px;
	font-weight: 700;
	color: #2F8B45;
}

.content-client .caia-post-list-widget .post .info{
	margin: 0 0 30px;
}

.content-client .caia-post-list-widget .post .feedback{
	border-radius: 20px;
	border: 1px dashed #2F8B45;
	padding: 30px 20px;
	text-align: left;
	position: relative;
}

.content-client .caia-post-list-widget .post .feedback:after{
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    background: url(images/feed.svg) no-repeat center center #fff;
    width: 30px;
    height: 30px;
    content: "";
}

.content-client .caia-post-list-widget .more-from-category{
	float: left;
	width: calc(100% - 30px);
	margin: 40px 15px 0;
} 

.content-client .caia-post-list-widget .more-from-category a{
    display: table;
    border: 1px solid #2F8B45;
    padding: 18px 0;
    text-align: center;
    width: calc(100% - 2px);
    line-height: 1;
    color: #2F8B45;
    font-weight: 800;
    font-size: 18px;
    border-radius: 100px;
}

.content-info .box{
    display: table;
    width: 100%;
    position: relative;
    overflow: inherit;
}

.content-info .widget_text{
	float: right;
	width: 270px;
	margin: 0 30px 0 0;
}

.content-info .widget_text:first-child{
    position: sticky;
    top: 80px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}

.load-open {
	background: linear-gradient(to bottom, rgba(255 255 255 / 0), rgba(255 255 255 / 62.5), rgba(255 255 255 / 1));
    float: left;
    padding: 100px 0 0;
    width: 100%;
    position: relative;
    margin-top: -100px;
    text-align: center;
    margin-bottom: 20px;
}

.load-open span,
.load-close span{
	background: url(images/open.svg) no-repeat right center;
	padding-right: 25px;
	color: #434343;
	font-weight: 700;
    cursor: pointer;
}

.load-close span{
    background: url(images/hiden.svg) no-repeat right center;
}

.load-close{
	display: none;
    width: 100%;
    position: relative;
    margin: 20px 0;
    float: left;
    text-align: center;
}

.content-info .widget_text:nth-child(2),
.content-info .caia_code_widget{
	float: left;
	width: 750px;
	margin: 0 0 0 30px;
}

.content-info .widget_text:nth-child(2) .textwidget{
	height: 750px;
	overflow: hidden;
}

.content-info .widget_text:nth-child(2) .textwidget.show{
	height: auto;
}

.content-info .entry-content .widget_text:first-child ul{
	list-style: none;
	padding: 0;
}

.content-info .entry-content .widget_text:first-child ul li{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.content-info .entry-content .widget_text:first-child ul li{
	display: block;
	padding: 15px 20px;
	background: #fff;
	color: #434343;
	opacity: 0.7;
	margin: 0 0 5px;
	list-style: none;
    font-weight: 700;
    font-size: 17px;
    border-radius: 5px;
    line-height: 1.3;
}

.content-info .entry-content .widget_text:first-child ul li.active{
	opacity: 1;
	background: #F4F9F5;
	border-radius: 10px;
	font-weight: 800;
}

.content-info .entry-content .widget_text:first-child ul li:hover{
	color: #2F8B45;
	opacity: 1;
}

.content-info .widget_text h2{
    margin: 0 0 20px;
    text-align: left;
    font-size: 30px;
    color: #434343;
    font-weight: 500;
    line-height: 1.3;	
}

.content-info .widget_text h3{
	color: #2F8B45;
    font-weight: 700;	
    margin: 0 0 15px;
    font-size: 25px;	
}

.content-question.page{
	margin: 0 0 50px;
}

.content-question .boxs{
	float: left;
    width: calc(100% - 110px);
    margin: 0 15px 50px;
    background: #fff;
    padding: 35px 40px;
    border-radius: 15px;
}

.content-question .caia_code_widget{
	float: left;
	width: 100%;
	margin: 0 0 40px;
}

.content-question .caia_code_widget .widgettitle{
	font-size: 35px;
	color: #2F8B45;
	font-weight: 800;	
	line-height: 1.3;
}

.content-question .widget_text{
	margin: 0 0 10px;
	float: left;
	width: 100%;
	border-radius: 10px;
	line-height: 1.3;
}

.content-question .widget_text .widgettitle{
    font-weight: 800;	
   	padding: 15px 60px 15px 30px;
    cursor: pointer;
    background: url(images/plus.svg) no-repeat right 30px center #2F8B45;
    margin-bottom: 1px;
    color: #fff;
    font-size: 17px;
    border-radius: 10px;
}

.content-question .widget_text .widgettitle.show{
    background: url(images/minute.svg) no-repeat right  30px center #F37131;
}

.content-question .widget_text .textwidget{
    display: none;
    background: #fff;
    border: 1px solid rgb(47 139 69 / 10%);
    padding: 15px 15px 0;
    border-radius: 10px;
    margin: 0 0 10px;
    float: left;
    width: calc(100% - 32px);
}

.content-question .widget_text .textwidget p{
	margin-bottom: 15px;
}

.content-question .widget_text .textwidget ul{
	padding-left: 15px;
}

.content-question .widget_text .textwidget ul li{
	margin-bottom: 10px;
}

.content-question .image-upload{
	float: left;
	width: 100%;
	margin: 15px 0;
	text-align: center;
}

.content-question .image-upload .title a{
	font-size: 18px;
    font-weight: 800;	
	color: #2F8B45;
	width: 100%;
	padding: 15px 0;
	line-height: 1;
	border-radius: 100px;
	border: 1px solid #2F8B45;
	width: calc(100% - 2px);
	float: left;
}

.content-new{
	background: #fff;
}

.content-shop .widget_text{
	float: left;
	width: 100%;
	margin: 30px 0 60px;
}

.content-info .box{
	float: left;
	width: calc(100% - 30px);
	margin: 15px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.10);
	padding: 30px 0;
}

.content-new .caia-post-list-widget{
	float: left;
	width: 100%;
	margin: 30px 0 80px;
	position: relative;
}

.content-new.single{
	background: none;
}

.content-new.single .caia-post-list-widget{
	margin: 40px 15px 0;
	float: left;
	width: calc(100% - 80px);
	background: #fff;
	padding: 30px 25px;
	border-radius: 15px;
}

.content-new .caia-post-list-widget .more-from-category a{
	position: absolute;
	right: 15px;
	top: 15px;
	color: #2F8B45;
}

.content-new .caia-post-list-widget .widgettitle,
.content-shop .widget_text .widgettitle{
	margin: 0 15px 30px;
	font-size: 35px;
	color: #2F8B45;
	font-weight: 700;
	line-height: 1.3;
}

.content-new .caia-post-list-widget .widgettitle h2,
.content-new .caia-post-list-widget .widgettitle a{
	font-size: 35px;
	color: #2F8B45;
	font-weight: 800;
	margin: 0;	
	line-height: 1.3;
}

.content-new .caia-post-list-widget .main-posts{
	float: left;
	width: 100%;
	margin: 0;
}

.content-new .caia-post-list-widget .post{
	margin: 0 15px;
	float: left;
}

.content-new .caia-post-list-widget .post .alignnone{
	display: block;
	width: 100%;
	margin: 0 0 15px;
	overflow: hidden;
	border-radius: 20px;
}

.content-new .caia-post-list-widget .post img,
.sidebar .caia-post-list-widget .post img,
.archive .content .post img,
.search .content .post img,
.content-before-category .caia-post-list-widget ul li img,
.content-before-category .caia-post-list-widget .post img,
.content-health .caia-post-list-widget .post img,
.content-health .caia-post-list-widget ul li img{
	display: block;
	width: 100%;
	margin: 0;
	transition: all 1s ease;
	padding: 0;
	background: none;
	border: none;
}

.content-new .caia-post-list-widget .post img,
.sidebar .caia-post-list-widget .post img,
.archive .content .post img,
.search .content .post img,
.content-before-category .caia-post-list-widget ul li img,
.content-before-category .caia-post-list-widget .post img,
.content-health .caia-post-list-widget .post img,
.content-health .caia-post-list-widget ul li img{
    aspect-ratio: 750 / 450;
    object-fit: cover;
}

.content-new .caia-post-list-widget .post:hover img,
.sidebar .caia-post-list-widget .post:hover img,
.archive .content .post:hover img,
.search .content .post:hover img,
.content-before-category .caia-post-list-widget ul li:hover img,
.content-before-category .caia-post-list-widget .post:hover img,
.content-health .caia-post-list-widget .post:hover img,
.content-health .caia-post-list-widget ul li:hover img{
	transform: scale(1.05);
}

.content-new .caia-post-list-widget .post .widget-item-title,
.sidebar .caia-post-list-widget .post .widget-item-title,
.archive .content .post h2,
.search .content .post h2,
.content-before-category .caia-post-list-widget .post .widget-item-title{
	line-height: 1.3;
	margin: 0 0 10px;
}

.sidebar .caia-post-list-widget .post .widget-item-title,
.archive .content .post h2,
.search .content .post h2{
	padding: 10px 0 0;
}

.content-new .caia-post-list-widget .post .widget-item-title a,
.sidebar .caia-post-list-widget .post .widget-item-title a,
.content-before-category .caia-post-list-widget ul li p a{
	font-size: 17px;
	color: #434343;
	font-weight: 700;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;	
}

.content-health .boxs{
	float: left;
	width: calc(100% - 110px);
	margin: 0 15px 50px;
	background: #fff;
	padding: 35px 40px;
	border-radius: 15px;
}

.content-health .caia-post-list-widget{
	float: left;
	width: 505px;
	margin: 0;
}

.content-health .caia-post-list-widget:last-child{
	float: right;
}

.content-health .caia-post-list-widget .widgettitle{
	background: url(images/icon2.svg) no-repeat left center;
	padding: 10px 0;
	padding-left: 60px;
	color: #2F8B45;
	font-size: 35px;
	font-weight: 800;
	line-height: 1.3;
	margin: 0 0 25px;
}

.content-health .caia-post-list-widget:first-child .widgettitle{
	background: url(images/icon1.svg) no-repeat left center;
}

.content-health .caia-post-list-widget .widgettitle h2,
.content-health .caia-post-list-widget .widgettitle a{
	color: #2F8B45;
	font-size: 35px;
	font-weight: 800;
	line-height: 1.3;
	margin: 0;
}

.content-health .caia-post-list-widget .post{
	float: left;
	width: 100%;
	margin: 0 0 30px;
}

.content-health .caia-post-list-widget .post .alignnone{
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	margin: 0 0 15px;		
}

.content-health .caia-post-list-widget .post .widget-item-title{
	line-height: 1.3;
	margin: 0 0 10px;
}

.content-health .caia-post-list-widget .post .widget-item-title a,
.content-health .caia-post-list-widget ul li a{
	font-size: 19px;
	font-weight: 700;
	color: #434343;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.content-health .caia-post-list-widget ul li a{
	font-size: 17px;
}

.content-health .caia-post-list-widget .post .widget-item-title a{
	color: #2F8B45;
}

.content-health .caia-post-list-widget ul{
	float: left;
	width: 100%;
	list-style: none;
	margin: 0 0 20px;
}

.content-health .caia-post-list-widget ul li{
	float: left;
	width: 100%;
	margin: 0 0 15px;
}

.content-health .caia-post-list-widget ul li:last-child{
	margin: 0;
}

.content-health .caia-post-list-widget ul li .alignleft{
	display: table;
	width: 160px;
	overflow: hidden;
	border-radius: 10px;
	margin: 0 15px 0 0;	
}

.content-health .caia-post-list-widget ul li h3{
	height: 96px;
	display: flex;
	align-items: center;
	line-height: 1.3;
}

.content-health .caia-post-list-widget .more-from-category a,
.content-new .caia-post-list-widget .more-from-category a{
	font-size: 17px;
	color: #0094D9;
	background: url(images/more.svg) no-repeat right center;
	padding-right: 25px;
	transition: all 1s ease;
}

.content-health .caia-post-list-widget .more-from-category a:hover,
.content-new .caia-post-list-widget .more-from-category a:hover{
	padding-right: 30px;	
}

.content-doctor .widget_text{
	float: left;
	width: calc(100% - 30px);
	margin: 0 15px 60px;
	background: #fff;
	border-radius: 15px;
	padding: 40px 0;
}

.home .content-doctor .widget_text{
	margin: 50px 15px 60px;	
}

.content-doctor .widget_text .widget-wrap{
	margin: 0 40px;
}

.content-doctor .widget_text .widgettitle{
	margin: 0 15px 60px;
	text-align: center;
	font-size: 35px;
	color: #2F8B45;
	font-weight: 800;
	line-height: 1.3;	
	border-bottom: 1px solid rgb(47 139 69 / 10%);
	padding: 0 0 25px;
}

.content-doctor .widget_text table,
.content-doctor .widget_text table tbody,
.content-doctor .widget_text table td{
    float: left;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

.content-doctor .widget_text table tr{
	float: left;
	width: 323px;
	margin: 0 15px;
    border-collapse: collapse;	
    padding: 0;
}

.content-doctor .widget_text table img{
	width: 100px;
	height: 100px;
	object-fit: cover;
	float: left;
	margin: 0 15px 0 0;
}

.content-doctor .widget_text table strong{
	font-size: 17px;
	display: block;
	color: #2F8B45;
	font-weight: 700;	
	margin: 0 0 5px;
	padding: 20px 0 0;
}

.content-doctor .widget_text table p a{
	background: url(images/mess.svg) no-repeat left center;
	padding-left: 30px;
	color: #434343;
	font-size: 17px;
	display: inline-block;
}

.content-doctor .widget_text table p a:hover{
	color: #1250DC;
}

.content-doctor .widget_text table p:last-child{
	display: none;
}

.content-order{
	border-top: 1px solid #2F8B45;
}

.content-order .caia_code_widget{
	float: left;
	width: calc(100% - 30px);
	margin: -17px 15px 40px;
	text-align: center;
}

.content-order .caia_code_widget .widgettitle{
	background: url(images/title.svg) no-repeat top center;
	font-size: 35px;
	display: grid;
	color: #fff;
	font-weight: 700;	
	line-height: 1;	
	margin: 0 auto;
	width: 615px;
	height: 69px;
	align-items: center;
}

.content-order .caia_code_widget .widgettitle h2{
	color: #fff;
	font-weight: 800;	
	line-height: 1;	
	font-size: 35px;
	margin: 0;	
}

.content-order .widget_text{
	float: left;
	width: 655px;
	margin: 0 15px 40px;
}

.content-order .widget_text:last-child{
	margin-top: -40px;
    text-align: center;
}

.content-order .widget_text:last-child p em{
	font-size: 15px;
}

.content-order .widget_text .widgettitle{
	font-size: 20px;
	font-weight: 500;
	color: #434343;
	line-height: 1.3;
	margin: 0 0 20px;
}

.content-order .widget_text table,
.content-order .widget_text table tbody,
.content-order .widget_text table tr{
	width: 100%;
    display: block;
    float: left;	
}

.content-order .widget_text table td{
	background: #fff;
	display: block;
	padding: 25px 20px;
	border-radius: 10px;
	margin: 0 0 20px;
	border: none;
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.10);
}

.content-order .widget_text table tr:last-child td{
	background: linear-gradient(to right, #6DC361, #2F8B45);
	color: #F8F49C;
}

.content-order .widget_text table td h3{
	font-size: 25px;
	color: #2F8B45;
    font-weight: 800;
}

.content-order .widget_text table tr:last-child td h3{
	color: #F8F49C;
	background: url(images/gift.svg) no-repeat left center;
	padding-left: 25px;
}

.content-order .widget_text table tr:last-child td p{
	color: #F8F49C;
}

.content-order .widget_text table td strong{
	color: #F37131;	
}

.content-order .widget_text table tr:last-child td p strong{
	color: #fff;
}

.content-order .widget_text table tr:nth-child(3) h3,
.content-order .widget_text table tr:nth-child(3) strong{
	color: #F37131;
}

.content-order .widget_text table td em{
	background: linear-gradient(to right, #FF8D63, #2F8B45);
	color: #fff;
	font-weight: 500;
	font-style: normal;
	padding: 5px 10px;
	border-radius: 100px;
}

.content-order .widget_text table tr:nth-child(2) em{
	background: linear-gradient(to right, #47BD72, #1C9046);
}

.content-order .widget_text:nth-child(3){
	float: right;
	width: 455px;
	margin: 0 15px 40px;
	border-radius: 10px;
	overflow: hidden;
}

.content-order .widget_text .gallery{
	float: left;
	width: 100%;
	margin: 0;
	border-radius: 10px;
	overflow: hidden;
}

.content-order .widget_text .gallery-item{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;	
}

.content-order .widget_caldera_forms_widget{
	float: left;
	width: 655px;
	margin: 0 15px 25px;
}

.content-order .widget_caldera_forms_widget:nth-child(4){
	clear: both;
}

.content-order .widget_caldera_forms_widget .widgettitle{
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 25px;
	line-height: 1.3;
}

.content-order .widget_caldera_forms_widget:nth-child(4) .row{
	background: #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.10);
	padding: 10px 7.5px;
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 10px;	
}

.content-order .widget_caldera_forms_widget:nth-child(4) .row.last_row{
	display: none;
}

.content-order .widget_caldera_forms_widget:nth-child(4) .row .phi{
	text-align: right;
	font-size: 17px;
	font-weight: 500;
	color: #F37131;
	margin: 32px 0 0;
}

.content-order .widget_caldera_forms_widget:nth-child(4) .row .text img{
	float: left;
	margin: 0 15px 0 0;
}

.content-order .widget_caldera_forms_widget:nth-child(4) .row .text p{
	color: #F37131;
}

.content-order .widget_caldera_forms_widget:nth-child(4) .row .text p strong{
	padding: 15px 0 0;
	font-weight: 800;
	display: table;
	color: #2F8B45;
	line-height: 1.3;
}

.content-order .widget_caldera_forms_widget:nth-child(4) .nuttanggiam{
	float: left;
	width: 100%;
	position: relative;
	margin: 20px 0;
}

.content-order .widget_caldera_forms_widget:nth-child(4) .nuttanggiam input{
	border: 1px solid #D8E1F0;;
    width: calc(100% - 2px);
    height: 50px;
    background: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    outline: none;
    border-radius: 100px;
    font-size: 17px;
    color: #434343;
    font-weight: 500;
    padding-left: 5px;
}

.content-order .widget_caldera_forms_widget:nth-child(4) .nuttanggiam .quantity-button{
    height: 100%;
    width: 30px;
    text-align: center;
    color: #434343;
    font-size: 17px;
    font-weight: 400;
    display: grid;
    align-items: center;
}

.content-order .widget_caldera_forms_widget:nth-child(4) .nuttanggiam .quantity-up{
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.content-order .widget_caldera_forms_widget:nth-child(4) .nuttanggiam .quantity-down{
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.content-order .widget_caldera_forms_widget:nth-child(5){
	float: right;
	width: 455px;	
}

.content-order .widget_caldera_forms_widget:nth-child(5) .caldera-grid{
	background: #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.10);
	padding: 20px;
	display: block;
	float: left;
	width: calc(100% - 40px);
}

.content-order .widget_caldera_forms_widget:nth-child(5) .row:nth-last-child(12),
.content-order .widget_caldera_forms_widget:nth-child(5) .row:nth-last-child(11),
.content-order .widget_caldera_forms_widget:nth-child(5) .row:nth-last-child(10),
.content-order .widget_caldera_forms_widget:nth-child(5) .row:nth-last-child(9),
.content-order .widget_caldera_forms_widget:nth-child(5) .row:nth-last-child(8){
	display: none;
}

.content-order .widget_caldera_forms_widget:nth-child(5) .row:nth-last-child(7) input,
.content-order .widget_caldera_forms_widget:nth-child(5) .row:nth-last-child(6) input{
	height: 50px;
    background: #F6F6F6;
    border-radius: 5px;
    border: none;
    outline: none;
    box-shadow: none;
    color: #434343;
    font-size: 17px;	
}

.content-order .widget_caldera_forms_widget:nth-child(5) .row:nth-last-child(7) input::placeholder,
.content-order .widget_caldera_forms_widget:nth-child(5) .row:nth-last-child(6) input::placeholder{
	font-size: 17px;
}

.content-order .widget_caldera_forms_widget .donhang,
.content-order .widget_caldera_forms_widget .mau{
	font-weight: 500;
	font-size: 17px;
	text-align: right;
}

.content-order .widget_caldera_forms_widget:nth-child(5) .row:nth-last-child(2){
	border-top: 1px solid #D8E1F0;;
	padding: 15px 0;
}

.content-order .widget_caldera_forms_widget:nth-child(5) .row:nth-last-child(2) .first_col{
	background: url(images/total.svg) no-repeat left center;
	padding: 5px 0;
	padding-left: 25px;
	font-size: 17px;	
}

.content-order .widget_caldera_forms_widget:nth-child(5) .row:nth-last-child(2) .last_col{
	color: #F37131;
	font-size: 20px;
	font-weight: 500;
	text-align: right;
}

.content-order .widget_caldera_forms_widget .note{
	margin: 15px 0;
	color: #1C9046;
	font-size: 17px;
	font-style: italic;
}

.content-order .widget_caldera_forms_widget .datngay{
	background: linear-gradient(to right, #F79525, #F37131);
	float: left;
	width: 100%;
	border: none;
	text-align: center;
	padding: 10px 0;
	line-height: 1.3;
	font-size: 17px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 100px;
}

.content-order .widget_caldera_forms_widget input[type="submit"]{
	background: url(images/cart1.svg) no-repeat left center;
	padding-left: 30px;
	line-height: 1.3;
	font-size: 17px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
}

.content-order .widget_media_image{
	float: right;
	width: 455px;
	margin: -130px 15px 50px;
}

.content-order .widget_text .gallery-item img{
	display: block;
	width: 100%;
	margin: 0;
}

.content-order .image-upload{
	float: left;
	width: 655px;
	margin: 0 15px 60px;
}

.content-order .image-upload .widget-wrap{
	display: table;
	margin: 0 auto;
}

.content-order button.slick-prev.slick-arrow{
    background: url(images/prevw.svg) no-repeat center center;
    width: 14px;
    height: 27px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 300;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    opacity: 0.8;
}

.content-order button.slick-next.slick-arrow{
    background: url(images/nextw.svg) no-repeat center center;
    width: 14px;
    height: 27px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 300;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    opacity: 0.8;
}

.content-order .widget_caldera_forms_widget .noteship{
	font-style: italic;
	color: #2F8B45;
	margin: 15px 0 0;
}

.content-before-category{
	background: #fff;
}

.content-before-category .caia-post-list-widget{
	float: left;
	width: calc(100% - 30px);
	margin: 50px 15px 0;
	border-bottom: 1px solid rgb(47 139 69 / 10%);
	padding-bottom: 40px;
}

.content-before-category .caia-post-list-widget .main-posts{
	float: left;
	width: 655px;
	margin: 0;
}

.content-before-category .caia-post-list-widget .post{
	float: left;
	width: 100%;
	margin: 0;
}

.content-before-category .caia-post-list-widget .post .alignnone{
	display: table;
	width: 100%;
	margin: 0 0 15px;
	overflow: hidden;
	border-radius: 20px;
}

.content-before-category .caia-post-list-widget .post .widget-item-title a{
    font-size: 20px;
    color: #2F8B45;
    font-weight: 700;	
}

.content-before-category .caia-post-list-widget ul{
	float: right;
	width: 455px;
	margin: 0;
	list-style: none;
}

.content-before-category .caia-post-list-widget ul li{
	float: left;
	width: 100%;
	margin: 0 0 15px;
}

.content-before-category .caia-post-list-widget ul li p{
	display: grid;
	height: 120px;
	align-items: center;
	margin: 0;
	line-height: 1.3;
}

.archive .content .post,
.search .content .post{
	float: left;
	width: 100%;
	margin: 0 0 30px;	
}

.archive .content .post .entry-image-link,
.search .content .post .entry-image-link{
	display: table;
	width: 310px;
	overflow: hidden;
	border-radius: 20px;
	float: left;
	margin: 0 15px 0 0;	
}

.archive .content .post h2 a,
.search .content .post h2 a{
    font-size: 19px;
    color: #434343;
    font-weight: 700;
}

.archive .content .post .more-link,
.content-before-category .caia-post-list-widget .post .more-link,
.search .content .post .more-link,
.list-question .fitwp_question .more-link{
	font-size: 17px;
    color: #0094D9;
    background: url(images/more.svg) no-repeat right center;
    padding-right: 25px;
	transition: all 1s ease;
	display: table;
	margin: 15px 0 0;
}

.archive .content .post .more-link:hover,
.content-before-category .caia-post-list-widget .post .more-link:hover,
.search .content .post .more-link:hover,
.list-question .fitwp_question .more-link:hover{
	padding-right: 30px;
}

h1.entry-title{
	font-size: 35px;
	color: #2F8B45;
	font-weight: 800;
	margin-bottom: 15px;
	line-height: 1.3;
}

.page-product h1.entry-title {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0 0 40px;
    color: #2F8B45;
    font-weight: 800;
}

.single .content .entry-content h2,
.page .content .entry-content h2{
	font-size: 22px;
	color: #F37131;
	font-weight: 800;
	margin-bottom: 15px;	
}

.page.page-product .content .entry-content h2{
	color: #2F8B45;
	font-size: 35px;
}

.single .content .entry-content h3,
.page .content .entry-content h3{
	font-size: 20px;
	color: #434343;
	font-weight: 800;
	margin-bottom: 15px;	
}

.page.page-product .content .entry-content h3{
	color: #F8F49C;
	font-size: 20px;
	background: linear-gradient(to right, #6DC361, #2F8B45);
	display: block;
	padding: 10px 15px;
	border-radius: 10px;
}

.single .content .entry-content iframe,
.page .content .entry-content iframe{
	display: table;
	margin: 0 auto 15px;
}

.single .content .entry-content table,
.page .content .entry-content table{
	display: table;
	width: 100%;
    margin-bottom: 15px;
}

.single .content .entry-content .caldera-grid input,
.page .content .entry-content .caldera-grid input{
    background: #F5F7FB;
    border-radius: 10px;
    outline: none;
    height: 50px;
    border: none;
    box-shadow: none;
    font-size: 17px;
}

.single .content .entry-content .caldera-grid textarea,
.page .content .entry-content .caldera-grid textarea{
    background: #F5F7FB;
    border-radius: 10px;
    outline: none;
    max-width: 100%;
    border: none;
    box-shadow: none;
    font-size: 17px;
}

.single .content .entry-content .caldera-grid input::placeholder,
.page .content .entry-content .caldera-grid input::placeholder,
.single .content .entry-content .caldera-grid textarea:placeholder,
.page .content .entry-content .caldera-grid textarea:placeholder{
	font-size: 17px;
}

.single .content .entry-content .caldera-grid input[type="submit"],
.page .content .entry-content .caldera-grid input[type="submit"]{
	background: linear-gradient(to right, #F79525, #F37131);
	color: #fff;
	font-weight: 800;
	width: 100%;
	border-radius: 100px;
	font-size: 17px;
}

.single .content .entry-content table,
.single .content .entry-content table td,
.single .content .entry-content table th,
.page .content .entry-content table,
.page .content .entry-content table td,
.page .content .entry-content table th{
    border-collapse: collapse;
    padding: 10px 15px;
    border: 1px solid rgb(47 139 69 / 10%);
    text-align: left;
}

.page.page-template-page-diembantong .content .entry-content table {
    border: none;
}

.page-template-page-diembantong .content .entry-content table.bangdb td {
    float: left;
    width: 24%;
    height: auto
}

.page.page-template-page-diembantong .content .entry-content table td, 
.page.page-template-page-diembantong .content .entry-content table th {
    padding: 0;
    border: none;
}

.page-template-page-diembantong .content .entry-content table td.diemmua {
	width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(47 139 69 / 10%);
    padding-bottom: 10px;
    font-size: 24px;
    color: #F37131;
    font-weight: 800;
}

.page-template-page-diembantong .content .entry-content table td.diemmua strong{
	background: url(images/shop.svg) no-repeat left center;
    padding-left: 30px;	
}

.page-template-page-diembantong .content .entry-content table ul li {
    margin-bottom: 10px;
    color: #434343
}

.page-template-page-diembantong .content .entry-content table ul li a{
	color: #434343;
}

.page-template-page-diemban .content table {
    width: 100%;
    margin-bottom: 15px
}

.page-template-page-diemban .content table,
.page-template-page-diemban .content table td,
.page-template-page-diemban .content table th,
.page-template-page-diemban .content table tbody {
    border-collapse: collapse;
    padding: 10px;
    border: 1px solid rgb(47 139 69 / 10%);
    text-align: left;
    margin-bottom: 15px
}

.page-template-page-diemban .content table.diem_ban tr:first-child th{
    background: #F37131;
    color: #fff;
    font-weight: 500;
}

.page-template-page-diemban .content table.diem_ban tr.nha_thuoc.vip1,
.page-template-page-diemban .content table.diem_ban tr.nha_thuoc.vip2{
    font-weight: 500;
}

.page.page-template-template-questions-archive .content .type-page .entry-content {
    padding: 20px;
    border: 1px solid rgb(47 139 69 / 10%);
    border-radius: 10px;
    width: calc(100% - 42px);
    margin: 20px 0 40px;
}

.page.page-template-template-questions-archive .content .entry-content table,
.page.page-template-template-questions-archive .content .entry-content table td,
.page.page-template-template-questions-archive .content .entry-content table th{
    padding: 0;
    border: none;	
}

.page.page-template-template-questions-archive .content .entry-content table td:last-child{
	padding: 0 30px;
}

.page.page-template-template-questions-archive .content .entry-content table td h2{
	font-size: 30px;
	color: #F15B28;
}

.content-footer-author{
	text-align: right;
	margin: 0 0 10px;
}

.content-author{
	background: #fff9f3;
	border-radius: 10px;
	display: block;
	width: calc(100% - 30px);
	padding: 15px;
	color: #434343;
	font-size: 17px;
	margin: 0 0 25px;
}

.content-author .alignleft{
	margin: 0 15px 0 0;
}

.content-author img{
	width: 80px;
	height: 80px;
	display: block;
	object-fit: cover;
	border-radius: 100%;
}

.content-author .title{
	padding-top: 10px;
}

.content-author a{
	font-weight: 700;	
	color: #434343;
	font-size: 17px;
}

.content-author .title span{
	font-size: 15px;
	color: #434343;
	font-family: "Nunito", sans-serif;	
}

.content-after-single .widget_media_image{
	float: left;
	width: 100%;
	margin: 20px 0;
	text-align: center;
}

.content-after-single .widget_media_image img{
	display: table;
	margin: 0 auto;
}

.content-after-single .image-upload{
	float: left;
	width: 100%;
	margin: 20px 0;
}

.content-order .image-upload .widget-wrap,
.content-after-single .image-upload .widget-wrap{
	display: table;
	margin: 0 auto;
}

.post-meta-tag{
	border-top: 1px solid rgb(47 139 69 / 10%);
	border-bottom: 1px solid rgb(47 139 69 / 10%);
	padding: 15px 0;
	margin: 20px 0;
}

.list-question .fitwp_question{
	float: left;
	width: calc(100% - 32px);
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid rgb(47 139 69 / 10%);
    background-color: #F5F7FB;
    border-radius: 20px;
}

.list-question .fitwp_question .question-title{
	margin-bottom: 15px;
}

.list-question .fitwp_question h2{
	margin-bottom: 0;
	line-height: 1.3;
}

.list-question .fitwp_question h2 a{
    color: #2F8B45;
    font-size: 17px;
    font-weight: 700;	
}

.list-question .fitwp_question .question-time{
	font-size: 14px;
	color: #666;
}

.list-question .fitwp_question .answer-content{
	background: #fff;
	padding: 15px;
	border-radius: 20px;
	border: 1px solid rgb(47 139 69 / 10%);
}

.single .content .entry-content .traloi{
	background: #F37131;
	padding: 5px 15px;
	margin-bottom: 15px;
	border-radius: 10px;
	display: table;
	color: #fff;
}

.sidebar .caia-post-list-widget .post{
	float: left;
	width: 100%;
	margin: 0 0 10px;
}

.sidebar .caia-post-list-widget .post .alignleft,
.content-before-category .caia-post-list-widget ul li .alignleft{
	display: table;
	width: 120px;
	overflow: hidden;
	border-radius: 15px;
	margin: 0 15px 0 0;
}

.content-before-category .caia-post-list-widget ul li .alignleft{
	width: 200px;
	border-radius: 20px;
}

.sidebar .widget_media_image,
.sidebar .widget_media_image .widget-wrap{
	padding: 0;
}

.sidebar .widget_media_image img{
	display: block;
	width: 100%;
	margin: 0;
	border-radius: 20px;
}

.sidebar .widget_caldera_forms_widget .row div{
	margin: 0 0 10px;
	padding: 0;
}

.sidebar .widget_caldera_forms_widget input {
    height: 44px;
    background: #fffbef;
    border: 1px solid rgb(47 139 69 / 10%);
    max-width: 100%;
    border-radius: 5px;
    font-size: 17px;
}

.sidebar .widget_caldera_forms_widget textarea{
    background: #fffbef;
    border: 1px solid rgb(47 139 69 / 10%);
    max-width: 100%;
    border-radius: 5px;
    max-width: 100%;
   	font-size: 17px;
}

.sidebar .widget_caldera_forms_widget input::placeholder,
.sidebar .widget_caldera_forms_widget textarea::placeholder{
    font-size: 17px;
}

.sidebar .widget_caldera_forms_widget .caldera-grid [type="submit"]{
	background: #F37131;
    border-radius: 100px;
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    border: none;	
}

.rating .glsr-default .glsr-summary,
.review-rating .glsr-default .glsr-summary{
	max-width: 100%;
}

.rating .glsr-default .glsr-summary-text,
.review-rating .glsr-default .glsr-summary-text{
	margin: 0;
	width: auto;
	display: inline-block;
}

.review-rating .glsr-default .glsr-summary-rating,
.content-title .caia_code_widget .glsr-default .glsr-summary-rating{
	font-weight: 700;
	color: #2F8B45;
	font-size: 40px;
}

.rating .glsr-default .glsr-summary-rating{
	font-size: 17px;
	color: #434343;
}

.content-vote{
    float: left;
    width: calc(100% - 30px);
    margin: 0 15px;
}

.content-vote .review-rating{
    padding: 30px 40px;
    background: #F5F7FB;
    border-radius: 15px;
    float: left;
    width: calc(100% - 80px);
    margin: 0 0 30px;
}

.review-rating .form{
	float: left;
	width: 100%;
}

.review-rating .form .left {
    float: left;
    width: 500px;
}

.review-rating .form .right {
    float: right;
    width: 555px;
    text-align: center;
}

.review-rating .glsr-default .glsr-summary,
.review-rating .glsr-default .glsr-summary-percentages{
	max-width: 100%;
}

.review-rating .glsr-default .glsr-bar{
	height: 35px;
}

.review-rating .glsr-default .glsr-bar-background:before{
	background: #E8EEF4;
	opacity: 1;
}

.review-rating .glsr-default .glsr-bar-background-percent{
	background: #2F8B45;
}

.review-form {
    display: none;
    margin: 0 0 50px;
}

.review-form .glsr-default form.glsr-form input.glsr-input, 
.review-form .glsr-default form.glsr-form textarea.glsr-textarea{
    width: calc(100% - 20px);
    background: #F4F4F4;
    border: none;
    max-width: 100%;
    border-radius: 5px;
    outline: none;
    overflow: hidden;	
}

.review-form .glsr-default form.glsr-form input.glsr-input{
	height: 45px;
}

.review-form .glsr-field.glsr-field-text[data-field="title"], 
.review-form .glsr-field.glsr-field-email[data-field="email"], 
.review-form .glsr-field.glsr-field-dropzone[data-field="images"], 
.review-form .glsr-field.glsr-field-choice, 
.review-form .glsr-default form.glsr-form label.glsr-label{
	display: none;
}

.review-rating .form .right .close,
.review-rating .form .right .open {
    padding: 10px 0;
    width: 310px;
    text-align: center;
    color: #fff;
	font-weight: 500;
	font-size: 17px;
    display: table;
    margin: 75px auto 0;
    cursor: pointer;
    background: #2F8B45;
    text-transform: uppercase;
    border-radius: 100px;
    font-weight: 700;
}

.review-rating .form .right .close {
	background: #F37131;
	display: none;
}

.review-rating .form .left .glsr-bar[data-level="1"],
.review-rating .form .left .glsr-bar[data-level="2"]{
	display: none;
}

.review-form .box,
.review-list{
	float: left;
	width: 100%;
}

.review-list .glsr-review-author {
	font-size: 17px;
	color: #2F8B45;
	margin: 0;
	font-weight: 700;
	position: relative;
}

.review-list .glsr-review-date{
	display: none;
}

.glsr-default form.glsr-form textarea.glsr-textarea{
	height: 70px;
}

button.glsr-button.button.btn.btn-primary {
	padding: 15px 50px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    display: table;
    margin: 0 auto;
    cursor: pointer;
    background: #2F8B45;
    text-transform: uppercase;
    border-radius: 100px;
    font-weight: 700;
    border: none;
}

.review-list  .glsr-review{
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px dashed rgb(124 72 50 / 20%);
    padding-bottom: 15px;
}

.review-list  .glsr-review:last-child{
	border: none;
	padding: 0;
}

.review-list .glsr-default .glsr-review>.glsr-review-content{
	margin: 0 0 15px;
}

.review-list .glsr .glsr-reviews, 
.review-list .glsr .glsr-reviews-wrap{
	gap: 20px;
}

.review-list .glsr .glsr-review-images a.glsr-image{
	height: 75px;
}

.glsr-review-rating{
	margin-left: 5px;
}

.review-list  .glsr .glsr-reviews, .glsr .glsr-reviews-wrap {
    gap: 1rem;
}

.content-vote .glsr-default .glsr-summary-stars .glsr-star,
.content-info-product .right .glsr-default .glsr-summary-stars .glsr-star,
.review-list .glsr .glsr-star{
    width: 15px;
    height: 15px;
    background-size: 15px;
}

.review-list  .glsr-review-response{
	background: #f5f5f5;
	border-radius: 5px;
	padding: 15px;
}

.review-list  .glsr .glsr-review-response:after{
    background-color: #f5f5f5;
}

.content-fix {
    position: fixed;
    z-index: 2000;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.content-fix .caia_code_widget{
	background: url(images/show.svg) no-repeat center center #2F8B45;
	width: 55px;
	padding: 5px 0;
	border-radius: 10px 0 0 0;
	margin: 0;
	text-indent: -9999px;
	cursor: pointer;
}

.content-fix .caia_code_widget.close{
	background: url(images/hide.svg) no-repeat center center #F37131;
}

.content-fix .widget_media_image{
	background: #fff;
	width: 55px;
	height: 55px;
	text-align: center;
	align-items: center;
	display: grid;
	margin: 0;
	float: right;
	clear: both;
	position: relative;
}

.content-fix .widget_media_image:after{
	content: "";
	background: rgb(19 79 144 / 30%);
	width: 27px;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	display: table;
	margin: 0 auto;
	height: 1px;
}

.content-fix .widget_media_image:last-child:after{
	display: none;
}

.content-fix .image-upload .title,
.content-fix .image-upload .title a{
	font-size: 12px;
	font-weight: 500;
	color: #333;
	line-height: 1;
}

.info-author{
	background: #fff;
	margin: 15px 0 40px;
	color: #434343;
	border-radius: 15px;
}

.author .info-author{
	margin: 15px 15px 40px;
	width: calc(100% - 30px);
}

.info-author .box{
	padding: 20px;
	float: left;
	width: calc(100% - 40px);
}

.info-author .top .avatar{
	width: 70px;
	background: none;
	border: none;
	padding: 0;
	margin: 0 15px 15px 0;
}

.info-author .top .name,
.info-author .top .name a{
	font-size: 20px;
    color: #2F8B45;
    font-weight: 700;
}

.info-author .top .name{
	padding-top: 20px;
}

.info-author .top .description{
	display: block;
	clear: both;
}

body div#toc_container{
	background: #fff;
	border: none;
	width: calc(100% - 32px) !important;
	padding: 15px !important;
	border-radius: 10px;
	margin-bottom: 20px;
	font-size: 15px;
	border: 1px solid rgb(47 139 69 / 10%);
}

body #toc_container p.toc_title{
	text-align: left;
	font-size: 17px;
	font-weight: 500;
	color: #434343;
	background: url(images/toc.svg) no-repeat left center;
	padding-left: 35px;
}

body #toc_container li{
	margin-top: 5px;
}

body #toc_container a{
	color: #434343;
	text-decoration: none;
	font-size: 17px;
}

.content-error{
	float: left;
	width: 100%;
	margin: 0;
	text-align: center;
}

.content-error h1{
	color: #2F8B45;
	text-align: center;
	font-size: 300px;
	margin: 0;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
}

.content-error h1 span{
	color: #F37131;
}

.content-error p{
	margin-bottom: 20px;
	font-size: 17px;
}

.content-error p strong{
	color: #2F8B45;
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
	text-transform: uppercase;
}

.content-error p a{
	padding: 15px 40px;
    background: #F37131;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    -webkit-appearance: none;
    border-radius: 100px;
    display: table;
    margin: 20px auto 0;
}

.content-info-product .left{
	float: left;
	width: 500px;
	margin: 0 15px;
}

.content-info-product .left .slider-for{
	margin: 0 0 20px;
	border-radius: 10px;
	overflow: hidden;
	aspect-ratio: 1/1;
}

.content-info-product .left .slider-for img,
.content-info-product .left .slider-nav img{
	display: block;
	width: 100%;
	aspect-ratio: 1/1;
	margin: 0;
	object-fit: contain;
}

.content-info-product .left .slider-nav .slick-slide{
	border-radius: 10px;
	overflow: hidden;
	width: 140px;
	margin: 0 7.5px;	
}

.content-info-product .right{
	float: left;
	width: 610px;
	margin: 0 15px;
}

.content-info-product .right .rating{
	margin: 0 0 20px;
}

.content-info-product .right .rating .glsr-summary-rating{
    font-weight: 500;
    color: #2F8B45;
    font-size: 24px;	
}

.content-info-product .right table,
.content-info-product .right table tbody{
    width: 100%;
    display: block;
    margin-bottom: 15px;
    float: left;	
}

.content-info-product .right table:last-child tbody{
	margin: 0;
}

.content-info-product .right table:last-child{
	border: 1px solid rgb(47 139 69 / 20%);
	border-radius: 20px;
	padding: 0 20px;
}

.content-info-product .right table:last-child img{
	display: inline-block;
	margin: 0 15px 0 0;
}

.content-info-product .right table:last-child ul{
	list-style: none;
	padding: 0;
}

.content-info-product .right table:last-child ul li{
	list-style: none;
	padding: 0;
	margin: 0 0 15px;
	background: url(images/i1.svg) no-repeat left center;
	padding-left: 50px;
}

.content-info-product .right table:last-child ul li:first-child{
	background: url(images/i4.svg) no-repeat left center;
}

.content-info-product .right table:last-child ul li:last-child{
	background: url(images/i2.svg) no-repeat left center;
}

.content-info-product .right table:last-child ul li:nth-child(2){
	background: url(images/i3.svg) no-repeat left center;
}

.content-info-product .right table:last-child ul li a{
	color: #F37131;
}

.content-info-product .right table tr {
	padding: 15px 0 0;
    display: block;
    float: left;
    width: 100%;
}

.content-info-product .right table:first-child tr:first-child{
	border-top: 1px solid #D8E1F0;
	border-bottom: 1px solid #D8E1F0;
	padding: 15px 0;
}

.content-info-product .right table:first-child tr td:first-child {
    width: 130px;
    float: left;
}

.content-info-product .right table:first-child tr td:last-child{
    width: calc(100% - 170px);
    float: right;
}

.content-info-product .right table:first-child tr:first-child td{
	width: auto;
	float: left;
	margin-right: 15px;
}

.content-info-product .right table:first-child tr:first-child td strong{
	font-size: 25px;
	color: #F37131;
	font-weight: 800;
}

.content-info-product .right table:first-child tr:first-child td em{
	display: inline-block;
    background: linear-gradient(to right, #FF8D63, #F15B28);
    border-radius: 100px;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    padding: 8px 15px;
    line-height: 1.3;
    margin: 0 0 0 5px;	
}

.content-info-product .right table tr td ol,
.content-info-product .right table tr td ul{
	margin: 0;
	padding: 0;
}

.content-info-product .right table tr td ol li,
.content-info-product .right table tr td ul li{
	margin: 0 0 0 15px;
}

.content-info-product .bottom{
	float: left;
	width: calc(100% - 30px);
	margin: 15px;
}

.content-info-product .bottom ul{
	list-style: none;
}

.content-info-product .bottom ul li a{
	float: left;
    background: linear-gradient(to right,#F17246,#F15B28);
    border-radius: 100px;
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    text-transform: uppercase;
    padding: 18px 0;
    width: calc(50% - 5px);
    line-height: 1.3;
    border-radius: 100px;
    text-align: center;
}

.content-info-product .bottom ul li a strong{
	background: url(images/cart1.svg) no-repeat left center;
	padding: 5px;
	padding-left: 27px;
}

.content-info-product .bottom ul li:first-child a{
	width: 100%;
	margin: 0 0 10px;
	background: #D30025;
}

.content-info-product .bottom ul li:last-child a{
	float: right;
    background: linear-gradient(to right,#62AF57,#2F8B45);	
}

.content-info-product .bottom ul li:last-child a strong{
	background: url(images/location.svg) no-repeat left center;
	padding-left: 30px;
}

.content-popup .widget_text{
	position: fixed;
	left: 15px;
	bottom: 15px;
	z-index: 2000;
}

.content-popup .widget_text .widgettitle{
	position: absolute;
    top: -22px;
    right: -20px;
	width: 30px;
    height: 30px;
    font-size: 17px;
    color: #fff;
    line-height: 1;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    background: #2F8B45;
    align-items: center;
    display: grid;
}

.content-popup .widget_text .textwidget{
	background: linear-gradient(to right, #62AF57, #2F8B45);
	width: 260px;
	padding: 10px 20px;
	border-radius: 20px;
}

.content-popup .widget_text p{
	color: #fff;
	text-align: center;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.3;
	margin: 0 0 5px;
}

.content-popup .widget_text p em{
	color: #F8F49C;
	font-size: 18px;
	font-style: normal;
	background: url(images/gift.svg) no-repeat top center;
	padding-top: 35px;
	display: table;
}

.content-popup .widget_text p strong{
	font-size: 25px;
}

.content-popup .widget_text p a{
	background: url(images/cart1.svg) no-repeat left 35px center, linear-gradient(to right, #F79525, #F37131);
    border: none;
    text-align: center;
    padding: 10px 35px 10px 65px;
    line-height: 1.3;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 100px;	
    display: table;
    margin: 15px auto 0;
}

.sidebar .widget_media_image, .sidebar .image-upload {
    background: none;
    padding: 0;
    border: none;
    border-radius: 0;
}

.sidebar .image-upload .widget-wrap{
	padding: 20px 0 ;
}

.sidebar .image-upload .title a{
	font-size: 20px;
    color: #2F8B45;
    line-height: 1.3;
    font-weight: 500;
}

.sidebar .image-upload .noidung a{
	font-size: 32px;
    color: #F37131;
    font-weight: 700;
    line-height: 1.3;
}

.sidebar .image-upload .noidung a em{
	    font-size: 15px;
    color: #434343;
    font-weight: 400;
}

body #toc_container a:hover,
.content-new .caia-post-list-widget .post .widget-item-title a:hover,
.sidebar .caia-post-list-widget .post .widget-item-title a:hover,
.archive .content .post h2 a:hover,
.search .content .post h2 a:hover,
.content-before-category .caia-post-list-widget ul li p a:hover,
.page-template-page-diembantong .content .entry-content table ul li a:hover,
.content-health .caia-post-list-widget ul li a:hover{
	color: #2F8B45;
	text-decoration: none;
}