/*
Theme Name:     TourinDanang
Theme URI:      https://tourindanang.com/
Template: 		neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/
.o-posts-custom-field {
	color: #373aca;
}
.wp-block-separator {
  border-top: 1px solid #ccc;
  opacity: 0.2;
}
.wp-block-list {
	list-style-type: disc;
    padding-left: 18px;
    margin-bottom: 20px;
}
.wp-block-list li {
	margin-bottom: 10px;
}
.tour-checklist-wrapper {
    margin: 10px 0 !important;
    max-width: 800px;
}
.tour-checklist-wrapper h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
	margin-left: 10px;
    font-weight: 600;
}
.tour-checklist {
    list-style: none;
    padding-left: 12px;
    margin: 0 0 20px;
}
.tour-checklist li {
    position: relative;
    padding-left: 18px;
    font-size: 16px;
    line-height: 1.8;
}
.tour-checklist li::before {
    content: '\2713'; /* Ký hiệu checkmark */
    position: absolute;
    left: 0;
    color: #4CAF50; /* Màu xanh giống bảng giá */
    font-weight: bold;
}
.tour-excludes li::before {
    content: '\2717'; 
    position: absolute;
    left: 0;
    color: #848a84;
    font-weight: bold;
}
@media (max-width: 600px) {
    .tour-checklist-wrapper h3 {
        font-size: 20px;
    }
    .tour-checklist li {
        font-size: 14px;
        margin-bottom: 8px;
    }
}
#comments li.comment {
    border-bottom: 1px solid #ccc !important;
}
.wp-block-themeisle-blocks-posts-grid .o-posts-grid-post-image img
 {height: 300px;
}
.box-travel-tips {
    margin: 30px 0px;
    background-color: #e2f0ff;
    padding: 18px;
	border-radius:5px;
	color: slateblue;
}
.box-travel-tips p {
	margin: 20px 0 10px;
}
.box-travel-tips li {
    margin-bottom:10px;
}
.box-travel-tips li::before {
    content: '\2726'; /* Ký hiệu checkmark */
    padding-right:10px;
    color: #4CAF50; /* Màu xanh giống bảng giá */
    font-weight: bold;
}
	

.acf-gallery {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(5, 5vw);
    grid-gap: 8px;
}
.gallery_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery_item-1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}
.gallery_item-2 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
}
.gallery_item-3 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 6;
}
.gallery_item-4 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 6;
}
.gallery_item-5, .gallery_item-6, .gallery_item-7, .gallery_item-8, .gallery_item-9, .gallery_item-10 {display:none; visibility: hidden;} 

@media (max-width: 600px) {
  .wp-block-themeisle-blocks-advanced-columns .innerblocks-wrap {
	  display:block;
	}
  .tour h1 { font-size: 28px;}
  .yoast-breadcrumbs {font-size:13px;font-weight: 300;font-style:oblique;}
   .acf-gallery {
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(6, 12vw);
    grid-gap: 5px;
    }
    .gallery_item-1 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
}
.gallery_item-2 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 3;
}
.gallery_item-3 {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 3;
    grid-row-end: 7;
}
.gallery_item-4, .gallery_item-5, .gallery_item-6, .gallery_item-7, .gallery_item-8 {display:none; visibility:hidden;} 
}
@media (min-width: 960px) {
.tour h1.entry-title {
  font-size: 45px;
	}
}
td {
    font-size: .9em;
    border-bottom: 1px dotted var(--nv-text-color);
	padding: 10px;
}