/*
Theme Name:           choquo
Theme URI:            http://balico.com.vn
Author:               balico
Author URI:           https://balico.com.vn
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              1.0.0
Requires at least:    5.4.0
Requires PHP:         5.6.20
Text Domain:          balico
License:              https://balico.com.vn
License URI:          https://balico.com.vn
Template: flatsome
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
::root{
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --line-height-tight: 1;
    --line-height-snug: 1.3;
    --line-height-normal: 1.5;
}

body{
    background-color: #FFF;
}

h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2{
    line-height: 1.6;
}



.content-inner{
    padding-top: 2rem;
}

.mt{
    margin-top: 1rem;
}
.mt-2{
    margin-top: 4rem;
}
.mt-3{
    margin-top: 3rem;
}
.mt-6{
    margin-top: 6rem;
}

.font-small{
    font-size: 0.8rem;
}
.font-medium{
    font-size: 1rem;
}
.font-large{
    font-size: 1.2rem;
}

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

.mr-half {
    margin-right: 10px;
}

button{
    background-color: var(--primary-color);
    border: 0;
    border-radius: 20px;
    display: inline-block;
    color: #FFF;
    padding: 10px 24px;
}

/*
#load-mores button {
	margin-bottom:36px;
	background-color:#ffffff;
	border-radius:10px;
	color:#000000;
	border:1.75px solid;
	transition:all .3s ease-in-out;
	cursor:pointer
}
#load-mores button:hover{
	background-color:#ffffff !important;
	color: #0066ff;
	transition:all .3s ease-in-out;
}*/

.block-title{
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

img{
    max-width: 100%;
    height: auto;
}


#content{
    
}

.home #content{
    padding-top: 0;
}

.mobile-sidebar{
    display: none;
}

.page-wrapper.page-left-sidebar{
    margin-top: 100px;
}

.main-container{
    border-top: 1px solid #ececec;

}
.main-container > div{
    padding-top: 1rem;
}



h3.a-border-left:hover a{
	text-decoration: underline;

}


/*
.a-border-left:after {
    display:block;
    content: '';
    border-bottom: solid 2px #0066ff;  
    transform: scaleX(0);  
    transition: transform 250ms ease-in-out;
}
.a-border-left:hover:after { 
    transform: scaleX(1);
    transform-origin:  0% 50%;
}
*/

/* 
.categories-sub-nav a,
.categories-nav a{
    border-radius: 20px;
    padding: 7px 20px;
    display: inline-block;
    margin-right: 10px;
    background-color: #FFF;
    transition: background 500ms ease;
    box-shadow: 1px 1px 10px #d1d1d1;
}
.categories-sub-nav a:hover,
.categories-nav a:hover,
.categories-nav a.active{
    background-color: var(--primary-color);
    color: #FFF;
}

.categories-sub-nav{
    margin-top: 10px;
}

.categories-sub-nav ul{ 
    list-style: none;
    display: flex;
    overflow-x: auto;   
    margin-bottom: 0;
    align-items: center;
    padding: 10px;
    gap: 1rem;
}
.categories-sub-nav ul li{
   flex: none;
}
.categories-sub-nav ul li a{
    font-weight: 700;
}
.categories-sub-nav ul li:last-child{
    margin-right: 0;
} */

.list-of-nav{
	gap:2px;
    display: flex;
    font-size: 1rem;
    margin: 0 0 0 0;
}

.list-of-nav li{
    cursor: pointer;
    padding: 8px 20px;
    transition: all .3s ease-in-out;
    position: relative;
	border-bottom: 4px solid #ffffff
}
.list-of-nav li a{
	color: #000000 !important;
	transition: all .1s ease-in-out;
}
.list-of-nav li.active,
.list-of-nav li:hover{
    border-bottom: 4px solid #0066ff;
	transition: all .3s ease-in-out;
}
.list-of-nav li:hover a{
	font-weight:bold;
	transition: all .1s ease-in-out; 
	color:#0066ff !important;
}
.list-of-nav li::after {
    height: calc(100% - 16px);
    width: 2px;
    position: absolute;
    left: 100%;
    top: 8px;
    content: '';
    background-color: #00000050;
}
.list-of-nav li:last-child::after{
    content: '';
	background-color: #ffffff
}

.post-grid-1 .post-grid-1-left .post-item-grid-content .a-border-left{
    font-size: 2rem;
}

.post-grid-1-left{
    flex: 2 1 0%;
}

.post-grid-1-right{
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    flex: 1;
    margin-top: 1rem;
}



.post-grid-1-right-row{
    width: 100%;
    height: 100%
}

.post-item{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 100%;
}


.post-item:hover img{
    transform: scale(1.2);
}

.post-item-img{
    height: 100%;
    padding-top: 100%;
    position: relative;
}

.post-item-img img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    transition: transform 500ms ease;
}
.post-item-meta{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.8rem;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4543067226890757) 40%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4543067226890757) 40%, rgba(0,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4543067226890757) 40%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.post-item-meta h3{
    font-size: 14px;
}

.post-item-meta a{
    color: #FFF;
}


.post-item-grid{
   display: flex;
}

.post-item-grid-content{
    order: -1;
    margin-right: 1rem;
    flex: 1;
	margin-top:.5rem
}

.post-item-grid:hover img{
    transform: scale(1.2);
}

.post-item-grid-img{
    flex: 1;
}

.post-item-grid-wrap{
    position: relative;
    padding-top: 65%;
    overflow: hidden;
    border-radius: 10px;
    overflow: hidden;
}

.post-item-grid-img img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    transition: transform 500ms ease;
}

.post-item-grid-content h3{
    font-size: 1rem;
}

.post-item-grid-content h3 a{
    color: #333;
}




/** SINGLE **/
#single-header{
    min-height: 600px;
    height: 60vh;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#single-header::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0; 
    bottom: 0;
    background-color: rgb(0 0 0 / 35%);
}
#single-header .single-header-content{
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    text-shadow: 0 0 black;
    padding: 1rem;
    position: relative;
}
#single-header .single-header-content a{
    color: #FFF;
}
#single-header h1{
    font-size: 2.4rem;
}

.single-content-main ul,
.single-content-main p{
    color: #323b43;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    scroll-behavior: smooth;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 1.5rem;
}

.single-content-main h1, 
.single-content-main h2, 
.single-content-main h3, 
.single-content-main h4, 
.single-content-main h5
{
    font-weight: 500;
    line-height: 1.3;
    margin: 3rem 0 1.5rem;
    margin-top: 0;
}
.single-content-main h1{
    font-size: 2.25rem
}

.single-content-main h2{
    font-size: 1.75rem
}

.single-content-main h3{
    font-size: 1.5rem
}

.single-content-main h4{
    font-size: 1.25rem
}

.single-content-main h5{
    font-size: 1.25rem
}


.single-content-main h6{
    font-size: 1rem
}

.single-content-main .wp-caption .wp-caption-text{
    font-size: 12px;
    line-height: 1.3;
    font-style: normal;
}


.author-box-block-head{
    border-bottom: 1px solid #6871784d;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.75rem;

}


.author-box .author-name{
    color: #323b43;
    font-weight: 700;
    font-size: 1.2rem;
    text-decoration: underline;

}
.author-box .author-desc{
    color: #697279;
    font-size: 1rem;
    margin-top: 0.5rem;
}

.page-block-title{
    margin-bottom: 1.5rem;
    font-size: 28px;
	text-align:center;
	font-weight:700
	
}

.page-block-content{
	margin-bottom:36px
}

.is-sticky-column{
    top: 90px;
    transition: top .6s;
}

.is-sticky-column__inner {
    display: flow-root;
}
.page-sidebar{
    position: relative;
}

.flex{
    display: flex;
    gap: 1rem;

}

.flex-wrap{
    flex-wrap: wrap;
}



.flex-row{
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
}


.recent-blog-posts-li .post-date {
    width: 70px;
    height: 70px;
    display: table;
}

.recent-blog-posts-li .post-date .badge-inner {
    border: 0;
    display: table-cell;
    font-weight: bolder;
    height: 100%;
    text-align: center;
    transition: background-color .3s,color .3s,border .3s;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
    background-size: cover !important;
    border-radius: 3px;
}

.recent-blog-posts-li{
    margin-bottom: 1rem;
}

.recent-blog-posts-li a{
    color: #000;
    font-size: 14px;
}

.widget .widget-title{
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 1rem;
    display: block;
}


.tour-guide-item{
    margin-bottom: 2rem;
	border-bottom:1px solid #eee;
	transition:all .3s ease-in-out
}

.tour-guide-item:hover .row.row-collapse {
	border-radius:15px;
	border-bottom:none;
	box-shadow:1px 1px 10px #d1d1d1;
	transition:all .3s ease-in-out
}

.tour-guide-item-content{
    padding: 1rem;
}

.tour-guide-item img {
	border-radius: 15px;
    transform: scale(.85);
}

.tour-guide-item h3{
	margin-bottom:1rem
}

.tour-guide-item h3 a{
	color: #000000 !important;
}

.tour-guide-item p.font-small{
	margin-bottom: 0.5rem !important;
    font-size: 1rem;
}

.tour-guide-item .font-small span {
	font-weight:bold
}
@media (max-width:1000px){
	.list-of-nav{
		overflow-x:auto;
	}
	.list-of-nav::-webkit-scrollbar{
		display:none
	}
	.list-of-nav li{
		flex:none
	}
}



@media( min-width: 768px ){
  
    .post-grid-1{
        display: flex;
        gap: 16px;
    }

    .post-grid-1-right{
        margin-top: 0;
        flex-direction: column;
    }
    .post-item-img{
        padding-top: 65%;
    }
    .post-item-meta{
        padding: 1rem;
    }
    .post-item-meta h3{
        font-size: 16px;
    }

    .post-item-grid{
        display: block;
    }
    .post-item-grid-content{
        margin-right: 0;
        order:inherit;
    }

    #single-header .single-header-content{
        width: 60%;
    }

    .flex-md-2 > .flex-col{
        flex: 0 0 calc((100% - 1rem) / 2 )
    }
    .flex-md-3 > .flex-col{
        flex: 0 0 calc((100% - 2rem) / 3 )
    }
    .flex-md-4 > .flex-col{
        flex: 0 0 calc((100% - 3rem) / 4 )
    }
}

@media (min-width: 850px){
    .is-sticky-column {
        position: sticky;
    }
}



@media( min-width: 992px ){
    .flex-lg-3 > .flex-col{
        flex: 0 0 calc((100% - 2rem) / 3 )
    }
    .flex-lg-4 > .flex-col{
       flex: 0 0 calc((100% - 3rem) / 4 )
    }


}

/** Footer **/

.absolute-footer{
    padding: 2rem 0;
    background-color: #000;
    background-color: #d8d8d8;
}

.absolute-footer .copyright-footer{
    font-size: 1rem;
}

.footer-nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.socials{
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.socials li{
    margin: 0 !important;
    padding: 0 !important;
}
.socials li a{
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #d1d1d1;
    color: #0066ff;
    line-height: 40px;
}

.ux-menu .ux-menu-link{
    margin-bottom: 1rem;
}
.ux-menu .ux-menu-link a{
    color: #333;
}
.ux-menu .ux-menu-link a:hover{
    color: #0066ff !important;
}


@media screen and (min-width: 550px){
   
}



@media screen and (min-width: 850px){
    
    .footer-nav{
        gap: 1rem;
    }
}


@media (min-width: 1200px){

    .footer-nav{
        gap: 2rem;
    }
}


@media(max-width: 549.98px){
    .list-of-nav li{
        flex: none;
    }
    .list-of-nav{
        overflow-x: auto;
    }
	.mt-2{
		margin-top:2rem
	}
	
	.tour-guide-item-content{
		padding: 0.5rem 1rem;
	}
	
	.tour-guide-item img{
		transform: scale(.9)
	}
	
	.tour-guide-item h3{
		margin-bottom:0.5rem;
		font-size:14px
	}
	
	.tour-guide-item p.font-small{
		font-size:12px;
		margin-bottom:.25rem !important
	}
}
@media(max-width: 499.98px){
    
    .home #content{
        padding-top: 0;
    }
    #menu-footer {
        margin-top: 10px;
    }
    #menu-footer li{
        flex: 1 0 50%;
        margin:  0 !important;
        margin-bottom: 10px !important;
    }
	.page-block .post-item-grid{
		flex-direction:column-reverse;
		
	}
	.page-block .post-item-grid-content{
		margin-right:unset;
		margin-top:1rem;
		
	}
	.page-block .a-border-left{
		font-size:20px !important;
		line-height:1.3
	}

}

/* Custom */

.gallery-item{
	width:100%
}

.gallery-item img {
	width:100%
}

#content img {
	width:100%
}

.article-inner ul {
	list-style:disc !important
}

#content p:has(img) {
	margin-bottom:10px
}
.du-khach .row,
.hotnews .slider-wrapper,
.hotnews .row {
	width: calc(80% + 30px);
    max-width: calc(1400px + 30px);
    margin: 0 auto;
}
button.balico_loadmore.button.round {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}
button.balico_loadmore.button.round:hover {
    color: #0066ff;
    border-color: #0066ff;
    box-shadow: none;
}
@media (max-width: 1000px){
	.hotnews .slider-wrapper, .hotnews .row {
    width: 90%;
}
	.hotnews .row .col {
    padding: 0; 
}
	.flickity-slider {
    margin: 0 -5px;
}
.flickity-slider > .row {
    padding: 0 5px !important;
}
}
.du-khach {
	margin-top: 72px;
}