.page_container .banner_relative img{min-height: 175px; object-fit: cover}
.phone .banner_relative .absolute_banner h1{font-size: 30px; line-height: 40px;}
.section_guide_cat .guide_cat_item .icon {
    width: 26px;
    height: 26px;
    display: block;
    margin: 0 auto;
}
.section_guide_cat {
    background: #FBFBFB;
    padding: 0px 0;
}

.section_guide_cat .guide_cat_item .title_guide_cat {
    text-align: center;
    display: block;
    color: #424242;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    margin-top: 13px;
}

.section_guide_cat .guide_cat_item .title_guide_cat:hover a {
    color: var(--main-color);
}

.section_guide_cat .guide_cat_item .title_guide_cat a {
    display: block;
    color: #424242;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    margin-top: 13px;
}
.section_guide_cat .guide_cat_list{display: flex; flex-wrap: wrap; justify-content: space-between;}
.section_guide_cat .guide_cat_list .owl-stage {
    width: fit-content;
    margin: auto;
}
.section_guide_cat .guide_cat_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100%/6);
}
.section_guide_cat .guide_cat_item a{padding:30px 0}
.section_guide_cat .guide_cat_item:hover{background:  var(--main-color-2);}
.section_guide_cat .guide_cat_item:hover h2{color: #FFF;}
.section_guide_cat .guide_cat_item:hover img{filter: brightness(0) invert(1);}
#contentPage {
    padding-top: 10px;
	margin-bottom: 50px
}
.place_guide_box .place_item {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    height: auto;
}

.place_guide_box .place_item img{width: 100%; border-radius: 4px;    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;}

.place_guide_box .place_item:hover img{  -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.place_guide_box .place_item:hover {
    cursor: pointer;
}

.place_guide_box .place_item:after {
   position: absolute;
    content: "";
    width: 100%;
	height: 20%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.00) 100%);
}
.place_guide_box .place_item .title_of_img {
    color: white;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.36px;
    top: 0;
    padding: 15px 5px;
    width: 100%;
    text-align: center;
    z-index: 1;
    position: absolute;
}

.place_guide_box .place_item .title_of_img:hover {
    color: var(--main-color-2);
}

#contentPage .place_guide_box {
    margin-bottom: 62px;
}
#contentPage .title_h2 {
    color: #377E6A;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.13px;
    margin-bottom: 32px;
}

.section_content_guide {
    margin-top: 42px;
}

.section_top_des h2 {
    text-align: center;
    color: #424242;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.13px;
    margin-bottom: 32px;
}

.section_top_des .place__item .title_of_img {
    top: unset;
    bottom: 0;
    text-align: left;
    padding-left: 15px;
}

.section_top_des {
    padding-top: 84px;
    margin-bottom: 62px;
}

.place_guide_box .owl-nav .owl-next,
.section_recommend_tour .owl-nav .owl-next {
    top: 50%!important;
    right: -41px;
    transform: translateY(-50%);
    background: url(/isocms/templates/default/skin/images/icon/sprite_home.png) no-repeat -1px -641px !important;
}

.place_guide_box .owl-nav .owl-prev,
.section_recommend_tour .owl-nav .owl-prev {
    top: 50%!important;
    left: -41px;
    transform: translateY(-50%);
}

.section_recommend_tour h2.title {
    text-align: center;
    color: #424242;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.13px;
    margin-bottom: 32px;
}

.content_guide.lessmore {
    padding-bottom: 45px!important;
}

.short_content,
.tinymce_Content{
    line-height:22px;
}
.short_content.shorted,
.short_content.lessmore{
    overflow:hidden;
    position:relative;
}
.short_content.lessmore{
    padding-bottom:25px;
}
.short_content.shorted:after{
    content:"";
    width:100%;
    height:90px;
    position:absolute;
    left:0; bottom:0; right:0;
    background: linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,.95),#fff);
    background: -moz-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,.95),#fff);
    background: -webkit-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,.95),#fff);
}
.short_content.lessmore .more,
.short_content.shorted .more{
    position:absolute;
    left:50%; bottom:10px;
    transform:translateX(-50%);
    color: var(--main-color);
    padding-right:15px;
    display:inline-block;
    cursor:pointer;
    z-index:2;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.56px;
}

.short_content .more:hover {
    color: var(--main-color-2);
}
.short_content.shorted .more:after{
    position:absolute;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    right:0; top:3px;
}
.short_content.lessmore .more:after{
    position:absolute;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f106";
    right:0; top:3px;
}

.cityBlock .list_destination a {
    color: rgba(66, 66, 66, 0.8);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.cityBlock .list_destination a:hover {
   color: var(--main-color)!important;
}

.cityBlock .list_destination i {
    color: black;
    font-size: 15px;
    padding-right: 12px;
}

.cityBlock {
    padding: 12px 0 18px 24px;
}

.findBox .more {
    width: 100%;
    text-align: left;
    padding-left: 25px;
}

.findBox.shorted .more:after,
.findBox.lessmore .more:after {
    right: unset;
    left: 100px;
}

.section_recommend_tour .itemTour .image,
.listMostRead .relatedItem .photo {
    border-radius: 4px;
    overflow: hidden;
}

.section_recommend_tour .itemTour .image img,
.listMostRead .relatedItem .photo img {
    width: 100%; border-radius: 4px;-moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.section_recommend_tour .itemTour .image:hover img,
.listMostRead .relatedItem .photo:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.section_recommend_tour .body_tour .body__title:hover a {
    color: var(--main-color-2);
}

.listMostRead .relatedItem .body a:hover {
    color: var(--main-color);
}

.pageBlogDefault .listBlog {
    margin-top: 44px;
}

.short_content.lessmore {
    padding-bottom: 45px;
}

.owl_guide_cat_slider .owl-next,
.owl_guide_cat_slider .owl-prev {
    top: 0;
}

.page_container{background: #FFF}
.blogBody  .banner{position: relative;}
.blogBody  .banner:after{position: absolute;width: 100%; height: 100%; content: ""; left: 0; top: 0; bottom: 0; right: 0; background: rgba(24,24,24,0.3);z-index: 1}
.blogBody  .banner .absolute_banner{position:absolute; bottom: 0; left: 0; right: 0; z-index: 2}
.blogBody  .banner .absolute_banner h1{font-weight: 700;
font-size: 40px;
line-height: 48px;
letter-spacing: 0.0075em;
color: #FCFCFC; margin: 0 0 8px;}
.blogBody  .banner .absolute_banner .breadcrumb-main{width: 100%; margin-bottom: 40px;}
.blogBody  .banner .absolute_banner .breadcrumb-main .breadcrumb{background: transparent; padding: 0;}
.breadcrumb > li + li:before {color: rgba(252,252,252,0.8) }
.blogBody .breadcrumb-main .breadcrumb a{font-weight: 400;
font-size: 14px;
line-height: 22px;
color: rgba(252,252,252,0.8)}
.video_page .breadcrumb > li + li:before {color:rgba(102,102,102,0.8); }
.blogBody .video_page .breadcrumb-main .breadcrumb a{font-weight: 400;
font-size: 14px;
line-height: 22px;
color: rgba(102,102,102,0.8);}
.blogBody .title_h2{
font-weight: 700;
font-size: 26px;
line-height: 36px;
letter-spacing: 0.005em;
margin-bottom: 32px;
color: var(--main-color);
}
.articleItem{display: flex;flex-wrap:wrap; padding: 24px; background: #FCFCFC;
border: 1px solid rgba(36, 107, 72, 0.12);
border-radius: 4px; margin-bottom: 32px;}
.articleItem .photo{width: 262px; overflow: hidden; border-radius: 4px;}
.articleItem .photo img{width: 100%; border-radius: 4px;    -moz-transition: all .3s;
-webkit-transition: all .3s;
transition: all .3s;}
.articleItem .photo:hover img{  -moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);}
.articleItem .body_article{width:calc(100% - 262px); padding-left: 32px; }
.articleItem .body_article h3{font-weight: 600;
font-size: 18px;
line-height: 28px;
letter-spacing: 0.02em;
margin-bottom: 19px;
}
.articleItem .body_article h3 a{color: #424242;}
.articleItem .body_article h3 a:hover{color:var(--main-color)}
.articleItem .body_article .submitted{font-weight: 400;
font-size: 14px;
line-height: 22px;
color: #666666;}
.articleItem .body_article .submitted a{color: #666;}
.articleItem .body_article .submitted a:hover{color: var(--main-color-2)}
.articleItem .ic-cald,.articleItem2 .ic-cald {
width:20px;
height:22px;
display: inline-block;
background-image: url(/isocms/templates/default/skin/images/icon/sprite_home.png); background-position: -2px -399px;
}
.articleItem .ic-folder {
width: 22px;
height: 18px;
display: inline-block;
background-image: url(/isocms/templates/default/skin/images/icon/sprite_home.png); background-position: 0 -425px;
}
.articleItem .ic{vertical-align: middle}
.articleItem .timeup{margin-right: 50px;}
.articleItem .timeup,.articleItem .text_cat{display: inline-block; line-height: 22px; vertical-align: middle}
.articleItem .body_article .intro{margin-top: 9px;}
.pagination.pager{justify-content: center}
.pagination.pager .page{width: 38px; height: 38px; background: #FCFCFC;
border: 1px solid rgba(36, 107, 72, 0.12);
border-radius: 100%;ont-weight: 400;
font-size: 14px;
line-height: 38px;
text-align: center;
color: #181818;
margin: 0 8px;}
.pagination.pager .current,.pagination.pager .page:hover{background: #61B16F;color: #FCFCFC; }
.pagination.pager .current:hover{cursor:pointer;background: #FCFCFC;
border: 1px solid rgba(36, 107, 72, 0.12);color: #181818;}
.pagination.pager .prev{line-height:38px;padding-top:0}
.pagination.pager i{display:block;line-height:38px}
.pagination.pager .next{line-height:38px;padding-top:0}
.box_key_search{display: flex;background: #FCFCFC;
height: 40px;
border: 1px solid #377E6A;
border-radius: 4px; margin-bottom: 32px;}
.box_key_search input{
padding: 9px 20px;
font-weight: 400;
font-size: 14px;
line-height: 22px;
color:rgba(66,66,66,0.6); border: 0; outline: none}
.box_key_search button{border: 0; background: none;padding: 0 20px}
.box_key_search .form-control:focus{box-shadow:none}
.findBox{background: #FCFCFC;
border: 1px solid rgba(36, 107, 72, 0.12);
border-radius: 4px;}
.box_key_search .ic-search{
width:18px;
height:18px;
display: inline-block;
background-image: url(/isocms/templates/default/skin/images/icon/sprite_home.png); background-position:0px -351px;
opacity: 0.2}
#filter_search .modal-dialog{height:auto; min-height: 100vh; margin: 0;}
#filter_search .modal-header {
background: var(--main-color);
height: 44px;
padding: 10px;
line-height: 24px;
font-size: 16px;
color: #FFF;
border-radius: 0;
}
#filter_search .modal-header button {
border: 0;
background: none;
color: #FFF
}
#filter_search .modal-header p {
color: #fff;
margin: 0;
text-align: right;
position: relative
}
#filter_search .modal-header p button {
position: absolute;
left: 0;
top: 0;
color: #fff;
text-shadow: 0 0 0 !important;
opacity: 1;
font-size: 18px;
font-weight: normal;
margin-top: 0;
line-height: 24px;
}
#filter_search .modal-header p button span {
color: #fff
}
.findBox .title_box{background:rgba(55,106,126,0.08);
border-radius: 4px 4px 0px 0px;
font-weight: 600;
font-size: 16px;
line-height: 24px;
padding: 20px 24px;
letter-spacing: 0.04em;
color: #377E6A;
margin: 0;
}
.phone .findBox .title_box{cursor: pointer}
.findBox .title_box .ic_find{
width: 24px;
height: 20px;
display: inline-block;
background-image: url(/isocms/templates/default/skin/images/icon/sprite_home.png); background-position: 0 -451px;
vertical-align: middle;
}
.findBox .checkBlock{padding: 12px 24px;}
.findBox .filter_destination{border-bottom: 1px solid rgba(36, 107, 72, 0.12); padding-bottom:8px}
.findBox ul {
padding: 0;
margin: 0;
list-style-type: none;
overflow: hidden
}
.findBox ul li{line-height: 30px; vertical-align: middle;padding-top: 8px;}
.findBox ul li label {
font-weight: normal;
padding-left: 12px;
line-height: 30px;
word-break: break-word;
display: inline;
}

.findBox ul li input {
position: relative;
-moz-appearance: initial;
width: 16px;
height: 16px;
vertical-align: middle
}
.findBox ul li input:after {position: absolute;content: "";  width: 16px; height: 16px;border: 1.25px solid var(--main-color);background: white;border-radius: 2px;top: 0px;left: 0px}
.findBox ul li input:checked:after {
background-color: var(--main-color);
color: white;
content: "";
position: absolute;
background-position: 0 0px;
top: 0px;
z-index: 1;
}
.findBox ul li input:checked:before{
position: absolute;
content: "";
left: 6px;
bottom: 3px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 2.5px 2.5px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
z-index: 2}
.page_blog_detail {padding: 50px 0 60px;}
.detail_blog{display: inline-block; width: 100%;}
.detail_blog h1{font-weight: 700;
font-size: 40px;
line-height: 48px;
letter-spacing: 0.0075em;
margin-bottom: 8px;
color: #424242;}
.phone .detail_blog h1{font-size: 30px;
line-height: 36px;}
.detail_blog .breadcrumb-main .breadcrumb{padding: 0 0 20px;border-bottom:1px solid rgba(36, 107, 72, 0.12);background: #fff;}
.detail_blog .breadcrumb-main .breadcrumb a {font-weight: 400;font-size: 14px;line-height: 22px;color:rgba(102,102,102,0.8);}
.detail_blog .breadcrumb > li + li:before {color:rgba(102,102,102,0.8);}
.detail_blog .submitted{padding: 28px 0;font-weight: 400;font-size: 14px;line-height: 22px;color: rgba(102,102,102,0.8);}
.detail_blog .submitted a{color: rgba(102,102,102,0.8);}
.detail_blog .timeup {
margin-right: 50px;
}
.author_blog i {
font-size: 20px;
color:#EBA743
}
.detail_blog .ic-cald {
width: 20px;
height: 22px;
display: inline-block;
background-image: url(/isocms/templates/default/skin/images/icon/sprite_home.png);
background-position: -2px -399px;
vertical-align: middle;
}
.detail_blog .ic-folder {
width: 22px;
height: 18px;
display: inline-block;
background-image: url(/isocms/templates/default/skin/images/icon/sprite_home.png);
background-position: 0 -425px;
vertical-align: middle;
}
.tinymce_Content{font-size: 16px;}
.tinymce_Content h1,.tinymce_Content h2,.tinymce_Content h3,.tinymce_Content h4,.tinymce_Content h5, .tinymce_Content h6{color:var(--main-color); margin-bottom: 12px; }
.tinymce_Content .mce-toc{display:block; width: 100%; max-width: 530px; margin:28px auto;}
.tinymce_Content .mce-toc h2{font-weight: 600;
font-size: 16px;
line-height: 24px;
text-align: center;
letter-spacing: 0.04em;
margin-bottom: 4px;
color: #377E6A;
cursor: pointer;
display: flex;
justify-content: center;

}
.tinymce_Content .mce-toc h2:after{content: "(hide)";}
.tinymce_Content .mce-toc h2.hide:after{content: " (show)";}
.tinymce_Content .mce-toc>ul{padding: 28px 30px;width: 530px;background: #FCFCFC;border: 1px solid rgba(36, 107, 72, 0.12);border-radius: 4px;margin: 0 auto;list-style: none;}
.tinymce_Content .mce-toc ul li{font-weight: 600;font-size: 14px;line-height: 24px;margin-bottom: 12px;letter-spacing: 0.04em;color: #424242;}
#box_menu.tinymce_Content .mce-toc ul li{font-weight: 400}
.tinymce_Content .mce-toc ul li a{color:#424242 }
.relateBlog{display: inline-block; width: 100%; margin-top: 32px;}
.relateBlog h2{font-weight: 700;
font-size: 26px;
line-height: 36px;
/* identical to box height, or 138% */

letter-spacing: 0.005em;
margin-bottom: 20px;
color: #377E6A;}
.relateBlog .relatedItem{display: flex; margin-bottom: 24px;}
.relateBlog .relatedItem .photo{width: 94px;}
.relateBlog .relatedItem .photo img{border-radius: 4px;}
.relateBlog .relatedItem .body{width: calc(100% - 94px); padding-left: 12px;}
.relateBlog .relatedItem .body h3{font-weight: 600;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.04em;
margin-bottom: 12px;
color: #424242;}
.relateBlog .relatedItem .body h3 a{color: #424242;}
.relateBlog .relatedItem .body time {line-height: 20px; font-size: 12px;}
.relateBlog .relatedItem .body time .ic-cald{vertical-align: middle}
section.most_read{ margin-top: 50px; padding: 60px 0px 0; background: #F9F9F9;}
section.most_read h2{font-weight: 700;font-size: 26px;line-height: 36px;text-align: center;letter-spacing: 0.005em;margin-bottom: 32px;color: #377E6A;}
.articleItem2{margin-bottom: 32px;}
.articleItem2 .photo{width: 100%; overflow: hidden; border-radius: 4px;}
.articleItem2 img{border-radius: 4px;-moz-transition: all .3s;
-webkit-transition: all .3s;
transition: all .3s;}
.articleItem2 .photo:hover img{
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);border-radius: 4px}
.article_body{padding:12px 0 0;}
.article_body h3{font-weight: 600;
font-size: 18px;
line-height: 28px;
letter-spacing: 0.02em;color: var(--main-color);margin-bottom: 13px;}
.article_body h3:hover{color: var(--main-color-2)}
.article_body .time,.article_body .number_view{font-weight: 400;
font-size: 14px;
line-height: 22px;
vertical-align: middle;
color: #696969;}
.articleItem2 .ic-view {
display: inline-block;
background-image: url(/isocms/templates/default/skin/images/icon/sprite_home.png); background-position: -2px -377px; width: 24px; height: 17px;
}
.article_body .time i,.article_body .number_view i{vertical-align: middle; margin-right: 5px;}
#list__blog .box img{border-radius: 4px;}
.article_body .intro{
margin-top: 11px;
font-weight: 400;
font-size: 14px;
line-height: 22px;
color: #666666;}
.video_page{padding: 50px 0}

.video_page .title_page{font-weight: 700;
font-size: 40px;
line-height: 48px;
margin-bottom: 8px;
letter-spacing: 0.0075em;
color: #424242;
}
.video_page .breadcrumb {padding: 0}
.list_video{padding-top:30px; margin-top: 20px;border-top: 1px solid rgba(36, 107, 72, 0.12); }
.video_item{width: 100%; margin-bottom: 33px;}
.video_item .photo{position: relative; border-radius: 4px; overflow: hidden}
.video_item .photo .play_video {
position: absolute;
content: "";
width: 56px;
height: 56px;
top: calc(50% - 28px);
left: 0;
right: 0;
margin: 0 auto;
}
.video_top .video_item .photo .play_video {
position: absolute;
content: "";
width: 60px;
height: 60px;
top: calc(50% - 30px);
left: 0;
right: 0;
margin: 0 auto;
}
.ic-video.ic-home.ic-play_video {
background-position: 0px -576px;
}
.video_item .body{width: 100%;padding-top: 12px;}
.video_top .video_item .body{width: 100%;padding-top:25px;}
.video_item .body h3{font-weight: 600;
font-size: 18px;
line-height: 28px;
letter-spacing: 0.02em;
margin-bottom: 22px;
color: #424242;}
.video_item .body h2{font-weight: 700;
font-size: 26px;
line-height: 36px;
margin-bottom: 22px;
letter-spacing: 0.005em;
color: #424242;}

.video_item .body time{font-weight: 400;
font-size: 14px;
line-height: 22px;
vertical-align: middle;
color: #696969;
display: inline-block;}
.video_item .body time .ic-cald{vertical-align: middle;}
.section_feature-on{margin: 50px 0 70px;}
.blog_video_body .vbox-overlay .vbox-close{display: unset;}
/*menu blog*/
#box_menu {
position: sticky;
top: 150px;
left: 15px;
width: 230px;
padding: 20px 15px;
background: #fff;
border: 1px solid rgba(36, 107, 72, 0.12);
float: left;
z-index: 1;
margin-right: 15px
}

#box_menu .text_head {
font-size: 16px;
line-height: 24px;
font-weight: 700;
padding-bottom: 10px;
border-bottom: 1px solid #eaecf0;
}
#box_menu .mce-toc > ul{
width:100%;
margin: 0;
border: 0;
padding: 0px;
background: inherit;
max-height: 60vh;
overflow-y: scroll;
}
#box_menu .mce-toc > ul::-webkit-scrollbar {
width: 0;
}
#box_menu .text_head button {
border: 0;
background: inherit;
color: var(--bs-link-color);
}

#box_menu .mce-toc h2 {
display: none;
}

#box_menu .mce-toc {
margin: 0;
}
#btn_menu_blog {
border: 0;
background: inherit;
font-size: 32px;
margin-right: 5px;
}
.phone #btn_menu_blog {
font-size: 30px;
line-height: 30px;
}
.menu_blog_hide {
width: 40px;
float: left;
position: relative;
}
.fixed_menu_hide {
position: fixed;
left: 15px;
top: 90px;
z-index: 10;
}

#menu_hide {
position: absolute;
background: #FCFCFC;
border: 1px solid rgba(36, 107, 72, 0.12);
width: 400px;
z-index: 2;
}
.phone #menu_hide {
max-width: 360px;
}
#btn_menu_blog_mobile{position: absolute; border: 0; background: none; right: 5px; top: 5px;}
.phone #btn_menu_blog_mobile{display: block !important}
#menu_hide .mce-toc {
margin: 0;
width: 100%;
}

#menu_hide .mce-toc>h2 {
display: none;
}
#menu_hide .text_head {
background: inherit;
padding: 0px 20px;
margin: 0;
border-bottom: 1px solid rgba(36, 107, 72, 0.12);
}

#menu_hide .text_head button {
border: 0;
background: inherit;
color: var(--bs-link-color);
line-height: inherit;
height: 30px;
}

#menu_hide .mce-toc>ul {
border: 0;
width: 100%;
padding: 15px 20px;
max-height: 60vh;
overflow-y: scroll;
}
#menu_hide .mce-toc > ul::-webkit-scrollbar {
width: 0;
}
.tinymce_Content .mce-toc ul li.active a {
color: var(--bs-link-color)
}
/*end menu blog*/
/*page gallery*/
@media screen and (min-width:992px){
    .guide_gallery_body .box_filter_gallery {
        position: sticky;
        top: 100px;
    }
    .guide_gallery_body #filter_search.modal {
        position: relative;
        display: block;
        opacity: 1;
        z-index: 1;
    }
    .guide_gallery_body #filter_search .modal-dialog {
        transition: unset;
        transform: unset;
        max-width: unset;
        margin: unset;
        position: unset;
        width: unset;
        pointer-events: unset;
		min-height:0
    }
    .guide_gallery_body #filter_search .modal-content {
        position: unset;
        display: unset;
        flex-direction: unset;
        width: unset;
        pointer-events: unset;
        background-color: unset;
        background-clip: unset;
        border: unset;
        border-radius: unset;
        outline: unset;
    }
    .guide_gallery_body .filter_left {
        border: 1px solid #246b481f;
        background: #FCFCFC;
        border-radius: 12px;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        -khtml-border-radius: 12px;
        overflow: hidden;
    }
    .guide_gallery_body #filter_search .modal-header {
        display: none;
    }
    .guide_gallery_body #filter_search .modal-body {
        padding: 0 !important;
    }
}
.guide_gallery_body .gallery_page{
	padding: 50px 0px 20px
}
.guide_gallery_body .header_box {
    background: #FCFCFC;
    border: 1px solid rgba(36, 107, 72, 0.12);
    border-radius: 4px;
}
.guide_gallery_body .header_box .title_box {
    background: #377e6a14;
    border-radius: 4px 4px 0px 0px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 20px 24px;
    letter-spacing: 0.04em;
    color: var(--main-color);
    margin: 0;
}
.guide_gallery_body .header_box .title_box .ic_find {
    width: 24px;
    height: 20px;
    display: inline-block;
    background-image: url(/isocms/templates/default/skin/images/icon/sprite_home.png);
    background-position: 0 -451px;
    vertical-align: middle;
    margin-right: 8px;
}
.guide_gallery_body .findBox .checkBlock {
    padding: 20px 24px 27px;
}
.guide_gallery_body .findBox .checkBlock .box_find:not(:last-child) {
    margin-bottom: 35px;
}
.guide_gallery_body .findBox .title_find {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04em;
    color: #424242cc;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.guide_gallery_body .findBox ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    overflow: hidden;
    border-bottom: 0px;
}
.guide_gallery_body .findBox ul li {
    line-height: 22px;
    display: flex;
    align-items: center;
    padding-top: 0px;
}
.guide_gallery_body .findBox ul li:not(:last-child) {
    margin-bottom: 14px;
}
.guide_gallery_body .findBox ul li input {
    position: relative;
    -moz-appearance: initial;
    width: 15px;
    height: 15px;
    left: 1px;
    vertical-align: middle;
    border: 0 !important;
}
.guide_gallery_body .findBox ul li input:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border: 1.25px solid var(--main-color);
    background: white;
    border-radius: 2px;
    top: -1px;
    left: 0px;
}
.guide_gallery_body .findBox ul li input:checked:before {
    position: absolute;
    content: "";
    left: 6px;
    bottom: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2.5px 2.5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
}
.guide_gallery_body .findBox ul li input:checked:after {
    background-color: var(--main-color);
    color: white;
    content: "";
    position: absolute;
    background-position: 0 0px;
    top: 0px;
    z-index: 1;
}
.guide_gallery_body .findBox ul li label {
    padding-left: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #424242;
}
.guide_gallery_body .box_gallery_text_top {
    padding: 40px 0px 32px;
    text-align: center;
}

.guide_gallery_body .box_gallery_text_top .title_page {
    color: var(--main-color);
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.13px;
    margin-bottom: 4px;
}

.guide_gallery_body .box_gallery_text_top .intro_page {
    color: #424242;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.guide_gallery_body .breadcrumb > li + li:before{
	color: #333;
}
@media screen and (max-width:991px){    
    .guide_gallery_body .box_filter_gallery {
        margin-bottom: 15px;
    }
    .guide_gallery_body .tag-search {
        display: inline-block;
        width: 100%;
    }
    .guide_gallery_body .btn_quick_search {
        width: 100%;
        padding: 0px 24px;
        cursor: pointer;
        height: 64px;
        line-height: 64px;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 600;
        background: #377e6a14;
        color: var(--main-color);
        letter-spacing: 0.04em;
    }
    .guide_gallery_body .btn_quick_search .ic_find {
        width: 24px;
        height: 20px;
        display: inline-block;
        background-image: url(/isocms/templates/default/skin/images/icon/sprite_home.png);
        background-position: 0 -451px;
        vertical-align: middle;
        margin-right: 8px;
    }
    .guide_gallery_body .modal-content {
        border-radius: 0;
        border: 0;
        height: 100vh;
    }
    .guide_gallery_body #filter_search .modal-dialog {
        height: auto;
        min-height: 100vh;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    .guide_gallery_body #filter_search .modal-header {
        background: var(--main-bg-color);
        height: 44px;
        padding: 10px;
        line-height: 24px;
        font-size: 16px;
        color: #FFF;
        border-radius: 0;
    }
    .guide_gallery_body #filter_search .modal-header button {
        border: 0;
        background: none;
        color: #FFF;
    }
    .guide_gallery_body #filter_search .findBox {
        border: 0;
        padding: 0;
        background: #fff;
    }
    .guide_gallery_body .header_box .title_box{
        display:none
    }
    .guide_gallery_body .modal-body {
        padding: 0px;
    }
}
/*end page gallery*/
@media screen and (max-width: 1199px){
.findBox .checkBlock {
padding: 12px;
}
}
@media screen and (max-width:1023px){
.section_guide_cat .guide_cat_item {
    width: calc(100%/3);
    padding: 20px 10px;
}
}
@media screen and (max-width:767px){

}

@media screen and (max-width: 991px){
.listBlog {
margin-bottom: 32px;
}
}
@media screen and (max-width: 767px){
.section_guide_cat .guide_cat_item {
    width: calc(100%/2);
}
.blogBody .title_h2 {
text-align: center;
}

.articleItem .photo,.articleItem .body_article {
width: 100%;
}

.articleItem {
padding: 0;
margin-bottom: 28px;
}

.articleItem .body_article {
padding: 20px 15px;
}

.articleItem .photo,.articleItem .photo img {
border-radius: 4px 4px 0px 0px;
}

.articleItem .body_article h3 {
margin-bottom: 10px;
}
.page_blog_detail {
padding-bottom: 0px;
}
.page_blog_detail .tinymce_Content * {
max-width: 100%;
}
#box_menu,#menu_hide .text_head {
display: none !important;
}

#btn_menu_blog {
display: block !important;
}
.place_guide_box .owl-nav .owl-next,
.section_recommend_tour .owl-nav .owl-next {
    top: 50%!important;
    right: 0;
    transform: translateY(-50%);
    background: url(/isocms/templates/default/skin/images/icon/sprite_home.png) no-repeat -1px -641px !important;
}
.place_guide_box .owl-nav .owl-prev,
.section_recommend_tour .owl-nav .owl-prev {
    top: 50%!important;
    left: 0;
    transform: translateY(-50%);
}

}

td {
	border-width: thin;
}


