/*
	Theme Name: ADSDIGI
	Description: Themes hỗ trợ Genesis Theme v2.7.3 and Wordpress v5.0 trở lên
	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: 1170px;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

.site-header {
	margin: 0 auto;
	height: 100px;
	width: 100%;
	float: left;
	position: relative;
	border-bottom: 3px solid;
    border-image: linear-gradient(to right, #bb7d39, #c7a177, #fec54b, #fadb59) 1;
}

.title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 120px;
	height: 100px;
	margin-left: 15px;
}

.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;
	background: url(images/logo3.png) no-repeat left center;
	background-size: 150px;
}

.site-description {
	font-size: 13px;
	padding: 0;
	display: none;
}

.site-header .widget-area {
	float: right;
	padding: 0;
	width: fit-content;
	margin: 32px 15px 0 0;
	position: relative;
}

.site-title img{
	width: 115px;
}

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary{
	float: left;
	width: 100%;
	height: 50px;
	background: #222a37;
}

.menu-primary,
.menu-secondary,
.site-header .menu {
	clear: both;
	color: #fff;
	font-size: 16px;
	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;
    margin: 0 25px;
}

.menu-primary a,
.menu-secondary a,
.site-header .menu a {
	color: #9b662b;
     display: block;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.nav-primary .wrap{
	width: 1140px;
}

.nav-primary .danhmuc{
    margin-left: 0;
    width: 250px;
}

.nav-primary .danhmuc > a{
    background: url(images/menu.svg) no-repeat left 15px center #ca2128;
    padding: 12px 12px 12px 50px;
    background-size: 25px;
}

.nav-primary .danhmuc .sub-menu li{
	margin: 0;
}

.nav-primary .danhmuc .sub-menu{
	display: none;
}

.nav-primary .danhmuc a:hover{
	border-bottom: none;
}

.nav-primary.f-nav .danhmuc:hover .sub-menu{
	display: block;
	left: auto;
}

#menu-main-menu a:before {
    background-color: #9b662b;
    bottom: 0;
    content: "";
    height: 1.5px;
    left: 0;
    position: absolute;
    right: 0;
    transform: translateZ(0) !important;
    transform: scaleX(0);
    transition: transform .15s ease-in-out 0s;
    width: 0%;
    transition: width 1s;
    margin: 0 auto;
}

#menu-main-menu>li:hover>a:before,
#menu-main-menu>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 {

}

.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 #ddd;
	color: #333;
	font-size: 16px;
	padding: 10px;
	position: relative;
	text-transform: none;
	width: 230px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
.site-header .menu li li a:active,
.site-header .menu li li a:hover {
    background-color: #ca2128;
    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 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
.site-header .menu li:hover>ul,
.site-header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
.site-header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* Inner
------------------------------------------------------------ */

.site-inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	width: 1170px;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb{
	float: left;
	width: 100%;
	background: #f1f4ff;
    padding: 10px 0;
	font-size: 15px;
	text-align: center;
}

.breadcrumb .wrap{
	width: 1140px;
	color: #ca2128;
}

.breadcrumb a{
	color: #333;
	font-size: 15px;
	font-weight: 400;
}

.breadcrumb .label,
.breadcrumb .separator{
	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: 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: 16px;
	margin: 0 0 5px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 16px;
}

.taxonomy-description h1,
.widget-area .widgettitle {
	font-size: 16px;
	color: #333;
}

.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;
	padding: 8px 13px;
}

.pagination li a:hover,
.pagination li.active a {
	background: #21b32a;
	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;
}

.widget-area .widgettitle p {
    font-weight: 600;
    color: #fff;
}

.taxonomy-description h1, .sidebar .widget .widgettitle {
    background-color: #222a37;
    font-size: 17px;
    padding: 10px 15px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-radius: 15px 15px 0 0;
}

.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;
    /* padding: 12px 0 0; */
    width: 205px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    height: 40px;
}

.sidebar .search-form {
	padding: 5px 0 0 15px;
}

.search-form input[type="search"] {
	margin: 0;
	padding: 6px 5px 6px 15px;
	width: calc(100% - 40px);
	border: none;
	background: unset;
	height: 40px;
	color: #fff;
}

.nav-primary .search-form input[type="search"] {
	background-color: #fff;
	margin: 2px -7px 0 0;
}

/* Footer
------------------------------------------------------------ */

.site-footer {
	float: left;
    clear: both;
    font-size: 16px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    background: #1b212a;
    color: #fff;
    padding: 50px 0 0;
    text-align: center;
}

.site-footer p {
	color: #fff;
	font-size: 16px;
}

.site-footer a,
.site-footer a:visited {
	color: #fff;
}

.site-footer a:hover {
	color: #fff;
	text-decoration: none;
}

/* Comments
------------------------------------------------------------ */

.entry-comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
	float: left;
	width: 100%;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
    padding: 10px;
    width: 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: #9d9d9d;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
    background: #ca2128;
}

.section{
	float: left;
	width: 100%;
}

.content-slider video{
	height: 700px;
    object-fit: cover;
    width: 100%;
}

.content-slider .caia_code_widget,
.content-slider{
	position: relative;
}

.content-slider .widget_caldera_forms_widget{
	width: 1170px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content-slider .widget_caldera_forms_widget .widget-wrap {
    width: 500px;
    padding: 30px;
    background: #9b662be6;
    border-radius: 20px;

    animation: slideInLeft 0.8s ease-out forwards;
}

@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.content-slider .widget_caldera_forms_widget .widgettitle{
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	margin: 0 0 10px;
}

.content-slider .widget_caldera_forms_widget .note p{
    color: #ffffff;
    margin: 0 0 5px;
    background: url(images/download.svg) no-repeat left center;
    background-size: 16px;
    padding-left: 23px;
    font-size: 15px;
}

.content-slider .caldera-grid input{
    height: 45px;
    font-size: 16px;
    box-shadow: none;
    border: none;
    border-radius: 10px;
}

.content-slider .widget_caldera_forms_widget .note{
	margin: 0 0 10px;
}

.content-slider .widget_caldera_forms_widget p em{
    text-align: center;
    font-size: 13px;
    color: #fff;
    width: 100%;
    display: block;
}

.content-slider .caldera-grid input[type="submit"]{
    background: linear-gradient(to right, #cb8b2c, #d7b459);
    color: #fff;
    border: 1px solid #e7c950;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin: 0 auto;
    text-align: center;
    float: unset;
    display: table;
    width: 100%;
}

.content-slider .caldera-grid input[type="submit"]:hover{
    background: #a56b16;
    border: 1px solid #cda160;
}

.content-gioithieu .widget:first-child{
    background: #d59739;
    color: #fff;
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 20px;
    width: 950px;
    margin: 60px auto;
    float: none;
}

.content-gioithieu .widget:first-child .widget-wrap{
    border: 1px dashed #ddcaae;
    padding: 20px;
    border-radius: 20px;
}

.content-gioithieu .widget:first-child .widgettitle{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 28px;
}

.content-gioithieu p{
	color: #fff;
	margin-bottom: 15px;
	font-size: 15px;
}

.content-gioithieu p:first-child{
	text-align: center;
	font-size: 15px;
}

.content-gioithieu p:last-child{
	margin: 0;
}

.content-gioithieu .widget{
	float: left;
	width: calc(50% - 30px);
	margin: 0 15px;
}

.content-gioithieu .widget:nth-child(n+2) .widgettitle span,
.content-tongquan .widget:nth-child(1) .widgettitle h2 {
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    font-style: inherit;
    background: linear-gradient(to right, #a76c2c, #ab8357, #ebb033, #fadb59);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content-gioithieu .widget:nth-child(n+2) .widgettitle h2{
	font-style: italic;
}

.content-gioithieu .widget:nth-child(2) .widget-wrap{
	background: #fff8ed;
	padding: 30px;
}

.content-gioithieu .widget:nth-child(2) ul li,
.content-tongquan .widget:nth-child(1) ul li{
    list-style-type: none;
    background: url(images/hoa.svg) no-repeat left top 5px;
    padding-left: 25px;
    background-size: 15px;
    margin-bottom: 7.5px;
}

.content-gioithieu .widget:nth-child(4){
	width: calc(100% - 30px);
    margin: 50px 15px;
}

/* BOX FORM */
.content-gioithieu .widget:nth-child(4) .widget-wrap{
    border: 2px solid #bb7d39;
    padding: 35px;
    border-radius: 12px;
    background: linear-gradient(135deg, #fffaf5, #fff);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.content-gioithieu .widget:nth-child(4) .widget-wrap:hover{
    box-shadow: 0 15px 40px rgba(187,125,57,0.2);
}


/* TITLE */
.content-gioithieu .widget_caldera_forms_widget .widgettitle{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
    letter-spacing: 1px;

    background: linear-gradient(to right, #bb7d39, #fec54b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* INPUT */
.content-gioithieu .caldera-grid form input,
.content-chinhsach .caldera-grid form input{
    height: 45px;
    font-size: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 0 12px;
    transition: all 0.25s ease;
    background: #fff;
    box-shadow: none;
}

.content-gioithieu .caldera-grid form input:focus{
    border-color: #bb7d39;
    box-shadow: 0 0 0 3px rgba(187,125,57,0.15);
    outline: none;
}


/* PLACEHOLDER */
.content-gioithieu .caldera-grid form input::placeholder{
    color: #999;
}


.content-gioithieu .caldera-grid form input[type="submit"],
.content-chinhsach .caldera-grid form input[type="submit"]{
    background: linear-gradient(100deg, #cb7a22, #e3b147, #d8ab58);
    background-size: 200% 100%;
    color: #fff;
    border: none;
    border-radius: 8px;
    height: 45px;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    animation: gradientMove 1.2s linear infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

/* FORM LAYOUT (nếu muốn đều đẹp hơn) */
.content-gioithieu .caldera-grid .form-group{
    margin-bottom: 12px;
}

.content-tongquan .widget{
	float: left;
	width: 50%;
	background: #f7f1e9;
}

.content-tongquan figure{
	width: 100%;
	margin: 0;
}

.content-tongquan button.slick-prev.slick-arrow,
.content-bangiao button.slick-prev.slick-arrow,
.content-matbang button.slick-prev.slick-arrow {
	background: url(images/btn.svg) no-repeat left center;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 15px;
    top: 45%;
    z-index: 9;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    background-size: 90px;
    transition: all 0.3s;
    padding: 0;
}

.content-tongquan button.slick-next.slick-arrow,
.content-bangiao button.slick-next.slick-arrow,
.content-matbang button.slick-next.slick-arrow{
    background: url(images/btn.svg) no-repeat right center;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 15px;
    top: 45%;
    z-index: 9;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    background-size: 90px;
    transition: all 0.3s;
    padding: 0;
}

.content-tongquan{
	margin: 90px 0;
}

.content-tongquan .widget:first-child .widget-wrap{
    padding: 50px;
    width: 555px;
    float: right;
}

.content-tongquan .widget:nth-child(1) .widgettitle h2{
    font-size: 40px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.content-tongquan .widget:nth-child(1) .widgettitle h2::after{
	content: '';
	width: 100px;
	height: 3px;
	background: #a76d2f;
	position: absolute;
    left: 0;
    bottom: 5px;
}

.content-tongquan .widget:nth-child(1) p{
	margin-bottom: 15px;
}

.content-tongquan .widget:nth-child(2){
	margin: 70px 0;
}

.content-banggia .highlight {
  font-weight: bold;
  color: #d32f2f;
}

.content-banggia .note {
	background: #fff4e8;
    padding: 12px;
    border-radius: 6px;
    margin: 20px 0 40px;
    font-size: 15px;
    border-left: 5px solid #a76d2f;
}

.content-banggia .gift {
  background: #d9f6ff;
  padding: 15px;
  border-radius: 8px;
  margin-top: 10px;
}

.content-banggia .widgettitle h2,
.content-vitri .widgettitle h2,
.content-phankhu .widgettitle h2,
.content-matbang h2,
.content-thietke h2,
.content-tiendo h2,
.content-bangiao h2,
.content-lydo h2{
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 32px;
    font-style: inherit;
    background: linear-gradient(to right, #a76c2c, #ab8357, #ebb033, #fadb59);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    width: fit-content;
    margin: 0 auto 35px;
}

.content-banggia .widget:first-child img{
	width: 100%;
}

.content-banggia .widget p,
.content-banggia .widget ul,
.content-vitri p,
.content-vitri ul{
	margin-bottom: 15px;
}

.content-banggia .widget ul,
.content-vitri ul{
	margin-left: 20px;
}

.content-banggia .widget ul li,
.content-vitri li{
	margin-bottom: 10px;
}

.content-banggia .widget .textwidget h2,
.content-vitri h2{
	color: #a76d2f;
    font-weight: bold;
    font-size: 24px;
    margin: 30px 0 20px;
}

.content-banggia .widget table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  margin-bottom: 30px;
}

/* Header */
.content-banggia .widget table thead {
  background: linear-gradient(135deg, #a76d2f, #d4a040);
  color: #fff;
}

.content-banggia .widget table th {
  padding: 15px;
  text-align: left;
  font-weight: 600;
}

/* Body */
.content-banggia .widget table td {
  padding: 14px 15px;
  border-bottom: 1px solid #eee;
}

/* Zebra */
.content-banggia .widget table tbody tr:nth-child(even) {
  background: #f8fafc;
}

/* Hover */
.content-banggia .widget table tbody tr:hover {
  background: #eef7ff;
  transition: 0.2s;
}

/* Highlight giá */
.content-banggia .widget table td:last-child {
  font-weight: bold;
  color: #e53935;
}

.content-banggia .widget h3{
	font-size: 20px;
	font-weight: bold;
}

.content-chinhsach{
	background: url(images/bg.webp) no-repeat center center;
	background-size: cover;
	padding: 70px 0 50px;
	margin: 70px 0;
}

.content-chinhsach p,
.content-chinhsach ul li{
	color: #fff;
	margin-bottom: 15px;
}

.content-chinhsach ul{
	margin-left: 20px;
}

.content-chinhsach .widget:nth-child(2) .widgettitle{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    margin: 20px 0;
}

.content-chinhsach .widget_caldera_forms_widget{
	background: #fffffff2;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.content-chinhsach .widget_caldera_forms_widget .widgettitle{
	text-align: center;
    font-weight: bold;
    font-size: 26px;
    margin: 0 0 20px;
}

.content-chinhsach .widget_caldera_forms_widget p{
	color: #333;
	font-size: 15px;
	font-style: italic;
}

.content-vitri ol{
   display: grid;
   grid-template-columns: repeat(6, 1fr);
   gap: 15px; /* khoảng cách giữa các cột */
   
}

.content-vitri ol li{
    list-style-type: none;
    margin: 50px 0;
    box-shadow: 0px 0px 5px #d9d9d9;
    border-radius: 10px;
    padding: 15px;
    font-size: 16px;
    text-align: justify;
    border-top: 5px solid #a76d2e;
}

.content-vitri ol li strong{
	display: block;
	font-size: 20px;
	margin: 0 0 15px;
}

.content-phankhu .widget:first-child{
	float: left;
	width: 100%;
	margin: 0;
}

.content-phankhu .widget {
	float: left;
	width: calc(50% - 60px);
	margin: 0 30px;
}

.content-phankhu{
	margin: 50px 0;
}

.content-phankhu .widget img{
	width: 100%;
}

.content-phankhu .widget .title{
	text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0;
}

.content-phankhu .widget p{
	margin-bottom: 15px;
}

.content-phankhu .widget ul{
	margin-left: 20px;
}

.content-phankhu .widget li{
	margin-bottom: 10px;
}

.content-phankhu .widget:nth-child(4){
	margin: 70px 0 0;
	width: 100%;
}

.content-tienich .widgettitle,
.content-thietke .widgettitle,
.content-thietke h3{
	text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px;
}

.content-tienich p,
.content-tienich ul,
.content-matbang p,
.content-thietke p,
.content-matbang ul,
.content-thietke ul{
	margin-bottom: 15px;
	text-align: justify;
}

.content-tienich ul,
.content-matbang ul,
.content-thietke ul{
	margin-left: 20px;
}

.content-tienich ul li,
.content-matbang ul li,
.content-thietke ul li{
	margin-bottom: 10px;
}

.content-tienich table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; /* QUAN TRỌNG */
}

.content-tienich .widget:first-child table td {
  vertical-align: top;
  width: 25%;
}

.content-tienich .widget:first-child table ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

.content-tienich .widget table li {
  margin-bottom: 7px;
}

.content-tienich .widget table td strong{
	text-transform: uppercase;
}

.content-tienich .widget:nth-child(2) table td {
  vertical-align: top;
  width: 50%;
}

.content-tienich .widget:nth-child(2) table ul {
  margin: 10px 0 0;
  padding-left: 18px;
}


.content-tienich .widget:nth-child(2) table img{
	width: 90%;
}

.content-matbang,
.content-tiendo,
.content-bangiao{
	margin: 70px 0 0;
}

.content-thietke .widget .widgettitle h2{
	margin: 70px auto 20px;
	text-align: center;
}

.content-tiendo iframe{
	width: 100%;
	height: 600px;
}

.content-matbang .widget:nth-child(n+2) .widgettitle{
	text-align: center;
    margin: 50px 0 30px;
    font-size: 30px;
    font-weight: bold;
}

.content-matbang .widget:nth-child(n+2) ol li{
   list-style-type: none;
    display: inline-block;
    cursor: pointer;
    margin: 0 10px 20px 0;
    height: 40px;
    line-height: 40px;
    background: #a76f31;
    padding: 0 30px;
    font-weight: 500;
    color: #ffff;
}

.content-matbang .widget:nth-child(n+2) ol{
	margin: 0 auto;
	display: table;
}

.content-matbang .widget:nth-child(n+2) ol li:hover,
.content-matbang .widget:nth-child(n+2) ol li.is-active{
	background: #dd8523;
}

.content-matbang figure{
	margin: 0;
}

.content-matbang #gallery-2,
.content-matbang #gallery-3,
.content-matbang #gallery-4 {
  display: none;
}

.content-matbang ol li {
  cursor: pointer;
}

.content-matbang ol li.is-active {
  font-weight: 700;
}

.content-matbang .widget:nth-child(3) img{
	height: 530px;
    margin: 0 auto;
    width: auto;
}

.content-lydo{
    padding: 50px 0;
    background: #fff7ee;
}

.content-lydo .widget:first-child{
	float: left;
	width: 100%;
	background: unset;
	padding: 0;
	min-height: auto;
	box-shadow: none;
}

.content-lydo .widget{
	float: left;
    width: calc(33% - 57px);
    margin: 0 15px 30px;
    background: #fff;
    padding: 15px;
    min-height: 260px;
    box-shadow: 2px 2px 3px #d1bba1;
    border-radius: 10px;
}

.content-lydo .widget:nth-child(n+2) .title{
	    font-weight: bold;
    font-size: 20px;
    margin: 0 0 15px;
    color: #b67f3e;
    line-height: 1.3;
}

.home .site-inner{
	padding: 0;
}

.site-footer .widget{
	float: left;
	width: calc(33.33% - 30px);
	margin: 0 15px;
}

.site-footer .widget ul{
	margin-left: 20px;
}

.site-footer .widget ul li{
	text-align: left;
	margin-bottom: 10px;
	text-align: justify;
}

.site-footer .widget p{
	text-align: left;
}

.site-footer .widget .widgettitle{
	text-align: left;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    padding-bottom: 15px;
}

.site-footer .widget .widgettitle::after{
	content: '';
    width: 70px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
}

.site-footer .widget:nth-child(4){
	width: calc(100% - 30px);
	margin: 20px 15px;
}

.site-footer .widget:nth-child(4) p{
	font-size: 14px;
	margin-bottom: 10px;
}

.content-chinhsach.form{
	margin: 0;
}

.site-header.f-head{
	position: fixed;
    background: #fff;
    z-index: 999;
    height: 70px;
    top: 0;
}

.site-header.f-head .title-area{
	height: 70px;
}

.site-header.f-head .widget-area{
	margin: 12px 0;
}

.content-lydo .widget:nth-child(5){
	clear: both;
}

.content-bangiao figure{
	margin: 0;
}

/*------------- mobi *------------- */

@media (max-width: 1170px){
	.wrap,
	.site-inner{
		width: calc(100% - 30px);
	}

	.content-slider .widget_caldera_forms_widget{
		width: 90%;
	}

	.content-tongquan .widget:first-child .widget-wrap {
	    padding: 30px;
	    width: calc(100% - 60px);
	}

	.content-gioithieu .widget:first-child {
	    width: calc(100% - 42px);
	}

}


@media (max-width: 960px){
	.site-header.f-head,
	.site-header.f-head .title-area,
	.site-header,
	.title-area{
		height: 60px;
	}

	#click-menu{
		background: #bb7e3b;
    	padding: 5px 5px 0 5px;
    	border-radius: 5px;
	}

	#click-menu .line{
		width: 26px;
	}

	#click-menu.f-menu{
		position: fixed;
		top: 14px;
	}

	#responsive-menu.f-list{
		position: fixed;
		top: 60px;
	}

	.site-header .widget-area{
		display: none;
	}

	.content-gioithieu .widget,
	.content-tongquan .widget,
	.content-phankhu .widget{
		width: 100%;
		margin: 0 0 20px;
	}

	.content-gioithieu .widget:first-child {
        margin: 20px 0;
    }

    .content-vitri ol {
	    grid-template-columns: repeat(2, 1fr);
	}

	.content-vitri ol li {
	    margin: 10px 0 0;
	}

	.content-phankhu .widget .widget-wrap{
		margin: 0 15px;
	}

	.content-tienich .widget:first-child table td {
        vertical-align: top;
        width: calc(50% - 20px);
        display: inline-table;
        margin-bottom: 20px;
        margin-right: 20px;
    }

	.content-tienich .widget:nth-child(2) table td{
		width: 100%;
		display: inline-block;
	}

	.content-matbang, .content-tiendo, .content-bangiao {
	    margin: 30px 0 0;
	}

	.content-banggia .widgettitle h2, .content-vitri .widgettitle h2, 
	.content-phankhu .widgettitle h2, .content-matbang h2, .content-thietke h2, 
	.content-tiendo h2, .content-bangiao h2, .content-lydo h2,
	.content-matbang .widget:nth-child(n+2) .widgettitle{
		font-size: 26px;
	}

	.content-matbang .widget:nth-child(n+2) ol li {
	    margin: 0 10px 10px 0;
	    height: 35px;
	    line-height: 35px;
	    background: #a76f31;
	    padding: 0 20px;
	}

	.content-matbang .widget:nth-child(3) img{
		height: auto;
	}

	.content-slider .widget_caldera_forms_widget .widget-wrap {
	    width: 300px;
	    padding: 15px;
	}

	.content-slider .widget_caldera_forms_widget .widgettitle{
		font-size: 24px;
	}

	.content-slider .widget_caldera_forms_widget .note p {
	    background: url(images/download.svg) no-repeat left top 3px;
	    font-size: 14px;
	    text-decoration: underline;
	    background-size: 16px;
	}

	.content-slider video{
		height: 530px;
	}

	.content-slider .caldera-grid input{
		height: 40px;
	}

	.content-gioithieu .widget:first-child {
        width: calc(100% - 22px);
        padding: 10px;
    }

    .content-gioithieu .widget:first-child .widgettitle {
	    font-size: 24px;
	    line-height: 1.3;
	    margin: 0 0 20px;
	}

	.content-gioithieu .widget:first-child .widget-wrap{
		padding: 10px;
	}

	.content-gioithieu .widget:nth-child(2) .widget-wrap {
	    background: unset;
	    padding: 0;
	    margin: 20px 0 0;
	}

	.content-gioithieu .widget:nth-child(4) {
	    width: 100%;
	    margin: 0;
	}

	.content-gioithieu .widget:nth-child(4) .widget-wrap{
		padding: 20px;
	}

	.content-gioithieu .caldera-grid form input, .content-chinhsach .caldera-grid form input{
		height: 40px;
	}

	.content-gioithieu .caldera-grid form input[type="submit"], .content-chinhsach .caldera-grid form input[type="submit"]{
		height: 40px;
	}

	.content-tongquan {
	    margin: 30px 0;
	}

	.content-tongquan .widget:nth-child(1) .widgettitle h2{
		font-size: 28px;
	}

	.content-tongquan .widget:first-child .widget-wrap {
        padding: 30px 15px;
        width: calc(100% - 30px);
    }

    .content-tongquan .widget:nth-child(2) {
	    margin: 0 0 20px;
	}

	.content-banggia .widget table th {
	    font-size: 15px;
	    line-height: 1.3;
	}

	.content-banggia .widget table td {
	    padding: 10px;
	    font-size: 15px;
	}

	.content-chinhsach {
	    padding: 30px 0 ;
	    margin: 30px 0;
	}

	.content-chinhsach .widget_caldera_forms_widget .widgettitle {
	    font-size: 24px;
	    line-height: 1.3;
	}

	.content-chinhsach .widget_caldera_forms_widget {
	    padding: 30px 20px;
	}

	.content-chinhsach .widget_caldera_forms_widget p{
		margin-bottom: 0;
	}

	.content-chinhsach .widget:nth-child(2) .widgettitle{
		font-size: 24px;
	}

	.content-phankhu .widget:nth-child(4) {
	    margin: 30px 0 0;
	}

	.content-tienich .widget table li{
		font-size: 14px;
		margin-bottom: 3px;
	}

	.content-thietke .widget .widgettitle h2 {
	    margin: 30px auto 20px;
	}

	.content-lydo {
	    padding: 30px 0;
	    margin: 30px 0 0;
	}

	.content-lydo .widget:first-child{
		margin: 0;
	}

	.content-lydo .widget {
	    width: calc(100% - 30px);
	    margin: 0 0 20px;
	    padding: 15px;
	    min-height: auto;
	}

	.site-footer .widget{
		width: 100%;
		margin: 0 0 20px;
	}

}


@media (max-width: 500px){
	.site-header.f-head,
	.site-header.f-head .title-area{
		height: 60px;
	}

	.title-area{
		margin: 0;
	}

	.site-header .site-title img {
	    width: 85px;
	}
}