.product-category .buy-button a {
	color: #fff;
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.gallery-grid__item a {
	display: block;
	position: relative;
}

.gallery-grid__item figure {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.gallery-grid__item figure:hover img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.gallery-grid__item figure::before {
	content: "";
	padding-top: 100%;
	z-index: 1;
	display: block;
}

.gallery-grid__item figure::after {
	content: "";
	left: 10px;
	top: 9px;
	position: absolute;
	z-index: 2;
	right: 10px;
	bottom: 10px;
	border: 2px solid white;
	border-radius: 6px;
	opacity: .5;
}

.gallery-grid__item figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	transition: -webkit-transform 0.5s ease-in-out;
	-o-transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.form-control {
	background: white;
	height: 45px;
	padding: 5px 15px;
	border: 0;
	color: #333;
	font-size: 16px;
	width: 100%;
	border-radius: 3px;
}

.alphabet-nav {
	position: sticky;
	top: 56px;
	z-index: 100;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 17px;
	margin-bottom: 40px;
	padding: 8px;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(15px);
	border-radius: 7px;
	box-shadow: 0 2px 15px rgb(0 0 0 / 9%);
	border: 1px solid rgba(255, 255, 255, 0.3);
	margin-top: 20px;
}

.alphabet-nav .nav-item {
	padding: 8px 12px;
	background: linear-gradient(145deg, #ffffff, #f0f0f0);
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-weight: 500;
	color: #555;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	border: 1px solid #cdcdcd5e;
}

.alphabet-nav .nav-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
	background: var(--color-main);
	color: white;
}


.breadcrumb {
	padding: 8px 0px 10px 0;
	list-style: none;
	text-align: center;
	align-items: center;
	justify-content: center;
	position: absolute;
	margin: auto;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	flex-wrap: wrap;
}

ul.breadcrumb li {
	display: inline;
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
}

ul.breadcrumb li+li:before {
	padding: 8px 5px;
	color: #ffffff;
	content: "/\00a0";
}

ul.breadcrumb li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
}

.list_tintuc {
	margin-top: 20px;
}

ul.breadcrumb li a:hover {
	color: #ff312e;
	text-decoration: underline;
}

.breadcrumb {
	top: 72%;
	z-index: 100;
}

.brackham-commont {
	background: #eee;
	position: relative;
}

.item-banner-pages img {
	width: 100%;
}

.contact-temp-body {
	background-color: white;
	padding: 0px 15px 0px 0px;
	border-radius: 10px;
}

.left-bot {
	text-align: center;
}

.ct-left,
.ct-right {
	margin-top: 15px;
	margin-bottom: 15px !important;
	color: #393939;
	font-size: 14px;
}

.ct-right h1 {
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 10px;
	color: #005693;
}

.ct-left.ct-right form {
	width: 64%;
	margin: 0 auto;
}

.ct-left form input {
	font-size: 14px;
	color: #0d0d0d;
	width: 100%;
	border: 1px solid #c8c8c8;
	border-radius: 0px;
	height: 45px;
	padding: 0 15px;
	margin-bottom: 15px;
	outline: 0;
	border-radius: 5px;
}

.box-input-form {
	display: flex;
	gap: 0px 20px;
}

.ct-left form input {
	font-size: 14px;
	color: #0d0d0d;
	width: 100%;
	border: 1px solid #c8c8c8;
	border-radius: 0px;
	height: 45px;
	padding: 0 15px;
	margin-bottom: 15px;
	outline: 0;
	border-radius: 5px;
}

.ct-left form textarea {
	font-size: 14px;
	color: #717173;
	width: 100%;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	padding: 10px 15px;
	margin-bottom: 10px;
	outline: 0;
}

.ct-left form button {
	font-size: 14px;
	color: #fff;
	background: #005693;
	border: none;
	height: 40px;
	width: 172px;
	border-radius: 3px;
	cursor: pointer;
	outline: 0;
	font-weight: 500;
	text-transform: uppercase;
}


.supplier {
	background: #FFF;
	margin-bottom: 15px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #DDD;
	padding: 15px;
}

.supplier .image {
	position: relative;
	overflow: hidden;
}

.supplier .image:hover img {
	transform: scale(1.2);
	transition: 0.5s ease;
}

.supplier h3 {
	text-align: center;
	color: #5f7aec;
	font-size: 15px;
}

.supplier h3 a {
	color: #333;
}

.title-template-news {
	margin: 10px 0 10px 0;
	font-size: 18px;
	text-transform: uppercase;
	text-align: left;
	font-weight: 600;
	color: #fff;
	padding: 0;
	border-bottom: solid 2px #FF312E;
}

.title-template-news>* {
	background: #FF312E;
	padding: 8px 20px;
	display: inline-block;
	color: white;
	border-radius: 10px 10px 0px 0px;
}

.list-news {
	padding-top: 5px;
}

.content-page ul li {
	list-style: disc !important;
	margin-left: 0px;
}

.products-card>a {
	position: relative;
	overflow: hidden;
}

.link-speed {
	padding-top: 40px;
}

.link-speed .c-title__xl {}

.link-speed__grid {}

.link-speed__grid>.row {
	gap: 20px 0;
}

.link-contact {
	text-align: center;
	height: 100%;
	padding: 20px;
	padding: 20px 10px 20px 10px;
	box-shadow: 0px 0px 10px 2px rgb(175 175 175 / 50%);
	border-radius: 10px;
}

.link-contact--style2 {
	box-shadow: 0px 0px 1px 1px #ff000030;
	background: linear-gradient(135deg, #f43f5e, #f97316);
	color: white;
}

.link-contact__icon img {
	width: 30px;
}

.link-contact--style2 .link-contact__ttl {
	margin-bottom: 10px;
	color: white;
}

.link-contact__ttl {
	font-size: 24px;
	color: #1c4594;
	margin-bottom: 5px;
}

.link-contact--style2 .btn-common01 {
	color: var(--color-main);
	background: white;
	font-weight: 700;
}

.link-contact--style2 .link-contact__decs {
	font-size: 20px;
}

.link-contact__decs:not(:last-child) {
	margin-bottom: 20px;
}

.btn-common01 {
	background: var(--color-main);
	color: #fff;
	font-size: 14px;
	padding: 7px 20px;
	border-radius: 30px;
	text-transform: uppercase;
	font-weight: 400;
	border: none;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}

.btn-common01:hover {
	background: var(--color-main2);
	color: white;
}

.noi_dung_in {
	/* text-align: justify; */
	line-height: 1.7;
}

.noi_dung_in:not(:last-child) {
	margin-bottom: 20px;
}

.noi_dung_in h1 {
	font-size: 24px;
}

.noi_dung_in h2 {
	font-size: 22px;
}

.noi_dung_in h3 {
	font-size: 20px;
}

.noi_dung_in h4 {
	font-size: 18px;
}

.noi_dung_in h5 {
	font-size: 17px;
}

.noi_dung_in h6 {
	font-size: 16px;
}

.noi_dung_in h1,
.noi_dung_in h2,
.noi_dung_in h3,
.noi_dung_in h4,
.noi_dung_in h5,
.noi_dung_in h6 {
	font-weight: 700;
}

.noi_dung_in h1:not(:last-child),
.noi_dung_in h2:not(:last-child),
.noi_dung_in h3:not(:last-child),
.noi_dung_in h4:not(:last-child),
.noi_dung_in h5:not(:last-child),
.noi_dung_in h6:not(:last-child) {
	margin-bottom: 15px;
}

.noi_dung_in em {
	display: block;
}

.noi_dung_in ul,
.noi_dung_in ol {
	margin-left: 20px;
}

.noi_dung_in ol li {
	list-style: decimal;
	position: relative;
}

.noi_dung_in ul li {
	list-style: disc;
}

.noi_dung_in ul:not(:last-child),
.noi_dung_in ol:not(:last-child),

.noi_dung_in div:not(:last-child),
.noi_dung_in p:not(:last-child) {
	margin-bottom: 10px;
}

.noi_dung_in p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.noi_dung_in p em,
.noi_dung_in ul em,
.noi_dung_in li em,
.noi_dung_in div em {
	display: inline;
}

.noi_dung_in iframe {
	max-width: 100%;
}

@media (max-width: 992px) {

	.noi_dung_in:not(.table-sp) table tr,
	.noi_dung_in:not(.table-sp) table td,
	.noi_dung_in:not(.table-sp) table th,
	.noi_dung_in:not(.table-sp) table tbody,
	.noi_dung_in:not(.table-sp) table thead {
		display: block;
		width: 100% !important;
		padding: 0 !important;
	}

	.noi_dung_in:not(.table-sp) table tr:not(:last-child),
	.noi_dung_in:not(.table-sp) table td:not(:last-child),
	.noi_dung_in:not(.table-sp) table th:not(:last-child),
	.noi_dung_in:not(.table-sp) table tbody:not(:last-child),
	.noi_dung_in:not(.table-sp) table thead:not(:last-child) {
		margin-bottom: 10px;
	}
}

.noi_dung_in table {
	width: 100%;
	border-spacing: 0;
}

.noi_dung_in table:not(:last-child) {
	margin-bottom: 10px;
}

.noi_dung_in table tr:last-child,
.noi_dung_in table td:last-child,
.noi_dung_in table th:last-child,
.noi_dung_in table tbody:last-child,
.noi_dung_in table thead:last-child {
	margin-bottom: 0;
}

.noi_dung_in table tr td {
	margin-bottom: 0;
	padding: 5px;
}

.noi_dung_in #toc-list li {
	list-style: none;
}

.noi_dung_in img {
	max-width: 100%;
	display: inline-block;
}

.noi_dung_in blockquote {
	background: #f6f6f6;
	border-radius: 10px;
	padding: 10px 20px;
	border-left: 2px solid gray;
}

.noi_dung_in blockquote:not(:last-child) {
	margin-bottom: 10px;
}

#myTabContent .header-right-tomtat svg {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

#myTabContent.active-scroll .header-right-tomtat svg {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.btn:focus,
.btn:focus-visible,
button:focus,
button:focus-visible,
a:focus,
a:focus-visible {
	outline: none;
}

.btn:active,
button:active,
a:active {
	outline: none;
}

.btn:active:focus,
button:active:focus,
a:active:focus {
	outline: none;
}

.certificate .images {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	background: #fff;
	padding: 10px;
	border: 3px solid #ccc;
	filter: drop-shadow(2px 4px 2px #cdcdcd);
}

.certificate .images img {
	display: block;
	border-radius: 5px;
}

.item-name-products h1 {
	display: block;
	width: 100%;
	color: #fff;
	margin-bottom: 5px;
	font-size: 40px;
}


span.video-item__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

a.video-item {
	display: block;
	position: relative;
	margin-bottom: 10px;
}

.video-item-ttl {
	text-align: center;
	font-weight: 600;
}

a.video-item.p-relative:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0000005e;
}

a.video-item img {
	display: block;
}

span.video-item__play i {
	color: #fff;
	font-size: 25px;
}


.list-card-news-horizontal {
	margin-top: 20px;
	margin-bottom: 20px;
}

.section-about {
	padding: 20px 0;
}

.media-sitebar {
	padding-top: 20px;
	border-top: 0px solid #cdcdcd;
}

.media-sitebar ul {
	justify-content: center;
}

.media-sitebar ul {
	padding-bottom: 15px;
	display: flex;
	border-bottom: 1px solid #cdcdcd;
	padding-top: 15px;
	align-items: center;
	border-top: 1px solid #cdcdcd;
}

.media-sitebar ul li a svg {
	width: 20px;
	height: 20px;
}

.media-sitebar ul li a {
	display: inline-flex;
	width: 30px;
	height: 30px;
	background: #ed1c23ff;
	border-radius: 4px;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	fill: #fff;
}

.media-sitebar ul .facebook a {
	background: #0866ff;
	margin-left: 10px;
}

.media-sitebar ul .zalo a {
	background: #0866ff;
}

.media-sitebar ul .instagram a {
	background: #fff;
}

.media-sitebar ul .tweet a {
	background: #009ded;
}

.media-sitebar ul .instagram a {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.media-sitebar ul .pinterest a {
	background: #e70024;
}

.media-sitebar ul .whatsapp a {
	background: #0dc144;
}

.modal__content .form-control {
	border: 1px solid lightgray;
}

.modal__content .form-control:not(:last-child) {
	margin-bottom: 10px;
}

.modal__content textarea.form-control {
	height: 80px;
}

.common-gallery {
	background: #f5f5f5;
	padding: 50px 0;
}

.common-gallery .c-ttl__01 {
	margin-bottom: 30px;
}

/*  */
.sidebar-panel.box {
	padding: 20px;
	-webkit-box-shadow: 0 0 20px rgba(48, 52, 66, 0.1);
	box-shadow: 0 0 20px rgba(48, 52, 66, 0.1);
	border-radius: 5px;

}

.sidebar-panel.box-gray {
	background: #f5f5f5;
}

.sidebar-panel:not(:last-child) {
	margin-bottom: 30px;

}


.sidebar-quostion {
	background: url(../images/widget-bg-1.webp) no-repeat center/cover;
	padding: 40px;
	color: white;
}

.sidebar-panel__desc {
	margin-bottom: 20px;
	font-size: 13px;
}

.sidebar-panel .c-ttl__01 {
	margin-bottom: 15px;
	color: #333;
	background: #f4f5f5;
	font-size: 18px;
	border-left: solid 5px #1a5ba5;
	padding: 10px 20px 10px 15px;
}

.sidebar-quostion .c-ttl__01 {
	font-size: 18px;
	color: white;
	padding-bottom: 0;
}


.sidebar-panel .c-ttl__01::after,
.sidebar-quostion .c-ttl__01::after {
	display: none;
}

.box-gray.sidebar-panel .c-ttl__01 {
	border-left: 0;
	margin-bottom: 0;
}

.testimonials__card {
	background: #ffffff;
	border-radius: 16px;
	padding: 32px;
	margin-bottom: 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.197);
	border: 1px solid rgba(226, 232, 240, 0.8);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
}

.testimonials__card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	/* background: linear-gradient(90deg, var(--color-main2), var(--color-main)); */
	transform: scaleX(0);
	transition: transform 0.3s ease;
	transform-origin: left;
}

.testimonials__card:hover {
	box-shadow: -1px -2px 8px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.05);
}

.testimonials__card:hover::before {
	transform: scaleX(1);
}

.testimonials__header {
	text-align: center;
	margin-bottom: 60px;
	animation: fadeInDown 0.8s ease-out;
}

.testimonials__title {
	font-size: 3rem;
	font-weight: 700;
	color: #2d3748;
	margin-bottom: 16px;
	letter-spacing: -0.025em;
}

.testimonials__subtitle {
	font-size: 1.125rem;
	color: #718096;
	max-width: 600px;
	margin: 0 auto;
}

.testimonials__avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 16px;
	overflow: hidden;
	border: 3px solid #e2e8f0;
	transition: all 0.3s ease;
}

.testimonials__avatar img {
	width: 100%;
	height: 100%;
}

.testimonials__info {
	flex: 1;
}

.testimonials__info__name {
	font-weight: 600;
	color: #2d3748;
	margin-bottom: 4px;
	letter-spacing: -0.01em;
}

.testimonials__info__role {

	color: #718096;
	font-weight: 500;
}

.testimonials__rating {
	display: flex;
	align-items: center;
	/* margin-bottom: 20px; */
}

.testimonials__rating__stars {
	display: flex;
	gap: 2px;
	margin-right: 12px;
}

.testimonials__rating__star {
	color: #d3d3d3;
	transition: transform 0.2s ease;
}

.testimonials__rating__stars[data-star="5"] .testimonials__rating__star:nth-child(-n + 5) {
	color: #fbbf24;
}

.testimonials__rating__stars[data-star="4"] .testimonials__rating__star:nth-child(-n + 4) {
	color: #fbbf24;
}

.testimonials__rating__stars[data-star="3"] .testimonials__rating__star:nth-child(-n + 3) {
	color: #fbbf24;
}

.testimonials__rating__stars[data-star="2"] .testimonials__rating__star:nth-child(-n + 2) {
	color: #fbbf24;
}

.testimonials__rating__stars[data-star="1"] .testimonials__rating__star:nth-child(-n + 1) {
	color: #fbbf24;
}

.testimonials__rating__star:hover {
	transform: scale(1.2);
}

.testimonials__rating__value {

	color: #718096;
	font-weight: 500;
}

.testimonials__card__text {

	line-height: 1.7;
	color: #4a5568;
	position: relative;
	font-style: italic;
}

.testimonials__card__header {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}

.testimonials__card__text::before {
	content: '"';
	font-size: 3rem;
	color: rgba(102, 126, 234, 0.1);
	position: absolute;
	top: -8px;
	left: -8px;
	font-family: Georgia, serif;
	z-index: 0;
}


.testimonials__card__text-content {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.text_news_right ul li {
	list-style: none;
}

.why-book__list li {
	display: flex;
	flex-wrap: wrap;
	gap: 0 5px;
}

.why-book__list li img {
	width: 20px;
	object-fit: contain;
}

.why-book__list li {
	padding: 10px;
}


.why-book__list li:not(:last-child) {
	border-bottom: 1px solid lightgray;
}

.why-book__list li svg {
	width: 20px;
}

h2.c-ttl__01.c-ttl__01--left {}

.box-gray.sidebar-panel .c-ttl__01 {
	border-left: 0;
	/* margin-bottom: 0 !important; */
	margin-bottom: 0;
}

.sidebar-panel__contact ul li {
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 18px;
	gap: 5px;
}

.sidebar-panel__contact li img {
	width: 20px;
}

.sidebar-panel__contact ul a {
	color: white;
	    word-break: break-all;
}

.sidebar-panel__contact li:not(:last-child) {
	margin-bottom: 10px;
}

.sidebar-panel__ct .booking-form__section {
	padding: 0;
}

.sidebar-panel__ct .form-grid {
	--gutter: 5px;
}

.sidebar-panel__ct .form-field {
	width: 100%;
	max-width: 100%;
}

.sidebar-panel__ct .form-group__wbtn {
	text-align: center;
}

.sec-relate-product {
	padding: 40px 0;
}

.sec-my-tour {
	padding: 30px 0;
	background: #fafafa;

}

.sidebar-panel__form .booking-form__section {
	padding: 0;
}

.sec-my-tour__left .sidebar-panel .c-ttl__01 {
	margin-bottom: 30px;
}

.sec-my-tour__left .form-grid {
	gap: 15px 0;
}

.sec-my-tour>.ctnr>.row {
	gap: 20px 0;
}

#cookie-consent {
   position: fixed;
    bottom: 20px;
    left: 20px;
    /* transform: translateX(-50%); */
    background: #0b0b0b;
    padding: 15px;
    color: white;
    border-radius: 8px;
    display: none;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    max-width: 600px;
}

#cookie-consent p {
    font-size: 13px;
    margin: 0;
    padding: 0 10px
}
#cookie-consent p a{
    color:white;
}
#cookie-consent button {
    margin: 3px 5px;
    padding: 6px 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    width: 100%;
    white-space: nowrap;
}

#accept-cookie {
    background: #f00;
    color: #fff
}

#decline-cookie {
    background: #f00;
    color: #fff
}

#accept-cookie:hover {
    background: #1e5ba5;
}

#decline-cookie:hover {
    background: #1e5ba5
}
.box-cookies p a {
    color: #fff;
    text-decoration: underline
}
body *.grecaptcha-badge {
    display: none !important;
}
@media(max-width:990px) {
	.breadcrumb {}

	.item-name-products h1 {
		font-size: 18px;
	}

	.common-gallery .c-ttl__02 {
		margin-bottom: 15px;
	}

	.sec-relate-product {
		padding: 30px 0 20px;
	}

	.sec-relate-product .c-ttl__01 {
		margin-bottom: 30px;
	}
}

@media(max-width:1200px) {
	.box-products-list-main {
		padding: 2rem 0px 9rem;
	}
}

@media(max-width:990px) {
	.heading-title .count {
		display: none;
	}

	.content-page table tr td {
		width: 100% !important;
		display: block;
	}

	.ct-left.ct-right form {
		width: 100%;
	}

	.contact-temp-body {
		padding: unset;
	}

	.link-contact__icon img {
		width: 33px;
	}
}
