/*
	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
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.618;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description{
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #333;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

strong,
b {
	font-weight: 700;
}
/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #0d72c7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}

/* Wrap
------------------------------------------------------------ */

.site-container {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

.wrap {
	margin: 0 auto;
	width: 1280px;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

.site-header {
	margin: 0 auto;
	height: 50px;
	width: 100%;
	float: left;
	background: #fff;
	border-bottom: 1px solid #f4f3ef;
	position: relative;
}

.site-header .title-area img{
	width: 150px;
	margin: 0 auto;
}

.title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	height: 50px;
	width: 100%;
}

.site-title {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 36px;
	line-height: 1.35;
	margin: 0;
	text-transform: uppercase;
	float: left;
	width: 100%;
	height: 100%;
}

.site-title a,
.site-title a:hover {
	color: #333;
	padding: 0;
	text-decoration: none;
	float: left;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.site-description {
	font-size: 13px;
	padding: 0;
	display: none;
}

.site-header .widget-area {
    right: 30px;
    top: 12px;
    position: absolute;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary{
	float: left;
	width: 100%;
	height: 60px;
	background: #fff;
}

.menu-primary,
.menu-secondary,
.site-header .menu {
	clear: both;
    color: #333;
    font-size: 13px;
    margin: 0 auto;
    overflow: hidden;
    width: fit-content;
    text-align: center;
}

.menu-primary ul,
.menu-secondary ul,
.site-header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
.site-header .menu li {
	float: left;
	list-style-type: none;
	text-align: left;
}

.menu-primary a,
.menu-secondary a,
.site-header .menu a {
    color: #333;
    display: block;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    margin: 8px 30px;
    text-transform: uppercase;
}

.menu-primary a:before {
    background-color: #007fff;
    bottom: 0;
    content: "";
    height: 1.5px;
    left: 0;
    position: absolute;
    right: 0;
    transform: translateZ(0) !important;
    transform: scaleX(0);
    transition: transform .15s ease-in-out 0s;
    width: 0%;
    transition: width 1s;
    margin: 0 auto;
}

.menu-primary>li:hover>a:before,
.menu-primary>li.current-menu-item>a:before {
    width: 100%;
}


.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: #007fff;
	font-weight: 500;
}

.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;
	margin: 0;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
.site-header .menu li li a:active,
.site-header .menu li li a:hover {
    background-color: #333333;
    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: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
.site-header .menu li:hover>ul,
.site-header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
.site-header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* Inner
------------------------------------------------------------ */

.site-inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	width: 1280px;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb{
	float: left;
	width: 100%;
	background: #f2f2f2;
	padding: 12px 0;
	font-size: 15px;
}

.breadcrumb .wrap{
	width: 1140px;
	color: #21b32a;
    font-weight: 500;
}

.breadcrumb a{
	color: #333;
	font-size: 15px;
	font-weight: 400;
}

.breadcrumb .label{
	margin: 0 5px;
	font-weight: 400;
	color: #333;
}

/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap {
	float: left;
	width: 750px;
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

.content {
	float: left;
	padding: 0;
	width: 450px;
}

.content-sidebar .content,
.sidebar-content .content {
	width: 750px;
	margin-left: 15px;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
	margin-left: 0;
	margin-right: 15px;
}

.full-width-content .content {
	width: 100%;
}

.post {
	margin: 0 0 20px;
}

.entry-content {
	overflow: hidden;
	text-align: justify;
}

.entry-content p {
	margin: 0 0 15px;
	text-align: justify;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}

/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', Arial, sans-serif;
	line-height: 1.35;
	margin: 0 0 10px;
}

h1 {
	font-size: 18px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 16px;
}

h2 a,
h2 a:visited {
	color: #333;
	font-family: 'Roboto', Arial, sans-serif;
}

h2 a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 16px;
}

.taxonomy-description h1,
.widget-area .widgettitle {
    background-color: #f2f2f2;
    font-size: 17px;
    padding: 10px 15px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.widget-area .widgettitle p{
	font-weight: 600;
}

.widget-area .widgettitle a {
	color: #333;
	text-decoration: none;
	font-size: 17px;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
	text-align: justify;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: disc;
	margin: 0 0 0 30px;
	padding: 0;
	text-align: justify;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}

/* Post Info
------------------------------------------------------------ */

.entry-header .entry-meta {
	font-size: 13px;
	margin: -5px 0 15px;
}

/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 13px;
	padding: 5px 0 0;
}

/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: left;
	margin: 5px 10px 10px 0px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 0;
	text-align: center;
	width: auto !important;
}

p.wp-caption-text {
	font-size: 13px;
	margin: 5px 0;
	text-align: center;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

/* Post Navigation
------------------------------------------------------------ */

.pagination {
	font-size: 16px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
	text-align: center;
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	background: #f2f2f2;
	color: #333;
	padding: 8px 13px;
}

.pagination li a:hover,
.pagination li.active a {
	background: #333;
	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: #fff;
	margin: 0 0 15px;
	padding: 0 0 15px;
	float: left;
	width: 100%;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 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;
     width: 300px;
    background: #f4f3ef;
    border-radius: 10px;
    height: 46px;
    display: none;
}

.site-header .search-form.active{
	display: block;
	position: absolute;
    right: 0;
    top: 46px;
}

.sidebar .search-form {
	padding: 5px 0 0 15px;
}

.search-form input[type="search"] {
    margin: 0;
    padding: 6px;
    width: calc(100% - 40px);
    border: none;
    background: unset;
    height: 46px;
}

.search-form input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333 !important;
    opacity: 1; /* Firefox */
    font-size: 16px;
    font-style: italic;
}

.search-form input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333 !important;
    font-size: 16px;
    font-style: italic;
}

.search-form input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #333 !important;
    font-size: 16px;
    font-style: italic;
}

.nav-primary .search-form input[type="search"] {
	background-color: #fff;
	margin: 2px -7px 0 0;
	color: #333;
}

.site-header .search-form input[type="submit"]{
	background: url(images/s.svg) no-repeat center center;
    text-indent: -9999px;
    border: none;
    float: left;
    height: 46px;
}

/* Footer
------------------------------------------------------------ */

.site-footer {
	float: left;
	clear: both;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	color: #333;
	border-top: 1px solid #F4F3EF ;
}

.site-footer p {
	color: #333;
}

.site-footer a,
.site-footer a:visited {
	color: #333;
}

.site-footer a:hover {
	color: #333;
	text-decoration: none;
}

/* Comments
------------------------------------------------------------ */

.entry-comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
	float: left;
	width: 100%;
}

#author,
#comment,
#email,
#url,
#phone {
	margin: 10px 5px 0 0;
    padding: 10px;
    width: calc(100% - 22px);
    float: left;
    background: #fff;
    font-size: 16px;
}

#reply-title{
	text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    color: #007fff;
}

#comment {
    height: 90px;
    margin: 10px 0;
    width: calc(100% - 22px);
    background: #fff;
    font-size: 16px;
}

input#submit {
	float: left;
    border: 1px solid #007fff;
    background: unset;
    text-transform: uppercase;
    font-weight: 500;
    color: #007fff;
}

input#submit:hover{
	background: #007fff;
	color: #fff;
}

.single-post .yarpp-related .post .widget-item-title a:hover, 
.sidebar .widget .post a:hover{
	color: #007fff;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: 0;
	background: #fff;
}

.comment-content{
	padding-left: 70px;
}

.comment-content p {
	font-size: 16px;
	margin: 0 0 15px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.comment-author{
	font-weight: bold;
	color: #333;
}

.comment-author .says{
	color: #333;
	font-weight: 400;
}

.comment-meta {
	font-size: 12px;
	margin: 0 0 5px;
}

.comment-meta a{
	color: #666;
}

.comment-reply {
	font-size: 16px;
	font-weight: 300;
}

.comment-reply a{
    background: #007fff;
    color: #ffffff;
    padding: 5px 10px;
}

.comment-reply a:hover{
	color: #007fff;
}

.nocomments {
	text-align: center;
}

.entry-comments .pagination {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}

/*Slick
-------------------------------------------------------------------*/
.slick-slider{
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus{
    outline: none;
}

.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}

.slick-track:after{
    clear: both;
}

.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
	outline: none;
}

[dir='rtl'] .slick-slide{
    float: right;
}

.slick-slide img{
    display: block;
}

.slick-slide.slick-loading img{
    display: none;
}

.slick-slide.dragging img{
    pointer-events: none;
}

.slick-initialized .slick-slide{
    display: block;
}

.slick-loading .slick-slide{
    visibility: hidden;
}

.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots{
    text-align: center;
    margin: 0 35px;
}

.slick-dots li{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    border-radius: 100px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
	background: #63636363;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
    background: #333;
}

.tiktok-embed section {
    display: none !important;
}

.post-thumb {
    display: block;
    position: relative;
}

.post-thumb .img-main img {
    display: block;
    transition: opacity 0.3s ease;
}

.post-thumb .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.post-thumb:hover .img-main {
    opacity: 0;
}

.post-thumb:hover .img-hover {
    opacity: 1;
    width: 100%;
}

.site-header .widget-area .widget{
	float: left;
}

.site-header .widget_search .widgettitle, 
.site-header .widget_search input[type=submit] {
    background: url(images/s.svg) no-repeat center center;
    text-indent: -9999px;
    display: block;
    cursor: pointer;
    padding: 0;
    width: 23px;
    height: 23px;
    margin: 0;
    background-size: 20px;
}

.site-header .widget_search .widgettitle.active{
	background: unset;
    text-indent: inherit;
    color: #777;
    font-weight: bold;
}

.site-header .widget_search input[type=submit]{
	width: 40px;
	height: 46px;
}

.site-header .widget_media_image img{
	width: 23px;
	margin: 0 15px;
}

.site-header .widget-area .gsc-shop-cart .gsc-num-products, .fix_icon .gsc-shop-cart .gsc-num-products {
    position: absolute;
    top: -6px !important;
    left: auto;
    color: #fff;
    font-size: 13px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    background: #000;
    line-height: 20px;
    right: -11px;
    font-weight: bold;
}

.fix_icon .gsc-shop-cart .gsc-num-products{
	top: 0 !important;
	right: 0;
	background: #007fff;
}

.site-header .widget-area .bg-cart-sh, .site-header .widget-area .product-called, .fix_icon .bg-cart-sh, .fix_icon .product-called {
    display: none;
}

.site-header .widget-area .gsc-shop-cart .btn-view-cart {
	background: url(images/cart.svg) no-repeat left center;
    position: relative;
    width: 25px;
    height: 25px;
    background-size: 25px;
    display: inline-block;
    color: #000;
    font-weight: 400;
    margin: 0;
}

.site-header .cart-wrap{
	padding: 0 !important;
}

.section{
	float: left;
	width: 100%;
}

.content-slider .widget{
	position: relative;
}

.content-slider img{
	width: 100%;
}

.content-slider .widget .widgettitle{
	position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
	text-transform: uppercase;
    background: #333;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    padding: 0px 20px;
    letter-spacing: 2px;
}

.content-hot .widget{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.content-hot .widget:last-child{
	margin-bottom: 0;
}

.content-hot .widget .widgettitle,
.content-collection .widget:first-child .widgettitle,
.content-congdong .tieude .widgettitle,
.tax-cm .archive-heading,
#danhgia .title,
.content-product .widgettitle{
    text-align: center !important;
    margin: 60px 0 35px !important;
    display: block !important;
}

.content-hot .widget .widgettitle h2 a,
.content-collection .widget:first-child h2,
.category .archive-heading a,
.tax-cm .archive-heading a,
#danhgia .title,
.content-product .widgettitle{
    font-size: 30px;
    text-transform: uppercase;
    color: #007fff;
    font-weight: 500;
    position: relative;
}

.content-hot{
	margin: 40px 0 35px;
}

.content-hot .widget .widgettitle h2 ,
.content-collection .widget:first-child .widgettitle h2,
.content-congdong .tieude .widgettitle,
.page-template-page-diemban h1,
.page-template-page-diembanchitiet h1,
.tax-cm .archive-heading a{
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 25px; 
    text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	position: relative;
	color: #007fff;
	font-weight: 500;
}

.tax-cm .site-inner{
	padding: 0;
}

.content-hot .widget .widgettitle h2::after,
.content-collection .widget:first-child .widgettitle h2::after,
.content-congdong .tieude .widgettitle::after,
.page-template-page-diemban h1::after,
.page-template-page-diembanchitiet h1:after,
.tax-cm .archive-heading a:after,
#danhgia .title::after,
.content-product .widgettitle::after ,
.single-post .yarpp-related .title::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;  /* nằm sát mép dưới h2 */

    border-width: 10px;
    border-style: solid;
    border-color: #007fff transparent transparent transparent;

    /* quan trọng: không có width, height */
}

.content-hot .main-posts{
	float: left;
	width: 100%;
}

.content-hot .main-posts .sp,
.tax-cm main.content .sp,
.listsp .sp,
.search main.content .sp{
	float: left;
	margin: 0 10px;
	width: calc(25% - 20px);
}

.tax-cm main.content .sp:nth-child(4n+1),
.search main.content .sp:nth-child(4n+1){
	clear: both;
}

.tax-cm main.content .sp,
.listsp .sp,
.search main.content .sp{
	margin-bottom: 30px;
}

.content-hot .sp .giohang a,
.tax-cm main.content .sp .giohang a,
.listsp .sp .giohang a,
.search main.content .sp .giohang a{
    width: calc(100% - 2px);
    text-align: center;
    border: 1px solid #434343;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    float: left;
    height: 34px;
    line-height: 34px;
}

.content-hot .sp:hover .giohang a,
.tax-cm main.content .sp:hover .giohang a,
.listsp .sp:hover .giohang a,
.search main.content .sp:hover .giohang a{
	background: #007fff;
    color: #fff;
    border: 1px solid #007fff;
}

.content-hot .sp img,
.tax-cm main.content .sp img,
.listsp .sp img,
.search main.content .sp img{
    width: 100%;
    margin: 0 0 15px 0;
    height: 400px;
    object-fit: cover;
}

.content-hot .sp .widget-item-title a,
.tax-cm main.content .sp .entry-title a,
.listsp .sp .title-sp a,
.search main.content .sp .entry-title a{
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.content-hot .sp .widget-item-title,
.tax-cm main.content .sp .entry-title,
.listsp .sp .title-sp,
.search main.content .sp .entry-title{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.content-hot .sp .motan,
.tax-cm main.content .sp .motan,
.listsp .sp .motan,
.search main.content .sp .motan{
	font-size: 14px;
    color: #434343;
    float: left;
    width: 70%;
    line-height: 1.3;
    height: 37px;
    overflow: hidden;
}

.content-hot .sp .daban,
.tax-cm main.content .sp .daban,
.listsp .sp .daban,
.search main.content .sp .daban{
	float: right;
    font-size: 11px;
    background: url(images/star.svg) no-repeat top 5px right;
    background-size: 50px;
    width: 70px;
    display: inline-block;
    padding: 20px 0 0;
    text-align: right;
    color: #434343d4;
}

.content-hot .sp .list-info,
.tax-cm main.content .sp .list-info,
.listsp .sp .list-info,
.search main.content .sp .list-info{
	float: left;
	width: 100%;
	position: relative;
}

.content-hot .sp .price,
.tax-cm main.content .sp .price,
.listsp .sp .price,
.search main.content .sp .price{
	float: left;
    width: 100%;
    font-weight: 500;
    font-size: 17px;
    text-align: right;
    margin: 7px 0;
    color: #000;
}

.content-hot .sp .price strike,
.tax-cm main.content .sp .price strike,
.listsp .sp .price strike,
.search main.content .sp .price strike{
	font-size: 14px;
    color: hsl(0deg 0% 20% / 80%);
    float: left;
    line-height: 27px;
    font-weight: 400;
}

.content-hot button.slick-next.slick-arrow {
    background: url(images/next.svg) no-repeat center center;
    width: 30px;
    height: 51px;
    position: absolute;
    right: -25px;
    top: 46%;
    transform: translateY(-50%);
    z-index: 1;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0;
	opacity: 0.5;
}

.content-hot button.slick-prev.slick-arrow {
    background: url(images/prev.svg) no-repeat center center;
    width: 30px;
    height: 51px;
    position: absolute;
    left: -25px;
    top: 46%;
    transform: translateY(-50%);
    z-index: 1;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0;
    opacity: 0.5;
}

.content-hot button.slick-prev.slick-arrow:hover,
.content-hot button.slick-next.slick-arrow:hover{
	opacity: 1;
}

.content-collection .widget:first-child{
	float: left;
	width: 100%;
}

.content-collection .widget{
	float: left;
	width: calc(33.33% - 20px);
	margin: 0 10px;
	position: relative;
	overflow: hidden;
}

.content-collection .widget img{
    transform-origin: 65% 100%;
    transition: transform 1s, filter .5s ease-out;
}

.content-collection .widget:hover img{
    transform: scale(1.2);
}


.content-collection .widget .title{
    text-align: center;
    margin: 10px 0 0;
    position: relative;
}

.content-collection .widget .title a,
.content-collection .widget .title a h3{
	color: #333;
    font-weight: 900;
    font-size: 25px;
    margin: 0;
}

.content-collection .widget .title a:hover,
.content-collection .widget .title a:hover h3{
	color: #007fff;
}

.content-congdong .tieude ul li{
	list-style-type: none;
	margin: 0 5px 0 0;
	border-radius: 10px;
	width: 250px;
	height: 450px;
	position: relative;
	cursor: pointer;
}

.content-congdong .tieude ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    background: url(images/icon-vd.svg) no-repeat center center / contain;
    transform: translate(-50%, -50%);
}

.content-congdong .tieude ul li img{
	border-radius: 10px;
	width: 100%;
	height: 450px;
	object-fit: cover;
}

.content-congdong .tieude .slick-dots li{
	width: auto;
	height: auto;
	margin: 0 7px 0 0;
}

.content-congdong .tieude .slick-dots li::before{
	content: unset;
}

.content-congdong .tieude .slick-dots{
	margin: 20px 0;
}

.content-banner .widget ul li{
	list-style-type: none;
	display: inline-block;
}

.content-banner .widget ul li img{
	width: 40px;
	margin: 0 3px;
}

.content-banner .widget{
	position: relative;
}

.content-banner .widget ul{
	width: fit-content;
    margin: 0 auto 0;
}

.content-gthieu .widget{
	float: left;
	width: 50%;
	margin: 100px 0;
}

.content-gthieu .widget img{
	width: 120px;
	margin: 0 0 15px;
}

.content-gthieu .widget .title a{
	text-transform: uppercase;
	color: #007fff;
	font-weight: 500;
	font-size: 23px;
}

.content-gthieu .widget .title{
	margin-bottom: 10px;
}

.content-gthieu .widget .widget-wrap{
	width: 80%;
	float: left;
}

.content-banner .widget_media_image img{
	display: block;
}

.content-banner .widget_text .widget-wrap{
	width: 950px;
	margin: 0px auto;
	text-align: center;
}

.content-banner .widget_text{
	background: #fafbf8;
	padding: 60px 0 40px;
}

.content-banner .widget_text h3,
.content-lienhe .widget .widgettitle{
	font-weight: 400;
    font-size: 30px;
    margin: 0 0 10px;
    color: #007fff;
}

.content-gthieu .widget .readmore:hover, .content-lienhe .widget:first-child p:last-child a:hover{
	color: #007fff;
}

.content-banner .widget_text p{
	color: #777;
	margin-bottom: 20px;
}

.content-gthieu .widget .readmore,
.content-lienhe .widget:first-child p:last-child a{
	color: #333;
    text-decoration: underline;
    margin: 15px 0 0;
    display: inline-block;
    font-size: 15px;
}

.content-lienhe .widget{
	float: left;
	width: 50%;
}

.content-lienhe .widget:first-child{
	background: #fafaf7;
}

.content-lienhe .widget:first-child p{
	color: #777;
    margin-bottom: 20px;
}

.content-lienhe .wrap {
    display: flex;          /* bật flexbox cho cha */
    align-items: stretch;   /* các con kéo dãn bằng chiều cao cha */
}

.content-lienhe .widget {
    flex: 1;                /* chia đều chiều rộng (nếu muốn) */
}

.content-lienhe .widget .widget-wrap {
    padding: 0 90px;
    display: flex;
    flex-direction: column; /* xếp dọc nội dung */
    justify-content: center; /* căn giữa dọc */
    align-items: center;     /* căn giữa ngang */
    text-align: center;
    height: 100%;            /* cao bằng khung cha */
}

.content-lienhe .widget .caldera-grid input[type="submit"]{
	background: #007fff;
    color: #ffff;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    height: 40px;
    line-height: 32px;
    padding: 0 30px;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
}

.content-lienhe .widget .caldera-grid input[type="text"]{
	height: 40px;
	font-size: 16px;
	box-shadow: none;
	border-radius: 5px;
}

.content-lienhe .widget:last-child p:last-child{
    font-size: 12px;
    text-align: right;
    color: #777;
    margin: 10px 0 0;
}

.content-lienhe .widget .caldera-grid .col-sm-8{
	width: 70%;
}

.content-lienhe .widget .caldera-grid .col-sm-4{
	width: 30%;
}

.content-lienhe .widget:first-child p a{
	color: #777;
}

.content-lienhe{
	margin-bottom: 70px;
}

.site-footer .widget{
	float: left;
	width: calc(20% - 20px);
	margin: 50px 10px 15px;
}

.site-footer .widget ul li{
	margin-bottom: 10px;
	list-style-type: none;
}

.site-footer .widget .widgettitle{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.site-footer .widget p img{
	width: 30px;
}

.after_footer .widget:first-child{
	float: left;
}

.after_footer .widget:last-child{
	float: right;
}

.after_footer .widget img{
	width: 30px;
	margin: 0 5px 0 0;
}

.after_footer{
	background: #007fff;
	color: #fff;
	padding: 11px 0 2px;
}

.after_footer p{
	color: #fff;
	font-size: 15px;
	margin: 5px 0 0 0;
}

.page-template-page-lienhe .site-inner{
	width: 100%;
	padding: 0;
}

.page-template-page-lienhe h1{
	display: none;
}

.page-template-page-lienhe .lienhe .noidung img,
.page-template-page-lienhe .lienhe .noidung video{
	margin: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.page-template-page-lienhe .lienhe {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* chia 3 cột bằng nhau */
    gap: 0; /* khoảng cách giữa các cột */
    align-items: stretch; /* tất cả noidung cao bằng nhau */
}

.page-template-page-lienhe .lienhe .noidung {
    display: flex; /* giúp stretch chiều cao */
}

.page-template-page-lienhe .lienhe .noidung .inner {
    flex: 1;
    display: flex;
    align-items: flex-start;  /* mặc định: căn top */
    justify-content: flex-start; /* mặc định: căn trái */
}

.page-template-page-lienhe .lienhe .noidung:nth-child(2){
	background: #f4f3ef;
}

.page-template-page-lienhe .lienhe .noidung:nth-child(2) .inner {
    display: flex;
    flex-direction: column;
    align-items: ;
    justify-content: center;
    text-align: left;
    width: 60%;
    margin: 0 auto;
    flex: none;
}

.page-template-page-lienhe .lienhe .noidung h2{
	font-weight: 500;
    font-size: 22px;
    color: #000;
}

.page-template-page-lienhe .lienhe .noidung h2 em{
	display: block;
	font-style: inherit;
}

.page-template-page-lienhe .lienhe .noidung p{
	margin-bottom: 0;
}

.lienhe .noidung:nth-child(2) p{
	margin-bottom: 15px;
}

.lienhe .noidung:nth-child(2) ul li{
	list-style-type: none;
	font-weight: 500;
	margin: 0 0 10px;
}

.lienhe .noidung:nth-child(2) ul li img{
	width: 25px;
	height: auto;
    display: block;
}

.lienhe .noidung:nth-child(2) ul li a{
	display: flex;
    align-items: center; /* căn giữa dọc giữa ảnh và text */
    gap: 10px;           /* khoảng cách giữa ảnh và text */
    text-decoration: none; /* bỏ gạch chân nếu muốn */
	color: #333;
}

.site-header .widget-area .widget_text p a{
    background: url(images/phone.png) no-repeat left center;
    color: #4e4e4e;
    padding-left: 22px;
    background-size: 16px;
    font-weight: 600;
} 

.page-template-page-diemban h1,
.page-template-page-diembanchitiet h1{
    text-align: center;
    display: block;
    margin: 30px 0;
    color: #007fff !important;
}

.page-template-page-diemban .site-inner,
.page-template-page-diembanchitiet .site-inner{
	width: 1140px;
}

.single .entry-content h3, 
.page .entry-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0;
}

.single .entry-content h2, 
.page .entry-content h2 {
    font-size: 26px;
    font-weight: 600;
    margin: 15px 0;
}

.page-template-page-diemban .entry-content ol li{
	list-style-type: none;
	display: inline-block;
	float: left;
	margin: 0 30px 0 0;
}

.page-template-page-diemban .entry-content ol{
	float: left;
	width: 100%;
}

.page-template-page-diemban main.content table {
    float: left;
    width: 100%;
}

.page-template-page-diemban main.content table a{
	color: #333;
}

.page-template-page-diemban main.content table h3{
    background: url(images/cau.png) no-repeat left center;
    background-size: 25px;
    padding-left: 35px;
    text-transform: uppercase;
}

.page-template-page-diemban main.content table li{
	margin-bottom: 10px;
}

.page-template-page-diembanchitiet table th, .page-template-page-diembanchitiet table tr:first-child td {
	border: 1px solid #aaa;
    padding: 7px 10px;
    background-color: #333;
    color: white;
    font-weight: 500;
    font-size: 17px;
}

.page-template-page-diembanchitiet table td {
    border: 1px solid #aaa;
    padding: 10px;
}

.page-template-page-diembanchitiet table {
    border-collapse: collapse;
    border: 1px solid #aaa;
    width: 100%;
}

.tableFilterInput{
    height: 45px;
    border-radius: 5px;
    width: calc(100% - 32px);
    font-size: 16px;
    padding: 0 15px;
    background: #fff;
}

.category .archive-heading{
	text-align: center;
	margin: 30px 0 ;
}

.category main.content .post{
	float: left;
	width: calc(33.33% - 30px);
	margin: 0 15px 30px;
}

.category main.content .post:nth-child(3n+1){
	clear: both;
}

.category main.content .post img{
    padding: 0;
    border: none;
    background: unset;
    margin: 0 0 15px 0;
    height: 250px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.category main.content .post .entry-title a{
	font-size: 18px;
	font-weight: 500;
}

.category main.content .post .entry-title a:hover,
.category main.content .post .more-link:hover{
	color: #007fff !important;
}

.category main.content .post .entry-title{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.category main.content .post .more-link{
    color: #333333d4;
    text-decoration: underline;
    margin: 15px 0 0;
    display: block;
    font-size: 15px;
    font-style: italic;
}

.category main.content .post .entry-header,
.category main.content .post .entry-content{
	float: left;
	width: 100%;
}

.category main.content .post:hover .entry-title a{
	color: #000;
}

.page-template-page-aboutus h1{
	display: none;
}

.page-template-page-aboutus .aboutus .noidung{
	float: left;
	width: 100%;
}

.page-template-page-aboutus .site-inner{
	padding: 0;
}

.aboutus .noidung .nd{
	float: left;
	width: 50%;
}

.aboutus .noidung:nth-child(odd) .nd:nth-child(1){
	float: right;
}

.aboutus .noidung .nd .ct{
	padding: 0 70px  0 0 ;
}

.aboutus .noidung:nth-child(even) .nd:nth-child(2) .ct{
	padding: 0 0 0 70px ;
}

.aboutus .noidung h2 em{
	display: block;
	font-style: inherit;
}

.aboutus .noidung h2{
	font-size: 36px !important;
    margin: 50px 0 20px;
    color: #007fff !important;
    font-weight: bold;
}

.aboutus .noidung table td{
	width: 30px;
	padding: 0;
}

.aboutus .noidung table{
	width: 100%;
}

.aboutus .noidung table td img{
	width: auto;
}

.aboutus .noidung table h3{
	font-size: 16px;
}

.slider-term {
    position: relative; /* cần cho overlay */
}

.slider-term::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3); /* màu đen 50% */
    z-index: 1;
}

.slider-term img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
}

.tax-cm .archive-heading{
	margin: 60px 0 20px !important;
}

.des-term{
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.des-term p{
	font-size: 15px;
	margin-bottom: 10px;
}

.tax-cm main.content{
	margin: 30px 0 0;
}

.nav-primary{
	border-bottom: 1px solid #f1f1f1;
}

.list_vd {
    position: fixed;
    top: -100%; /* ẩn ra ngoài màn hình */
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    overflow-y: auto;
    z-index: 9999;
    transition: top 0.5s ease; /* hiệu ứng trượt */
}

.list_vd.active {
    top: 0; /* trượt xuống màn hình */
}

.list_vd .widget-wrap {
    max-width: 430px;
    margin: 50px auto;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

.list_vd .widget-wrap blockquote{
    background: unset;
    padding: 0;
    width: fit-content;
    border-radius: 5px;
    border: none;
}

.list_vd .widgettitle{
	position: fixed;
    top: 10px;
    right: 10px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
}

.list_vd .nav-btn {
	position: fixed;
    bottom: 30px !important;
    transform: translateY(-50%);
    font-size: 32px;
    background: url(images/duoi.svg) no-repeat left center;
    text-indent: -9999px;
    background-size: 50px;
}

.list_vd .nav-btn.prev{
	background: url(images/tren.svg) no-repeat left center;
    width: 50px;
    background-size: 50px;
}

.list_vd .nav-btn.prev { left: 20px; }
.list_vd .nav-btn.next { right: 20px; }

.list_vd .nav-btn,
.list_vd .widgettitle {
    display: none; /* ẩn mặc định */
}

.list_vd.active .nav-btn,
.list_vd.active .widgettitle {
    display: block; /* hiện khi popup active */
}

.chitiet_sp .slider-for {
    float: right;
    width:calc(100% - 130px);
    border-radius: 10px;
    border: 1px solid rgb(67 67 67 / 12%);
    overflow: hidden;
    aspect-ratio: 540 / 780;
}

.chitiet_sp .slider-nav {
    float: left;
    width: 100px;
    aspect-ratio: 540 / 780;
}

.chitiet_sp .slider-nav .itemnav {
	margin-bottom: 15px;
}

.chitiet_sp .slider-nav img,
.chitiet_sp .slider-for img{
	width: 100%;
	margin: 0;
}

.chitiet_sp .slider-nav.slick-current{
	border: 1px solid #777;
}

.chitiet_sp .slider-nav button.slick-next.slick-arrow {
    background: url(images/down.svg) no-repeat center center;
    width: 100%;
    border: none;
    text-indent: -9999px;
    padding: 10px 0;
}

.chitiet_sp .slider-nav button.slick-next.slick-arrow:hover{
	background-color: #f8f8f8;
}

.anh_vd button.slick-next.slick-arrow {
	background: url(images/down.svg) no-repeat center center;
    width: 16px;
    border: none;
    text-indent: -9999px;
    padding: 10px 0;
    transform: rotate(-90deg);
    position: absolute;
    right: -30px;
    top: 14px;
    cursor: pointer;
}

.anh_vd button.slick-prev.slick-arrow {
	background: url(images/down.svg) no-repeat center center;
    width: 16px;
    border: none;
    text-indent: -9999px;
    padding: 10px 0;
    transform: rotate(-270deg);
    position: absolute;
    left: -30px;
    top: 14px;
    cursor: pointer;
}

.anh_vd ul.nosl{
	width: fit-content;
}

.anh_vd ul{
	width: 90%;
    margin: 0 auto;

}

.content-congdong.nosl .tieude ul li{
	float: left;
	margin: 0 10px;
}

.content-congdong.nosl .tieude ul{
	text-align: center;
    margin: 0 auto;
    width: fit-content;
}

.content-congdong.nosl{
	margin-bottom: 50px;
}

.chitiet_sp  .slider-nav button.slick-prev.slick-arrow{
	display: none !important;
}


.chitiet_spbutton.slick-prev.slick-arrow {
    display: none !important;
}

.chitiet_sp{
	float: left;
	width: 100%;
	margin: 30px 0 0;
}

.chitiet_sp .anh_sp{
	float: left;
	width: calc(100% - 630px);
	margin: 0 15px 0 0;
}

.chitiet_sp .info_sp{
	float: left;
	width: 600px;
	margin: 0 0 0 15px;
	position: relative;
}

.chitiet_sp .info_sp .entry-title{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    margin: 15px 0 0;
}

.chitiet_sp .info_sp .motan{
	font-weight: 500;
    color: #333;
}

.chitiet_sp .info_sp .size {
	margin: 20px 0 0;
}

.chitiet_sp .info_sp .daban {
    float: left;
    font-size: 14px;
    background: url(images/star.svg) no-repeat left center;
    background-size: 75px;
    display: inline-block;
    padding: 0 0 0 80px;
    text-align: right;
    color: #434343d4;
    margin: 5px 0;
    width: fit-content;
}

.chitiet_sp .info_sp .size li{
    list-style-type: none;
    display: inline-block;
    float: left;
    margin-right: 5px;
    padding: 3px 30px;
    border-radius: 5px;
    cursor: pointer;
    color: #4f4f4f;
}

.chitiet_sp .info_sp .size li#active,
.chitiet_sp .info_sp .size li:hover{
	border: 1px solid #4f4f4f;
	color: #333;
}

.chitiet_sp .price{
	display: none;
}

.chitiet_sp .price#active{
	display: block;
    margin: 15px 0;
    position: absolute;
    right: 0;
    width: fit-content;
    text-align: center;
    top: 3px;
}

.chitiet_sp .price .prices{
    color: #333;
    font-size: 22px;
    font-weight: 600;
    margin-right: 10px;
    line-height: 24px;
}

.chitiet_sp .price strike{
	color: hsl(0deg 0% 20% / 68%);
	display: block;
}

.chitiet_sp .mota{
	float: left;
    width: 100%;
    margin: 25px 0;
}

.chitiet_sp .mota ol {
  display: flex;
  justify-content: space-between; /* chia đều khoảng cách giữa các li */
  list-style: none;
  padding: 0;
  margin: 0;
}

.chitiet_sp .mota ol li {
  flex: 1; /* mỗi li chiếm phần bằng nhau */
  display: flex;
  flex-direction: column; /* xếp dọc: ảnh trên, chữ dưới */
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-top: 30px;
  gap: 10px; /* khoảng cách giữa ảnh và chữ */
}

.chitiet_sp .mota ol li img {
  width: 40px;
  display: block; /* block thay cho table gọn hơn */
}

.chitiet_sp .waittocart{
    width: calc(100% - 2px);
    text-align: center;
    border: 1px solid #434343;
    text-transform: uppercase;
    font-size: 15px;
    background: #000;
    color: #fff;
    float: left;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
}

.ndbai .widgettitle {
	cursor: pointer;
    border: 1px solid #4f4f4f;
    padding: 5px 10px;
    background: url(images/down.svg) no-repeat right 10px center;
    background-size: 12px;
    font-weight: 500;
}

.ndbai .noidung.active .widgettitle {
  
   background: url(images/up.svg) no-repeat right 10px center;
   background-size: 12px;
}

.chitiet_sp .info_sp .button-cart{
	margin: 0 0 30px;
}

.ndbai .noidung.active .text_content{
	padding: 5px 10px 10px;
}

.ndbai .noidung.active .text_content p{
	margin-bottom: 7px;
}

.content-chungnhan li{
	list-style-type: none;
	float: left;
	text-align: center;
	width: 100px;
}

.content-chungnhan .widget{
	display: table;
	width: fit-content;
	margin: 20px auto 0;
}

#danhgia .title,
.content-product .widgettitle{
	padding-bottom: 20px;
    margin: 20px 0 !important;
    font-size: 28px;
}


#danhgia .glsr-summary-rating .glsr-tag-value{
	color: #333;
	font-size: 24px;
	font-weight: 800;
}

.review-rating .form{
    float: left;
    width: calc(100% - 100px);
    border: 1px solid #d9d9d9;
    padding: 50px;
    border-radius: 10px;
}

.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: rgb(149 149 149 / 10%);
	opacity: 1;
}

.review-rating .glsr-default .glsr-bar-background-percent{
	background: #333;
}

.review-form {
    display: none;
    margin: 30px 0 20px;
    float: left;
    width: 100%;
}

.review-form .title{
	font-size: 42px;
    text-transform: inherit;
}

.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-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: 50px auto 0;
    cursor: pointer;
    background: #333;
    text-transform: uppercase;
    border-radius: 100px;
    font-weight: 700;
}

.review-rating .form .right .close {
	background: #333;
	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: #333;
	margin: 0;
	font-weight: 700;
	position: relative;
}

.review-list .glsr-review-date{
	display: none !important;
}

.review-list .glsr-review {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px dashed rgb(22 150 73 / 20%);
    padding-bottom: 15px;
}

.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: 18px;
    display: table;
    margin: 0 auto;
    cursor: pointer;
    background: #333;
    text-transform: uppercase;
    border-radius: 100px;
    font-weight: 700;
    border: none;
}

.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;
}

.rating .glsr-default .glsr-summary-text, .review-rating .glsr-default .glsr-summary-text {
    margin: 0;
    width: auto;
    display: inline-block;
}

.review-rating .glsr-bar span{
	color: #333;
	font-weight: bold;
}

.glsr-no-margins{
	margin: 30px 0 0;
	font-size: 17px;
}

.review-form input::placeholder,
.review-form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	opacity: 1; /* Firefox */
	font-size: 17px;
}

.review-form input:-ms-input-placeholder,
.review-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 17px;
}

.review-form input::-ms-input-placeholder,
.review-form textarea::-ms-input-placeholder { /* Microsoft Edge */
	font-size: 17px;
}

.review-list{
	margin: 30px 0 0px;
}

.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;
}

#danhgia .review-form .title::after{
	content: unset;
}

#danhgia .review-form .title{
	text-align: left !important;
    font-size: 24px;
    padding: 0;
    margin: 15px 0 10px !important;
}

.content-product{
	margin: 30px 0 50px;
}

h1.entry-title {
    font-size: 30px;
    color: #333;
    font-weight: 600;
}


.single .content .entry-content h2,
.page .content .entry-content h2{
	font-size: 25px;
	color: #007fff;
	font-weight: 700;
	margin-bottom: 15px;	
}

.single .content .entry-content h3,
.page .content .entry-content h3{
	font-size: 20px;
	color: #333;
	font-weight: 700;
	margin-bottom: 15px;	
}

.single .content .entry-content table,
.page .content .entry-content table{
	display: table;
	width: 100%;
  margin-bottom: 15px;
}

.single-post .yarpp-related .title{
	text-transform: uppercase;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin: 30px 0 0;
    color: #007fff;
}

.single-post .yarpp-related .post img{
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	height: 150px;
	object-fit: cover;
}

.single-post .yarpp-related .post {
	float: left;
	width: calc(25% - 30px);
	margin: 30px 15px;
}

.single-post .yarpp-related .post .widget-item-title a,
.sidebar .widget .post a{
	color: #333;
	font-weight: 500;
}

.sidebar .widget .post{
	float: left;
	width: 100%;
}

.sidebar .widget .post img{
	float: left;
	width: 160px;
	margin: 0 15px 0 0;
	height: 96px;
	object-fit: cover;
}

.sidebar .widget .post .widget-item-title{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.single-post .content-sidebar-wrap{
	margin: 30px 0;
}

.single-post .content-date .entry-modified-time{
	background: url(images/date.png) no-repeat left center;
    padding-left: 25px;
    font-size: 15px;
    margin-bottom: 15px;
    background-size: 22px;
    color: #5c5a5a;
    display: block;
}

.anh_vd li{
	list-style-type: none;
	float: left;
	display: inline-block;
	margin: 0 5px 20px;
	cursor: pointer;
    position: relative;
}

.anh_vd li img{
	width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100%;
    display: block;
}

.anh_vd li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 25px;
    background: url(images/icon-vd.svg) no-repeat center center / contain;
    transform: translate(-50%, -50%);
    background-size: 25px;
}

#checkout-form p.info.select{
	display: none;
}

.shop-cart-form-info h2,
#info-customer h2{
	font-size: 22px !important;
    color: #434343;
    position: relative;
    margin: 0 0 20px;
}

#gsc-shopcart-table ul.li-products li.images-products img{
	width: 110px !important;
}

#gsc-shopcart-table ul.li-products li.name-products a{
	color: #333;
	font-weight: 500;
	font-size: 18px;
}

#gsc-shopcart-table ul.li-products li.name-products .product-name{
	margin: 0px 0 5px;
    display: block;
}

#gsc-shopcart-table ul.li-products li{
	float: left;
	margin-right: 15px !important;
}

#gsc-shopcart-table ul.li-products .change-type{
	display: none;
}

#gsc-shopcart-table ul.li-products .ptype{
	font-style: italic;
	color: #777;
	font-size: 15px;
	margin: 0 0 20px;
}

.shop-cart-form-info,
#info-customer{
	float: left;
	width: calc(50% - 30px) !important;
	margin: 0 15px;
}

.shop-cart-table .li-products .number-products .nuttanggiam input {
    text-align: center;
    border: none;
    border-radius: 30px;
    color: #333;
    font-weight: bold;
    width: calc(100% - 20px) !important;
    padding: 11px 10px !important;
    background: unset;
}

.shop-cart-table .li-products .number-products .nuttanggiam {
	border: 1px solid rgb(67 67 67 / 20%);
    border-radius: 30px;
    position: relative;
    width: 100px;
}

.nuttanggiam .quantity {
    position: absolute;
    top: 0;
    cursor: pointer;
    left: 0;
}

.shop-cart-table .li-products .number-products .nuttanggiam .quantity-up {
	left: 80px;
    height: 41px;
    line-height: 41px;
    color: hsl(0deg 0% 26% / 93%);
    position: absolute;
    cursor: pointer;
    font-size: 18px;
        width: 12px;
    text-align: center;
}

.shop-cart-table .li-products .number-products .nuttanggiam .quantity-down {
	left: 10px;
    height: 41px;
    line-height: 41px;
    color: hsl(0deg 0% 26%);
    position: absolute;
    cursor: pointer;
    font-size: 18px;
    width: 12px;
    text-align: center;
}

.nuttanggiam input[type=number]::-webkit-inner-spin-button,
.nuttanggiam input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Ẩn trên Firefox */
.nuttanggiam input[type=number] {
  -moz-appearance: textfield; 
}

/* Ẩn trên các trình duyệt hỗ trợ chuẩn mới */
.nuttanggiam input[type=number] {
  appearance: textfield;
}

.shop-cart-table .li-products li.images-products{
	width: 110px;
}

.shop-cart-table .li-products li{
	width: calc(100% - 275px);
	margin-right: 20px;
}

.shop-cart-table .li-products{
	border-bottom: 1px dashed #d9d9d9 !important;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.shop-cart-table .li-products .price-products .ppriceold{
	display: block;
	color: #777777e8;
	margin: 5px 0 0;
}

.shop-cart-table .li-products .price-products .pprice{
	font-size: 20px;
	font-weight: 500;
}

.shop-cart-table .li-products .price-products{
	float: right;
    text-align: right;
    min-height: 158px;
    position: relative;
    width: 120px;
}

.shop-cart-table .remove-product {
    background: url(images/xoa.svg) no-repeat left center;
    padding-left: 20px;
    margin: 20px 0 0;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.shop-cart-table .types-products {
	height: 24px;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.shop-cart-form-info li.quatang,
.total-discount{
	display: none;
}

.fix_icon {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 9;
}

.fix_icon li {
    list-style-type: none;
}

.fix_icon li img {
    width: 60px;
    margin: 0;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: 100%;
}

.fix_icon .gsc-shop-cart .btn-view-cart {
    background: url(images/d.svg) no-repeat left center;
    position: relative;
    width: 60px;
    height: 60px;
    background-size: 60px;
    display: inline-block;
    color: #000;
    font-weight: 400;
    margin: 0 10px 6px 0;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: 100%;
}

.thanhtoan li{
	list-style-type: none;
	margin-bottom: 15px;
	font-size: 16px;
}

.thanhtoan li b{
	float: right;
	font-weight: 500;
	font-size: 18px;
}

.thanhtoan{
	float: right;
	width: 100%;
	margin: 20px 0 0;
}

.thanhtoan li:last-child{
	font-size: 18px;
	font-weight: 600;	
}

.thanhtoan li:last-child b{
	font-weight: bold;
	font-size: 20px;
}

.thanhtoan li:nth-child(2) b{
	font-weight: 400;
	font-size: 17px;
}

#info-customer .top,
.form-details-pc{
	background: #f3f3f3;
    padding: 30px;
    width: calc(100% - 60px) !important;
    border-radius: 15px;
    float: left;
    margin-bottom: 30px;
}

#info-customer input{
	background: #fff !important;
    font-size: 16px;
    color: #333;
}

#info-customer textarea{
	background: #fff !important;
    font-size: 16px;
    color: #333;
    border: none !important;
    padding: 15px;
    width: calc(100% - 30px);
    border-radius: 5px;
    height: 70px;
}

#info-customer label{
	font-size: 16px;
}

.policy{
	font-style: italic;
	font-size: 15px;
	color: #777;
}

#info-customer input.checkout{
	width: 100%;
    border: 1px solid #333;
    border-radius: 10px;
    background: #333 !important;
    height: 45px;
    color: #fff;
    text-transform: uppercase;
}

#info-customer{
	width: calc(50% - 65px) !important;
    margin: 0 15px 0 50px;
}

.left-check-cart{
	float: left;
	width: 100%;
	margin: 30px 0;
}

/* mở rộng giỏ hàng */

.site-header .shop-cart-expand .price-number-widget{
	display: none !important;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand{
    width: 420px;
    border-radius: 16px;
    right: 0;
    transform: translateX(0);
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand label{
    font-weight: 600;	
    color: #001C0E;
    margin: 0 0 15px;
    line-height: 1.3;
    font-size: 16px;
    display: block;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand label span{
	cursor: pointer;
	float: right;
	display: none;
}

.site-header .shop-cart-expand .no-products{
	text-align: center;
	color: #334A3F;
    font-weight: 400;
    background: url(images/none.svg) no-repeat top center;
    padding: 130px 0 0;
    margin: 40px 0 60px;
}


.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li a.title{
	font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li{
	padding-bottom: 10px;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li .alignleft{
	float: left;
    width: 60px;
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin: 0 15px 0 0;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li .alignleft img{
	border-radius: 10px;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li .product-name{
	margin: 0 0 10px;
	display: block;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li .product-name a{
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li .product-qty{
	color: #333;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li .product-price{
	float: right;
	color: #333;
    font-weight: 600;
    font-size: 16px;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li .ptype{
	font-size: 14px;
	margin: 0 0 0 5px;
	display: inline-block;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand .price-total-widget{
	color: #333;
    font-weight: 600;
    font-size: 16px;
    float: left;
    margin: 0;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand a.shop-cart{
	text-align: center;
    padding: 10px 20px;
    background: #333;
    border-radius: 48px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    float: right;
	width: auto;
    margin: 0;
    clear: none;
}

.shop-cart-expand a.shop-cart:hover,
#info-customer input.checkout:hover{
	background:  #007fff !important;
	color: #fff;
	border: none !important;
}

.guiditc{
    text-align: center;
    background: url(images/done.png) no-repeat top center;
    padding-top: 75px;
    width: fit-content;
    margin: 60px auto;
    background-size: 50px;
    font-size: 18px;
}

.site-header.f-head{
	position: fixed;
    top: 0;
    z-index: 99;
}

.nav-primary.f-nav{
	position: fixed;
    top: 50px;
    z-index: 9;
}


.content-notice{
	background: rgb(0 0 0 / 30%);
	left: 0;
	top: 0;
	z-index: 2000;
	width: 100%;
	height: 100%;
	position: fixed;
	display: none;
}

.content-notice .notice-comment{
	width: 555px;
	padding: 25px;
	background: #fff;
	position: fixed;
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 3000;
}

.content-notice .notice-comment p{
	text-align: center;
}

.page-template-page-diemban main.content table td {
    float: left;
    width: 22%;
    margin: 0 1%;
}

@media screen and (max-width: 1280px){
	.wrap,
	.site-inner{
		width: calc(100% - 30px);
	}

	.content-hot button.slick-prev.slick-arrow{
		left: 0;
	}

	.content-hot button.slick-next.slick-arrow{
		right: 0;
	}

	.content-sidebar .content, .sidebar-content .content{
		width: calc(70% - 15px);
	}

	.sidebar{
		width: calc(30% - 15px);
	}

	.page-template-page-lienhe .lienhe .noidung:nth-child(2) .inner{
		width: 90%;
	}

}