/*
	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: #fff;
	position: relative;
	box-shadow: 0 4px 18px rgba(0,0,0,.06);
}

.site-header .title-area img{
	height: 62px;
	width: auto;
}

.title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	height: 80px;
	width: 130px;
}

.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% - 130px);
	 margin: 9px 0 0;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary{
	float: left;
	width: 100%;
	height: 60px;
	background: #fff;
	border-bottom: 1px solid #ededed;
}

.menu-primary,
.menu-secondary,
.site-header .menu {
	clear: both;
    color: #333;
    font-size: 13px;
    margin: 0 auto;
    overflow: hidden;
    width: fit-content;
    text-align: center;
}

.menu-primary ul,
.menu-secondary ul,
.site-header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
.site-header .menu li {
	float: left;
	list-style-type: none;
	text-align: left;
}

.menu-primary a,
.menu-secondary a,
.site-header .menu a {
    color: #333;
    display: block;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    margin: 8px 20px;
    text-transform: uppercase;
}

.site-header .menu a {
    color: #333;
    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;
}

/* Inner
------------------------------------------------------------ */

.site-inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	width: 1200px;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb{
	float: left;
	width: 100%;
	background: url(images/slide1.jpg) no-repeat right 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: #ff8b16;;
}

/* 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: #fff;
	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;
}

.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: #000f4a;
}

.after_footer {
	color: #fff;
	background: #000f4a;
	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: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background: #fe8a15;
}

input#submit:hover{
	background: #01519a;
	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: #fe8a15;
    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{
	background: url(images/call.svg) no-repeat left center;
    background-size: 40px;
    padding-left: 50px;
    display: block;
    font-size: 15px;
    color: #fff;
    line-height: 1.25;
}

.site-header .widget-area .widget p a em{
	display: block;
    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: -3px !important;
    left: 24px;
    color: #fff;
    font-size: 11px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    text-align: center;
    background: #e1181c;
    line-height: 19px;
    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;
}

.section{
	float: left;
	width: 100%;
	margin-bottom: 80px;
}

.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-slider .title > span,
.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;
}

.content-slider .title,
.content-slider .title h2{
    font-size: 42px;
    line-height:1.268;
    font-weight:800;
    color:#fff;
    text-transform:uppercase;
    margin-bottom:24px;
}

.content-slider .title h2{
	margin: 0;
}

.content-slider .title h2 span{
	color: #ff8b16;
}

.content-slider .noidung p{
    color:#fff;
    font-size:18px;
    line-height:1.8;
    margin-bottom:35px;
}

.content-slider .noidung ul{
    display:flex;
    gap:18px;
    list-style:none;
    margin:0;
    padding:0;
}

.content-slider .noidung li{
    margin:0;
}

.content-slider .noidung li:first-child a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:200px;
    height:58px;
    background:#ff8b16;
    color:#fff;
    border-radius:8px;
    font-weight:700;
    text-decoration:none;
    transition:.3s;
}

.content-slider .noidung li:last-child a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:200px;
    height:54px;
    border:2px solid #fff;
    color:#005bb4;
    background: #fff;
    border-radius:8px;
    font-weight:700;
    text-decoration:none;
    transition:.3s;
}

.content-slider .noidung a:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 25px rgba(0,0,0,.12);
}

.content-slider .widget .box{
    transform: translateX(-200px);
    opacity: 0;
}

.content-slider .widget img{
    transform: translateX(200px);
    opacity: 0;
}

/* Khi load lần đầu */
.content-slider.inview .widget .box  {
    animation: slideLeft 0.8s ease forwards;
}

.content-slider.inview .widget img{
    animation: slideRight 0.8s ease forwards;
}


.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: 0 15px;
}

.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{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
}

.category main.content .post .entry-title a{
	font-size: 18px;
	color: #333;
	font-weight: 700;
}

.category main.content .post:hover .entry-title a{
	color: #01519a;
}

.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: 20px;
    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;
}

.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%;
}

.tax-cm main.content .sp,
.search main.content .sp{
	width: calc(25% - 16px);
	margin: 0 7px 50px;
}


.archive h1{
	display: none;
}

.archive .breadcrumb{
	margin-bottom: 30px;
}

.category main.content .post{
	float: left;
	width: 100%;
}

.category main.content .post img{
    border: none;
    padding: 0;
    background: unset;
    float: left;
    width: 100%;
    margin: 0 0 20px;
    border-radius: 15px;
}

.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: 24px;
	font-weight: bold;
	color: #01519a;
}

.page main.content .entry-content h3,
.single main.content .entry-content h3{
	font-size: 20px;
	font-weight: bold;
	color: #ff8b16;
}

.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-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;
}

.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: #01519a;
}

.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: #ff8b16;
    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: #01519a;
    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;
}

.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;
}


.slick-slide {
  float: none;
  display: block;
}
.slick-track {
  display: flex !important;
  align-items: stretch;
}

.product-attribute-filter {
    margin: 0 0 30px;
    padding: 0;
    max-width: 365px;
    font-size: 16px;
}

.product-attribute-filter__title {
    align-items: center;
    background: #01519a;
    border: 0;
    color: #fff;
    display: flex;
    font: inherit;
    font-weight: 700;
    justify-content: space-between;
    padding: 12px 16px;
    text-align: left;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.product-attribute-filter__icon {
    display: none;
    flex: 0 0 20px;
    height: 20px;
    margin-left: 12px;
}

.product-attribute-filter__icon svg {
    display: block;
}

.product-attribute-filter__group {
    border-bottom: 1px dashed #222;
    padding: 15px 0 10px;
}

.product-attribute-filter__group-title {
	color: #333;
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.product-attribute-filter__item {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 10px;
    line-height: 1.4;
    margin: 0 0 10px;
}

.product-attribute-filter__item input {
    appearance: none;
    border: 1px solid #aaa;
    flex: 0 0 15px;
    height: 15px;
    margin: 0;
    width: 15px;
}

.product-attribute-filter__item input:checked {
    background: #01519a;
    border-color: #01519a;
    box-shadow: inset 0 0 0 3px #fff;
}

.product-attribute-filter__actions {
    align-items: center;
    display: flex;
    gap: 14px;
}

.product-attribute-filter__actions button {
    background: #000;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    padding: 9px 18px;
}

.product-attribute-filter__actions button {
    display: none;
}

.product-attribute-filter__actions a {
	color: #7a7272;
    text-decoration: underline;
    margin: 10px 0 0;
    font-size: 15px;
}

.product-attribute-filter__actions .is-hidden {
    display: none;
}

.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: 28px 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: flex-start;
}

.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 {
    display: grid;
    gap: 28px 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-width: 0;
}

.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;
  }
}

/* Danh sách 4 khung */
.content-cs .wrap {
 	display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin-top: -140px;
    z-index: 9;
    position: relative;
}

/* Từng khung độc lập */
.content-cs .widget {
    min-width: 0;
    margin: 0;
    padding: 28px 20px;
    background: #fff;
    border: 1px solid #edf0f4;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(0, 39, 86, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover nhích lên và đổ bóng rõ hơn */
.content-cs .widget:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 39, 86, 0.16);
}

/* Nội dung trong khung */
.content-cs .mainposts {
    height: 100%;
    text-align: center;
}

/* Icon */
.content-cs .mainposts img {
    display: block;
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin: 0 auto 18px;
}

/* Tiêu đề */
.content-cs .title {
    margin-bottom: 10px;
    color: #01519a ;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

/* Nội dung */
.content-cs .noidung {
    color: #626b76;
    font-size: 14px;
    line-height: 1.7;
}

.content-cs .noidung p {
    margin: 0;
}

.content-gioithieu .wrap{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.content-sp .main-posts:not(.slick-initialized){
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

/* Let Slick control slick-list and the navigation buttons instead of the fallback grid. */
.content-sp .main-posts.slick-initialized{
	display: block;
	position: relative;
}

.content-sp .main-posts.slick-initialized .slick-list{
	margin: 0 -10px;
}

.content-sp .main-posts.slick-initialized .slick-track{
	display: flex;
	align-items: stretch;
}

.content-sp .main-posts.slick-initialized .slick-track::before,
.content-sp .main-posts.slick-initialized .slick-track::after{
	display: none;
}

.content-sp .main-posts.slick-initialized .slick-slide{
	float: none;
	height: auto;
	margin: 6px 10px;
}

.content-sp .main-posts button.slick-arrow{
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid #dce5ee;
	border-radius: 50%;
	outline: 0;
	background: #fff;
	box-shadow: 0 6px 18px rgba(1, 81, 154, .16);
	color: transparent;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	transform: translateY(-50%);
	cursor: pointer;
	transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.content-sp .main-posts button.slick-arrow::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	height: 9px;
	border-right: 2px solid #01519a;
	border-bottom: 2px solid #01519a;
	text-indent: 0;
	transition: border-color .2s ease;
}

.content-sp .main-posts button.slick-prev{
	left: -22px;
}

.content-sp .main-posts button.slick-prev::before{
	transform: translate(-35%, -50%) rotate(135deg);
}

.content-sp .main-posts button.slick-next{
	right: -22px;
}

.content-sp .main-posts button.slick-next::before{
	transform: translate(-65%, -50%) rotate(-45deg);
}

.content-sp .main-posts button.slick-arrow:hover{
	border-color: #ff8b16;
	background: #ff8b16;
	box-shadow: 0 8px 22px rgba(255, 139, 22, .28);
}

.content-sp .main-posts button.slick-arrow:hover::before{
	border-color: #fff;
}

.content-sp .main-posts button.slick-disabled{
	opacity: .35;
	box-shadow: none;
	cursor: default;
	pointer-events: none;
}

.content-gioithieu h2,
.content-danhmuc h2,
.content-sphot .widgettitle h2,
.content-sp h2 a,
.content-giaiphap .widget:first-child .widgettitle h2,
.content-blog h2 a{
	text-transform: uppercase;
    font-size: 36px;
    font-weight: 900;
    color: #01519a;
}

.content-sphot .widgettitle h2,
.content-giaiphap .widget:first-child .widgettitle,
.content-blog .widgettitle{
	text-align: center;
	margin: 0 0 10px;
	color: #fff;
}

.content-giaiphap .widget:first-child .widgettitle > span{
	margin: 0 auto 10px;
}

.content-sphot .widgettitle h2 span,
.content-giaiphap .widget:first-child .widgettitle h2 span{
	color: #ff8b16;
}

.content-sphot .widgettitle > span{
    display: inline-block;
    padding: 6px 15px 4px 15px;
    background: #f28a1b24;
    border-radius: 999px;
    color: #ff8b16;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #ff8b1685;
    margin: 0 auto 15px;
}

.content-sphot .widget:first-child{
	text-align: center;
	margin: 0 0 40px;
}

.content-sphot .widget:first-child p{
	color: #fff;
}

.content-sphot {
	background: url(images/spnb1.jpg) no-repeat center center;
	background-size: cover;
	padding: 70px 0;
}

.content-gioithieu .widget p{
	margin: 15px 0 0 0;
}

.content-gioithieu .widgettitle > span{
	margin: 0 0 10px;
	padding: 6px 15px 3px 15px;
}

.content-gioithieu .widget_media_image img{
	border-radius: 15px;
	box-shadow: 0 10px 48px rgba(0, 69, 133, 0.18);
}

.content-gioithieu p > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    margin-top: 8px;
    padding: 0 24px;
    border-radius: 10px;
    background: linear-gradient(135deg, #005baa, #0076c8);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.content-gioithieu p > a::after {
    content: "→";
    font-size: 19px;
    line-height: 1;
    transition: transform 0.3s ease;
}

.content-gioithieu p > a:hover {
    background: linear-gradient(135deg, #f47b20, #ff9b32);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(244, 123, 32, 0.28);
}

.content-gioithieu p > a:hover::after {
    transform: translateX(4px);
}

.content-danhmuc h2{
	text-align: center;
}

.content-sphot .sphot-detail-posts{
	overflow: visible;
}

.content-sphot .sphot-product{
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr);
	gap: 28px;
	float: none;
	width: 100%;
	margin: 0;
	padding: 20px;
	border: 1px solid #d8dde3;
	border-radius: 6px;
	background: #fff;
	box-sizing: border-box;
}

.content-sphot .sphot-product-gallery{
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	min-width: 0;
}

.content-sphot .sphot-product-gallery.no-thumbs{
	grid-template-columns: 1fr;
}

.content-sphot .sphot-slider-for,
.content-sphot .sphot-slider-nav{
	min-width: 0;
}

.content-sphot .sphot-slider-nav{
	max-height: 520px;
	overflow: hidden;
}

.content-sphot .sphot-slider-nav.slick-vertical .slick-track{
	display: block !important;
}

.content-sphot .sphot-main-image{
	aspect-ratio: 1 / 1;
	background: #fff;
}

.content-sphot .sphot-main-image a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.content-sphot .sphot-product .sphot-main-image img,
.content-sphot .sphot-product .sphot-thumb img{
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: 4px;
	aspect-ratio: auto;
	object-fit: contain;
}

.content-sphot .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;
}

.content-sphot .sphot-thumb.slick-current,
.content-sphot .sphot-thumb:hover{
	border-color: #ff8b16;
    box-shadow: inset 0 0 0 1px #ff8b16;
}

.content-sphot .sphot-slider-for button.slick-next,
.content-sphot .sphot-slider-for button.slick-prev{
	position: absolute;
	top: 50%;
	z-index: 9;
	width: 38px;
	height: 64px;
	padding: 0;
	border: 0;
	outline: none;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 36px;
	text-indent: -9999px;
	transform: translateY(-50%);
	cursor: pointer;
}

.content-sphot .sphot-slider-for button.slick-next{
	right: 0;
	background-image: url(images/next1.svg);
}

.content-sphot .sphot-slider-for button.slick-prev{
	left: 0;
	background-image: url(images/prev.svg);
}

.content-sphot .sphot-product-info{
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding-left: 28px;
	border-left: 1px solid #e1e5ea;
}

.content-sphot .sphot-product .sphot-title{
	display: block;
	margin: 0 0 5px;
	overflow: visible;
	text-overflow: clip;
	-webkit-line-clamp: unset;
}

.content-sphot .sphot-product .sphot-title a{
	color: #01519a;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.45;
}

.content-sphot .sphot-summary{
	margin: 0 0 10px;
	color: #536070;
	font-size: 14px;
	text-transform: uppercase;
}

.content-sphot .sphot-product .sphot-rating{
	width: fit-content;
	margin: 4px 0 16px;
}

.content-sphot .sphot-spec{
	margin: 0 0 14px;
	color: #26313d;
	font-weight: 600;
}

.content-sphot .sphot-desc{
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #e1e5ea;
	color: #384454;
	font-size: 16px;
	line-height: 1.7;
}

.content-sphot .sphot-desc p:last-child{
	margin-bottom: 0;
}

.content-sphot .sphot-desc ul{
	margin: 10px 0 0 18px;
}

.content-sphot .sphot-price-list{
	margin: 20px 0 14px;
}

.content-sphot .sphot-product .price.sphot-price{
	float: none;
	width: auto;
	margin: 0;
	color: #f00000;
	text-align: left;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.25;
}

.content-sphot .sphot-product .price.sphot-price strike{
	float: none;
	margin-left: 16px;
	color: #777;
	font-size: 18px;
	font-weight: 400;
}

.content-sphot .sphot-option-row{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin: 0 0 20px;
}

.content-sphot .sphot-option-row > span{
	font-weight: 700;
	color: #26313d;
}

.content-sphot .sphot-type-list{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.content-sphot .sphot-type-list li{
	min-height: 34px;
	padding: 7px 12px;
	border: 1px solid #cfd5dc;
	border-radius: 4px;
	background: #fff;
	color: #26313d;
	font-weight: 700;
	line-height: 18px;
	cursor: pointer;
	box-sizing: border-box;
}

.content-sphot .sphot-type-list li.active,
.content-sphot .sphot-type-list li:hover{
	border-color: #caa24f;
	background: #fffaf0;
	box-shadow: inset 0 0 0 1px #caa24f;
}

.content-sphot .sphot-actions{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: auto;
}

.content-sphot .sphot-cart-main .waittocart,
.content-sphot .sphot-detail-link{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 18px;
	border-radius: 5px;
	color: #fff;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	transition:.2s;
}


.content-sphot .sphot-cart-main .waittocart{
	background: #ff8b16;
}

.content-sphot .sphot-detail-link{
	background: #01519a;
}

.content-sphot .sphot-cart-main .waittocart:hover,
.content-sphot .sphot-detail-link:hover{
	color: #fff;
	filter: brightness(.96);
	transform:translateY(-4px);
}

/* Nút thao tác trong widget danh sách sản phẩm */
.content-sp .caia-post-list-widget .sp:not(.sphot-product){
	display: flex;
	position: relative;
	flex-direction: column;
	box-sizing: border-box;
	height: 100%;
	background: #fff;
	border: 1px solid #e7ebf0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 3px 12px rgba(20, 44, 74, .06);
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.content-sp .caia-post-list-widget .sp:not(.sphot-product):hover{
	border-color: rgba(0, 81, 154, .28);
	transform: translateY(-6px);
}

.content-sp .caia-post-list-widget .sp:not(.sphot-product) .post-thumb{
	display: block;
	overflow: hidden;
	background: #fff;
}

.content-sp .caia-post-list-widget .sp:not(.sphot-product) .post-thumb img,
.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;
}

.content-sp .caia-post-list-widget .sp:not(.sphot-product):hover .post-thumb img,
.tax-cm main.content .sp:hover .entry-image-link img{
	transform: scale(1.04);
}

.content-sp .caia-post-list-widget .sp:not(.sphot-product) .list-info{
	display: flex;
	flex: 1;
	flex-direction: column;
	box-sizing: border-box;
	width: 100%;
	padding: 12px 12px 15px 12px;
}

.content-sp .caia-post-list-widget .sp:not(.sphot-product) .widget-item-title,
.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;
}

.content-sp .caia-post-list-widget .sp:not(.sphot-product) .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{
	color: #333;
	transition: color .2s ease;
	font-size: 17px;
	font-weight: 700;
}

.content-sp .caia-post-list-widget .sp:not(.sphot-product) .widget-item-title a:hover,
.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: 0 15px;
}

.content-sp .caia-post-list-widget .sp:not(.sphot-product) .price,
.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;
}

.content-sp .caia-post-list-widget .sp:not(.sphot-product) .price .current-price,
.content-sp .caia-post-list-widget .sp:not(.sphot-product) .price-contact .current-price,
.slidesp .sp .price .current-price, 
.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;
}

.content-sp .caia-post-list-widget .sp:not(.sphot-product) .price .old-price,
.slidesp .sp .price strike, 
.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;
}

.content-sp .caia-post-list-widget .sp:not(.sphot-product) .percent{
	position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 0;
    background: #e1181c;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(225, 24, 28, .28);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 42px;
    text-align: center;
}

.content-sp .caia-post-list-widget .sp .giohang,
.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;
}

.content-sp .caia-post-list-widget .sp .button-cart ul,
.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;
}

.content-sp .caia-post-list-widget .sp .button-cart li,
.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;
}

.content-sp .caia-post-list-widget .sp .button-cart a,
.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;
}

.content-sp .caia-post-list-widget .sp .button-cart .waittocart,
.tax-cm main.content .sp .button-cart .waittocart, 
.yarpp-related .sp .button-cart .waittocart, 
.search main.content .sp .button-cart .waittocart{
	background: #01519a;
	color: #fff;
	border: 1px solid #01519a;
}

.content-sp .caia-post-list-widget .sp .button-cart .waittocart span,
.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;
}

.content-sp .caia-post-list-widget .sp .button-cart .waittocart span::before,
.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);
}

.content-sp .caia-post-list-widget .sp .button-cart .xemthem,
.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;
}

.content-sp .caia-post-list-widget .sp .button-cart .xemthem span::after,
.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;
}

.content-sp .caia-post-list-widget .sp .button-cart a:hover,
.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);
}

.content-sp .caia-post-list-widget .sp .button-cart .waittocart:hover,
.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);
}

.content-sp .caia-post-list-widget .sp .button-cart .xemthem:hover,
.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-sp .caia-post-list-widget .sp .button-cart .waittocart.added{
	background: #198754;
	border-color: #198754;
}

.content-sp .widget{
	margin-bottom: 70px;
}

.content-sp .caia-post-list-widget .widget-title{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:4px;
}

.content-sp .caia-post-list-widget .widget-title h2{
    margin:0;
    flex-shrink:0;
}

.content-sp .caia-post-list-widget .widget-title h2 a{
    text-decoration:none;
    line-height:1.1;
}

.content-sp .caia-post-list-widget .widget-title:after{
	content: "";
	order: 2;
    flex: 1;
    height: 1px;
    background: #71abe1;
    margin-top: 8px;
}

.content-sp .caia-post-list-widget .view-all{
	display: inline-flex;
	order: 3;
	align-items: center;
	flex: 0 0 auto;
	gap: 7px;
	color: #01519a;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transition: color .2s ease;
}

.content-sp .caia-post-list-widget .view-all::after{
	content: "\2192";
	color: #ff8b16;
	font-size: 18px;
	line-height: 1;
	transition: transform .2s ease;
}

.content-sp .caia-post-list-widget .view-all:hover{
	color: #ff8b16;
}

.content-sp .caia-post-list-widget .view-all:hover::after{
	transform: translateX(3px);
}

.content-sp .caia-post-list-widget .support-extra{
    margin:0 0 25px;
    color:#666;
    font-size:15px;
    padding-left:2px;
}

.home .site-inner{
	padding: 0;
}

.content-sp .widget:last-child{
	margin-bottom: 0;
}

.content-giaiphap .wrap{
    display: grid;
    grid-template-columns: repeat(5, minmax(0,1fr));
    gap: 25px;
}

/* Widget đầu tiên */
.content-giaiphap .wrap > .widget:first-child{
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: 10px;
}

/* Các widget còn lại */
.content-giaiphap .wrap > .widget:not(:first-child){
    min-width: 0;
}

.content-giaiphap .widget:not(:first-child) .title,
.content-giaiphap .widget:not(:first-child) .title a{
	color: #01519a;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.content-giaiphap .widget:not(:first-child) .title::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 55px;
    height: 2px;
    background: #ff8b16;
    border-radius: 999px;
    transition: .3s;
}

.content-giaiphap .widget:not(:first-child) .title{
	padding-bottom: 10px;
    margin-bottom: 15px;
}

.content-giaiphap .widget:not(:first-child) li{
	list-style-type: none;
	text-align: center;
	margin: 3px 0 0 0;
}

.content-giaiphap .widget:not(:first-child){
    transition: all .3s ease;
    border-radius: 12px;
    overflow: hidden;
    padding-bottom: 20px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 6%);
}

.content-giaiphap .widget:not(:first-child):hover{
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
}

.content-giaiphap .widget:not(:first-child) img{
    width: 100%;
    height: 245px;
    object-fit: cover;
    display: block;
    border-radius: 10px 10px 0 0;
    margin-bottom: 20px;
    transition: none; /* bỏ zoom */
}

.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;
}

.content-chtg{
    padding: 70px 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(20, 92, 170, .08), transparent 32%),
        radial-gradient(circle at 90% 80%, rgba(255, 145, 0, .08), transparent 30%),
        #f7faff;
    margin: 0;
}

.content-chtg .caia_code_widget{
    margin-bottom: 30px;
    text-align: center;
}

.content-chtg .caia_code_widget .widget-title{
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 900;
    color: #01519a;
    position: relative;
    padding-bottom: 10px;
}

.content-chtg .caia_code_widget .widget-title::before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: #ff8b16;
    border-radius: 999px;
    transition: .3s;
}

/* Từng câu hỏi */
.content-chtg > .wrap > .widget_text{
    margin: 0 0 14px;
    overflow: hidden;
    border: 1px solid #e1e8f1;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(12, 60, 134, .06);
    transition: border-color .3s ease,
                box-shadow .3s ease,
                transform .3s ease;
}

.content-chtg > .wrap > .widget_text:hover{
    border-color: rgba(12, 101, 183, .35);
    box-shadow: 0 12px 32px rgba(12, 60, 134, .1);
    transform: translateY(-2px);
}

/* Tiêu đề câu hỏi */
.content-chtg .widget_text .widget-title{
    position: relative;
    margin: 0;
    padding: 20px 60px 20px 24px;
    color: #01519a;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 700;
    cursor: pointer;
    user-select: none;
    transition: color .3s ease,
                background .3s ease;
}

/* Icon dấu cộng */
.content-chtg .widget_text .widget-title::before,
.content-chtg .widget_text .widget-title::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    width: 16px;
    height: 2px;
    border-radius: 99px;
    background: #0c65b7;
    transform: translateY(-50%);
    transition: transform .3s ease,
                background .3s ease;
}

.content-chtg .widget_text .widget-title::after{
    transform: translateY(-50%) rotate(90deg);
}

/* Nội dung câu trả lời */
.content-chtg .widget_text .textwidget{
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .45s ease,
                opacity .3s ease;
}

.content-chtg .widget_text .textwidget p{
    margin: 0;
    padding: 20px;
    color: #333;
    font-size: 16px;
    line-height: 1.8;
}

.content-chtg .widget_text .textwidget strong{
    color: #0c65b7;
}

/* Trạng thái đang mở */
.content-chtg .widget_text.active{
    border-color: rgba(12, 101, 183, .3);
    box-shadow: 0 14px 35px rgba(12, 60, 134, .1);
}

.content-chtg .widget_text.active .widget-title,
.content-chtg .widget_text .widget-title:hover{
    color: #ff8b16;
        background: #f9f9f9;
}

.content-chtg .widget_text.active .widget-title::after{
    transform: translateY(-50%) rotate(0);
}

.content-chtg .widget_text.active .widget-title::before,
.content-chtg .widget_text.active .widget-title::after{
    background: #ff8c00;
}

.content-chtg .widget_text.active .textwidget{
    opacity: 1;
}

.content-cta{
	background: url(images/bgcta.jpg) no-repeat center center;
	background-size: cover;
	padding: 10px 0;
	margin-bottom: 0;
}

.content-cta .mainposts{
    min-height: 260px;
    display: flex;
    align-items: center;
    position: relative;
}

/* Nội dung bên trái */
.content-cta .box{
    position: relative;
    z-index: 3;
    width: 100%;
    color: #fff;
}

.content-cta .title{
    margin-bottom: 10px;
    color: #fff;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 800;
    text-transform: uppercase;
}

.content-cta .noidung p{
    margin: 0 0 25px;
    color: rgba(255,255,255,.88);
    font-size: 16px;
    line-height: 1.6;
}

.content-cta .noidung p strong{
    color: #ff9418;
}

/* Danh sách nút */
.content-cta .noidung ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.content-cta .noidung li{
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 1px solid rgba(255,255,255,.65);
    border-radius: 7px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transition: all .3s ease;
}

.content-cta .noidung li a{
    color: #fff;
    text-decoration: none;
}

/* Icon điện thoại */
.content-cta .noidung li:nth-child(1)::before,
.content-cta .noidung li:nth-child(2)::before{
    content: "☎";
    margin-right: 9px;
    font-size: 18px;
}

/* Nút cam */
.content-cta .noidung li:last-child{
    cursor: pointer;
    border-color: #ff8a00;
    padding-left: 25px;
    padding-right: 25px;
    background: linear-gradient(135deg, #ff9d22, #ff7800);
    box-shadow: 0 10px 24px rgba(255,123,0,.3);
    text-transform: uppercase;
}

.content-cta .noidung li:last-child::after{
    content: "→";
    margin-left: 10px;
    font-size: 20px;
}

.content-cta .noidung li:hover{
    transform: translateY(-3px);
    border-color: #fff;
    background-color: rgba(255,255,255,.1);
}

.content-cta .noidung li:last-child:hover{
    border-color: #ffab45;
    background: linear-gradient(135deg, #ffad3d, #ff8300);
}

/* Ảnh sản phẩm bên phải */
.content-cta .mainposts > img{
    position: absolute;
    z-index: 2;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

    width: 48%;
    height: auto;
    max-height: 200px;

    object-fit: contain;
    object-position: center right;

    margin: 0;
}

/* Vòng sáng dưới sản phẩm */
.content-cta .mainposts::after{
    content: "";
    position: absolute;
    right: 1%;
    bottom: 12px;
    width: 46%;
    height: 55px;
    border: 2px solid rgba(0,157,255,.65);
    border-radius: 50%;
    filter: blur(2px);
    box-shadow:
        0 0 18px rgba(0,132,255,.65),
        inset 0 0 18px rgba(0,132,255,.4);
}

.thongsonhanh{
	font-size: 13px;
    color: #555;
    margin: 7px 0 !important;
}

/* Bảng trong nội dung bài viết và trang */
.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;
}

/* Trang download */
.download-table-wrap{
	width: 100%;
	margin-top: 12px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.download-table{
	width: 100%;
	min-width: 850px;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 14px;
	line-height: 1.35;
}

.download-table th,
.download-table td{
	padding: 9px 10px;
	border: 1px solid #e6e6e6;
	vertical-align: middle;
}

.download-table thead th{
	padding-top: 5px;
	padding-bottom: 5px;
	border-color: #eee;
	background: #ddd;
	color: #111;
	font-weight: 700;
	text-align: center;
}

.download-table tbody td{
	height: 42px;
	background: #fff;
}

.download-table tbody tr:hover td{
	background: #fafafa;
}

.download-table .download-table__number{
	width: 55px;
	text-align: center;
}

.download-table .download-table__name{
	font-weight: 700;
	text-align: left;
}

.download-table .download-table__date{
	width: 240px;
	text-align: center;
}

.download-table .download-table__count{
	width: 190px;
	text-align: center;
}

.download-table .download-table__action{
	width: 115px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

.download-table__link{
	display: inline-flex;
	width: 42px;
	height: 36px;
	align-items: center;
	justify-content: center;
	transition: transform .2s ease;
}

.download-table__link:hover,
.download-table__link:focus{
	transform: translateY(-2px);
}

.download-table__link svg{
	display: block;
	width: 42px;
	height: 36px;
}

.download-icon__tray{
	fill: #aab2bf;
	stroke: #747d8c;
	stroke-width: 1;
}

.download-icon__slot{
	fill: #eef1f5;
}

.download-icon__arrow{
	fill: #19b51f;
	stroke: #07880d;
	stroke-width: .7;
	stroke-linejoin: round;
}

.download-table__empty{
	color: #aaa;
}

.page h1{
	display: none;
}

.page-template-page-lienhe main.content{
    display: grid;
    grid-template-columns: 1fr 500px;
    gap: 50px;
    align-items: start;
}

.page-template-page-lienhe main.content > article{
    order: 1;
}

.page-template-page-lienhe main.content > .form{
    order: 2;
    position: sticky;
    top: 120px;
}

.gsc-order-confirmation__header h2{
	    color: #ff8b16;
}

.gsc-order-confirmation__header {
    border-left: 4px solid #ff8b16;
}

.gsc-order-confirmation__header:before {
    position: absolute;
    top: 18px;
    left: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    content: "\2713";
    background: #ff8b16;
    border-radius: 50%;
}

.gsc-order-confirmation__totals p strong{
	color: #f00000;
}

/* -------------------- 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: 34px;
	}

	.content-slider .noidung p{
		font-size: 16px;
	}

	.chitiet_sp .anh_sp,
	.chitiet_sp .info_sp{
		width: calc(50% - 30px);
	}

	.single-sp main.content article{
		width: 100%;
	}

	.content-slider .mainposts > img {
	    max-width: 500px;
	}

	/*.menu-primary a, .menu-secondary a, .site-header .menu a{
		margin: 8px 12px;
	}*/

	.site-header .widget_search{
		display: none;
	}

	.content-cs .widget {
	    padding: 20px 10px;
	}

	.content-gioithieu h2, .content-danhmuc h2, 
	.content-sphot .widgettitle h2, .content-sp h2 a, 
	.content-giaiphap .widget:first-child .widgettitle h2, 
	.content-blog h2 a,
	.content-chtg .caia_code_widget .widget-title{
		font-size: 32px;
	}

	.content-danhmuc .widget .title a{
		font-size: 16px;
	}

	.content-danhmuc img {
	    height: 110px;
	}


	.content-giaiphap .widget:not(:first-child) .title, .content-giaiphap .widget:not(:first-child) .title a{
		font-size: 16px;
	}

	.content-giaiphap .widget:not(:first-child) img{
		height: 180px;
	}

	.content-sp .main-posts button.slick-prev {
	    left: 0;
	}

	.content-sp .main-posts button.slick-next {
	    right: 0;
	}

	.tax-cm main.content {
	    grid-template-columns: 230px minmax(0, 1fr);
	}

	.tax-cm main.content .taxonomy-product-list {
	    grid-template-columns: repeat(2, 1fr);
	}

	.sidebar{
		width: 30%;
		margin: 0;
	}

	.content-sidebar .content, .sidebar-content .content{
		width: calc(70% - 20px);
    	margin: 0 20px 0 0;
	}
}

@media (max-width: 1000px){
	.content-slider .mainposts > img {
        max-width: 470px;
    }

    .content-slider{
    	padding: 0;
    }

    .content-slider .title, .content-slider .title h2 {
        font-size: 30px;
    }
}

@media (max-width: 960px){

	#click-menu.f-click{
		position: fixed;
	}

	#responsive-menu.f-menu{
		position: fixed;
	}

	.site-header .widget_nav_menu{
		display: none;
	}

	.site-header,
	.title-area{
		height: 70px;
	}

	#click-menu{
		display: block;
        background: #005bb4;
        padding: 5px 5px 0 5px;
        border-radius: 5px;
        right: 15px;
        top: 19px;
	}

	#click-menu .line{
		width: 26px;
	}

	.site-header .widget-area {
	    float: right;
	    width: fit-content;
	    margin: 7px 45px 0 0;
	}

	.content-slider .mainposts{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        min-height: auto;
    }

    .content-slider .mainposts > img{
        width: 100%;
        max-width: 90%;
        order: 1;
        margin: 35px 0 0;
    }

    .content-slider .box{
        width: 100%;
        max-width: calc(100% - 30px);
        order: 2;          /* nội dung xuống dưới */
        margin: 0;
        text-align: left; /* nếu muốn căn giữa */
    }

    .content-slider .noidung li:first-child a {
	    min-width: 140px;
	    height: 46px;
	}

	.content-slider .noidung li:last-child a {
	    min-width: 170px;
	    height: 46px;
	    border: none;
	}

	.content-slider .title, .content-slider .title h2{
		margin-bottom: 15px;
	}

	.content-slider .noidung p{
		margin-bottom: 20px;
	}

	.content-slider{
		padding: 0 0 35px 0;
	}

	.section{
		margin-bottom: 40px;
	}

	.content-cs .wrap {
	    grid-template-columns: repeat(2, 1fr);
	    gap: 10px;
	    margin-top: 0;
	}

	.content-gioithieu .widget p{
		text-align: justify;
	}

	.content-chtg {
	    padding: 30px 0;
	    margin-bottom: 0;
	}

	.content-sidebar .content, .sidebar-content .content {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .sidebar{
    	width: 100%;
    }


}

@media (max-width: 860px){
	.tax-cm main.content{
		grid-template-columns: 1fr;
	}

	.tax-cm main.content .product-attribute-filter{
		margin-bottom: 0;
	}

	.product-attribute-filter__title{
		border-radius: 10px;
		cursor: pointer;
	}

	.product-attribute-filter__icon{
		display: block;
	}

	.product-attribute-filter > .product-attribute-filter__actions,
	.product-attribute-filter > .product-attribute-filter__group{
		display: none;
	}

	.product-attribute-filter.is-open .product-attribute-filter__title{
		border-radius: 10px 10px 0 0;
	}

	.product-attribute-filter.is-open > .product-attribute-filter__actions{
		display: flex;
	}

	.product-attribute-filter.is-open > .product-attribute-filter__group{
		display: block;
	}

	.chitiet_sp .anh_sp,
	.chitiet_sp .info_sp{
		width: 100%;
		margin: 0;
	}

	.chitiet_sp .info_sp{
		margin-top: 24px;
	}

	.chitiet_sp .sphot-product-gallery,
	.content-sphot .sphot-product-gallery{
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.chitiet_sp .sphot-slider-for,
	.content-sphot .sphot-slider-for{
		order: 1;
	}

	.content-sphot .sphot-product-info {
	    padding-left: 0;
	    border-left: none;
	}

	.chitiet_sp .sphot-slider-nav,
	.content-sphot .sphot-slider-nav{
		order: 2;
		max-height: none;
		margin-top: 10px;
	}

	.chitiet_sp .sphot-thumb,
	.content-sphot .sphot-thumb{
		margin: 0 8px 0 0;
	}

	.content-gioithieu .wrap {
	    display: grid;
	    grid-template-columns: repeat(1, 1fr);
	    gap: 15px;
	}

	.content-gioithieu h2, 
	.content-chtg .caia_code_widget .widget-title ,
	.content-danhmuc h2, .content-sphot .widgettitle h2, .content-sp h2 a, .content-giaiphap .widget:first-child .widgettitle h2, .content-blog h2 a {
        font-size: 28px;
    }

    .content-danhmuc .danhmuc {
	    display: grid;
	    grid-template-columns: repeat(3, 1fr);
	    gap: 10px;
	    margin: 30px 0 0;
	}

	.content-danhmuc .danhmuc .box{
		padding: 0 5px;
	}

	.content-danhmuc .widget .title a {
        font-size: 13px;
    }

    .content-chtg .widget_text .widget-title {
	    padding: 15px 30px 15px 15px;
	    color: #01519a;
	    font-size: 16px;
	}

	.content-chtg .widget_text .widget-title::before, .content-chtg .widget_text .widget-title::after {
	    content: "";
	    position: absolute;
	    top: 27px;
	    right: 10px;
	    width: 13px;
	    height: 2px;
	    border-radius: 99px;
	    background: #0c65b7;
	    transform: translateY(-50%);
	    transition: transform .3s ease, background .3s ease;
	}

	.content-chtg .widget_text .widget-title::after {
	    transform: translateY(-50%) rotate(90deg);
	}

	.content-chtg .widget_text .textwidget p{
		padding: 15px;
		text-align: justify;
	}

	.content-cta {
	    padding: 35px 0;
	    margin: 0;
	}

	.content-cta .title{
		font-size: 26px;
	}

	.content-cta .mainposts > img{
		display: none;
	}

	.content-cta .noidung li{
		padding: 0;
		width: 100%;
	}

	.site-footer .widget {
	    float: left;
	    width: 100%;
	    margin: 30px 0 0;
	}

	.site-footer .widget:nth-child(2) .widget-wrap{
		width: auto;
	}

	.site-footer{
		padding-bottom: 20px;
	}

	.content-blog .main-posts {
	    display: grid;
	    grid-template-columns: repeat(1, 1fr);
	    gap: 3px;
	    margin: 20px 0 0;
	}

	.content-blog .main-posts .post:nth-child(n+2){
		display: none;
	}

	.content-blog .main-posts .widget-item-title a {
	    font-weight: 500;
	    color: #333;
	    font-size: 16px;
	}

	.content-blog ul {
	    display: grid;
	    grid-template-columns: repeat(1, 1fr);
	    gap: 0;
	}

	.content-giaiphap .wrap {
	    display: grid;
	    grid-template-columns: repeat(2, minmax(0, 1fr));
	    gap: 15px;
	}

	.content-giaiphap .widget:not(:first-child) img {
        height: 140px;
    }

    .content-giaiphap .widget:not(:first-child) .title, .content-giaiphap .widget:not(:first-child) .title a{
    	font-size: 18px;
    }

    .content-sphot .sphot-product {
	    display: grid;
	    grid-template-columns: repeat(1, 1fr);
	    gap: 20px;
	    float: none;
	    width: 100%;
	    margin: 0;
	    padding: 15px;
	    border: 1px solid #d8dde3;
	    border-radius: 6px;
	    background: #fff;
	    box-sizing: border-box;
	}

	.breadcrumb{
		padding: 20px 0;
	}

	.archive-heading a, .archive-heading {
	    font-size: 30px;
	}

	.page .content-sidebar-wrap, .single .content-sidebar-wrap {
	    margin: 0;
	}

	.tax-cm main.content{
		grid-template-columns: 1fr;
	}

	.archive .breadcrumb {
	    margin-bottom: 5px;
	}

	.tax-cm main.content .taxonomy-product-list{
		gap: 15px;
	}

	.tax-cm main.content .sp .percent, .yarpp-related .sp .percent, .search main.content .sp .percent {
	    font-size: 14px;
	    height: 40px;
	    width: 40px;
	    line-height: 40px;
	    border-radius: 100%;
	}

	.page-template-page-lienhe main.content{
		grid-template-columns: 1fr;
	}

	.yarpp-related .post {
	    float: left;
	    width: 100%;
	    margin: 0 0 15px;
	}

	.yarpp-related .post img {
	    width: 150px;
	    margin: 0 15px 0 0;
	    height: auto;
	    object-fit: cover;
	    border-radius: 10px;
	    float: left;
	}

	.yarpp-related .title,
	.yarpp-related .widgettitle{
	    margin: 20px 0;
	}

	.chitiet_sp {
	    padding-bottom: 5px;
	    margin-bottom: 15px;
	}

	.yarpp-related .sp {
	    float: left;
	    margin: 0 5px 15px;
	    border: 1px solid #efefef;
	    position: relative;
	    border-radius: 10px;
	    width: calc(50% - 12px);
	    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
	}

	.shop-cart-form-info, #info-customer{
		width: 100% !important;
		margin: 0 0 15px 0 !important;
	}

	.category main.content {
	    display: grid;
	    grid-template-columns: repeat(1, 1fr);
	    gap: 0;

	}

}

@media (max-width: 580px){

	.site-header .widget-area .gsc-shop-cart .shop-cart-expand {
	    width: 320px;
	    border-radius: 16px;
	    right: -45px;
	    transform: translateX(0);
	}

	.chitiet_sp .button-cart .button{
		grid-template-columns: 1fr;
	}

	.content-sp .main-posts:not(.slick-initialized){
		grid-template-columns: 1fr;
	}

	.content-sp .caia-post-list-widget .widget-title{
		gap: 10px;
	}

	.content-sp .caia-post-list-widget .widget-title h2 a{
		font-size: 22px;
	}

	.content-sp .caia-post-list-widget .widget-title::after{
		display: none;
	}

	.content-sp .caia-post-list-widget .view-all{
		margin-left: auto;
		font-size: 15px;
	}

	.content-sp .caia-post-list-widget .support-extra{
		margin-bottom: 18px;
	}

	.content-sp .main-posts button.slick-arrow{
		width: 38px;
		height: 38px;
	}

	.content-cs .noidung p{
		display: none;
	}

	.content-cs .widget {
        padding: 10px;
    }

    .content-cs .mainposts img {
	    display: block;
	    width: 46px;
	    height: auto;
	    object-fit: contain;
	    margin: 0 auto 10px;
	}

	.content-cs .wrap {
        grid-template-columns: repeat(4, 1fr);
    }

    .content-cs .title{
    	font-size: 13px;
    }

    .content-danhmuc img {
        height: 80px;
    }

    .content-sp .main-posts.slick-initialized .slick-slide {
	    margin: 6px 5px;
	}

	.content-sp .caia-post-list-widget .sp:not(.sphot-product) .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;
	}

	.thongsonhanh{
		font-size: 11px;
		text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	}

	.content-sp .caia-post-list-widget .sp .button-cart li:last-child, 
	.tax-cm main.content .sp .button-cart li:last-child, 
	.yarpp-related .sp .button-cart li:last-child, 
	.search main.content .sp .button-cart li:last-child{
		display: none;
	}

	.content-sp .caia-post-list-widget .sp .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, 1fr);
	    gap: 10px;
	}

	.content-gioithieu h2, .content-chtg .caia_code_widget .widget-title, 
	.content-danhmuc h2, .content-sphot .widgettitle h2, .content-sp h2 a, 
	.content-giaiphap .widget:first-child .widgettitle h2, .content-blog h2 a {
        font-size: 26px;
    }

    .content-sphot .sphot-product .sphot-title a{
    	font-size: 22px;
    }

    .content-sphot .sphot-desc li{
    	font-size: 15px;
    }

    .content-sphot .sphot-desc {
	    margin-top: 0;
	    padding-top: 0;
	    border-top: none;
	    color: #384454;
	    font-size: 15px;
	    line-height: 1.7;
	}

	.content-sphot .thongsonhanh{
		display: none;
	}

	.content-sphot .sphot-cart-main .waittocart, .content-sphot .sphot-detail-link {
	    padding: 0 13px;
	    font-size: 14px;
	}

	.content-sphot .sphot-product .price.sphot-price{
		font-size: 23px;
	}

	.content-sphot {
        padding: 35px 0;
    }

    .category main.content .post img {
	    width: 100%;
	    margin: 0 0 20px 0;
	}

	.category main.content .post .entry-title a {
	    font-size: 18px;
	}

	.shop-cart-table .li-products li.images-products,
	#gsc-shopcart-table ul.li-products li.images-products img{
		width: 80px !important;
		margin: 0 !important;
	}

	#gsc-shopcart-table ul.li-products li.price-products {
	    float: left;
	    margin: 0 !important;
	    width: 105px !important;
	}

	.shop-cart-table .li-products li {
	    width: calc(100% - 215px) !important;
        margin: 0 !important;
	}

	.shop-cart-table .li-products .price-products .pprice {
	    font-size: 16px;
	}

	.shop-cart-table .li-products .price-products strike,
	#gsc-shopcart-table ul.li-products li.name-products a{
		font-size: 15px;
	}

	.archive-heading a, .archive-heading {
        font-size: 26px;
    }

    .gsc-order-confirmation{
    	border: none;
	    box-shadow: none;
	    padding: 0;
	    margin: 0;
	    width: 100%;
    }

    .gsc-order-confirmation__totals {
	    width: calc(100% - 32px);
	    max-width: 100%;
	    margin-left: auto;
	    padding: 15px;
	    background: #f7f9fb;
	    border: 1px solid #e1e7ed;
	}


}

