/*
	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: 'Work Sans', 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: 'Work Sans', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

strong,
b {
	font-weight: 700;
}
/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #0d72c7;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

/* Body
------------------------------------------------------------ */

body {
	background-color: #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: 1280px;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

.site-header {
    margin: 0 auto;
    height: 100px;
    width: 100%;
    float: left;
    position: relative;
    background: #fffffff2;
    border-bottom: 1px solid #f7f7f7;
}

.title-area {
	float: left;
    overflow: hidden;
    padding: 0;
    width: 200px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: table;
    margin: 0 auto;
    z-index: 10;
    height: 100px;
}

.site-title {
	font-family: 'Work Sans', 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: 180px;
}

.site-description {
	font-size: 13px;
	padding: 0;
	display: none;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary{
	float: left;
	width: 100%;
	height: 50px;
	background: #001D7E;
}

.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: 15px;
    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: #ca791e;
}

.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: #127614;
    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;
}

.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: -45px 0 0 250px;
}

.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: 1280px;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb{
	float: left;
	width: 100%;
	background: url(images/br.jpg) no-repeat left top;
	background-size: cover;
    padding: 60px 0;
	font-size: 16px;
	text-align: center;
	color: #fff;
	margin-bottom: 25px;
}

.breadcrumb a{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

.breadcrumb .label{
	margin: 0 5px;
	font-weight: 400;
	color: #fff;
}

.breadcrumb .archive-heading a{
	font-family: "Cormorant Garamond", serif;
    font-size: 60px;
    color: #ca791e;
    font-weight: 700;
}

/* 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: 850px;
	margin-left: 15px;
	margin-bottom: 30px;
}

.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: 'Work Sans', 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: 'Work Sans', 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: left;
	margin: 5px 10px 10px 0px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 0;
	text-align: center;
	width: auto !important;
}

p.wp-caption-text {
	font-size: 13px;
	margin: 5px 0;
	text-align: center;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

/* Post Navigation
------------------------------------------------------------ */

.pagination {
	font-size: 16px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
	text-align: center;
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	background: #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: #ca791e0a;
    margin: 0 0 30px;
    border-bottom: 3px solid #ca791e;
    float: left;
    width: 100%;
    border-radius: 20px 0;
}

.sidebar .widget .main-posts{
	padding: 0 10px 10px;
}

.sidebar .widget a{
	margin: 0;
}

.sidebar .yarpp-related img{
	width: 130px;
    float: left;
    margin: 0 15px 0 0;
    height: 100px;
    object-fit: cover;
} 

.sidebar .widget .post{
	float: left;
	width: 100%;
}

.sidebar .yarpp-related .widget-item-title a{
	color: #333;
}

.sidebar .yarpp-related .widget-item-title{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 24px;
}

.sidebar .widget .widgettitle{
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    background: url(images/line.svg) no-repeat left 10px bottom;
    background-size: 90px;
    margin-bottom: 20px;
    padding: 7px 10px;
}

.sidebar .widget .widgettitle p{
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    color: #ca791e;
    font-size: 32px;
    font-weight: 600;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 15px;
}

.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: 280px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    height: 40px;
}

.site-header .search-form input[type="submit"]{
	background: url(images/s.svg) no-repeat center center;
    text-indent: -9999px;
    background-size: 17px;
    border: none;
    float: right;
    height: 42px;
}

.sidebar .search-form {
	padding: 5px 0 0 15px;
}

.search-form input[type="search"] {
	margin: 0;
	padding: 6px 5px 6px 15px;
	width: calc(100% - 60px);
	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: #ca791e;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

.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,
#phone {
	margin: 10px 5px 0 0;
    padding: 10px;
    width: calc(49% - 22px);
    float: left;
    background: #fff;
    border-radius: 10px;
}

#phone {
    float: right;
}

#comment {
    height: 90px;
    margin: 10px 0;
    width: calc(100% - 22px);
    background: #fff;
    border-radius: 10px;
}

input#submit {
    float: left;
    background: #ca791e;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
}

.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: 16px;
	font-weight: 300;
}

.comment-reply a{
 background: #f6ae12;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 500;
}

.comment-author{
	font-weight: bold;
	color: #127614;
}

.comment-author .says{
	font-weight: 400;
	color: #333;
}

.nocomments {
	text-align: center;
}

.entry-comments .pagination {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5fbf6;
}

.alt,
.depth-1,
.even {
	border: 1px solid #f1f1f1;
}

/*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: #31a75b57;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
    background: #31a75b;
}

.section{
	float: left;
	width: 100%;
}

.home .site-header {
	/*position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #ca791e5e, #ca791e00);
    z-index: 10;*/
    height: 100px
}

.home .title-area{
	height: 100px;
}

.site-header .wrap{
	width: calc(100% - 30px);
}

.site-header .header-widget-area .widget:first-child{
	position: absolute;
	left: 0;
	top: 26px;
}

.site-header .header-widget-area .widget:last-child{
	position: absolute;
	right: 0;
	top: 28px;
}

.site-header .header-widget-area .widget:last-child p a{
    background: url(images/call.svg) no-repeat left center;
    padding-left: 25px;
    color: #ca791e;
    font-weight: 800;
    font-size: 18px;
    display: block;
    margin: 7px 0;
}

.site-header .header-widget-area .widget_search{
	position: absolute;
    right: 165px;
    top: 29px;
} 

.content-slider button.slick-next.slick-arrow,
.content-duan button.slick-next.slick-arrow{
    background: url(images/next.svg) no-repeat center center;
    width: 40px;
    height: 70px;
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 9;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0;
    background-size: 40px;
}

.content-slider button.slick-prev.slick-arrow,
.content-duan button.slick-prev.slick-arrow{
    background: url(images/prev.svg) no-repeat center center;
    width: 40px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 9;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0;
    background-size: 40px;
}

.post-thumb {
    display: block;
    position: relative;
}

.post-thumb .img-main img {
    display: block;
    transition: opacity 0.3s ease;
}

.post-thumb .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.post-thumb:hover .img-main {
    opacity: 0;
}

.post-thumb:hover .img-hover {
    opacity: 1;
    width: 100%;
}

.content-spnb .widgettitle p{
	font-family: "Cormorant Garamond", serif;
	font-size: 60px;    
	color: #ca791e;
	font-weight: 600;
}

.content-spnb .widgettitle{
	margin: 50px 0 30px;
}

.content-spnb .product,
.content-sanpham .product,
.sidebar .main-posts .product{
	margin: 0 10px;
}

.content-spnb .product .widget-item-title a,
.content-sanpham .product .widget-item-title a,
.sidebar .main-posts .product .widget-item-title a{
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
}

.content-spnb .product .widget-item-title,
.content-sanpham .product .widget-item-title,
.sidebar .main-posts .product .widget-item-title{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 0 0 15px;
    text-align: center;
}

.content-spnb .product img,
.content-sanpham .product img,
.sidebar .main-posts .product img{
	border: 1px solid #d9d9d970;
	aspect-ratio: 1 / 1;   /* luôn giữ ảnh vuông */
    object-fit: cover;     /* cắt vừa khung mà không méo ảnh */
    width: 100%;           /* chiếm hết khung chứa */
    height: auto;
    margin: 0 0 15px;
}

.content-spnb .wrap{
	/*width: 90%;
	min-width: 1280px;*/
}

.content-spnb .product .price,
.content-sanpham .product .price,
.sidebar .main-posts .product .price{
	text-align: center;
    color: #ca791e;
    font-weight: 600;
    font-size: 19px;
}

.content-spnb .product .price strike,
.content-sanpham .product .price strike,
.sidebar .main-posts .product .price strike{
	font-weight: 400;
    font-size: 16px;
    margin-right: 15px;
    color: #777;
}

.content-spnb .name-category a,
.content-duan .name-category a{
	text-transform: uppercase;
    font-size: 12px;
    color: #701817;
}

.content-spnb .name-category,
.sidebar .main-posts .product .name-category{
	text-align: center;
}

.sidebar .main-posts .product .name-category{
	position: absolute;
	top: 0;
	width: 100%;
}

.sidebar .main-posts .product .name-category a{
	background: #701817;
    display: inline-block;
    padding: 5px 10px;
    font-size: 15px;
    color: #fff;
}

.content-spnb .product .lienhe,
.content-sanpham .product .lienhe,
.sidebar .main-posts .product .lienhe{
    text-align: center;
    border: 1px solid #701817;
    color: #701817;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 15px 0 0;
    cursor: pointer;
}

.content-spnb .product:hover .lienhe,
.content-sanpham .product:hover .lienhe,
.sidebar .main-posts .product:hover .lienhe{
	background: #ca791e ;
	color: #fff;
	border: 1px solid #ca791e;
}

.sidebar .main-posts .product{
	/*border-bottom: 1px dashed #ca7b473b;
    margin-bottom: 20px;
    padding-bottom: 20px;*/
    position: relative;
}

.sidebar .main-posts .custom_paging li{
	padding: 0;
    margin: 0 3px;
    height: 2px;
}

.sidebar .main-posts .custom_paging{
	margin: 20px 0;
}

.sidebar .main-posts .product .lienhe{
	width: fit-content;
    padding: 0 30px;
    margin: 15px auto 0;
}

.custom_paging {
    float: left;
    width: 100%;
    text-align: center;
    margin: 40px 0 0;
}

.custom_paging li {
    list-style-type: none;
    background: hsl(31.68deg 64.66% 48.82% / 24%);
    width: 40px;
    height: 3px;
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
}

.custom_paging li.slick-active {
    background: #cc7d25;
}

.content-gthieu{
	display: flex;
}

.content-gthieu .widget{
	float: left;
	width: 50%;
	margin: 70px 0;
	flex: 1;
}

.content-gthieu .widget:first-child{
	background: url(images/nen.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}

.content-gthieu .widget:first-child .widget-wrap{
	padding: 50px 50px 70px;
}

.content-gthieu .widget:first-child img{
	border-radius: 100%;
    width: 230px;
    margin: 30px 0 10px;
}

.content-gthieu .image-upload .title a{
	font-family: "Cormorant Garamond", serif;
    color: #701817;
    font-size: 40px;
    font-weight: 600;
}

.content-gthieu .image-upload .noidung{
	width: 540px;
    margin: 0 auto;
}

.content-gthieu .image-upload .noidung p{
    margin-bottom: 10px;
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.content-gthieu .image-upload .readmore,
.content-sanpham .more-from-category a{
    color: #701817;
    font-style: italic;
    font-family: "Cormorant Garamond", serif;
    background: url(images/muiten.svg) no-repeat right 15px center;
    padding-right: 43px;
    font-size: 20px;
    font-weight: 500;
    background-size: 22px;
    border: 1px solid #701817a6;
    border-radius: 5px;
    height: 35px;
    display: inline-block;
    padding: 0 45px 0 15px;
    margin: 15px 0 0;
}

.content-gthieu .image-upload .readmore:hover,
.content-sanpham .more-from-category a:hover{
	color: #fff;
	background: url(images/muitent.svg) no-repeat right 15px center #701817;
	background-size: 22px;
}

.content-gthieu .widget:nth-child(2) .widget-wrap,
.content-gthieu .widget:nth-child(2) .textwidget,
.content-gthieu .widget:nth-child(2) p,
.content-gthieu .widget:nth-child(2) img{
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.content-danhmuc .widget{
	float: left;
	width: calc(25% - 20px);
	margin: 0 10px;
	position: relative;
	text-align: center;
}

.content-danhmuc .widget:nth-child(1) img,
.content-danhmuc .widget:nth-child(3) img{
	border-radius: 100px 100px 0 0;
	height: 332px;
    object-fit: cover;
}

.content-danhmuc .widget:nth-child(1),
.content-danhmuc .widget:nth-child(3){
	padding-top: 300px;
}

.content-danhmuc .widget:nth-child(1) .box,
.content-danhmuc .widget:nth-child(3) .box{
	position: absolute;
	top: 65px;
	width: 100%;
	text-align: center;
}

.content-danhmuc .widget:nth-child(2) .box,
.content-danhmuc .widget:nth-child(4) .box{
	margin-top: 60px;
}

.content-danhmuc .widget .title a{
    color: #ca791e;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
}

.content-danhmuc .widget:nth-child(2) img,
.content-danhmuc .widget:nth-child(4) img{
	height: 350px;
	object-fit: cover;
	border-radius: 0 0 100px 100px;
}

.content-danhmuc .widget .title{
	margin-bottom: 15px;
}

.content-danhmuc .widget .noidung{
	width: 90%;
	margin: 0 auto;
}

.content-danhmuc .widget .noidung p{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.content-sanpham .widgettitle a,
.content-duan .widgettitle h2,
.content-blog .caia-post-list-widget .widgettitle a{
	font-family: "Cormorant Garamond", serif;
    font-size: 46px;
    color: #ca791e;
    font-weight: 600;
    margin: 0 10px 20px;
    display: inline-block;
}

.content-sanpham .widget{
	float: left;
	width: 100%;
	margin: 70px 0 0;
	position: relative;
}

.content-sanpham .more-from-category{
	position: absolute;
	right: 0;
	top: 0;
}

.content-sanpham .slick-prev,
.content-sanpham .slick-next{
	display: none !important;
}

.content-sanpham .widget_media_image{
    width: calc(100% - 30px) !important;
    margin: 0 auto;
    float: initial;
    display: table;
}

.content-sanpham .widget_media_image img{
	width: 100%;
	margin: 50px 0 0;
}

.content-banner{
	margin: 70px 0 50px;
}

.content-banner .widget{
	position: relative;
}

.content-banner .widget img{
	width: 100%;
}

.content-banner .widget .box{
	position: absolute;
	width: 750px;
	top: 70px;
	left: 70px;
}

.content-banner .widget .box p{
	font-size: 45px;
	color: #ffffff;
	font-weight: 500;
	font-family: "Cormorant Garamond", sans-serif;
	line-height: 1.3;
}

.content-duan .du-an:hover img {
    transform: scale(1.1) translateX(4%);
}

.content-duan .du-an img {
    transform: scale(1.1);
    transition: transform .8s cubic-bezier(.37, 0, .63, 1);
    aspect-ratio: 555 / 600;
    object-fit: cover;
    width: 100%;
    height: auto;
    margin: 0;
}

.content-duan .wrap{
	width: calc(100% - 30px);
	min-width: 1280px;
	margin: 0 auto;
}

.content-duan .du-an {
	float: left;
    width: calc(20% - 20px);
    margin: 0 10px;
    position: relative;
    overflow: hidden;
}

.content-duan .du-an .widget-item-title a{
	font-size: 18px;
    color: #333;
    font-weight: 500;
}

.content-duan .du-an .widget-item-title{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 35px 0 0;
}

.content-duan .name-category{
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
}

.content-duan .name-category a{
    background: #ca791e;
    display: inline-block;
    padding: 7px 10px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.content-duan .dientich{
	background: url(images/dientich.png) no-repeat left center;
    background-size: 20px;
    padding-left: 25px;
    font-size: 15px;
    color: #625f5f;
    margin: 5px 0 0;
}

.content-duan .du-an:hover .chitiet a,
.content-blog .more-link:hover{
	background: url(images/muitent.svg) no-repeat right 10px center #701817;
	background-size: 18px;
	color: #fff;
}

.content-duan .du-an .chitiet a,
.content-blog .more-link{
	color: #701817;
    font-style: italic;
    font-family: "Cormorant Garamond", serif;
    background: url(images/muiten.svg) no-repeat right 10px center;
    background-size: 18px;
    padding-right: 41px;
    font-weight: 500;
    font-size: 19px;
    border: 1px solid #701817c2;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    padding: 0 36px 0 10px;
    margin: 15px 0 0;
    border-radius: 5px;
}

.content-duan button.slick-next.slick-arrow{
	width: 30px;
	height: 50px;
	background-size: 30px;
	top: -50px;
	right: 10px;
	border-radius: 5px;
}

.content-duan button.slick-prev.slick-arrow{
	width: 30px;
	height: 50px;
	background-size: 30px;
	top: -50px;
	right: 50px;
	border-radius: 5px;
	left: auto;
}

.content-blog{
	margin: 70px 0;
}

.content-blog .widget_text{
    width: 950px;
    margin: 20px auto 50px;
}

.content-blog .widget_text .widgettitle{
	font-weight: 500;
    color: #ca791e;
    font-size: 45px;
    font-family: "Cormorant Garamond", sans-serif;
    line-height: 1.3;
    text-align: center;
    letter-spacing: -.02em;
}

.content-blog .widget_text p{
    font-size: 14px;
    line-height: 1em;
    font-family: "Work Sans", sans-serif;
    color: #ca791e;
    text-align: center;
    text-transform: uppercase;
    margin: 30px 0 0;
    font-weight: 500;
}

.content-blog .caia-post-list-widget .widgettitle span{
	font-style: italic;
	text-transform: capitalize;
}

.content-blog .caia-post-list-widget .main-posts,
.content-blog .caia-post-list-widget ul{
	float: left;
	width: calc(50% - 30px);
	margin: 0 15px;
}

.content-blog .caia-post-list-widget ul li{
    float: left;
    width: 100%;
    list-style-type: none;
    border-bottom: 1px dashed #ca791e21;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.content-blog .caia-post-list-widget ul li img{
	float: left;
	width: 230px;
	margin: 0 15px 0 0;
	border-radius: 5px;
}

.content-blog .caia-post-list-widget ul li a{
	margin: 0;
	color: #333;
	font-weight: 500;
}

.content-blog .caia-post-list-widget .post img{
	width: 100%;
    margin: 0 0 15px 0;
    height: 410px;
    object-fit: cover;
    border-radius: 5px;
}

.content-blog .post-info .entry-time{
    background: url(images/date.png) no-repeat left center;
    padding-left: 25px;
    background-size: 20px;
    color: #777;
    font-size: 15px;
    margin: 0 0 10px;
    display: inline-block;
}

.content-blog .caia-post-list-widget ul li a:hover{
	color: #701817;
}

.content-blog .post .widget-item-title a{
	color: #701817;
	font-size: 18px;
	font-weight: 500;
}

.content-blog .caia-post-list-widget ul li:last-child{
	border-bottom: none;
}

.content-blog .more-link{
	display: block;
    width: fit-content;
}

.content-before-footer{
	background: url(images/bg.jpg) no-repeat center;
	background-size: cover;
	padding: 50px 0;
}

.content-before-footer .widget{
	float: left;
	width: calc(33.33% - 30px);
	margin: 0 15px;
}

.content-before-footer p,
.content-before-footer a,
.content-before-footer li,
.content-before-footer{
	color: #fff;
}

.content-before-footer .widget .widgettitle,
#reply-title{
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    color: #ffffff;
    font-weight: 500;
    position: relative;
    background: url(images/line.svg) no-repeat left bottom;
    background-size: 90px;
    margin-bottom: 20px;
}

#reply-title{
    color: #333;
    margin: 30px 0 10px;
}

.content-before-footer .widget p{
	margin-bottom: 10px;
}

.content-before-footer .widget ul li{
	margin-bottom: 5px;
}

.content-before-footer .widget:nth-child(1) ul{
	margin-left: 20px;
}

.content-before-footer .widget:nth-child(n+2) ul li{
	list-style-type: none;
	background: url(images/li.svg) no-repeat left center;
	padding-left: 20px;
	background-size: 13px;
	margin-bottom: 10px;
}

.content-before-footer .widget:nth-child(2){
	margin: 0 80px;
    width: calc(33.33% - 160px);
}

.page h1{
	display: none;
}

.page main.content h2,
.single main.content h2{
	font-size: 24px;
    color: #ca791e;
    font-weight: 600;
}

.page main.content h3,
.single main.content h3{
	font-size: 20px;
    color: #333;
    font-weight: 600;
}

.content-map iframe{
	width: 100%;
	margin: 20px 0 30px;
}

.content-lienhe .lienhe{
	float: left;
	width: calc(50% - 30px);
	margin: 0 15px;
}

.content-lienhe .lienhe li{
    list-style-type: none;
    background: url(images/li.svg) no-repeat left center;
    background-size: 15px;
    padding-left: 25px;
    margin-bottom: 10px;
}

.content-lienhe .lienhe p{
	margin-bottom: 15px;
}

.content-lienhe .lienhe li a{
	color: #333;
}

.content-lienhe .caldera-grid{
    background: url(images/nen.jpg) no-repeat center center;
    background-size: cover;
    padding: 30px;
    border-radius: 20px;
}

.content-lienhe .caldera-grid p{
	font-weight: 500;
}

.content-lienhe .caldera-grid p:first-child{
	font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    color: #ca791e;
    font-weight: 700;
}

.content-lienhe .caldera-grid label{
	font-weight: 500;
}

.content-lienhe .caldera-grid input{
	border-radius: 5px;
	box-shadow: none;
	height: 40px;
	font-size: 16px;
}

.content-lienhe .caldera-grid textarea{
	border-radius: 5px;
	box-shadow: none;
	font-size: 16px;
}

.content-lienhe .caldera-grid input[type="submit"]{
	display: table;
    margin: 0 auto;
    background: #701817;
    color: #fff;
    padding: 0 30px;
    border: 1px solid #fff;
    text-transform: uppercase;
    line-height: 40px;
}

.category h1{
	display: none;
}

.category main.content .post{
	float: left;
	width: calc(50% - 25px);
	margin: 0 0 50px;
	overflow: hidden;
	position: relative;
}

.category main.content .post:nth-child(odd){
	margin-right: 50px;
}

.category main.content .post img{
	padding: 0;
    border: none;
    padding: 0;
    height: 390px;
    object-fit: cover;
    margin: 0;
    transition: transform .8s cubic-bezier(.37, 0, .63, 1);
    transform: scale(1.1);
}

.category main.content .post:hover img {
    transform: scale(1.1) translateX(4%);
}

.category main.content .post .entry-title{
	 text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 20px 0 0;
}

.category main.content .post .entry-title a{
	font-size: 28px;
    line-height: 1.125em;
    font-family: "Cormorant Garamond", sans-serif;
    letter-spacing: -.02em;
    color: #333;
    font-weight: 600;
    display: block;
    margin: 15px 0 10px 0;
}

.category main.content .post .more-link{
    background: url(images/muiten.svg) no-repeat right 15px center;
    background-size: 19px;
    color: #701817;
    font-style: italic;
    font-family: "Cormorant Garamond", serif;
    display: block;
    width: fit-content;
    line-height: 34px;
    font-size: 19px;
    font-weight: 500;
    margin: 15px 0 0;
    border: 1px solid #701817a6;
    border-radius: 5px;
    height: 35px;
    padding: 0 40px 0 15px;
}

.category main.content .post:hover .more-link{
	background: url(images/muitent.svg) no-repeat right 15px center #701817;
	color: #fff;
	background-size: 19px;
}

.category main.content .post .post-date{
    position: absolute;
    right: 0;
    top: 0;
    background: #ca791e;
    display: inline-block;
    padding: 7px 5px 0;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
}

.category main.content .post .post-date .year{
	display: block;
    font-size: 24px;
    font-weight: 800;
}

.single main.content .entry-title{
	font-family: "Cormorant Garamond", serif;
    font-size: 42px;
    color: #ca791e;
    font-weight: 700;
}

.single main.content h2{
	color: #701817;
}