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

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


/* language switcher */


@media screen and (min-width: 771px) {
  .top-header {
    margin-top: 35px;
    margin-bottom: 6px;
  }
  .top-header .language-switcher .dropdown_ul {
    margin-right: 10px;
    padding-left: 0px;
}
  .language_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    padding: 0 0 0 0.9em;
  }
  .dropdown_ul{margin: 0;}
    .dropdown_ul li.dropdown_li {
      display: inline-block;
      position: relative;
    }
    .dropdown_ul li ul.dropdown_langs {
      display: none;
      margin: 0;
    }
    .dropdown_ul li ul.dropdown_langs div {
      display: block;
      position: absolute;
      z-index: 100000;
      right: 20px;
    }
    .dropdown_ul li:hover ul.dropdown_langs {
      display: block;
    }
    .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-vertical {
      width: 100px;
      width: -moz-max-content;
      width: max-content;
    }
    .language-switcher .dropdown_li > span {
      padding: 0 0.5rem;
      display: inline-block;
      text-align: center;
      font-size: 16px;
      letter-spacing: 0;
      font-weight: bold;
      color: #000;
    }
    .language-switcher:hover .dropdown_li > span {
      font-weight: 900;
      border-radius: 0.25rem;
    }
    .wpml-ls-legacy-list-vertical ul {
      width: 130px;
      width: -moz-max-content;
      width: max-content;
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    }
    .wpml-ls-legacy-list-vertical .wpml-ls-item {
      padding: 10px !important;
      margin: 0;
      list-style-type: none;
      box-shadow: 5px 5px 5px #ababab;
      background: #fff !important;
    }

    .wpml-ls-legacy-list-vertical .wpml-ls-item:hover {
      background: #030712 !important;
      color:#fff; 
    }

    .wpml-ls-legacy-list-vertical .wpml-ls-item:hover {
      background: #030712 !important;
    }

    .wpml-ls-legacy-list-vertical .wpml-ls-item:hover a {
      color: #fff !important;
    }
    a.wpml-ls-link:hover {
      color: #ffffff !important;
    }
  }
  @media screen and (max-width: 770.9px) {
    .top-header .language-switcher {
      display: none;
    }
    .wpml-ls-legacy-list-vertical a {
      display: block;
      text-decoration: none;
      border-bottom: 1px solid transparent;
      padding: 0.5rem 3rem !important;
      line-height: 1;
    }
    #mobile_menu #global_menu .wpml-ls-current-language a {
      background-color: #ffbed6;
      color: #333;
    }
  }
  @media screen and (max-width: 770.9px) {
    .top-header .language-switcher {
      display: none;
    }
    #mobile_menu #global_menu .language-switcher.sp_only {
      display: block;
      width: 100%;
    }
    #mobile_menu #global_menu .language-switcher ul.dropdown_ul li.dropdown_li ul li {
      border-bottom: 0px !important;
    }
    #mobile_menu #global_menu .language-switcher ul.dropdown_ul li.dropdown_li ul li a {
      border-top: 1px solid #eee;
    }
    .pc_only{display: none;}
  }



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;
}

.div-content h1{
	font-size: 30px;
}
.div-content h2{
	font-size: 28px;
	margin: 20px 0px 20px;
}
.div-content h3{
	font-size: 24px;
	margin: 20px 0px 20px;
}
.div-content h4{
	font-size: 20px;
	margin: 20px 0px 20px;
}
.div-content h5{
	font-size: 18px;
	margin: 15px 0px 15px;
}

#wpcontent {
  padding-bottom: 32px; 
}

p{
  margin-bottom:0px;
}

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

a{
  color:#212529;
}

a:hover{
  text-decoration:none;
}

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;
}

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

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


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

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


.bg-primary{
  background:#030712 !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: #fff;
  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:#fff;
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 #ffffff33;
}
}
@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 {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
text-overflow: ellipsis;
line-height: normal;
font-size: 14px;
margin-top: 10px;
text-decoration: none;
}


.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: 28px;
  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:80px 0px 80px;
	}
}
@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) {}