/*
	Theme Name: Neowise
	Theme URI: http://neowise.vn
	Description: Themes hỗ trợ Genesis Theme v2.7.3 and Wordpress v5.0 trở lên
	Author: DuocDT
	Author URI: http://neowise.vn
	Version: 4.2
	Template: genesis
*/

/* Defaults
------------------------------------------------------------ */

@font-face {
    font-family: 'YEN-TU';
    src: url('fonts/YEN-TU.TTF') format('opentype');
}

/*@font-face {
    font-family: 'SANS-STD';
    src: url('fonts/SANS-STD.OTF') format('opentype');
}*/


body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #434343;
	font-family: 'Nunito', 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: #434343;
	font-family: 'Nunito', 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: 1170px;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

.site-header {
	margin: 0 auto;
	height: 90px;
	width: 100%;
	float: left;
	background: #fff;
	border-bottom: 1px solid hsl(0deg 0% 26% / 10%);
	position: relative;
}

.title-area {
 float: left;
    overflow: hidden;
    padding: 0;
    width: 180px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: table;
    margin: 0 auto;
    z-index: 10;
    height: 90px;
}

.site-title {
	font-family: 'Nunito', 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: #434343;
	padding: 0;
	text-decoration: none;
	float: left;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.site-description {
	font-size: 13px;
	padding: 0;
	display: none;
}

.site-header .widget-area {
	float: right;
	padding: 0;
	width: 100%;
	margin: 19px 0 0 ;
	position: relative;
}

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary{
	float: left;
	width: 100%;
	height: 50px;
	background: #434343;
}

.nav-primary .wrap{
	width: 1140px;
}

.menu-primary,
.menu-secondary,
.site-header .menu {
	clear: both;
	color: #0042A3;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.menu-primary ul,
.menu-secondary ul,
.site-header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
.site-header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
.site-header .menu a {
    color: #0042A3;
    display: block;
    padding: 12px 0;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Nunito';
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 30px 0 0;
}

.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: #16A34A;
}

.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: #f9f9f9;
    border-bottom: 1px solid #c6c2ba75;
	color: #434343;
	font-size: 16px;
	padding: 10px;
	position: relative;
	text-transform: none;
	width: 230px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
.site-header .menu li li a:active,
.site-header .menu li li a:hover {
    color: #16A34A;
}

.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;
    border-radius: 10px;
    background: #f6f8fb;
    box-shadow: 1px 1px 2px #cfe2ff;
}

.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: 1170px;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb{
	float: left;
    width: 100%;
    padding: 18px 0;
    font-size: 15px;
    background: #E7F8FF;
    color: #0042A3;
    text-align: center;
}

.breadcrumb a{
	color: #434343;
	font-size: 15px;
	font-weight: 400;
}

.breadcrumb .label{
	margin: 0 5px;
	font-weight: 400;
	color: #434343;
}

/* 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: 820px;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
	margin-left: 0;
}

.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: 'Nunito', 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: #434343;
	font-family: 'Nunito', 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: 14px;
}

h4 {
	font-size: 13px;
}

.sidebar .widget .widgettitle {
    font-size: 22px;
    margin: 15px 15px;
    color: #0047b3;
    font-weight: bold;
    border-bottom: 1px solid #bec5cf;
    padding-bottom: 5px;
}

.sidebar .widget .widgettitle a {
	color: #0047b3;
	text-decoration: none;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
	text-align: justify;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: disc;
	margin: 0 0 0 30px;
	padding: 0;
	text-align: justify;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}

/* Post Info
------------------------------------------------------------ */

.entry-header .entry-meta {
	font-size: 13px;
	margin: -5px 0 15px;
}

/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 13px;
	padding: 5px 0 0;
}

/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	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: #434343;
	padding: 8px 13px;
	border-radius: 5px;
}

.pagination li a:hover,
.pagination li.active a {
    background: #0047b3;
    color: #fff;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 300px;
}

.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: #f4f4f4;
	margin: 0 0 30px;
	padding: 0 0 15px;
	float: left;
	width: 100%;
	border-radius: 10px;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 15px;
}

.sidebar.widget-area ul li,
.footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: #f2f2f2;
	cursor: pointer;
	padding: 10px 20px;
	color: #434343;
	-webkit-appearance: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
    float: right;
    width: 400px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    height: 50px;
    display: none;
}

.site-header .search-form.active {
    display: block;
    position: absolute;
    right: 0;
    z-index: 999;
    background: #fff;
}

.site-header .widget_search .widgettitle.active {
    background: unset;
    color: #0042A3;
    text-indent: inherit;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
}

.site-header .widget_search input[type=submit] {
    float: right;
    border: none;
    height: 40px;
}

.sidebar .search-form {
	padding: 5px 0 0 15px;
}

.search-form input[type="search"] {
	margin: 0;
	padding: 6px 5px 6px 15px;
	width: calc(100% - 60px);
	border: none;
	background: unset;
	height: 50px;
}

.nav-primary .search-form input[type="search"] {
	background-color: #fff;
	margin: 2px -7px 0 0;
}

/* Footer
------------------------------------------------------------ */

.site-footer {
	float: left;
	font-size: 16px;
	margin: 0 auto;
	width: 100%;
	color: #fff;
}

.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 {
	margin: 10px 5px 0 0;
    padding: 10px;
    width: calc(100% - 22px);
    float: left;
    background: #fff;
     font-size: 16px;
    border-radius: 5px;
}

#comment {
    height: 90px;
    margin: 10px 0;
    width: calc(100% - 22px);
    background: #fff;
    font-size: 16px;
    border-radius: 5px;
}

input#submit {
    color: #16A34A;
    background: url(images/muitenv.svg) no-repeat right 40px center;
    border: 1px solid #16A34A;
    height: 50px;
    line-height: 48px;
    display: inline-block;
    border-radius: 50px;
    padding: 0 70px 0 40px;
    font-family: 'Nunito';
    text-transform: uppercase;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: 0;
	background: #fff;
}

.comment-content{
	padding-left: 70px;
}

.comment-content p {
	font-size: 15px;
	margin: 0 0 15px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.comment-meta {
	font-size: 12px;
	margin: 0 0 5px;
}

.comment-meta a{
	color: #666;
}

.comment-reply {
	font-size: 13px;
	font-weight: 300;
}

.comment-reply a{
	background: #f2f2f2;
	color: #434343;
	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;
    margin-right: 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 7px;
    border-radius: 100px;
    border-radius: 100px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
	background: #c7cdc9;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
	background: #64AF54;
    width: 50px;
}

.section{
	float: left;
	width: 100%;
}

.site-header .widget_nav_menu .widgettitle{
	display: none;
}

.content-slider {
	margin: -91px 0 0 ;
}

.content-slider img{
	width: 100%;
}

.content-slider .slick-dots{
	margin: -75px 0 0;
	position: relative;
}

.content-slider .widget{
	float: left;
    width: 100%;
    position: relative;
}

.content-slider .widget .box{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1170px;
    z-index: 2;

    transform: translate(-50%, -50%) translateX(-200px);
    opacity: 0;

    animation: slideLeft 0.8s ease forwards;
}

@keyframes slideLeft {
    to{
        transform: translate(-50%, -50%) translateX(0);
        opacity: 1;
    }
}

.content-slider .widget .title,
.content-trietly .widget .box .title,
.content-nguyenlieu .widget h2,
.content-news h2 a,
.content-video .widget h2,
.content-giaiphap h2,
.content-instagram .widget h2,
.category .archive-heading a{
	color: #0042A3;
	font-size: 35px;
	font-family: 'Nunito';
	margin: 0 0 15px;
	text-transform: uppercase;
	line-height: 1.3;
	font-weight: 800;
}

.content-slider .widget .title span,
.content-trietly .widget .box .title span,
.content-nguyenlieu .widget h2 span,
.content-video .widget h2 span{
	color: #16A34A;
	font-size: 45px;
	font-family: 'YEN-TU' !important;
	display: block;
	text-transform: none;
	font-weight: 400;
}

.content-slider .widget li{
	list-style-type: none;
	display: inline-block;
	margin: 25px 15px 0 0;
}

.content-slider .widget li a,
.content-nguyenlieu .widget:first-child p a,
.content-news .more-from-category a{
	display: block;
    background: #0042A3;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    width: 160px;
    text-align: center;
    border-radius: 30px;
    transition: transform .22s , background .22s;
}

.content-slider .widget li a:hover{
	transform: translateY(-5px);
	text-decoration: none;
}

.content-nguyenlieu .widget:first-child p a:hover,
.content-news .more-from-category a:hover{
	background : #16A34A;
}

.content-slider .widget li:last-child a{
	background: #16A34A;
}

.home .site-header{
    background: hsl(0deg 0% 100% / 40%);
    position: relative;
    z-index: 9;
}

.site-header .menu-item-has-children>a>span {
    background: url(images/down.svg) no-repeat right top 7px;
    padding-right: 15px;
}

.site-header .menu-item-has-children>a:hover>span {
    background: url(images/downh.svg) no-repeat right top 7px;
    padding-right: 15px;
}

.site-header .widget_search .widgettitle, .site-header .widget_search input[type=submit] {
    background: url(images/s.svg) no-repeat top 15px center;
    text-indent: -9999px;
    display: block;
    cursor: pointer;
    padding: 0;
    width: 50px;
    height: 50px;
    margin: 0;
}

.site-header .widget-area .gsc-shop-cart .btn-view-cart{
    background: url(images/cart.svg) no-repeat left center;
    position: relative;
    width: 40px;
    height: 40px;
    background-size: 22px;
    display: inline-block;
    color: #000;
    font-weight: 400;
    margin: 2px 13px 0 15px;
}

.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 .gsc-num-products, .fix_icon .gsc-shop-cart .gsc-num-products {
	position: absolute;
    top: -1px !important;
    left: 16px;
    color: #fff;
    font-size: 15px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    right: -10px;
    background: red;
}

.site-header .menu a {
    background-image: linear-gradient(to right, #16A34A 50%,#0042A3 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;
}

.site-header .menu a:hover {
    background-position: left !important;
}

.site-header .menu .diemban a{
    padding-left: 25px;
    margin-right: 15px;
}

.site-header .menu .diemban a::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    
    width: 24px;
    height: 24px;

    background: url(images/db.svg) no-repeat center;
    background-size: 14px;
}

.site-header .widget{
	float: left;
}

.site-header .widget:nth-child(n+2){
	float: right;
}

.content-slider button.slick-prev.slick-arrow{
	background: url(images/btn.svg) no-repeat left center;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 15px;
    top: 45%;
    z-index: 9;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    background-size: 108px;
    transition: all 0.3s;
    padding: 0;
}

.content-slider button.slick-next.slick-arrow{
    background: url(images/btn.svg) no-repeat right center;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 15px;
    top: 45%;
    z-index: 9;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    background-size: 108px;
    transition: all 0.3s;
    padding: 0;
}

.site-header.f-head{
	position: fixed;
	top: 0;
	z-index: 999;
	background: #fff;
}

#sortprice{
	float: right;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	padding: 0 15px;
}

.archive-heading{
	float: left;
}

.category .archive-heading{
	margin-bottom: 20px;
}

.category main.content .post{
    float: left;
    width: 100%;
    border-bottom: 1px dashed #16A34A4d;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.category main.content .post img{
	float: left;
	width: 320px;
	margin: 0 15px 0 0;
	padding: 0;
	background: unset;
	border: none;
	border-radius: 10px;
}

.category main.content .post .more-link{
	color: #16A34A;
    width: fit-content;
    display: block;
    padding-right: 20px;
    margin: 20px 0 0;
    font-style: italic;
    background-size: 13px;
    text-decoration: underline;
}

.category main.content .post .entry-title a{
	    color: #0042A3;
    font-size: 18px;
    font-weight: 700;
}

.sidebar .caia-post-list-widget .post img{
	float: left;
	width: 160px;
	margin: 0 15px 0 0;
	border-radius: 5px;
}

.sidebar .caia-post-list-widget .post a{
	margin: 0;
	color: #333;
}

.sidebar .caia-post-list-widget .post .widget-item-title{
	list-style-type: 1.3;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.sidebar .caia-post-list-widget .main-posts{
	padding: 0 15px;
}

.sidebar .caia-post-list-widget{
	background: #f9f9f9;
	border-bottom: 3px solid #16A34A;
}

.sidebar .caia-post-list-widget .widgettitle a{
	text-transform: uppercase;
	font-size: 24px;
}

.sidebar .caia-post-list-widget .widgettitle{
	margin: 0 0 25px;
	background: url(images/line.svg) no-repeat bottom left 15px;
}

h1.entry-title,
.search h1 {
    font-size: 36px;
    color: #0042A3;
    font-family: 'Nunito';
    font-weight: bold;
}

.search h1{
	margin: 20px 0 40px;
	text-align: center;
}

body #toc_container a {
    font-weight: 500;
    font-size: 15px;
    color: #333;
}

body #toc_container p.toc_title {
    text-align: left;
    background: url(images/mucluc.svg) no-repeat left center;
    padding-left: 35px;
    font-size: 17px;
    font-weight: 700;
    color: #333;
}

.single .content .post .entry-content h2, 
.page .content .page .entry-content h2{
    font-size: 24px;
    font-weight: 700;
    color: #0042a3;
    margin: 15px 0;
}

.single .content .post .entry-content h3, 
.page .content .page .entry-content h3{
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 15px 0;
}

.single.product .entry-content table,
.single .entry-content table,
.archive .des table{
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
}

.single.product .entry-content table td,
.single.product .entry-content table th,
.single .entry-content table td,
.single .entry-content table th,
.archive .des table th,
.archive .des table td{
  border: 1px solid #dddddd;
  text-align: left;
  padding: 15px;

}

.content-date{
    text-align: right;
    color: #666A73;
    margin: 0 0 15px;
    background: url(images/date.svg) no-repeat left top 5px;
    padding-left: 15px;
    width: fit-content;
    float: right;
    font-size: 15px;
}

.content-au{
	text-align: left;
    color: #666A73;
    margin: 0 0 15px;
    background: url(images/u.svg) no-repeat left top 5px;
    padding-left: 15px;
    width: fit-content;
    float: left;
    font-size: 15px;
}

#reply-title{
	font-size: 28px;
}

.yarpp-related .title,
p.title{
	font-size: 40px;
	margin: 20px 15px 35px;
	color: #0042A3;
    font-family: 'Nunito';
    font-weight: bold;
}

.yarpp-related .post{
	margin: 0 15px 20px;
	float: left;
}

.yarpp-related .post img{
	width: 100%;
	border-radius: 10px;
	margin: 0 0 15px;
}

.yarpp-related .post a{
	font-size: 17px;
}

.yarpp-related{
	margin: 0 0 70px;
	float: left;
	width: 100%;
}

.chitiet_sp{
	float: left;
	width: 100%;
}

.chitiet_sp .anh_sp{
	float: left;
	width: calc(50% - 30px);
	margin: 0 15px;
}

.chitiet_sp .info_sp{
	width: calc(48% - 30px);
    float: right;
	margin: 0 15px;
}

.chitiet_sp .anh_sp img{
	width: calc(100% - 2px);
	aspect-ratio: 1 / 1;
	border: 1px solid hsl(0deg 0% 0% / 10%);
	border-radius: 15px;
}

.chitiet_sp .anh_sp .itemnav {
	margin: 15px 15px 0 0;
}

.chitiet_sp .info_sp ul li{
	margin:  0 0 10px;
	float: left;
	width: 100%;
}

.chitiet_sp .info_sp ul{
	margin: 10px 0 0 25px;
}

.chitiet_sp .button-cart label{
	font-size: 17px;
	margin: 0 0 15px;
	float: left;
	width: 100%;
}

.chitiet_sp .nuttanggiam{
	float: left;
	width: 120px;
}

.chitiet_sp .button-cart .nut{
	float: left;
    width: 120px;
    height: 48px;
    font-size: 17px;
    line-height: 48px;
    border: 1px solid #4343430d;
    border-radius: 50px;
    position: relative;
    background: #f4f4f4;
}

.chitiet_sp .button-cart .nut input{
	height: 46px;
    padding: 0;
    width: 119px;
    text-align: center;
    background: unset;
    border: none;
    border-radius: 50px;
    line-height: 46px;
}

.nuttanggiam .quantity{
    position: relative;
    cursor: pointer;
}

.quantity-nav{
  position: absolute;
    right: 3px;
    top: 3px;
}

.nuttanggiam input[type=number]::-webkit-inner-spin-button, 
.nuttanggiam input[type=number]::-webkit-outer-spin-button { 
    opacity: 1; 
    -webkit-appearance: none;
}

.chitiet_sp .quantity-up{
	position: absolute;
    width: 22px;
    height: 22px;
    top: 11px;
    right: 4px;
    background: url(images/tang.svg) no-repeat center center;
    text-indent: -9999px;
}

.chitiet_sp .quantity-down{
    position: absolute;
    width: 22px;
    top: 11px;
    left: -105px;
    background: url(images/giam.svg) no-repeat center center;
    text-indent: -9999px;
    height: 22px;
}

.single-sp main.content .entry-content .list_content{
	float: left;
	width: 750px;
	margin: 0 15px;
}

.single main.content h2,
.page main.content h2 {
    color: #0042a3;
    font-size: 26px;
    margin: 15px 0;
    font-weight: bold;
}

.single main.content h3,
.page main.content h3 {
    color: #16A34A;
    font-size: 22px;
    margin: 15px 0;
    font-weight: bold;
}

.embed-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    float: left;
}

.embed-video iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.shop-cart-expand {
    position: absolute;
    width: 290px;
    z-index: 1000;
    background: #fff;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.10);
    right: 50%;
    transform: translateX(50%);
    top: 100%;
    padding: 15px;
    display: none;
    border-radius: 5px;
}

.no-products{
	text-align: center;
}

.shop-cart-expand .widgettitle{
	background: unset;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0 0 20px;
    font-size: 17px;
    font-weight: bold;
}

.shop-cart-expand .widgettitle span{
	float: right;
	display: none;
}

.shop-cart-expand .product-qty{
	font-size: 14px;
    margin: 10px 0;
    display: block;
    color: #888585;
}

.price-number-widget{
	display: none;
}

.shop-cart-expand .product-price {
	font-size: 13px;
	 color: #888585;
	 margin-left: 105px;
}

.shop-cart-expand .product-price .product-price-new{
    font-size: 15px;
    width: 100%;
    display: block;
    margin: 0 0 5px;
    color: #434343;
}

.shop-cart-expand a.shop-cart {
    background: #16A34A !important;
    border-radius: 30px;
}

.shop-cart-expand ul li {
    border-bottom: 1px dashed #e3dcdc;
    margin-bottom: 10px;
    line-height: 1.3;
    padding-bottom: 10px;
}

.shop-cart-expand .price-total-widget label{
	font-size: 17px;
	float: left;
}

.left-check-cart #shop-cart-form{
	float: left;
	width: calc(100% - 60px);
	margin: 0 15px 0 5px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 20px;
}

.left-check-cart .right{
	float: left;
	width: 100%;
	margin: 20px 0 0 0
}

.left-check-cart{
	float: left;
	width: 50%;
}

.left-check-cart #shop-cart-form .title-shopcart{
	display: none;
}

.gsc-total-price-all{
}

.left-check-cart #shop-cart-form .li-products{
	float: left;
    width: 100%;
    border-bottom: 1px dashed #d9d9d9;
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
}

.left-check-cart #shop-cart-form .li-products:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.left-check-cart #shop-cart-form .li-products .images-products img{
	float: left;
	width: 150px;
	margin: 0 15px 0 0;
}

.left-check-cart #shop-cart-form .li-products .infosp{
	float: right;
	width: calc(100% - 170px);
}

.left-check-cart #shop-cart-form .li-products .images-products{
	width: calc(100% - 50px);
}

.left-check-cart #shop-cart-form .remove-product{
    position: absolute;
    right: 0;
    top: 6px;
    background: url(images/xoa.png) no-repeat top center;
    text-indent: -9999px;
    font-size: 16px;
    width: 15px;
}

.left-check-cart #shop-cart-form .product-name{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.left-check-cart #shop-cart-form .product-name a{
    color: #0042a3;
    font-family: 'Nunito';
    font-weight: bold;
} 

.left-check-cart #shop-cart-form .gsc-single-price{
	font-family: 'Nunito';
    margin: 15px 0;
}

.left-check-cart #shop-cart-form .gsc-single-price{
	font-weight: bold;
	margin-right: 10px;
}

.left-check-cart #shop-cart-form .price-products strike{
	font-size: 14px;
    color: #505050;
}

.left-check-cart #shop-cart-form .price-products{
	margin: 15px 0;
}

.left-check-cart #shop-cart-form .total-products{
	display: none;
}

.left-check-cart #shop-cart-form .nuttanggiam{
	border-radius: 30px;
	position: relative;
	width: 100px;
}

.left-check-cart #shop-cart-form .nuttanggiam input{
	border-radius: 30px;
	text-align: center;
	width: 100% !important;
}

#shop-cart-form .nuttanggiam .quantity-up{
	position: absolute;
    width: 22px;
    height: 22px;
    top: -35px;
    right: -16px;
    background: url(images/tang.svg) no-repeat center center;
    text-indent: -9999px;
}

#shop-cart-form .nuttanggiam .quantity-down{
	position: absolute;
    width: 22px;
    height: 22px;
    top: -35px;
    left: 12px;;
    background: url(images/giam.svg) no-repeat center center;
    text-indent: -9999px;
}

.left-check-cart .tieu{
	font-family: 'Nunito';
    font-size: 24px;
    margin: 0 0 25px;
    border-bottom: 1px solid #e1dfdf;
    padding-bottom: 15px;
    color: #0042a3;
    font-weight: bold;
}

.tongtien{
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 20px;
    float: left;
    width: calc(100% - 50px);
    margin: 20px 5px 70px;
}

.magiamgia{
	    margin: 0 5px 10px;
    float: left;
    width: calc(100% - 10px);
}

.left-check-cart .coupon-code-title{
	text-align: left;
}

#info-customer{
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 20px;
    float: left !important;
    width: calc(50% - 70px) !important;
    margin: 0 15px 70px;
}

.cotphu .alt-coupon-input{
	height: 48px;
    border-radius: 10px;
    box-shadow: none;
    width: calc(100% - 160px);
    line-height: 48px;
    float: left;
    padding: 0 15px;
    background: #fff;
    font-size: 16px;
}

.cotphu .button-apply-coupon{
    height: 50px;
    border-radius: 10px;
    box-shadow: none;
    width: 115px;
    line-height: 47px;
    color: #fff;
    background: #0042a3;
    font-size: 16px;
    font-family: 'Nunito';
    float: right;
    border: none;
    cursor: pointer;
}

#info-customer ul{
	margin: 20px 0 0 20px;
}

#info-customer ul li{
	margin-bottom: 5px;
}

.policy-checkbox {
	display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px !important;
    font-style: italic;
    color: #555;
    line-height: 1.5;
    margin: 20px 0 0;
}

.policy-checkbox input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #333;
  cursor: pointer;
}

.policy-checkbox span {
  cursor: pointer;
}

.cotphu .gsc-total-price-all,
.cotphu .gsc-coupon-discount,
.gsc-ship-fee,
.tamtinhtien b,
.total-discount b{
	float: right;
}

.cotphu .cart-total,
.ship_price,
.total-discount{
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
}

.total-price-bottom .gsc-total-price-all[data-role="final"]{
	font-size: 18px;
	color: #16A34A;
	font-family: 'Nunito';
}

.cart-coupon-active{
    float: right;
    width: 100%;
    text-align: right;
    font-size: 14px;
    color: #6e6d6d;
    font-style: italic;
    margin: 5px 0 0;
}

.uudai{
	font-style: italic;
	margin: 0 0 10px;
}

.alt-coupon-item{
    font-size: 13px;
    color: #888686;
    margin: 0 0 5px;
    font-style: italic;
}

.alt-coupon-item .coupon-code{
	color: #16A34A;
	font-family: 'Nunito';
}

.alt-active-coupons{
    float: left;
    width: calc(100% - 35px);
    margin: 15px 0 0;
    background: #faf0db;
    padding: 10px 15px;
    border-radius: 10px;
    text-align: left;
}


.form-details-pc select{
	display: none;
}

#checkout-form p input#full-name, #checkout-form p input#address, #checkout-form p input#phone, #checkout-form p input#email{
	height: 50px;
	border-radius: 10px;
}

#checkout-form #message{
	padding: 10px 15px;
    width: calc(100% - 32px);
    background: #f6f6f6;
    border: none;
    border-radius: 10px;
}

.ck {
	display: none;
}

.ck ul{
	margin: 0 0 0 20px;
}

.ck ul li{
	margin-bottom: 5px;
}

.ck p{
	margin-bottom: 15px;
}

.payment-cod-text {
	margin: 8px 0;
}

.form-details-pc label{
	font-size: 16px;
}

.right-check-cart input.checkout{
    color: #fff;
    background: #0042a3;
    height: 50px;
    line-height: 30px;
    text-transform: uppercase;
    border-radius: 10px;
    margin: 0 auto;
    float: none;
    display: table;
    width: 100%;
}

.left-check-cart .total-price-bottom{
	border-top: 1px solid #e7e7e7;
    padding-top: 15px;
}

.guiditc{
	width: fit-content;
    margin: 0 auto 100px;
}

.guiditc p strong{
    width: 250px;
    display: inline-block;
    float: left;
}

.guiditc p {
	margin: 0 0 15px;
}

.guiditc h2{
    text-align: center;
    font-size: 30px !important;
    background: url(images/check.jpg) no-repeat top center;
    padding: 70px 0 0;
    background-size: 55px;
    margin: 0 0 38px !important;
}

.content-trietly img{
	width: 100%;
	min-height: 450px;
	object-fit: cover;
}

.content-trietly .widget{
	position: relative;
}

.content-trietly .widget .box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 750px;
    z-index: 2;
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: slideLeft 0.8s ease forwards;
    background: #ffffffe0;
    padding: 30px;
    text-align: center;
    border-radius: 20px;
}

.content-trietly .widget .box .title{
    font-size: 35px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.content-trietly .widget .box .title::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 200px;
    height: 2px;
    background: #0042A380;
    border-radius: 50px;
}

.content-trietly .widget .box .title span{
 	display: contents;
}

.content-slider .widget .box .title,
.content-slider .widget .box .noidung{
	width: 600px;
}

.content-slider .widget .box .noidung p,
.content-trietly .widget .box p,
.content-nguyenlieu .widget:first-child p{
	font-size: 18px;
}

.content-nguyenlieu .widget:first-child{
	float: left;
	width: calc(40% - 30px);
	margin: 50px 15px;
}

.content-nguyenlieu .widget:last-child{
	float: left;
	width: calc(60% - 30px);
	margin: 50px 15px;
}

.content-nguyenlieu .widget{
	color: #0042A3;
	font-size: 18px;
}

.content-nguyenlieu .widget:last-child figure{
	margin: 5px 0 15px;
	text-align: center;
}

.content-nguyenlieu .gallery .slick-slide img{
	transform: scale(.85);
	transition: all .3s ease;
}

.content-nguyenlieu .gallery .slick-current img{
	transform: scale(1.2);
}

.content-nguyenlieu .widget:first-child p{
	margin-bottom: 15px;
	color: #0042A3;
}

.content-nguyenlieu .widget:first-child p:last-child{
	margin: 30px 0 0;
}

.content-nguyenlieu .gallery figcaption{
	color: #64AF54;
	margin: 15px 0 0;
	font-family: 'Nunito';
	font-size: 16px;
}

.content-nguyenlieu .gallery img{
	width: 100%;
	margin: 0;
}

.content-chaychu{
	background: #E5E8F2;
	padding: 10px 0;
	overflow: hidden;
}

.content-chaychu ul{
	display: flex;
	align-items: center;
	gap: 60px;

	width: max-content;

	padding: 0;
	margin: 0;

	animation: marquee 70s linear infinite;
}

.content-chaychu li{
	list-style: none;
	font-size: 26px;
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: 'Nunito';
	white-space: nowrap;
	flex-shrink: 0;
	color: #0042A3;
}

.content-chaychu li img{
	width: 40px;
	height: 40px;
	object-fit: contain;
	margin: 0;
}

@keyframes marquee{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(-50%);
	}
}

.content-news{
	background: #D8FFE2;
	padding: 70px 0;
}

.content-news .post{
    float: left;
    width: calc(33.33% - 30px);
    margin: 0 15px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 1px 1px 13px #d9d9d9;
    position: relative;
    min-height: 471px;
    transition: transform .22s , box-shadow .22s;
}

.content-news .post:hover{
	transform: translateY(-5px);
	box-shadow: 1px 1px 13px #0042a370;
}

.content-news .post:hover .widget-item-title a{
	color: #16A34A;
}

.content-news .widgettitle{
    text-align: center;
    margin: 0 0 30px;
}

.content-news .post .list-info{
    padding: 5px 15px 15px;
    float: left;
    width: calc(100% - 30px);
}

.content-news .post img{
	width: 100%;
	margin: 0;
	aspect-ratio: 750 / 500; /* vuông 1:1 */
	object-fit: cover;
	border-radius: 15px 15px 0 0;
}

.content-news .post .widget-item-title a{
	color: #0042A3;
    font-size: 18px;
    font-weight: 700;
}

.content-news .post .entry-time{
	position: absolute;
    top: 15px;
    background: #0042a3;
    color: #fff;
    right: 15px;
    padding: 7px 7px 2px;
    border-radius: 10px;
    font-family: 'Nunito';
    line-height: 24px;
    font-size: 15px;
}

.content-news .post .date{
	display: block;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.content-news .post .author-box{
    background: unset;
    border: none;
    list-style: none;
    margin: 15px 0 0;
    position: absolute;
    width: calc(100% - 30px);
    bottom: 15px;
}

.content-news .post .author-box li:first-child{
    float: left;
    width: 50%;
}

.content-news .post .author-box li:last-child{
	float: right;
}

.content-news .post .author-box li:last-child a{
	background: url(images/muiten.svg) no-repeat right 2px center;
	padding-right: 25px;
	transition: background-position .22s ease;
}

.content-news .post .author-box li:last-child a:hover{
	background-position: right -2px center;
}

.content-news .post .author-box li a{
    color: #0042A3;
    font-size: 15px;
    font-weight: 600;
}

.content-news .post .author-avt img{
	width: 20px;
    height: 20px;
    border-radius: 100%;
    aspect-ratio: 1 / 1;
    margin: 2px 7px 0 0;
    float: left;
}

.content-news .more-from-category{
	float: left;
    width: 100%;
    text-align: center;
    margin: 40px 0 0;
}

.content-news .more-from-category a{
	display: table;
	margin: 0 auto;
}

#titlediv #title-prompt-text{
	display: none;
}

.alt-coupon-card-wrap{
    background: url(images/voucher.svg) no-repeat;
    background-size: contain;
    transition: transform .22s;
}

.alt-coupon-card-wrap:hover{
	transform: translateY(-2px);
}

.alt-coupon-card{
	height: 136px;
}

.alt-coupon-left{
    width:65px;
    display:flex;
    align-items:center;
    justify-content:center;
    writing-mode:vertical-rl;
    transform:rotate(180deg);
    font-weight:900;
    color:#0057b8;
    letter-spacing:1px;
    position:relative;
    float: left;
    height: 129px;
}

.alt-coupon-content{
    float: left;
    width: calc(100% - 95px);
}

.alt-coupon-value{
	font-size: 34px;
    font-weight: 800;
    color: #0047b3;
    line-height: 1;
    text-align: center;
    margin: -20px 0 5px 0;
}

.alt-coupon-label{
	font-weight: bold;
    color: #0047b3;
    margin: 15px 0 0;
}

.alt-coupon-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:12px;
}

.button-copy-coupon{
	background: #0047b3;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 4px 8px;
    cursor: pointer;
    font-size: 14px;
    margin-right: 5%;
}

.button-copy-coupon:hover,
.coupon-code-btn:hover{
	background: #0042A3;
	color: #fff;
}

.alt-coupon-desc{
	font-size: 11px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    border-bottom: 1px solid #b7d86352;
    padding-bottom: 5px;
    width: 95%;
}

.content-magiamgia{
	margin: 100px 0 60px;
}

.alt-coupon-bottom span{
	font-size: 11px;
}

.content-magiamgia .slick-dots{
	margin: 20px 0 0;
}

.content-sanpham .main-posts .sp,
.search-results main.content .sp{
	float: left;
	width: calc(25% - 30px);
	margin: 0 15px;
	position: relative;
	transition: transform .22s, box-shadow .22s;
}

.search-results main.content .sp{
	margin-bottom: 30px;
}

.search-results main.content .sp:nth-child(4n+1){
	clear: both;
}

.content-sanpham .main-posts .sp:hover .widget-item-title a,
.tax-danh-muc main.content .sp:hover .entry-title a,
.listsp .sp:hover .title-sp a,
.search-results main.content .sp:hover .entry-title a{
    /*transform: translateY(-5px);
    box-shadow: 1px 1px 13px #0042a370;*/
    color: #0042A3;
}

.content-sanpham .main-posts .sp:hover,
.tax-danh-muc main.content .sp:hover,
.listsp .sp:hover,
.search-results main.content .sp:hover{
    transform: translateY(-5px);
}

.content-sanpham .widget{
	float: left;
	width: 100%;
}

.content-sanpham .widget .sp img,
.tax-danh-muc main.content .sp img,
.listsp .sp img,
.search-results main.content .sp img{
	margin: 0;
	width: 100%;
	aspect-ratio: 1 / 1;
  	object-fit: cover;
  	border-radius: 10px;
}

.anhdd{
	position: relative;
	margin-bottom: 15px;
}

.post-thumb {
    display: block;
    position: relative;
}

.post-thumb .img-main img {
    display: block;
    transition: opacity 0.3s ease;
}

.post-thumb .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.post-thumb:hover .img-main {
    opacity: 0;
}

.post-thumb:hover .img-hover {
    opacity: 1;
    width: 100%;
}

.content-sanpham .main-posts .sp .motan,
.tax-danh-muc main.content .sp .motan,
.listsp .sp .motan,
.search-results main.content .sp .motan {
	font-size: 14px;
	margin: 0 0 10px;
}

.content-sanpham .main-posts .sp .widget-item-title a,
.tax-danh-muc main.content .sp .entry-title a,
.listsp .sp .title-sp a,
.search-results main.content .sp .entry-title a{
	color: #333;
	font-size: 17px;
	font-weight: bold;
}

.content-sanpham .main-posts .sp .price,
.tax-danh-muc main.content .sp .price,
.listsp .sp .price,
.search-results main.content .sp .price{
	color: #0042A3;
	font-weight: bold;
	font-size: 18px;
	float: left;
}

.content-sanpham .main-posts .sp strike,
.tax-danh-muc main.content .sp strike,
.listsp .sp strike,
.search-results main.content .sp strike{
    font-size: 14px;
    color: #505050;
    font-weight: 400;
    margin: 0 0 0 2px;
}

.content-sanpham .main-posts .sp .percent,
.tax-danh-muc main.content .sp .percent,
.listsp .sp .percent,
.search-results main.content .sp .percent{
	position: absolute;
    right: 0;
    top: 15px;
    background: #FF8D28;
    color: #fff;
    font-size: 14px;
    padding: 3px 7px;
    border-radius: 5px 0 0 5px;
}

.content-sanpham .widget:first-child h2,
.content-sanpham .widget:first-child .widgettitle{
    color: #0042A3;
    font-size: 35px;
    font-family: 'Nunito';
    margin: 0 0 15px;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: center;
    font-weight: 800;
}

.content-sanpham .widget:first-child p{
	font-size: 18px;
	text-align: center;
}

.content-sanpham .widget:first-child ul,
.dmsp-diemban ul,
.giohangdb ul{
	list-style: none;
	width: fit-content;
	margin: 20px auto;
	background: #E9E9E9;
	border-radius: 30px;
	padding: 10px 15px;
	text-align: center;
	display: table;
}

.content-sanpham .widget:first-child ul li,
.dmsp-diemban ul li,
.giohangdb ul li a{
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	margin: 0 10px 0 0;
	padding: 0 15px;
	color: #333;
}

.giohangdb ul li{
	display: inline-block;
	float: left;
}

.content-sanpham .widget:first-child ul li.active,
.content-sanpham .widget:first-child ul li:hover,
.dmsp-diemban ul li:hover,
.dmsp-diemban ul li:first-child,
.giohangdb ul li a.active,
.giohangdb ul li a:hover{
    background: #fff;
    border-radius: 30px; 
    text-decoration: none;
    color: #0042A3;
}

.content-sanpham .main-posts .sp .waittocart,
.tax-danh-muc main.content .sp .waittocart,
.listsp .sp .waittocart, .search-results .sp .waittocart{
	float: right;
	background: url(images/gio.svg) no-repeat center center;
	text-indent: -9999px;
	display: block;
	width: 34px;
    height: 34px;
}

.content-sanpham .caia-post-list-widget .widgettitle{
	display: none;
}

.content-sanpham .widget:nth-child(n+2){
	opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -9999px;
    margin: 30px 0 70px;
} 

.content-sanpham .widget.current{
	opacity: 1;
    visibility: visible;
    position: relative;
    left: 0;
}

.content-sanpham .widget .more-from-category{
	float: left;
    width: 100%;
    text-align: center;
    margin: 50px 0 0;
}

.content-sanpham .more-from-category a{
	background: #B7D863;
    color: #fff;
    font-weight: 500;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 30px;
    font-size: 18px;
}

.youtube-shorts-player {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    border-radius: 14px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    cursor: pointer;
}

/* lớp phủ nhẹ để ảnh nền nhìn rõ hơn */
.youtube-shorts-player::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.18), rgba(0,0,0,.05));
    pointer-events: none;
}

.youtube-shorts-player iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 2;
}

.youtube-shorts-player .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 68px;
    height: 48px;
    transform: translate(-50%, -50%);
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.72);
    transition: all 0.25s ease;
}

.youtube-shorts-player .play-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent #fff;
}

.youtube-shorts-player:hover .play-button {
    background: rgba(255, 0, 0, 0.9);
    transform: translate(-50%, -50%) scale(1.06);
}


.content-video{
	background: #E7F8FF;
	float: left;
	width: 100%;
	padding: 70px 0;
}

.content-video .shorts-item{
	margin: 0 15px;
	border-radius: 10px;
}

.content-video .widget:first-child .widgettitle,
.content-giaiphap .tieude .widgettitle{
	float: left;
	margin-left: 15px;
}

.content-video .widget:first-child .textwidget,
.content-giaiphap .tieude .textwidget{
    float: right;
    margin-right: 15px;
    width: 410px;
    text-align: right;
}

.content-video .widget a{
    background: url(images/vd.svg) no-repeat right 20px center #fff;
    box-shadow: 0 0 4.55px 0 rgba(0, 66, 163, 0.75);
    height: 50px;
    display: inline-block;
    line-height: 50px;
    padding: 0 80px 0 20px;
    font-size: 16px;
    color: #333;
    border-radius: 30px;
    margin: 25px 0 0;
    background-size: 50px;
}

.content-video .widget a strong{
	color: #0042A3;
	font-size: 18px;
    font-weight: bold;
}

.content-video .widget{
	float: left;
	width: 100%;
}

.content-video .widget:first-child{
	margin-bottom: 30px;
}

.content-giaiphap h2{
    text-transform: capitalize;
    background: url(images/tho.svg) no-repeat right center;
    padding: 5px 85px 5px 0;
    background-size: 70px;
}

.content-giaiphap h2 span{
	display: block;
}

.content-giaiphap .tieude .textwidget p{
	text-align: right;
	font-size: 18px;
}

.content-giaiphap .tieude .textwidget a{
	background: #0042A3;
    color: #fff;
    height: 46px;
    line-height: 46px;
    font-weight: 600;
    text-align: center;
    border-radius: 30px;
    transition: transform .22s, background .22s;
    display: inline-block;
    padding: 0 30px;
    margin: 15px 0 0;
}

.content-giaiphap{
	margin-bottom: 70px;
}

.content-giaiphap .list_gp,
.content-giaiphap .tieude{
	float: left;
	width: 100%;
}

.content-giaiphap .tieude .widget{
    width: 1170px;
    margin: 0 auto 30px;
    display: table;
}

.list_gp .slick-slide{
    padding: 0 12px;
    box-sizing: border-box;
}

.list_gp .widget {
    margin: 0;
    background: #EEFFF3;
    padding: 15px;
    border-radius: 15px;
    transition: .3s;
    transform: scale(.9);
}

.list_gp .slick-center.widget {
    background: #0042A3;
    transform: scale(1);
    margin: 0 10px;
}

.list_gp .widget:hover{
	background: #0042A3;
}

.list_gp .widget img{
	border-radius: 15px;
}

.list_gp .slick-list{
    padding: 20px 0 !important;
}

.list_gp .widget .title a{
	color: #0042A3;
    font-size: 20px;
    font-family: 'Nunito';
    background: url(images/nhay.svg) no-repeat right center;
    background-size: 39px;
    display: block;
    transition: 
        background-image 0.4s ease,
        transform 0.3s ease;
}

.list_gp .widget.slick-current .title a,
.list_gp .widget:hover .title a{
	color: #ADFF00;
	background: url(images/nhay2.svg) no-repeat right center;
}


.list_gp .widget .title span{
	font-family: 'Nunito';
    display: block;
    font-size: 18px;
}

.list_gp .widget .title{
	line-height: 1.3;
}

.list_gp .slick-list {
    overflow: hidden;
    padding-bottom: 0 !important;
}

.list_gp .slick-track {
    display: flex !important;
    align-items: flex-start;
}

.list_gp .slick-slide {
    height: auto !important;
}

.list_gp .slick-slide > div {
    height: 100%;
}

.list_gp .widget {
    margin-bottom: 0;
}

.list_gp .slick-dots li button{
    background: #A9B8D3;
    width: 10px !important;
    height: 10px !important;
    border-radius: 100%;
    padding: 0 !important;
}

.list_gp li.slick-active button{
	background: #0039C7;
    margin: 2px;
}

.list_gp li.slick-active{
	border: 1px solid #0039C7;
	border-radius: 100%;
}

.list_gp .slick-dots{
	margin: 30px 0 0;
}

.content-bannerqc .widget{
	float: left;
}

.content-bannerqc .wrap{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.content-bannerqc{
	margin: 70px 0;
}

.content-news.new2{
	background: #F3F4F6;
}

.content-instagram .widget:first-child{
	float: left;
	width: 100%;
}

.content-instagram .widget:nth-child(2){
	float: left;
	width: calc(41% - 20px);
	margin-right: 20px;
}

.content-instagram .widget:nth-child(2) img{
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.content-instagram .widget:nth-child(3){
	float: left;
	width: 59%;
}

.content-instagram .widget:nth-child(2) .gallery-item:nth-child(n+2),
.content-instagram .widget:nth-child(3) .gallery-item:nth-child(1){
	display: none;
}

.content-instagram .widget:nth-child(3) .gallery{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.content-instagram .widget:nth-child(3) .gallery img{
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.content-instagram .widget img{
	border-radius: 20px;
	width: 100%;
}

.content-instagram .widget figure{
	margin: 0;
}

.content-instagram .widget h2 span{
	color: #333;
}

.content-instagram .widget h2{
	background: url(images/may.svg) no-repeat left center;
    padding-left: 70px;
    width: fit-content;
    margin: 0 auto 40px;
    background-size: 55px;
}

.content-instagram{
	margin: 70px 0;
}

.content_footer{
	background: #0042A3;
	border-radius: 20px 20px 0 0;
	padding: 40px 15px 0;
	float: left;
	width: calc(100% - 30px);
}

.content_footer p,
.content_footer li,
.content_footer a{
	color: #fff;
	font-size: 15px;
}

.content_footer li{
	list-style-type: none;
	margin-bottom: 10px;
}

.content_footer .widgettitle{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.content_footer .widget:nth-child(1) .widgettitle{
    text-transform: capitalize;
    background: url(images/logof.svg) no-repeat top left;
    padding-top: 140px;
    background-size: 340px;
}

.content_footer .widget{
	float: left;
	width: calc(25% - 30px);
	margin: 0 15px;
}

.content_footer .widget:nth-child(1){
	float: left;
	width: calc(50% - 30px);
}

.content_footer .widget:nth-child(1) li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.content_footer .widget:nth-child(n+2) ul{
	margin-bottom: 20px;
}

.content_footer .widget:nth-child(3) ol li:first-child a{
    background: url(images/callf.svg) no-repeat left center;
    padding: 7px 0 7px 48px;
    font-size: 20px;
    font-weight: bold;
    background-size: 40px;
}

.content_footer .widget:nth-child(3) ol li:last-child{
	display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.content_footer2{
	background: #0042A3;
	border-radius:  0 0 20px 20px;
	padding: 0 30px 30px;
	float: left;
	width: calc(100% - 60px);
	margin-bottom: 50px;
}

.content_footer2 ul li{
	list-style-type: none;
	float: left;
	color: #fff;
	font-size: 15px;
}

.content_footer2 ul li:last-child{
	float: right;
}

.content_footer2 .widget{
    border-top: 1px solid #ffffff3d;
    padding: 25px 0 0;
    margin: 10px 0 0 0;
}

.slider-term img{
	width: 100%;
	display: block;
}

.tax-danh-muc h1{
	display: none;
}

.content-magiamgia.macmsp {
    margin: 50px 0;
}

.tax-danh-muc main.content{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.tax-danh-muc main.content .pagination{
	grid-column: 1 / -1;
}

.sidebar .widget_media_image img{
	border-radius: 15px;
}

.tax-danh-muc main.content .sp{
    position: relative;
    transition: transform .22s, box-shadow .22s;
}

.sidebar .widget .search-form-input{
	padding: 0;
}

.sidebar .widget .search-form {
	border: 1px solid #bec5cf;
    padding: 5px;
    margin: 0 15px;
    border-radius: 10px;
    width: calc(100% - 42px);
    float: left;
}

.sidebar .widget .search-form input[type="submit"]{
    background: url(images/s2.svg) no-repeat center center;
    border: none;
    display: block;
    text-indent: -9999px;
    float: right;
}

.sidebar .widget .search-form input[type="search"]{
    padding: 0 0 0 5px;
    width: calc(100% - 45px);
    height: 38px;
    float: left;
}

.sidebar .widget .list_cm a{
	color: #333;
	font-size: 16px;
	font-weight: 600;
	position: relative;
}

.sidebar .widget .list_cm a .cat-count{
 	float: right;
    font-weight: 400;
    font-size: 14px;
    color: #919090;
}

.sidebar .widget .list_cm li{
	list-style-type: disc;
	color: red;
	color: #0047b3;
}

.sidebar .widget .list_cm ul{
	margin-left: 20px;
}

.sidebar .widget_media_image{
	background: unset;
	padding: 0;
}

.sidebar .widget .list_cm li.active a,
.sidebar .widget .list_cm li a:hover,
.sidebar .widget .list_cm li.active,
.sidebar .widget .list_cm li:hover{
	color: #16A34A;
}

.dmsp-diemban{
	margin: 40px 0 70px;
	float: left;
	width: 100%;
}

.dmsp-diemban .widget .widgettitle,
.giohangdb .widgettitle{
	color: #0042A3;
    font-size: 32px;
    font-family: 'Nunito';
    margin: 0 0 15px;
    line-height: 1.3;
    text-align: center;
    font-weight: 800;
}

.giohangdb .widgettitle{

}

.dmsp-diemban ul li a{
	color: #333;
}

.dmsp-diemban ol li{
	list-style-type: none;
	float: left;
	width: 33.33%;
	text-align: center;
	margin: 20px 0;
}

.dmsp-diemban ol li img{
	transition: transform 0.4s ease;
}

.dmsp-diemban ol li:hover img{
	transform: scale(1.1);
}

.content-sanpham .main-posts .sp strike{
	margin: 0 0 0 7px;
}

.tax-danh-muc main.content .sp .addtocart,
.content-sanpham .main-posts .sp .addtocart,
.listsp .sp .addtocart,
.search-results main.content .sp .addtocart {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    border-radius: 0 0 10px 10px;
    opacity: 0;
    left: 0;
    transition: all 0.4s ease;
	background: #0042a3e0;
    color: #fff;
    padding: 10px 0;
    font-weight: bold;
}

/*.content-sanpham .main-posts .sp .addtocart,
.listsp .sp .addtocart,
.search-results main.content .sp .addtocart{
	top: 216px;
}*/

.tax-danh-muc main.content .sp:hover .addtocart,
.content-sanpham .main-posts .sp:hover .addtocart,
.listsp .sp:hover .addtocart,
.search-results main.content .sp:hover .addtocart{
    opacity: 1;    /* hiện dần */
}

.tax-danh-muc main.content .sp .addtocart  span,
.content-sanpham .main-posts .sp .addtocart span,
.listsp .sp .addtocart span,
.search-results main.content .sp .addtocart span {
    background: url(images/cartt.svg) no-repeat left center;
    background-size: 30px;
    padding: 10px 0 10px 35px;
}

.chitiet_sp{
	float: left;
	width: 100%;
	margin: 40px 0;
}

.chitiet_sp h1{
	color: #0042A3;
    font-size: 30px;
    font-family: 'Nunito';
}

.chitiet_sp .vote span{
	font-size: 14px;
}

.chitiet_sp .vote{
	margin-bottom: 15px;
}

.chitiet_sp .prices{
	color: #0042A3;
    font-size: 26px;
    font-weight: bold;
}

.chitiet_sp .sale{
	margin: 0 0 0 15px;
	color: #979797;
}

.chitiet_sp .price{
	background: #f6f6f6;
    padding: 10px 15px;
    border-radius: 15px;
    margin: 5px 0 20px;
    float: left;
    width: calc(100% - 30px);
}

.chitiet_sp .price .percent{
    background: #FF8D28;
    color: #ffffff;
    margin: 0 0 0 15px;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 13px;
}

.chitiet_sp .price .percent em{
	font-style: inherit;
}

.chitiet_sp .mota table th{
	text-align: left;
	width: 150px;
	padding: 5px 10px;
}

.chitiet_sp .mota table {
    width: 100%;
    border-collapse: collapse;
}

.chitiet_sp .mota table,
.chitiet_sp .mota table th,
.chitiet_sp .mota table td {
    border: 1px solid #ddd;
}

.chitiet_sp .mota table th,
.chitiet_sp .mota table td {
    padding: 8px 10px;
    text-align: left;
}

.chitiet_sp .mota table {
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 1px 1px 5px #cfcfcf;
    margin: 10px 0 0;
    float: left;
}

.chitiet_sp .mota table{
	width: 100%;
}

.chitiet_sp .mota table td{
	padding: 5px 10px;
}

.coupon-wrap{
	display:inline-flex;
	align-items:center;
	gap:8px;
}

.coupon-code{
	font-weight:bold;
	color:#e60023;
}

.copy-coupon-btn{
	background: #9b9797;
    color: #fff;
    border: none;
    padding: 4px 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: .3s;
    font-size: 13px;
}

.copy-coupon-btn:hover{
	background:#e60023;
}

.khuyenmai{
	float: left;
	width: 100%;
	margin: 35px 0 0;
}

.khuyenmai .widget:nth-child(1) .widgettitle{
    background: url(images/km.svg) no-repeat left 5px top 3px #fff;
    color: #0042A3;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 5px 0 27px;
    margin: 0;
    width: fit-content;
    font-size: 18px;
}

.khuyenmai .widget:nth-child(2) .widgettitle{
	color: #0042A3;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.khuyenmai .widget:nth-child(2){
	margin: 15px 0 0;
}

.khuyenmai .widget:first-child{
	/*border: 1px dashed #0042A3;
    border-radius: 15px;
    float: left;
    width: calc(100% - 32px);
    padding: 15px 15px 5px;*/
}

.khuyenmai .widget:nth-child(2) li{
	list-style-type: none;
}

.khuyenmai .widget:nth-child(2) ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.khuyenmai .widget:nth-child(2){
	float: left;
	width: 100%;
}

.khuyenmai .widget:nth-child(2) ul{
	margin: 20px 0 0;
}

.khuyenmai .widget:nth-child(2) li img{
	transition: transform 0.4s ease;
}

.khuyenmai .widget:nth-child(2) li:hover img{
	transform: scale(1.03);
}

.coupon-code-items{
	display:flex;
	flex-wrap:wrap;
	gap:12px;
}

.coupon-code-btn{
	position:relative;
	background:#fff;
	border:1px solid #1e5cc6;
	color:#1e5cc6;
	padding: 7px 25px;
    font-size: 13px;
	font-weight:600;
	text-align:center;
	transition:.3s;
	border-radius:8px;
	margin: 0 10px 0 0;
	width: 60px;
}

/* Khuyết trái */
.coupon-code-btn:before{
    content:"";
    position:absolute;
    width: 10px;
    height: 15px;
    right:-1px;
    top:50%;
    transform:translateY(-50%);
    background:#fff;

    border-top:1px solid #1e5cc6;
    border-left:1px solid #1e5cc6;
    border-bottom:1px solid #1e5cc6;

    border-radius:20px 0 0 20px;
}


/* Khuyết phải */
.coupon-code-btn:after{
    content:"";
    position:absolute;
    width: 10px;
    height: 15px;
    left:-1px;
    top:50%;
    transform:translateY(-50%);
    background:#fff;
    border-top:1px solid #1e5cc6;
    border-right:1px solid #1e5cc6;
    border-bottom:1px solid #1e5cc6;
    border-radius:0 20px 20px 0;
}

.coupon-tooltip {
    position: absolute;
    bottom: 73%;
    left: 80%;
    transform: translateX(-50%) translateY(10px);
    background: #fff;
    color: #333;
    padding: 7px 10px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 1.5;
    width: 130px;
    max-width: 260px;
    opacity: 0;
    visibility: hidden;
    transition: .25s;
    z-index: 9999;
    pointer-events: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .15);
}


.coupon-code-btn:hover .coupon-tooltip{
	opacity:1;
	visibility:visible;
	transform:translateX(-50%) translateY(0);
}

.coupon-code-title{
	font-weight: bold;
	margin: 0 0 15px 0 ;
}

.coupon-code-list{
	float: left;
	width: 100%;
	margin: 20px 0 ;
	overflow: hidden;
}

.chitiet_sp .button-cart label{
	display: none;
}

.chitiet_sp .coupon-code-list .slick-list{
	overflow: visible;
}

.chitiet_sp .mua{
	float: left;
	width: 150px;
	margin: 0 20px;
	text-align: center;
}

.chitiet_sp .them{
	float: left;
	width: calc(100% - 310px);
}

.chitiet_sp .mua a,
.chitiet_sp .them a{
	background: #0042A3;
    color: #fff;
    font-weight: 600;
    width: 100%;
    border-radius: 30px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
}

.chitiet_sp .them a{
	background: #16A34A;
}

.single-sp .nd-section,
.sp-chinhsach .textwidget {
  display: none;
}

.single-sp .sp-noidung.active .nd-section,
.sp-chinhsach.active .textwidget {
  display: block;
}

.single-sp .tieude,
.sp-chinhsach .widgettitle {
    cursor: pointer;
    color: #0042A3;
    font-size: 28px;
    font-family: 'Nunito';
    border-bottom: 1px solid #0042a345;
    padding-bottom: 10px;
    margin-bottom: 30px;
    background: url(images/close.svg) no-repeat right center;
    margin: 30px 0;
    background-size: 20px;
    font-weight: bold;
}

.single-sp .sp-noidung.active .tieude,
.sp-chinhsach .active .widgettitle{
	background: url(images/open.svg) no-repeat right center;
	background-size: 20px;
}

.listsp .sp{
	float: left;
	width: calc(25% - 30px);
	margin: 0 15px;
	position: relative;
	transition: transform .22s, box-shadow .22s;
}

.listsp .sp .title-sp{
	margin: 0 0 10px;
}

.sp-noidung,
.sp-chinhsach{
	margin: 0 15px;
}

.page-template-page-blog .content-news .widget .widget-wrap{
	width: 1170px;
	margin: 0 auto;
	position: relative;
}

.page-template-page-blog .content-news .widget{
	float: left;
	width: 100%;
}

.page-template-page-blog .content-news{
	background: unset;
	padding: 0;
}

.page-template-page-blog .content-news .widget_text .widgettitle{
	color: #0042A3;
    font-size: 35px;
    font-family: 'Nunito';
    margin: 0 0 15px;
    text-transform: uppercase;
    font-weight: 800;
}

.page-template-page-blog .content-news .widget_text{
	margin: 30px 0;
}

.page-template-page-blog .content-news h2{
	text-align: left;
	margin: 0 15px;
}

.page-template-page-blog .content-news h2 a{
	font-size: 30px;
	text-transform: none;
}

.page-template-page-blog .content-news .caia-post-list-widget{
	background: #E7F8FF;
	padding: 50px 0 60px;
	position: relative;
}

.page-template-page-blog .content-news .more-from-category{
	position: absolute;
    width: auto;
    right: 0;
    top: -6px;
    margin: 0;
}

.page-template-page-blog .content-news .widget:nth-child(3){
	background: #E6FFD3;
}

.page-template-page-blog .content-news .widget:nth-child(4){
	background: #FFF6C0;
}

.single-post.sidebar-content .content, 
.single-post.sidebar-sidebar-content .content{
	float: left;
}

.single-post .sidebar{
	float: right;
}

.single-post .content-sidebar-wrap{
	margin: 30px 0;
}

.author_date{
	float: left;
	width: 100%;
	list-style: none;
}

#toc_container {
    background: #f9f9f9;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
}

.sidebar .yarpp-related .title{
	font-size: 28px;
    border-bottom: 1px solid #0042ac70;
    margin: 0 0 20px;
    font-weight: bold;
}

.sidebar .yarpp-related .post{
    margin: 0 0 30px;
}

.sidebar .yarpp-related .post img{
	float: left;
    width: 130px;
    margin: 0 15px 0 0;
}

.sidebar .yarpp-related .post .widget-item-title a{
	color: #333;
	font-weight: 600;
	font-size: 16px;
}

.sidebar .yarpp-related .post .widget-item-title{
	line-height: 1.3;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.single-post .sidebar .yarpp-related{
	margin-bottom: 0;
}

.post-meta-tag a{
	background: #F2F4F8;
    padding: 7px 15px;
    border-radius: 20px;
    font-size: 16px;
    color: #333;
    margin: 0 3px 10px;
}

.post-meta-tag a:hover{
	background: #0042A3;
	color: #fff;
}

.post-meta-tag{
	margin: 20px 0;
}

.custom-post-nav {
    background: #F2F4F8;
    border-radius: 15px;
    padding: 15px 20px;
    float: left;
    width: calc(100% - 40px);
    margin: 20px 0 0;
    position: relative;
}

/* line giữa */
.custom-post-nav::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 15px;
    transform: translateX(-50%);
    width: 1px;
    height: calc(100% - 30px);
    background: #0042a38c;
}

.custom-post-nav .post-nav-left {
    float: left;
}

.custom-post-nav .post-nav-right {
    float: right;
}

.custom-post-nav .icon{
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    background: #fff;
    color: #333;
    font-weight: bold;
    display: inline-block;
    font-size: 20px;
}

.custom-post-nav a:hover .icon{
	background: #0042A3;
	color: #fff;
}

.custom-post-nav .text{
	font-weight: 600;
	color: #333;
}

.splq{
	margin: 0 0 50px;
	float: left;
	width: 100%;
}



.share_post {
	float: left;
	width: 100%;
}

.share_post .share-post{
	float: right;
	width: 50%;
	text-align: right;
	margin: 20px 0;
}

.share_post .post-meta-tag{
	float: left;
	width: 50%;
	text-align: left;
}

.share-post .share-facebook span{
    background: url(images/sfb.svg) no-repeat center center;
    background-size: contain;

    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;

    vertical-align: middle;
}

.share-post .share-linkedin span{
    background: url(images/sx.svg) no-repeat center center;
    background-size: contain;

    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;

    vertical-align: middle;
}

.share-post .share-twitter span{
    background: url(images/sin.svg) no-repeat center center;
    background-size: contain;

    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;

    vertical-align: middle;
}

.share_post .share-post a{
	float: right;
    margin: 0 0 0 5px;
}

.page-id-75 h1.title{
	display: none;
}

.guiditc h1{
	display: block;
}

.giohangdb{
	margin: 20px 0 50px;
}

.page-template-page-diemban td.vung{
	font-size: 30px;
    color: #16A34A;
    font-weight: bold;
    padding-bottom: 5px !important;
    border-bottom: 1px solid #d9d9d9;
    background: url(images/db2.svg) no-repeat left top 12px;
    padding-left: 30px !important;
    background-size: 21px;
}

.page-template-page-diemban td{
	width: 25%;
}

.page-template-page-diemban td ul{
	margin: 20px 0 0 20px;
}

.page-template-page-diemban td ul li{
    margin-bottom: 10px;
    margin-left: 0;
    font-weight: bold;
}

.page-template-page-diemban td ul li a:hover{
	color: #16A34A;
}

.page-template-page-diemban td ul li a{
	color: #333;
	font-weight: bold;
}

.page-template-page-diemban main.content{
	width: 950px;
	margin: 0 auto;
	float: unset;
}

.page-template-page-diemban h1{
	text-align: center;
	margin: 20px 0;
}

.page-template-page-diemban th {
    border: 1px solid #aaa;
    padding: 2px;
    background-color: grey;
    color: white;
}

.page-template-page-diemban table {
    border-collapse: collapse;
    padding: 10px;
    border: 1px solid #d6d6d6;
    text-align: left;
}

.page-template-page-diemban td, .page-template-page-diemban th {
    padding: 5px 10px !important;
}

.page-id-15 table{
	border: none;
}

.product-list .alignleft {
    float: left;
    width: 90px;
}

.product-list .product-name a{
	color: #0042A3;
	font-size: 15px;
	font-weight: bold;
}

.product-list .product-name{
	 text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.page-template-page-dhtc main.content,
.page-template-page-dhtc main.content p{
	text-align: center;
}

.page-template-page-dhtc main.content h1,
.page-id-75 h1{
    margin: 40px 0 30px;
    background: url(images/tc.svg) no-repeat top center;
    padding-top: 70px;
    background-size: 60px;
    color: #0042A3;
    font-size: 35px;
    font-family: 'Nunito';
    text-align: center;
}

.alt-active-coupons .copy-coupon-btn {
    padding: 4px 8px;
    font-size: 12px;
    font-style: italic;
    margin: 0 0 0 5px;
}

.page-template-page-shop h1{
	display: none;
}

.fix_icon{
	position: fixed;
	top: 30%;
	right: 5px;
}

.fix_icon li{
	list-style-type: none;
}

.fix_icon li img{
	width: 55px;
	margin: 0;
}

@media screen and (max-width: 420px){

}