/*
	Theme Name: AdsDigi
	Description: Themes hỗ trợ Genesis Theme v2.7.3 and Wordpress v5.0 trở lên
	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: 1200px;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

.site-header {
	margin: 0 auto;
	height: 80px;
	width: 100%;
	float: left;
	background: #020914;
	position: relative;
}

.site-header .title-area img{
	width: auto;
}

.title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	height: 80px;
	width: 180px;
}

.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 {
	 float: left;
	 width: calc(100% - 180px);
	 margin: 9px 0 0;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary{
	float: left;
	width: 100%;
	height: 55px;
	background: #020914;
	border-bottom: 1px solid #ffffff1c;
}

.menu-primary,
.menu-secondary,
.site-header .menu {
	clear: both;
    color: #333;
    font-size: 13px;
    margin: 0 auto;
    overflow: hidden;
    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: #fff;
    display: block;
    padding: 0 0;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    margin: 0 40px;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
}

.site-header .menu a {
    color: #fff;
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    background-image: linear-gradient(to right, #ff8b16 50%, #333 50%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    background-size: 200% !important;
    background-position: right !important;
    transition: background-position 0.4s ease;
}

.menu-primary a:hover,
.menu-secondary a:hover,
.site-header .menu a:hover {
    background-position: left !important;
}

.menu-primary a:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    transform: translateZ(0) !important;
    transform: scaleX(0);
    transition: transform .15s ease-in-out 0s;
    width: 0%;
    transition: width 1s;
    margin: 0 auto;
}

.menu-primary>li:hover>a:before,
.menu-primary>li.current-menu-item>a:before {
    width: 100%;
}


.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: #fff;
	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 #dddddd66;
	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: #ff8b16;
    color: #fff;
}

.menu-primary li ul,
.menu-secondary li ul,
.site-header .menu li ul {
	height: auto;
	left: -9999px;
    margin: 0 0 0 -1px;
    position: absolute;
    width: 250px;
    z-index: 9999;
    background: #0c3c86;
    border-radius: 10px;
}

.site-header .menu li ul::before{
    content: "";
    position: absolute;
    top: -10px;
    left: 40px; /* chỉnh vị trí mũi tên */
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0c3c86;
}

.site-header .menu li ul li a, .site-header .menu li ul li a span{
	color: #fff !important;
    background-image: none !important;
}

.site-header .menu li li:last-child a{
	border-bottom: none;
}

.menu-primary li ul a,
.menu-secondary li ul a,
.site-header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
.site-header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
.site-header .menu li:hover>ul,
.site-header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
.site-header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* Product category menu */
.nav-primary .menu-primary{
	overflow: visible;
}

.nav-primary .menu-primary > .dmsp{
	position: relative;
	height: 50px;
	margin-right: 14px;
}

.nav-primary .menu-primary > .dmsp::after{
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 10px;
	content: "";
}

.nav-primary .menu-primary > .dmsp > a{
	display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 220px;
    height: 42px;
    margin: 4px 0;
    padding: 0 12px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 121, 0, .32);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 121, 0, .18), rgba(255, 121, 0, .08));
    color: #ff8b16;
    line-height: 1;
    box-shadow: inset 0 0 18px rgba(255, 121, 0, .05);
    transition: border-color .25s ease, background-color .25s ease, box-shadow .25s ease;
}

.nav-primary .menu-primary > .dmsp > a::before{
	display: none;
}

.nav-primary .menu-primary > .dmsp > a::after{
	content: "";
	width: 8px;
	height: 8px;
	margin-left: 15px;
	border-right: 2px solid #ff7900;
	border-bottom: 2px solid #ff7900;
	transform: translateY(-2px) rotate(45deg);
	transition: transform .25s ease;
}

.nav-primary .menu-primary > .dmsp > a > span{
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 29px;
	color: #ff7900;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .015em;
	text-transform: uppercase;
	white-space: nowrap;
}

.nav-primary .menu-primary > .dmsp > a > span::before{
	position: absolute;
	left: 0;
	top: 15%;
	width: 5px;
	height: 5px;
	content: "";
	border: 2px solid #ff7900;
	border-radius: 2px;
	transform: translateY(-50%);
	box-shadow: 11px 0 0 -2px #020914, 11px 0 0 0 #ff8b16,
		0 11px 0 -2px #020914, 0 11px 0 0 #ff8b16,
		11px 11px 0 -2px #020914, 11px 11px 0 0 #ff8b16;
}

.nav-primary .menu-primary > .dmsp > .sub-menu{
	top: calc(100% + 10px);
	left: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 650px;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #e8edf2;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(5,18,31,.18);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.nav-primary .menu-primary > .dmsp > .sub-menu::before{
	position: absolute;
	top: -11px;
	left: 28px;
	width: 20px;
	height: 20px;
	content: "";
	border-top: 1px solid #e8edf2;
	border-left: 1px solid #e8edf2;
	background: #fff;
	transform: rotate(45deg);
}

.nav-primary .menu-primary > .dmsp:hover > .sub-menu,
.nav-primary .menu-primary > .dmsp.sfHover > .sub-menu,
.nav-primary .menu-primary > .dmsp:focus-within > .sub-menu{
	left: 0;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.nav-primary .menu-primary > .dmsp > .sub-menu > li{
	float: none;
	width: 100%;
	margin: 0;
}

.nav-primary .menu-primary > .dmsp > .sub-menu > li > a,
.nav-primary .menu-primary > .dmsp > .sub-menu > li > a:link,
.nav-primary .menu-primary > .dmsp > .sub-menu > li > a:visited{
	display: flex;
	align-items: center;
	width: 100%;
	height: auto;
	min-height: 44px;
	margin: 0;
	padding: 9px 13px 9px 31px;
	box-sizing: border-box;
	border: 0;
	border-radius: 7px;
	background: transparent;
	color: #26323d;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.35;
	transition: color .2s ease, background-color .2s ease, padding-left .2s ease;
}

.nav-primary .menu-primary > .dmsp > .sub-menu > li > a::before{
	position: absolute;
	left: 14px;
	right: auto;
	top: 43%;
    bottom: auto;
    width: 4px;
    height: 4px;
	margin: 0;
	content: "";
	border-top: 2px solid #ff7900;
	border-right: 2px solid #ff7900;
	border-bottom: 0;
	border-left: 0;
	background: none;
	transform: translateY(-50%) rotate(45deg);
	transition: left .2s ease;
}

.nav-primary .menu-primary > .dmsp > .sub-menu > li > a:hover,
.nav-primary .menu-primary > .dmsp > .sub-menu > li.current-menu-item > a{
	padding-left: 35px;
	background: #fff3e8;
	color: #e96600;
}

.nav-primary .menu-primary > .dmsp > .sub-menu > li > a:hover::before,
.nav-primary .menu-primary > .dmsp > .sub-menu > li.current-menu-item > a::before{
	left: 18px;
}

.nav-primary .menu-primary > .dmsp > .sub-menu > li > a > span{
	color: inherit;
}

@media (max-width: 760px){
	.nav-primary .menu-primary > .dmsp > .sub-menu{
		grid-template-columns: 1fr;
		width: min(92vw, 390px);
		max-height: 70vh;
		overflow-y: auto;
	}
}

/* Inner
------------------------------------------------------------ */

.site-inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	width: 1200px;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb{
	float: left;
	width: 100%;
	background: url(images/br.jpg) no-repeat bottom center;
    background-size: cover;
    padding: 50px 0;
	font-size: 16px;
	text-align: center;
	color: #fff;
}

.breadcrumb a{
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}

.breadcrumb .label{
	margin: 0 5px;
	font-weight: 400;
	color: #fff;
}

.archive-heading a,
.archive-heading{
	    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
   color: #ff7900;
}

/* 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: #fff;
    font-size: 17px;
    padding: 10px 15px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-radius: 15px 15px 0 0;
}

.widget-area .widgettitle p{
	font-weight: 600;
    color: #fff;
}

.widget-area .widgettitle a {
	color: #fff;
	text-decoration: none;
	font-size: 17px;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
	text-align: justify;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: disc;
	margin: 0 0 0 30px;
	padding: 0;
	text-align: justify;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}

/* Post Info
------------------------------------------------------------ */

.entry-header .entry-meta {
	font-size: 13px;
	margin: -5px 0 15px;
}

/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 13px;
	padding: 5px 0 0;
}

/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: left;
	margin: 5px 10px 10px 0px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 0;
	text-align: center;
	width: auto !important;
}

p.wp-caption-text {
	font-size: 13px;
	margin: 5px 0;
	text-align: center;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

/* Post Navigation
------------------------------------------------------------ */

.pagination {
	font-size: 16px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
	text-align: center;
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	background: #f2f2f2;
	color: #333;
	padding: 8px 13px;
}

.pagination li a:hover,
.pagination li.active a {
	background: #020914;
	color: #fff;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 360px;
	margin-right: 15px;
}

.sidebar-secondary {
	float: left;
	width: 150px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
	margin-left: 15px;
	margin-right: 0;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	background-color: #f9f9f9;
	margin: 0 0 15px;
	padding: 0 0 15px;
	float: left;
	width: 100%;
	border-bottom: 2px solid #e1181c
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 ;
}

.sidebar.widget-area ul li,
.footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: #f2f2f2;
	cursor: pointer;
	padding: 10px 20px;
	color: #333;
	-webkit-appearance: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
    float: right;
    width: 215px;
    background: #f4f3ef;
    border-radius: 10px;
    height: 42px;
}

.site-header .search-form.active{
	display: block;
	position: absolute;
    right: 0;
    top: 46px;
}

.sidebar .search-form {
	padding: 5px 0 0 15px;
}

.search-form input[type="search"] {
    margin: 0;
    padding: 6px 6px 6px 0;
    width: calc(100% - 40px);
    border: none;
    background: unset;
    height: 42px;
    color: #fff;
}

.search-form input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #626262 !important;
    opacity: 1; /* Firefox */
    font-size: 15px;
    font-style: italic;
}

.search-form input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #626262 !important;
    font-size: 15px;
    font-style: italic;
}

.search-form input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #626262 !important;
    font-size: 15px;
    font-style: italic;
}

.nav-primary .search-form input[type="search"] {
	background-color: #fff;
	margin: 2px -7px 0 0;
	color: #333;
}

.site-header .search-form input[type="submit"]{
	background: url(images/s.svg) no-repeat center center;
    text-indent: -9999px;
    border: none;
    float: left;
    height: 46px;
}

/* Footer
------------------------------------------------------------ */

.site-footer {
	float: left;
	clear: both;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	color: #fff;
	background: url(images/bgf.jpg) no-repeat center center;
	background-size: cover;
}

.after_footer {
	color: #fff;
	background: #020914;
	margin: 0 !important;
}

.after_footer p{
	color: #ffffff;
    text-align: center;
    font-size: 15px;
    padding: 20px 0;
    border-top: 1px solid #dddddd33;
}

.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(100% - 22px);
    float: left;
    background: #fff;
    font-size: 16px;
}

#reply-title,
.yarpp-related .title,
.yarpp-related .widgettitle{
	text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
}

#comment {
    height: 90px;
    margin: 10px 0;
    width: calc(100% - 22px);
    background: #fff;
    font-size: 16px;
}

input#submit {
	float: left;
    border: 1px solid #333;
    background: unset;
    text-transform: uppercase;
    font-weight: 500;
}

input#submit:hover{
	background: #333;
	color: #fff;
}

.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: #333;
    color: #ffffff;
    padding: 5px 10px;
}

.nocomments {
	text-align: center;
}

.entry-comments .pagination {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}

/*Slick
-------------------------------------------------------------------*/
.slick-slider{
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus{
    outline: none;
}

.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}

.slick-track:after{
    clear: both;
}

.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
	outline: none;
}

[dir='rtl'] .slick-slide{
    float: right;
}

.slick-slide img{
    display: block;
}

.slick-slide.slick-loading img{
    display: none;
}

.slick-slide.dragging img{
    pointer-events: none;
}

.slick-initialized .slick-slide{
    display: block;
}

.slick-loading .slick-slide{
    visibility: hidden;
}

.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots{
    text-align: center;
    margin: 0 35px;
}

.slick-dots li{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    border-radius: 100px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
	background: #fff;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
    background: #ff8b16;
}

.tiktok-embed section {
    display: none !important;
}

.post-thumb {
    display: block;
    position: relative;
}

.post-thumb .img-main img {
    display: block;
    transition: opacity 0.3s ease;
}

.post-thumb .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.post-thumb:hover .img-main {
    opacity: 0;
}

.post-thumb:hover .img-hover {
    opacity: 1;
    width: 100%;
}

.site-header .widget-area .widget{
	float: right;
	margin-left: 20px;
}

.site-header .widget-area .widget p a{
	position: relative;
	background: none;
    padding-left: 50px;
    display: block;
    font-size: 15px;
    color: #fff;
    line-height: 1.25;
}

.site-header .widget-area .widget p a::before{
	position: absolute;
	top: 50%;
	left: 0;
	width: 40px;
	height: 40px;
	content: "";
	background: url(images/call2.png) no-repeat center / contain;
	filter: brightness(0) invert(1);
	transform: translateY(-50%);
}

.site-header .widget-area .widget p a em{
	display: block;
	color: #ff7900;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
}

.site-header .widget_search .widgettitle, 
.site-header .widget_search input[type=submit] {
    background: url(images/s.svg) no-repeat center center;
    text-indent: -9999px;
    display: block;
    cursor: pointer;
    padding: 0;
    width: 23px;
    height: 23px;
    margin: 0;
    background-size: 16px;
}

.site-header .widget_search .widgettitle.active{
	background: unset;
    text-indent: inherit;
    color: #777;
    font-weight: bold;
}

.site-header .widget_search input[type=submit]{
	width: 35px;
	height: 42px;
}

.site-header .widget_search{
	margin: 9px 0 0 0;
}

.site-header .widget_media_image img{
	width: 23px;
	margin: 0 15px;
}

.site-header .widget-area .gsc-shop-cart .gsc-num-products, .fix_icon .gsc-shop-cart .gsc-num-products {
    position: absolute;
    top: -2px !important;
    left: 32px;
    color: #fff;
    font-size: 13px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    background: #ff7900;
    line-height: 21px;
    right: -11px;
    font-weight: bold;
}

.fix_icon .gsc-shop-cart .gsc-num-products{
	top: 0 !important;
	right: 0;
}

.site-header .widget-area .bg-cart-sh, .site-header .widget-area .product-called, .fix_icon .bg-cart-sh, .fix_icon .product-called {
    display: none;
}

.site-header .widget-area .gsc-shop-cart .btn-view-cart {
    background: url(images/cart.png) no-repeat left center;
    position: relative;
    width: 40px;
    height: 40px;
    background-size: 30px;
    display: inline-block;
    color: #000;
    font-weight: 400;
    margin: 9px 5px 0;
}

.site-header .cart-wrap{
	padding: 0 !important;
}

/* Header search, hotline and cart layout */
.site-header .header-widget-area{
	display: grid;
	grid-template-columns: minmax(280px, 1fr) auto auto auto;
	align-items: center;
	column-gap: 20px;
	height: 62px;
	margin-top: 9px;
}

.site-header .header-widget-area > .widget{
	float: none;
	margin: 0;
}

.site-header .header-widget-area > .widget_search{
	grid-column: 1;
	grid-row: 1;
	justify-self: center;
	width: min(100%, 480px);
}

.site-header .header-widget-area > .widget_text{
	grid-column: 2;
	grid-row: 1;
}

.site-header .header-widget-area > .gsc-shop-cart{
	grid-column: 3;
	grid-row: 1;
	position: relative;
}

/* Language switcher: keep it at the far-right of the header. */
.site-header .header-widget-area > .widget_gtranslate{
	grid-column: 4;
	grid-row: 1;
	justify-self: end;
	position: relative;
	z-index: 20;
}

.site-header .widget_gtranslate .gt_float_switcher{
	font-size: 14px;
	line-height: 1;
	border: 1px solid rgba(255,255,255,.35);
	border-radius: 22px;
	background: rgba(255,255,255,.08);
	box-shadow: none;
	overflow: visible;
	transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.site-header .widget_gtranslate .gt_float_switcher:hover{
	border-color: #ff7900;
	background: rgba(255,121,0,.16);
	transform: translateY(-2px);
}

.site-header .widget_gtranslate .gt_float_switcher .gt-selected{
	float: none;
	border-radius: inherit;
	background: transparent;
	overflow: hidden;
}

.site-header .widget_gtranslate .gt_float_switcher .gt-selected .gt-current-lang{
	display: flex;
	align-items: center;
	gap: 7px;
	height: 42px;
	padding: 0 13px;
	box-sizing: border-box;
	color: #fff;
}

.site-header .widget_gtranslate .gt_float_switcher img{
	width: 24px;
	margin: 0;
	border-radius: 3px;
}

.site-header .widget_gtranslate .gt_float_switcher .gt-lang-code{
	top: 0;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

.site-header .widget_gtranslate .gt_float_switcher .gt-selected .gt-current-lang .gt_float_switcher-arrow{
	width: 12px;
	height: 18px;
	filter: brightness(0) invert(1);
	transform: rotate(0deg);
}

.site-header .widget_gtranslate .gt_float_switcher .gt-selected .gt-current-lang .gt_float_switcher-arrow.gt_arrow_rotate{
	transform: rotate(180deg);
}

.site-header .widget_gtranslate .gt_float_switcher .gt_options{
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	min-width: 190px;
	border: 1px solid #eceff3;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(0,0,0,.18);
	overflow: hidden auto;
}

.site-header .widget_gtranslate .gt_float_switcher .gt_options a{
	font-size: 14px;
	line-height: 20px;
}

.site-header .widget_gtranslate .gt_float_switcher .gt_options a:hover{
	background: #ff7900;
	color: #fff;
}

.site-header .header-widget-area .search-form{
    float: none;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    border: 1px solid #e3e7eb57;
    border-radius: 13px;
    background: #020914;
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.site-header .header-widget-area .search-form:focus-within{
	border-color: rgba(255,121,0,.65);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(255,121,0,.10);
}

.site-header .header-widget-area .search-form input[type="search"]{
	float: left;
	height: 42px;
	padding: 7px 5px 7px 18px;
	box-sizing: border-box;
	outline: 0;
}

.site-header .header-widget-area .gsc-shop-cart .btn-view-cart{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: 0;
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,.48);
	border-radius: 50%;
	background: rgba(255,255,255,.08);
	transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.site-header .header-widget-area .gsc-shop-cart .btn-view-cart::before{
	width: 25px;
	height: 25px;
	content: "";
	background: url(images/cart.png) no-repeat center / contain;
	filter: brightness(0) invert(1);
}

.site-header .header-widget-area .gsc-shop-cart .btn-view-cart:hover{
	border-color: #ff7900;
	background: rgba(255,121,0,.16);
	transform: translateY(-2px);
}

.section{
	float: left;
	width: 100%;
	margin-bottom: 60px;
}

.home .site-inner{
	padding: 0;
}

.content-slider{
	background: url(images/slide1.jpg) no-repeat right center;
	background-size: cover;
	padding: 50px 0;
}

.content-slider .widget{
    position:relative;
    z-index:2;
}

.content-slider .mainposts{
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:560px;
    gap: 50px;
}

.content-slider .mainposts > img{
    width: 54%;
    max-width: 860px;
    order: 2;
    display: block;
    margin-right: 50px;
}

.content-slider .box{
    width:42%;
    order:1;
    max-width:555px;
    margin-left:max(20px, calc((100vw - 1200px) / 2));
}


.content-gioithieu .widgettitle > span,
.content-danhmuc .tieude .widgettitle > span,
.content-giaiphap .widget:first-child .widgettitle > span{
    display: block;
    margin-bottom: 18px;
    padding-left: 18px;
    position: relative;
    color: #ff8b16;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    background: #ff8b1621;
    width: fit-content;
    padding: 8px 15px 5px 15px;
    border-radius: 22px;
}

.content-danhmuc .tieude .widgettitle > span{
	margin: 0 auto 15px;
}


/* Khi load lần đầu */
.chitiet_sp button.slick-next.slick-arrow {
    background: url(images/next1.svg) no-repeat center center;
    width: 40px;
    height: 70px;
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 9;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0;
    background-size: 40px;
    display: none !important;
}


.chitiet_sp button.slick-prev.slick-arrow{
    background: url(images/prev.svg) no-repeat center center;
    width: 40px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 9;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0;
    background-size: 40px;
    display: none !important;
}

.content-danhmuc .danhmuc{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	margin: 40px 0 0;
}

.content-danhmuc .danhmuc .widget{
    border: 1px solid #ececec;
    border-radius: 15px;
    position: relative;
    text-align: center;
    background: #fff;
    transition: all .3s ease;
}

.content-danhmuc .danhmuc .widget:hover{
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
}

.content-danhmuc .widget .title a{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

.content-danhmuc .danhmuc .widget:hover a{
	color: #2b67c6;
}

.content-danhmuc img{
	height: 180px;
    width: auto;
    object-fit: contain;
    border-radius: 15px;
}

.slidesp .sp,
.tax-cm main.content .sp,
.search main.content .sp{
	float: left;
	margin: 0 7px;
	border: 1px solid #efefef;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.tax-cm main.content .sp:hover,
.search main.content .sp:hover,
.yarpp-related .sp:hover {
    border-color: rgba(0, 81, 154, .28);
    transform: translateY(-6px);
}

.slidesp .sp .list-info,
.tax-cm main.content .sp .list-info,
.yarpp-related .sp .list-info,
.search main.content .sp .list-info{
	padding: 0 15px 15px;
	float: left;
	width: calc(100% - 30px);
}

.search main.content .sp .entry-header{
	margin: 15px 15px 5px;
}

.slidesp .sp img, .tax-cm main.content .sp img,
.search main.content .sp img{
	border-radius: 10px 10px 0 0;
	aspect-ratio: 1 / 1; /* vuông 1:1 */
	object-fit: cover;
}

.tax-cm main.content .sp .entry-title{
	margin: 0 15px;
}

.category main.content .post .entry-title a{
	font-size: 20px;
	color: #333;
	font-weight: 700;
}

.site-footer .widget{
	float: left;
	width: calc(33.33% - 30px);
	margin: 70px 15px 30px;
}

.site-footer .widget:nth-child(2) .widget-wrap{
	width: fit-content;
    margin: 0 auto;
}


.site-footer .widgettitle{
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 25px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

.site-footer .widgettitle::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #ff8b16;
    border-radius: 999px;
    transition: .3s;
}

.site-footer ul{
	list-style-type: none;
}

.site-footer .widget ul li{
	margin-bottom: 7px;
	transition: all 0.2s;
	width: 100%;
}

.site-footer .widget ul li a{
	color: #fff;
	transition: all 0.2s;
}

.site-footer .widget li a:hover, .after_footer .widget a:hover {
    color: #ff8b16;
    padding-left: 4px;
}


.site-footer .widget:last-child ul li img{
	width: 45px;
}

.site-footer .widget:first-child p,
.site-footer .widget:first-child ul{
	margin-bottom: 20px;
}

.site-footer .widget:first-child ul:last-child{
	margin-bottom: 0;
}

.content-cta{
	margin-bottom: 0 !important;
}

.home .content-cta{
	margin-bottom: 60px;
}

.content-cta .widget_caldera_forms_widget{
	display: none;
}

.home .content-cta .widget_caldera_forms_widget{
	display: block;
}

/* Service benefits above the footer. */
.content-cta .widget{
	margin-bottom: 0;
	padding: 13px 0;
	box-sizing: border-box;
	background: #020e19;
	color: #cbd1d7;
}

.content-cta .widget-wrap{
	width: calc(100% - 30px);
	max-width: 1170px;
	margin: 0 auto;
}

/* Consultation registration form. */
.content-cta .widget_caldera_forms_widget{
	padding: 24px 0;
	border-bottom: 1px solid rgba(255,255,255,.09);
	background: linear-gradient(110deg, #061625, #020e19 72%);
}

.content-cta .widget_caldera_forms_widget .widget-wrap{
	display: grid;
	grid-template-columns: minmax(500px, .9fr) minmax(500px, 1.1fr);
	align-items: center;
	gap: 45px;
}

.content-cta .widget_caldera_forms_widget .widgettitle{
	position: relative;
	margin: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.35;
	text-transform: uppercase;
}

.content-cta .caldera-grid,
.content-cta .caldera-grid form{
	width: 100%;
	margin: 0;
}

.content-cta .caldera-grid .row.single{
	display: grid;
	grid-template-columns: minmax(0, 1fr) 135px;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 5px;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 9px;
	background: #fff;
	box-shadow: 0 7px 22px rgba(0,0,0,.18);
}

.content-cta .caldera-grid .row.single::before,
.content-cta .caldera-grid .row.single::after{
	display: none;
}

.content-cta .caldera-grid .row.single > [class*="col-"]{
	float: none;
	width: 100%;
	min-height: 0;
	padding: 0;
}

.content-cta .caldera-grid .form-group{
	margin: 0;
}

.content-cta .caldera-grid input.form-control{
	width: 100%;
	height: 44px;
	padding: 8px 14px;
	box-sizing: border-box;
	border: 0;
	outline: 0;
	background: transparent;
	color: #27313b;
	font-size: 15px;
	line-height: 28px;
	box-shadow: none;
}

.content-cta .caldera-grid input.form-control::placeholder{
	color: #858d95;
	opacity: 1;
}

.content-cta .caldera-grid input[type="submit"]{
	display: block;
	width: 100%;
	height: 44px;
	margin: 0;
	padding: 0 18px;
	border: 0;
	border-radius: 6px;
	background: linear-gradient(180deg, #ff8b16, #f36a00);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 44px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 5px 12px rgba(255,121,0,.27);
	transition: filter .2s ease, transform .2s ease, box-shadow .2s ease;
}

.content-cta .caldera-grid input[type="submit"]:hover,
.content-cta .caldera-grid input[type="submit"]:focus{
	color: #fff;
	filter: brightness(.96);
	transform: translateY(-1px);
	box-shadow: 0 7px 16px rgba(255,121,0,.35);
}

.content-cta .caldera-grid .row.single:focus-within{
	border-color: rgba(255,121,0,.8);
	box-shadow: 0 0 0 3px rgba(255,121,0,.13), 0 7px 22px rgba(0,0,0,.18);
}

.content-cta ul{
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	list-style: none;
}

.content-cta li{
	position: relative;
    display: grid;
    grid-template-columns: 55px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-content: center;
    column-gap: 8px;
    min-height: 90px;
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.45;
    list-style: none;
}

.content-cta li:not(:last-child)::after{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	content: "";
	background: linear-gradient(180deg, transparent, rgba(255,121,0,.58), transparent);
}

.content-cta li img{
	grid-column: 1;
	grid-row: 1 / 3;
	width: 70px;
	margin: 0;
	object-fit: contain;
}

.content-cta li strong{
	grid-column: 2;
	align-self: end;
	margin-bottom: 5px;
	color: #fff;
	font-size: 18px;
	line-height: 1.25;
	text-transform: uppercase;
}

.tax-cm main.content .sp .percent,
.yarpp-related .sp .percent,
.search main.content .sp .percent {
    left: auto;
    bottom: auto;
    right: 5px;
    top: 5px;
    background: #FF0000;
    color: #fff;
    font-weight: 600;
    position: absolute;
    font-size: 16px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 100%;
}

.archive h1{
	display: none;
}

.archive .breadcrumb{
	margin-bottom: 30px;
}

.category main.content{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 24px;
}

.category main.content > .archive-description,
.category main.content > .archive-title,
.category main.content > .pagination,
.category main.content > .archive-pagination{
	grid-column: 1 / -1;
}

.category main.content .post{
	display: flex;
	float: none;
	flex-direction: column;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #e5e9ed;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 5px 18px rgba(16,32,47,.055);
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.category main.content .post:hover{
	border-color: rgba(255,121,0,.38);
	box-shadow: 0 12px 26px rgba(16,32,47,.11);
	transform: translateY(-4px);
}

.category main.content .post > a:first-child{
	display: block;
	overflow: hidden;
}

.category main.content .post img{
	display: block;
	float: none;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	aspect-ratio: 750 / 450;
	object-fit: cover;
	transition: transform .35s ease;
}

.category main.content .post:hover img{
	transform: scale(1.04);
}

.category main.content .post .entry-header,
.category main.content .post .entry-content,
.category main.content .post .entry-footer{
	padding-right: 16px;
	padding-left: 16px;
}

.category main.content .post .entry-header{
	padding-top: 16px;
}

.category main.content .post .entry-title{
	display: -webkit-box;
	margin: 0 0 10px;
	overflow: hidden;
	font-size: 18px;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.category main.content .post .entry-content{
	display: -webkit-box;
	margin-bottom: 17px;
	overflow: hidden;
	color: #68717a;
	font-size: 14px;
	line-height: 1.6;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

@media (max-width: 900px){
	.category main.content{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px){
	.category main.content{
		grid-template-columns: 1fr;
	}
}

.category main.content .post .more-link{
	display: none;

}

.category main.content .post:hover .more-link{
	background: #fff;
	color: #fff;
}

.sidebar .widget .post img{
	float: left;
	width: 160px;
	margin: 0 15px 0 0;
	border-radius: 10px;
}

.sidebar .widget .post a{
	color: #333;
	font-weight: 400;
}

.sidebar .widget .post .widget-item-title{
	 text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.sidebar .widget .post .widget-item-title a:hover{
 	color: #fff;
}

.sidebar .widget .main-posts{
	padding: 0  15px 15px ;
}

.sidebar .widget .post:last-child{
	margin-bottom: 0;
}

.sidebar .widget{
	margin-bottom: 20px;
}

.sidebar .widget .sp .giohang{
	display: none;
}

.sidebar .widget .sp .post-thumb{
	float: left;
	width: 170px;
	margin: 0 15px 0 0;
}

.sidebar .widget .sp img{
	border-radius: 10px;
}

.sidebar .widget .sp .widget-item-title a{
	color: #333;
	font-weight: 500;
}

.sidebar .widget .sp{
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}

.sidebar .widget .sp .percent{
	left: 130px;
    bottom: auto;
    top: 5px;
    background: #FF0000;
    color: #fff;
    font-weight: 600;
    position: absolute;
    font-size: 13px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
}

.sidebar .widget .sp .widget-item-title{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 5px 0 0;
}

.sidebar .widget .sp .list-info{
	float: left;
    width: calc(100% - 190px);
}

.sidebar .widget .sp .price{
	font-size: 17px;
	font-weight: 700;
}

.sidebar .widget .sp .price strike{
    display: block;
    font-size: 15px;
    color: #b7b5b5;
    font-weight: 400;
    margin: 10px 0 0;
}

.sidebar .widget .sp:last-child{
	margin-bottom: 0;
}

.page main.content .entry-content h2,
.single main.content .entry-content h2{
	font-size: 26px;
	font-weight: bold;
	color: #ff7900;
}

.page main.content .entry-content h3,
.single main.content .entry-content h3{
	font-size: 24px;
	font-weight: bold;
	color: #333;
}

.page main.content .caldera-grid input,
.single main.content .caldera-grid input{
	box-shadow: none;
	height: 40px;
	border-radius: 5px;
}

.page main.content .caldera-grid textarea,
.single main.content .caldera-grid textarea{
	box-shadow: none;
	border-radius: 5px;
}

.page main.content .caldera-grid input[type="submit"],
.single main.content .caldera-grid input[type="submit"]{
	background: #ff8b16;
    color: #fff;
    text-transform: uppercase;
    padding: 0 30px;
    border: none;
    font-weight: bold;
    font-size: 16px;
}

.page main.content .entry-title,
.single main.content .entry-title{
	font-size: 28px;
	font-weight: bold;
}

.page .content-sidebar-wrap,
.single .content-sidebar-wrap{
	margin: 30px 0;
}

.single .content-date {
    margin-bottom: 15px;
    color: #858585;
    background: url(images/date.png) no-repeat left center;
    background-size: 22px;
    padding-left: 26px;
}

.chitiet_sp{
    float: left;
    width: 100%;
    border-bottom: 1px dashed #d9d9d9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.chitiet_sp .anh_sp{
	float: left;
	width: 555px;
	margin: 0 15px;
}

/* Gallery bài sản phẩm: thumbnail dọc như khối sản phẩm hot ở trang chủ */
.chitiet_sp .sphot-product-gallery{
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	min-width: 0;
}

.chitiet_sp .sphot-product-gallery.no-thumbs{
	grid-template-columns: 1fr;
}

.chitiet_sp .sphot-slider-for,
.chitiet_sp .sphot-slider-nav{
	min-width: 0;
}

.chitiet_sp .sphot-slider-for{
	overflow: hidden;
}

.chitiet_sp .sphot-slider-for:not(.slick-initialized) .sphot-main-image:not(:first-child){
	display: none;
}

.chitiet_sp .sphot-slider-nav{
	max-height: 520px;
	overflow: hidden;
}

.chitiet_sp .sphot-slider-nav.slick-vertical .slick-track{
	display: block !important;
}

.chitiet_sp .sphot-main-image{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	background: #fff;
}

.chitiet_sp .sphot-main-image img,
.chitiet_sp .sphot-thumb img{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: 4px;
	object-fit: contain;
}

.chitiet_sp .sphot-thumb{
	aspect-ratio: 1 / 1;
	margin: 0 0 10px;
	padding: 3px;
	border: 1px solid #dde2e8;
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
	box-sizing: border-box;
}

.chitiet_sp .sphot-thumb.slick-current,
.chitiet_sp .sphot-thumb:hover{
	border-color: #ff8b16;
	box-shadow: inset 0 0 0 1px #ff8b16;
}

@media (max-width: 700px){
	.chitiet_sp .sphot-product-gallery{
		grid-template-columns: minmax(0, 1fr);
	}

	.chitiet_sp .sphot-slider-for{
		grid-row: 1;
	}

	.chitiet_sp .sphot-slider-nav{
		grid-row: 2;
		max-height: none;
	}

	.chitiet_sp .sphot-thumb{
		margin: 0 5px;
	}
}

.chitiet_sp .info_sp{
	float: left;
	width: 555px;
	margin: 0 15px;
}

.chitiet_sp .itemnav.slick-current, .chitiet_sp .itemnav:hover {
    border: 1px solid #21b32a;
}

.chitiet_sp .itemnav {
    margin: 20px 15px 0 0;
    cursor: pointer;
    border-radius: 15px;
}

.chitiet_sp .itemnav img{
	border-radius: 15px;
}

.chitiet_sp .price.section {
  display: none;
}

.chitiet_sp .price.section#active,
.chitiet_sp .price.section:first-child {
  display: block;
}

.single-sp .content-sidebar-wrap{
	margin-top: 20px;
}

.chitiet_sp .anh_sp img{
	border-radius: 10px;
}

.chitiet_sp h1{
	color: #020914;
}

.chitiet_sp .price{
	font-size: 26px;
    font-weight: 800;
    color: #e1181c;
    margin: 0 0 20px;
}

.chitiet_sp .price strike{
    font-weight: 400;
    color: #777;
    font-size: 18px;
    margin: 0 0 0 10px;
}

.chitiet_sp .info_sp label{
	font-weight: 500;
    font-size: 17px;
    margin: 10px 0;
    float: left;
}

.yarpp-related .post{
	float: left;
	width: calc(25% - 30px);
	margin: 20px 15px;
}

.yarpp-related .title{
	margin: 20px 15px 0;
}

.yarpp-related .post img{
	width: 100%;
	margin: 0;
	height: 172px;
	object-fit: cover;
	border-radius: 10px;
}

.yarpp-related .post .widget-item-title a{
	color: #333;
	font-weight: 500;
}

.chitiet_sp .anh_sp .slider-nav{
	height: 144px;
	overflow: hidden;
}

.chitiet_sp .button-cart .waittocart,
.chitiet_sp .button-cart .addtocart{
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.3;
    transition: .3s;
}

.chitiet_sp .button-cart a:hover{
	transform: translateY(-6px);;
}

.chitiet_sp .button-cart .addtocart{
	background: #e1181c;
}

.chitiet_sp .button-cart .waittocart{
	background: #ff7900;
    line-height: 60px;
    padding: 0;
}

.chitiet_sp .button-cart .waittocart span,
.chitiet_sp .button-cart .addtocart span{
	display: block;
    text-transform: math-auto;
    font-weight: 300;
    font-size: 15px;
}

.tinhtrang{
	margin-bottom: 20px;
}

.tinhtrang span{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-weight:700;
    font-size:14px;
    line-height:1;
    margin: 0 0 0 20px;
}

.tinhtrang span::before{
    content:"";
    flex:0 0 10px;
    width:10px;
    height:10px;
    border-radius:50%;
}

.tinhtrang.conhang span{
    color:#15803d;
}

.tinhtrang.conhang span::before{
    background:#22c55e;
}

.tinhtrang.sapve span{
    color:#b45309;
}

.tinhtrang.sapve span::before{
    background:#f59e0b;
}

.tinhtrang.hethang span{
    color:#b91c1c;
}

.tinhtrang.hethang::before{
    background:#ef4444;
}

.chitiet_sp .button-cart{
	margin: 20px 0;
}

.chitiet_sp .button-cart .button{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.chitiet_sp .button-cart a:hover{
	color: #fff;
	text-decoration: none;
	filter: brightness(.96);
}

.chitiet_sp .mota{
	float: left;
	width: 100%;
}

.mota ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mota li{
    position: relative;
    padding: 0 0 0 20px;
    font-size: 16px;
    color: #444;
    transition: .3s;
}

.mota li::before{
    content: "✓";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #ff8b16;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mota li:hover{
    transform: translateX(6px);
}


.tt{
	font-size: 26px;
    font-weight: bold;
    color: #020914;
    margin-bottom: 20px;
}

.yarpp-related .sp{
    float: left;
    margin: 0 14px 50px;
    border: 1px solid #efefef;
    position: relative;
    border-radius: 10px;
    width: calc(25% - 30px);
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.yarpp-related .widgettitle{
	margin: 20px 10px;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand{
    width: 420px;
    border-radius: 16px;
    right: 0;
    transform: translateX(0);
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand label{
    font-weight: 600;	
    color: #001C0E;
    margin: 0 0 15px;
    line-height: 1.3;
    font-size: 16px;
    display: block;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand label span{
	cursor: pointer;
	float: right;
	display: none;
}

.site-header .shop-cart-expand .no-products{
	text-align: center;
	color: #334A3F;
    font-weight: 400;
    background: url(images/none.svg) no-repeat top center;
    padding: 130px 0 0;
    margin: 40px 0 60px;
}


.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li a.title{
	font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li{
	padding-bottom: 10px;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li .alignleft{
	float: left;
    width: 60px;
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin: 0 15px 0 0;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li .alignleft img{
	border-radius: 10px;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li .product-name{
	margin: 0 0 10px;
	display: block;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li .product-name a{
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li .product-qty{
	color: #333;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li .product-price{
	float: right;
	color: #333;
    font-weight: 600;
    font-size: 16px;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand ul li .ptype{
	font-size: 14px;
	margin: 0 0 0 5px;
	display: block;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand .price-total-widget{
	color: #333;
    font-weight: 600;
    font-size: 16px;
    float: left;
    margin: 0;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand a.shop-cart{
	text-align: center;
    padding: 10px 20px;
    background: #ff8b16;
    border-radius: 10px;
    color: #fff;
    font-weight: b0lg;
    font-size: 16px;
    line-height: 1;
    float: right;
	width: auto;
    margin: 0;
    clear: none;
}

.site-header .widget-area .gsc-shop-cart .shop-cart-expand .price-number-widget{
	display: none;
}

.site-header.f-head{
	position: fixed;
	top: 0;
	z-index: 99;
}

.nav-primary.f-nav{
	position: fixed;
	top: 80px;
	z-index: 9;
}

#checkout-form p.info.select{
	display: none;
}

.shop-cart-form-info h2,
#info-customer h2{
	font-size: 22px !important;
    color: #434343;
    position: relative;
    margin: 0 0 20px;
    font-weight: bold;
}

.cart-summary .button {
	background-color: #ff8b16;
    font-size: 16px;
    display: table;
    float: unset;
    margin: 0 auto;
    border-radius: 5px;
    text-transform: uppercase;
    border: none;
    height: 50px;
}

#gsc-shopcart-table ul.li-products li.images-products img{
	width: 110px !important;
}

#gsc-shopcart-table ul.li-products li.name-products a{
	color: #333;
	font-weight: 500;
	font-size: 16px;
}

#gsc-shopcart-table ul.li-products li.name-products .product-name{
	margin: 0px 0 5px;
    display: block;
}

#gsc-shopcart-table ul.li-products li{
	float: left;
	margin-right: 15px !important;
}

#gsc-shopcart-table ul.li-products .change-type{
	display: none;
}

#gsc-shopcart-table ul.li-products .ptype{
	font-style: italic;
	color: #777;
	font-size: 15px;
	margin: 0 0 20px;
}

.shop-cart-form-info,
#info-customer{
	float: left;
	width: calc(50% - 30px) !important;
	margin: 0 15px;
	padding: 26px;
	box-sizing: border-box;
	border: 1px solid #e4e9ed;
	border-top: 3px solid #ff7900;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(16,32,47,.04), 0 14px 36px rgba(16,32,47,.09);
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.shop-cart-form-info:hover,
#info-customer:hover{
	border-color: rgba(255,121,0,.34);
	border-top-color: #ff7900;
	box-shadow: 0 3px 8px rgba(16,32,47,.05), 0 18px 42px rgba(16,32,47,.12);
	transform: translateY(-2px);
}

.shop-cart-form-info h2,
#info-customer h2{
	padding-bottom: 12px;
	border-bottom: 1px solid #e8ecef;
}

.shop-cart-form-info h2::after,
#info-customer h2::after{
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 58px;
	height: 2px;
	content: "";
	border-radius: 2px;
	background: #ff7900;
}

@media (max-width: 800px){
	.shop-cart-form-info,
	#info-customer{
		float: left;
        width: calc(100% - 2px) !important;
        margin: 0 1px 20px;
        padding: 20px;
        box-shadow: none;
	}

	.shop-cart-form-info:hover,
	#info-customer:hover{
		transform: none;
	}
}

.shop-cart-table .li-products .number-products .nuttanggiam input {
    text-align: center;
    border: none;
    border-radius: 30px;
    color: #333;
    font-weight: bold;
    width: calc(100% - 20px) !important;
    padding: 11px 10px !important;
    background: unset;
}

.shop-cart-table .li-products .number-products .nuttanggiam {
	border: 1px solid rgb(67 67 67 / 20%);
    border-radius: 30px;
    position: relative;
    width: 100px;
}

.nuttanggiam .quantity {
    position: absolute;
    top: 0;
    cursor: pointer;
    left: 0;
}

.shop-cart-table .li-products .number-products .nuttanggiam .quantity-up {
	left: 80px;
    height: 41px;
    line-height: 41px;
    color: hsl(0deg 0% 26% / 93%);
    position: absolute;
    cursor: pointer;
    font-size: 18px;
        width: 12px;
    text-align: center;
}

.shop-cart-table .li-products .number-products .nuttanggiam .quantity-down {
	left: 10px;
    height: 41px;
    line-height: 41px;
    color: hsl(0deg 0% 26%);
    position: absolute;
    cursor: pointer;
    font-size: 18px;
    width: 12px;
    text-align: center;
}

.nuttanggiam input[type=number]::-webkit-inner-spin-button,
.nuttanggiam input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Ẩn trên Firefox */
.nuttanggiam input[type=number] {
  -moz-appearance: textfield; 
}

/* Ẩn trên các trình duyệt hỗ trợ chuẩn mới */
.nuttanggiam input[type=number] {
  appearance: textfield;
}

.shop-cart-table .li-products li.images-products{
	width: 110px;
}

.shop-cart-table .li-products li{
	width: calc(100% - 275px);
	margin-right: 20px;
}

.shop-cart-table .li-products{
	border-bottom: 1px dashed #d9d9d9 !important;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.shop-cart-table .li-products .price-products strike{
	display: block;
	color: #7b8490;
	margin: 5px 0 0;
}

.shop-cart-table .li-products .price-products .pprice{
	font-size: 17px;
    font-weight: 500;
    float: right;
    color: #e1181c;
}

.shop-cart-table .li-products .price-products{
	float: right;
    text-align: right;
    min-height: 110px;
    position: relative;
    width: 120px;
}

.shop-cart-table .remove-product {
    background: url(images/xoa.svg) no-repeat left center;
    padding-left: 20px;
    margin: 20px 0 0;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.shop-cart-table .types-products {
	height: 0;
    width: 100%;
    display: block;
}

.shop-cart-form-info li.quatang,
.total-discount{
	display: none;
}

.thanhtoan li{
	list-style-type: none;
	margin-bottom: 15px;
	font-size: 16px;
}

.thanhtoan li b{
	float: right;
	font-weight: 500;
	font-size: 18px;
}

.thanhtoan{
	float: right;
	width: 100%;
	margin: 20px 0 0;
}

.thanhtoan li:last-child{
	font-size: 18px;
	font-weight: 600;	
}

.thanhtoan li:last-child b{
	font-weight: bold;
	font-size: 20px;
	color: #e1181c;
}

.thanhtoan li:nth-child(2) b{
	font-weight: 400;
	font-size: 17px;
}

.guiditc{
	text-align: center;
}

#click-menu{
	display: none;
}

#info-customer textarea {
    width: calc(100% - 15px);
    height: 90px;
    background: #f6f6f6;
    padding: 15px 0 0 15px;
    border: none;
    border-radius: 5px;
}

.fix_icon{
	position: fixed;
	top: 30%;
	right: 5px;
	z-index: 999;
}

.fix_icon li{
	list-style-type: none;
}

.fix_icon li img{
	margin: 0;
}

.tax-cm main.content {
    display: grid;
    gap: 28px;
    grid-template-columns: 300px minmax(0, 1fr);
    align-items: flex-start;
}

.tax-cm main.content .taxonomy-product-list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: flex-start;
}

/* Without an attribute filter, the product grid must not stay in the 300px filter column. */
.tax-cm main.content:not(:has(> .product-attribute-filter-wrap)) > .taxonomy-product-list,
.tax-cm main.content > .taxonomy-product-list:first-child,
.tax-cm main.content > .taxonomy-product-list:only-child {
	grid-column: 1 / -1;
}

.tax-cm .taxonomy-product-list .product-item {
    height: auto;
    align-self: flex-start;
}

.tax-cm main.content .product-attribute-filter-wrap {
    min-width: 0;
}

.tax-cm main.content .product-attribute-filter {
    max-width: none;
}

.tax-cm main.content .taxonomy-product-list.is-loading {
    opacity: .45;
    pointer-events: none;
}

.tax-cm main.content .taxonomy-product-list .no-result {
    grid-column: 1 / -1;
    margin: 0;
}

.tax-cm main.content .taxonomy-product-list .sp {
    float: none;
    margin: 0;
    width: auto;
}

.tax-cm main.content .taxonomy-product-list .archive-pagination,
.tax-cm main.content .taxonomy-product-list .pagination {
    grid-column: 1 / -1;
}

/* Keyframes */
@keyframes slideLeft {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideRight {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.tax-cm main.content .sp .entry-image-link img,
.search main.content .sp img,
.yarpp-related .sp img{
	display: block;
	width: 100%;
	margin: 0;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	transition: transform .35s ease;
}

.tax-cm main.content .sp:hover .entry-image-link img{
	transform: scale(1.04);
}

.tax-cm main.content .sp .entry-title,
.yarpp-related .sp .title-sp,
.search main.content .sp .entry-title{
	display: -webkit-box;
	min-height: 46px;
	margin: 0;
	overflow: hidden;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.tax-cm main.content .sp .entry-title a,
.yarpp-related .sp .title-sp a,
.search main.content .sp .entry-title a{
	color: #333;
	transition: color .2s ease;
	font-size: 17px;
	font-weight: 700;
}

.content-blog .main-posts .post:hover .widget-item-title a,
.tax-cm main.content .sp .entry-title a:hover,
.yarpp-related .sp .title-sp a:hover,
.search main.content .sp .entry-title a:hover{
	color: #ff8b16;
}

.tax-cm main.content .sp .entry-header{
	padding: 15px 15px 5px;
}

.tax-cm main.content .sp .price, 
.yarpp-related .sp .price, 
.search main.content .sp .price{
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 6px 10px;
	width: 100%;
	min-height: 25px;
	margin: 10px 0 0;
	line-height: 1.25;
	text-align: left;
	float: left;
}

.tax-cm main.content .sp .price .current-price, 
.yarpp-related .sp .price .current-price, 
.search main.content .sp .price .current-price{
	color: #e1181c;
	font-size: 18px;
	font-weight: 800;
}

.tax-cm main.content .sp .price strike, 
.yarpp-related .sp .price strike, 
.search main.content .sp .price strike{
	color: #7b8490;
	font-size: 14px;
	font-weight: 400;
}

.tax-cm main.content .sp .giohang, 
.yarpp-related .sp .giohang, 
.search main.content .sp .giohang{
	float: left;
	width: 100%;
	margin-top: auto;
	padding-top: 15px;
}

.tax-cm main.content .sp .button-cart ul, 
.yarpp-related .sp .button-cart ul, 
.search main.content .sp .button-cart ul{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tax-cm main.content .sp .button-cart li, 
.yarpp-related .sp .button-cart li, 
.search main.content .sp .button-cart li{
	min-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tax-cm main.content .sp .button-cart a, 
.yarpp-related .sp .button-cart a, 
.search main.content .sp .button-cart a{
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	min-height: 44px;
	padding: 9px 5px;
	border: 1px solid #ff8b16;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	transition: color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.tax-cm main.content .sp .button-cart .waittocart, 
.yarpp-related .sp .button-cart .waittocart, 
.search main.content .sp .button-cart .waittocart{
    background: #ff7900;
    color: #fff;
    border: 1px solid #ff7900;
}

.tax-cm main.content .sp .button-cart a span, 
.yarpp-related .sp .button-cart a span, 
.search main.content .sp .button-cart a span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	white-space: nowrap;
}

.tax-cm main.content .sp .button-cart .waittocart span::before, 
.yarpp-related .sp .button-cart .waittocart span::before, 
.search main.content .sp .button-cart .waittocart span::before{
	content: "";
	flex: 0 0 17px;
	width: 17px;
	height: 17px;
	background: url(images/cart.png) no-repeat center / contain;
	filter: brightness(0) invert(1);
}

.tax-cm main.content .sp .button-cart .xemthem, 
.yarpp-related .sp .button-cart .xemthem, 
.search main.content .sp .button-cart .xemthem{
	background: #fff;
	color: #ff8b16;
}

.tax-cm main.content .sp .button-cart .xemthem span::after, 
.yarpp-related .sp .button-cart .xemthem span::after, 
.search main.content .sp .button-cart .xemthem span::after{
	content: "\2192";
	margin-left: 6px;
}

.tax-cm main.content .sp .button-cart a:hover, 
.yarpp-related .sp .button-cart a:hover, 
.search main.content .sp .button-cart a:hover{
	transform: translateY(-4px);
}

.tax-cm main.content .sp .button-cart .waittocart:before, 
.yarpp-related .sp .button-cart .waittocart:before, 
.search main.content .sp .button-cart .waittocart:before{
	border-color: #ff8b16;
	background: #ff8b16;
	box-shadow: 0 7px 16px rgba(255, 139, 22, .22);
}

.tax-cm main.content .sp .button-cart .xemthem:hover, 
.yarpp-related .sp .button-cart .xemthem:hover, 
.search main.content .sp .button-cart .xemthem:hover{
	background: #fff7ef;
	color: #e87500;
	box-shadow: 0 7px 16px rgba(255, 139, 22, .12);
}

.content-blog .main-posts{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 40px 0 0;
}

.content-blog .main-posts img{
	width: 100%;
	aspect-ratio: 750 / 450; /* vuông 1:1 */
	object-fit: cover;
	margin: 0 0 15px;
	border-radius: 5px;
}

.content-blog ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px 30px;
}

.content-blog ul li{
	margin-left: 20px;
	transition: all 0.2s;
}

.content-blog ul li a{
	color: #333;
	transition: all 0.2s;
}

.content-blog .main-posts .widget-item-title a{
	font-weight: bold;
    color: #333;
    font-size: 17px;
}

.content-blog ul li:hover{
    color: #ff8b16;
    padding-left: 4px;
}

.content-blog ul li:hover a{
	color: #ff8b16;
}

.content-blog .support-extra{
	text-align: center;
}


/* Bảng trong nội dung bài viết và trang */
/* News section: one featured story and four supporting cards. */
.content-blog .caia-post-list-widget > .widget-wrap{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-areas:
		"title title"
		"featured list";
	gap: 24px;
}

.content-blog .caia-post-list-widget > .widget-wrap::before,
.content-blog .caia-post-list-widget > .widget-wrap::after{
	display: none;
}

.content-blog .widgettitle{
	position: relative;
	grid-area: title;
	margin: 0 0 4px;
	padding-left: 17px;
	background: transparent;
	text-transform: uppercase;
}

.content-blog .widgettitle::before{
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 21px;
    content: "";
    border-radius: 3px;
    background: #ff7900;
}

.content-blog .widgettitle h2{
	margin: 0;
	line-height: 1.25;
}

.content-blog .widgettitle h2 a{
	color: #27313b;
	font-size: 24px;
	font-weight: 800;
	text-decoration: none;
}

.content-blog .main-posts{
	display: block;
	grid-area: featured;
	min-width: 0;
	margin: 0;
}

.content-blog .main-posts .post{
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #e5e9ed;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 5px 20px rgba(16,32,47,.06);
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.content-blog .main-posts .post:hover{
	border-color: rgba(255,121,0,.38);
	box-shadow: 0 13px 30px rgba(16,32,47,.12);
	transform: translateY(-4px);
}

.content-blog .main-posts .post > a:first-child{
	display: block;
	overflow: hidden;
}

.content-blog .main-posts img{
	display: block;
	width: 100%;
	margin: 0;
	border-radius: 0;
	aspect-ratio: 750 / 450;
	object-fit: cover;
	transition: transform .35s ease;
}

.content-blog .main-posts .post:hover img{
	transform: scale(1.035);
}

.content-blog .main-posts .list-info{
	padding: 19px 21px 20px;
}

.content-blog .main-posts .widget-item-title{
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.35;
}

.content-blog .main-posts .widget-item-title a{
	color: #27313b;
	font-size: inherit;
	font-weight: 750;
	line-height: inherit;
	text-decoration: none;
	transition: color .2s ease;
}

.content-blog .main-posts .list-info > p{
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: #333;
	font-size: 16px;
	line-height: 1.65;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.content-blog .main-posts .more-link{
	color: #ff7900;
	font-weight: 650;
	white-space: nowrap;
}

.content-blog .widget-wrap > ul{
	display: grid;
	grid-area: list;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-self: stretch;
	gap: 16px;
	min-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.content-blog .widget-wrap > ul > li{
	min-width: 0;
	overflow: hidden;
	margin: 0;
	padding: 0 0 13px;
	box-sizing: border-box;
	border: 1px solid #e5e9ed;
	border-radius: 9px;
	background: #fff;
	list-style: none;
	box-shadow: 0 4px 15px rgba(16,32,47,.045);
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.content-blog .widget-wrap > ul > li:hover{
	padding-left: 0;
	border-color: rgba(255,121,0,.38);
	box-shadow: 0 10px 22px rgba(16,32,47,.10);
	transform: translateY(-4px);
}

.content-blog .widget-wrap > ul > li > a:first-child{
	display: block;
	float: none;
	width: 100%;
	margin: 0 0 11px;
	overflow: hidden;
}

.content-blog .widget-wrap > ul img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	aspect-ratio: 750 / 450;
	object-fit: cover;
	transition: transform .35s ease;
}

.content-blog .widget-wrap > ul > li:hover img{
	transform: scale(1.045);
}

.content-blog .widget-wrap > ul h3{
	display: -webkit-box;
	min-height: 43px;
	margin: 0 13px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.content-blog .widget-wrap > ul h3 a{
	color: #303942;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-decoration: none;
	transition: color .2s ease;
}

.content-blog .widget-wrap > ul > li:hover h3 a{
	color: #ff7900;
}

.content-blog .support-extra{
	grid-column: 1 / -1;
	text-align: center;
}

.single .entry-content table:not(.download-table),
.page .entry-content table:not(.download-table){
	 width: 100%;
    max-width: 100%;
    margin: 20px 0;
    border: 1px solid #dfe4ea;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
}

.single .entry-content table:not(.download-table) th,
.single .entry-content table:not(.download-table) td,
.page .entry-content table:not(.download-table) th,
.page .entry-content table:not(.download-table) td{
	min-width: 120px;
	padding: 11px 14px;
	border: 1px solid #dfe4ea;
	vertical-align: top;
	text-align: left;
}

.single .entry-content table:not(.download-table) thead th,
.page .entry-content table:not(.download-table) thead th{
	background: #01519a;
	color: #fff;
	font-weight: 700;
}

.single .entry-content table:not(.download-table) tbody tr:nth-child(even) td,
.page .entry-content table:not(.download-table) tbody tr:nth-child(even) td{
	background: #f6f9fc;
}

.single .entry-content table:not(.download-table) tbody tr:hover td,
.page .entry-content table:not(.download-table) tbody tr:hover td{
	background: #fff7ed;
}

.single .entry-content table:not(.download-table) caption,
.page .entry-content table:not(.download-table) caption{
	padding: 0 0 10px;
	color: #26313d;
	font-weight: 700;
	text-align: left;
}

.page h1{
	display: none;
}

.page-template-page-lienhe main.content{
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(380px, 500px);
	align-items: stretch;
	gap: 38px;
	padding: 18px 0 35px;
}

.page-template-page-lienhe main.content > article{
	order: 1;
	margin: 0;
	padding: 34px 36px;
	box-sizing: border-box;
	border: 1px solid #e5e9ed;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(16,32,47,.07);
}

.page-template-page-lienhe main.content > .form{
	position: sticky;
	top: 120px;
	order: 2;
	align-self: stretch;
	height: 100%;
	padding: 30px;
	box-sizing: border-box;
	border: 1px solid #e5e9ed;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 10px 32px rgba(16,32,47,.09);
}

.page-template-page-lienhe main.content > article .entry-header{
	display: none;
}

.page-template-page-lienhe main.content > article .entry-content{
	overflow: visible;
	text-align: left;
}

.page-template-page-lienhe .entry-content .widgettitle,
.page-template-page-lienhe main.content > .form > .widgettitle{
	position: relative;
	margin: 0 0 25px;
	padding: 0 0 13px 17px;
	color: #27313b;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.35;
	text-transform: uppercase;
}

.page-template-page-lienhe .entry-content .widgettitle::before,
.page-template-page-lienhe main.content > .form > .widgettitle::before{
	position: absolute;
	top: 3px;
	left: 0;
	width: 3px;
	height: 24px;
	content: "";
	border-radius: 3px;
	background: #ff7900;
}

.page-template-page-lienhe .entry-content .widgettitle::after,
.page-template-page-lienhe main.content > .form > .widgettitle::after{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	content: "";
	background: linear-gradient(90deg, #ff7900, #edf0f2 28%, #edf0f2);
}

.page-template-page-lienhe .entry-content .textwidget{
	display: grid;
	gap: 12px;
}

.page-template-page-lienhe .entry-content .textwidget p{
	position: relative;
	margin: 0;
	padding: 14px 15px 14px 48px;
	border: 1px solid #edf0f2;
	border-radius: 8px;
	background: #fafbfc;
	color: #4e5963;
	font-size: 16px;
	line-height: 1.55;
	text-align: left;
	transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.page-template-page-lienhe .entry-content .textwidget p:hover{
	border-color: rgba(255,121,0,.35);
	background: #fff8f1;
	transform: translateX(3px);
}

.page-template-page-lienhe .entry-content .textwidget p::before{
	position: absolute;
	top: 14px;
	left: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	content: "";
	border-radius: 50%;
	background: #fff0e2;
	color: #ff7900;
	font-size: 13px;
	font-weight: 800;
}

.page-template-page-lienhe .entry-content .textwidget p:nth-child(-n+3)::before{
	content: "●";
}

.page-template-page-lienhe .entry-content .textwidget p:nth-child(4)::before{
	content: "☎";
}

.page-template-page-lienhe .entry-content .textwidget p:nth-child(5)::before{
	content: "@";
}

.page-template-page-lienhe .post-edit-link{
	display: inline-block;
	margin-top: 18px;
	color: #8a9299;
	font-size: 12px;
}

.page-template-page-lienhe .form .caldera-grid,
.page-template-page-lienhe .form .caldera-grid form,
.page-template-page-lienhe .form .caldera-grid .row.single{
	width: 100%;
	margin: 0;
}

.page-template-page-lienhe .form .caldera-grid .row.single > [class*="col-"]{
	float: none;
	width: 100%;
	padding: 0;
}

.page-template-page-lienhe .form .caldera-grid .form-group{
	margin: 0 0 15px;
}

.page-template-page-lienhe .form .caldera-grid input.form-control,
.page-template-page-lienhe .form .caldera-grid textarea.form-control{
	display: block;
	width: 100%;
	padding: 11px 14px;
	box-sizing: border-box;
	border: 1px solid #dfe4e8;
	border-radius: 7px;
	outline: 0;
	background: #fafbfc;
	color: #303942;
	font-size: 15px;
	line-height: 1.5;
	box-shadow: none;
	transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.page-template-page-lienhe .form .caldera-grid input.form-control{
	height: 48px;
}

.page-template-page-lienhe .form .caldera-grid textarea.form-control{
	min-height: 130px;
	resize: vertical;
}

.page-template-page-lienhe .form .caldera-grid input.form-control:focus,
.page-template-page-lienhe .form .caldera-grid textarea.form-control:focus{
	border-color: #ff7900;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(255,121,0,.11);
}

.page-template-page-lienhe .form .caldera-grid input[type="submit"]{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 48px;
	margin: 2px 0 0;
	padding: 0 25px;
	border: 0;
	border-radius: 7px;
	background: linear-gradient(180deg, #ff8b16, #f36a00);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 7px 16px rgba(255,121,0,.24);
	transition: filter .2s ease, transform .2s ease, box-shadow .2s ease;
}

.page-template-page-lienhe .form .caldera-grid input[type="submit"]:hover,
.page-template-page-lienhe .form .caldera-grid input[type="submit"]:focus{
	color: #fff;
	filter: brightness(.96);
	transform: translateY(-2px);
	box-shadow: 0 10px 20px rgba(255,121,0,.32);
}

@media (max-width: 900px){
	.page-template-page-lienhe main.content{
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.page-template-page-lienhe main.content > .form{
		position: static;
		height: auto;
	}
}

@media (max-width: 600px){
	.page-template-page-lienhe main.content{
		padding-top: 5px;
	}

	.page-template-page-lienhe main.content > article,
	.page-template-page-lienhe main.content > .form{
		padding: 22px 18px;
	}

	.page-template-page-lienhe .entry-content .widgettitle,
	.page-template-page-lienhe main.content > .form > .widgettitle{
		font-size: 19px;
	}
}

/* Home hero slider */
.content-slider{
	position: relative;
	overflow: hidden;
	padding: 0;
	background: #edf4f8;
}

.content-slider .widget{
	position: relative;
	z-index: 1;
}

.content-slider .mainposts{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: clamp(430px, 35vw, 670px);
	gap: 0;
	box-sizing: border-box;
	isolation: isolate;
}

.content-slider .mainposts > img{
	position: absolute;
	inset: 0;
	z-index: -2;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	margin: 0;
	object-fit: cover;
	object-position: center center;
}


.content-slider .box,
.content-slider .widget .box{
	position: relative;
	z-index: 2;
	order: 1;
	display: block;
	width: min(47%, 680px);
	max-width: none;
	min-height: 0;
	margin-left: max(40px, calc((100vw - 1200px) / 2));
	padding: 30px 0;
	box-sizing: border-box;
	left: -42px;
	transform: none;
	opacity: 1;
	will-change: left;
}

.content-slider .title,
.content-slider .noidung{
	position: relative;
	z-index: 2;
	width: 100%;
	margin-left: 0;
	box-sizing: border-box;
}


.content-slider.inview .widget .box{
	animation: heroContentIn .8s cubic-bezier(.22, .61, .36, 1) both;
}

@keyframes heroContentIn{
	from{
		left: -42px;
	}
	to{
		left: 0;
	}
}

.content-slider .title,
.content-slider .title h2{
	color: #fff;
	font-size: 52px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.content-slider .title h2{
	margin: 0;
}

.content-slider .title h2 span{
	display: block;
	color: #ff7900;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.content-slider .title > span{
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 0 0 18px;
    padding: 8px 10px 7px;
    border: 1px solid #ff790042;
    border-radius: 7px;
    background: rgb(12 18 24 / 78%);
    color: #ededed;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .015em;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: inset 0 0 0 1px rgba(255, 121, 0, .08);
}

.content-slider .title h2,
.content-slider .title h2 span{
	animation: none;
	transition: none;
	transform: none;
	opacity: 1 !important;
	visibility: visible !important;
}

.content-slider .title,
.content-slider .noidung{
	opacity: 1 !important;
	visibility: visible !important;
}

.content-slider .noidung p{
	max-width: 540px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.65;
	margin-bottom: 24px;
}

.content-slider .noidung ul{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.content-slider .noidung li{
	margin: 0;
}

.content-slider .noidung li:first-child a,
.content-slider .noidung li:last-child a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	padding: 0 22px;
	border: 0;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.content-slider .noidung li:first-child a{
	min-width: 152px;
	background: #ff7900;
}

.content-slider .noidung li:first-child a::after{
	content: "\2192";
	margin-left: 14px;
	font-size: 20px;
	font-weight: 400;
}

.content-slider .noidung li:last-child a{
	min-width: 178px;
	background: #25282b;
}

.content-slider .noidung a:hover{
	transform: translateY(-3px);
	box-shadow: 0 12px 25px rgba(0,0,0,.16);
}

.content-slider .widget img{
	transform: scale(1.025);
	opacity: 0;
}

.content-slider.inview .widget img{
	animation: sliderImageIn 1s ease forwards;
}

@keyframes sliderImageIn{
	to{
		transform: scale(1);
		opacity: 1;
	}
}

/* Shortcode [danh_muc_con] */
/* Product slider on home */
.content-sp .caia-post-list-widget{
	position: relative;
}

.content-sp .caia-post-list-widget:not(:last-child){
	margin-bottom: 50px;
}

.content-sp .widgettitle{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 0 0 16px;
	padding: 0 104px 0 17px;
	border-radius: 0;
	background: transparent;
	color: #27313b;
	text-transform: uppercase;
}

.content-sp .widgettitle::before{
	position: absolute;
	left: 0;
	top: 8px;
	width: 4px;
	height: 21px;
	content: "";
	border-radius: 3px;
	background: #ff7900;
}

.content-sp .widgettitle h2,
.content-sp .widgettitle p{
	margin: 0;
	line-height: 1.25;
}

.content-sp .widgettitle h2 a,
.content-sp .widgettitle p a{
	color: #27313b;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.25;
	text-decoration: none;
}

.content-sp .widgettitle .view-all{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	margin-left: auto;
	padding: 0 13px;
	border: 1px solid #dce2e7;
	border-radius: 5px;
	background: #fff;
	color: #333;
	font-size: 15px;
	font-weight: 500;
	text-transform: none;
	white-space: nowrap;
	transition: border-color .2s ease, color .2s ease, background-color .2s ease;
}

.content-sp .widgettitle .view-all:hover{
	border-color: #ff7900;
	background: #fff7ef;
	color: #e76700;
}

.content-sp .main-posts{
	position: relative;
	margin: 0 -8px;
}

/* Keep slider controls aligned with the title when child terms add rows above the posts. */
.content-sp .main-posts.has-child-terms{
	position: static;
}

.content-sp .main-posts .slick-list{
	padding: 3px 0 14px;
}

.content-sp .main-posts .sp{
	position: relative;
	display: flex;
	float: none;
	flex-direction: column;
	height: 100%;
	min-height: 340px;
	margin: 0 8px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #e3e7ea;
	border-radius: 7px;
	background: #fff;
	box-shadow: 0 3px 12px rgba(16,32,47,.04);
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.content-sp .main-posts .sp:hover{
	border-color: rgba(255,121,0,.38);
	box-shadow: 0 10px 24px rgba(16,32,47,.10);
	transform: translateY(-3px);
}

.content-sp .main-posts .product-quick-view{
	display: none;
}

.product-quick-view--floating{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: block;
	width: min(395px, calc(100vw - 24px));
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 5px 18px rgba(16,32,47,.24);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .15s ease, visibility .15s ease;
}

.product-quick-view--floating.is-visible{
	opacity: 1;
	visibility: visible;
}

.product-quick-view--floating .product-quick-view__title{
	margin: 0;
	padding: 11px 14px;
	background: #020914;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	text-transform: uppercase;
}

.product-quick-view--floating .product-quick-view__body{
	padding: 13px 14px 10px;
}

.product-quick-view--floating .product-quick-view__body p{
	display: grid;
	grid-template-columns: 145px minmax(0, 1fr);
	gap: 8px;
	margin: 0 0 9px;
	color: #555;
	font-size: 13px;
	line-height: 1.35;
}

.product-quick-view--floating .product-quick-view__body strong{
	color: #20252a;
	font-weight: 700;
}

.product-quick-view--floating .product-quick-view__price{
	color: #ff7900;
	font-weight: 700;
}

.product-quick-view--floating .product-quick-view__body del{
	color: #999;
}

.cart-success-toast{
	position: fixed;
	top: 105px;
	right: 20px;
	z-index: 10001;
	display: flex;
	align-items: center;
	gap: 12px;
	width: min(360px, calc(100vw - 30px));
	padding: 14px 16px;
	box-sizing: border-box;
	border: 1px solid rgba(255,121,0,.28);
	border-radius: 9px;
	background: #fff;
	box-shadow: 0 12px 35px rgba(16,32,47,.18);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateX(calc(100% + 30px));
	transition: opacity .25s ease, visibility .25s ease, transform .3s ease;
}

.cart-success-toast.is-visible{
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.cart-success-toast__icon{
	display: flex;
	flex: 0 0 38px;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #ff7900;
	color: #fff;
	font-size: 21px;
	font-weight: 800;
	box-shadow: 0 5px 12px rgba(255,121,0,.24);
}

.cart-success-toast__content{
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 3px;
}

.cart-success-toast__content strong{
	color: #27313b;
	font-size: 15px;
	font-weight: 750;
	line-height: 1.3;
}

.cart-success-toast__product{
	display: -webkit-box;
	overflow: hidden;
	color: #66717a;
	font-size: 13px;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.content-sp .main-posts .slick-track{
	display: flex;
	align-items: stretch;
}

.content-sp .main-posts .slick-slide{
	height: auto;
}

.content-sp .main-posts .post-thumb{
	background: #fff;
}


.content-sp .main-posts .post-thumb img{
	display: block;
	width: auto;
	height: auto;
	max-height: 100%;
	margin: 0;
	border-radius: 0;
	object-fit: contain;
	transition: transform .3s ease;
	aspect-ratio: 1 / 1; /* vuông 1:1 */
}

.content-sp .main-posts .sp:hover .post-thumb img{
	transform: scale(1.035);
}

.content-sp .main-posts .list-info{
	display: flex;
	float: none;
	flex: 1;
	flex-direction: column;
	width: auto;
	padding:  13px;
	box-sizing: border-box;
}

.content-sp .main-posts .widget-item-title{
	display: -webkit-box;
	height: 43px;
	min-height: 43px;
	margin: 0 0 20px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.content-sp .main-posts .widget-item-title a{
	color: #303942;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-decoration: none;
	font-size: 16px;
}

.content-sp .main-posts .widget-item-title a:hover{
	color: #ff7900;
}

.content-sp .main-posts .thongsonhanh,
.content-sp .main-posts .motan{
	display: none;
}

.content-sp .main-posts .price{
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 5px 8px;
	min-height: 22px;
	margin: 0 0 20px;
	line-height: 1.2;
}

.content-sp .main-posts .price .current-price{
	order: 1;
	color: #e1181c;
	font-size: 18px;
	font-weight: 800;
}

.content-sp .main-posts .price .old-price{
	order: 2;
	color: #7d858c;
	font-size: 15px;
	font-weight: 400;
}

.content-sp .main-posts .percent{
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 2;
	min-width: 34px;
	height: 22px;
	padding: 0 5px;
	box-sizing: border-box;
	border-radius: 4px;
	background: #ff4b16;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
}

.content-sp .main-posts .giohang{
	width: 100%;
	margin-top: auto;
}

.content-sp .main-posts .button-cart ul{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.content-sp .main-posts .button-cart li{
	margin: 0;
	padding: 0;
	list-style: none;
}

.content-sp .main-posts .button-cart li:first-child{
	display: block;
}

.content-sp .main-posts .button-cart a{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 100%;
	min-height: 45px;
	padding: 7px 8px;
	box-sizing: border-box;
	border: 1px solid #ff7900;
	border-radius: 7px;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	transition: color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.content-sp .main-posts .button-cart .waittocart{
	background: #ff7900;
	color: #fff;
	box-shadow: 0 5px 12px rgba(255,121,0,.20);
}

.content-sp .main-posts .button-cart .waittocart span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.content-sp .main-posts .button-cart .waittocart span::before{
	flex: 0 0 17px;
	width: 17px;
	height: 17px;
	content: "";
	background: url(images/cart.png) no-repeat center / contain;
	filter: brightness(0) invert(1);
}

.content-sp .main-posts .button-cart .xemthem{
	background: #fff;
	color: #f06c00;
	box-shadow: none;
}

.content-sp .main-posts .button-cart .xemthem span::after{
	margin-left: 6px;
	content: "\2192";
}

.content-sp .main-posts .button-cart .waittocart:hover,
.content-sp .main-posts .button-cart .xemthem:hover{
	transform: translateY(-2px);
}

.content-sp .main-posts .button-cart .waittocart:hover{
	background: #ee7000;
	color: #fff;
	box-shadow: 0 8px 16px rgba(255,121,0,.28);
}

.content-sp .main-posts .button-cart .xemthem:hover{
	background: #fff7ef;
	color: #e76700;
	box-shadow: 0 7px 15px rgba(255,121,0,.12);
}

.content-sp .main-posts .slick-prev,
.content-sp .main-posts .slick-next{
	position: absolute;
	top: -52px;
	z-index: 4;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 1px solid #dce2e7;
	border-radius: 5px;
	background: #fff;
	color: transparent;
	font-size: 0;
	cursor: pointer;
	transition: border-color .2s ease, background-color .2s ease;
}

.content-sp .main-posts.has-child-terms .slick-prev,
.content-sp .main-posts.has-child-terms .slick-next{
	top: 0;
}

.content-sp .main-posts .slick-prev{
	right: 47px;
}

.content-sp .main-posts .slick-next{
	right: 8px;
}

.content-sp .main-posts .slick-prev::before,
.content-sp .main-posts .slick-next::before{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 7px;
	content: "";
	border-top: 2px solid #5e6871;
	border-right: 2px solid #5e6871;
}

.content-sp .main-posts .slick-prev::before{
	transform: translate(-35%, -50%) rotate(-135deg);
}

.content-sp .main-posts .slick-next::before{
	transform: translate(-65%, -50%) rotate(45deg);
}

.content-sp .main-posts .slick-prev:hover,
.content-sp .main-posts .slick-next:hover{
	border-color: #ff7900;
	background: #fff7ef;
}

.content-sp .main-posts .slick-disabled{
	opacity: .4;
	cursor: default;
}

.content-sp .post-list-child-terms,
.content-sphot .post-list-child-terms{
	clear: both;
	width: 100%;
	margin: -4px 0 20px;
	overflow: hidden;
}

.content-sp .post-list-child-terms ul,
.content-sphot .post-list-child-terms ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}

.content-sp .post-list-child-terms li,
.content-sphot .post-list-child-terms li{
	float: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

.content-sp .post-list-child-terms a,
.content-sphot .post-list-child-terms a{
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 6px 13px;
	box-sizing: border-box;
	border: 1px solid #e1e6ea;
	border-radius: 18px;
	background: #fff;
	color: #3d4750;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.25;
	text-decoration: none;
	transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.content-sp .post-list-child-terms a::before,
.content-sphot .post-list-child-terms a::before{
	width: 5px;
	height: 5px;
	margin-right: 8px;
	content: "";
	border-radius: 50%;
	background: #ff7900;
}

.content-sp .post-list-child-terms a:hover,
.content-sphot .post-list-child-terms a:hover{
	border-color: #ff7900;
	background: #fff5eb;
	color: #e76700;
	transform: translateY(-2px);
}

.danh-muc-con{
	display: grid;
	grid-template-columns: repeat(var(--danh-muc-con-columns, 4), minmax(0, 1fr));
	gap: 20px;
	width: 100%;
}

.danh-muc-con__item{
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #e8edf1;
	border-radius: 12px;
	background: #fff;
	color: #252d35;
	text-decoration: none;
	box-shadow: 0 6px 22px rgba(12,30,47,.05);
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
	padding-bottom: 12px;
}

.danh-muc-con__item:hover{
	border-color: rgba(255,121,0,.45);
	color: #ff7900;
	text-decoration: none;
	box-shadow: 0 14px 32px rgba(12,30,47,.12);
	transform: translateY(-5px);
}

.danh-muc-con__image{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #fff;
}

.danh-muc-con__image img{
	display: block;
	width: auto;
	height: auto;
	max-width: 78%;
	max-height: 78%;
	margin: 0;
	object-fit: contain;
	transition: transform .35s ease;
}

.danh-muc-con__item:hover .danh-muc-con__image img{
	transform: scale(1.045);
}

.danh-muc-con__placeholder{
	width: 58px;
	height: 58px;
	border: 2px solid #dce3e8;
	border-radius: 12px;
	background: linear-gradient(135deg, transparent 48%, #dce3e8 49%, #dce3e8 52%, transparent 53%);
}

.danh-muc-con__name{
	font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    transition: color .25s ease;
    color: #333;
        text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 10px 0;
}


.content-danhmuc .widget_media_image{
	margin: 50px 0 0;
}

.danh-muc-con__item:hover .danh-muc-con__name{
	color: #ff7900;
}





/* -------------------- MOBILE ------------------*/

@media (max-width: 1200px){
	.wrap,
	.site-inner{
		width: calc(100% - 30px);
		margin: 0 15px;
	}

	.breadcrumb .wrap{
		width: calc(100% - 30px);
	}

	.content-slider .title, .content-slider .title h2{
		font-size: 40px;
	}

}

@media (max-width: 1170px){
	.site-header .widget-area {
	    width: calc(100% - 210px);
	    float: right;
	}

	.menu-primary a, .menu-secondary a, .site-header .menu a{
		margin: 0 20px;
	}

	.content-slider .box, .content-slider .widget .box{
		margin-left: 15px;
	}

	.content-slider .title, .content-slider .title h2 {
        font-size: 35px;
    }

    .content-slider .noidung p{
    	font-size: 16px;
    }

    .content-slider .noidung li:first-child a, .content-slider .noidung li:last-child a {
	    height: 45px;
	    padding: 0 10px;
	}

	.danh-muc-con__name{
		font-size: 15px;
	}

	.chitiet_sp {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
    }

    .chitiet_sp > .anh_sp,
    .chitiet_sp > .info_sp {
        float: none;
        width: 100%;
        min-width: 0;
        margin: 0;
        box-sizing: border-box;
    }

    .tax-cm main.content .taxonomy-product-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .page-template-page-lienhe main.content{
    	gap:  30px;
    }

    .page-template-page-lienhe main.content > article{
    	padding: 25px;
    }

}


@media (max-width: 960px){
	.site-header .header-widget-area > .widget_search,
	.site-header .header-widget-area > .widget_text,
	.nav-primary{
		display: none;
	}

	#menu-main-menu{
		display: none;
	}

	.nav-primary{
		border-top: 1px solid #ffffff1c;
    	height: 50px;
	}

	.site-header,
	.title-area{
		height: 60px;
	}

	.title-area{
		width: 150px;
	}

	.site-header .widget-area {
		position: absolute;
        top: 11px;
        right: 65px;
        width: 95px;
        display: grid;
        grid-template-columns: 38px 38px;
        column-gap: 20px;
        margin: 0;
        height: 38px;
	}

	.site-header .header-widget-area > .gsc-shop-cart{
		grid-column: 1;
	}

	.site-header .header-widget-area > .widget_gtranslate{
		grid-column: 2;
	}

	.site-header .widget_gtranslate .gt_float_switcher{
		width: 38px;
		height: 38px;
		border-radius: 50%;
	}

	.site-header .widget_gtranslate .gt_float_switcher .gt-selected .gt-current-lang{
		justify-content: center;
		gap: 3px;
		height: 36px;
		padding: 0 3px;
	}

	.site-header .widget_gtranslate .gt_float_switcher img{
		width: 17px;
	}

	.site-header .widget_gtranslate .gt_float_switcher .gt-lang-code{
		display: none !important;
	}

	.site-header .widget_gtranslate .gt_float_switcher .gt-selected .gt-current-lang .gt_float_switcher-arrow{
		display: inline-block !important;
		flex: 0 0 7px;
		width: 7px;
		height: 14px;
		background-size: 7px;
	}

    .site-header .header-widget-area .gsc-shop-cart .btn-view-cart{
    	width: 40px;
    	height: 40px;
    	margin-top: -4px;
    }

    #click-menu{
    	display: block;
        top: 14px;
        background: #fffefe36;
        padding: 5px 5px 0;
        border-radius: 5px;
        right: 15px;
    }

    #click-menu .line{
     	width: 28px;
    }

    .site-header .header-widget-area .gsc-shop-cart .btn-view-cart::before {
	    width: 22px;
	    height: 22px;
	    content: "";
	    background: url(images/cart.png) no-repeat center / contain;
	    filter: brightness(0) invert(1);
	}

	#responsive-menu ul li {
	    border-bottom: 1px solid #d6d6d61a;
	}

	.content-slider .box, .content-slider .widget .box {
        margin: 0 15px;
        width: calc(100% - 30px);
    }

    .content-slider .title, .content-slider .title h2 {
        font-size: 25px;
    }

    .content-slider .noidung li:first-child a, .content-slider .noidung li:last-child a {
        height: 45px;
        padding: 0 13px;
        min-width: auto;
        font-size: 15px;
    }

    .danh-muc-con {
	    display: grid;
	    grid-template-columns: repeat(4, 1fr);
	    gap: 10px;
	    width: 100%;
	}

	.danh-muc-con__name {
        font-size: 12px;
        padding: 0 5px;
    }

    .danh-muc-con__image img {
	    max-width: 70%;
	    max-height: 70%;
	}

	.section {
	    margin-bottom: 30px;
	}

	.content-danhmuc .widget_media_image {
	    margin: 30px 0 0;
	}

	/* Move each product widget's "Xem tat ca" button below its slider. */
	.content-sp .caia-post-list-widget{
		padding-bottom: 50px;
		box-sizing: border-box;
	}

	.content-sp .widgettitle .view-all{
		position: absolute;
        left: 50%;
        right: auto;
        bottom: 0;
        z-index: 3;
        margin-left: 0;
        transform: translateX(-50%);
        font-size: 15px;
        height: 45px;
        padding: 0 30px;
        border: 1px solid #333;
	}

	.content-sp .widgettitle{
		display: block;
	    padding: 0 0 0 15px;
	}

	.content-sp .widgettitle h2 a, .content-sp .widgettitle p a{
		font-size: 20px;
	}

	.content-sp .post-list-child-terms ul.slick-initialized{
		display: block;
		margin-top: 5px;
		overflow: hidden;
	}

	.content-sp .post-list-child-terms ul.slick-initialized .slick-track{
		display: flex;
	}

	.content-sp .post-list-child-terms ul.slick-initialized li.slick-slide{
		height: auto;
		margin-right: 8px;
	}

	.content-sp .main-posts .sp.slick-slide{
		width: calc((100vw - 30px) / 2.25);
	}

	.content-sp .widgettitle::before {
	    position: absolute;
	    left: 0;
	    top: 3px;
	    width: 4px;
	    height: 21px;
	    content: "";
	    border-radius: 3px;
	    background: #ff7900;
	}

	.content-blog .caia-post-list-widget > .widget-wrap{
		grid-template-columns: 1fr;
		grid-template-areas:
			"title"
			"featured"
			"list";
	}

	.content-blog .widgettitle{
		grid-area: title;
	}

	.site-footer{
		padding: 40px 0 0;
	}

	.site-footer .widget {
	    float: left;
	    width: 100%;
	    margin: 0px 0 20px;
	}

	.site-footer .widget:nth-child(2) .widget-wrap{
		width: 100%;
	}

	#click-menu.f-click{
		position: fixed;
	}

	#responsive-menu.f-menu{
		position: fixed;
		top: 60px !important;
	}

	.breadcrumb {
	    background: url(images/br.jpg) no-repeat bottom center #020914;
	    background-size: contain;
	    padding: 15px 0;
	}

	.archive-heading a, .archive-heading{
		font-size: 26px;
	}

	.site-header{
		border-bottom: 1px solid #ffffff1c;
	}

	
}

@media (max-width: 1050px){
	.content-cta .widget_caldera_forms_widget .widget-wrap{
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.content-cta ul{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.content-cta li:nth-child(2)::after{
		display: none;
	}

	.content-cta li:nth-child(-n+2){
		border-bottom: 1px solid rgba(255,255,255,.09);
	}
}

@media (max-width: 600px){
	.content-cta .widget_caldera_forms_widget{
		padding: 20px 0;
	}

	.content-cta .widget_caldera_forms_widget .widgettitle{
		font-size: 18px;
	}

	.content-cta .caldera-grid .row.single{
		grid-template-columns: minmax(0, 1fr) 108px;
	}

	.content-cta .caldera-grid input[type="submit"]{
		padding: 0 10px;
		font-size: 13px;
	}

	.content-cta ul{
		grid-template-columns: 1fr 1fr;
	}

	.content-cta li:nth-child(-n+2) {
        padding: 0;
    }

	.content-cta li{
		grid-template-columns: 45px minmax(0, 1fr);
		min-height: 92px;
		padding: 0;
		margin: 0;
		font-size: 11px;
	}

	.content-cta li::after{
		display: none;
	}

	.content-cta li:last-child,
	.content-cta li:nth-child(-n+2){
		border-bottom: 0;
	}

	.content-cta{
		border-bottom: 1px solid rgb(4 8 21 / 86%);
	}

	.content-cta li img{
		width: auto;
        height: 40px;
	}

	.content-cta li strong{
		font-size: 15px;
	}

	.page-template-page-lienhe main.content > article {
        padding: 15px;
    }
}


@media (max-width: 680px){

	.tax-cm main.content .sp .entry-header,
	.slidesp .sp .list-info, .tax-cm main.content .sp .list-info, .yarpp-related .sp .list-info, .search main.content .sp .list-info{
		padding-left: 10px;
		padding-right: 10px;
	}

	.chitiet_sp {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
    }

    .chitiet_sp .button-cart .waittocart span, .chitiet_sp .button-cart .addtocart span{
    	font-size: 9px;
    }

    .chitiet_sp .button-cart .waittocart {
	    line-height: 52px;
	}

	.chitiet_sp {
	    padding-bottom: 10px;
	    margin-bottom: 20px;
	}

	.page main.content .entry-content h2, .single main.content .entry-content h2{
		font-size: 24px;
	}

	.page main.content .entry-content h3, .single main.content .entry-content h3 {
	    font-size: 20px;
	}

	.yarpp-related .widgettitle{
		margin: 0 0 20px;
	}

	.yarpp-related .sp {
	    margin: 0 9px 25px;
	    width: calc(50% - 20px);
	}

	.yarpp-related .sp:nth-child(3){
		clear: both;
	}

	.yarpp-related .sp img{
		margin-bottom: 15px;
	}

	.tax-cm main.content .taxonomy-product-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

	.content-sp .main-posts .button-cart ul,
	.tax-cm main.content .sp .button-cart ul, .yarpp-related .sp .button-cart ul, .search main.content .sp .button-cart ul {
	    grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.content-sp .main-posts .list-info {
	    padding: 12px 10px;
	}

	.content-sp .main-posts .widget-item-title,
	.tax-cm main.content .sp .entry-title, .yarpp-related .sp .title-sp, .search main.content .sp .entry-title {
	    height: auto;
	    line-height: 21px;
	    -webkit-line-clamp: 3;
	    margin-bottom: 15px;
	}

	.content-sp .main-posts .widget-item-title, .tax-cm main.content .sp .entry-title, .yarpp-related .sp .title-sp, .search main.content .sp .entry-title{
		margin: 0;
	}

	.content-sp .main-posts .widget-item-title a,
	.tax-cm main.content .sp .entry-title a, .yarpp-related .sp .title-sp a, .search main.content .sp .entry-title a{
		font-size: 15px;
	}

	.content-sp .main-posts .price{
		margin-bottom: 15px;
	}

}


@media (max-width: 680px){
	#gsc-shopcart-table ul.li-products{
		display: grid;
		grid-template-columns: 96px minmax(0, 1fr);
		grid-template-areas:
			"image name"
			"image price";
		align-items: start;
		gap: 10px 12px;
		width: 100%;
		margin: 0 0 16px;
		padding: 0 0 16px;
		box-sizing: border-box;
	}

	#gsc-shopcart-table ul.li-products > li{
		float: none;
		width: auto;
		min-width: 0;
		margin: 0 !important;
	}

	#gsc-shopcart-table ul.li-products > li.images-products{
		grid-area: image;
		width: 96px;
	}

	#gsc-shopcart-table ul.li-products > li.images-products img{
		width: 96px !important;
		height: 96px;
		border-radius: 5px;
		object-fit: cover;
	}

	#gsc-shopcart-table ul.li-products > li.name-products{
		grid-area: name;
	}

	#gsc-shopcart-table ul.li-products li.name-products .product-name{
		margin: 0 0 10px;
		line-height: 1.45;
	}

	#gsc-shopcart-table ul.li-products li.name-products a{
		display: block;
		font-size: 15px;
		font-weight: 600;
	}

	#gsc-shopcart-table ul.li-products > li.price-products{
		grid-area: price;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		gap: 8px 12px;
		min-height: 0;
		text-align: left;
	}

	.shop-cart-table .li-products .price-products .total-products{
		display: flex;
		flex-wrap: wrap;
		align-items: baseline;
		gap: 4px 9px;
	}

	.shop-cart-table .li-products .price-products .pprice{
		float: none;
		white-space: nowrap;
	}

	.shop-cart-table .li-products .price-products strike{
		margin: 0;
		white-space: nowrap;
	}

	.shop-cart-table .li-products .delete_g{
		margin: 0;
	}

	.shop-cart-table .remove-product{
		position: static;
		margin: 0;
		white-space: nowrap;
	}

	.shop-cart-table .li-products .number-products .nuttanggiam{
		width: 96px;
	}

	.shop-cart-table .li-products .number-products .nuttanggiam .quantity-up{
		left: 76px;
	}

	.shop-cart-table .li-products .price-products strike{
		font-size: 14px;
	}

	.gsc-order-confirmation {
        width: 100%;
        padding: 10px;
        box-shadow: none;
    }

    .gsc-order-confirmation__totals {
	    width: calc(100% - 22px);
	}

}

@media (max-width: 380px){
	.danh-muc-con__name {
        font-size: 10px;
        padding: 0 5px;
    }
}
