/*
Theme Name: Vespa A Go Go
Description: Rebuild by Ding Yang
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.header-main .nav > li > a {
	font-size: 15pt;
	font-weight: 600;
	letter-spacing: 0.02em;
}
.nav-spacing-xlarge>li {
	margin: 0 15px;
}
/*icon cart*/
.cart-icon-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
}
.cart-count {
    position: absolute;
    top: 10px!important;
    right: -6px;
    background: #e67e22!important;
    color: white;
    font-size: 13px!important;
    width: 22px!important;
    height: 22px!important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    line-height: 1;
}
.cart-icon-link img {
	width: 0.8em!important;
	height: 0.8em!important;
}
.cart-icon-link span {
	background: #566a65;
	padding: 10px 9px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 10px 0px;
}
.custom-icon-menu {
	margin: unset!important;
}
.custom-icon-menu li {
	background: #566a65;
	padding: 8px 11px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 10px 0px;
	transition: all 0.3s;
}
.custom-icon-menu li:hover, .cart-icon-link:hover span {
	background: #3d3d3d;
}
/*menu*/
.nav-line-grow>li>a:before {
	top: unset;
	bottom: 0;
	height: 1.5px;
}
/*menu mobi nav */
.off-canvas-left .mfp-content {
	background-color: #426167!important;
	color: #fff;
}
.mfp-content {width: 90%!important;}
.mfp-content .mfp-close {opacity: 1;}
.off-canvas-left .mfp-content li a {
	color: #fff;
	font-size: 1.1em;
	text-transform: none;
}
.off-canvas .nav li.menu-item {
	height: 100%;
	padding: 2px 10px;
	margin: unset;
}
.off-canvas .nav .search-form input {
	color: #fff !important;
	opacity: 1 !important;
	border: solid 1px #f7f7f7;
	padding: 25px 15px;
	border-radius: 12px;
}
/*results search*/
.searchform-wrapper .live-search-results {
	background-color: #212529!important;
	border-radius: 5px;
	overflow: hidden;
}
.searchform-wrapper input.search-field {color: #fff!important;}
.searchform-wrapper .live-search-results .search-name {color:#f1f1f1;}
.live-search-results .search-name strong {color: #f4721d;}
.autocomplete-suggestions {
	max-height: 30vh!important;
}
.autocomplete-suggestion img {
	border-radius: 6px;
	width: 60px;
	object-fit: cover;
}
/*booking panel*/
.booking-panel .form-group {
	position: relative;
	padding-left: 130px;
}
.booking-panel .form-group label {
	position: absolute;
	left: 0;
	top: 5px;
	margin-bottom: 0;
	font-size: 12pt;
}
.form-group .quantity {
	justify-content: flex-end;
	flex: 1;
}
.form-group .quantity button {
	padding: 0;
	margin: 0;
	top: -8px;
	background: #ddd;
	width: 38px;
	border-radius: 10px;
	min-height: unset;
	line-height: unset;
	height: 38px;
}
.form-group .quantity button:hover {
	background: #426167;
	color: #fff;
}
.form-group .quantity input {
	text-align: center;
	height: 38px;
}
#btn_book_tour, #btn_continue, #btn_submit_info {
	background: linear-gradient(160deg, #16222A, #3A6073, #243B55)!important;
	transition: all .5s;
	border-radius: 10px;
	text-transform: unset;
}
/*progress step*/
.stepper-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  max-width: 1000px;
  margin: 20px auto 40px auto;
  padding: 0 10px;
}
.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 1;
  z-index: 1;
}
.step-item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #e2e8f0;
  z-index: -1;
}
.step-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #cbd5e1;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
}
.step-label {
  margin-top: 10px;
  font-size: 13px;
  color: #8898aa;
  text-align: center;
  font-weight: 500;
  white-space: nowrap;
}
.step-item.active .step-circle {
  background-color: #219044;
  border-color: #2563eb;
  color: #ffffff;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.2);
}
.step-item.active .step-label {
  color: #2563eb;
  font-weight: 600;
}
.step-item.done .step-circle {
  background-color: #3d3d3d;
  border-color: #2563eb;
  color: #ffffff;
}
.step-item.done::after {
  background-color: #2563eb;
}
/*thong tin khach hang*/
.form-group input, .form-group select, .form-group textarea {
	border-radius: 6px;
	border: 1px solid #e5e5ea;
	box-shadow: unset!important;
	margin-bottom: 0.8rem;
}
.form-group.left, form#customer-info-form .form-group.right {
	width: 48%;
	float: left;
}
.left {
	margin-right: 4%;
}
/*banner*/
.hero-video-banner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.hero-video-banner .video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.hero-video-banner #yt-bg-player, .hero-video-banner iframe {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 100vw !important;
  height: 56.25vw !important;
  min-height: 100vh !important;
  min-width: 177.77vh !important;
  transform: translate(-50%, -50%) !important;
}
.hero-video-banner .hero-content {
  position: relative;
  z-index: 2;
}
.hero-video-banner .overlay {
	background: linear-gradient(180deg, rgba(204, 54, 8, 0) 0%, var(--token-957cca81-ba77-4eee-99f4-2c0cb2934d52, rgb(70, 104, 106)) 100%);
	filter: blur(4px);
}
.hero-video-banner .overlay::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.3);
	z-index: 1;
}
.hero-video-banner .hero-content {
	font-size: 200%;
}
.hero-video-banner h1 {
	color: #fff;
	margin: unset;
	text-shadow: 2px 3px 5px #0f271a;
}
.hero-video-banner p {
	text-shadow: 2px 3px 5px #0f271a;
	margin: unset;
	opacity: 0.7;
	backdrop-filter: blur(8px);
}
.hero-video-banner .btn-basic {
	backdrop-filter: blur(8px);
	border: solid 1px #ffffff73;
	color: #fff;
	padding: 10px 24px;
	border-radius: 99px;
	font-size: 26px;
	font-weight: 700;
	transition: all 0.5s;
}
.btn-basic:hover {
	font-size: 24px;
}
/*home*/
.sechome01 h2, .sechome02 h2, .sechome04 h2, .sechome05 h2, .secabout01 h2, .secabout02 h2 {
	color: var(--fs-color-secondary);
	font-size: 38pt;
	line-height: 1.2em;
}
.sechome01 .col-whygo p {
	text-align: justify;
}
.sechome01 .img-inner.dark {
	padding: 30px;
}
.sechome01 .box {
	border: solid 3px #ffffff;
	box-shadow: -15px 15px 0px 0 #354e47;
	border-radius: 40px;
	overflow: hidden;
	scale: 95%;
	transition: all 0.5s ease-out;
}
.sechome01 .box:hover {
	transform: rotate3d(5, 5, 1, 10deg);
}
.sechome02 .tit-sp {
	font-size: 20pt;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: unset;
}
.btn-skill {
	display: flex;
	align-items: center;
	margin: 30px 0px;
}
.btn-skill .text {
	background: var(--fs-color-success);
	color: #fff;
	padding: 10px 24px;
	border-radius: 99px;
	font-size: 26px;
	font-weight: 700;
	transition: all 0.5s;
}
.btn-skill .box-arrow {
	transform: rotate(-45deg);
	text-align: center;
	position: absolute;
	left: 170px;
	transition: all 0.5s;
}
.btn-skill .arrow {
	background: var(--fs-color-success);
	color: #fff;
	font-size: 22px;
	padding: 15px 16px;
	border-radius: 50px;
}
.btn-skill:hover .text {
	font-size: 25px;
}
.btn-skill:hover .box-arrow {
	transform: unset;
	left: 180px;
}
.marquee-wrapper {
	width: 100%;
	overflow: hidden;
	background: transparent;
	padding: 30px 0;
	box-sizing: border-box;
}
.sechome02 .marquee-wrapper {
	mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 5%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 67%, rgba(0, 0, 0, 0) 95%);
}
.marquee-wrapper .col-inner {
	display: flex;
	align-items: center;
	width: max-content;
	animation: marquee-scroll 30s linear infinite; 
}
.marquee-wrapper:hover .col-inner {
	animation-play-state: paused;
}
.sechome02 .marquee-wrapper .col-inner img {
	height: 320px;
	width: auto;
	margin: 0 10px;
	object-fit: contain;
	transition: all 0.3s ease;
	border-radius: 16px;
}
.marquee-wrapper .col-inner img:hover {
	filter: grayscale(0%); 
}
@keyframes marquee-scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); } 
}
.sechome04 .box-image, .sechome04 .img-inner {
	border-radius: 20px;
	overflow: hidden;
	max-height: 700px;
}
.sechome04 .box-badge .box-text, .sechome01 .box-badge .box-text, .secabout01 .box-badge .box-text {background: transparent!important;
	padding: 0px 10px;}
.text-glass {
	backdrop-filter: blur(10px);
	background-color: var(--token-7871f730-cef2-45e4-be66-e823be7c1852, rgba(0, 0, 0, 0.4));
	color: var(--extracted-r6o4lv, rgba(246, 246, 246, 0.6));
	font-size: 16pt;
	padding: 12px 30px;
	border-radius: 10px;
	width: fit-content;
  margin: auto;
}
.sechome05 .marquee-wrapper .img-inner {
	width: auto;
	margin: 0 10px;
	object-fit: contain;
	transition: all 0.3s ease;
	border-radius: 10px;
	overflow: hidden;
	background: #ddd;
	padding: 16px 30px;
	height: 100%;
	max-height: 120px;
}
.sechome05 .img-inner img {
	padding: 32px 46px;
	height: 100%;
	max-height: 100px;
	margin: unset;
}
.secreview .large-4 .col-inner {
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.35);
	box-shadow: 2px 2px 2px rgb(16 14 110 / 10%);
	padding: 20px;
	height: 100%;
}
.secreview .star-rating {
	width: unset;
	height: 25px;
}
.secreview .star-rating:before {
	content: "";
	font-size: 20px;
	color: #f8a70c;
	letter-spacing: 5px;
}
.review-more .col-inner {
	align-items: center;
	display: grid;
}
/*about*/
.about-head .overlay {
	background: linear-gradient(0deg, #375258 10%, rgb(47 57 54 / 74%) 60%, rgb(0 0 0 / 24%) 74%);
}
.about-head .text-inner {
	text-shadow: 2px 3px 5px #0f271a;
}
.secabout01 .box-image {
	border-radius: 20px;
}
.secabout01 .box-badge .box-text {
	bottom: 30%;
}
.secabout03 .icon-box {
	margin-bottom: 10px;
	align-items: center;
}
.secabout03 img {
	border-radius: 22px;
}
/*play glass*/
.play-button {
  width: 80px;
  height: 80px;
	backdrop-filter: blur(10px);
  background-color: var(--token-7871f730-cef2-45e4-be66-e823be7c1852, rgba(0, 0, 0, 0.4));
	position: relative;
  cursor: pointer;
  display: flex!important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	margin: auto;
	bottom: 20px;
}
.play-button::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #ffffffb5;
  transform: translateX(4px); 
}
.play-button:hover {
  transform: scale(1.1);
}
.mfp-bg.mfp-ready {
	opacity: 0.9!important;
}
.mfp-bg {
	background: #0f1512!important;
	backdrop-filter: blur(8px);
}
.mfp-container {
	padding: 30px 10px;
}
.lightbox-content {border-radius:14px;}
.lightbox-content iframe {
	border-radius: 10px;
}
/*accordion*/
.accordion .accordion-item {
	background: linear-gradient(64deg, rgb(210 244 250) 0%, rgb(192 209 206) 50%, rgb(130 166 148) 100%);
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.35);
	box-shadow: 0 8px 32px 0 rgba(55, 82, 88, 0.04);
	margin-bottom: 10px;
}
.accordion .accordion-title {
	background: #fff;
	border: unset !important;
	color: #426167;
	font-size: 16pt;
}
.accordion .accordion-title.active {
	color: #fff;
	background: #426167;
}
.accordion .accordion-inner {
	backdrop-filter: blur(10px);
	background-color: var(--token-7871f730-cef2-45e4-be66-e823be7c1852, rgba(0, 0, 0, 0.4));
	color: #ffffffc4;
	font-size: 14pt;
}
/*accordion faq basic*/
.faq-basic .accordion-item {
	background: #f7f7f7;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.35);
}
.faq-basic .accordion-inner {
	backdrop-filter: unset;
	background-color: unset;
	color: unset;
	border: solid 2px #426167;
	border-radius: 0px 0px 10px 10px;
}
/*slider*/
.slider-album .slider .img {
	margin: unset !important;
	opacity: 1;
}
@media (min-width: 768px) {
   .slider-album .slider .img 	{
	width: 33.33% !important;
	padding: 4px;
    }
	.col-pic1 .col-inner {
	padding: 0px 40px;
	}
	.hero-video-banner h1 {
		font-size: 56pt;
	}
}
.slider-album .slider .img .img-inner {
	border-radius: 14px;
	overflow: hidden;
}
.slide-tour .flickity-page-dots {bottom: -30px;}
.slide-tour .flickity-button {
	opacity: 1 !important;
}
.slide-tour .flickity-button-icon {
	background: #c99a5c;
	border-radius: 8px;
	padding: 10px;
	color: #fff;
	box-shadow: 3px 3px 4px #263d31;
}
.slide-tour .flickity-page-dots .dot {
	border: 3px solid #426167;
}
.slide-tour img.attachment-large {
	max-height: 400px;
	object-fit: cover;
	border-radius: 20px;
}
.row-layout-tour h1.entry-title {font-size: 24pt;
color:#426167;}
.listtour_info .flex {
	font-size: 12pt;
	margin: 0px 8px 10px 0px;
	padding: 8px 18px;
	gap: 10px;
	align-items: center;
	background: #dddddd;
	border-radius: 8px;
	color: #333;
	transition: all 0.5s;
}
.listtour_info .flex:hover {
	background: #426167;
	color: #fff;
}
/*cate tours*/
.row-category-tour .banner {
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 50px;
}
.row-category-tour .banner .overlay {
	background: linear-gradient(135deg, rgb(53 78 71) 20%, rgb(53 78 71 / 74%) 60%, rgb(0 0 0 / 24%) 74%);
}
.row-category-tour .text-box-content {
	text-shadow: 2px 3px 5px #0f271a;
}
.row-category-tour .banner img {transition: all 0.7s;}
.row-category-tour .banner:hover img {scale:110%;}
.tour-category-filter-wrapper {
	background: #fff;
	border-radius: 16px;
	padding: 15px;
	box-shadow: 0 8px 32px 0 rgba(55, 82, 88, 0.04);
	width: 100%;
}
.tour-category-filter-list {
	list-style: none;
	margin: 0;
	display: flex;
	justify-content: center;
}
.tour-category-filter-list li {
	margin: 0px 5px!important;
	padding: 0!important;
}
.tour-category-filter-list .filter-link {
	text-transform: uppercase;
	color: #7F7F80;
	background: #f7f7f7;
  border: solid 1px #ddd;
	font-size: 12pt;
	font-weight: 600;
	padding: 10px 18px;
	border-radius: 12px;
	transition: all 0.3s ease;
	display: inline-block;
}
.tour-category-filter-list .filter-link:hover,
.tour-category-filter-list .filter-link.active {
	background-color: #426167; 
	color: #fff;
}
#row-list-tour .box-blog-post, .post-item .col-inner {
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.35);
	box-shadow: 2px 2px 2px rgb(16 14 110 / 10%);
}
#row-list-tour .box-text, .post-item .box-text {
	padding: 15px;
}
#row-list-tour .post-title, .post-item .post-title {
	font-size: 16pt;
	color: #354e47;
}
#row-list-tour .from_the_blog_excerpt, .secreview .op-3line {
	margin: 10px 0px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
#row-list-tour .post-item img, .post-item img, .secblog .post-item img {
	transition: all 0.5s!important;
}
#row-list-tour .post-item:hover img, .post-item:hover img {scale: 110%;}
#row-list-tour .post-item:hover .post-title, #row-list-tour .post-item:hover .book-exp, .post-item:hover .post-title a {color: #c79242!important;}
#row-list-tour .post-item:hover svg {
	background: #426167;
	color:#fff;
}
.book-exp {
	border-top: solid 1px #ddd;
	font-size: 12pt;
	font-weight: 700;
	margin: 10px 0px;
	padding-top: 15px;
}
.svg-bookexp svg {
	background: #f7f7f7;
	width: 40px;
	height: 40px;
	padding: 8px;
	border-radius: 99px;
	vertical-align: middle;
	transition: all 0.3s;
}
/*best tour*/
@keyframes dasharray {
  from {
    stroke-dasharray: 0 0 0 0;
  }
  to {
    stroke-dasharray: 68 68 0 0;
  }
}
@keyframes filled {
  to {
    fill: white;
  }
}
.listtour_info .best-tour {
	background: radial-gradient(65.28% 65.28% at 50% 100%, rgba(223, 113, 255, 0.8) 0%, rgba(223, 113, 255, 0) 100%), linear-gradient(0deg, #7a5af8, #7a5af8) !important;
}
.best-tour .inner {
	z-index: 2;
	gap: 6px;
	position: relative;
	width: 100%;
	color: #fff !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	transition: color 0.2s ease-in-out;
}
.best-tour svg.icon {
	width: 18px;
	background: unset !important;
	height: 18px;
	transition: fill 0.1s linear;
}
#row-list-tour .post-item:focus .best-tour svg {
	fill: #fff;
}
#row-list-tour .post-item:hover .best-tour svg {
	fill: transparent;
	animation: dasharray 1s linear forwards, filled 0.1s linear forwards 0.95s;
}
/*bagde best sell*/
.tour-badge-bestseller {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 3;
	background: linear-gradient(140deg, #F09819 0%, #FF512F 100%);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 12px;
	border-radius: 6px;
	letter-spacing: 0.3px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.25);
	text-transform: uppercase;
	/* animation load */
	animation: badgePop 0.4s ease-out;
	transition: transform 0.3s ease;
}
@keyframes badgePop {
	0%   { transform: scale(0) rotate(-8deg); opacity: 0; }
	70%  { transform: scale(1.1) rotate(2deg); }
	100% { transform: scale(1) rotate(0); opacity: 1; }
}
.home-tour-section .post-item .box-image::after {
	content: "";
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	z-index: 2;
	background: linear-gradient(
		120deg,
		rgba(255,255,255,0) 0%,
		rgba(255,255,255,0.35) 50%,
		rgba(255,255,255,0) 100%
	);
	transform: skewX(-25deg);
	pointer-events: none;
}
.home-tour-section .post-item:hover .box-image::after {
	animation: shine 0.9s ease;
}
@keyframes shine {
    100% { left: 125%; }
}
.post-item:hover .tour-badge-bestseller {
	transform: scale(1.08) rotate(-3deg);
}
/*bang include*/
.tour-includes {
	border: 3px solid #2C5F5F;
	border-radius: 20px;
	background: #fff;
	padding: 32px 28px;
	margin: 30px auto;
	box-sizing: border-box;
}
.tour-includes h2 {
  text-align: center;
  font-size: 24pt;
  color: #edab5a;
  margin: 0 0 26px 0;
  line-height: 1.2;
}
.tour-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px 16px;
}
@media (min-width: 700px) {
	.tour-grid {
		grid-template-columns: 1fr 1fr;
	}
}
.include-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #F5F5F5;
  border-radius: 14px;
  padding: 13px 16px;
  min-height: 52px;
}
.include-item .icon {
  width: 22px;
  flex-shrink: 0;
  color: #2C5F5F;
  font-size: 21px;
  text-align: center;
}
.include-item span {
  line-height: 1.35;
}
.tour-footer {
  margin-top: 26px;
  text-align: center;
  color: #C68E4A;
  font-size: 16pt;
  line-height: 1.4;
}
/*blog archive*/
.archive #main, .single-post #main {
	background: #fafaf9;
}
.sologan-blog span {
	background: #e4e8e8;
	color: #426167;
	border: solid 1px #375258;
	padding: 0.4rem 1rem;
	border-radius: 99px;
}
.sologan-blog {
	margin-bottom: 20px;
}
.blog-tit, .gallery-title {
	font-size: 28pt;
	color: #426167;
}
.taxonomy-description {
	max-width: 700px;
}
.blog-category-filter-list {
	list-style: none;
	margin: 0;
	display: flex;
	justify-content: center;
}
.blog-category-filter-list li {
	margin: 0px 5px!important;
	padding: 0!important;
}
.blog-category-filter-list .filter-link {
	color: #7F7F80;
	background: #fff;
	border: solid 1px #ddd;
	font-size: 12pt;
	font-weight: 600;
	padding: 8px 16px;
	border-radius: 99px;
	transition: all 0.3s ease;
	display: inline-block;
}
.blog-category-filter-list .filter-link:hover,
.blog-category-filter-list .filter-link.active {
	background-color: #426167; 
	color: #fff;
}
.post-title a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5 !important;
}
.post-item .post-meta {
	font-size: 12pt;
	margin: 8px 0px;
	color: #375258;
}
.post-item .post-meta:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f073";
	padding-right: 7px;
}
.secblog .box-vertical .post-title {
	font-size: 22pt;
}
.secblog .box-vertical .box-text {
	padding: 20px 30px;
}
.box-blog-post .tag-label {
	position: absolute;
	margin-top: -60px;
	background: #00000057;
	color: #fff;
	backdrop-filter: blur(8px);
	border: solid 1px #d8d8d8;
	opacity: 1;
	font-size: 8pt;
	padding: 8px 12px;
	border-radius: 99px;
}
.box-vertical .tag-label {
	position: unset;
	margin-top: unset;
}
.has-hover:hover .tag-label {
	background-color: #353535;
}
.secblog .box-vertical .post-title {
	font-size: 18pt;
	margin-top: 10px;
}
/*blog*/
.row-post .tit-post {
	margin-top: 20px;
	margin-bottom: 20px;
}
.row-post .entry-image {
	text-align: center;
}
.row-post .entry-image img {
	max-width: 64rem;
	margin: auto;
	border-radius: 30px;
	aspect-ratio: 18 / 9;
	object-fit: cover;
	border: solid 2px #f7f7f7;
	box-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
}
.row-post .entry-title {
	font-size: 24pt;
	color: #426167;
	max-width: 1000px;
	margin: 20px auto;
}
.space-dot {
	margin: 0.8em;
}
.tag-meta-post span {
	letter-spacing: 0.05em;
	color: #66827a !important;
}
.row-post .col {
	border-left: unset !important;
}
.row-post article, .row-post .yandes>.col>.col-inner {
	background: rgba(255, 255, 255, 0.55);
	backdrop-filter: blur(10px);
	padding: 10px 20px!important;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	box-shadow: 2px 2px 2px rgb(16 14 110 / 10%);
}
.yandes .post-item .box-text-inner {
	display: flex;
	flex-direction: column;
}
.yandes .post-item .cat-label {
	margin-bottom: 6px;
	color: #c79242;
	line-height: 16px;
	font-size: .8em;
	font-weight: bold;
  opacity: 1;
}
.row-post .box-vertical .box-image .image-cover {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 10px;
}
.row-post .box-vertical .box-text {
	padding: 10px 10px;
}
.nodivi .is-divider, .box-blog-post .is-divider {
	display: none;}
.col-break-news .post-item .col-inner {
	box-shadow: unset;
}
.col-want-try .col-inner h4 {
	color: #3d554e;
}
.col-want-try .col-inner {
	background: linear-gradient(160deg, #fef9f4, #fef9f4, #fdfdfc) !important;
	border: solid 1px #ddd !important;
}
.col-want-try .button.is-outline {
	color: #354e47;
	border-radius: 12px;
	width: 80%;
	padding: 5px 10px;
	margin-bottom: 15px;
}
.col-want-try .button.is-outline:hover {
	background: #354e47;
	color: #fff;
}
/*comment*/
#comments .comment-respond {
	backdrop-filter: blur(14px);
	border-radius: 20px;
}
#comments input[type=submit] {
	border-radius: 10px;
	padding: 8px 26px;
	background: linear-gradient(160deg, #16222A, #3A6073, #243B55)!important;
}
#comments input, #comments textarea, .form-button input {
	border-radius: 8px;
	background: #f7f7f9;
	border: 1px solid #333;
	box-shadow: none!important;
}
#comments textarea {background:#f7f7f9;}
/*contact*/
.box-icon-contact h5 {
	margin-bottom: unset!important;
}
.box-icon-contact .icon-box {
	margin-bottom: 10px;
}
.secus .colinfo {
	padding: 10px 15px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 2px 2px 2px rgb(16 14 110 / 10%);
}
.visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
}
.cf-col-6, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}
@media (min-width: 700px) {
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
.cf-col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.fbook .intext {
	padding: 0.4375rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	height: 3.5rem;
	border-radius: 0.5rem;
	background-color: #fff;
	border: 1px solid rgba(34, 34, 34, 0.1);
	box-shadow: none !important;
}
.colcf .col-inner {
	padding: 15px;
}
.cf-col-12 .wpcf7-submit {
	width: 100%;
	margin-bottom: 5px;
	border-radius: 14px;
	padding: 16px 10px;
	background: linear-gradient(160deg, #16222A, #3A6073, #243B55) !important;
	transition: all .5s;
	text-transform: unset;
	font-size: 16pt
}
.secus iframe {
	border-radius: 20px;
}
.col-form .col-inner {
	padding: 15px 15px 0px 15px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 2px 2px 2px rgb(16 14 110 / 10%);
}
/*pagination*/
.thetag a {
	background: #666;
	color: #fafafa!important;
	padding: 2px 6px;
	border-radius: 4px;
}
.thetag a:hover {
	background: #F4721D;
}
.page-number {
	border-radius: 10px!important;
	font-size: 18px!important;
}
.nav-pagination>li>.current, .nav-pagination>li>a:hover, .nav-pagination>li>span:hover {
	background: #426167;
}
/*fix link*/
.taxonomy-description a, .entry-content .large-10 a, .faq-basic .accordion-inner a {color: #1b5bd3;}
.taxonomy-description a:hover, .entry-content .large-10 a:hover, .faq-basic .accordion-inner a:hover {color: #426167;}
/*fix table*/
.entry-content table {
	border: solid 1px #ddd !important;
	border-radius: 12px;
}
.entry-content tr {
	height: 40px;
}
.entry-content tr:nth-child(even) {
	background-color: #f5f5f5;
}
.entry-content td {
	padding-left: 10px !important;
}
/*btn call*/
.btn-call {
	display: flex;
	position: fixed;
	z-index: 100;
	bottom: 4.6rem;
	right: 1.4rem;
	align-items: center;
}
.btn-call img {
	width: 48px;
	transform: perspective(1px)translateZ(0);
	border-radius: 14px;
	box-shadow: 0 2px 4px #0000001a;
	transition: all 0.3s ease-out;
}
.btn-call .tooltip {
	position: absolute;
	white-space: nowrap;
	margin-right: 20px;
	right: 100%;
	background: #354e47;
	color: #fff;
	border-radius: 10px;
	opacity: 0;
	transition: all 0.5s ease-out;
}
.btn-call:hover img {
	width: 64px;
	transform: translateY(-10px);
}
.btn-call:hover .tooltip {
	opacity: 1;
	padding: 0.5rem 1.2rem;
	transform: translateY(-10px);
}
.back-to-top {
	background: #354e47 !important;
	color: #fff !important;
	border: unset !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}