/*
	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;
}


/* Top information bar
------------------------------------------------------------ */

.content-head {
	background: #f3f9ff;
    color: #0b2e64;
    font-size: 12px;
    margin: 0 !important;
	padding: 3px 0;
}

.content-head .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.content-head p {
	margin: 0;
	color: #0b2e64;
	font-size: 12px;
	font-weight: 500;
}

.content-head .widget:first-child {
	font-weight: 700;
	letter-spacing: .2px;
}

.content-head ul {
	display: flex;
	align-items: center;
	gap: 0;
	list-style: none;
}

.content-head li {
	position: relative;
	list-style: none;
	line-height: 1.4;
}

.content-head li + li {
	margin-left: 18px;
	padding-left: 19px;
}

.content-head li + li::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 14px;
	background: rgba(255, 255, 255, .35);
	content: "";
	transform: translateY(-50%);
}

.content-head a,
.content-head a:visited {
	color: #0b2e64;
	font-weight: 700;
	text-decoration: none;
}

.content-head a:hover,
.content-head a:focus {
	color: #0b2e64;
	text-decoration: none;
}

.content-head em {
	font-style: normal;
}


/* Header
------------------------------------------------------------ */

.site-header {
	margin: 0 auto;
	height: 100px;
	width: 100%;
	float: left;
	background: #fff;
	position: relative;
}

.site-header .title-area img{
	width: 85px;
}

.title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	height: 100px;
	width: 100px;
}

.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% - 100px);
	 min-width: 0;
	 margin: 9px 0 0;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary{
	float: left;
	width: 100%;
	height: 50px;
	background: linear-gradient(135deg, #0b2e64, #0455ad);
}

.menu-primary,
.menu-secondary,
.site-header .menu {
	clear: both;
    color: #333;
    font-size: 13px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.menu-primary ul,
.menu-secondary ul,
.site-header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
.site-header .menu li {
	float: left;
	list-style-type: none;
	text-align: left;
	margin-right: 10px;
}

.menu-primary a,
.menu-secondary a,
.site-header .menu a {
	color: #fff;
    display: block;
    padding: 0 30px;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
}

.site-header .menu a {
    color: #fff;
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    background-image: linear-gradient(to right, #0b2e64 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>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;
	
	background: #0b2e64;
}

.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: 15px 10px;
    position: relative;
    text-transform: none;
    width: 230px;
    margin: 0;
    font-weight: 500;
    height: auto;
    line-height: normal;
}

.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: #0b2e64;
    color: #fff;
}

.menu-primary li ul,
.menu-secondary li ul,
.site-header .menu li ul {
	height: auto;
	left: -9999px;
    margin: 0 0 0 -1px;
    position: absolute;
    width: 250px;
    z-index: 9999;
    background: #0c3c86;
    border-radius: 10px;
}

.site-header .menu li ul::before{
    content: "";
    position: absolute;
    top: -10px;
    left: 40px; /* chỉnh vị trí mũi tên */
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0c3c86;
}

.site-header .menu li ul li a, .site-header .menu li ul li a span{
	color: #fff !important;
    background-image: none !important;
}

.site-header .menu li li:last-child a{
	border-bottom: none;
}

.menu-primary li ul a,
.menu-secondary li ul a,
.site-header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
.site-header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
.site-header .menu li:hover>ul,
.site-header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
.site-header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* Product category menu */
.nav-primary .menu-primary{
	overflow: visible;
}

/* Inner
------------------------------------------------------------ */

.site-inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	width: 1200px;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb{
	float: left;
    width: 100%;
    background: #f9fbff;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
    color: #333;
}

.breadcrumb a{
	color: #333;
	font-size: 15px;
	font-weight: 400;
}

.breadcrumb .label{
	margin: 0 5px;
	font-weight: 400;
	color: #333;
}

.archive-heading a,
.archive-heading{
	    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
   color: #0455ad;
   background: linear-gradient(135deg, #0b2e64, #0455ad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.archive-heading{
	margin: 0 15px 30px;
}

/* 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: #0455ad;
	color: #fff;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 360px;
	margin-right: 15px;
}

.sidebar-secondary {
	float: left;
	width: 150px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
	margin-left: 15px;
	margin-right: 0;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	background-color: #f9f9f9;
	margin: 0 0 15px;
	padding: 0 0 15px;
	float: left;
	width: 100%;
	border-bottom: 2px solid #e1181c
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 ;
}

.sidebar.widget-area ul li,
.footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: #f2f2f2;
	cursor: pointer;
	padding: 10px 20px;
	color: #333;
	-webkit-appearance: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
    float: right;
    width: 215px;
    background: #f4f3ef;
    border-radius: 10px;
    height: 42px;
}

.site-header .search-form.active{
	display: block;
	position: absolute;
    right: 0;
    top: 46px;
}

.sidebar .search-form {
	padding: 5px 0 0 15px;
}

.search-form input[type="search"] {
    margin: 0;
    padding: 6px 6px 6px 0;
    width: calc(100% - 40px);
    border: none;
    background: unset;
    height: 42px;
    color: #333;
}

.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: #0b2e64;
}

.after_footer {
	color: #fff;
	background: #0b2e64;
	margin: 0 !important;
}

.after_footer p{
	color: #ffffff;
    text-align: center;
    font-size: 15px;
    padding: 20px 0;
    border-top: 1px solid #dddddd33;
}

.site-footer p {
	color: #fff;
}

.site-footer a,
.site-footer a:visited {
	color: #fff;
}

.site-footer a:hover {
	color: #fff;
	text-decoration: none;
}

/* Comments
------------------------------------------------------------ */

.entry-comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
	float: left;
	width: 100%;
}

#author,
#comment,
#email,
#url,
#phone {
	margin: 10px 5px 0 0;
    padding: 10px;
    width: calc(100% - 22px);
    float: left;
    background: #fff;
    font-size: 16px;
}

#reply-title,
.yarpp-related .title,
.yarpp-related .widgettitle{
	text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
}

#comment {
    height: 90px;
    margin: 10px 0;
    width: calc(100% - 22px);
    background: #fff;
    font-size: 16px;
}

input#submit {
	float: left;
    border: 1px solid #333;
    background: unset;
    text-transform: uppercase;
    font-weight: 500;
}

input#submit:hover{
	background: #333;
	color: #fff;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: 0;
	background: #fff;
}

.comment-content{
	padding-left: 70px;
}

.comment-content p {
	font-size: 16px;
	margin: 0 0 15px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.comment-author{
	font-weight: bold;
	color: #333;
}

.comment-author .says{
	color: #333;
	font-weight: 400;
}

.comment-meta {
	font-size: 12px;
	margin: 0 0 5px;
}

.comment-meta a{
	color: #666;
}

.comment-reply {
	font-size: 16px;
	font-weight: 300;
}

.comment-reply a{
    background: #333;
    color: #ffffff;
    padding: 5px 10px;
}

.nocomments {
	text-align: center;
}

.entry-comments .pagination {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}

/*Slick
-------------------------------------------------------------------*/
.slick-slider{
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus{
    outline: none;
}

.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}

.slick-track:after{
    clear: both;
}

.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
	outline: none;
}

[dir='rtl'] .slick-slide{
    float: right;
}

.slick-slide img{
    display: block;
}

.slick-slide.slick-loading img{
    display: none;
}

.slick-slide.dragging img{
    pointer-events: none;
}

.slick-initialized .slick-slide{
    display: block;
}

.slick-loading .slick-slide{
    visibility: hidden;
}

.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots{
    text-align: center;
    margin: 0 35px;
}

.slick-dots li{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    border-radius: 100px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
	background: #fff;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
    background: #0b2e64;
}

.tiktok-embed section {
    display: none !important;
}

.post-thumb {
    display: block;
    position: relative;
}

.post-thumb .img-main img {
    display: block;
    transition: opacity 0.3s ease;
}

.post-thumb .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.post-thumb:hover .img-main {
    opacity: 0;
}

.post-thumb:hover .img-hover {
    opacity: 1;
    width: 100%;
}

.site-header .widget-area .widget{
	float: right;
	margin-left: 20px;
}

.site-header .widget-area .widget p a{
	position: relative;
	background: none;
    padding-left: 50px;
    display: block;
    font-size: 15px;
    color: #333;
    line-height: 1.25;
}

.site-header .widget-area .widget p a::before{
	position: absolute;
	top: 4px;
	left: 0;
	width: 40px;
	height: 40px;
	content: "";
	background: url(images/call2.png) no-repeat center / contain;
}

.site-header .widget-area .widget p a em{
	display: block;
	color: #0455ad;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
}

.site-header .widget_search .widgettitle, 
.site-header .widget_search input[type=submit] {
    background: url(images/s.svg) no-repeat center center;
    text-indent: -9999px;
    display: block;
    cursor: pointer;
    padding: 0;
    width: 23px;
    height: 23px;
    margin: 0;
    background-size: 16px;
}

.site-header .widget_search .widgettitle.active{
	background: unset;
    text-indent: inherit;
    color: #777;
    font-weight: bold;
}

.site-header .widget_search input[type=submit]{
	width: 35px;
	height: 42px;
}

.site-header .widget_search{
	margin: 9px 0 0 0;
}

.site-header .widget_media_image img{
	width: 23px;
	margin: 0 15px;
}

.site-header .widget-area .gsc-shop-cart .gsc-num-products, .fix_icon .gsc-shop-cart .gsc-num-products {
    position: absolute;
    top: -2px !important;
    left: 32px;
    color: #fff;
    font-size: 13px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    background: #0455ad;
    line-height: 21px;
    right: -11px;
    font-weight: bold;
}

.fix_icon .gsc-shop-cart .gsc-num-products{
	top: 0 !important;
	right: 0;
}

.site-header .widget-area .bg-cart-sh, .site-header .widget-area .product-called, .fix_icon .bg-cart-sh, .fix_icon .product-called {
    display: none;
}

.site-header .widget-area .gsc-shop-cart .btn-view-cart {
    background: url(images/cart.png) no-repeat left center;
    position: relative;
    width: 40px;
    height: 40px;
    background-size: 30px;
    display: inline-block;
    color: #000;
    font-weight: 400;
    margin: 9px 5px 0;
}

.site-header .cart-wrap{
	padding: 0 !important;
}

/* Header search, hotline and cart layout */
.site-header .header-widget-area{
	display: grid;
	grid-template-columns: minmax(280px, 1fr) auto;
	align-items: center;
	column-gap: 20px;
	height: 62px;
	margin-top: 19px;
}

.site-header .header-widget-area > .widget{
	float: none;
	margin: 0;
}

.site-header .header-widget-area > .widget_search{
	grid-column: 1;
	grid-row: 1;
	justify-self: center;
	width: min(100%, 480px);
}

.site-header .header-widget-area > .widget_text{
	grid-column: 2;
	grid-row: 1;
	justify-self: end;
}

.site-header .header-widget-area > .gsc-shop-cart{
	grid-column: 3;
	grid-row: 1;
	position: relative;
}

/* Language switcher: keep it at the far-right of the header. */
.site-header .header-widget-area > .widget_gtranslate{
	grid-column: 4;
	grid-row: 1;
	justify-self: end;
	position: relative;
	z-index: 20;
}

.site-header .widget_gtranslate .gt_float_switcher{
	font-size: 14px;
	line-height: 1;
	border: 1px solid rgba(255,255,255,.35);
	border-radius: 22px;
	background: rgba(255,255,255,.08);
	box-shadow: none;
	overflow: visible;
	transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.site-header .widget_gtranslate .gt_float_switcher:hover{
	border-color: #0455ad;
	background: rgba(255,121,0,.16);
	transform: translateY(-2px);
}

.site-header .widget_gtranslate .gt_float_switcher .gt-selected{
	float: none;
	border-radius: inherit;
	background: transparent;
	overflow: hidden;
}

.site-header .widget_gtranslate .gt_float_switcher .gt-selected .gt-current-lang{
	display: flex;
	align-items: center;
	gap: 7px;
	height: 42px;
	padding: 0 13px;
	box-sizing: border-box;
	color: #fff;
}

.site-header .widget_gtranslate .gt_float_switcher img{
	width: 24px;
	margin: 0;
	border-radius: 3px;
}

.site-header .widget_gtranslate .gt_float_switcher .gt-lang-code{
	top: 0;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

.site-header .widget_gtranslate .gt_float_switcher .gt-selected .gt-current-lang .gt_float_switcher-arrow{
	width: 12px;
	height: 18px;
	filter: brightness(0) invert(1);
	transform: rotate(0deg);
}

.site-header .widget_gtranslate .gt_float_switcher .gt-selected .gt-current-lang .gt_float_switcher-arrow.gt_arrow_rotate{
	transform: rotate(180deg);
}

.site-header .widget_gtranslate .gt_float_switcher .gt_options{
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	min-width: 190px;
	border: 1px solid #eceff3;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(0,0,0,.18);
	overflow: hidden auto;
}

.site-header .widget_gtranslate .gt_float_switcher .gt_options a{
	font-size: 14px;
	line-height: 20px;
}

.site-header .widget_gtranslate .gt_float_switcher .gt_options a:hover{
	background: #0455ad;
	color: #fff;
}

.site-header .header-widget-area .search-form{
	float: none;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    border-radius: 13px;
    background: #ffffff;
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.site-header .header-widget-area .search-form:focus-within{
	border-color: rgba(255,121,0,.65);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(255,121,0,.10);
}

.site-header .header-widget-area .search-form input[type="search"]{
	float: left;
	height: 42px;
	padding: 7px 5px 7px 18px;
	box-sizing: border-box;
	outline: 0;
}

.site-header .header-widget-area .gsc-shop-cart .btn-view-cart{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: 0;
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,.48);
	border-radius: 50%;
	background: rgba(255,255,255,.08);
	transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.site-header .header-widget-area .gsc-shop-cart .btn-view-cart::before{
	width: 25px;
	height: 25px;
	content: "";
	background: url(images/cart.png) no-repeat center / contain;
	filter: brightness(0) invert(1);
}

.site-header .header-widget-area .gsc-shop-cart .btn-view-cart:hover{
	border-color: #0455ad;
	background: rgba(255,121,0,.16);
	transform: translateY(-2px);
}

.section{
	float: left;
	width: 100%;
	margin-bottom: 60px;
}

.home .site-inner{
	padding: 0;
}

.content-slider {
	position: relative;
	padding: 0;
	overflow: hidden;
	background: #f4f6f8;
}

/* Prevent stacked banners while Slick is loading. */
.content-slider:not(.slick-initialized) .widget:not(:first-child) {
	display: none;
}

.content-slider .widget{
	position: relative;
	z-index: 2;
	margin: 0;
}

.content-slider .widget-wrap,
.content-slider .widget_media_image,
.content-slider .widget_media_image img {
	display: block;
	width: 100%;
}

.content-slider .widget_media_image img {
	height: auto;
	margin: 0;
}

.content-slider .slick-prev,
.content-slider .slick-next {
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 46px;
	height: 46px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .65);
	border-radius: 50%;
	outline: none;
	background: rgba(0, 0, 0, .28);
	box-shadow: 0 4px 14px rgba(0, 0, 0, .16);
	color: transparent;
	font-size: 0;
	cursor: pointer;
	transform: translateY(-50%);
	transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.content-slider .slick-prev {
	left: max(16px, calc((100vw - 1200px) / 2));
}

.content-slider .slick-next {
	right: max(16px, calc((100vw - 1200px) / 2));
}

.content-slider .slick-prev::before,
.content-slider .slick-next::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
}

.content-slider .slick-prev::before {
	transform: translate(-35%, -50%) rotate(-135deg);
}

.content-slider .slick-next::before {
	transform: translate(-65%, -50%) rotate(45deg);
}

.content-slider .slick-prev:hover,
.content-slider .slick-prev:focus,
.content-slider .slick-next:hover,
.content-slider .slick-next:focus {
	border-color: #0455ad;
	background: #0455ad;
}

.content-slider .slick-prev:hover,
.content-slider .slick-prev:focus {
	transform: translateY(-50%) translateX(-2px);
}

.content-slider .slick-next:hover,
.content-slider .slick-next:focus {
	transform: translateY(-50%) translateX(2px);
}

.content-slider .slick-dots {
	position: absolute;
	right: 0;
	bottom: 18px;
	left: 0;
	z-index: 10;
	margin: 0;
	line-height: 1;
}

.content-slider .slick-dots li {
	width: auto;
	height: auto;
	margin: 0 4px;
}

.content-slider .slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 2px solid rgba(255, 255, 255, .9);
	background: transparent;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
	transition: width .2s ease, background-color .2s ease;
}

.content-slider .slick-dots li button:hover,
.content-slider .slick-dots li button:focus,
.content-slider .slick-dots li.slick-active button {
	width: 26px;
	background: #0455ad;
}

.content-slider .slick-dots li.slick-active button {
	border-radius: 10px;
}

.content-slider .mainposts{
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:560px;
    gap: 50px;
}

.content-slider .mainposts > img{
    width: 54%;
    max-width: 860px;
    order: 2;
    display: block;
    margin-right: 50px;
}

.content-slider .box{
    width:42%;
    order:1;
    max-width:555px;
    margin-left:max(20px, calc((100vw - 1200px) / 2));
}


.content-gioithieu .widgettitle > span,
.content-danhmuc .tieude .widgettitle > span,
.content-giaiphap .widget:first-child .widgettitle > span{
    display: block;
    margin-bottom: 18px;
    padding-left: 18px;
    position: relative;
    color: #0b2e64;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    background: #0b2e6421;
    width: fit-content;
    padding: 8px 15px 5px 15px;
    border-radius: 22px;
}

.content-danhmuc .tieude .widgettitle > span{
	margin: 0 auto 15px;
}


/* Khi load lần đầu */
.chitiet_sp button.slick-next.slick-arrow {
    background: url(images/next1.svg) no-repeat center center;
    width: 40px;
    height: 70px;
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 9;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0;
    background-size: 40px;
    display: none !important;
}


.chitiet_sp button.slick-prev.slick-arrow{
    background: url(images/prev.svg) no-repeat center center;
    width: 40px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 9;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0;
    background-size: 40px;
    display: none !important;
}

.content-danhmuc .danhmuc{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	margin: 40px 0 0;
}

.content-danhmuc .danhmuc .widget{
    border: 1px solid #ececec;
    border-radius: 15px;
    position: relative;
    text-align: center;
    background: #fff;
    transition: all .3s ease;
}

.content-danhmuc .danhmuc .widget:hover{
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
}

.content-danhmuc .widget .title a{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

.content-danhmuc .danhmuc .widget:hover a{
	color: #2b67c6;
}

.content-danhmuc img{
	height: 180px;
    width: auto;
    object-fit: contain;
    border-radius: 15px;
}

.danh-muc-con {
	display: grid;
	grid-template-columns: repeat(var(--danh-muc-con-columns, 4), minmax(0, 1fr));
	align-items: start;
	gap: 32px 20px;
	padding: 10px 0;
}

.danh-muc-con__item {
	display: flex;
	min-width: 0;
	align-items: center;
	flex-direction: column;
	border: 0;
	background: transparent;
	text-align: center;
	text-decoration: none;
	transition: transform .3s ease;
}

.danh-muc-con__item:hover,
.danh-muc-con__item:focus {
	text-decoration: none;
	transform: translateY(-6px);
}

.danh-muc-con__image {
	display: flex;
	width: min(100%, 160px);
	aspect-ratio: 1 / 1;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #f0f3f7;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 10px 30px rgba(11, 46, 100, .10);
	transition: border-color .3s ease, box-shadow .3s ease;
}

.content-danhmuc .danh-muc-con__image img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: contain;
	transition: transform .35s ease;
}

.danh-muc-con__item:hover .danh-muc-con__image,
.danh-muc-con__item:focus .danh-muc-con__image {
	border-color: rgba(4, 85, 173, .22);
	box-shadow: 0 15px 34px rgba(4, 85, 173, .17);
}

.danh-muc-con__item:hover .danh-muc-con__image img,
.danh-muc-con__item:focus .danh-muc-con__image img {
	transform: scale(1.06);
}

.danh-muc-con__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: linear-gradient(135deg, #f4f7fb, #e8eef7);
}

.danh-muc-con__name {
	padding: 16px 6px 0;
	color: #0b2e64;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.35;
	text-transform: uppercase;
	transition: color .25s ease;
}

.danh-muc-con__item:hover .danh-muc-con__name,
.danh-muc-con__item:focus .danh-muc-con__name {
	color: #0455ad;
}

.slidesp .sp,
.tax-cm main.content .sp,
.search main.content .sp{
	float: left;
	margin: 0 7px;
	border: 1px solid #efefef;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.tax-cm main.content .sp:hover,
.search main.content .sp:hover,
.yarpp-related .sp:hover {
    border-color: rgba(0, 81, 154, .28);
    transform: translateY(-6px);
}

.slidesp .sp .list-info,
.tax-cm main.content .sp .list-info,
.yarpp-related .sp .list-info,
.search main.content .sp .list-info{
	padding: 0 15px 15px;
	float: left;
	width: calc(100% - 30px);
}

.search main.content .sp .entry-header{
	margin: 15px 15px 5px;
}

.slidesp .sp img, .tax-cm main.content .sp img,
.search main.content .sp img{
	border-radius: 10px 10px 0 0;
	aspect-ratio: 1 / 1; /* vuông 1:1 */
	object-fit: cover;
}

.tax-cm main.content .sp .entry-title{
	margin: 0 15px;
}

.category main.content .post .entry-title a{
	font-size: 18px;
	color: #333;
	font-weight: 700;
}

.site-footer .wrap{
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(150px, .72fr) minmax(210px, 1.08fr) minmax(180px, .75fr);
	align-items: start;
	gap: 42px;
	padding-top: 54px;
	padding-bottom: 48px;
}

.site-footer .widget{
	float: none;
	width: auto;
	min-width: 0;
	margin: 0;
}

.site-footer .widget-wrap{
	width: 100%;
	margin: 0;
}

.site-footer .widgettitle{
	position: relative;
	margin: 0 0 22px;
	padding: 0 0 12px;
	color: #fff;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.35;
	text-transform: uppercase;
}

.site-footer .widgettitle::before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 48px;
	height: 3px;
	content: "";
	border-radius: 999px;
	background: #55a9ff;
}

.site-footer .textwidget,
.site-footer .textwidget p,
.site-footer .textwidget li{
	color: #fff;
	font-size: 16px;
	line-height: 1.65;
}

.site-footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer .widget ul li{
	width: 100%;
	margin: 0 0 9px;
	padding: 0;
}

.site-footer .widget ul li:last-child{
	margin-bottom: 0;
}

.site-footer .widget ul li a{
	display: inline-block;
	color: #fff;
	text-decoration: none;
	transition: color .2s ease, transform .2s ease;
}

.site-footer .widget li a:hover,
.site-footer .widget li a:focus-visible,
.after_footer .widget a:hover{
	outline: 0;
	color: #fff;
	transform: translateX(4px);
}

.site-footer .widget:first-child .textwidget > p{
	display: none;
}

.site-footer .widget:first-child em{
	font-style: normal;
	font-weight: 700;
}

.site-footer .widget:last-child ul li{
	display: inline-block;
	list-style-type: none;
	float: left;
	width: calc(25% - 10px);
	margin-right: 10px;
}

.site-footer .widget:last-child ul li a{
	will-change: transform;
}

.site-footer .widget:last-child ul li:hover a,
.site-footer .widget:last-child ul li:focus-within a{
	transform: translateY(-3px);
}

.site-footer .widget:last-child ul li a:hover,
.site-footer .widget:last-child ul li a:focus-visible{
	transform: translateY(-3px);
}

.category main.content{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
	gap: 24px;
}

.category main.content > .archive-description,
.category main.content > .archive-title,
.category main.content > .pagination,
.category main.content > .archive-pagination{
	grid-column: 1 / -1;
}

.category main.content .post{
	display: flex;
	float: none;
	flex-direction: column;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #e5e9ed;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 5px 18px rgba(16,32,47,.055);
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.category main.content .post:hover{
	border-color: rgb(5 83 169 / 50%);
	box-shadow: 0 12px 26px rgba(16,32,47,.11);
	transform: translateY(-4px);
}

.category main.content .post:hover .entry-title a{
	color: #0455ad;
}

.category main.content .post > a:first-child{
	display: block;
	overflow: hidden;
}

.category main.content .post img{
	display: block;
	float: none;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	aspect-ratio: 750 / 450;
	object-fit: cover;
	transition: transform .35s ease;
}

.category main.content .post:hover img{
	transform: scale(1.04);
}

.category main.content .post .entry-header,
.category main.content .post .entry-content,
.category main.content .post .entry-footer{
	padding-right: 16px;
	padding-left: 16px;
}

.category main.content .post .entry-header{
	padding-top: 16px;
}

.category main.content .post .entry-title{
	display: -webkit-box;
	margin: 0 0 10px;
	overflow: hidden;
	font-size: 18px;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.category main.content .post .entry-content{
	display: -webkit-box;
	margin-bottom: 17px;
	overflow: hidden;
	color: #68717a;
	font-size: 14px;
	line-height: 1.6;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.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:last-child{
	margin-bottom: 0;
}

.page main.content .entry-content h2,
.single main.content .entry-content h2{
	font-size: 26px;
	font-weight: bold;
	color: #0455ad;
}

.page main.content .entry-content h3,
.single main.content .entry-content h3{
	font-size: 24px;
	font-weight: bold;
	color: #333;
}

.page main.content .caldera-grid input,
.single main.content .caldera-grid input{
	box-shadow: none;
	height: 40px;
	border-radius: 5px;
}

.page main.content .caldera-grid textarea,
.single main.content .caldera-grid textarea{
	box-shadow: none;
	border-radius: 5px;
}

.page main.content .caldera-grid input[type="submit"],
.single main.content .caldera-grid input[type="submit"]{
	background: #0b2e64;
    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: 32px;
	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%;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.chitiet_sp .anh_sp{
	float: left;
	width: 555px;
	margin: 0 15px;
}

/* Gallery bài sản phẩm: thumbnail dọc như khối sản phẩm hot ở trang chủ */
.chitiet_sp .sphot-product-gallery{
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	min-width: 0;
}

.chitiet_sp .sphot-product-gallery.no-thumbs{
	grid-template-columns: 1fr;
}

.chitiet_sp .sphot-slider-for,
.chitiet_sp .sphot-slider-nav{
	min-width: 0;
}

.chitiet_sp .sphot-slider-for{
	overflow: hidden;
}

.chitiet_sp .sphot-slider-for:not(.slick-initialized) .sphot-main-image:not(:first-child){
	display: none;
}

.chitiet_sp .sphot-slider-nav{
	max-height: 520px;
	overflow: hidden;
}

.chitiet_sp .sphot-slider-nav.slick-vertical .slick-track{
	display: block !important;
}

.chitiet_sp .sphot-main-image{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	background: #fff;
}

.chitiet_sp .sphot-main-image img,
.chitiet_sp .sphot-thumb img{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: 4px;
	object-fit: contain;
}

.chitiet_sp .sphot-thumb{
	aspect-ratio: 1 / 1;
	margin: 0 0 10px;
	padding: 3px;
	border: 1px solid #dde2e8;
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
	box-sizing: border-box;
}

.chitiet_sp .sphot-thumb.slick-current,
.chitiet_sp .sphot-thumb:hover{
	border-color: #0b2e64;
	box-shadow: inset 0 0 0 1px #0b2e64;
}

.chitiet_sp .info_sp{
	float: left;
	width: 555px;
	margin: 0 15px;
}

.chitiet_sp .itemnav.slick-current, .chitiet_sp .itemnav:hover {
    border: 1px solid #21b32a;
}

.chitiet_sp .itemnav {
    margin: 20px 15px 0 0;
    cursor: pointer;
    border-radius: 15px;
}

.chitiet_sp .itemnav img{
	border-radius: 15px;
}

.chitiet_sp .price.section {
  display: none;
}

.chitiet_sp .price.section#active,
.chitiet_sp .price.section:first-child {
  display: block;
}

.single-sp .content-sidebar-wrap{
	margin-top: 20px;
}

.chitiet_sp .anh_sp img{
	border-radius: 10px;
}

.chitiet_sp h1{
	color: #020914;
}

.chitiet_sp .price{
	font-size: 26px;
    font-weight: 800;
    color: #e1181c;
    margin: 0 0 20px;
}

.chitiet_sp .price strike{
    font-weight: 400;
    color: #777;
    font-size: 18px;
    margin: 0 0 0 10px;
}

.chitiet_sp .info_sp label{
	font-weight: 500;
    font-size: 17px;
    margin: 10px 0;
    float: left;
}

.yarpp-related .post{
	float: left;
	width: calc(25% - 30px);
	margin: 20px 15px;
}

.yarpp-related .title{
	margin: 20px 15px 0;
}

.yarpp-related .post img{
	width: 100%;
	margin: 0;
	height: 172px;
	object-fit: cover;
	border-radius: 10px;
}

.yarpp-related .post .widget-item-title a{
	color: #333;
	font-weight: 500;
}

.chitiet_sp .anh_sp .slider-nav{
	height: 144px;
	overflow: hidden;
}

.chitiet_sp .button-cart .waittocart,
.chitiet_sp .button-cart .addtocart{
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.3;
    transition: .3s;
}

.chitiet_sp .button-cart a:hover{
	transform: translateY(-6px);;
}

.chitiet_sp .button-cart .addtocart{
	background: #e1181c;
}

.chitiet_sp .button-cart .waittocart{
	background: #0455ad;
    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%;
	margin-bottom: 20px;
}

/* Chi tiết sản phẩm: ảnh theo phân loại màu và thông tin bán hàng */
.single-sp .chitiet_sp.single-product-summary{
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
	gap: 42px;
	float: none;
	margin: 0 0 34px;
	background: #fff;
}

.single-sp .chitiet_sp .anh_sp,
.single-sp .chitiet_sp .info_sp{
	float: none;
	width: auto;
	min-width: 0;
	margin: 0;
}

.single-sp main.content > article > .entry-content{
	clear: both;
	box-sizing: border-box;
	margin: 10px 0 34px;
	padding: 50px 100px;
	border: 1px solid #e1e8f0;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 26px rgba(11, 46, 100, .08);
	text-align: left;
}

.single-sp main.content > article > .entry-content > :first-child{
	margin-top: 0;
}

.single-sp main.content > article > .entry-content > :last-child{
	margin-bottom: 0;
}

@media (max-width: 767px){
	.single-sp main.content > article > .entry-content{
		margin-bottom: 26px;
		padding: 20px 16px;
		border-radius: 11px;
	}
}

.single-product-featured-image,
.single-product-slide{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 420px;
	aspect-ratio: 1 / 1;
	border: 1px solid #edf0f5;
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
}

.single-product-featured-image img,
.single-product-slide img{
	display: block;
	width: 100%;
	height: 100%;
	max-height: 560px;
	margin: 0;
	object-fit: contain;
}

.single-product-slider-for:not(.slick-initialized) .single-product-slide:not(:first-child){
	display: none;
}

.single-product-slider-for,
.single-product-slider-nav{
	min-width: 0;
}

.single-product-slider-for{
	position: relative;
	overflow: hidden;
}

.single-product-slider-nav{
	margin: 14px 38px 0;
}

.single-product-slider-nav:not(.slick-initialized){
	display: flex;
	gap: 10px;
}

.single-product-thumb{
	height: 82px;
	margin: 0 5px;
	padding: 4px;
	border: 1px solid #dfe5ed;
	border-radius: 9px;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
}

.single-product-thumb img{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
}

.single-product-thumb.slick-current{
	border-color: #0455ad;
	box-shadow: inset 0 0 0 1px #0455ad;
}

.chitiet_sp .single-product-gallery button.slick-prev.slick-arrow,
.chitiet_sp .single-product-gallery button.slick-next.slick-arrow{
	display: block !important;
	z-index: 5;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 3px 14px rgba(11, 46, 100, .2);
	font-size: 0;
	text-align: center;
	text-indent: 0;
	opacity: 1;
}

.chitiet_sp .single-product-gallery button.slick-prev::before,
.chitiet_sp .single-product-gallery button.slick-next::before{
	display: block;
	width: 100%;
	height: 100%;
	color: #0455ad;
	font-size: 25px;
	line-height: 32px;
	text-indent: 0;
}

.chitiet_sp .single-product-gallery button.slick-prev::before{ content: '\2039'; }
.chitiet_sp .single-product-gallery button.slick-next::before{ content: '\203A'; }
.chitiet_sp .single-product-slider-for button.slick-prev{ left: 14px; }
.chitiet_sp .single-product-slider-for button.slick-next{ right: 14px; }
.chitiet_sp .single-product-slider-nav button.slick-prev{ left: -31px; }
.chitiet_sp .single-product-slider-nav button.slick-next{ right: -31px; }

.single-sp .chitiet_sp h1.entry-title{
	margin: 0 0 12px;
	color: #0b2e64;
	font-size: clamp(27px, 3vw, 38px);
	line-height: 1.2;
	    background: linear-gradient(135deg, #0b2e64, #0455ad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.single-sp .chitiet_sp .price{
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
	color: #e1181c;
}

.single-sp .chitiet_sp .price .old-price{
	margin-left: 4px;
	color: #87909d;
	font-size: 17px;
	font-weight: 400;
}

.single-sp .price-prefix,
.single-sp .price-unit{
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.single-product-section-title{
	margin: 0 0 10px;
	color: #14213d;
	font-size: 16px;
}

.single-product-heading-row{
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	gap: 16px;
}

.single-product-heading-row .single-product-section-title{
	flex: 0 0 200px;
	min-width: 0;
	margin-bottom: 0;
}

.single-product-heading-row .single-product-status{
	flex-shrink: 0;
	text-align: right;
}

.single-product-status{
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 9px;
	border-radius: 6px;
	background: #e9f8eb;
	color: #299447;
	font-size: 15px;
	line-height: 1.2;
}

.single-product-status::before{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 13px;
	height: 13px;
	border: 1px solid currentColor;
	border-radius: 50%;
	content: '\2713';
	font-size: 9px;
	font-weight: 700;
	line-height: 1;
}

.single-product-status strong{
	font-weight: 600;
}

.single-product-status--sap-ve{
	background: #fff4dd;
	color: #a56400;
}

.single-product-status--sap-ve::before{
	content: '!';
}

.single-product-status--het-hang{
	background: #fdeaea;
	color: #c62828;
}

.single-product-status--het-hang::before{
	content: '\00D7';
}

.single-product-colors{
	margin-top: 0;
}
.single-product-wholesale,
.single-product-description{
	margin-top: 20px;
}

.single-product-color-list{
	display: grid;
	grid-template-columns: repeat(13, minmax(0, 1fr));
	gap: 10px 0;
	margin: 15px 0 5px;
}

.single-product-color{
    position: relative;
    display: flex;
    align-items: center;
    height: 34px;
    width: 34px;
    padding: 0;
    border: 2px solid #dfe5ed;
    border-radius: 100%;
    background: #fff;
    color: #14213d;
    text-align: left;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.single-product-color:not(:disabled):hover,
.single-product-color.is-active{
	border-color: #0455ad;
	box-shadow: inset 0 0 0 1px #0455ad;
	transform: translateY(-1px);
}

.single-product-color-swatch{
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
}

.single-product-color-copy{
	display: flex;
	min-width: 0;
	flex-direction: column;
	line-height: 1.25;
}

.single-product-color-name{
	overflow: hidden;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.single-product-color-copy small{ color: #57805f; font-size: 11px; }
.single-product-color--sap-ve .single-product-color-copy small{ color: #b36a00; }
.single-product-color:disabled{
	cursor: not-allowed;
}

.single-product-color:disabled .single-product-color-swatch{
	opacity: .58;
}

.single-product-color:disabled::before{
	position: absolute;
	bottom: calc(100% + 8px);
	left: 50%;
	z-index: 20;
	width: max-content;
	max-width: 140px;
	padding: 5px 8px;
	border-radius: 5px;
	background: #14213d;
	color: #fff;
	content: attr(data-disabled-message);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.25;
	white-space: nowrap;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, 4px);
	transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.single-product-color:disabled:hover::before{
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
}

.single-product-color:disabled::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 4px;
	width: calc(100% - 8px);
	height: 1px;
	background: #d32f2f;
	transform: rotate(-13deg);
}

.single-product-color--het-hang .single-product-color-copy small{ color: #c62828; }

.single-product-stock{
	display: flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	margin: 0 0 5px;
}

.single-product-stock-label{
	color: #14213d;
	font-size: 16px;
}

.single-product-table-wrap{
	border: 1px solid #dfe5ed;
	border-radius: 9px;
	overflow: hidden;
}

.single-product-wholesale table{
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	table-layout: fixed;
}

.single-product-wholesale th,
.single-product-wholesale td{
	padding: 10px 14px;
	border: 0;
	border-right: 1px solid #e4e8ee;
	border-bottom: 1px solid #e4e8ee;
	text-align: center;
}

.single-product-wholesale th{
	background: #f2f6fc;
	color: #0b2e64;
	font-weight: 700;
}

.single-product-wholesale tr:last-child td{ border-bottom: 0; }
.single-product-wholesale th:last-child,
.single-product-wholesale td:last-child{ border-right: 0; }

.single-product-actions{
	display: grid;
	clear: both;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100%;
	gap: 12px;
	margin-top: 18px;
	box-sizing: border-box;
}

.single-product-action{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 8px 16px;
	box-sizing: border-box;
	border: 0;
	border-radius: 8px;
	color: #fff;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	transition: filter .2s ease, box-shadow .2s ease, transform .2s ease;
}

.single-product-action--zalo{
	background: #0068ff;
	box-shadow: 0 7px 16px rgba(0, 104, 255, .2);
}

.single-product-action--order{
	background: linear-gradient(135deg, #0b2e64, #0455ad);
	box-shadow: 0 7px 16px rgba(11, 46, 100, .2);
}

.single-product-action:hover,
.single-product-action:focus{
	color: #fff;
	text-decoration: none;
	filter: brightness(1.08);
	transform: translateY(-2px);
}

.single-product-action.is-disabled{
	cursor: not-allowed;
	opacity: .55;
	transform: none;
}

body.single-product-modal-open{
	overflow: hidden;
}

.single-product-order-modal{
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
	background: rgba(2, 9, 20, .7);
	backdrop-filter: blur(3px);
}

.single-product-order-modal.is-open{
	display: flex;
}

.single-product-order-dialog{
	position: relative;
	width: min(100%, 560px);
	max-height: calc(100vh - 40px);
	overflow: auto;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 14px;
	background: #fff;
	color: #263442;
	box-shadow: 0 24px 65px rgba(2, 9, 20, .35);
}

.single-product-order-close{
	position: absolute;
	top: 10px;
	right: 12px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 50%;
	background: rgba(255, 255, 255, .12);
	color: #fff;
	font-size: 25px;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
}

.single-product-order-close:hover,
.single-product-order-close:focus{
	background: rgba(255, 255, 255, .22);
	color: #fff;
}

.single-product-order-form{
	padding: 0 26px 26px;
}

.single-product-order-form .widget,
.single-product-order-form .caldera-grid,
.single-product-order-form .caldera-grid form{
	width: 100%;
	margin: 0;
}

.single-product-order-form .widgettitle{
	display: none;
}

.single-product-order-form .caldera-grid .row.first_row{
	margin: 0 -26px 20px;
}

.single-product-order-form .caldera-grid .row.first_row > [class*="col-"]{
	padding: 0;
}

.single-product-order-form .tt{
	margin: 0;
	padding: 22px 60px 18px 26px;
	background: linear-gradient(135deg, #0b2e64, #0455ad);
}

.single-product-order-form .tt p{
	margin: 0;
	color: rgba(255, 255, 255, .82);
	font-size: 13px;
	line-height: 1.45;
	text-align: left;
}

.single-product-order-form .tt p:first-child{
	margin-bottom: 4px;
	color: #fff;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
}

.single-product-order-form .caldera-grid .row{
	margin-right: -6px;
	margin-left: -6px;
}

.single-product-order-form .caldera-grid .row > [class*="col-"]{
	padding-right: 6px;
	padding-left: 6px;
}

.single-product-order-form .form-group{
	margin-bottom: 12px;
}

.single-product-order-form label,
.single-product-order-form .control-label{
	display: block;
	margin: 0 0 6px;
	color: #14213d;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
}

.single-product-order-form label::before,
.single-product-order-form .control-label::before{
	display: none !important;
	content: none !important;
}

.single-product-order-form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
.single-product-order-form select,
.single-product-order-form textarea{
	display: block;
	width: 100%;
	padding: 10px 12px;
	box-sizing: border-box;
	border: 1px solid #cbd7e2;
	border-radius: 7px;
	outline: 0;
	background: #fff;
	color: #263442;
	font-family: inherit;
	font-size: 14px;
	box-shadow: none;
}

.single-product-order-form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
.single-product-order-form select{
	height: 42px;
}

.single-product-order-form textarea{
	min-height: 90px;
	resize: vertical;
}

.single-product-order-form input:focus,
.single-product-order-form select:focus,
.single-product-order-form textarea:focus{
	border-color: #0455ad;
	box-shadow: 0 0 0 3px rgba(4, 85, 173, .12);
}

body.single-sp .single-product-order-form .caldera-grid input[type="submit"],
body.single-sp .single-product-order-form input[type="submit"],
body.single-sp .single-product-order-form button[type="submit"]{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 44px;
	margin: 2px 0 0;
	padding: 0 20px;
	border: 0;
	border-radius: 7px;
	background: linear-gradient(135deg, #0b2e64, #0455ad);
	color: #fff;
	font-family: inherit;
	font-size: 14px;
	font-weight: 800;
	line-height: 44px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 7px 18px rgba(2, 9, 20, .2);
}

.single-product-order-empty{
	margin: 0;
	padding: 14px;
	border: 1px dashed #9fb5ca;
	border-radius: 7px;
	color: #263442;
	text-align: left;
}

.single-product-description{ padding: 14px 16px; border-radius: 9px; background: #f7f9fc; }
.single-product-description > :last-child{ margin-bottom: 0; }
.single-product-image-empty{ padding: 30px; color: #7d8795; text-align: center; }


.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: #0b2e64;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mota li:hover{
    transform: translateX(6px);
}


.tt{
	font-size: 26px;
    font-weight: bold;
    color: #020914;
    margin-bottom: 20px;
}

.yarpp-related .sp{
    float: left;
    margin: 0 14px 50px;
    border: 1px solid #efefef;
    position: relative;
    border-radius: 10px;
    width: calc(25% - 30px);
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.yarpp-related .widgettitle{
	margin: 20px 10px;
}

.nav-primary.f-nav{
	position: fixed;
	top: 0;
	z-index: 9;
}

/* Keyframes */
@keyframes slideLeft {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideRight {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.tax-cm main.content .sp .entry-image-link img,
.search main.content .sp img,
.yarpp-related .sp img{
	display: block;
	width: 100%;
	margin: 0;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	transition: transform .35s ease;
}

.tax-cm main.content .sp:hover .entry-image-link img{
	transform: scale(1.04);
}

.tax-cm main.content .sp .entry-title,
.yarpp-related .sp .title-sp,
.search main.content .sp .entry-title{
	display: -webkit-box;
	min-height: 46px;
	margin: 0;
	overflow: hidden;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.tax-cm main.content .sp .entry-title a,
.yarpp-related .sp .title-sp a,
.search main.content .sp .entry-title a{
	color: #333;
	transition: color .2s ease;
	font-size: 17px;
	font-weight: 700;
}

.content-blog .main-posts .post:hover .widget-item-title a,
.tax-cm main.content .sp .entry-title a:hover,
.yarpp-related .sp .title-sp a:hover,
.search main.content .sp .entry-title a:hover{
	color: #0b2e64;
}

.tax-cm main.content .sp .entry-header{
	padding: 15px 15px 5px;
}

.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 ul li:hover{
    color: #0b2e64;
    padding-left: 4px;
}

.content-blog ul li:hover a{
	color: #0b2e64;
}

.content-blog .support-extra{
	text-align: center;
}


/* Bảng trong nội dung bài viết và trang */
/* News section: one featured story and four supporting cards. */
.content-blog .caia-post-list-widget > .widget-wrap{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-areas:
		"title title"
		"featured list";
	gap: 24px;
}

.content-blog .caia-post-list-widget > .widget-wrap::before,
.content-blog .caia-post-list-widget > .widget-wrap::after{
	display: none;
}

.content-blog .widgettitle{
	position: relative;
	grid-area: title;
	margin: 0 0 4px;
	padding: 0 0 13px;
	border-bottom: 1px solid #dfe5eb;
	background: transparent;
	color: #0455ad;
	text-transform: uppercase;
}

.content-blog .widgettitle::before{
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 72px;
	height: 3px;
	content: "";
	border-radius: 3px 3px 0 0;
	background: linear-gradient(90deg, #0455ad, #0b75d1);
}

.content-blog .widgettitle h2{
	margin: 0;
	line-height: 1.25;
}

.content-blog .widgettitle h2 a{
    color: #0455ad;
    font-size: 30px;
    font-weight: 800;
    text-decoration: none;
}

.content-blog .main-posts{
	display: block;
	grid-area: featured;
	min-width: 0;
	margin: 0;
}

.content-blog .main-posts .post{
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #e5e9ed;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 5px 20px rgba(16,32,47,.06);
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.content-blog .main-posts .post:hover{
	box-shadow: 0 13px 30px rgba(16,32,47,.12);
	transform: translateY(-4px);
}

.content-blog .main-posts .post > a:first-child{
	display: block;
	overflow: hidden;
}

.content-blog .main-posts img{
	display: block;
	width: 100%;
	margin: 0;
	border-radius: 0;
	aspect-ratio: 750 / 450;
	object-fit: cover;
	transition: transform .35s ease;
}

.content-blog .main-posts .post:hover img{
	transform: scale(1.035);
}

.content-blog .main-posts .list-info{
	padding: 19px 21px 20px;
}

.content-blog .main-posts .widget-item-title{
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.35;
}

.content-blog .main-posts .widget-item-title a{
	color: #0b2e64;
	font-size: inherit;
	font-weight: 750;
	line-height: inherit;
	text-decoration: none;
	transition: color .2s ease;
}

.content-blog .main-posts .post:hover .widget-item-title a{
	color: #0455ad;
}

.content-blog .main-posts .list-info > p{
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: #333;
	font-size: 16px;
	line-height: 1.65;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.content-blog .main-posts .more-link{
    color: #0455ad;
    font-style: italic;
    white-space: nowrap;
    font-size: 15px;
    text-decoration: underline;
}

.content-blog .widget-wrap > ul{
	display: grid;
	grid-area: list;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-self: stretch;
	gap: 16px;
	min-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.content-blog .widget-wrap > ul > li{
	min-width: 0;
	overflow: hidden;
	margin: 0;
	padding: 0 0 13px;
	box-sizing: border-box;
	border: 1px solid #e5e9ed;
	border-radius: 9px;
	background: #fff;
	list-style: none;
	box-shadow: 0 4px 15px rgba(16,32,47,.045);
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.content-blog .widget-wrap > ul > li:hover{
	padding-left: 0;
	box-shadow: 0 10px 22px rgba(16,32,47,.10);
	transform: translateY(-4px);
}

.content-blog .widget-wrap > ul > li > a:first-child{
	display: block;
	float: none;
	width: 100%;
	margin: 0 0 11px;
	overflow: hidden;
}

.content-blog .widget-wrap > ul img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	aspect-ratio: 750 / 450;
	object-fit: cover;
	transition: transform .35s ease;
}

.content-blog .widget-wrap > ul > li:hover img{
	transform: scale(1.045);
}

.content-blog .widget-wrap > ul h3{
	display: -webkit-box;
	min-height: 43px;
	margin: 0 13px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.content-blog .widget-wrap > ul h3 a{
	color: #303942;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-decoration: none;
	transition: color .2s ease;
}

.content-blog .widget-wrap > ul > li:hover h3 a{
	color: #0455ad;
}

.content-blog .more-from-category{
	grid-column: 1 / -1;
	justify-self: center;
	margin: 2px 0 0;
	padding: 0;
	text-align: center;
}

.content-blog .more-from-category a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 125px;
	height: 42px;
	padding: 0 20px;
	box-sizing: border-box;
	border: 1px solid #0455ad;
	border-radius: 6px;
	background: #0455ad;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.content-blog .more-from-category a:hover,
.content-blog .more-from-category a:focus-visible{
	border-color: #0b75d1;
	outline: 0;
	background: #0b75d1;
	color: #fff;
	box-shadow: 0 8px 18px rgba(4,85,173,.22);
	transform: translateY(-2px);
}

.content-blog .support-extra{
	grid-column: 1 / -1;
	text-align: center;
}

.page-template-page-lienhe main.content{
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(380px, 500px);
	align-items: stretch;
	gap: 38px;
	padding: 18px 0 35px;
}

.page-template-page-lienhe main.content > article{
	order: 1;
	margin: 0;
	padding: 34px 36px;
	box-sizing: border-box;
	border: 1px solid #e5e9ed;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(16,32,47,.07);
}

.page-template-page-lienhe main.content > .form{
	position: sticky;
	top: 120px;
	order: 2;
	align-self: stretch;
	height: 100%;
	padding: 30px;
	box-sizing: border-box;
	border: 1px solid #e5e9ed;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 10px 32px rgba(16,32,47,.09);
}

.page-template-page-lienhe main.content > article .entry-header{
	display: none;
}

.page-template-page-lienhe main.content > article .entry-content{
	overflow: visible;
	text-align: left;
}

.page-template-page-lienhe .entry-content .widgettitle,
.page-template-page-lienhe main.content > .form > .widgettitle{
	position: relative;
	margin: 0 0 25px;
	padding: 0 0 13px 17px;
	color: #27313b;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.35;
	text-transform: uppercase;
}

.page-template-page-lienhe .entry-content .widgettitle::before,
.page-template-page-lienhe main.content > .form > .widgettitle::before{
	position: absolute;
	top: 3px;
	left: 0;
	width: 3px;
	height: 24px;
	content: "";
	border-radius: 3px;
	background: #0455ad;
}

.page-template-page-lienhe .entry-content .widgettitle::after,
.page-template-page-lienhe main.content > .form > .widgettitle::after{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	content: "";
	background: linear-gradient(90deg, #0455ad, #edf0f2 28%, #edf0f2);
}

.page-template-page-lienhe .entry-content .textwidget{
	display: grid;
	gap: 12px;
}

.page-template-page-lienhe .entry-content .textwidget p{
	position: relative;
	margin: 0;
	padding: 14px 15px 14px 48px;
	border: 1px solid #edf0f2;
	border-radius: 8px;
	background: #fafbfc;
	color: #4e5963;
	font-size: 16px;
	line-height: 1.55;
	text-align: left;
	transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.page-template-page-lienhe .entry-content .textwidget p:hover{
	border-color: rgba(255,121,0,.35);
	background: #fff8f1;
	transform: translateX(3px);
}

.page-template-page-lienhe .entry-content .textwidget p::before{
	position: absolute;
	top: 14px;
	left: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	content: "";
	border-radius: 50%;
	background: #fff0e2;
	color: #0455ad;
	font-size: 13px;
	font-weight: 800;
}
.page-template-page-lienhe .post-edit-link{
	display: inline-block;
	margin-top: 18px;
	color: #8a9299;
	font-size: 12px;
}

.page-template-page-lienhe .form .caldera-grid,
.page-template-page-lienhe .form .caldera-grid form,
.page-template-page-lienhe .form .caldera-grid .row.single{
	width: 100%;
	margin: 0;
}

.page-template-page-lienhe .form .caldera-grid .row.single > [class*="col-"]{
	float: none;
	width: 100%;
	padding: 0;
}

.page-template-page-lienhe .form .caldera-grid .form-group{
	margin: 0 0 15px;
}

.page-template-page-lienhe .form .caldera-grid input.form-control,
.page-template-page-lienhe .form .caldera-grid textarea.form-control{
	display: block;
	width: 100%;
	padding: 11px 14px;
	box-sizing: border-box;
	border: 1px solid #dfe4e8;
	border-radius: 7px;
	outline: 0;
	background: #fafbfc;
	color: #303942;
	font-size: 15px;
	line-height: 1.5;
	box-shadow: none;
	transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.page-template-page-lienhe .form .caldera-grid input.form-control{
	height: 48px;
}

.page-template-page-lienhe .form .caldera-grid textarea.form-control{
	min-height: 130px;
	resize: vertical;
}

.page-template-page-lienhe .form .caldera-grid input.form-control:focus,
.page-template-page-lienhe .form .caldera-grid textarea.form-control:focus{
	border-color: #0455ad;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(255,121,0,.11);
}

.page-template-page-lienhe .form .caldera-grid input[type="submit"]{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 48px;
	margin: 2px 0 0;
	padding: 0 25px;
	border: 0;
	border-radius: 7px;
	background: linear-gradient(180deg, #0b2e64, #f36a00);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 7px 16px rgba(255,121,0,.24);
	transition: filter .2s ease, transform .2s ease, box-shadow .2s ease;
}

.page-template-page-lienhe .form .caldera-grid input[type="submit"]:hover,
.page-template-page-lienhe .form .caldera-grid input[type="submit"]:focus{
	color: #fff;
	filter: brightness(.96);
	transform: translateY(-2px);
	box-shadow: 0 10px 20px rgba(255,121,0,.32);
}

.content-lienhe{
	margin-bottom: 0;
}

/* Global contact block above the footer */
.content-lienhe{
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr);
	align-items: stretch;
	border-top: 1px solid #e1e7ed;
	background: #f7f9fc;
}

.content-lienhe > .widget{
	min-width: 0;
	margin: 0;
}

.content-lienhe > .widget:first-child,
.content-lienhe > .widget:first-child .widget-wrap,
.content-lienhe > .widget:first-child .textwidget,
.content-lienhe > .widget:first-child p{
	height: 100%;
	margin: 0;
}

.content-lienhe iframe{
	display: block;
	width: 100%;
	height: 100%;
	min-height: 520px;
	border: 0;
}

.content-lienhe > .widget:nth-child(2){
	display: flex;
	align-items: center;
	padding: 42px clamp(30px, 4vw, 68px);
	box-sizing: border-box;
	background: linear-gradient(145deg, #eaf2fa, #f5f9fd);
}

.content-lienhe > .widget:nth-child(2) > .widget-wrap{
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	padding: 30px 34px 32px;
	box-sizing: border-box;
	border: 1px solid #d8e2ec;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(25,45,65,.13), 0 3px 9px rgba(25,45,65,.06);
}

.content-lienhe .widgettitle{
	position: relative;
	margin: 0 0 25px;
	padding: 0 0 13px;
	border-bottom: 1px solid #dfe5eb;
	color: #0455ad;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.3;
	text-transform: uppercase;
}

.content-lienhe .widgettitle::before{
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 72px;
	height: 3px;
	content: "";
	border-radius: 3px 3px 0 0;
	background: linear-gradient(90deg, #0455ad, #0b75d1);
}

.content-lienhe .caldera-grid,
.content-lienhe .caldera-grid form{
	width: 100%;
	margin: 0;
}

.content-lienhe .caldera-grid .row{
	margin-right: -7px;
	margin-left: -7px;
}

.content-lienhe .caldera-grid .row > [class*="col-"]{
	padding-right: 7px;
	padding-left: 7px;
}

.content-lienhe .caldera-grid .form-group{
	margin: 0 0 14px;
}

.content-lienhe .caldera-grid input.form-control,
.content-lienhe .caldera-grid textarea.form-control{
	display: block;
	width: 100%;
	padding: 11px 14px;
	box-sizing: border-box;
	border: 1px solid #cbd7e2;
	border-radius: 7px;
	outline: 0;
	background: #f8fafc;
	color: #303942;
	font-size: 15px;
	line-height: 1.5;
	box-shadow: none;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.content-lienhe .caldera-grid input.form-control::placeholder,
.content-lienhe .caldera-grid textarea.form-control::placeholder{
	color: #727f8c;
	opacity: 1;
}

.content-lienhe .caldera-grid input.form-control{
	height: 48px;
}

.content-lienhe .caldera-grid textarea.form-control{
	min-height: 112px;
	resize: vertical;
}

.content-lienhe .caldera-grid input.form-control:focus,
.content-lienhe .caldera-grid textarea.form-control:focus{
	border-color: #0455ad;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(4,85,173,.12);
}

.content-lienhe .caldera-grid input[type="submit"]{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 135px;
	height: 46px;
	padding: 0 25px;
	border: 1px solid #0455ad;
	border-radius: 7px;
	background: #0455ad;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 44px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 7px 17px rgba(4,85,173,.2);
	transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.content-lienhe .caldera-grid input[type="submit"]:hover,
.content-lienhe .caldera-grid input[type="submit"]:focus{
	border-color: #0b75d1;
	outline: 0;
	background: #0b75d1;
	color: #fff;
	box-shadow: 0 10px 21px rgba(4,85,173,.27);
	transform: translateY(-2px);
}

/* Creative gallery */
.content-thuvien{
	padding: 58px 0 65px;
	background: #fff;
}

.content-thuvien .widget{
	margin: 0;
}

.content-thuvien .widgettitle{
	position: relative;
	margin: 0 0 25px;
	padding: 0 0 13px;
	border-bottom: 1px solid #dfe5eb;
	color: #0455ad;
    font-size: 30px;
    font-weight: 800;
	line-height: 1.3;
	text-transform: uppercase;
}

.content-thuvien .widgettitle::before{
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 72px;
	height: 3px;
	content: "";
	border-radius: 3px 3px 0 0;
	background: linear-gradient(90deg, #0455ad, #0b75d1);
}

.content-thuvien .gallery{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin: 0 !important;
}

.content-thuvien .gallery br{
	display: none;
}

.content-thuvien .gallery .gallery-item{
	float: none !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
}

.content-thuvien .gallery-icon{
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border: 1px solid #e1e7ed;
	border-radius: 14px;
	background: #eef2f6;
	box-shadow: 0 7px 20px rgba(25,45,65,.11);
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.content-thuvien .gallery-item:hover .gallery-icon{
	border-color: rgba(4,85,173,.4);
	box-shadow: 0 12px 28px rgba(25,45,65,.17);
	transform: translateY(-4px);
}

.content-thuvien .gallery-icon a,
.content-thuvien .gallery-icon img{
	display: block;
	width: 100%;
	height: 100%;
}

.content-thuvien .gallery-icon img{
	object-fit: cover;
	object-position: center;
}

.content-thuvien .gallery-icon::after{
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
	background: linear-gradient(180deg, transparent 55%, rgba(4,38,77,.28));
	opacity: 0;
	transition: opacity .25s ease;
}

.content-thuvien .gallery-item:hover .gallery-icon::after{
	opacity: 1;
}

.content-thuvien .gallery-icon a:focus-visible{
	outline: 3px solid rgba(4,85,173,.35);
	outline-offset: -3px;
}

/* Certificates and partners */
.content-cn{
	padding: 58px 0 64px;
	background: #f7f9fc;
}

.content-cn .widget{
	position: relative;
	margin: 0;
}

.content-cn .widget + .widget{
	margin-top: 54px;
}

.content-cn .widgettitle{
	position: relative;
	margin: 0 0 24px;
	padding: 0 0 13px;
	border-bottom: 1px solid #dfe5eb;
	color: #0455ad;
    font-size: 30px;
    font-weight: 800;
	line-height: 1.3;
	text-transform: uppercase;
}

.content-cn .widgettitle::before{
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 72px;
	height: 3px;
	content: "";
	border-radius: 3px 3px 0 0;
	background: linear-gradient(90deg, #0455ad, #0b75d1);
}

.content-cn .gallery{
	display: grid;
	gap: 22px;
	margin: 0 !important;
}

.content-cn .gallery br{
	display: none;
}

.content-cn .gallery .gallery-item{
	box-sizing: border-box;
}

.content-cn .gallery:not(.slick-initialized) .gallery-item{
	float: none !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
}

/* Certificate cards */
.content-cn .widget:nth-child(1) .gallery{
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.content-cn .widget:nth-child(1) .gallery .gallery-item{
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #e2e8ee;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 7px 10px rgba(25, 45, 65, .09);
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.content-cn .widget:nth-child(1) .gallery .gallery-item:hover{
	border-color: rgba(4, 85, 173, .35);
	box-shadow: 0 11px 26px rgba(25, 45, 65, .14);
	transform: translateY(-4px);
}

.content-cn .widget:nth-child(1) .gallery .gallery-icon{
	aspect-ratio: 7 / 10;
	overflow: hidden;
	background: #eef2f6;
}

.content-cn .widget:nth-child(1) .gallery .gallery-icon a,
.content-cn .widget:nth-child(1) .gallery .gallery-icon img{
	display: block;
	width: 100%;
	height: 100%;
}

.content-cn .widget:nth-child(1) .gallery .gallery-icon img{
	object-fit: cover;
}

.content-cn .widget:nth-child(1) .gallery .gallery-caption{
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	min-height: 66px;
	padding: 11px 10px;
	box-sizing: border-box;
	color: #263b52;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

/* Partner logos */
.content-cn .widget:nth-child(2) .gallery{
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.content-cn .widget:nth-child(2) .gallery .gallery-item{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 145px;
	padding: 20px;
	border: 1px solid #e2e8ee;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 5px 16px rgba(25, 45, 65, .07);
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.content-cn .widget:nth-child(2) .gallery .gallery-item:hover{
	border-color: rgba(4, 85, 173, .32);
	box-shadow: 0 9px 22px rgba(25, 45, 65, .12);
	transform: translateY(-4px);
}

.content-cn .widget:nth-child(2) .gallery .gallery-icon,
.content-cn .widget:nth-child(2) .gallery .gallery-icon a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.content-cn .widget:nth-child(2) .gallery img{
	display: block;
	width: auto;
	height: auto;
	max-width: 82%;
	max-height: 100%;
	object-fit: contain;
}

.content-cn .gallery a:focus-visible{
	outline: 3px solid rgba(4, 85, 173, .3);
	outline-offset: 3px;
}

/* Gallery sliders */
.content-cn .gallery.slick-initialized{
	position: relative;
	display: block;
}

.content-cn .gallery.slick-initialized .slick-list{
	margin: -6px -11px -24px;
	padding: 6px 0 24px;
}

.content-cn .gallery.slick-initialized .slick-track{
	display: flex;
	align-items: stretch;
}

.content-cn .gallery.slick-initialized .gallery-item{
	height: auto;
	max-width: none !important;
	margin-right: 11px !important;
	margin-left: 11px !important;
}

.content-cn .widget:nth-child(1) .gallery.slick-initialized .gallery-item,
.content-cn .widget:nth-child(2) .gallery.slick-initialized .gallery-item{
	display: flex !important;
}

.content-cn .widget:nth-child(2) .gallery.slick-initialized .gallery-item{
	height: 100px;
}

.content-cn .gallery.slick-initialized .slick-prev,
.content-cn .gallery.slick-initialized .slick-next{
	position: absolute;
	top: 47%;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid #dce2e7;
	border-radius: 50%;
	background: #fff;
	color: transparent;
	font-size: 0;
	cursor: pointer;
	box-shadow: 0 5px 15px rgba(25, 45, 65, .16);
	transform: translateY(-50%);
	transition: border-color .2s ease, background-color .2s ease;
}

.content-cn .gallery.slick-initialized .slick-prev{
	right: auto;
	left: -18px;
}

.content-cn .gallery.slick-initialized .slick-next{
	right: -18px;
}

.content-cn .gallery.slick-initialized .slick-prev::before,
.content-cn .gallery.slick-initialized .slick-next::before{
	display: block;
	width: 8px;
	height: 8px;
	content: "";
	border: solid currentColor;
	border-width: 2px 2px 0 0;
	color: #43505c;
}

.content-cn .gallery.slick-initialized .slick-prev::before{
	transform: rotate(-135deg);
}

.content-cn .gallery.slick-initialized .slick-next::before{
	transform: rotate(45deg);
}

.content-cn .gallery.slick-initialized .slick-prev:hover,
.content-cn .gallery.slick-initialized .slick-next:hover,
.content-cn .gallery.slick-initialized .slick-prev:focus-visible,
.content-cn .gallery.slick-initialized .slick-next:focus-visible{
	border-color: #0455ad;
	outline: 0;
	background: #0455ad;
}

.content-cn .gallery.slick-initialized .slick-prev:hover::before,
.content-cn .gallery.slick-initialized .slick-next:hover::before,
.content-cn .gallery.slick-initialized .slick-prev:focus-visible::before,
.content-cn .gallery.slick-initialized .slick-next:focus-visible::before{
	color: #fff;
}


.content-sp .caia-post-list-widget{
	position: relative;
}

.content-sp .widget_media_image{
	margin-bottom: 50px;
} 

.content-sp .caia-post-list-widget:not(:last-child){
	margin-bottom: 50px;
}

.content-sp .widgettitle{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 38px;
	margin: 0 0 22px;
	padding: 0 104px 12px 0;
	border-bottom: 1px solid #dfe5eb;
	border-radius: 0;
	background: transparent;
	color: #0b2e64;
	text-transform: uppercase;
}

.content-sp .widgettitle::before{
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 72px;
	height: 3px;
	content: "";
	border-radius: 3px 3px 0 0;
	background: linear-gradient(90deg, #0455ad, #0b75d1);
}

.content-sp .widgettitle h2,
.content-sp .widgettitle p{
	margin: 0;
	line-height: 1.25;
}

.content-sp .widgettitle h2 a,
.content-sp .widgettitle p a{
	color: #0455ad;
    font-size: 30px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: .25px;
	text-decoration: none;
	transition: color .2s ease;
}

.content-sp .widgettitle h2 a:hover,
.content-sp .widgettitle p a:hover{
	color: #0455ad;
}

.content-sp .widgettitle .view-all{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	margin-left: auto;
	padding: 0 13px;
	border: 1px solid #dce2e7;
	border-radius: 5px;
	background: #fff;
	color: #333;
	font-size: 15px;
	font-weight: 500;
	text-transform: none;
	white-space: nowrap;
	transition: border-color .2s ease, color .2s ease, background-color .2s ease;
}

.content-sp .widgettitle .view-all:hover{
	border-color: #0455ad;
	background: #0455ad;
	color: #fff;
}

.content-sp .main-posts{
	position: relative;
	margin: 0 -8px;
}

.content-sp .main-posts.check-sp-slider{
	position: static;
	margin-right: -12px;
	margin-left: -12px;
}

.content-sp .main-posts.check-sp-slider:not(.slick-initialized){
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

/* Keep slider controls aligned with the title when child terms add rows above the posts. */
.content-sp .main-posts.has-child-terms{
	position: static;
}

.content-sp .main-posts .slick-list{
	padding: 3px 0 32px;
}

.content-sp .main-posts .sp{
    position: relative;
    display: flex;
    float: none;
    flex-direction: column;
    cursor: default;
    height: 100%;
    min-height: 340px;
    margin: 0 12px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 20px;
    background: #fff;
    box-shadow: 7px 8px 10px rgba(25, 35, 45, .18), 0 2px 5px rgba(25, 35, 45, .06);
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.content-sp .main-posts.check-sp-slider .sp{
	margin-right: 12px;
	margin-left: 12px;
}

.content-sp .main-posts .sp:hover{
	border-color:rgb(4 85 173 / 40%);
	transform: translateY(-5px);
}

.content-sp .main-posts .product-quick-view{
	display: none;
}

.content-sp .main-posts .slick-track{
	display: flex;
	align-items: stretch;
}

.content-sp .main-posts.check-sp-slider .slick-track{
	will-change: transform;
}

.content-sp .main-posts.check-sp-slider .slick-list{
	touch-action: pan-y;
	cursor: grab;
}

.content-sp .main-posts.check-sp-slider .slick-list:active{
	cursor: grabbing;
}

.content-sp .main-posts .slick-slide{
	height: auto;
}

.content-sp .main-posts.check-sp-slider .slick-prev,
.content-sp .main-posts.check-sp-slider .slick-next{
	position: absolute;
	top: 0;
	z-index: 4;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid #dce2e7;
	border-radius: 5px;
	background: #fff;
	color: transparent;
	font-size: 0;
	line-height: 34px;
	cursor: pointer;
	transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.content-sp .main-posts.check-sp-slider .slick-prev{
	right: 42px;
}

.content-sp .main-posts.check-sp-slider .slick-next{
	right: 0;
}

.content-sp .main-posts.check-sp-slider .slick-prev::before,
.content-sp .main-posts.check-sp-slider .slick-next::before{
	display: block;
	color: #43505c;
	font-size: 24px;
	line-height: 32px;
}

.content-sp .main-posts.check-sp-slider .slick-prev::before{
	content: "\2039";
}

.content-sp .main-posts.check-sp-slider .slick-next::before{
	content: "\203A";
}

.content-sp .main-posts.check-sp-slider .slick-prev:hover,
.content-sp .main-posts.check-sp-slider .slick-next:hover{
	border-color: #0455ad;
	background: #0455ad;
}

.content-sp .main-posts.check-sp-slider .slick-prev:hover::before,
.content-sp .main-posts.check-sp-slider .slick-next:hover::before{
	color: #fff;
}

.content-sp .main-posts.check-sp-slider .slick-dots{
	margin: 15px 35px 0;
}

.content-sp .main-posts.check-sp-slider .slick-dots li button{
	background: #ccd3da;
}

.content-sp .main-posts.check-sp-slider .slick-dots li button:hover,
.content-sp .main-posts.check-sp-slider .slick-dots li button:focus,
.content-sp .main-posts.check-sp-slider .slick-dots li.slick-active button{
	background: #0b2e64;
}

.content-sp .main-posts .post-thumb{
	background: #fff;
}


.content-sp .main-posts .post-thumb img{
	display: block;
	width: auto;
	height: auto;
	max-height: 100%;
	margin: 0;
	border-radius: 0;
	object-fit: contain;
	transition: transform .3s ease;
	aspect-ratio: 1 / 1; /* vuông 1:1 */
}

.content-sp .main-posts .sp:hover .post-thumb img{
	transform: scale(1.035);
}

.content-sp .main-posts .list-info{
	display: flex;
	float: none;
	flex: 1;
	flex-direction: column;
	width: auto;
	padding:  13px;
	box-sizing: border-box;
}

.content-sp .main-posts .widget-item-title{
	display: -webkit-box;
	height: 43px;
	min-height: 43px;
	margin: 0 0 10px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.content-sp .main-posts .widget-item-title a{
	color: #0455ad;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    font-size: 17px;
}

.content-sp .main-posts .widget-item-title a:hover{
	color: #0455ad;
}

.content-sp .main-posts .price{
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 10px;
	color: #e1181c;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}

.content-sp .main-posts .quantity-price__from{
	color: #333;
}

.content-sp .main-posts .price .current-price{
	color: #e1181c;
}

.content-sp .main-posts .price .old-price{
	color: #7a838c;
	font-size: 13px;
	font-weight: 400;
}

.content-sp .main-posts .price .product-price-unit{
	color: #333;
	font-size: 13px;
	font-weight: 600;
}

.content-sp .main-posts .price-contact .current-price{
	color: #17365d;
}

.content-sp .main-posts .product-color-list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	min-height: 28px;
	margin: 0 0 12px;
	padding-top: 3px;
}

.content-sp .main-posts .product-color{
	position: relative;
	display: inline-block;
	width: 23px;
	height: 23px;
	box-sizing: border-box;
	border: 2px solid #fff;
	border-radius: 50%;
	background-color: #eef1f4;
	background-position: center;
	background-size: cover;
	box-shadow: 0 0 0 1px #c8d0d8;
	cursor: default;
	transition: opacity .2s ease, filter .2s ease, transform .2s ease;
}

.content-sp .main-posts .product-color--het-hang{
	opacity: .68;
	filter: grayscale(.35) saturate(.7);
}

.content-sp .main-posts .product-color--het-hang::before{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	width: 23px;
	height: 1px;
	content: "";
	transform: translate(-50%, -50%) rotate(-45deg);
	border-radius: 2px;
	background: rgba(215,25,32,.78);
	pointer-events: none;
}

.content-sp .main-posts .product-color:hover{
	z-index: 5;
	opacity: 1;
	filter: none;
	transform: translateY(-2px);
}

.product-color-floating-tooltip{
	position: fixed;
	z-index: 100000;
	display: none;
	max-width: calc(100vw - 16px);
	padding: 5px 8px;
	transform: translate(-50%, -100%);
	border-radius: 4px;
	background: #17212b;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	pointer-events: none;
	white-space: nowrap;
}

.content-sp .main-posts .product-card-description{
	margin: 0 0 14px;
	color: #333;
	font-size: 13px;
	line-height: 1.5;
}

.content-sp .main-posts .product-card-description p,
.content-sp .main-posts .product-card-description ul,
.content-sp .main-posts .product-card-description ol{
	margin: 0 0 6px;
}

.content-sp .main-posts .product-card-description ul,
.content-sp .main-posts .product-card-description ol{
	padding-left: 18px;
}

.content-sp .main-posts .product-card-description ul li:nth-child(n+4){
	display: none;
}

.content-sp .main-posts .product-card-description ul li::marker{
	color: #0b2e64;
}

.content-sp .main-posts .product-card-description > :last-child{
	margin-bottom: 0;
}

.taxonomy-product-list .sp ul li,
.search-results .sp ul li{
	margin: 0;
}

/* Product taxonomy banner and cards. */
.tax-cm .cm-archive-banner{
	width: calc(100% - 30px);
	margin: 0 15px 45px;
	overflow: hidden;
	border-radius: 16px;
	background: #f4f7fb;
}

.tax-cm .cm-archive-banner img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}

.tax-cm .cm-term-description{
	margin: 32px 12px 10px;
	padding: 30px;
	box-sizing: border-box;
	border: 1px solid #0455ad;
	border-radius: 26px;
	background: #fff;
	color: #111;
	font-size: 16px;
	line-height: 1.65;
}

.tax-cm .cm-term-description h2{
	margin: 0 0 20px;
	color: #0455ad;
	font-weight: 800;
	line-height: 1.35;
	font-size: 24px;
}

.tax-cm .cm-term-description h3{
	font-weight: 800;
	line-height: 1.35;
	margin: 0 0 20px;
	font-size: 20px;
}

.tax-cm .cm-term-description p,
.tax-cm .cm-term-description ul,
.tax-cm .cm-term-description ol{
	margin: 0 0 18px;
}

.tax-cm .cm-term-description ul,
.tax-cm .cm-term-description ol{
	padding-left: 22px;
}

.tax-cm .cm-term-description li::marker{
	color: #f58220;
}

.tax-cm .cm-term-description > :last-child{
	margin-bottom: 0;
}

@media (max-width: 640px){
	.tax-cm .cm-term-description{
		margin-right: 8px;
		margin-left: 8px;
		padding: 22px 18px;
		border-radius: 18px;
	}
}

/* Product taxonomy cards reuse the content-sp card presentation. */
.tax-cm .taxonomy-product-list .main-posts,
.search .search-product-list .main-posts{
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 28px 20px;
	margin: 0;
	padding: 8px 12px 20px;
	box-sizing: border-box;
}

.tax-cm .taxonomy-product-list .main-posts .sp,
.search .search-product-list .main-posts .sp{
	position: relative;
	display: flex;
	float: none;
	flex-direction: column;
	height: 100%;
	min-width: 0;
	min-height: 340px;
	margin: 0;
	overflow: hidden;
	box-sizing: border-box;
	border: 0;
	border-radius: 20px;
	background: #fff;
	box-shadow: 7px 8px 10px rgba(25, 35, 45, .18), 0 2px 5px rgba(25, 35, 45, .06);
}

.tax-cm .taxonomy-product-list .main-posts .sp .entry-content,
.search .search-product-list .main-posts .sp .entry-content{
	display: flex;
	flex: 1;
	flex-direction: column;
	height: 100%;
	text-align: left;
}

.tax-cm .taxonomy-product-list .main-posts .sp .list-info,
.search .search-product-list .main-posts .sp .list-info{
	float: none;
	width: auto;
	padding: 13px;
}

.tax-cm .taxonomy-product-list .main-posts .sp .post-thumb,
.search .search-product-list .main-posts .sp .post-thumb{
	display: block;
	overflow: hidden;
}

.tax-cm .taxonomy-product-list .main-posts .sp .post-thumb img,
.search .search-product-list .main-posts .sp .post-thumb img{
	display: block;
	width: auto;
	height: auto;
	max-height: 100%;
	margin: 0;
	border-radius: 0;
	object-fit: contain;
}

.tax-cm .taxonomy-product-list .main-posts .sp:hover,
.search .search-product-list .main-posts .sp:hover{
	transform: translateY(-5px);
}

/* About page FAQ. */
.page-template-page-aboutus .about-faq{
	clear: both;
	margin: 48px 0 10px;
}

.page-template-page-aboutus .about-faq__title{
	margin: 0 0 24px;
	color: #0b2e64;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.3;
	text-align: center;
}

.page-template-page-aboutus .about-faq__list{
	display: grid;
	gap: 12px;
}

.page-template-page-aboutus .about-faq__item{
	overflow: hidden;
	border: 1px solid #dfe5eb;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(25, 35, 45, .06);
}

.page-template-page-lienhe .site-inner{
	display: none;
}

.page-template-page-aboutus .about-faq__question{
	position: relative;
	display: block;
	width: 100%;
	padding: 18px 58px 18px 20px;
	border: 0;
	background: transparent;
	color: #333;
	font-family: inherit;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.45;
	text-align: left;
	cursor: pointer;
}

.about-faq__item.is-open .about-faq__question,
.about-faq__item .about-faq__question:hover{
	color: #0455ad;
}

.page-template-page-aboutus .about-faq__question::after{
	position: absolute;
	right: 18px;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	content: "+";
	transform: translateY(-50%);
	border-radius: 50%;
	background: #eef5fc;
	color: #0455ad;
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.page-template-page-aboutus .about-faq__item.is-open .about-faq__question::after{
	transform: translateY(-50%) rotate(45deg);
	background: #0455ad;
	color: #fff;
}

.page-template-page-aboutus .about-faq__answer{
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	color: #333;
	font-size: 16px;
	line-height: 1.65;
	text-align: left;
	transition: max-height .32s ease, opacity .22s ease;
}

.page-template-page-aboutus .about-faq__answer-inner{
	padding: 18px 20px 20px;
	border-top: 1px solid #edf0f3;
}

.page-template-page-aboutus .about-faq__item.is-open .about-faq__answer{
	opacity: 1;
}

.page-template-page-aboutus .about-faq__answer-inner > :first-child{
	margin-top: 0;
}

.page-template-page-aboutus .about-faq__answer-inner > :last-child{
	margin-bottom: 0;
}

.page-template-page-aboutus .about-faq__empty{
	color: #7a838c;
	font-style: italic;
}


/* Primary sidebar: latest posts and image banner. */
.sidebar-primary .caia-post-list-widget{
	float: none;
	width: 100%;
	margin: 0 0 24px;
	padding: 0;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #e1e8ef;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(22, 40, 65, .09);
}

.sidebar-primary .caia-post-list-widget .widgettitle{
	position: relative;
	margin: 0;
	padding: 17px 20px 16px 42px;
	border-radius: 0;
	background: linear-gradient(135deg, #0b2e64, #0455ad);
}

.sidebar-primary .caia-post-list-widget .widgettitle::before{
	position: absolute;
	left: 20px;
	top: 50%;
	width: 8px;
	height: 8px;
	content: "";
	transform: translateY(-50%);
	border: 3px solid rgba(255, 255, 255, .45);
	border-radius: 50%;
	background: #fff;
}

.sidebar-primary .caia-post-list-widget .widgettitle p{
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: .2px;
}

.sidebar-primary .caia-post-list-widget .main-posts{
	padding: 4px 18px 8px;
	counter-reset: latest-post;
}

.sidebar-primary .caia-post-list-widget .post{
	width: 100%;
	margin: 0;
	padding: 15px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #e8edf2;
}

.sidebar-primary .caia-post-list-widget .post:not(:has(> a img)){
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	align-items: start;
	gap: 12px;
	counter-increment: latest-post;
}

.sidebar-primary .caia-post-list-widget .post:not(:has(> a img))::before{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	content: counter(latest-post, decimal-leading-zero);
	border-radius: 10px;
	background: #eef5fc;
	color: #0455ad;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	transition: background-color .2s ease, color .2s ease;
}

.sidebar-primary .caia-post-list-widget .post:not(:has(> a img)):hover::before{
	background: #0455ad;
	color: #fff;
}

.sidebar-primary .caia-post-list-widget .post:last-child{
	border-bottom: 0;
}

.sidebar-primary .caia-post-list-widget .post > a:not(:has(img)){
	display: none;
}

.sidebar-primary .caia-post-list-widget .post:not(:has(> a img)) .list-info{
	float: none;
	width: auto;
	min-width: 0;
	padding: 0;
}

.sidebar-primary .caia-post-list-widget .post .widget-item-title{
	display: -webkit-box;
	min-height: 42px;
	margin: 0;
	overflow: hidden;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.45;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.sidebar-primary .caia-post-list-widget .post .widget-item-title a{
	color: #263748;
	font-weight: inherit;
	text-decoration: none;
	transition: color .2s ease;
}

.sidebar-primary .caia-post-list-widget .post .widget-item-title a:hover{
	color: #0455ad;
}

.sidebar-primary .widget_media_image{
	float: none;
	width: 100%;
	margin: 0 0 24px;
	padding: 0;
	overflow: hidden;
	border: 0;
	border-radius: 16px;
	background: transparent;
	box-shadow: 0 10px 26px rgba(22, 40, 65, .12);
}

.sidebar-primary .widget_media_image img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: 16px;
}

/* Product post list inside the primary sidebar. */
.sidebar-primary .caia-post-list-widget:has(.main-posts .sp) .widgettitle{
	display: flex;
	align-items: center;
	gap: 10px;
	padding-right: 14px;
}

.sidebar-primary .caia-post-list-widget:has(.main-posts .sp) .widgettitle p{
	flex: 1;
	min-width: 0;
}

.sidebar-primary .caia-post-list-widget:has(.main-posts .sp) .widgettitle p a{
	display: -webkit-box;
	overflow: hidden;
	color: #fff;
	font-size: 17px;
	font-weight: 800;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.sidebar-primary .caia-post-list-widget:has(.main-posts .sp) .widgettitle .view-all{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 9px;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 999px;
	background: rgba(255, 255, 255, .12);
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: none;
	white-space: nowrap;
	transition: background-color .2s ease, border-color .2s ease;
}

.sidebar-primary .caia-post-list-widget:has(.main-posts .sp) .widgettitle .view-all:hover{
	border-color: #fff;
	background: #fff;
	color: #0455ad;
}

.sidebar-primary .caia-post-list-widget .post-list-child-terms{
	padding: 14px 16px 4px;
}

.sidebar-primary .caia-post-list-widget .post-list-child-terms ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar-primary .caia-post-list-widget .post-list-child-terms ul li{
	margin: 0;
	padding: 0;
	border: 0;
}

.sidebar-primary .caia-post-list-widget .post-list-child-terms a{
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 0 9px;
	border: 1px solid #dfe6ed;
	border-radius: 999px;
	background: #f7f9fb;
	color: #536171;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.sidebar-primary .caia-post-list-widget .post-list-child-terms a:hover{
	border-color: #0455ad;
	background: #0455ad;
	color: #fff;
}

.sidebar-primary .caia-post-list-widget .main-posts .sp{
	position: relative;
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	align-items: start;
	gap: 13px;
	float: none;
	width: 100%;
	margin: 0;
	padding: 15px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #e8edf2;
}

.sidebar-primary .caia-post-list-widget .main-posts .sp:last-child{
	border-bottom: 0;
}

.sidebar-primary .caia-post-list-widget .main-posts .sp .post-thumb{
	display: block;
	float: none;
	width: 92px;
	height: 92px;
	margin: 0;
	overflow: hidden;
	border: 1px solid #e8edf2;
	border-radius: 12px;
	background: #fff;
}

.sidebar-primary .caia-post-list-widget .main-posts .sp .post-thumb span{
	display: block;
	width: 100%;
	height: 100%;
}

.sidebar-primary .caia-post-list-widget .main-posts .sp .post-thumb img{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: 0;
	object-fit: contain;
	transition: transform .25s ease;
}

.sidebar-primary .caia-post-list-widget .main-posts .sp:hover .post-thumb img{
	transform: scale(1.05);
}

.sidebar-primary .caia-post-list-widget .main-posts .sp .list-info{
	display: flex;
	float: none;
	flex-direction: column;
	width: auto;
	min-width: 0;
	padding: 1px 0 0;
}

.sidebar-primary .caia-post-list-widget .main-posts .sp .widget-item-title{
	display: -webkit-box;
	margin: 0 0 15px;
	overflow: hidden;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.sidebar-primary .caia-post-list-widget .main-posts .sp .widget-item-title a{
	color: #17416e;
	font-weight: inherit;
	transition: color .2s ease;
}

.sidebar-primary .caia-post-list-widget .main-posts .sp .widget-item-title a:hover{
	color: #0455ad;
}

.sidebar-primary .caia-post-list-widget .main-posts .sp .price{
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 4px 6px;
	margin: 0 0 8px;
	color: #e1181c;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.sidebar-primary .caia-post-list-widget .main-posts .sp .quantity-price__from{
	color: #333;
	font-size: 12px;
}

.sidebar-primary .caia-post-list-widget .main-posts .sp .old-price{
	color: #87919b;
	font-size: 11px;
	font-weight: 400;
}

.sidebar-primary .caia-post-list-widget .main-posts .sp .product-color-list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	margin: 0;
}

.sidebar-primary .caia-post-list-widget .main-posts .sp .product-color{
	display: block;
	width: 17px;
	height: 17px;
	box-sizing: border-box;
	border: 2px solid #fff;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	box-shadow: 0 0 0 1px #cbd3dc;
}

.sidebar-primary .caia-post-list-widget .main-posts .sp .product-card-description,
.sidebar-primary .caia-post-list-widget .main-posts .sp .product-quick-view{
	display: none;
}

/* Home section headings. */
.home .section .widgettitle h2{
	margin: 0;
	background: linear-gradient(135deg, #0b2e64, #0455ad);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.home .section .widgettitle h2 a,
.home .section .widgettitle h2 a:hover,
.home .section .widgettitle h2 a:focus{
	background: inherit;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.home .content-cn .widgettitle,
.home .content-thuvien .widgettitle,
.home .content-lienhe .widgettitle{
	display: table;
	width: auto;
	border-bottom: 0;
	background: linear-gradient(135deg, #0b2e64, #0455ad);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.home .content-cn .widgettitle::after,
.home .content-thuvien .widgettitle::after{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: min(1200px, calc(100vw - 30px));
	height: 1px;
	content: "";
	background: #dfe5eb;
}

.home .content-cn .widgettitle::before,
.home .content-thuvien .widgettitle::before,
.home .content-lienhe .widgettitle::before{
	z-index: 1;
}

.yarpp-related{
	margin-bottom: 50px;
}

/* Related product cards use the same presentation as product archives. */
.yarpp-related .yarpp-product-list .widgettitle{
	margin: 0 12px 22px;
	padding-right: 0;
}

.yarpp-related .yarpp-product-list .widgettitle h2{
	margin: 0;
	background: linear-gradient(135deg, #0b2e64, #0455ad);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.3;
	-webkit-text-fill-color: transparent;
}

.yarpp-related .yarpp-product-list .listsp{
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 28px 20px;
	margin: 0;
	padding: 8px 12px 24px;
	box-sizing: border-box;
}

.yarpp-related .yarpp-product-list .listsp .sp{
	position: relative;
	display: flex;
	float: none;
	flex-direction: column;
	width: auto;
	height: 100%;
	min-width: 0;
	min-height: 340px;
	margin: 0;
	overflow: hidden;
	box-sizing: border-box;
	border: 0;
	border-radius: 20px;
	background: #fff;
	box-shadow: 7px 8px 10px rgba(25, 35, 45, .18), 0 2px 5px rgba(25, 35, 45, .06);
}

.yarpp-related .yarpp-product-list .listsp .sp .list-info{
	float: none;
	width: auto;
	padding: 13px;
}

.yarpp-related .yarpp-product-list .listsp .sp .post-thumb{
	display: block;
	overflow: hidden;
}

.yarpp-related .yarpp-product-list .listsp .sp .post-thumb img{
	display: block;
	width: auto;
	height: auto;
	max-height: 100%;
	margin: 0;
	border-radius: 0;
	object-fit: contain;
}

.yarpp-related .yarpp-product-list .listsp .sp:hover{
	transform: translateY(-5px);
}


/* Tables inside post and page content. */
.entry-content table{
	width: 100%;
	margin: 24px 0;
	overflow: hidden;
	border: 1px solid #dce4ec;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(22, 40, 65, .07);
	font-size: 15px;
	line-height: 1.55;
}

.entry-content table caption{
	padding: 0 0 10px;
	color: #0b2e64;
	font-size: 17px;
	font-weight: 700;
	text-align: left;
}

.entry-content table th,
.entry-content table td{
	padding: 13px 15px;
	border-right: 1px solid #e3e9ef;
	border-bottom: 1px solid #e3e9ef;
	text-align: left;
	vertical-align: top;
}

.entry-content table th{
	background: linear-gradient(135deg, #0b2e64, #0455ad);
	color: #fff;
	font-weight: 700;
}

.entry-content table tbody tr:nth-child(even) td{
	background: #f6f9fc;
}

.entry-content table tbody tr:hover td{
	background: #eef5fc;
}

.entry-content table tr > :last-child{
	border-right: 0;
}

.entry-content table tbody tr:last-child td,
.entry-content table tfoot tr:last-child td,
.entry-content table tfoot tr:last-child th{
	border-bottom: 0;
}

.entry-content table a{
	color: #0455ad;
	font-weight: 600;
}


/* Parent menu items intentionally configured with URL '#'. */
.nav-primary .menu-primary > li > .menu-parent-button{
	position: relative;
	display: block;
	height: 50px;
	margin: 0;
	padding: 0 30px;
	border: 0;
	background: transparent;
	color: #fff;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 50px;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.nav-primary .menu-primary > li.menu-item-has-children > .menu-parent-button{
	padding-right: 42px;
}

.nav-primary .menu-primary > li.menu-item-has-children > .menu-parent-button::after{
	position: absolute;
	right: 21px;
	top: 50%;
	content: "\25BE";
	transform: translateY(-52%);
	font-size: 12px;
	line-height: 1;
}

.nav-primary .menu-primary > li:hover > .menu-parent-button,
.nav-primary .menu-primary > li:focus-within > .menu-parent-button{
	background: rgba(255, 255, 255, .09);
	color: #fff;
}

.nav-primary .menu-primary > li > .menu-parent-button:focus-visible{
	outline: 2px solid #fff;
	outline-offset: -4px;
}

.nav-primary .menu-primary li.menu-item-has-children:focus-within > .sub-menu{
	left: auto;
}





/* -------------------- MOBILE ------------------*/

@media (max-width: 1200px){
	.wrap,
	.site-inner{
		width: calc(100% - 30px);
		margin: 0 15px;
	}

	.breadcrumb .wrap{
		width: calc(100% - 30px);
	}

	.content-slider .title, .content-slider .title h2{
		font-size: 40px;
	}

	.content-cn .gallery.slick-initialized .slick-next {
	    right: -10px;
	}

	.content-cn .gallery.slick-initialized .slick-prev {
	    left: -10px;
	}

}

@media (max-width: 1170px){
	.content-sp .main-posts.check-sp-slider:not(.slick-initialized){
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.content-cn .widget:nth-child(1) .gallery{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.tax-cm .taxonomy-product-list .main-posts,
	.search .search-product-list .main-posts{
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}


@media (max-width: 960px){
	.tax-cm .taxonomy-product-list .main-posts,
	.search .search-product-list .main-posts{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.content-thuvien .gallery{
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}

	.content-sp .main-posts.check-sp-slider:not(.slick-initialized){
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.yarpp-related .yarpp-product-list .listsp{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.single-sp .chitiet_sp.single-product-summary{ grid-template-columns: 1fr 1fr; gap: 24px; padding: 18px; }
	.single-product-color-list{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.single-product-featured-image,
	.single-product-slide{ min-height: 340px; }

	.content-lienhe{
		grid-template-columns: minmax(0, 1fr);
	}

	.content-lienhe iframe{
		height: 360px;
		min-height: 0;
	}

	.content-lienhe > .widget:nth-child(2){
		padding: 38px 25px 44px;
	}

	.content-lienhe > .widget:nth-child(2) > .widget-wrap{
		max-width: 680px;
	}

	.site-header,
	.title-area{
		height: 70px;
	}

	.site-header .title-area img {
	    width: 50px;
	}

	.site-header .header-widget-area{
		margin: 0;
		height: auto;
	}

	.content-head{
		height: 17px;
	}

	.click-menu{
		background: #e2efff;
	    padding: 5px 5px 0 5px;
	    right: 15px;
	    border-radius: 5px;
	}

	.click-menu .line{
		width: 28px !important;
	}

	.site-header .widget-area .widget p a{
		font-size: 13px;
		padding-left: 40px;
		margin: 16px 55px 0 0;
	}

	.site-header .widget-area .widget p a em{
		font-size: 17px;
	}

	.site-header .widget-area .widget p a::before {
	    position: absolute;
	    top: 1px;
	    left: 0;
	    width: 35px;
	    height: 35px;
	    content: "";
	    background: url(images/call2.png) no-repeat center / contain;
	}

	.site-header.f-head{
		position: fixed;
		top: 0;
		z-index: 999;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
	}

	#click-menu.f-click{
		position: fixed;
		top: 19px;
	}

	#responsive-menu.f-menu{
		position: fixed;
		top: 70px !important;
	}

	.menu-parent-button{
		border: none;
	    background: unset;
	    color: #fff;
	    font-size: 16px;
	    padding: 0;
	}

}

@media (max-width: 860px){
	.content-cn{
		padding: 42px 0 48px;
	}

	.content-cn .widget + .widget{
		margin-top: 42px;
	}

	.content-cn .gallery{
		gap: 15px;
	}

	.content-cn .widget:nth-child(2) .gallery{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.content-cn .widget:nth-child(2) .gallery .gallery-item{
		height: 120px;
		padding: 15px;
	}

	.content-cn .widget:nth-child(2) .gallery.slick-initialized .gallery-item{
		height: 120px;
	}

	.content-cn .gallery.slick-initialized .slick-prev{
		left: 3px;
	}

	.content-cn .gallery.slick-initialized .slick-next{
		right: 3px;
	}

	.content-thuvien{
		padding: 42px 0 48px;
	}

	.content-thuvien .widgettitle{
		font-size: 21px;
	}

	.content-thuvien .gallery{
		gap: 12px;
	}

	.content-thuvien .gallery-icon{
		aspect-ratio: 1 / 1;
		border-radius: 10px;
	}

	.content-cn .widgettitle,
	.content-blog .widgettitle h2 a{
		font-size: 21px;
	}

	.content-cn .widget:nth-child(1) .gallery{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.content-cn .widget:nth-child(1) .gallery .gallery-caption{
		min-height: 62px;
		font-size: 13px;
	}

	.content-sp .main-posts.check-sp-slider:not(.slick-initialized){
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.content-sp .main-posts.check-sp-slider:not(.slick-initialized){
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.content-head .wrap {
        justify-content: center;
        min-height: auto;
        text-align: left;
        display: block;
    }

	.content-head .widget:last-child {
		display: none;
	}

	.content-head p{
		font-size: 11px;
	}

	.content-head ul {
		justify-content: center;
	}

	.content-head li {
		font-size: 12px;
	}

	.content-head li + li {
		margin-left: 10px;
		padding-left: 11px;
	}

	.content-slider .slick-prev,
	.content-slider .slick-next {
		width: 36px;
		height: 36px;
	}

	.content-slider .slick-prev {
		left: 8px;
	}

	.content-slider .slick-next {
		right: 8px;
	}

	.content-slider .slick-dots {
		bottom: 10px;
	}

	.danh-muc-con {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 12px;
	}

	.danh-muc-con__name {
		padding: 11px 6px;
		font-size: 14px;
	}

	.danh-muc-con__name{
		font-size: 15px;
	}

	.content-lienhe > .widget:nth-child(2) {
        background: #fff;
    }

    .site-footer .wrap{
		grid-template-columns: 1fr;
		gap: 12px;
    }

    .site-header .header-widget-area > .widget_search{
    	display: none;
    }

    .site-header .header-widget-area{
    	display: block;
	    width: fit-content;
	    float: right;
    }

    .section {
	    margin-bottom: 25px;
	}

	.tax-cm .cm-archive-banner {
	    width: 100%;
	    margin: 0 0 20px;
	}

	.single-sp .chitiet_sp.single-product-summary{ 
		grid-template-columns: 1fr; 
		padding: 0;
	}

	.single-sp .chitiet_sp h1.entry-title{
		font-size: 24px;
	}

	.chitiet_sp .price{
		font-size: 21px;
	}

	.single-product-color-list {
        grid-template-columns: repeat(9, 1fr);
    }

    .content-sidebar .content, .sidebar-content .content{
    	width: 100%;
    	margin: 0;
    }

    .sidebar{
    	width: 100%;
    	margin: 20px 0 0;
    }

    .page main.content .entry-title, .single main.content .entry-title{

  		font-size: 26px;
    }

    .page main.content .entry-content h2, .single main.content .entry-content h2 {
	    font-size: 24px;
	    font-weight: bold;
	    color: #0455ad;
	}

	.page main.content .entry-content h3, .single main.content .entry-content h3{
		font-size: 20px;
	}


}

@media (max-width: 680px){
	.tax-cm .taxonomy-product-list .main-posts,
	.search .search-product-list .main-posts{
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px 14px;
		padding: 3px;
	}
}

@media (max-width: 568px){

	.yarpp-related .post {
	    float: left;
	    width: calc(50% - 14px);
	    margin: 20px 7px;
	}

	/* Give archive and related product cards the same usable width as home cards. */
	.tax-cm .site-inner{
		width: calc(100% - 10px);
		margin-right: 5px;
		margin-left: 5px;
	}

	.tax-cm .taxonomy-product-list .main-posts{
		gap: 20px 10px;
		margin-right: 0;
		margin-left: 0;
		padding-right: 8px;
		padding-left: 8px;
	}

	/* YARPP is already inside the page gutter; avoid applying .wrap a second time. */
	.yarpp-related .yarpp-product-list.wrap{
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.single-product-color-swatch {
	    flex: 0 0 26px;
	    width: 26px;
	    height: 26px;
	}

	.single-product-color{
		width: 30px;
		height: 30px;
	}

	.breadcrumb .wrap,
	.breadcrumb a{
		font-size: 15px;
	}

	.content-sp .main-posts.check-sp-slider .sp {
	    margin-right: 7px;
	    margin-left: 7px;
	}

	.content-sp .main-posts.check-sp-slider .slick-prev::before, .content-sp .main-posts.check-sp-slider .slick-next::before {
	    display: block;
	    color: #43505c;
	    font-size: 20px;
	    line-height: 28px;
	}

	.content-sp .main-posts.check-sp-slider .slick-prev, .content-sp .main-posts.check-sp-slider .slick-next{
		width: 32px;
		height: 32px;
		top:  3px;
	}

	.content-sp .main-posts .widget-item-title a,
	.content-sp .main-posts .price{
		font-size: 15px;
	}

	.content-sp .main-posts .widget-item-title{
		height: auto;
		min-height: auto;
	}

	.content-sp .main-posts .price .old-price{
		font-size: 12px;
	}

	.content-sp .main-posts .product-color{
		width: 20px;
		height: 20px;
	}

	.content-sp .main-posts .product-color-list{
		gap:  5px;
	}

	.content-sp .caia-post-list-widget:not(:last-child) {
	    margin-bottom: 10px;
	}

	.content-sp .widget_media_image {
	    margin-bottom: 25px;
	}

	.content-sp{
		margin-bottom: 10px;
	}

	.content-cn {
        padding: 25px 0;
    }

    .content-cn .widget:nth-child(2) .gallery .gallery-item{
    	padding: 5px;
    }

    .content-cn .gallery.slick-initialized .gallery-item{
    	margin: 0 5px !important;
    }

    .content-cn .widget:nth-child(2) .gallery.slick-initialized .gallery-item {
        height: 75px;
    }

    .content-blog .caia-post-list-widget > .widget-wrap {
		grid-template-columns: 1fr;
		grid-template-areas:
			"title"
			"featured"
			"list";
		gap: 16px;
	}

	.site-footer .widget ul li img{
		width: 40px;
	}

	.site-footer .widget:last-child ul li{
		width: auto;
	}

	.site-footer .wrap{
		padding: 30px 0 0;
	}

	.content-sp .main-posts .price{
		gap:  3px;
	}

	.content-sp .main-posts .list-info{
		padding: 13px 10px;
	}

	.content-sp .widgettitle h2 a, .content-sp .widgettitle p a{
		font-size: 22px;
	}

	.content-sp .widgettitle {
	    padding: 0 77px 12px 0;
	}

	.content-sp .widgettitle .view-all{
		min-height: 30px;
		font-size: 14px;
		padding: 0 9px;
	}

	.content-sp .main-posts.check-sp-slider .slick-prev {
	    right: 38px;
	}

	.danh-muc-con__image {
	    width: min(90%, 160px);
	}

	.danh-muc-con {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
    }

    .danh-muc-con__name {
        font-size: 12px;
    }

	.content-sp .main-posts.check-sp-slider:not(.slick-initialized){
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.content-sp .main-posts.check-sp-slider .slick-slide > div{
		display: flex;
		align-items: stretch;
	}

	.content-sp .main-posts.check-sp-slider .slick-slide > div > .sp{
		display: flex !important;
		width: calc(50% - 12px) !important;
		height: auto;
		margin: 0 6px 16px;
	}

	.content-sp .main-posts.check-sp-slider:not(.slick-initialized) .sp{
		width: auto;
		margin: 0 6px 16px;
	}
	.page-template-page-aboutus .about-faq{
		margin-top: 36px;
	}

	.page-template-page-aboutus .about-faq__title{
		font-size: 25px;
	}

	.page-template-page-aboutus .about-faq__question{
		padding: 16px 52px 16px 16px;
		font-size: 16px;
	}

	.page-template-page-aboutus .about-faq__question::after{
		right: 14px;
	}

	.page-template-page-aboutus .about-faq__answer-inner{
		padding-right: 16px;
		padding-left: 16px;
	}

	.content-lienhe iframe{
		height: 290px;
	}

	.content-lienhe > .widget:nth-child(2){
		padding: 34px 15px 0;
	}

	.content-lienhe > .widget:nth-child(2) > .widget-wrap{
		padding: 25px 20px 27px;
		border-radius: 12px;
	}

	.content-lienhe .widgettitle{
		font-size: 24px;
	}

	.content-lienhe .caldera-grid .row{
		margin-right: 0;
		margin-left: 0;
	}

	.content-lienhe .caldera-grid .row > [class*="col-"]{
		float: none;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	.content-lienhe .caldera-grid input[type="submit"]{
		width: 100%;
	}

	.yarpp-related .yarpp-product-list .listsp{
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px 10px;
		padding: 8px 8px 24px;
	}

	.yarpp-related .yarpp-product-list .widgettitle h2{
		font-size: 24px;
	}
	
	.single-product-featured-image,
	.single-product-slide{ min-height: 280px; }

	.entry-content table{
		display: table;
		width: 100%;
		max-width: 100%;
		overflow: visible;
		font-size: 14px;
		white-space: normal;
	}

	.entry-content table:has(tr > :nth-child(4)){
		display: block;
		max-width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		border-radius: 10px;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}

	.entry-content table th,
	.entry-content table td{
		padding: 11px 13px;
	}

	.single-product-actions{
		grid-template-columns: 1fr;
	}

	.single-product-order-modal{
		padding: 10px;
	}

	.single-product-order-dialog{
		max-height: calc(100vh - 20px);
	}

	.single-product-order-form{
		padding:0 15px 5px;
	}

	.single-product-order-form .caldera-grid .row.first_row{
		margin-right: -18px;
		margin-left: -18px;
	}

	.single-product-order-form .tt{
		padding: 15px 50px 12px 15px;
	}

	.single-product-order-form .tt p:first-child{
		font-size: 22px;
	}

	.single-product-order-form label, .single-product-order-form .control-label{
		font-size: 14px;
	}

	.single-product-order-form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]), .single-product-order-form select{
		height: 36px;
	}

	.single-product-order-form textarea {
        min-height: 36px;
        height: 36px !important;
    }

	.single-product-order-form .caldera-grid .row > [class*="col-"]{
		float: none;
		width: 100%;
	}

	.page .content-sidebar-wrap{
	    margin: 0 0 30px;
	}

	.single .content-sidebar-wrap{
		margin: 0;
	}

	.archive-heading {
	    margin: 0 0 20px;
	}

	.archive-heading a, .archive-heading {
	    text-align: center;
	    font-size: 26px;
	}

	.single-product-order-form .tt p{
		font-size: 10px;
	}

	.tax-cm .taxonomy-product-list .main-posts .sp .list-info, .search .search-product-list .main-posts .sp .list-info,
	.yarpp-related .yarpp-product-list .listsp .sp .list-info {
	    padding: 13px 10px;
	}

	.category main.content{
		grid-template-columns:  1fr;
	}

}


@media (max-width: 420px){
	.single-sp .chitiet_sp .button-cart .button{ grid-template-columns: 1fr; }
}
