*{
    box-sizing: border-box;
    font-family:'Be Vietnam Pro'
}

body{
	line-height:unset !important;
    padding:0;
    margin:0;
    position: relative;
}
a {
    text-decoration: none;
}

h2{
    margin: 0;
    margin-bottom: 2rem;
}

ul{
    list-style: none;
    padding:0;
    margin: 0;
}

.header{
    z-index: 3;
    height: 75px;
    width: 100%;
   
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 0 1px 5px 0.5px gray;
    position: relative;
   

}

.home .header{
    position: fixed;
    top:0;
    left: 0;
}


.header-container{
    width: 100%;
    height: 100%;
    max-width: 1400px;
    display: flex;
 
}

.header-tab-mobile,.header-burger-mobile{
    display: none;
}

.header .logo{
    ;
}



.logo{
    flex:1;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.logo a {
	display: flex !important;
    width: 100%;
    justify-content: center;
}

@media(max-width: 767px){
    .logo{
        justify-content: space-between;
    }
}

.logo img{
    max-width: 100%;
    width: 200px !important;
    height: auto;
}

@media(max-width: 385px){
	.logo a img{
		transform: scale(.85);
	}	
	.header-burger-mobile{
		top:5px !important
	}
}

.header-tab{
    flex:1;
}
.header-burger-mobile{
    position: absolute;
    top: 15px;
    right: 0;
}
.header-burger-tab-mobile{
    display: none;
    position: fixed;
    top:0;
    right:0;
    width: 60vw;
    height: 100vh;
    background-color: #ffffff;
}
.header-burger-tab-mobile-container{
    padding: 16px;
}
.header-burger-tab-mobile-container li{
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1.5rem;
}
.header-burger-tab-mobile-container li input[type="checkbox"]{
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
}
.header-burger-tab-mobile-container > li{
    border-bottom: 1px solid #00000030;
}
.header-burger-tab-mobile-container > li > a{
    color: #000000;
    flex: 0 0 80%;
    transition: all .3s ease-in-out;
}
.header-burger-tab-mobile-container > li > label {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bxs-chevron-down::before{
    border: 2px solid ;
    border-radius: 50%;
    color: #000000;
    transition: all .3s ease-in-out;
}
.mobile-tab-option{
    display: none !important;
}
.mobile-tab-option:checked ~ .bx.bxs-chevron-down{
    transform: rotateX(180deg);
    transition: all .3s ease-in-out;
}
.mobile-tab-option:checked ~ .bx.bxs-chevron-down::before{
    color: #ffffff;
    background-color: #0066ff;
    transition: all .3s ease-in-out;
}
.mobile-tab-option:checked ~ a{
    font-weight: bold;
    color: #0066ff;
    border-bottom: 3px solid #0066ff;
    transition: all .3s ease-in-out;
}

.mobile-expand{
    padding: 24px 0;
    width: 100%;
    display: none;
}
ul.mobile-expand-row{
    margin: 0;
    padding: 0;
}
.mobile-expand-row{
    display: flex;
    position: relative;
    flex-direction: column;
}
.mobile-expand-col{
    justify-content: unset !important;
    margin-bottom: 0;
}       
.mobile-expand-col a{
    display: block;
    width: 100%;
}

.province-option__topic{
    display: none;
    flex-direction: column;
    width: 100%;
    padding-top: 10px;
    transition: all .3s ease-in-out;
}
.mobile-expand a{
    padding: 8px 20px;
    color: #000000;
}
.province-option:checked ~ .province-option__topic{
    display: flex;
}
.province-option:checked ~ .province-option__name{
    font-weight: bold;
    color: #0066ff;
}
.service.mobile-expand li{
    padding: 0;
}

.header-burger-close{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #00000080;
    width: 40vw;
    height: 100vh;
}
ul.header-tab-container{
    height: 100%;
    display: flex;
    margin: 0;
}
ul.header-tab-container > li{
    margin-bottom: 0;
}

.tab{
    flex:1;
    display: flex;
    align-items: center;

}

a.tab-link{
    font-size: 16px;
    display: flex;
    height: 100%;
    width: 100%;
    color:#000000;
    text-align: center;
    justify-content: center;
    align-items: center;
}

li.tab:hover{
    border-bottom: 3px solid #0066ff;
}

li.tab:hover a.tab-link{
    color:#0066ff;
    font-weight: bolder;
}

.expand{
    position:absolute;
    bottom:100%;
    left:0;
    background-color: #ffffff;
    width: 100%;
    height: 500px;
	display:flex !important;
	justify-content:center;
    opacity: 0;
    overflow: hidden;
    box-shadow: 0 3px 5px .5px gray;

}

li.tab:hover .expand{
    opacity: 1;
    transform: translateY(calc(100% + 75px));
    transition: all .5s ease-in-out;
}

.expand-container{
    display: flex;
    width: 1400px;
    height: 100%;
}

.service .expand-container, .tourguide .expand-container{
    flex-direction: column;
    padding: 0 20px;
}
.expand-container__intro{
    height: 10%;
    padding: 10px;
    font-size: 13px;
}
.expand-container__content{
    height:45%;
    border-top: 3px solid #00000030;
    display: flex;
}

.expand-container__province{
    width:170px;
    display: flex;
    flex-direction: column;
    padding: 0 5px 20px 5px;
    margin-top: 8px;
	box-shadow: -1px 5px 5px 0.1px #00000030;

}

.expand-container__topic{
    width:220px;
    display: flex;
    flex-direction: column;
   background-color: #ffffff50;
   padding: 0 5px 20px 5px;
   margin-top: 8px;
   box-shadow: -1px 5px 5px .1px #00000030
}

.expand-container__article{
    flex:1;
    display: flex;
    flex-direction: column;
    background-color: #ffffff60;
    margin-top: 8px;
    padding:0 8px 50px 8px;
    box-shadow: -1px 5px 5px .1px #00000030
}

.selection,.topic-container{
    flex:1;
    height: 100%;
    display: flex;
    flex-direction: column; 
}

a.province-item, a.province-feature{
    font-size: 16px;
    color:black;
    margin:0 10px 0 10px;
    transition: all 0.3s ease-in-out;
    text-align: left;
    padding:15px 0;
}

a.province-item.active,a.province-feature.active {
    color: #0066ff;
    font-weight: bold;
    transition:all 0.3s ease-in-out;
    padding: 15px 10px;
}

.topic-container{
    display: flex;
    flex-direction: column;
}

.experience-article,.article-container{
    height: 100%;
    position: relative;
}
.article-container{
    overflow: hidden;
    scroll-behavior: smooth;
}
.article-container-topic{
    height: 100%;
}
.all-article{
    position: absolute;
    top: 101%;
    left: 0;
    margin-left: 10px;
    padding: 5px 20px;
    border-radius: 10px;
    font-size: 12px;
    color: #000000;
    background-color: #ffffff;
    transition: all .3s ease-in-out;
    border: 1.75px solid;
}
.all-article:hover{
    background-color: #0066ff;
    transition: all .3s ease-in-out;
    color: #ffffff;
    border: 1.75px solid #0066ff;
	font-weight:bold

}

.navigate-button{
    position:absolute;
    top: 101%;
    right: 0;
    display: flex;
    gap: 10px;
    padding-right: 10px;

}

.list-of-article{
    display:flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
}

.article-item{
    position: relative;
    padding:8px;
    border-radius: 15px;
    z-index: 0;
}

.article-item img{
    transition: all 500ms ease-in-out;
}

.article-container .article-item{
    overflow: hidden;
}

.experience-body-topic-container .article-item .img-wrap,
.article-container .article-item .img-wrap,
.list-of-article .article-item .img-wrap{
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    overflow: hidden;
    border-radius: 15px;
}

.experience-body-topic-container .article-item:hover img,
.article-container .article-item:hover img,
.list-of-article .article-item:hover img{
    transform: scale(1.2);
}

/* .article-item:hover{
    z-index: 1;
    transform: scale(1.03);
    transition: all .3s ease-in-out;
} */

.article-item:first-child:hover{
    transform-origin: left;
}

.article-item:last-child:hover{
    transform-origin: right;
}

.list-of-article .article-item{
    height: 50%;
    width: calc(100% / 3);
}

.article-link{
    display: flex;
    padding: 15px;
    background-color: #ffffff;
}

.article-title{
    background-color: #00000060;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 10px 10px 10px;
    padding:10px;
    color: white;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    width: calc(100% - 20px);
}

.prev-button,.next-button{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1.75px solid #00000080;
    color: #00000080;
    cursor: pointer;
    background-color: #ffffff;
    transition: all .3s ease-in-out;
}

.prev-button:hover, .next-button:hover, .prev-button:active, .next-button:active{
    background-color: #0066ff;
    color: #ffffff;
    transition: all .3s ease-in-out;
	border:1.75px solid #0066ff
}

.general-info{
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    justify-content: space-between;
}
.general-info__title{
    font-size: 1.5rem;
    font-weight: bold;
    width: 100%;
}
.general-info__article{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin: 0;
}
.general-info__article a{
    font-size: 14px;
    color: #000000;
    transition: all .3s ease-in-out;
}
.general-info__article li{
    padding-left: 5px;
    border-left: 2px solid #000000;
    transition: all .2s linear;
    margin: 0;
    list-style: none;
}
.general-info__article li:hover{
    border-left: 5px solid #0066ff;
    transition: all .2s linear;
}
.general-info__article li:hover a{
    color: #0066ff;
    transition: all .3s ease-in-out;
}

.general-info__readmore {
    padding: 5px 20px;
    border-radius: 15px;
    border: 2px solid #0066ff;
    color: #0066ff;
}
.general-info__readmore:hover{
    color: #ffffff;
    background-color: #0066ff;

}

.expand-container__content .article-item{
    flex: 1;
}

.service.expand .article-container, .tourguide.expand .article-container{
    flex: 3;
    display: flex;
    padding: 8px 0;
}

.mobile-expand-row .mobile-expand-col{
    padding: 0;
}

.accommodation .mobile-expand > ul > li, .experience .mobile-expand > ul > li{
    padding: 10px;
}

.tourguide.expand .article-item{
    display: flex;
    flex: 0 0 50%;
}
.tourguide-img{
    width:40% !important;
    border-top-right-radius: unset !important;
    border-bottom-right-radius: unset !important;
    border: 1px solid;
    border-right: 0;
    overflow: hidden;
}


.tourguide-inf{
    padding: 8px;
    color: #000000;
    flex: 1;
    display: flex;
    gap: 16px;
    flex-direction: column;
    border-radius: 15px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    border: 1px solid;
    border-left: 0;
}

.tourguide-name, .tourguide-inf span{
    font-weight: bold;
}

.tourguide-name{
    font-size: 1.5rem;
}