/*
	Theme Name: CAIA
	Theme URI: http://caia.vn
	Description: Themes hỗ trợ Genesis Theme v2.7.3 and Wordpress v5.0 trở lên
	Author: HoangLT, TuanNM
	Author URI: http://caia.vn
	Version: 4.2
	Template: genesis
*/

/* Defaults
------------------------------------------------------------ */


@font-face {
    font-family: 'SVN-Gotham';
    src: url('fonts/SVN-Gotham.otf') format('opentype');
}

@font-face {
    font-family: 'SVN-Gotham-Black';
    src: url('fonts/SVN-Gotham Black.otf') format('opentype');
}

@font-face {
    font-family: 'SVN-Gotham-Bold';
    src: url('fonts/SVN-Gotham Bold.otf') format('opentype');
}


@font-face {
    font-family: 'Amasis eText';
    src: url('fonts/AmasiseText1.ttf') format('truetype');
}

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: 'SVN-Gotham', 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: 'SVN-Gotham', 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: none;
}

a img {
	border: none;
}

/* Body
------------------------------------------------------------ */

body {
	background: url(images/backgroup.jpg) repeat center;
}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}

/* Wrap
------------------------------------------------------------ */

.site-container {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

.wrap {
	margin: 0 auto;
	width: 1200px;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

.site-header {
	margin: 0 auto;
	height: 145px;
	width: 100%;
	float: left;
	background: #f0eae4;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    border-bottom: 4px solid #732442;
}

.site-header .wrap{
	position: relative;
	display: table;
}

.site-header .wrap::before {
    content: '';
    position: absolute;
    width: 101%;
    height: 8px;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    background: #c29e61;
    z-index: 1;
}

.title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 100px;
	height: 145px;
}

.site-title {
	font-family: 'SVN-Gotham', 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: 16px;
	padding: 0;
	display: none;
}

.site-header .widget-area {
	float: right;
	padding: 0;
	width: calc(100% - 150px);
}

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary{
	float: left;
	width: 100%;
	height: 50px;
	background: #333;
}

.nav-primary .wrap{
	width: 1200px;
}

.menu-primary,
.menu-secondary,
.site-header .menu {
	clear: both;
	color: #333;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.menu-primary ul,
.menu-secondary ul,
.site-header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
.site-header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
.site-header .menu a {
	color: #732442;
    display: block;
    padding: 12px 30px;
    position: relative;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
}

.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: #436253;
}

.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: #732442;
	border-bottom: 1px solid #ddd;
	color: #fff;
	font-size: 16px;
	padding: 10px;
	position: relative;
	text-transform: none;
	width: 230px;
	font-weight: bold;
}

.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: #436253;
    color: #fff;
}

.menu-primary li ul,
.menu-secondary li ul,
.site-header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
.site-header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
.site-header .menu li ul ul {
	margin: -36px 0 0 250px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
.site-header .menu li:hover>ul,
.site-header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
.site-header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* Inner
------------------------------------------------------------ */

.site-inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 20px;
	width: 1200px;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb{
	float: left;
	width: 100%;
	padding: 25px 0 0;
	font-size: 16px;
}

.breadcrumb .wrap{
	width: 1200px;
    font-weight: 500;
    text-transform: uppercase;
}

.breadcrumb a{
	color: #333;
	font-size: 16px;
	font-weight: 400;
}

.breadcrumb .label{
	margin: 0 5px;
	font-weight: 400;
	color: #333;
}

/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap {
	float: left;
	width: 750px;
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

.content {
	float: left;
	padding: 0;
	width: 450px;
}

.content-sidebar .content,
.sidebar-content .content {
	width: 770px;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
	margin-left: 0;
}

.full-width-content .content {
	width: 100%;
}

.post {
	margin: 0 0 20px;
}

.entry-content {
	overflow: hidden;
	text-align: justify;
}

.entry-content p {
	margin: 0 0 15px;
	text-align: justify;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}

/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'SVN-Gotham', 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;
	font-weight: bold;
}

h2 a,
h2 a:visited {
	color: #333;
	font-family: 'SVN-Gotham', 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 {
	font-size: 26px;
    color: #732442;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 700;
}

.widget-area .widgettitle a {
	color: #333;
	text-decoration: none;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
	text-align: justify;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: disc;
	margin: 0 0 0 30px;
	padding: 0;
	text-align: justify;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}

/* Post Info
------------------------------------------------------------ */

.entry-header .entry-meta {
	font-size: 13px;
	margin: -5px 0 15px;
}

/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 13px;
	padding: 5px 0 0;
}

/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 10px 10px 0px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 0;
	text-align: center;
	width: auto !important;
}

p.wp-caption-text {
	font-size: 13px;
	margin: 5px 0;
	text-align: center;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

/* Post Navigation
------------------------------------------------------------ */

.pagination {
	font-size: 16px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
	text-align: center;
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	background: #f2f2f2;
	color: #333;
	height: 40px;
	width: 40px;
	line-height: 40px;
	display: inline-block;
}

.pagination li a:hover,
.pagination li.active a {
	background: #641835;
	color: #fff;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 390px;
}

.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 {
	margin: 0 0 15px;
	padding: 0 0 15px;
	float: left;
	width: 100%;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 15px;
}

.sidebar.widget-area ul li,
.footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: #f2f2f2;
	cursor: pointer;
	padding: 10px 20px;
	color: #333;
	-webkit-appearance: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
    float: right;
    border: 2px solid #436253;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    height: 40px;
}

.sidebar .search-form {
	padding: 5px 0 0 15px;
}

.search-form input[type="search"] {
	height: 40px;
    border: none;
    border-radius: 10px;
    background: unset;
    padding: 0 15px;
    color: #436253;
    font-weight: 500;
}

.search-form input[type="submit"] {
    background: url(images/social_icon_search.png) no-repeat center center;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    margin: 0;
}

.search-form input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #436253;
    font-weight: 600;
	opacity: 1; /* Firefox */
	font-size: 16px;
}

.search-form input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #436253;
	font-size: 16px;
    font-weight: 600;
}

.search-form input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
	color: #436253;
    font-weight: 600;
    font-size: 16px;
}

/* Footer
------------------------------------------------------------ */

.site-footer {
	float: left;
	clear: both;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	background: url(images/backgroup-footer.jpg) no-repeat center top;
	color: #fff;
	background-size: cover;
	padding-top: 100px;
}

.site-footer .wrap {
	overflow: hidden;
	padding: 15px 0;
	width: 1200px;
}

.site-footer p {
	color: #fff;
}

.site-footer a,
.site-footer a:visited {
	color: #fff;
}

.site-footer a:hover {
	color: #fff;
	text-decoration: none;
}

.site-footer .widget{
	float: left;
	width: 100%;
}

/* Comments
------------------------------------------------------------ */

.entry-comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
	float: left;
	width: 100%;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
    padding: 10px;
    width: 348px;
    float: left;
    background: #fff;
}

#comment {
    height: 90px;
    margin: 10px 0;
    width: 98%;
    background: #fff;
}

input#submit {
    float: left;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: 0;
	background: #fff;
}

.comment-content{
	padding-left: 70px;
}

.comment-content p {
	font-size: 15px;
	margin: 0 0 15px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.comment-meta {
	font-size: 12px;
	margin: 0 0 5px;
}

.comment-meta a{
	color: #666;
}

.comment-reply {
	font-size: 13px;
	font-weight: 300;
}

.comment-reply a{
	background: #f2f2f2;
	color: #333;
	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: #636363;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
    background: #000;
}

.content-slider{
	float: left;
	width: 100%;
}

.kh_big_line {
    background: #436253;
    height: 50px;
}

.section{
	float: left;
	width: 100%;
	position: relative;
}

.site-header .menu>li>a{
	position: relative;
}

.site-header .menu>li>a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #732442;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.site-header .menu>li.menu2>a{
	line-height: 52px;
}

.site-header .menu>li a span{
	display: block;
}

.site-header .menu>li:last-child::before{
	content: unset;
}

.site-header .widget-area .widget_nav_menu{
	float: left;
	width: 100%;
}

.site-header .widget-area .widget{
	float: right;
}

.site-header .widget-area .widget_nav_menu{
	width: fit-content;
	margin: 20px 0 0;
}

.site-header .widget:nth-child(2){
    padding: 6px 0px;
    background-color: #732442;
    color: #fff;
    border-radius: 0 0 10px 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin: 0 15px 0 0;;
}

.site-header .widget:nth-child(2) a{
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	font-size: 17px;
	background: url(images/call.png) no-repeat left center;
	background-size: 30px;
	padding: 5px 5px 5px 35px;
}

.site-header .widget:nth-child(2) a em{
	font-weight: 800;
	font-style: inherit;
	font-size: 18px;
}

.content-about .widget:first-child .widgettitle,
.distinctive .widgettitle,
.content-product .widget:first-child .widgettitle,
.content-news .widgettitle{
    color: #436253;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: bold;
    background: url(images/icon_line.png) no-repeat left bottom;
    padding-bottom: 5px;
    padding-left: 50px;
    position: relative;
    margin: 65px 0 15px;
}

.content-about .widget:first-child .widgettitle::before,
.content-product .widget:first-child .widgettitle::before,
.content-news .widgettitle::before{
	content: '';
    position: absolute;
    background: url(images/icon_sen.png) no-repeat center;
    width: 65px;
    height: 65px;
    left: -32px;
    top: 5px;
    z-index: 2;
}

.content-about .widget:first-child{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.content-product .widget:first-child{
	float: left;
	width: 100%;
	margin-bottom: 70px;
}

.content-about .widget:first-child p,
.content-product .widget:first-child p,
.content-news p{
	font-weight: 500;
	color: #631a89;
	font-family: 'LNTH-Yellowtail';
	font-size: 40px;
}

.content-about .widget{
	float: left;
}

.content-about .widget:nth-child(2),
.content-about .widget:nth-child(4){
	float: left;
	width: 360px;
	margin: 70px 0 0;
}

.content-about .widget:nth-child(2) p,
.content-about .widget:nth-child(4) p{
	color: #345145;
    font-weight: 500;
    font-size: 19px;
    text-align: justify;
}

.content-about .widget:nth-child(3){
	width: calc(100% - 720px);
}

.content-about .widget:nth-child(4) p a,
.hb_story .story:last-child p a,
.story_technology .nd p a,
.story_usin .nd p a{
	padding: 5px 30px;
    color: #fff;
    background-color: #732442;
    border-radius: 30px;
    font-weight: 600;
    display: table;
    margin: 30px 0 0 0;
}

.distinctive .widgettitle{
	background: unset !important;
	padding-left: 0 !important;
	margin: 70px 0 15px;
}

.distinctive ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Chia thành 3 cột bằng nhau */
    gap: 15px; /* Khoảng cách giữa các item */
}

.distinctive ul li{
	list-style-type: none;
    color: #345145;
    line-height: 1.25;
    font-weight: 500;
    font-size: 19px;
    display: flex;
    align-items: flex-start;
    margin: 15px 15px 10px 0;
}

.site-header .menu>li:last-child>a:before{
	content: unset;
}

.distinctive ul li em{
	font-size: 80px;
    font-weight: 800;
    color: #732442;
    line-height: 62px;
    font-style: inherit;
    margin: 0 10px 0 0;
}

.content-product .widget{
	float: left;
	width: 100%;
}

.content-product .widget:nth-child(1) ul li{
	list-style-type: none;
	float: left;
	margin: 0 20px;
	color: #436253;
	text-transform: uppercase;
	font-weight: 600;
	padding: 6px 30px;
	border: 2px solid #436253;
	border-radius: 30px;
	font-size: 19px;
	cursor: pointer;
}

.content-product .widget:nth-child(1) ul li em{
	font-style: inherit;
}

.content-product.slide .widget:nth-child(2) li:nth-child(n+3){
	display: none;
}

.content-product .widget:nth-child(1) ul li a{
	color: #436253;
	text-transform: uppercase;
	font-weight: 600;
}

.content-product .widget:nth-child(1) ul li:hover a,
.content-product .widget:nth-child(1) ul li.active a{
	color: #fff;
}

.content-product .widget:nth-child(1) ul li.active,
.content-product .widget:nth-child(1) ul li:hover{
	background: #732442;
	color: #fff;
	border: 2px solid #732442;
}

.content-product .widget:nth-child(1) ul{
	display: flex;
    justify-content: center;
    margin: 50px 0;
}

.content-product .widget:nth-child(n+2){
	float: left;
	width: 100%;
}

.content-product .widget:nth-child(n+2) .widget-wrap{
	float: right;
	width: 855px;
	background: url(images/trang-sach_03.jpg) no-repeat bottom right;
	min-height: 577px;
	position: relative;
	text-align: center;
	margin-right: 50px;
}

.kh_box_prod .kh_wrap_prod{
	float: right;
	width: 855px;
	background: url(images/Nen-xanh-la_03.jpg) no-repeat bottom right;
	min-height: 577px;
	position: relative;
	text-align: center;
	margin-right: 50px;
}

.content-product .widget:nth-child(n+2) ul li{
	list-style-type: none;
	margin: 0 15px;
	float: left;
	width: calc(33.33% - 30px);
	text-align: center;
}

.content-product .widget:nth-child(n+2){
	display: none;
}

.content-product .widget.current{
	display: block;
} 

.content-product .widget:nth-child(n+2) .widget-wrap::before,
.kh_box_prod .kh_wrap_prod::before{
	content: '';
	width: 105px;
	height: 583px;
	background: url(images/gay-sach.png) no-repeat bottom center;
	position: absolute;
	left: -105px;
    bottom: 0;
}

.content-product .widget:nth-child(n+2) .widget-wrap::after,
.kh_box_prod .kh_wrap_prod::after{
	content: '';
	width: 130px;
	height: 380px;
	background: url(images/2-book.png) no-repeat bottom center;
	position: absolute;
	left: -235px;
    bottom: 0;
}

.kh_wrap_prod h2{
    width: 450px;
    text-align: left;
    margin: 70px 0 20px 75px !important;
    display: block !important;
    font-size: 26px !important;
    font-family: 'SVN-Gotham', sans-serif !important;
    font-weight: 700 !important;
    padding-bottom: 20px;
}

.kh_wrap_prod h2:before {
    content: '';
    position: absolute;
    background: url(images/line_cct.png) no-repeat;
    width: 100%;
    height: 12px;
    left: -20px;
    bottom: 0;
}

.content-product .widget:nth-child(n+2) .widgettitle,
.kh_wrap_prod h2{
	background-color: #f3ec78;
    background-image: linear-gradient(90deg, #f0cf88, #fff0c6, #f0cf88);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 800;
    display: inline-block;
    position: relative;
    font-family: 'Times New Roman';
    margin: 110px 0 60px;
}

.content-product .widget:nth-child(n+2) .widgettitle::before {
    content: '';
    position: absolute;
    background: url(images/icon_title.png) no-repeat center;
    height: 100%;
    width: 50px;
    left: -50px;
    top: 5px;
}

.content-product .widget:nth-child(n+2) .widgettitle::after {
    content: '';
    position: absolute;
    background: url(images/icon_title.png) no-repeat center;
    height: 100%;
    width: 50px;
    right: -50px;
    top: 5px;
    transform: rotate(180deg);
}

.content-product .widget:nth-child(n+2) .textwidget{
	width: 750px;
	margin: 0 auto;
}

.content-product .widget:nth-child(n+2) ul li a{
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	line-height: 1.5;
	
}

.content-product .widget:nth-child(n+2) ul li a em{
	font-style: inherit;
}

.content-product .widget:nth-child(n+2) ul li img{
	height: 145px;
	width: auto;
	margin: 0 auto 15px;
	display: block;
}

.content-product .widget:nth-child(n+2) p {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3ec78;
    background-image: linear-gradient(90deg, #f0cf88, #fff0c6, #f0cf88);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    font-size: 1.4rem;
    font-weight: 600;
    flex: 0 0 70%;
    max-width: 70%;
}

.content-product .kh_table {
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
    height: 150px;
    left: 0;
    background: url(images/table.jpg) no-repeat bottom center;
    background-size: cover;
}

.content-product .wrap{
	position: relative;
	z-index: 9;
}

.content-product{
	padding-bottom: 100px;
}

.content-produc{
	padding-bottom: 100px;
}

.content-top .widget{
	margin: 0 auto 30px;
    padding: 50px 70px;
    background: url(images/bg_archi_03.jpg) no-repeat center;
    width: 850px;
    position: relative;
    background-size: cover;
    border-radius: 0 0 10px 10px;
    min-height: 260px;
}

.content-top .widget::before {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 10px);
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border: 2px solid #ffd200;
    border-radius: 0 0 10px 10px;
    border-top: 0;
}

.content-top ul,
.content-top .textwidget{
	float: left;
	width: 100%;
}

.content-top .slick-dots li{
    width: auto !important;
    margin: 0 2px !important;
    background: #aca6a6;
    border-radius: 50px;
}

.content-top .slick-dots li.slick-active button,
.content-top .slick-dots li:hover button{
	background: #fff;
}

.content-top .slick-dots{
	text-align: center;
	margin: 20px 0 !important;

}

.content-top .widget ul div li{
	list-style-type: none;
	float: left;
	width: calc(50% - 30px);
	margin: 0 15px;
	text-align: center;
	color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 1.3;
}

.content-top .widget ul li img{
	margin: 0 auto 20px;
	display: block;
}

.content-news p{
	width: 75%;
    line-height: 48px;
    margin: 30px 0;
}

.content-news .widget ul{
	float: left;
	width: 100%;
}

.content-news .widget ul li{
	list-style-type: none;
	float: left;
	width: calc(25% - 40px);
	margin: 20px 20px 0;
	text-align: center;
}

.content-news .widget ul li img {
	width: calc(100% - 16px);
    height: 244px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    padding: 7px;
    border: 1px solid #996076;
    margin-bottom: 10px;
    object-fit: cover;
}

.content-news .widget ul li a {
    color: #732442;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
}

.content-partner .widget {
     padding: 20px 100px;
    background: #ebdcd8;
    border-radius: 15px;
    border: 2px solid #641835;
    position: relative;
    width: 576px;
    margin: 0 auto;
    display: table;
}

.content-partner .widget ul li{
	list-style-type: none;
	float: left;
	width: calc(33.33% - 30px);
	text-align: center;
	margin: 25px 15px 0;
}

.content-partner .widget ul li img{
	margin-bottom: 0;
}

.content-partner .dt{
    position: absolute;
    transform: translateX(-50%);
    top: -50px;
    left: 50%;
}

.content-partner{
	margin-top: 100px;
}

.content-partner .widgettitle{
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    position: absolute;
    top: -20px;
    padding: 5px 0;
    width: 80%;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 25px;
    color: #fff;
    background: #641835;
}

.site-footer .widget .widgettitle{
	font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    width: 33.33%;
    
}

.site-footer .widget{
	border-top: 1px solid #ccc;
	margin-top: 10px;
    padding-top: 10px;
}

.site-footer .widget:first-child{
	border-top: none;
	padding-top: 0;
}

.site-footer .widget ul li{
    float: left;
    width: calc(33.33% - 50px);
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-right: 50px;
}

.site-footer .widgettitle span{
	display: block;
}

.site-footer .widget ul li img{
	margin: 0 15px 0 0;
}

.site-footer .widget ul li a{
	display: block;
}

.site-footer .widget ul li em{
	font-style: inherit;
}

.content-fix{
	position: fixed;
	top: 35%;
	right: 0;
	z-index: 9;
}

.content-fix ul li{
	list-style-type: none;
}

.site-footer .widget:last-child{
	text-align: center;
	padding-top: 25px;
}

.site-footer .widget:nth-child(3) .widgettitle{
	background: url(images/icon_footer.png) no-repeat left center;
    display: block;
    text-indent: -999px;
    background-size: 170px;
    padding: 10px 0;
    width: 170px;
}

.site-footer .widget:nth-child(3) ul li{
    float: left;
    width: calc((100% - 170px) / 3);
    text-align: center;
    list-style-type: none;
    display: inline-block;
    margin: 18px 0;
    position: relative;
}

.site-footer .widget:nth-child(3) ul li::before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 20px;
    background: #ccc;
}

.site-footer .widget:nth-child(3) ul li:last-child::before{
	content: unset;
}

.site-header.f-head .widget:nth-child(2){
	position: fixed;
    z-index: 999;
    width: fit-content;
    left: auto;
    right: 0;
    transform: translateX(-50%);
}

.content-br img{
	width: 100%;
}

.menu-cat ul li{
	list-style-type: none;
	float: left;
}

.menu-cat ul{
	display: flex;
    margin: 70px auto;
    width: 100%;
}

.menu-cat ul li a{
    color: #436253;
    font-weight: 600;
    display: block;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-size: 24px;
    padding: 0 45px;
    line-height: 1.5;
}

.menu-cat ul li a:hover,
.menu-cat ul li.active-category a{
	color: #732442;
	background: url(images/icon_line_1.png) no-repeat bottom center;
	padding-bottom: 20px;
	background-size: 180px 8px;
}

.menu-cat ul li a:hover::before,
.menu-cat ul li.active-category a::before{
	position: absolute;
    content: '';
    background: url(images/icon_sen_color.png) no-repeat;
    width: 56px;
    height: 54px;
    left: -10px;
    top: 37%;
    transform: translateY(-50%);
}

.news-cat{
	border-top: 2px solid #732442;
    border-bottom: 2px solid #732442;
    margin-bottom: 40px;
} 

.bvnb{
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    background-color: #fff6d0;
    background-image: linear-gradient(90deg, #fff6d0, #e3ca97, #fff6d0);
    padding: 30px 0;
}

.news-cat .post{
	margin: 0 15px;
}

.news-cat .post img{
	width: 145px;
	height: 145px;
	object-fit: cover;
	border-radius: 100%;
	border: 1px solid #732442;
	margin: 0 auto 20px;
}

.news-cat .post .widget-item-title a{
	color: #732442;
	display: -webkit-box !important;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 19px;
    line-height: 1.5;
}

.news-cat .slick-prev{
	background: url(images/prev.png) no-repeat center center;
    width: 26px;
    height: 60px;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 300;
    text-indent: -9999px;
    outline: 0;
    cursor: pointer;
    border: 0;
    background-size: 25px;
    opacity: 0;
}

.news-cat .slick-next{
	background: url(images/next.png) no-repeat center center;
    width: 26px;
    height: 60px;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 300;
    text-indent: -9999px;
    outline: 0;
    cursor: pointer;
    border: 0;
    background-size: 25px;
    opacity: 0;
}

.news-cat .main-posts:hover .slick-next,
.news-cat .main-posts:hover .slick-prev{
	opacity: 1;
}

.category main.content .post,
.search main.content .post,
.tag main.content .post,
.author main.content .post{
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.category main.content .post img,
.search main.content .post img,
.tag main.content .post img,
.author main.content .post img{
	width: 330px;
	height: 330px;
	object-fit: cover;
	padding: 0;
	padding: 0;
	margin: 0 70px 0 0;
	border-radius: 100%;
	border: 2px solid #732442;
}

.category main.content .post:before,
.search main.content .post:before,
.tag main.content .post:before {
    content: '';
    position: absolute;
    width: calc(100% - 330px);
    height: 2px;
    background: #732442;
    bottom: 0;
    left: auto;
    right: 0;
}

.category main.content .post .entry-title,
.search main.content .post .entry-title,
.tag main.content .post .entry-title{
	margin: 30px 0 0 0;
}

.category main.content .post .entry-title a,
.search main.content .post .entry-title a,
.tag main.content .post .entry-title a,
.author main.content .post .entry-title a{
	color: #732442;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	
}

.category main.content .post p,
.search main.content .post p,
.tag main.content .post p{
	color: #297200;
	font-weight: 500;
	font-size: 19px;
}

.category main.content .post .more-link,
.search main.content .post .more-link,
.tag main.content .post .more-link{
	display: block;
    padding: 7px 32px;
    background: #732442;
    color: #fff;
    border-radius: 50px;
    font-size: 19px;
    width: fit-content;
    margin: 30px 0 0 0;
}

.category main.content .post .more-link:hover, 
.search main.content .post .more-link:hover,
.tag main.content .post .more-link:hover{
	background: #297200;
}

.thamvan {
    float: left;
    width: 500px;
}

.content-date {
    float: right;
}

.thamvan p a {
    background: url(images/post-editor.png) no-repeat left 10px center;
    color: #333;
    font-style: italic;
    padding: 0 0 0 29px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 15px;
}

.thamvan p a em {
    font-weight: 600;
    font-size: 15px;
    color: #0e8c45;
    font-style: inherit;
}

.single main.content .entry-content {
    float: left;
    width: 100%;
}

.content-date .entry-modified-time {
    background: url(images/date.png) no-repeat left center;
    padding-left: 25px;
    margin-bottom: 10px;
    background-size: 15px;
    font-size: 15px;
    display: inline-block;
}

.single .entry-title, .page .entry-title {
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 26px;
    color: #610003;
    font-weight: bold;
    
}

.name-category {
	color: #333;
    margin-top: 41px;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.single main.content .entry-content p,
.single main.content .entry-content ul li{
	font-size: 17px;
}

.single .entry-content h2, .page .entry-content h2, .single-fitwp_question .content .answer-content h2,
.single .entry-content h2 span, .page .entry-content h2 span {
    font-size: 24px;
    font-weight: 700 !important;
    margin: 15px 0;
    color: #993366;
}

.single .entry-content h3, .page .entry-content h3, .single-fitwp_question .content .answer-content h3,
.single .entry-content h3 span, .page .entry-content h3 span {
    font-size: 20px;
    font-weight: 700 !important;
    margin: 15px 0;
    color: #ff6600;
}


.yarpp-related, .content-info-meta {
    float: left;
    width: 100%;
    margin: 15px 0;
}

.content-info-meta .info-author {
    text-align: right;
    margin-bottom: 10px;
}

.content-info-meta .info-author span{
	margin-right: 10px;
}

div.caia-social-share {
    float: right;
    position: relative;
    width: 39%;
}

.ques-cat{
	text-align: center;
}

.category main.content .post:last-child::before,
.search main.content .post:last-child::before{
	content: unset;
}

.product-cat .widgettitle p{
	text-align: center;
	font-weight: 600;
    font-size: 32px;
    color: #436253;
    text-transform: uppercase;
}

.product-cat .widgettitle{
	margin: 50px 0 60px;
}

.product-cat .sp{
	margin: 75px 15px;
	text-align: center;
}

.product-cat .sp .list-info{
	opacity: 0;
}

.product-cat .sp.slick-current .list-info{
	opacity: 1;
}

.product-cat .sp .widget-item-title a{
	color: #436253;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto;
    line-height: 1.3;
}

.product-cat .sp .widget-item-title{
	width: 80%;
	margin: 0 auto;
}

.product-cat .sp.slick-current img{
	transform: scale(1.3);
    margin: -60px 0 70px;
}

.product-cat  .slick-prev{
	background: url(images/prev.png) no-repeat center center;
    width: 26px;
    height: 60px;
    position: absolute;
    left: -10px;
    top: 45%;
    transform: translateY(-50%);
    z-index: 300;
    text-indent: -9999px;
    outline: 0;
    cursor: pointer;
    border: 0;
    background-size: 25px;
}

.product-cat .slick-next{
	background: url(images/next.png) no-repeat center center;
    width: 26px;
    height: 60px;
    position: absolute;
    right: -10px;
    top: 45%;
    transform: translateY(-50%);
    z-index: 300;
    text-indent: -9999px;
    outline: 0;
    cursor: pointer;
    border: 0;
    background-size: 25px;
}

.sidebar .yarpp-related .widgettitle,
.sidebar .widget .widgettitle a{
	background: url(images/icon_la_cay.png) no-repeat left center;
	padding-left: 40px;
	margin: 20px 0;
	font-size: 26px;
    color: #732442;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 700;
}

.sidebar .yarpp-related .post{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.sidebar .yarpp-related .post img{
	width: 175px;
	height: 118px;
	object-fit: cover;
	border: 1px solid #436253;
	border-radius: 15px;
	float: left;
	margin: 0 15px 0 0;
}

.sidebar .yarpp-related .post a{
	color: #333;
	font-weight: 500;
	font-size: 17px;
}

.sidebar .yarpp-related .post .widget-item-title{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.zalo-chat-widget{
	display: none;
}

.youtube {
    background-color: #000;
    margin-bottom: 20px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid #732442;
    border-radius: 25px;
}

.youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:hover{
  background-color: red;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.embed-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    float: left;
}

.embed-video iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.main-posts.video .widget-item-title a{
    position: relative;
    padding-left: 55px;
    display: -webkit-box !important;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    
}

.main-posts.video .widget-item-title a:before {
    content: '';
    position: absolute;
    background: #993366;
    -webkit-mask-image: url(images/play_icon.png);
    mask-image: url(images/play_icon.png);
    -webkit-mask-repeat: no-repeat;
    width: 40px;
    height: 40px;
    left: 0;
    bottom: 0;
    -webkit-mask-size: 40px 40px;
	mask-size: 40px 40px;
}

.main-posts.video .widget-item-title a:hover {
    color: #297200;
}

.main-posts.video .widget-item-title a:hover:before {
    background: #297200;
}

.main-posts.video .widget-item-title{
	margin: 0 15px;
}

.sidebar .yarpp-related .post:last-child{
	margin-bottom: 0;
}

.content-new{
	position: relative;
	z-index: 9;
}

.search-results .archive-heading{
	margin: 30px 0 50px !important;
}

.page main.content h1,
.th_title,
.search-results .archive-heading{
    color: #436253;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 400;
    background: url(images/icon_line.png) no-repeat left 10px bottom;
    padding-bottom: 25px;
    padding-left: 75px;
    position: relative;
    margin: 55px 0 15px;
}

.page main.content h1{
	margin: 55px 0 25px;
}

.h2story{
	color: #436253;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 700;
    background: url(images/icon_line.png) no-repeat left 10px bottom;
    padding-bottom: 16px;
    padding-left: 75px;
    position: relative;
    margin: 55px 0 15px;
}

.page main.content h1::before,
.th_title::before,
.search-results .archive-heading::before,
.h2story::before{
	content: '';
    position: absolute;
    background: url(images/icon_sen.png) no-repeat center;
    width: 65px;
    height: 65px;
    left: 0;
    top: -5px;
    z-index: 2;
}

.mota_page p{
	font-weight: 500;
	font-size: 19px;
}

.child-pages{
	width: 720px;
	display: table;
	margin: 20px auto;
}

.child-pages li{
	list-style-type: none;
	float: left;
	width: calc(50% - 32px);
	margin: 30px 15px 0;
	position: relative;
    border: 1px solid #888;
    box-shadow: 5px 5px 5px #ccc;
    overflow: hidden;
}

.child-pages li h2 {
    position: absolute;
    z-index: 1;
    width: calc(100% - 20px);
    left: 0;
    top: 0;
    height: calc(100% - 40px);
    text-align: right;
    padding: 20px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0;
}

.child-pages li a {
    color: #fff;
    font-weight: 500;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 19px;
}

.child-pages li img{
	width: 100%;
	display: block;
	margin: 0;
	transform-origin: 65% 100%;
    transition: transform 1s, filter .5s ease-out;
}

.child-pages li:hover img {
    transform: scale(1.08);
}

.tab_page li{
	list-style-type: none;
	margin: 0 5px 30px;
	float: left;
	width: 100%;
	text-align: center;
}

.tab_page{
	display: flex;
    list-style: none;
    padding-left: 0;
    margin: 0 -2px;
    justify-content: center;
}

.tab_page a{
	display: block;
    font-size: 16px;
    border: 1px solid #732442;
    color: #732442;
    padding: 6px 10px;
}

.tab_page a.active-tab, .tab_page a:hover {
    background-color: #732442;
    color: #fff;
}

.content_page{
	width: 90%;
    margin: 50px auto;
}

.content_page .tieude {
    color: #436253;
    font-size: 35px;
    position: relative;
    padding-top: 10px;
    margin-bottom: 10px;
    line-height: 1;
    margin: 30px 0 20px;
    font-weight: bold;
    
}

.content_page .tieude::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #436253;
    top: 0;
    left: 0;
}

.content_page p,
.content_page ul{
	margin-bottom: 15px;
}

.content_page ul{
	margin-left: 20px;
}

.list_product .widget_media_image{
	display: table;
    margin: 50px auto 0;
    text-align: center;
    float: left;
    width: 100%;
}

.list_product{
	margin: 50px 0 0;
}

.list_product .tieude li,
.list_product .caia-post-list-widget .widgettitle a{
	list-style-type: none;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}

.list_product .caia-post-list-widget .widgettitle,
.list_product .caia-post-list-widget .main-posts{
	border-radius: 0 !important;
}

.list_product .tieude li:first-child,
.list_product .caia-post-list-widget .widgettitle{
	width: calc(25% - 2px);
    margin: 0 2px 0 0;
	background-color: #732442;
    padding: 19px 0;
    border-radius: 30px 0 0 0;
    float: left;
}

.list_product .caia-post-list-widget .widgettitle{
	background-color: #732442d1;
	padding: 134px 0;
}

.list_product .caia-post-list-widget .widgettitle a{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list_product .tieude li:last-child{
	width: 75%;
	background-color: #3c5000;
    padding: 19px 0;
    border-radius: 0 30px 0 0;
    float: left;
}

.list_product .caia-post-list-widget .main-posts{
	width: calc(80% - 60px);
    padding: 30px 35px;
    background-color: #3c50001a;
     border-radius: 0 30px 0 0;
    float: left;
}

.list_product .caia-post-list-widget{
	margin-bottom: 2px;
	float: left;
	width: 100%;
}

.list_product .slick-prev{
	background: url(images/prev.png) no-repeat center center;
    width: 18px;
    height: 36px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 300;
    text-indent: -9999px;
    outline: 0;
    cursor: pointer;
    border: 0;
    background-size: 18px;
}

.list_product .slick-next{
	background: url(images/next.png) no-repeat center center;
    width: 18px;
    height: 36px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 300;
    text-indent: -9999px;
    outline: 0;
    cursor: pointer;
    border: 0;
    background-size: 18px;
}

.list_product .sp{
	margin: 0 15px;
	padding: 20px;
    background-color: #fff;
    border: 1px solid #732442;
    text-align: center;
}

.list_product .sp .widget-item-title a{
	color: #151515;
	text-transform: uppercase;
	font-weight: 600;
    line-height: 1.5;
}

.list_product .sp .widget-item-title{
 	margin: 15px 0 0;
 	   text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.archive h1{
	display: none;
}

.banner-cmsp{
	text-align: center;
	margin: 50px 0 30px;
}

.box_about .type_prod,
.box_about .img_prod{
	float: left;
	width: 50%;
}

.box_about .img_prod{
	text-align: center;
	margin: 50px 0 0;
	float: right;
}

.type_prod p,
.type_prod ul{
	margin-bottom: 15px;
}

.kh_link_buy a {
    background-color: #610003;
    padding: 10px 40px;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 30px 0 0;
    display: table;
}

.page-story {
	background: url(images/backgroup-history.webp) no-repeat center;
    background-size: 100% 100%;
    padding: 80px 0;
}

.page-story .widget:first-child{
	float: left;
	width: 100%;
}

.page-story .widget:first-child .widgettitle{
	color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: bold;
    position: relative;
    padding-left: 50px;
    padding-bottom: 15px;
    
}

.page-story .widget:first-child .widgettitle::before{
	content: '';
    position: absolute;
    background: #fff;
    -webkit-mask-image: url(images/icon_sen.png);
    mask-image: url(images/icon_sen.png);
    -webkit-mask-repeat: no-repeat;
    width: 66px;
    height: 63px;
    left: -32px;
    top: 0;
    z-index: 2;
}

.page-story .widget:first-child .widgettitle::after {
    content: '';
    position: absolute;
    background: #fff;
    -webkit-mask-image: url(images/icon_line.png);
    mask-image: url(images/icon_line.png);
    -webkit-mask-repeat: no-repeat;
    width: 364px;
    height: 89px;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.page-story .widget:first-child ul li{
	list-style-type: none;
    float: left;
    width: calc(25% - 115px);
    color: #fff;
    text-align: center;
    position: relative;
    padding-left: 80px;
    padding-right: 35px;
    font-size: 14px;
    margin: 20px 0 50px;
}

.page-story .widget:first-child ul li strong{
	display: block;
	font-size: 40px;
    font-weight: 600;
    margin: 70px 0;
}

.page-story .widget:first-child ul li:before {
    content: '';
    position: absolute;
    background: url(images/history_before.png) no-repeat;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 150px;
}

.page-story .widget:nth-child(n+2){
	float: left;
	width: calc(25% - 30px);
	margin-right: 30px;
	color: #fff;
}

.page-story .widget:nth-child(n+2) p{
	color: #fff;
	font-size: 14px;
}

.page-story .widget:nth-child(n+2) .title{
	color: #fff;
    font-weight: bold;
    font-size: 21px;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 5px;
    
}

.page-story .widget:nth-child(n+2) .title span{
	display: block;
}

.page-story .widget:nth-child(n+2) img{
	width: 90px;
    margin: 0 15px 60px 0;
}

.info_prod,
.prod_link {
	margin: 50px 0 0;
}

.info_prod h2,
.prod_link h2{
	font-size: 19px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: underline;
    text-decoration-color: #732442;
    color: #732442;
    font-weight: 500;
    margin-bottom: 40px;
}

.kh_info_prod .prod_link{
	float: left;
    width: 30%;
    margin-right: 7%;
}

.kh_info_prod .info_prod{
	float: left;
	width: 63%;
}

.info_prod .list_info .info,
.prod_link .sp{
	float: left;
	width: calc(20% - 22px);
    margin: 0 20px 30px 0;
    min-width: 150px;
    text-align: center;
}

.info_prod.rieng .list_info .info,
.prod_link.rieng .sp{
	width: 155px !important;
}

.info_prod .list_info .info p,
.prod_link .sp p a{
	font-weight: 600;
    color: #732442;
    text-transform: uppercase;
    text-align: center;
    font-size: 19px;
    line-height: 25px;
}

.info_prod.full,
.prod_link.full{
	width: 80%;
}

.info_prod .list_info .anh,
.prod_link .anh{
	background-color: #fff;
	border: 1px solid #732442;
	width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    overflow: hidden;
    margin: 0 0 15px 0;
}

.part_prod h2 span{
	display: block;
    color: #732442;
    font-size: 30px;
    width: 80%;
    margin: 0 auto;
}

.part_prod h2{
	color: #436253;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	margin: 70px 0 40px;
	
}

.part_prod .list_prod {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -15px;
    justify-content: flex-start;
}

.part_prod .list_prod .info {
    flex: 0 0 20%;
    max-width: calc(20% - 30px);
    padding: 0 15px 30px;
    text-align: center;
}

.part_prod .list_prod .info img{
	width: 132px;
	height: 134px;
	object-fit: cover;
	margin: 0 0 15px 0;
}

.part_prod .list_prod .info p{
	font-weight: bold;
    color: #732442;
    font-size: 22px;
    
}

.part_prod .list_prod .info:nth-last-child(-n+5) {
    justify-content: center;
}

.banner_pc img{
	width: 100%;
}

.part_prod{
	margin-bottom: 30px;
}

.pack_uses{
	margin-top: 15px;
}

.list_tab li{
    list-style-type: none;
    position: relative;
    display: block;
    color: #436253;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
    float: left;
    padding: 0 40px;  
    cursor: pointer;
}

.list_tab li h2{
    position: relative;
    display: block;
    color: #436253;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 32px;
    float: left; 
    cursor: pointer;
    margin: 0;
}

.list_tab{
	width: fit-content;
	margin: 20px auto;
	display: table;
}

.list_tab li.active h2{
	color: #732442;
}

.list_tab li.active{
	padding-left: 40px;
	color: #732442;
	position: relative;
}

.list_tab li.active::before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(images/icon_sen_color.png) no-repeat center center;
    background-size: auto;
    background-size: auto;
    background-size: cover;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.list_tab li.active::after {
    content: '';
    position: absolute;
    background: url(images/icon_line_1.png) no-repeat center center;
    background-size: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: auto;
    bottom: -5px;
    height: 10px;
}

/*.list_tab li:last-child::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #436253;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}*/

.list_content .cnt div:first-child{
	float: left;
	width: 40%;
	margin:50px 0 0 0;
	flex: 0 0 40%;
    max-width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list_content .cnt:first-child div:last-child{
	float: left;
	width: calc(60% - 50px);
	margin:50px 50px 0 0;
}

.list_content .cnt{
	float: left;
	width: 100%;
	display: none;
}

.list_content .cnt.active{
	display: flex !important;
}

.list_content .cnt{
    margin: 0 auto;
    align-items: center;
    justify-content: center;	
}

.list_content .cnt li{
	color: #444;
    font-size: 19px;
    margin-bottom: 30px;
    cursor: pointer;
    padding-left: 45px;
    list-style-type: none;
}

.list_content .cnt:first-child li,
.list_content .cnt:last-child li.active{
    background: url(images/icon_la_cay.png) no-repeat left top;
}

.list_content .show_img li{
	background: unset;
	padding-left: 0;
	margin: 0;
}

.show_img li{
	height: 0;
	opacity: 0;
}

.show_img li.current{
	height: auto;
	opacity: 1;
}

.list_content .cnt:last-child div:first-child{
	width: 80%;
	flex: 0 0 80%;
    max-width: 80%;
    margin: 15px 0 0;
}

.list_content .cnt .show_img{
	width: 50%;
}

.list_content .cnt:last-child li{
	font-weight: bold;
	
}

.kh_wrap_container {
    border: 1px solid #058d43;
    border-radius: 30px;
    background-color: #fff;
    padding-top: 50px;
    margin: 50px 0;
}

.kh_wrap_container h2{
	text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #436253;
    text-align: center;
    
}

.list_tutorial{
	width: 85%;
    margin: 0 auto;
    margin-top: 60px;
}

.list_tutorial ul{
	list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}

.list_tutorial ul li {
    flex: 0 0 50%;
    max-width: calc(50% - 60px);
    margin: 0 30px 60px;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.list_tutorial ul li .anh {
    width: 190px;
    height: 190px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #067748;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    float: left;
}

.list_tutorial ul li span{
	color: #610003;
    font-size: 27px;
    font-weight: 500;
    display: block;
    border-bottom: 1px solid #610003;
    margin-bottom: 15px;
    width: fit-content;
}

.list_tutorial ul li div:last-child{
	float: left;
	width: calc(100% - 210px);
}

.list_tutorial ul li p{
	color: #666;
    font-weight: 500;
    font-size: 16px;
}

.kh_box_prod{
	float: left;
	width: 100%;
	margin: 50px 0 15px;
}

.kh_wrap_prod h3, 
.kh_wrap_prod p{
	color: #fff;
	text-align: left;
}

.kh_wrap_prod .cnt{
    padding: 0 0 0 65px;
    width: 400px;
}

.kh_wrap_prod h3{
	font-size: 18px;
	font-weight: bold;
	
}

.kh_wrap_prod p{
	font-size: 12px;
	margin-bottom: 15px;
}

.content-cct{
	padding-bottom: 150px;
}

.content-cct .kh_table {
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: -1;
    height: 270px;
    left: 0;
    background: url(images/chuyen_toc_background.jpg) no-repeat top center;
    background-size: cover;
}

.page-template-page-cauchuyentoc .content-partner{
	margin: 0;
}


.list_diemban{
	margin: 40px 0 0;
}

.list_diemban .tab_info li:last-child{
	border-right: 0;
}

.list_diemban .tab_info li{
	list-style-type: none;
    float: left;
    width: calc(100% / 5 - 12px);
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    color: #436253;
    font-size: 20px;
    /* padding-bottom: 10px; */
    border-right: 1px solid #436253;
    text-align: center;
    line-height: 19px;
    margin-bottom: 10px;
    
}

.list_diemban .tab_info li.current{
    color: #732442;
    position: relative;
    padding-left: 45px;
    padding-right: 47px;
    width: fit-content;
    margin-left: 30px;
}

.list_diemban .tab_info li.current::before{
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(images/icon_sen_color.png) no-repeat center center;
    background-size: auto;
    background-size: cover;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.list_diemban .tab_info li.current::after{
    content: '';
    position: absolute;
    background: url(images/icon_line_1.png) no-repeat center center;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: auto;
    bottom: -15px;
    height: 10px;
}

.content_info{
	float: left;
	width: 100%;
}

.content_info .tab-cnt.current{
	display: block;
}

.content_info .tab-cnt{
	display: none;
}

.list_diemban .tab_info{
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.content_info .tab-cnt ul,
.page-template-page-diembantp .entry-content ul{
	float: left;
	width: 100%;
}

.content_info .tab-cnt li,
.page-template-page-diembantp .entry-content ul li{
    width: 25%;
    margin-bottom: 15px;
    list-style-type: none;
    float: left;
}

.content_info .tab-cnt li a,
.page-template-page-diembantp .entry-content ul li a {
    padding: 12px 30px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: #345145;
    border-radius: 30px;
    padding-left: 50px;
    position: relative;
    display: inline-block;
    background: url(images/icon_la_cay.png) no-repeat left center;
    padding-left: 45px;
}

.page-template-page-diembantp .entry-content ul li{
	margin-left: 0;
}

.list_diemban .tab_info li:first-child{
	margin-left: 0;
}

.kh_wrap_content_cct {
    float: right;
    width: calc(100% - 245px);
    margin: 0 55px 55px 190px;
    background: url(images/giay_03_03.png) no-repeat top center;
    min-height: 1108px;
    background-size: inherit;
    position: relative;
}

.kh_wrap_content_cct::before{
	content: '';
	width: 177px;
	height: 1108px;
	background: url(images/bia-giay_02_02.png) no-repeat top center;
	position: absolute;
	left: -163px;
	top: 0;
}

.content_cct{
	width: 600px;
    margin: 80px 30px 0 50px;
    float: left;
}

.sidebar_cct{
    width: 200px;
    float: left;
    margin-right: 50px;
    margin-top: 60px;
}

.hb_parent_item{
    font-weight: 600;
    padding: 4px 0;
    font-size: 15px;
    text-transform: uppercase;
    border-top: 1px solid #212529;
    border-bottom: 1px solid #212529;
}

.kh_wrap_content_cct h1{
	text-transform: uppercase;
    line-height: 1.2;
    font-size: 26px;
    color: #610003;
    font-weight: bold;
    margin: 15px 0;
    
}

.gd_post__meta{
	font-weight: 600;
	margin: 15px 0;
}

.kh_wrap_content_cct .content_ct {
    max-height: 800px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    padding-right: 20px;
    scrollbar-color: #626262 #ccc;
    font-size: 16px;
}

.kh_detail_content {
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #626262 #ccc;
    font-size: 16px;
}

.kh_des_seasona,
.kh_wrap_content_cct .content_ct h2 {
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
    color: #732442;
    line-height: 1.4;
}

.kh_wrap_content_cct .content_ct p{
	font-size: 16px;
	margin-bottom: 15px;
}

.kh_wrap_box_content.kh_toturial {
    padding: 30px 20px;
    background-color: #e3ca97;
    background-image: linear-gradient(90deg, #e3ca97, #fdf5cf, #e3ca97);
}

.kh_wrap_content_cct .kh_sm_title {
    color: #732442;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 20px;
}

.kh_list_cct{
    background: url(images/body_02.png) repeat center;
    padding: 0;
    background-size: contain;
    position: relative;
}

.kh_list_cct::before{
	content: '';
    width: 200px;
    background: url(images/top_01.png) no-repeat;
    position: absolute;
    top: -60px;
    left: 0;
    height: 60px;
    background-size: cover;
}

.kh_list_cct::after{
    content: '';
    width: 200px;
    background: url(images/bottom_02.png) no-repeat;
    position: absolute;
    bottom: -45px;
    left: 0;
    height: 46px;
    background-size: cover;
}

.kh_list_cct .parent_cct{
	color: #732442;
	font-size: 15px;
	font-weight: 600;
	padding: 10px 25px;
	cursor: pointer;
}

.kh_list_cct .page_cct:last-child .parent_cct{
	padding-bottom: 0;
}

.kh_list_cct .tax_cct {
	padding: 5px 15px 5px 40px;
    background-color: #7b343fe6;
    margin-top: 10px;
    transition: max-height 0.4s ease;
}

.tax_cct.active {
}

.kh_list_cct .tax_cct li{
	color: #fff;
}

.kh_list_cct .tax_cct a{
	font-size: 15px;
	color: #fff;
	font-weight: 600;
}

.kh_list_cct .page_cct{
	position: relative;
} 

.kh_list_cct .page_cct::before{
	content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    background: url(images/line_cct_2_03.png) no-repeat center;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
} 


.kh_list_cct .page_cct:last-child::before{
	content: unset;
}

.kh_relate_cct{
	margin: 80px 0 0;
}

.kh_relate_cct .widget .widgettitle{
	position: relative;
	margin-bottom: 20px;
}

.kh_relate_cct .widget .widgettitle::after{
	content: '';
	width: 70px;
	height: 2px;
	background: #732442;
	position: absolute;
	bottom: 0;
	left: 0;
}

.kh_relate_cct .widget .widgettitle p,
.kh_relate_cct .widget .widgettitle a{
	color: #732442;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
}

.kh_relate_cct .widget img{
	border: 2px solid #49310c;
	border-radius: 10px;
}

.kh_relate_cct .widget .widget-item-title a{
	color: #222;
}

.kh_relate_cct .widget .widget-item-title{
	line-height: 21px;
}

.kh_detail_content table{
    border: 1px solid #222;
    background-color: #ccc;
    border-collapse: collapse;
}

.single main.content table{
	border: 1px solid #222;
    border-collapse: collapse;
}

.kh_detail_content table td ,
.single main.content table td{
    padding: 5px;
}

.kh_detail_content table tr.kh_header_table{
	background: #732442;
	color: #fff;
	text-align: center;
}

.kh_detail_content table tr, 
.kh_detail_content table td,
.single main.content table tr,
.single main.content table td {
    border: 1px solid #222;
    vertical-align: top;
}

.kh_detail_content .kh_list_reason {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 20px; /* khoảng cách giữa các item */
}

.kh_detail_content .kh_list_reason .kh_item_reason{
	float: left;
	width: calc(50% - 10px);
}

.kh_detail_content .kh_item_reason .kh_title_list{
	display: flex;
	align-items: center; /* Thêm dòng này để căn giữa theo chiều dọc */
	margin-bottom: 10px;
	color: #732442;
	font-size: 17px;
}

.kh_detail_content .kh_item_reason .kh_title_list .kh_num_reason {
    width: 30px;
    height: 50px;
    font-size: 40px;
    line-height: 1;
}

.kh_detail_content .kh_item_reason .kh_title_list .kh_name_reason {
	flex: 1;
    line-height: 22px;
}

.kh_title_content.kh_title_season {
    font-size: 18px;
    margin-bottom: 30px;
    color: #46001b;
    font-weight: 600;
}


.kh_box_tab {
  display: flex;
  flex-wrap: wrap;
}
.kh_nav_tab {
  width: 25%;
}
.kh_box_img {
  width: 75%;
}
.kh_item_nav {
  cursor: pointer;
  padding: 10px;
}
.kh_item_nav.active {
  background-color: #ff6ea54f;
}
.kh_img_pt {
  display: none;
}
.kh_img_pt.show {
  display: block;
}

.kh_item_nav a{
	color: #333;
}

.kh_item_nav.active a{
	color: #732442;
}

.thanhdieuhuong a{
	color: #333;
	text-transform: uppercase;
	font-size: 17px;
}

.thanhdieuhuong{
	margin: 25px 0 0;
}

.page-template-page-diembancon h1{
	margin: 20px 0 30px !important;
}

.pills-tab li{
	list-style-type: none;
    opacity: 0.6;
    display: inline-block;
    margin: 20px 15px 0 0;
    background: url(images/line_cct_2_03.png) no-repeat bottom center;
    padding-bottom: 5px;
    background-size: contain;
    cursor: pointer;
}

.pills-tab li.active{
	opacity: 1;
	color: #732442;
} 

.tab_content_cct .tab-pane.active{
	display: block;
}

.tab_content_cct .tab-pane{
	display: none;
}

.tab_content_cct .tab-pane #season-text,
.one_post #season-text{
	font-size: 26px !important;
    color: #610003 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    margin: 25px 0 0 !important;
    
}

.hb_story{
	float: left;
	width: 100%;
}

.hb_story .story{
	float: left;
    width: 375px;
    margin: 70px 0 ;
}

.hb_story .story h2{
	color: #436253;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
}

.hb_story .story:first-child{
	text-align: right;
}

.hb_story .story:last-child{
	text-align: left;
}

.hb_story .story:nth-child(2) {
	width: 410px;
    margin: 15px 20px 0;
}

.hb_story .story p{
	color: #436253;
	font-size: 18px;
}

.page-template-page-venguyenxuan .th_title{
	font-weight: bold !important;
	
}

.h2story{
	margin: 70px 0 50px !important;
	float: left;
	width: 100%;
}

.story_technology .anh{
	float: left;
	width: cacl(50% - 4px);
	border: 2px solid #732442;
	border-radius: 25px;
}

.story_technology .anh img{
	width: 100%;
	border-radius: 25px;
}

.story_technology .nd{
	float: left;
	width: calc(50% - 30px);
	margin-left: 30px;
}

.story_usin .nd{
	float: left;
	width: 50%;
}

.story_usin .anh{
	float: right;
	width: cacl(50% - 60px);
	margin: 0 30px;
}

.story_usin .nd h3,
.story_technology .nd h3{
	color: #732442;
	font-weight: bold;
	font-size: 22px;
	margin: 15px 0;
	
}

.story_technology .nd p,
.story_usin .nd p{
	color: #436253;
	font-size: 18px;
}

.module_ingredien ul li{
	list-style-type: none;
	flex: 0 0 20%;
    max-width: calc(20% - 30px);
    padding: 0 15px 30px;
    text-align: center;
    font-weight: bold;
    color: #732442;
    font-size: 22px;
    line-height: 24px;
    
}

.module_ingredien ul{
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -15px;
    justify-content: flex-start;
}

.module_ingredien ul li img {
    width: 132px;
    height: 134px;
    object-fit: cover;
    margin: 0 auto 15px;
    display: block;
}

.module_ingredien{
	margin: 50px 0 ;
}

/* --- làm mobi ---*/

.tab_sp{
	width: 950px;
	display: table;
	margin: 0 auto;
}

.tab_sp li{
    list-style-type: none;
    border: 1px solid #6f2942;
    color: #6f2942;
    text-align: center;
    width: calc(33.33% - 12px);
    margin: 50px 5px;
    float: left;
    font-size: 18px;
    cursor: pointer;
    padding: 5px 0 3px;
}

.tab_sp li.active,
.tab_sp li:hover{
	background: #6f2942;
	color: #fff;
}

.content_tab1{
	text-align: center;
}

.list_tp .tp{
    float: left;
    width: calc(25% - 40px);
    margin: 0 5px;
    background: linear-gradient(to top, #fcfbf8, #f7f0e4, #fcfbf8);
    padding: 15px;
}

.list_tp .tp p{
	color: #6f2942;
    font-size: 24px;
    font-weight: bold;
    font-family: 'LNTH-Yellowtail';
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    margin: 5px 0 15px;
}

.list_tp .tp ul li{
	list-style-type: none;
	float: left;
	width: calc(50% - 10px);
	margin: 0 5px 10px;
	text-align: center;
	color: #223e31;
	font-style: italic;
}

.list_tp .tp ul li img{
	display: table;
	margin: 0 auto 10px;
}

.list_tp .tp ul li:nth-child(2n+1){
	clear: both;
}

.content_tab.active{
	display: block;
}

.content_tab{
	float: left;
	width: 100%;
	display: none;
}

.list_tp .tp:nth-child(3) li:nth-child(3),
.list_tp .tp:nth-child(4) li{
	width: 100%;
}

.content_tab2 h2{
    color: #6f2942;
    text-transform: uppercase;
    font-family: 'LNTH-Yellowtail';
    text-align: center;
    font-size: 32px;
    margin: 20px 0 50px;
}

.content_tab2 h2 span{
	display: block;
}

.content_tab2 .qtr img{
	float: left;
	width: 118px;
	margin: 0 30px 0 0;
}

.content_tab2 .nd{
	float: left;
	width: calc(100% - 148px);
}

.content_tab2 .qtr{
	float: left;
	width: 100%;
	margin: 0 0 40px;
}

.content_tab2 .nd h3{
	color: #6f2942;
	font-size: 22px;
	font-weight: bold;
	font-family: 'LNTH-Yellowtail';
}

.content_tab3 h2{
	color: #6f2942;
	font-size: 32px;
	font-weight: bold;
	font-family: 'LNTH-Yellowtail';
	position: relative;
	text-transform: uppercase;
	float: left;
	width: 100%;
	margin: 30px 0;
}

.content_tab3 .cnt:first-child h2::after{
    content: '';
    height: 1px;
    width: 90%;
    position: absolute;
    background: #6f2942;
    bottom: 12px;
    right: 0;
}

.content_tab3 .cnt:nth-child(2) h2::after{
    content: '';
    height: 1px;
    width: 84%;
    position: absolute;
    background: #6f2942;
    bottom: 12px;
    right: 0;
}

.content_tab3 .cnt h3{
	color: #6f2942;
	font-size: 22px;
	font-weight: bold;
	font-family: 'LNTH-Yellowtail';
}

.content_tab3 .cnt .nd{
	float: left;
	width: 100%;
}

.content_tab3 .cnt:first-child .nd2{
	float: right;
	width: 450px;
	text-align: right;
}

.content_tab3 .cnt:first-child .nd1{
	float: left;
	width: calc(100% - 450px);
}

.content_tab3 .cnt p{
	margin-bottom: 15px;
}

.content_tab3 .cnt:nth-child(2) .nd1{
	float: left;
	width: 300px;
	text-align: center;
}

.content_tab3 .cnt:nth-child(2) .nd2{
	float: left;
	width: calc(100% - 300px);
	margin: 40px 0 0 0;
}

.content_tab3 .cnt:nth-child(2) .nd2 h4{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
	
}

.quiz-question {
    margin: 50px 0;
    float: left;
    width: 100%;
}

.question-title {
    font-weight: bold;
    margin-bottom: 10px;
    
}

#show-result,
#thamkhao p:first-child a {
    margin-top: 20px;
    padding: 20px 65px;
    background: url(images/nopdapan.png) no-repeat center center;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: table;
    margin: 30px auto 0;
    font-weight: bold;
    font-size: 20px;
    background-size: 240px;
    
}

#show-result span,
#thamkhao p:first-child a strong{
	background: url(images/nhan.png) no-repeat left center;
    padding-left: 60px;
    padding: 10px 0px 10px 45px;
    background-size: 35px;
}

#thamkhao p:nth-child(2){
	color: #6f2942;
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
}

#thamkhao p:nth-child(2) em{
	display: block;
	font-style: inherit;
}

#result-output {
    margin-top: 20px;
    font-weight: bold;
}

.quiz-question .question-title{
	background: linear-gradient(to right, #f5eeee05, #720b38, #f5eeee05);
    text-align: center;
}

.quiz-question .question-title p{
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
}

.quiz-question .question-title p em{
	display: block;
	font-style: inherit;
}

.list-answer .answer-option {
    padding: 10px;
    margin-bottom: 6px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
    float: left;
    width: calc(33.33% - 52px);
    text-align: center;
    margin: 30px 15px 0;
}

.list-answer .answer-option:nth-child(3n+1){
	clear: both;
}

.answer-option img {
	display: table;
    margin: 10px auto 15px;
}

.answer-option.selected,
.answer-option:hover {
    background-color: #4362534d;
    color: #436253;
    font-weight: 700;
}

.quiz-question-3 .list-answer,
.quiz-question-9 .list-answer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* Mặc định căn trái */
  gap: 20px; /* Khoảng cách giữa các phần tử */
}

.quiz-question-3 .list-answer > .answer-option,
.quiz-question-9 .list-answer > .answer-option {
  width: calc(50% - 80px); /* Chiều rộng để cố gắng xếp 5 cột */
  padding: 15px 10px;
  background: #f3e6d0;
  text-align: center;
  box-sizing: border-box;
  border-radius: 40px;
  margin: 0;
}

/* Căn giữa hàng cuối nếu số phần tử không đủ 5 */
.quiz-question-3 .list-answer:last-child,
.quiz-question-9 .list-answer:last-child {
  justify-content: center;
}

/* Điều chỉnh lại justify-content cho các hàng có đủ 5 phần tử */
.quiz-question-3 .list-answer:not(:last-child),
.quiz-question-9 .list-answer:not(:last-child) {
  justify-content: flex-start;
}

.quiz-question-6 .list-answer .answer-option,
.quiz-question-7 .list-answer .answer-option,
.quiz-question-8 .list-answer .answer-option{
    float: left;
    width: calc(50% - 80px);
    margin: 10px 30px;
    background: #f3e6d0;
    border-radius: 38px;
    padding: 15px 10px;
}

.quiz-question-6 .list-answer .answer-option:nth-child(2n+1),
.quiz-question-7 .list-answer .answer-option:nth-child(2n+1),
.quiz-question-8 .list-answer .answer-option:nth-child(2n+1){
	clear: both;
}

.quiz-question-6 .list-answer .answer-option:nth-child(3n+1),
.quiz-question-7 .list-answer .answer-option:nth-child(3n+1),
.quiz-question-8 .list-answer .answer-option:nth-child(3n+1){
	clear: inherit;
}

.quiz-question-9 .list-answer,
.quiz-question-3 .list-answer,
.quiz-question-5 .list-answer,
.quiz-question-6 .list-answer,
.quiz-question-7 .list-answer,
.quiz-question-8 .list-answer{
	margin-top: 50px;
	position: relative;
}

.quiz-question-3 .list-answer .answer-option.selected,
.quiz-question-3 .list-answer .answer-option:hover,
.quiz-question-6 .list-answer .answer-option.selected,
.quiz-question-6 .list-answer .answer-option:hover,
.quiz-question-7 .list-answer .answer-option.selected,
.quiz-question-7 .list-answer .answer-option:hover,
.quiz-question-8 .list-answer .answer-option.selected,
.quiz-question-8 .list-answer .answer-option:hover,
.quiz-question-5 .list-answer .answer-option.selected,
.quiz-question-5 .list-answer .answer-option:hover,
.quiz-question-9 .list-answer .answer-option.selected,
.quiz-question-9 .list-answer .answer-option:hover{
	background: #4362533b;
}

.quiz-question-5 .list-answer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* Mặc định căn trái */
  gap: 10px; /* Khoảng cách giữa các phần tử */
}

.quiz-question-5 .list-answer > .answer-option {
  width: calc(20% - 50px); /* Chiều rộng để cố gắng xếp 5 cột */
  padding: 15px 10px;
  background: #f3e6d0;
  text-align: center;
  box-sizing: border-box;
  border-radius: 40px;
}

/* Căn giữa hàng cuối nếu số phần tử không đủ 5 */
.quiz-question-5 .list-answer:last-child {
  justify-content: center;
}

/* Điều chỉnh lại justify-content cho các hàng có đủ 5 phần tử */
.quiz-question-5 .list-answer:not(:last-child) {
  justify-content: flex-start;
}

.quiz-question-5 img{
    margin: 10px auto 15px;
    width: auto;
    height: 70px;
}

.quiz-question-8 .question-title p,
.quiz-question-9 .question-title p{
	padding: 29px 0;
}

.list-answer.center-last-row {
  justify-content: center;
}

.quiz-question-9 .answer-option{
	    display: flex;
    align-items: center;
    justify-content: center;
}

.quiz-question-9 .answer-option img{
	display: inherit;
	margin: 0 5px 0 0;
}

.quiz-question-9{
	margin-bottom: 100px;
}

.result,
#thamkhao{
	display: none;
}

#result-output .result{
	float: left;
	width: 100%;
	margin-bottom: 70px;
}

#result-output .result h2{
    text-align: center;
    font-family: 'SVN-Gotham-Black';
    text-transform: uppercase;
    font-size: 22px;
    background: #720f38;
    width: fit-content;
    display: table;
    margin: 50px auto 70px;
    color: #fff;
    padding: 10px 90px;
    border-radius: 30px 0;
}

#result-output .result .nd1{
	float: left;
	width: 60%;
}

#result-output .result .nd2{
	float: right;
	width: 40%;
	text-align: right;
}

#result-output .result h3{
	color: #720f38;
	font-size: 20px;
	margin: 15px 0px 10px;
}

#result-output .result p{
	margin-bottom: 7px;
}

#result-output .result .nd2 ul li{
	list-style-type: none;
}

#result-output .result:nth-child(even) .nd2{
	float: left;
	text-align: left;
}

#result-output .result:nth-child(even) .nd1{
	float: right;
}

.post-type-archive-sp .mota_page{
	margin-top: 50px;
}

.info_bsi{
	float: left;
	width: 100%;
	margin: 50px 0 30px;
}

.info_bsi img{
	float: left;
	width: 330px;
	border: 3px solid #732442;
	border-radius: 30px;
}

.info_bsi .mota{
	float: right;
	width: calc(100% - 400px);
}

.page-template-page-bacsi article .entry-content{
	float: left;
}

.page-template-page-bacsi main.content h1{
	color: #732442;
	font-size: 35px;
	text-transform: uppercase;
	background: unset;
	padding: 0;
	font-weight: bold;
	margin: 0 0 5px;
	border-top: 1px solid #212529;
    padding-top: 25px;
}

.page-template-page-bacsi main.content h1 em{
	display: block;
	font-style: inherit;
	color: #212529;
	font-size: 16px;
	font-weight: 600;
	font-family: 'SVN-Gotham', Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

.page-template-page-bacsi main.content h1::before{
	content: unset;
}

.page-template-page-bacsi .mota p{
	color: #732442;
    font-size: 18px;
    font-weight: bold;
}

.page-template-page-bacsi .mota ul{
    border-top: 1px solid #212529;
    padding-top: 30px;
    margin-top: 15px;
}

.page-template-page-bacsi .mota ul li{
	list-style-type: none;
	font-size: 18px;
	margin-bottom: 25px;
	float: left;
	width: 100%;
}

.page-template-page-bacsi .mota ul li strong{
	color: #436253;
	font-size: 18px;
	text-transform: uppercase;
	float: left;
	width: 240px;
	margin-right: 20px;
}

.page-template-page-bacsi .mota ul li em {
  font-style: inherit;
  float: left;
  width: calc(100% - 260px);
}

.page-template-page-bacsi .th_title{
	line-height: 35px;
	margin-bottom: 30px;
}

.info_bsi .th_title::before{
	top: -12px;
}

.page-template-page-bacsi .entry-content h2{
	color: #732442;
    font-size: 25px;
    text-transform: uppercase;
    background: url(images/icon_la_cay.png) no-repeat left center;
    padding-left: 45px;
}

.page-template-page-bacsi .entry-content ul li{
	margin-bottom: 7px;
}

.page-template-page-bacsi .ques-cat{
	text-align: center;
    border-top: 3px solid #732442;
    padding-top: 20px;
    padding-top: 20px;
}

.caia_rating{
	float: left;
	width: 50%;
}

.caia-social-share{
	float: right;
	width: 50%;
}

.info-author{
    margin: 50px 0;
    border-bottom: 1px dashed #73244261;
    padding-bottom: 50px;
}

.info-author .top img{
	padding: 0;
	border: none;
	width: 200px;
}

.info-author .top .right{
	float: right;
	width: calc(100% - 250px);
}

.info-author .top h1.name{
	display: block !important;
	color: #732442;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.popup {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  z-index: 9999;
}

.hanhtrinh .widget:first-child .widgettitle{
	color: #436253;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: bold;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.hanhtrinh{
	margin: 70px 0 0;
}

.hanhtrinh .widget:first-child .widgettitle span{
	display: block;
}

.hanhtrinh .widget p{
	color: #345145;
    font-size: 19px;
}

.hanhtrinh .image-upload{
	width: 950px;
	margin: 40px auto;
}

.hanhtrinh .image-upload .readmore{
	background: #841943;
    text-transform: uppercase;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0 30px;
    margin: 40px auto;
    display: table;
}

.hanhtrinh .image-upload .readmore:hover{
	background: #436253;
}

.hanhtrinh .caia_code_widget{
	width: 950px;
	margin: 0 auto;
	position: relative;
}

.hanhtrinh .caia_code_widget iframe{
	width: 100%;
    height: 500px;
}

.hanhtrinh .caia_code_widget::after{
	content: '';
	width: 400px;
	height: 183px;
	background: url(images/bgvd.png) no-repeat center center;
	position: absolute;
    right: -95px;
    bottom: -50px;
}

.page-template-page-hanhtrinh .entry-content p{
	font-size: 19px;
}

.page-template-page-hanhtrinh .site-inner{
    overflow: visible;
}

.hanhtrinh_sumenh .nd{
	float: left;
	width: 50%;
	position: relative;
}

.hanhtrinh_sumenh .nd:first-child{
	margin: 0 10px 0 0;
	width: calc(50% - 10px);
}

.hanhtrinh_sumenh .nd:first-child::after{
	content: '';
    width: 166px;
    height: 75px;
    background: url(images/danl.png);
    position: absolute;
    left: -39px;
    top: -33px;
    z-index: 9999;
}

.hanhtrinh_sumenh .nam:nth-child(even) .nd:first-child::after{
	content: '';
    width: 166px;
    height: 75px;
    background: url(images/dan.png);
    position: absolute;
    right: -39px;
    top: -33px;
    z-index: 9999;
    left: auto;
}

.hanhtrinh_sumenh .nd:first-child .ved{
    width: calc(100% - 20px);
    background: #fff;
    padding: 15px 10px 0;
    float: left;
}

.hanhtrinh_sumenh .nam:nth-child(even) .nd:first-child{
	float: right;
}

.hanhtrinh_sumenh .nd:last-child .text{
	width: 340px;
    text-align: justify;
    float: right;
    background: url(images/bgnam.webp) no-repeat left top -50px;
    padding: 0px 30px 100px 75px;
    background-size: 450px;
    position: relative;
}

.hanhtrinh_sumenh .nd:last-child .text::after{
    content: '';
    width: 120px;
    height: 100px;
    background: url(images/hoa.png) no-repeat;
    position: absolute;
    right: 77px;
    top: -40px;
    background-size: 115px;
}

.hanhtrinh_sumenh .nam:nth-child(even) .nd:last-child .text{
    width: 340px;
    text-align: right;
    float: left;
    background: url(images/bgnam2.webp) no-repeat right top -50px;
    padding: 0px 75px 100px 30px;
    background-size: 450px;
}

.hanhtrinh_sumenh .nam{
	float: left;
	width: 100%;
	padding: 0 0 50px;
}

.shadow-bottom {
    position: absolute;
    bottom: 0px;
    width: 80%;
    right: 10%;
    height: 40px;
    background: rgb(0 0 0 / 81%);
    filter: blur(10px);
    z-index: -1;
    border-radius: 10px;
}

.shadow-right {
	position: absolute;
    bottom: 12%;
    width: 36px;
    right: 2px;
    height: 70%;
    background: rgb(0 0 0);
    filter: blur(6px);
    z-index: -1;
    border-radius: 10px;
}

.hanhtrinh_sumenh .nd h3 em{
	display: block;
	font-style: inherit;
}

.hanhtrinh_sumenh .nd h3{
	color: #436253;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-top: 45px;
}

.hanhtrinh_sumenh .nd:last-child h2{
	background: #732442;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    padding: 0 30px;
    border-radius: 30px;
    font-size: 18px;
    text-transform: uppercase;
    position: absolute;
    left: 100px;
    z-index: 9;
    top: -15px;
    transform: rotate(2deg);
}

.hanhtrinh_sumenh .nam:nth-child(even) .nd h2{
    transform: rotate(-3deg);
    left: auto;
    right: 115px;
    top: -21px;
}

.hanhtrinh_sumenh .nam:nth-child(even) .nd:last-child .text::after {
    content: '';
    width: 120px;
    height: 100px;
    background: url(images/hoa.png) no-repeat;
    position: absolute;
    right: 255px;
    top: -40px;
    background-size: 115px;
}

.hanhtrinh_sumenh .nd p{
	line-height: 1.368;
}

.hanhtrinh_sumenh .nam:nth-child(1){
	float: left;
	width: 100%;
	background: url(images/line1.png) no-repeat right 530px center;
}

.hanhtrinh_sumenh .nam:nth-child(2){
	background: url(images/line2.png) no-repeat left 523px center;
}

.hanhtrinh_sumenh .nam:nth-child(3){
	background: url(images/line3.png) no-repeat right 553px center;
}

.hanhtrinh_sumenh .nam:nth-child(4){
	background: url(images/line2.png) no-repeat left 509px center;
	margin-bottom: 20px;
}

.hanhtrinh_sumenh{
	margin: 50px 0;
}

.hanhtrinh_sumenh .nam:nth-child(1) .nd:first-child::before{
    content: '';
    width: 15px;
    height: 15px;
    background: url(images/cham.png) no-repeat center center;
    position: absolute;
    right: -69px;
    z-index: 9;
    background-size: 15px;
    top: -9px;
}

.hanhtrinh_sumenh .nam:nth-child(2) .nd:first-child::before{
    content: '';
    width: 15px;
    height: 15px;
    background: url(images/cham.png) no-repeat center center;
    position: absolute;
    left: -19px;
    z-index: 9;
    top: -20px;
    background-size: 15px;
}

.hanhtrinh_sumenh .nam:nth-child(3) .nd:first-child::before{
    content: '';
    width: 15px;
    height: 15px;
    background: url(images/cham.png) no-repeat center center;
    position: absolute;
    right: -2px;
    z-index: 9;
    top: -20px;
    background-size: 15px;
}

.hanhtrinh_sumenh .nam:nth-child(4) .nd:first-child::before{
    content: '';
    width: 15px;
    height: 15px;
    background: url(images/cham.png) no-repeat center center;
    position: absolute;
    left: -32px;
    z-index: 9;
    top: -20px;
    background-size: 15px;
}

.hanhtrinh_sumenh .nam:nth-child(5) .nd:first-child::before{
    content: '';
    width: 15px;
    height: 15px;
    background: url(images/cham.png) no-repeat center center;
    position: absolute;
    right: -1px;
    z-index: 9;
    top: -20px;
    background-size: 15px;
}

.hanhtrinh_sumenh .nam:nth-child(5) .nd:first-child .ved{
	margin-top: 7px;
}

.nutcd{
	text-align: center;
	padding-bottom: 15px;
}

.nutcd a{
	background: #641835;
    height: 48px;
    line-height: 48px;
    display: table;
    color: #fff;
    font-weight: bold;
    padding: 0 40px;
    border-radius: 20px;
    box-shadow: 1px 3px 0px #340517;
    text-transform: uppercase;
    margin: 0 auto;
}