/*
	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: 'Open Sans', 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: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

strong,
b {
	font-weight: 700;
}
/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #0d72c7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}

/* Wrap
------------------------------------------------------------ */

.site-container {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

.wrap {
	margin: 0 auto;
	width: 1200px;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

.site-header {
	margin: 0 auto;
	height: 100px;
	width: 100%;
	float: left;
	border-bottom: 1px solid #f1f1f1;
	position: relative;
}

.title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 100px;
	height: 100px;
}

.site-title {
	font-family: 'Open Sans', 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/logo.png) no-repeat left center;
	background-size: 100px;
}

.site-description {
	font-size: 13px;
	padding: 0;
	display: none;
}

.site-header .widget-area {
	float: right;
	padding: 0;
	width: fit-content;
	margin:19px 0 0 0;
}

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary{
	float: left;
	width: 100%;
	height: 50px;
	background: #27a3d6;
}

.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-right: 2px;
}

.menu-primary a,
.menu-secondary a,
.site-header .menu a {
	color: #333;
    display: block;
    padding: 13px 0 12px;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 18px;
}

.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: #1f780b;
    padding: 13px 0 4px;
}

.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: #59b752;
    color: #fff;
}

#menu-main-menu a:before {
    background-color: #1f780b;
    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 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;
	padding-top: 20px;
}

.menu-primary li ul a,
.menu-secondary li ul a,
.site-header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
.site-header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
.site-header .menu li:hover>ul,
.site-header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
.site-header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* Inner
------------------------------------------------------------ */

.site-inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	width: 1200px;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb{
	float: left;
	width: 100%;
	background: #fff;
    padding: 10px 0;
	font-size: 15px;
}

.breadcrumb .wrap{
	width: 1200px;
	color: #1f780b;
    font-weight: 500;
}

.breadcrumb a{
	color: #333;
	font-size: 15px;
	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: 750px;
	margin-left: 0;
}

.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: 'Open Sans', 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: 'Open Sans', 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: #1f780b;
	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: #f7f9f5;
	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 {
	
}

.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: 400px;
    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% - 110px);
	border: none;
	background: unset;
	height: 40px;
}

.nav-primary .search-form input[type="search"] {
	background-color: #fff;
	margin: 2px -7px 0 0;
}

/* Footer
------------------------------------------------------------ */

.site-footer {
	float: left;
    width: 100%;
    background: #049307;
    padding: 10px 0;
    color: #fff;
}

.site-footer p {
	color: #fff;
}

.site-footer a,
.site-footer a:visited {
	color: #fff;
}

.site-footer a:hover {
	color: #fff;
	text-decoration: none;
}

/* Comments
------------------------------------------------------------ */

.entry-comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
	float: left;
	width: 100%;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
    padding: 10px;
    width: 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: #27a3d6;
}

.section{
	float: left;
	width: 100%;
	position: relative;
}

.site-header .widget p a {
	color: #333;
    background: url(images/ico-hotline.svg) no-repeat left center;
    padding-left: 59px;
    display: block;
    line-height: 25px;
    font-size: 15px;
    background-size: 50px;
    margin-left: 20px;
    font-weight: 500;
}

.site-header .widget a em {
    display: block;
    font-size: 26px;
    font-weight: 900;
    color: #27a3d6;
    font-style: inherit;
}

.site-header .widget{
	float: left;
}

.content-slider img{
	width: 100%;
}

.site-title img{
	width: 90px;
}

.content-gioithieu .widget{
	float: left;
	width: calc(50% - 30px);
	margin: 0 15px;
}

.content-gioithieu,
.content-sanpham,
.content-banggia,
.content-hinhanh,
.content-danhgia{
	margin: 70px 0 0;
}

.content-gioithieu .widgettitle h2,
.content-sanpham .widget:first-child h2,
.content-banggia .widget:first-child h2,
.content-quytrinh .widget h2,
.content-hinhanh .widget:first-child .widgettitle h2,
.content-danhgia h2,
.content-tintuc .widgettitle h2 a{
	font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    color: #1f780b;
}

.content-gioithieu .widgettitle h2::after,
.content-banggia .widgettitle h2::after{
	content: '';
	width: 100px;
	height: 2px;
	background: #31720a;
	position: absolute;
	bottom: 0;
	left: 0;
}

.content-gioithieu p{
	margin-bottom: 15px;
}

.content-gioithieu .widget_media_image img{
	border-radius: 30px 0;
} 

.content-gioithieu .widget:first-child p:last-child a{
	background: linear-gradient(to right, #e19f3f, #ff5722);
    font-size: 16px;
    color: #fff;
    line-height: 45px;
    height: 45px;
    padding: 0 20px 0 30px;
    border-radius: 10px;
    display: inline-block;
    margin: 8px 0px 0;
    font-weight: 600;
    transition: all 0.3s ease; /* thêm dòng này */
}

.content-gioithieu .widget:first-child p:last-child a:hover{
    transform: translateY(-3px); /* nổi lên */
    box-shadow: 0 8px 15px rgba(0,0,0,0.2);
    background: linear-gradient(to right, #f3672a, #bb360c);
}

.content-gioithieu .widget:first-child .widgettitle,
.content-tintuc .widgettitle{
	position: relative;
	width: fit-content;
}

.content-gioithieu .widget:first-child .widgettitle::after,
.content-tintuc .widgettitle::after{
    content: '';
    width: 30px;
    height: 36px;
    background: url(images/la.jpg) no-repeat;
    position: absolute;
    right: -35px;
    top: -15px;
    background-size: 30px;
    transform: rotate(-15deg);
}

.content-chonctoi .widget{
    float: left;
    width: calc(33.33% - 70px);
    margin: 60px 15px 0;
    text-align: center;
    box-shadow: 0px 0px 5px #d1d1d1;
    padding: 20px;
    border-radius: 10px;
    min-height: 250px;
}

.content-chonctoi .widget img{
	width: 130px;
}

.content-chonctoi .widget .title{
	font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
  	color: #1f780b;
    margin: 0 0 7px;
}

.content-sanpham .widget{
	float: left;
	width: 100%;
}


.content-sanpham .widget:first-child h2 span,
.content-banggia .widget:first-child h2 span,
.content-hinhanh .widget:first-child h2 span{
	display: block;
    background: #eaf3eb;
    border: 1px solid #1f780b52;
    border-radius: 999px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #ff5722;
    width: fit-content;
    margin: 0 auto 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    height: 22px;
    line-height: 23px;
    padding: 0 15px;
}

.content-sanpham .widget .widgettitle,
.content-hinhanh .widget:first-child .widgettitle{
	text-align: center;
}

.content-sanpham .widget ul li{
	list-style-type: none;
    float: left;
    width: calc(100% / 6 - 20px);
    margin: 0 10px;
    text-align: center;
    overflow: hidden; /* chặn tràn */
}

.content-sanpham ul li a:first-child{
    display: block;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 0 15px;
}

.content-sanpham ul li a:first-child img{
    display: block;
    width: 100%;
    transition: transform 0.4s ease;
    margin: 0;
}

.content-sanpham ul li:hover a:first-child img{
    transform: scale(1.08);
}

.content-sanpham .widget ul li a{
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.content-sanpham .widget ul li:hover a{
	color: #1f780b;
}

.content-sanpham .widget ul li img{
	width: 100%;
	border-radius: 10px;
}

.content-sanpham .title,
.content-sanpham .noidung p{
	margin-bottom: 10px;
}

.content-sanpham .noidung p strong{
	color: #e50808;
    font-size: 18px;
}

.content-sanpham .box .readmore{
	display: table;
    padding: 12px 24px;
    background: linear-gradient(45deg, #91000c, #df100c);
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    animation: pulse 1.5s infinite;
    margin: 30px auto 0;
}

/* Hover: phóng to + sáng hơn */
.readmore:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

/* Hiệu ứng nhấp nháy nhẹ */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 95, 109, 0.6);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 15px rgba(255, 95, 109, 0);
  }
  100% {
    transform: scale(1);
  }
}

.content-banggia{
	background: url(images/bg.webp) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	padding: 70px 0;
}

.content-banggia .widget{
	width: calc(100% - 30px);
	background: #fffffff2;
	border-radius: 15px;
}

.content-banggia .widget .widget-wrap{
	padding: 30px;
}

.content-banggia p{
	margin-bottom: 15px;
}

.content-banggia ul{
	margin-left: 25px;
}

.content-banggia ul li{
	margin-bottom: 7px;
}

.content-banggia .widget h2 span{
    margin: 0 0 10px !important;
    color: #ffffff !important;
    background: #ff5722 !important;
    padding: 0 15px 0 10px !important;
}

.content-banggia table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.content-banggia table,
.content-banggia th,
.content-banggia td {
    border: 1px solid #ddd;
}

.content-banggia th,
.content-banggia td {
    padding: 10px;
    text-align: left;
}

.content-banggia th{
	background: #27990d;
    color: #fff;
}

.shortcode-goi-ngay {
    margin: 15px 0 30px;
    text-align: center;
}

.goi-ngay-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 7px 22px;
    background: linear-gradient(135deg, #ff5722, #ff9800) !important;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(255, 87, 34, 0.35);
    animation: goiNgayPulse 1.5s infinite;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.goi-ngay-btn:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 12px 28px rgba(255, 87, 34, 0.45);
    color: #fff !important;
    text-decoration: none !important;
}

.goi-ngay-icon {
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: rgba(255,255,255,0.18);
    border-radius: 50%;
}

.goi-ngay-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.3;
    font-size: 15px;
    font-weight: 400;
}

.goi-ngay-content strong{
	font-size: 26px;
}


@keyframes goiNgayPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 8px 20px rgba(255, 87, 34, 0.35);
    }
    50% {
        transform: scale(1.04);
        box-shadow: 0 12px 28px rgba(255, 87, 34, 0.5);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 8px 20px rgba(255, 87, 34, 0.35);
    }
}

.content-hinhanh .widgettitle{
	text-align: center;
}

.content-hinhanh figure{
	margin: 0;
}

.content-hinhanh p{
	margin-bottom: 15px;
}

.content-hinhanh .widget:first-child ol li{
	list-style-type: none;
    float: left;
    margin: 0 10px 0 0;
    border: 1px solid #d9d9d9;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
}

.content-hinhanh .widget:first-child ol li:hover,
.content-hinhanh .widget:first-child ol li.active{
	background: #ff5722;
	color: #fff;
}

.content-hinhanh .widget {
	float: left;
	width: 100%;
}

.content-hinhanh .widget:nth-child(n+2) .widgettitle{
	display: none;
}

.content-hinhanh .widget:nth-child(n+2).current {
    height: auto;
    opacity: 1;
    margin: 30px 0 0;
    position: relative;
}

.content-hinhanh .widget:nth-child(n+2) {
    height: 0;
    margin: 0;
    opacity: 0;
}

.gallery-columns-3{
	display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 16px;
}

.gallery-columns-3 img{
	width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 10px;
}

.gallery-columns-4{
	display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 16px;
}

.gallery-columns-4 img{
	width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 10px;
}

.content-danhgia{
	text-align: center;
	position: relative;
}

.list_review .widget{
	margin: 0 15px;
}

.list_review .widget img{
    float: left;
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 100px;
    margin: 0 20px 30px;
}

.list_review .widget p{
	text-align: justify;
}

.list_review .widget .noidung{
	display: table;
    width: calc(90% - 60px);
    border: 1px dashed #d9d9d9;
    padding: 35px 30px 30px;
    border-radius: 30px;
    margin: 0 auto;
    position: relative;
}

.list_review .widget .noidung::before{
    content: '';
    width: 61px;
    height: 48px;
    background: url(images/blockquote.png) no-repeat ;
    position: absolute;
    top: -24px;
    left: 20px;
}

.list_review .widget .title{
	font-weight: bold;
    font-size: 20px;
    margin: 20px 0 0;
    float: left;
    background: url(images/sao.png) no-repeat top left;
    padding-top: 20px;
    background-size: 60px;
}

.list_review .widget .title span{
	display: block;
	font-weight: 400;
	font-size: 16px;
}

.list_review button.slick-prev.slick-arrow {
    background: url(images/prev.svg) no-repeat left 5px center;
    width: 60px;
    height: 60px;
    position: absolute;
    left: -48px;
    top: 35%;
    z-index: 9;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    background-size: 60px;
    transition: all 0.3s;
    padding: 0;
}

.list_review button.slick-next.slick-arrow{
    background: url(images/next.svg) no-repeat right center;
    width: 60px;
    height: 60px;
    position: absolute;
    right:-48px;
    top: 35%;
    z-index: 9;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    background-size: 60px;
    transition: all 0.3s;
    padding: 0;
}

.site-footer .widget{
	float: left;
	width: calc(33.33% - 30px);
	margin: 30px 15px;
}

.site-footer .widget .widgettitle{
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 20px;
	position: relative;
	padding-bottom: 10px;
}

.site-footer .widget .widgettitle::after{
	content: '';
	width: 70px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
}

.site-footer .widget p,
.site-footer .widget li{
	margin-bottom: 15px;
}

.site-footer .widget ul{
	margin-left: 20px;
}

.content-hinhanh{
	margin: 90px 0 30px;
}

.nhanbaogia a{
	background: linear-gradient(45deg, #91000c, #df100c);
    color: #fff !important;
    padding: 10px 15px !important;
    border-radius: 30px;
    animation: zoomInOut 1.7s infinite ease-in-out;
    transition: background-color 0.4s ease; /* mượt khi đổi màu */
}

.nhanbaogia a::before{
	content: unset !important;
}

#datxe{
	background: url(images/bgf.webp) no-repeat center center;
	background-size: cover;
	padding: 50px 0;
	background-attachment: fixed;
}

#datxe .widget_caldera_forms_widget{
	width: 750px;
    background: #ffffff4a;
    margin: 0 auto;
    padding: 50px;
    border-radius: 20px;
    border: 1px solid #ffffff6b;
}

#datxe .widget_caldera_forms_widget input,
#datxe .widget_caldera_forms_widget select{
    height: 50px;
    font-size: 16px;
    box-shadow: none;
    border: none;
    border-radius: 10px;
}

#datxe .widget label{
	color: #fff;
	font-weight: 500;
	font-size: 16px;
}

@keyframes zoomInOut {
    0%, 100% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1); /* phóng to 10% */
    }
}

#datxe .widget .widgettitle{
	    color: #fff;
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 0 30px;
}

#datxe .widget_caldera_forms_widget input[type="submit"]{
	margin: 20px auto 0;
    display: table;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: bold;
    padding: 0 30px;
    background: red;
    color: #fff;
    border: 1px solid #ffffffa6;
}

.site-header.f-head{
	z-index: 999;
	height: 70px;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation: stuckMoveDown .6s;
    background: #fff;
}

.site-header.f-head .title-area{
	height: 70px;
}

@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

.site-header.f-head .site-title img {
    width: 70px;
}

.site-header.f-head .widget-area{
	margin: 10px 0 0;
}

.content-tintuc {
	margin: 70px 0 15px;
}

.content-tintuc .main-posts,
.content-tintuc ul{
	float: left;
	width: calc(50% - 30px);
	margin: 15px;
}

.content-tintuc .widgettitle{
	margin: 0 15px;
}

.content-tintuc img{
	border-radius: 10px;
	margin: 0;
}

.content-tintuc ul li{
	list-style-type: none;
	float: left;
	width: 100%;
	margin: 0 0 15px;
}

.content-tintuc ul li img{
	width: 160px;
}

.content-tintuc ul li a{
	margin-bottom: 0;
	color: #333;
	font-weight: 500;
}

.content-tintuc	.widget-item-title a{
	color: #1f780b;
	font-size: 18px;
	font-weight: bold;
}

.content-tintuc	.widget-item-title{
	margin: 15px 0;
}

.content-tintuc .more-link{
    display: block;
    font-weight: 500;
    margin: 15px 0 0;
    width: fit-content;
    color: #333;
}

.content-tintuc a:hover{
	color: #1f780b;
}

.content-tour{
	background: url(images/bgf.webp) no-repeat center center;
	background-size: cover;
	padding: 70px 0;
	background-attachment: fixed;
}

.content-tour .widget{
	width: 700px;
	padding: 30px;
	border-radius: 20px;
	background: #fff;
	margin: 0 auto;
}

.content-tour .widget .widgettitle{
	font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    color: #1f780b;
    text-align: center;
}

.dauform{
	text-align: center;
	margin: 0 0 30px;
}

.content-tour .caldera-grid input{
	height: 40px;
	box-shadow: none;
	border-radius: 5px;
} 

.content-tour .caldera-grid textarea{
	box-shadow: none;
	border-radius: 5px;
}

.content-tour .caldera-grid input[type="submit"]{
    margin: 0 auto;
    display: table;
    background: #049307;
    color: #fff;
    border: none;
    padding: 0 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.content-tour .shortcode-goi-ngay{
	margin: 45px 0 10px;
}

.site-footer .widget:nth-child(2) .widget-wrap{
	width: fit-content;
	margin: 0 auto;
}

.site-footer .widget:nth-child(1) p a{
	text-decoration: underline;
	font-style: italic;
}

.page-template-page-hinhanh .content-hinhanh {
    margin: 0 0 50px;
}

h1.entry-title{
	font-size: 32px;
	font-weight: bold;
	color: #333;
	margin: 0 0 20px;
}

.page .entry-content h2,
.single .entry-content h2,
.page-template-page-tour main.content h2{
	font-size: 26px;
	color: #1f780b;
	font-weight: bold;
	margin: 15px 0;
}

.page .entry-content h3,
.single .entry-content h3,
.page-template-page-tour main.content h3{
	font-size: 22px;
	color: #333;
	font-weight: bold;
	margin: 15px 0;
}

.sidebar .caia-post-list-widget .post{
	float: left;
	width: 100%;
}

.sidebar .caia-post-list-widget .post img{
	float: left;
	width: 160px;
	margin: 0 15px 0 0;
}

.sidebar .caia-post-list-widget .main-posts{
	padding: 15px 15px 5px;
    display: table;
}

.sidebar .caia-post-list-widget .post a{
	margin: 0;
	color: #333;
	font-weight: 500;
}

.sidebar .caia-post-list-widget .post .widget-item-title{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.sidebar .caia-post-list-widget .post:last-child{
	margin-bottom: 0;
}

.sidebar .caia-post-list-widget .widgettitle{
	background: #1f780b;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.sidebar .caia-post-list-widget .widgettitle p{
	text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.category main.content .post img{
	padding: 0;
	border: none;
	background: unset;
	float: left;
	width: 300px;
	margin: 0 15px 0 0;
	border-radius: 10px;
}

.category main.content .post{
	float: left;
	width: 100%;
}

.category main.content .post a{
	margin: 0;
	color: #333;
	font-weight: bold;
	font-size: 18px;
}

.category .archive-heading{
    position: relative;
    width: fit-content;
    margin: 20px 0 30px;
    border-left: 5px solid #1f780b;
    height: 30px;
    padding-left: 13px;
    line-height: 30px;
}

.category .archive-heading a{
	font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    color: #1f780b;
}

.category .archive-heading::after {
    content: '';
    width: 30px;
    height: 36px;
    background: url(images/la.jpg) no-repeat;
    position: absolute;
    right: -35px;
    top: -15px;
    background-size: 30px;
    transform: rotate(-15deg);
}

.category .content-sidebar-wrap,
.single .content-sidebar-wrap{
	margin-bottom: 50px;
}

.page main.content .page iframe{
	width: 100%;
}


main.content .entry-content .caldera-grid{
	background: #1f780b;
    padding: 30px;
    border-radius: 20px;
    margin: 0 0 20px;
}

main.content .entry-content .caldera-grid label{
	color: #fff;
}

main.content .entry-content .caldera-grid input[type="submit"]{
	background: linear-gradient(to right, #eb7854, #df4312);
    font-size: 16px;
    color: #fff;
    line-height: 45px;
    height: 45px;
    padding: 0 30px;
    border-radius: 10px;
    display: table;
    margin: 8px auto 0;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid #f3f3f38f;
    text-transform: uppercase;
}

.chitiet_sp .anh_sp{
	float: left;
	width: calc(50%);
}
.chitiet_sp .info_sp{
    float: left;
    width: calc(50% - 70px);
    margin: 0 0 0 30px;
    background: linear-gradient(135deg, #1f740b 0%, #1e8f4a 50%, #1e8c427d 100%);
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.chitiet_sp .info_sp::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
}

.chitiet_sp .info_sp h1 {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 4px;
    line-height: 1.25;
}

.chitiet_sp .info_sp h1 em{
    display: block;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: fit-content;
    font-style: inherit;
}

.chitiet_sp .info_sp p{
	font-size: 15px;
	color: #fff;
}

.chitiet_sp .info_sp ul {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin: 20px 0 30px;
}

.chitiet_sp .info_sp ul li{
	background: rgba(255, 255, 255, 0.15);
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.price-old {
  font-size: 16px;
  color: rgba(255,255,255,0.55);
  text-decoration: line-through;
}

.price-badge {
  background: #EF9F27;
  color: #412402;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
}

.price-new {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
}

.price-unit {
  font-size: 15px;
  color: rgba(255,255,255,0.7);
}

.price-row{
	line-height: 1.3;
}

.dattour a {
    color: #fff;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0 30px;
    border: 1px solid #ffffffa3;
    border-radius: 40px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 30px 0 ;
    background: linear-gradient(to right, #e19f3f, #ff5722);
   animation: zoom 1.5s ease-in-out infinite;
    transition: transform 0.2s;
}

.dattour a:hover {
    animation: none;
    transform: scale(1.1);
}

@keyframes zoom {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.08); }
    100% { transform: scale(1); }
}

.trust-bar {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  white-space: nowrap;
  color: #fff;
}

.chitiet_sp .anh_sp img{
	border-radius: 15px;
	width: 100%;
	aspect-ratio: 600 / 400; /* vuông 1:1 */
	object-fit: cover;
}

.chitiet_sp .itemnav {
	margin: 15px 15px 0 0;
	cursor: pointer;
}

.chitiet_sp .itemnav img{
	width: 100%;
	aspect-ratio: 140 / 96; /* vuông 1:1 */
	object-fit: cover;
}

.chitiet_sp{
	margin: 0 0 30px;
}

.page-template-page-tour main.content p{
	margin-bottom: 15px;
}

.page-template-page-tour main.content ul{
	margin-left: 25px;
}

.page-template-page-tour main.content ul li{
	margin-bottom: 7px;
}

.dichvu-tour,
.trainghiem-tour{
	border: 1px solid #d9d9d9;
	border-radius: 15px;
	padding: 20px;
	margin: 0 0 30px;
}

.trainghiem-tour h2{
	color: #ff5722 !important;
}

.dichvu-tour li,
.trainghiem-tour li{
    list-style-type: none;
    background: #f4f9f3;
    padding: 12px 10px;
    border-radius: 10px;
}

.dichvu-tour li span{
	color: #1f780b;
}

.trainghiem-tour li span{
	color: #f7bb2d;
}

.dichvu-tour ul,
.trainghiem-tour ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	margin: 0 !important;
}

.lichtrinh-tour .tds-message-box{
    background: #146003;
    padding: 20px;
    border-radius: 20px;
}

.lichtrinh-tour .tds-message-box::before{
	content: unset;
}

.lichtrinh-tour .tds-message-box h2{
	color: #fff !important;
	margin: 0 0 10px !important;
}

.lichtrinh-tour .tds-message-box p,
.lichtrinh-tour .tds-message-box{
	color: #fff;
}

.lichtrinh-tour .tds-message-box .lt-header-icon{
	font-size: 35px;
    background: #87858547;
    width: 60px;
    text-align: center;
    border-radius: 10px;
}

.mota-tour table {
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    width: 100%;
    margin: 0 0 30px;
}

.mota-tour table td {
    border: 1px solid #ebebeb;
    padding: 2px;
}
.mota-tour table td, .mota-tour table th {
    padding: 5px 10px !important;
}

.lichtrinh-tour table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px;
}

.lichtrinh-tour table tr td {
    background: #fff;
    border: 1px solid #eee;
    padding: 12px 15px;
    vertical-align: top;
    width: calc(100% - 32px) !important;
}

.lichtrinh-tour table tr td:first-child {
  border-radius: 8px 0 0 8px;
  border-right: none;
}

.lichtrinh-tour table tr td:last-child {
  border-radius: 0 8px 8px 0;
  border-left: none;
}

.lichtrinh-tour table td:first-child {
    white-space: nowrap;
    width: 110px;
    font-size: 15px;
    font-weight: 700;
    vertical-align: middle;
}

.lichtrinh-tour table td:first-child.morning {
  background: #FAEEDA;
  color: #854F0B;
}

.lichtrinh-tour table td strong {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  display: block;
  margin-bottom: 4px;
}

.lichtrinh-tour table td p {
  font-size: 16px;
  color: #666;
  margin: 0;
  line-height: 1.55;
}

.lichtrinhs h3{
	color: #854f0b !important;
    margin: 30px 0 20px;
}

.lichtrinht h3{
	color: #c30b0b !important;
    margin: 30px 0 20px;
}

.lichtrinhc h3{
	color: #008ac1 !important;
    margin: 30px 0 20px;
}

.lichtrinh-tour .lichtrinht table td:first-child {
 	background: #ffe8e8;
    color: #c30b0b;
}

.lichtrinh-tour .lichtrinhc table td:first-child {
    background: #e2f4ff;
    color: #008ac1;
}

.page-template-page-tour .content-hinhanh{
	margin: 30px 0;
}

.dattourngay a {
	background: linear-gradient(135deg, #ff5722, #ff9800) !important;
    color: #fff !important;
    border-radius: 999px;
    font-size: 15px !important;
    font-weight: 700;
    box-shadow: 0 0px 5px rgb(191 63 23 / 35%);
    animation: datngay 1.5s infinite;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 12px 20px !important;
}

.dattourngay a::before{
	content: unset !important;
}

.dattourngay a:hover{
	background: linear-gradient(135deg, #e93b05, #f46a02) !important;
}

@keyframes datngay {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.04);
    }
    100% {
        transform: scale(1);
    }
}


/* ------------ mobile ----------------*/

@media (max-width: 1200px) {
	.wrap,
	.site-inner,
	.breadcrumb .wrap{
		width: calc(100% - 30px);
	}

	.menu-primary a, .menu-secondary a, .site-header .menu a{
		margin: 0 10px;
	}

	.list_review button.slick-next.slick-arrow{
		right: 0;
	}	

	.list_review button.slick-prev.slick-arrow{
		left: 0;
	}

	.content-sidebar .content, .sidebar-content .content{
		width: 65%;
	}

	.sidebar{
		width: calc(35% - 30px);
	}
}

@media (max-width: 1170px) {
	.site-header .menu li{
		display: none;
	}

	.site-header .menu li.dattourngay{
		display: block;
	}

	.site-header,
	.title-area{
		height: 70px;
	}

	.site-title img {
	    width: 70px;
	}

	.site-header .widget-area {
	    margin: 16px 30px 0 0 !important;
        width: 170px;
	}

	.click-menu {
	    text-align: center;
	    position: absolute;
	    right: 15px !important;
	    top: 20px;
	    z-index: 5000;
	    background: #ffe6c7;
	    padding: 5px 5px 0 5px;
	    border-radius: 5px;
	}

	.click-menu .line{
		width: 28px !important;
        border-radius: 12px;
	}

	.dattourngay a {
	    font-size: 13px !important;
        padding: 11px 14px 8px !important;
	}

	.dattourngay{
		padding-left: 10px;
	}

	.site-header,
	.title-area{
		height: 70px;
	}

	#click-menu.f-menu{
		position: fixed;
	}

	#responsive-menu.f-list{
		position: fixed;
	}

	#responsive-menu .dattourngay{
		display: none;
	}
}

@media (max-width: 960px) {

	.chitiet_sp .anh_sp {
	    width: 100%;
	}

	.chitiet_sp .info_sp{
		width: calc(100% - 40px);
		padding: 20px;
        margin: 30px 0 0;
	}

	.chitiet_sp .info_sp ul{
		gap: 7px;
	}

	.chitiet_sp .info_sp ul li{
		padding: 5px;
	}

	.dattour a {
	    height: 46px;
	    line-height: 46px;
	    padding: 0 20px;
	    margin: 24px 0;
	}

	.trust-bar {
	    gap: 5px;
	}

	.page-template-page-tour main.content p{
		text-align: justify;
	}

	.content-sidebar .content, .sidebar-content .content{
		width: 100%;
	}

	.sidebar{
		width: 100%;
		margin: 20px 0 0;
	}

	h1.entry-title {
	    font-size: 28px;
	}

	 .site-header .menu li{
	 	display: none;
	 }

	  .site-header .menu .nhanbaogia{
	  	display: block;
	  }

	.content-gioithieu .widget{
		width: 100%;
		margin: 0 0 20px;
	}

	.content-gioithieu, .content-sanpham, .content-banggia, .content-hinhanh, .content-danhgia {
	    margin: 30px 0 0;
	}

	.content-gioithieu p{
		text-align: justify;
	}

	.content-sanpham .widget ul li {
	    width: calc(100% / 2 - 20px);
	    margin-bottom: 20px;
	}

	.content-sanpham .widget ul li a{
		font-size: 14px;
	}

	.content-sanpham .widget:first-child{
		margin-bottom: 0 !important;
	}

	.content-banggia {
	    padding: 30px 0;
	}

	.content-banggia .widget{
		width: 100%;
	}

	.content-gioithieu .widgettitle h2, .content-sanpham .widget:first-child h2, 
	.content-banggia .widget:first-child h2, .content-quytrinh .widget h2, 
	.content-hinhanh .widget:first-child .widgettitle h2, .content-danhgia h2, 
	.content-tintuc .widgettitle h2 a{
		font-size: 28px;
		text-transform: none;
	}

	.content-hinhanh .widget:first-child ol li {
	    margin: 0 10px 10px 0;
	    border: 1px solid #d9d9d9;
	    padding: 0 7px;
	    border-radius: 10px;
	    font-size: 15px;
	}

	.goi-ngay-content strong {
	    font-size: 20px;
	}

	.content-banggia .widget .widget-wrap {
	    padding: 20px;
	}

	.content-sanpham .widget ul li:nth-child(2n+1){
		clear: both;
	}

	.site-header .widget-area{
		margin: 15px 0 0 0;
	}

	.content-chonctoi .widget {
	    width: calc(33.33% - 30px);
        margin: 20px 5px 0;
        padding: 10px;
        min-height: auto;
	}

	.content-chonctoi .widget img {
	   width: 65px;
        margin: 0;
	}

	.content-chonctoi .widget .title{
		font-size: 16px;
	}

	.content-chonctoi .widget .noidung{
		display: none;
	}

	.content-gioithieu .widgettitle h2, .content-sanpham .widget:first-child h2, 
	.content-hinhanh .widgettitle,
	.content-tour .widget .widgettitle{
		font-size: 28px;
		text-transform: capitalize;
	}

	.content-sanpham .widget:nth-child(n+2){
		width: calc(100% - 2px);
		margin: 0 0 20px;
		border: 1px solid #d9d9d9;
		border-radius: 10px;
	}

	.content-sanpham .widget:nth-child(n+2) .box{
		padding: 0 20px 30px;
	}

	.content-sanpham .widget:nth-child(n+2) img{
		border-radius: 10px 10px 0 0;
		width: 100%;
	}

	.menu-primary a, .menu-secondary a, .site-header .menu a {
        margin: 0;
    }

    .content-sanpham .widget:first-child {
	    float: left;
	    width: 100%;
	    margin: 0 0 40px;
	    text-align: center;
	}

	#datxe .widget_caldera_forms_widget {
	    width: calc(100% - 40px);
	    padding: 20px;
	}

	.gallery-columns-3 img {
	    height: 190px;
	}

	.gallery-columns-4 img {
	    height: 150px;
	}

	.list_review .widget {
	    margin: 0 7px;
	    width: 300px;
	}

	.list_review .widget img {
	    width: 100px;
	    height: 100px;
	    margin: 0 20px 30px 0;
	}

	.list_review .widget .noidung {
	    width: calc(98% - 42px);
	    border: 1px dashed #d9d9d9;
	    padding: 20px;
	}

	.list_review button.slick-prev.slick-arrow {
        left: -21px;
        width: 50px;
        height: 50px;
        background-size: 50px;
    }

    .list_review button.slick-next.slick-arrow {
        right: -21px;
        width: 50px;
        height: 50px;
        background-size: 50px;
    }

    .content-tintuc .widgettitle{
    	margin: 0;
    }

    .home .site-inner{
    	padding: 0;
    }

    .content-tour{
    	padding: 40px 0;
    }

    .content-tour .widget {
	    width: 90%;
	    padding: 20px;
	}

	.site-footer .widget:nth-child(2) .widget-wrap{
		width: 100%;
	}

}


@media (max-width: 680px) {

	.dichvu-tour ul, .trainghiem-tour ul {
	    grid-template-columns: repeat(2, 1fr);
	    gap: 7px;
	}

	.content-tintuc .main-posts, .content-tintuc ul {
	    float: left;
	    width: 100%;
	    margin: 0 0 15px;
	}

	.gallery-columns-4 {
	    grid-template-columns: repeat(2, 1fr);
	}

	.gallery-columns-4 img {
	    height: 150px;
	}

	.site-footer .widget{
		width: 100%;
		margin: 0;
	}

	.site-footer{
		padding: 30px 0;
	}

	.gallery-columns-3 img {
        height: 120px;
    }

    .category main.content .post img{
    	width: 100%;
    	margin: 0 0 15px;
    }
}

@media (max-width: 414px) {

	.gallery-columns-4 img {
	    height: 100px;
	}

	.gallery-columns-3 img {
        height: 120px;
    }
}


