#wpadminbar {
  top: auto; 
  bottom: 0; 
  height: 32px; 
  position: fixed; 
  width: 100%; 
  z-index: 9999; 
}

html{
margin-top:-32px !important;
}

body {
font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
 font-size:18px !important;

}

h1, h2, h3, h4 {
color:#212121;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-weight: 600;
}

h1.page-title {
font-size: 28px;
}

#wpcontent {
  padding-bottom: 32px; 
}

p{
  margin-bottom:0px;
}

.entry-content .a{
color:#212121;
}

a{
  color:#212529;
}

b, strong {
font-weight: bolder;
color:#212121;
}

input#searchsubmit {
background: #212121;
border-color: #212121;
}


/* -------------- Pagination -------------- */

.pagination {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    font-size: 11px;
    line-height: 13px;
    justify-content: center
}

.pagination a, .pagination span {
    display: inline-block;
    margin: 2px 5px 2px 0;
    padding: 7px 12px 8px;
    text-decoration: none;
    width: auto;
    background: #fff;
    border: 1px solid #ccc
}

.pagination a:hover {
    color: #fff;
    background: #030712;
}

.pagination .current {
    padding: 7px 12px 8px;
    background: #030712;
    color: #fff
}


/* -------------- Breadcrumb -------------- */

.breadcrumb-section {
padding: 0 0 10px;
}

#breadcrumbs span {
font-size: 17px;
margin: 0 4px;
}

.container.custom-breadcrumb {
margin-top: 45px;

}

.container.custom-breadcrumb #breadcrumbs {
margin-bottom:0px;

}

/* -------------- Header -------------- */

.site-name{
  font-size:14px;
}

.custom-logo-link img.img-fluid {
width: 140px;
margin-left: -10px;
filter: brightness(0) saturate(100%);
}

div#navbarNavDropdown {
  justify-content: flex-end;
}

div#wrapper-navbar {
border-bottom: 1px solid #f1f1f1;
}

.wrapper{
padding-top:10px;
}

div#page-wrapper.home-content {
margin-top: 30px;
margin-bottom:30px;
}

/* .active a.nav-link {
border-bottom: 1px solid #dbdbdb;
} */


.bg-primary{
  background:#ffc801 !important;
}

.navbar-brand{
  margin-right:30px;
}

.dropdown-item {
  padding-left:20px;
  padding-right: 20px;
  padding-top:15px;
  padding-bottom:15px;
  color: #212121 !important;
  font-weight: bold;
  font-size: 15px;
  margin-left: 5px;
  margin-right: 5px;
  text-transform: uppercase;
}

.dropdown-toggle::after{
  margin-left:10px;
}

.navbar-dark .navbar-toggler {
  border:0px;
}

.navbar-toggler:focus, .navbar-toggler:active{
  border: none; 
  box-shadow: none;
}

.navbar-dark .navbar-toggler-icon{
  background-image: none !important;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  border: none; 
  outline: none; 
  box-shadow: none; 
}


.navbar-toggler {
  border: none; 
  background: none; 
  padding: 0; 
}

.navbar-toggler {
background: none;
border: none;
cursor: pointer;
}

.navbar-toggler-icon {
display: flex;
flex-direction: column;
justify-content: center;
width: 25px;
height: 20px;
position: relative;
}


.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: '';
  display: block;
  background-color: #000;
  height: 2px; 
  width: 100%;
  transition: transform 0.3s ease, opacity 0.3s ease;
}


.navbar-toggler-icon::before {
  margin-bottom: 8px; 
}

.navbar-toggler.close .navbar-toggler-icon::before {
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  transform-origin: center;
}

.navbar-toggler.close .navbar-toggler-icon::after {
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
  transform-origin: center;
  opacity: 100; /* Hide the second line */
}

#main-menu li{
  margin-left:10px;
  margin-right:10px;
}

.aligncenter, .ml-auto, .mx-auto {
  margin-right: auto !important;
  margin-left: 0 !important;
}

.btn-outline-light {
 font-weight: normal;
 border:0px;
}

.btn-outline-light:hover {
  background: none;
  color:#fff;
}

#navigation-menu .menu-item {
margin-left: 10px;
margin-right: 10px;
}



#navigation-menu .menu-item a:hover {

}

.dropdown-menu.show {
  border-radius: 0px !important;
  padding: 10px;
  background-color: #fff;
  box-shadow: 5px 5px 5px #ababab;
  width: fit-content; 
}

.dropdown-menu{
  border:0px !important;
}

.navbar-dark .navbar-nav .nav-link {
color:#000 !important;
font-weight: 600;
font-size: 15px;
margin-left: 5px;
margin-right: 5px;
text-transform: uppercase;
}

.dropdown-menu li:not(:last-child) {
  border-bottom: 1px #d0d0d0 solid;
}


@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 768px) {
.dropdown-menu.show {
  width: 100%; 
}

.dropdown-item {
  padding-left:20px;
  padding-right: 20px;
  padding-top:20px;
  padding-bottom:20px;
  color: #212121 !important;
  font-weight: bold;
  font-size: 15px;
  margin-left: 5px;
  margin-right: 5px;
  text-transform: uppercase;
}
.dropdown-toggle::after {
  float: right;
  margin-top: 10px;
}
div#navbarNavDropdown {
  margin-top: 10px;
}
div#page-wrapper.home-content {
margin-top: 30px;
margin-bottom: 30px;
}
#navigation-menu .menu-item {
margin-left: 0px;
margin-right: 0px;
}
.navbar-dark .navbar-nav .nav-link {
  padding-left:20px;
  padding-right: 20px;
  padding-top:20px;
  padding-bottom:20px;
}
#navigation-menu .menu-item:not(:last-child){
border-bottom: 1px solid #97979733;
}
}
@media only screen and (max-width: 414px) {}
@media only screen and (max-width: 375px) {}
@media only screen and (max-width: 320px) {}



/* -------------- Blog Posts -------------- */

.blog-posts{
margin-top:40px;
margin-bottom:40px;
}


.blog-heading {
font-size: 26px;
font-weight: bold;
text-align: center;
margin-bottom: 10px;
}

.blog-info {
text-align: center;
margin-bottom: 50px;
}

.hover-image {
overflow: hidden;
}

.blog-image:hover{
transform: scale(1.2);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
}

img.blog-small-image:hover{
transform: scale(1.2);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
}

.blog-image{
width: 100%;
max-width: 100%;
object-fit: cover;
height: 250px;
transition-duration: 4s;
}

.blog-title{
margin: 15px 0px 0px;
font-size:18px;
overflow: hidden;
text-decoration:none;
text-overflow: ellipsis;
-webkit-line-clamp: 1;
display: -webkit-box;
-webkit-box-orient: vertical;
}

.blog-date {
font-size: 14px;
}

.blog-description {
text-decoration: none;
text-overflow: ellipsis;
-webkit-line-clamp: 3;
display: -webkit-box;
-webkit-box-orient: vertical;
line-height: normal;
font-size: 14px;
margin-top:10px;
}


.blog-posts .content-right {
padding: 0px;
margin-top:15px;
}

img.blog-small-image {
object-fit: cover;
width: 100%;
max-width: 100%;
height: 145px;
transition-duration: 4s;
}

.row.blog-right-side {
margin-bottom: 5px;
}

.blog-right-title {
font-size: 16px;
overflow: hidden;
text-decoration: none;
text-overflow: ellipsis;
-webkit-line-clamp: 1;
display: -webkit-box;
-webkit-box-orient: vertical;
}

.date-blog-group {
margin-top: -7px;
}

.blog-right-date {
font-size: 14px;
}

.blog-right-description {
text-decoration: none;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 3;
display: -webkit-box;
-webkit-box-orient: vertical;
line-height: normal;
font-size: 14px;
margin-top:10px;
}


@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 991px) {
img.blog-small-image {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 80px;
}

}
@media only screen and (max-width: 768px) {

.blog-info {
  text-align: center;
  margin-bottom: 20px;
}
.blog-image {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: 190px;
  transition-duration: 4s;
}
.blog-description {
  text-decoration: none;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: normal;
  font-size: 13px;
  margin-top:10px;
}
.blog-posts .col-md-7 {
    margin-top: 30px;
}
.date-blog-group {
  margin-top: -10px;
}
.blog-right-date {
  font-size: 12px;
}
.blog-right-description {
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: normal;
  font-size: 12px;
  margin-top:2px;
}
.blog-posts .content-right {
  padding: 0px;
  margin-top:0px;
}
}
@media only screen and (max-width: 414px) {}
@media only screen and (max-width: 375px) {

}
@media only screen and (max-width: 320px) {
.blog-right-side {
  margin-top: 25px;
}
}





/* -------------- Sidebar -------------- */


#right-sidebar .wp-block-group {
  margin-top: 10px;
  margin-bottom: 20px;
}

#right-sidebar h2 {
  font-size: 24px;
}


.category-link{
display:flex;
}

.category-row{
margin-left: 0px;
margin-top:20px;
margin-bottom:20px;
}

.category-image-group{
padding:0px;
}

.category-text-group{
margin-left:-6px;
padding:0px;
}
.category-img{
width:32px !important;
height:32px !important;
height:auto;
}

.category-title{
margin-top:7px;
font-size:16px;
line-height:0;
padding-bottom:0px;
}

.category-sub{
color:#4e4e4e;
margin-top:-7px;
font-size:12px;
overflow: hidden;
text-decoration:none;
text-overflow: ellipsis;
-webkit-line-clamp: 1;
display: -webkit-box;
-webkit-box-orient: vertical;
}

.category-sub:hover{
color:#000;
}


aside .wp-block-heading{
  padding-top: 10px;
  margin-bottom:27px !important;
  padding-top: 5px;
  padding-right: 20px;
  font-size: 26px;

}



.wp-block-heading-home{
  margin-top:10px;
  margin-bottom:10px;
  padding-bottom:15px;
  color: #737373;
  font-weight: 600;
  font-size:24px;
}

/* .wp-block-heading::after{
  content: "\A0\2014";
  display: inline-block;
  margin-right: -1.166667em;
  width: 1.166667em;
} */

    /* .sidebar-travel-report {
      height: auto;
      margin-bottom:5px;
      position: relative;
      -webkit-box-shadow: 0 0 8px 0 rgb(0 0 0 / 40%);
      -moz-box-shadow: 0 0 8px 0 rgba(0,0,0,.4);
      box-shadow: 0 0 8px 0 rgb(0 0 0 / 40%);
      overflow: hidden;
  }   */

.card-columns .card{
  margin-bottom:30px;
  border: 0px solid #fff !important;
}

.row .sidebar-travel-report{
  margin-bottom:25px;
}

.widget ul li{
  list-style-type:none !important;
  margin-top:10px;
}


.widget ul li a{
  color: #000000;
  
}

.sidebar-recommended p{
  margin-bottom:5px;
  margin-top:6px;
  
}

.text-muted{
  margin-top:15px;
  font-size:12px;
  
  
}

.widget img {
  border-radius: 5%;
}

.sidebar-recommended p{
  white-space: nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  min-width: 0;
}

.sidebar-travel-report p{
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top:0px;
  /* white-space: nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  min-width: 0;
*/
}



@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 768px) {
#right-sidebar h2 {
  margin-top: 20px;
  padding: 10px;
  font-size: 24px;
  margin-left:-7px;
}
}
@media only screen and (max-width: 414px) {}
@media only screen and (max-width: 375px) {

}
@media only screen and (max-width: 320px) {

}


/* -------------- Sidebar Blogposts -------------- */

.blog-posts-sidebar .content-right {
padding-left: 0px;
padding-right: 0px;
margin-right: 0px;
}

img.blogposts-sidebar-image {
object-fit: cover;
width: 100%;
max-width: 100%;
height: 80px;
}

.blogposts-title-sidebar {
font-size: 16px;
overflow: hidden;
text-decoration: none;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
}

.date-blogposts-group {
margin-top: 0px;
}

.blogposts-sidebar-description {
text-decoration: none;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
line-height: normal;
font-size: 14px;
margin-top: 10px;
margin-left: 14px;

}

.blogposts-separator{
padding-bottom: 0;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
border-bottom: 1px solid #ededed;
}



@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 768px) {
.blog-posts-sidebar .content-right {
  padding-left: 0px;
  padding-right: 10px;
  margin-right: 0px;
}
.blogposts-title-sidebar {
  margin-top: 10px;
}
img.blogposts-sidebar-image {
object-fit: cover;
width: 100%;
max-width: 100%;
height: 100px;
}
.blogposts-sidebar-description {
margin-left: 14px;
margin-right:14px;
}
}
@media only screen and (max-width: 414px) {}
@media only screen and (max-width: 375px) {}
@media only screen and (max-width: 320px) {}




/* -------------- Comment Section -------------- */

.comment-respond {
margin-top: 20px;
}

/* ------------- Global Similar Post ----------- */

h2.txt-heading-similar {
text-align: center;
font-size: 28px;
font-weight: 600;
padding-top: 30px;
}

/* -------------- Footer Categories -------------- */

footer.entry-footer {
  margin-top: 15px;
}

#wrapper-footer-full, #wrapper-static-hero {
padding-top:30px;
padding-bottom: 20px;
background-color: #e9ecef;
}


ul.wp-block-categories-list.wp-block-categories {
-moz-column-count: 4;
column-count: 4;
-webkit-column-count: 4;
-moz-column-gap: 1rem;
column-gap: 1rem;
-webkit-column-gap: 1rem;
}

.wp-block-categories li {
padding: .35rem 0;
}

.wp-block-categories a {
align-items: center;
}


#footer-full-content .menu {
  list-style: none;
  display: flex;
justify-content: center;
  gap: 35px;
}

#footer-full-content a {
  font-weight: 600;
}

/* -------------- Main Body Div Section -------------- */
.div-section .catch-heading {
  color: #6e7277;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.div-section .line {
  border-top: 1px solid #b8babe;
  width: 200px;
  display: block;
  margin: 5px auto 0;
  padding-bottom: 20px;
}
.text-black{
  color:#212121 !important;
}
.content-wrapper {
	margin-top: 32px;
}
.div-section{
	padding:80px 0px 80px;
}
.custom-padding{
	padding:180px 0px 180px;
}
.text-center{
	text-align:center;
}
.pc-only{
	display:block;
}
.sp-only{
	display:none;
}
@media only screen and (max-width: 1200px) {
	.pc-only{
		display:none;
	}
	.sp-only{
		display:block;
	}
}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 767px) {
	.div-section{
		padding:40px 0px 40px;
	}
	.custom-padding{
		padding:120px 0px 120px;
	}
}
@media only screen and (max-width: 414px) {}
@media only screen and (max-width: 375px) {}
@media only screen and (max-width: 320px) {}



/* -------------- Footer -------------- */

.outside-container{
background-attachment: fixed;
background-clip: initial;
background-color: rgba(0, 0, 0, 0);
background-origin: initial;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 0;
}
.site-info {
  color: #fff;
  text-align: center;
  font-size:15px;
}

div#wrapper-footer {
background: #030712;
border-top: 1px solid #ffffff33;
padding: 20px 0;
}

@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 768px) {
#footer-full-content .menu {
  list-style: none;
  display: block;
  text-align: center;
  padding-left:0px;
}
#footer-full-content .menu li{
  line-height: 2.5;
}
}
@media only screen and (max-width: 414px) {

}
@media only screen and (max-width: 375px) {}
@media only screen and (max-width: 320px) {}




/* -------------- Main Content -------------- */

#content #main img {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:10px;
  margin-top:10px;
}

a:hover:not(.listing-group) {
  text-decoration: none;
  color: #000;
}

#page h1.entry-title {
font-size: 26px;
text-align: left;
}

#single-wrapper h1.single-title {
font-size: 26px;
}

.single-group-date {
margin-top: -9px;
margin-bottom: 10px;
}

.blog-single-date {
font-size: 14px;
}


#page-wrapper h1.entry-title {
  font-size: 26px;
  text-align: center;
  margin-bottom:30px;
}

.entry-content h1 {
font-size: 26px;
padding: 20px;
}

.entry-content h2 {
  font-size: 24px;
  margin-top: 35px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.entry-content h3:not(.title-rank) {
font-size: 22px;
margin-top: 30px;
margin-bottom: 25px;
}


.entry-content h3:not(.title-rank):before{
content: "";
width: 0;
height: 1.6rem;
padding-right: .75rem;
border-left: 5px solid #044464;
}

.entry-content h4 {
font-size: 20px;
margin-top: 30px;
margin-bottom: 25px;
}

