/*
Theme Name: Medulich
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Outfit&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

:root {
    --bg-logo: #fff;
    --color-background: #fff;
    --color-background01: #f6f6f6ff;
    --color-background02: #f5f5f5;
    --color-background-op80: #ffffffcc;

    --clr-000: #000;
    --color-font: #333;
    --color-font-white: #fff;
    --color-font01: #165dc3;
    --color-primary: #0B2A78;
    --color-primary-tint: #2F63FF;
    --color-secondary: #FFC107;
    --body-font-family: "Inter", sans-serif;
    --header-background: #ffffff;
    --header-background01: #f9f9f9;
    --header-color-font: #252524;
    --header-color-font-white: #fff;
    --header-color-primary: #1F9E97;
    --header-color-primary-shade: #fff;
    --header-color-primary-tint: #fff;
    --footer-background: #111;
    --footer-color-font: #fff;
    --footer-color-primary: #fff;
    --font-sz-14: clamp(12px, calc(0.875rem + ((1vw - 19.2px) * 0.2232)), 14px);
    --font-sz-16: clamp(14px, calc(1rem + ((1vw - 19.2px) * 0.2232)), 16px);
    --px30: clamp(20px, calc(1.875rem + ((1vw - 19.2px) * 1.1161)), 30px);

    --primary: #453840;
    --primary-light: #ff7049;
    --primary-dark: #d14c1f;
    --secondary: #f0592f;
    --accent: #dc2626;
    --success: #7a9c59;

    --bg-light: #FFF8F9;
    --bg-white: #FFFFFF;
    --bg-cream: #FFF5F7;
    --bg-gray: #f5f6f8;
    --text-dark: #2C2C2C;
    --text-gray: #6B6B6B;
    --text-muted: #64748b;
    --border-light: #FFE8ED;
    --section-padding: clamp(3rem, 8vw, 5rem);
    --container-width: 1250px;

    --teal: #2ed4d4;
    --teal-dark: #0d9e9e;
    --teal-deeper: #0d4f4f;
    --orange: #fba91e;
    --white: #ffffff;
}

* {
    font-family: 'Inter', sans-serif;
}

html {
    scroll-behavior: smooth;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--color-font);
}

p {
    color: var(--color-font);
}

h2 {
    font-size: 2rem;
}

.border-radius-4 img {
    border-radius: 4px;
}

.mt-10 {
    margin-top: 10px !important;
}
/*top bar*/
.header-top {
    /*background: linear-gradient(to right, #2ed4d4, #fba91e);*/
    background: var(--color-primary);
    min-height:40px;
    height: 40px;
}
.hotline i{
    font-size: .85rem;
    margin-right: 5px;
}
span.phone{
    font-size: .85rem;
    color: var(--color-font-white);
    font-weight: 500;
}
#top-bar .nav>li>a{
    font-size: 0.85rem !important;
    font-weight: 500 !important;
}
#masthead.header-main{
    height: 145px;
    display:flex;
    align-items:center;
	background: #fff;
}
#logo img,#footer img {
    border-radius: 10px;
}
/*.slogan h1{
    background: linear-gradient(90deg, #0B2A78, #2F63FF, #FFC107);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}*/
.slogan h1{
	color:var(--color-secondary);
	font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px
}
.slogan01{
	color:var(--color-font);
	font-size: 15px;
    font-weight: 700;
	line-height:1.2;
}
.header-bottom a.nav-top-link{
    color:var(--color-font-white);
    font-size: 0.85rem;
    font-weight: 600;
}
.header-bottom li.active a.nav-top-link {
    color: var(--color-secondary);
}
.bg-gradient-1 {
    background: linear-gradient(135deg, #FFE9B1, #FFB43A, #FF7A00);
}
#footer {
    /*background: linear-gradient(135deg, #0fa8a8 0%, #2ed4d4 100%);*/
    /*background: linear-gradient(135deg, #FFE9B1, #FFB43A, #FF7A00);*/
    background: linear-gradient(90deg, #FF7A00 0%, #B84E00 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
  }
.footer-col h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--teal);
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
  }
  .footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 32px; height: 2px;
    background: var(--orange);
    border-radius: 2px;
  }
.footer-logo img {
    height: 72px;
    width: auto;
    object-fit: contain;
    margin-bottom: 16px;
    filter: drop-shadow(0 2px 8px rgba(46,212,212,0.3));
  }

  .footer-desc {
    font-size: 13.5px;
    line-height: 1.75;
    color: rgba(255,255,255,0.7);
    margin-bottom: 20px;
  }
  .footer-social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }

  .footer-social a {
    width: 36px; height: 36px;
    border-radius: 8px;
    background: rgba(46,212,212,0.12);
    border: 1px solid rgba(46,212,212,0.25);
    display: flex; align-items: center; justify-content: center;
    color: var(--teal);
    font-size: 15px;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s, border-color 0.2s;
  }

  .footer-social a:hover {
    background: var(--teal);
    color: #fff;
    transform: translateY(-2px);
    border-color: var(--teal);
  }
.footer-contact {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255,255,255,0.72);
    font-size: 13.5px;
    line-height: 1.6;
  }

  .footer-contact li .icon {
    width: 32px; height: 32px;
    border-radius: 8px;
    background: rgba(46,212,212,0.12);
    border: 1px solid rgba(46,212,212,0.2);
    display: flex; align-items: center; justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 1px;
  }

  .footer-contact li a {
    color: rgba(255,255,255,0.72);
    text-decoration: none;
    transition: color 0.2s;
  }

  .footer-contact li a:hover {
    color: var(--teal);
  }

  .footer-contact li strong {
    display: block;
    color: #fff;
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 13px;
  }
  .footer-divider {
    border: none;
    border-top: 1px solid rgba(46,212,212,0.15);
    margin: 36px 0 24px;
  }

  .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
  }
  .footer-bottom-links {
    display: flex;
    gap: 20px;
    list-style: none;
  }

  .footer-bottom-links a {
    font-size: 12.5px;
    color: rgba(255,255,255,0.45);
    text-decoration: none;
    transition: color 0.2s;
  }

  .footer-bottom-links a:hover {
    color: var(--teal);
  }
  @media (max-width: 560px) {
    .footer-bottom {
      flex-direction: column;
      text-align: center;
    }
  }
.ss-border-10{
    border-radius: 10px;
}
.imgarea{
    aspect-ratio: 420 / 220;
    position: relative;
    overflow: hidden;
}
.imgarea img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tour-field-wrap {
    margin-bottom: 18px;
}

.tour-field-wrap label {
    font-weight: 600;
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
    color: #1d2327;
}

.tour-lang-badge {
    display: inline-block;
    font-size: 10px;
    padding: 1px 5px;
    border-radius: 3px;
    margin-left: 5px;
    vertical-align: middle;
    background: #e8f0fe;
    color: #1a73e8;
    font-weight: 700;
}

.tour-icon-badge {
    display: inline-block;
    margin-right: 4px;
    font-size: 15px;
}

.tour-quick-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}

.tour-quick-grid .tour-field-wrap input {
    width: 100%;
    box-sizing: border-box;
}

.tour-seats-badge {
    display: inline-block;
    margin-left: 8px;
    font-size: 11px;
    color: #d63638;
    font-weight: 600;
}
/* Box tổng */
.tour-quick-info-box{
    background:#fff;
    border-radius:12px;
    padding:18px 20px;
    box-shadow:0 6px 20px rgba(0,0,0,0.08);
    margin-bottom:20px;
}

.tour-info-table{
    width:100%;
    border-collapse:collapse;
}
.tour-info-row:last-child{
    border-bottom:none;
}
.tour-info-row:hover{
    background:#fafafa;
}
.tour-info-label{
    font-size:12px;
    font-weight:600;
    color:#333;
    padding:12px 8px;
    display:flex;
    align-items:center;
    gap:8px;
}
.tour-info-icon{
    font-size:10px;
}
.tour-info-label-sub{
    display:block;
    font-size:12px;
    font-weight:400;
    color:#999;
}
.tour-info-value{
    font-size:12px;
    font-weight:600;
    color:#ff7a00;
    text-align:right;
}

/* responsive mobile */
@media (max-width:768px){
	#masthead.header-main{
	height:100px
	}
    .tour-info-label{
        font-size:10px;
    }

    .tour-info-value{
        font-size:10px;
    }
}
.tour-seats-low .tour-info-label {
    color: #c0392b;
}

.tour-seats-low .tour-info-value {
    color: #c0392b;
    font-weight: 600;
}

.tour-seats-warning {
    display: inline-block;
    margin-left: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #e74c3c;
    background: #fdecea;
    padding: 2px 7px;
    border-radius: 4px;
}

.tour-tab-content {
    padding: 10px 0;
}

.tour-tab-content h2 {
    font-size: 1.4em;
    margin-bottom: 16px;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 8px;
    color: #1d2327;
}

.tour-tab-body {
    line-height: 1.8;
    color: #444;
}

.tour-tab-body table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.tour-tab-body table th,
.tour-tab-body table td {
    border: 1px solid #ddd;
    padding: 8px 12px;
    text-align: left;
}

.tour-tab-body table th {
    background: #f5f5f5;
    font-weight: 600;
}

.tour-archive-badges {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 6px 0 8px;
}

.tour-badge {
    display: flex;
    /*align-items: center;
    gap: 7px;
    background: #f0f7ff;
    border: 1px solid #d0e8ff;
    border-radius: 6px;
    padding: 5px 9px;
    font-size: 12px;
    line-height: 1.3;
    color: #1d4e89;*/
}

/*.tour-badge--date {
    background: #fff8f0;
    border-color: #ffe0b2;
    color: #7a3e00;
}*/

.tour-badge__icon {
    font-size: 10px;
    flex-shrink: 0;
	margin-right:2px;
}

.tour-badge__text {
    display: flex;
    flex-direction: column;
}

.tour-badge__label {
    font-size: 10px;
    font-weight: 600;
/*    text-transform: uppercase;
    letter-spacing: 0.04em;
    opacity: 0.7;
    line-height: 1;
    margin-bottom: 1px;*/
}

.tour-badge__value {
    font-weight: 700;
    font-size: 12px;
    color: inherit;
}

@media (min-width: 480px) {
    .tour-archive-badges {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .tour-badge {
        flex: 1 1 auto;
        /*min-width: 120px;*/
    }
}
.tsc-widget {
    font-family: inherit;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
}

.tsc-header {
    background: var(--color-primary);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tsc-tabs {
    display: flex;
    border-bottom: 2px solid var(--color-primary);
}
.tsc-tab {
    flex: 1;
    padding: 5px 4px;
    font-size: 10px;
    font-weight: 600;
    border: none;
    background: #f8fafc;
    color: #666;
    cursor: pointer;
    transition: all 0.2s;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
}
.tsc-tab:hover {
    color: #1a6fa8;
    background: #f0f7ff;
}
.tsc-tab--active {
    color: #1a6fa8;
    background: #fff;
    border-bottom-color: #1a6fa8;
}
.tsc-pane {
    display: none;
}
.tsc-pane--active {
    display: block;
}
.tsc-form-wrap:not(.tsc-pane) {
    display: block;
}

.tsc-form {
    padding: 14px 14px 6px;
}

.tsc-field {
    margin-bottom: 11px;
}

.tsc-field__label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 700;
    color: #374151;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}

.tsc-field__icon {
    font-size: 13px;
}

.tsc-select,
.tsc-input {
    width: 100%;
    box-sizing: border-box;
    padding: 7px 10px;
    font-size: 13px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #fafafa;
    color: #1f2937;
    transition: border-color 0.2s, box-shadow 0.2s;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 28px;
}

.tsc-input {
    background-image: none;
    padding-right: 10px;
}

.tsc-select:focus,
.tsc-input:focus {
    outline: none;
    border-color: #1a6fa8;
    box-shadow: 0 0 0 3px rgba(26, 111, 168, 0.12);
    background: #fff;
}

.tsc-submit {
    padding: 4px 0 14px;
    text-align: right;
}

.tsc-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    background: var(--color-secondary);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.1s;
    letter-spacing: 0.02em;
}

.tsc-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.tsc-btn:active {
    transform: translateY(0);
}
.products .product{
	padding-top:15px;
}
.product .box-text{
	border: 1px solid #e5e5e5;
    border-top: none;
    color: #333;
    font-size: 12px;
    height: 100%;
    overflow: hidden;
    padding: 10px 20px;
    border-radius: 0 0 4px 4px;
}
.product-title a{
    font-size: 15px;
    font-weight: bold;
	color:var(--color-primary);
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
span.woocommerce-Price-amount.amount bdi{
	padding:10px 0px;
}
.price-wrapper .price{
    display:block;
    margin-bottom:12px;
}
.box-text p {
    margin-bottom: 1em;
    margin-top: .5em;
}
.product .price{
	font-size:15px;
}
span.woocommerce-Price-amount.amount bdi{
	color:var(--color-secondary);
}
.title-box-content h3 {
    width: auto;
    padding: 0 18px;
    height: 41px;
    line-height: 41px;
    position: absolute;
    top: -14px;
    left: 0;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--color-secondary);
    text-align: center;
    background: var(--color-primary);
    border-radius: 2px;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,.2));
}

.title-box-content h3::before,
.title-box-content h3::after {
    content: '';
    position: absolute;
    top: -6px;
    width: 0;
    height: 0;
}
.title-box-content h3::before {
    left: 0;
    border-right: 8px solid var(--color-primary);
    border-top:   6px solid transparent;
}

.title-box-content h3::after {
    right: 0;
    border-left: 8px solid var(--color-primary);
    border-top:  6px solid transparent;
}
p.category.product-cat{
	color:var(--color-font);
}
@media print, screen and (max-width: 1024px) {
	.header-bottom a.nav-top-link{
		font-size:12px;
	}
	.breadcrumbs{
		font-size:13px;
	}
}
div#wide-nav{
	background:var(--color-primary);
	box-shadow: 0 2px 8px rgba(0,0,0,.05);
	border-bottom: 1px solid #f0f0f0;
	/*position: relative;
  	background: url(https://www.vietourist.com.vn/public/frontend/images/demo/nav-bg.png) repeat-x left center;
 	background-size: 100% 100%;*/
}
#wide-nav .flex-row {
    display: flex;
    align-items: center;
    height: 52px;
    gap: 4px;
}
#wide-nav .nav-top-link,
#wide-nav .nav > li > a {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .02em;
    color: var(--color-secondary);
    text-decoration: none;
    border-radius: 6px;
    white-space: nowrap;
    transition: background .15s, color .15s;
}

#wide-nav .nav > li > a:hover,
#wide-nav .nav > li.active > a,
#wide-nav .nav > li.current-menu-item > a {
    color: #e67e22;
    background: #fdf3e7;
}
#wide-nav .nav > li > a .icon-angle-down {
    font-size: 10px;
    opacity: .5;
    transition: transform .2s;
}
#wide-nav .nav > li:hover > a .icon-angle-down {
    transform: rotate(180deg);
    opacity: 1;
}
#wide-nav .nav-dropdown {
    background: #fff;
    border: 0.5px solid #e8e8e8;
    border-radius: 10px;
    padding: 6px;
    min-width: 200px;
    box-shadow: 0 8px 24px rgba(0,0,0,.09), 0 2px 6px rgba(0,0,0,.05);
    opacity: 0;
    transform: translateY(6px);
    transition: opacity .18s ease, transform .18s ease;
    pointer-events: none;
}
#wide-nav .nav > li:hover > .nav-dropdown {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
#wide-nav .nav-dropdown li a {
    display: block;
    padding: 7px 12px;
    font-size: 13px;
    font-weight: 500;
    color: #555;
    border-radius: 6px;
    white-space: nowrap;
    transition: background .12s, color .12s;
}
#wide-nav .nav-dropdown li a:hover {
    background: #fdf3e7;
    color: #e67e22;
}
#wide-nav .nav-dropdown li + li {
    border-top: none;
}
button.single_add_to_cart_button.button.alt{
	border-radius:99px;
	color:var(--color-secondary);
	background:var(--color-primary);
}
.col.medium-8{
    background:#fff;
    border-radius:14px;
    box-shadow:0 8px 25px rgba(0,0,0,0.06);
}
.widget_product_categories,.widget_product_categories{
    background:#fff;
    border-radius:14px;
    box-shadow:0 8px 25px rgba(0,0,0,0.06);
	padding: 0 10px;
}
span.widget-title.shop-sidebar{
	margin-top: 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
	color:var(--color-primary);
}
h1.product-title.product_title.entry-title{
	margin-top: 10px;
}
.related-products-wrapper.product-section .tour-archive-badges{
	display:none;
}
form.wpcf7-form {
    margin-bottom: 0px !important;
}
.tranglienhe {
    border-radius: 8px;
    opacity: 1;
    background: #FFFFFF;
    border: 1px solid #E1E4ED;
    box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
    padding: 32px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}
.hoten {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.ddd {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    color: #343234;
    margin-bottom: 10px;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.inputnhap input {
    border-radius: 6px;
    opacity: 1;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #F1F3F7;
    box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0em;
    color: #343234;
    height: 56px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}

/* Styling cho thông tin đóng gói */
.product-packaging-info {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.packaging-title {
    margin: 0 0 15px 0;
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.packaging-content {
    color: #666;
    line-height: 1.6;
}

.packaging-content p {
    margin-bottom: 10px;
}

/* Styling cho tab */
.packaging-tab-content {
    padding: 15px 0;
    line-height: 1.6;
}
ul.related-post-sidebar li {
  border-top: 1px solid #ececec;
 	margin-bottom: 0;
}
ul.related-post-sidebar li:first-child {
	border-top: none;
}
.relatedcat {
	padding-top: 10px;
	border-top: 1px solid #e8e8e8;
	margin-top: 20px;
}
p.related-post-title {
	font-size: 18px;
	font-weight: bold;
}
.feature {
	position: relative;
	overflow: hidden;
}
.feature::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.feature .image{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background-size: cover;
	background-position: center;}
ul.row.related-post li {
	list-style: none;
}
.related-title {
	line-height: 1.3 !important;
	margin-top: 10px !important;
}
.active1.menu-item a{
	border-bottom:2px solid #f2a65a;
}
#header li img{
	width:24px !important;
}
.cs-blog2 .col-inner{
	height:320px;
}
.cs-blog2 .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/*button contact*/
/* Container */
.echbay-sms-messenger {
  text-align: center;
  position: fixed;
  right: 20px;
  bottom: 70px;
  z-index: 999;
  display: block;
  width: 55px;
}

.echbay-sms-messenger a {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  color: transparent;
  text-decoration: none;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.echbay-sms-messenger div {
  margin: 14px 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  box-shadow: 0 3px 10px #888;
  cursor: pointer;
  background-color: #0084FF;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  transform-origin: center;
  transition: all 0.3s ease;
  animation: shake 0.9s infinite;
}

.echbay-sms-messenger .phonering-alo-zalo {
  background-image: url(https://medidulich.vn/wp-content/uploads/2026/03/zalo.webp);
  background-color: #00a0e9;
}

.echbay-sms-messenger .phonering-alo-messenger {
  background-image: url(https://medidulich.vn/wp-content/uploads/2026/03/messenger.png);
  background-color: #0084FF;
}

.echbay-sms-messenger a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.echbay-sms-messenger a:hover::after {
  opacity: 1;
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(10deg);
  }

  20% {
    transform: rotate(-10deg);
  }

  30% {
    transform: rotate(10deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(5deg);
  }

  60% {
    transform: rotate(-5deg);
  }

  70% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  90% {
    transform: rotate(2deg);
  }

  100% {
    transform: rotate(0deg);
  }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.single-post img.size-medium{
	width:100% !important;
	height:100% !important;
}

}
.place {
    color: #82828A;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
.box-price .price {
    font-size: 16px;
    font-weight: 500;
    color: #82828A;
}
.box-price .price ins span.amount, .box-price .price span.amount {
    font-size: 24px;
    color: #FF3D00;
    font-weight: 800;
}
.product-short-description {
    font-size: 16px;
    font-weight: 500;
    margin: 30px 0;
}
a.button.custom-btn {
    border-radius: 99px;
    font-weight: 800;
    letter-spacing: 0;
    font-size: 18px;
    min-height: 54px;
    height: 54px;
    padding-top: 2px;
    border: none;
    padding: 5px 60px 0 30px;
}
a.button.custom-btn:before {
    background-color: #EF7751;
    border: none;
}
.main-info-tour > .col-inner {
	box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.03);
}
.mgb-40 {
    margin-bottom: 40px;
}
.box-info {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.03);
    padding: 30px;
}
.tour-heading {
    width: auto;
    display: inline-block;
    border-radius: 5px;
    background: rgba(18, 127, 175, 0.10);
    text-transform: uppercase;
    padding: 8px 30px;
    font-weight: 800;
    font-size: 18px;
    clear: both;
    color: var(--primary-color);
    margin-bottom: 30px;
}
.primary-color {
    color: var(--primary-color);
}
.touring .accordion-item {
    border: none;
    border-radius: 10px;
    transition: all 0.5s;
}
.touring .accordion-item a {
    border: none;
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 24px;
    border-radius: 10px;
    padding: 15px 20px;
    transition: all 0.5s;
}
.touring .accordion-item button {
	letter-spacing: unset;
	right: 10px;
	left: unset;
	margin: 0;
	    opacity: 1;
    top: 10px;
    font-size: 16px;
}
.touring .accordion-item .accordion-inner {
    border-color: #E9E9E9;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-radius: 0 0 10px 10px;
    margin-bottom: 30px;
    padding: 20px;
}
.touring .accordion-item a.active {
	color: #1C231F;
    background-color: #fff;
    margin-bottom: 0;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #eee;
    border-radius: 10px 10px 0 0;
}
.touring.why-choose .accordion-item a  {
	font-size: 16px;
	background-color: transparent;
	color: var(--primary-color);
	border-radius: 5px;
	border: 1px solid #EEE;
	margin-bottom: 20px;
	transition: all 0.2s;
}
.touring.why-choose .accordion-item a.active {
	margin-bottom: 0;
	margin-bottom: 0;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #eee;
    border-radius: 10px 10px 0 0;
}
.related-tour a {
	margin-bottom: 20px;
    display: block;
}
.related-tour .related-item {
	display: flex;
    gap: 12px;
}
.related-item .box-image {
	width: 40%; 
	margin:unset;
}
.related-item .box-image img {
	height: 120px;
    object-fit: cover;
}
.related-item .content {
	width:60%;
}
.related-item .title {
	color: #1C231F;
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 10px;
}
.related-item:hover .title {
	color: var(--primary-color);
}
.related-item .icon {
	display: flex;
	gap: 15px;
	margin-bottom: 10px;
	align-items: center;
	font-size: 14px;
	color: #82828A;
}
.related-item .icon svg {
	width: 20px;
	height: 20px;
}
.related-item .price ins span, .related-item .price span.amount {
	color: #EF7751;
}
.related-item .price del span.amount {
	color: #82828A;
	font-size: 90%;
}
.tour-info .title {
	font-weight: 800;
	font-size: 16px;
	margin-bottom: 15px;
}
.tour-info p {
	color: #707070;
	font-weight: 500;
	margin-bottom: 10px;
}
