:root {
  --theme_color: #2E524A;
  --subtheme_color: #80A847;
  --hover_color: #fff;
  --title_color: #333333;
  --content_color: #000;
  --bg_color: rgb(35,62,55);
}
ul {
  list-style: none;
}
a {
  color: var(--title_color);
  text-decoration: none;
  font-size: 1rem;
}
i {
  font-style: normal;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  padding: 10px;
  overflow: hidden;
}
button,
input,
textarea {
  outline: none;
  border: none; 
  font-family: "Poppins", sans-serif;
}
input[type="submit"],
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  appearance: none;
  font-family: "Poppins", sans-serif;
  -moz-appearance: none;
  -webkit-appearance: none; 
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  color: var(--title_color);
  font-family: "Poppins", sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 17px;
}
.only_mobile {
  display: none;
}
.content .content {
  padding: 0;
}
.gap {
  gap: 1.25rem;
}
li.swiper-slide {
  height: auto;
}
.swiper-pagination-bullet{
  width: 13px;
  height: 13px;
  border: 2px solid rgb(125,125,123);
  background-color: transparent;
  opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: -3rem!important;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
  opacity: 1;
  border: 2px solid var(--subtheme_color);
  background: var(--subtheme_color);
}
.grecaptcha-badge {
  visibility: hidden;
}
.head h1,
.head strong {
  font-size: 42px; 
  font-weight: 700;
  line-height: 75px; 
}
.head h2 {
  font-size: 46px;
  line-height: 62px;
  font-weight: 700;
  color: #161616;
}
.head span.subhead {
  font-size: 18px;
  font-weight: 300;
  color: #2b2b2b;
  text-transform: uppercase;
  letter-spacing: 2.7px;
} 
header { 
  background-color: var(--theme_color);
  position: relative; 
  width: 100%;
  left: 0;
  color: #fff;
  top: 0;
  z-index: 15;
  transition: 0.3s; 
}
header a{
  color: #fff;
}
header .content a.logo{
  display: block;
  width: 245px; 
  height: 70px;
  margin-top: .5rem;
}
header .content a.logo h1{
  visibility: hidden;
}
header .content a.logo img{
  width: 100%;  
} 
header.sticky {
  position: sticky;
  top: 0px; 
}  
header .nav {
  display: flex;
}
header .nav nav ul {
  display: flex;
} 
header .nav nav ul li a{ 
  display: block; 
  padding: 2.75rem 0.7rem;
  transition: all 0.3s;
  position: relative;
} 
header .nav nav ul li a:after{
  content: "";
  width: 0%;
  height: 1px;
  background: white;
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transition: all 0.3s;
  transform: translateX(-50%);
}
header .nav nav ul li.current-menu-item a:after{
  width: 100%;
}
header .nav nav ul li a:hover:after{
  width: 100%;
}
header .nav nav ul li:hover a{
  color: white;
}
header .nav nav ul li.current_page_item a
{
  font-weight: 600;
} 
header .nav nav ul.sub-menu{
  display: none;
} 
header .right .btns{
  display: flex;
  margin-left: 1.2rem;
  gap:  0.5rem;
  align-items: center;
}
header .right .btns > span i{
  width: 19px;
  height: 19px;
  cursor: pointer;
  display: block;
  background-image: url(../img/header-search.svg);
  background-repeat: no-repeat;
}
header .right .btns > span.icon_lang i{
  background-image: url(../img/header-lang.svg);
}
header .right .btns > a{
  margin-left: 1rem;
}


.button{
  border-radius: 0;
  padding: 12px 30px;
  border:rgba(255,255,255,.65) solid 1px;
  transition:  all .3s;
}
.button:hover{
  border: var(--bg_color) solid 1px;
  background-color: var(--bg_color);
}
 
.buttom_m{
  border-radius: 0;
  font-size: 18px;
  padding: 12px 30px;
  text-transform: uppercase;
  border:#888888 solid 1px;
  transition:  all .3s;
  font-weight: 500;
  color: #000;
  background: transparent;
}
.buttom_m:hover{
  border: var(--theme_color) solid 1px;
  background-color: var(--theme_color);
  color: #fff;
} 

.morebtn {
  display: flex;
  justify-content: center;
  margin-top: 85px;
  margin-bottom: 1px;
}
.morebtn button,
.morebtn a {
  background-color: transparent;
  border-radius: 100px;
  font-size: 17px;
  font-weight: 500;
  color: #242424;
  border: none;
  border: 1px solid rgba(174, 174, 174, 0.8);
  text-transform: uppercase;
  padding: 16px 51px;
  transition: 0.3s;
}
.morebtn button:hover,
.morebtn a:hover {
  background-color: var(--theme_color);
  color: #fff;
  border: 1px solid var(--theme_color);
}
.video_box {
  overflow: hidden;
  padding-bottom: 38px;
}
.video_box .flex {
  min-height: 728px;
  position: relative;
  z-index: 2;
}
.video_box .flex::before {
  content: "";
  display: block;
  width: 49.64vw;
  height: 100%;
  background: url(../img/video-bg.svg) no-repeat right center / cover;
  position: absolute;
  top: 0;
  right: 50.82%;
  border-radius: 18px;
  z-index: -1;
}
.video_box .head {
  min-width: 41.47541%;
  color: #fff;
  padding: 6rem 0 calc(6rem + 3.2787%);
}
.video_box .head .subtitle {
  display: block;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.video_box .head h2 {
  color: #fff;
}
.video_box .head p {
  opacity: 0.85;
  font-size: 17px;
  line-height: 28px;
  max-width: 452px;
  margin-top: 34px;
  font-weight: 300;
}
.video_box .video {
  min-width: 85.5738%;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  transition: all 1s;
  position: relative;
}
.video_box .video:hover img {
  transform: scale(1.02);
}
.video_box .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
  transition: all 0.5s;
}
.video_box .video .video_box_play {
  display: block;
  width: 82px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../img/video-play.svg) no-repeat center / contain;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.video_box .video .video_box_play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.video_pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 9999;
  padding: 1.2rem;
}
.video_pop.active {
  opacity: 1;
  pointer-events: all;
}
.video_pop.active .pop_content {
  transform: translate(-50%, -50%);
}
.video_pop .mask {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.video_pop .mask .close {
  display: block;
  width: 1rem;
  height: 1rem;
  /* background: url(../img/close.svg) no-repeat center / contain; */
  position: absolute;
  right: 2rem;
  top: 1rem;
  cursor: pointer;
}
.video_pop .pop_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  transition: all 0.3s;
  width: max-content;
  max-width: 90vw;
  height: 80vh;
  aspect-ratio: 1920/1080;
}
.video_pop .pop_content iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
}



.swiper_btns {
  display: flex;
}
.swiper_btns div {
  width: 1rem;
  height: 30px;
  background: url(../img/home_swiper_icon.svg) no-repeat center / contain;
  transition: all 0.3s;
  cursor: pointer;
  transform: rotate(180deg);

}
.swiper_btns div.swiper-button-disabled {
  cursor: default;
  opacity: 0.68;
}
.swiper_btns .btn_next {
  transform: rotate(180deg);
}
.swiper_btns.middle {
  max-width: 1794px;
  width: 86%;
  position: absolute;
  left: 50%;
  top: 44.8%;
  transform: translate(-50%, -50%);
  z-index: 2;
  justify-content: space-between;
}
.swiper_btns.middle div {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%) rotate(180deg);
}
.swiper_btns.middle .btn_next {
  left: unset;
  right: 0;
  transform: translateY(-50%) rotate(0deg);
}
.swiper_btns.small div {
  width: 40px;
  height: 40px;
}
.head .subtitle {
  color: #80A847;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 18px;
  font-weight: 300;
}
.head h2{
  font-size: 46px;
  margin: 1rem 0;
}
.head p.desc{
  font-size: 18px;
  line-height: 34px;
  width: 790px;
  color: rgba(22, 22, 22,.76);
}

footer{
  background-color: rgb(245, 255, 249);
  padding-top: 75px;
  overflow: hidden;
}
.single-product footer{
  padding-top: 200px;
}
footer .footer_cat{
  position: relative;
}
footer .footer_cat::after, footer .footer_cat span.bird1{
  /* content: ""; */
  position: absolute; 
  display: inline-block;
  width: 270px;
  height: 379px;
  top: -7rem;
  right: 0;
  transition: all 2s;
  background-image: url(../img/footer-bg1_1.png);
}

footer .footer_cat::before, footer .footer_cat span.bird2{
  /* content: ""; */
  display: inline-block;
  position: absolute; 
  width: 261px;
  height: 353px;
  top: -8rem;
  left: 0;
  transition: all 1.5s;
  background-image: url(../img/footer-bg2.png);
}

.social_media .flex{
  gap: 20px; 
  margin-top: 1rem;
  margin-bottom: 4rem;
}
.social_media .flex li a{
  width: 52px;
  display: block;
  height: 52px;
  border-radius: 50%;
  text-indent: -999px;
  overflow: hidden;
  background-image: url(../img/twitter-icon.svg);
  background-size: 22px;
  transition:  all .3s;
  background-position: center;
  background-repeat: no-repeat;
} 
.social_media .flex li:hover a,
.social_media .flex li.active a
{
  background-color: rgb(128,168,71); 
  background-image: url(../img/twitter-icon-w.svg); 
} 

.social_media .flex li:nth-child(2) a{
  background-image: url(../img/instagram-icon.svg); 
}
.social_media .flex li:nth-child(2).active a{
  background-image: url(../img/instagram-icon-w.svg); 
}
.social_media .flex li:nth-child(3) a{
  background-size: 12px;
  background-image: url(../img/facebook-icon.svg); 
}
.social_media .flex li:nth-child(3).active a{
  background-size: 12px;
  background-image: url(../img/facebook-icon-w.svg); 
}

.social_media .flex li:nth-child(4) a{
  background-image: url(../img/asoc-icon.svg); 
}

.social_media .flex li:nth-child(4).active a{
  background-image: url(../img/linkin.svg); 
}
.social_media .flex li:nth-child(5) a{
  background-image: url(../img/weibo-icon.svg); 
}
.social_media .flex li:nth-child(5).active a{
  background-image: url(../img/weibo-icon-w.svg); 
}

footer .footer_product{
  max-width: 1875px;
  overflow: hidden;
  margin: 2rem auto;
}
footer .footer_product ul{ 
  justify-content: space-between;
}
footer .footer_product ul li .product_info{
  text-align: center;
  margin-bottom: .5rem; 
}
footer .footer_product ul li .product_info strong{
  /* -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical; */
  font-size: 14px;
  display: block;
  overflow: hidden;
  min-height: 45px;
  vertical-align: middle;
  text-align: center;

  display: flex;
  align-items: center;
  justify-content: center;
  
  /* text-overflow: ellipsis; */
}
footer .footer_product ul li .product_info p{
  font-size: 14px;
  color: #333;
  opacity: .64;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
footer .footer_product ul li .product_image{
  overflow: hidden;
}
footer .footer_product ul li img{
  aspect-ratio: 359/342;
  display: block;
  object-fit: cover;
  object-position:right;
  transition: all .3s;
  max-width: 359px;
  width: 100%;
}
footer .footer_product ul li[data-swiper-slide-index="3"] img{
  object-position:left;

} 
footer .footer_obje_list{
  padding-top: 18rem;
  margin-top: -12rem;
  background-color: var(--bg_color);
  background-image: url(../img/footer-bg1.png);
  height: 798px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 2rem;
}
footer .footer_obje_list a{
  color: #fff;   
}

footer .footer_obje_list .slide_obj strong{
  color: #fff;
  font-weight: 500;
  display: block;
  margin-top: 38px;
  font-size: 20px;
  margin-bottom: 25px;
}
footer .footer_obje_list .slide_obj li a{
  opacity: .7;
  display: block;
  transition: all .3s;
  font-weight: 300;
  margin-bottom: .8rem;
}
footer .footer_obje_list .slide_obj li:hover a{
  opacity: 1;
}
footer .footer_obje_list .slide_obj li p{
  opacity: .7;
  color: #fff;
}
footer .footer_obje_list .slide_obj .image{
  margin-bottom: 2rem;
}
footer .footer_obje_list .slide_obj .image img{
  width: 294px;
}

footer .footer_obje_list .slide_obj.contact a{
  opacity: 1;
  margin-bottom: 0;
  font-weight: 500;
}
footer .footer_obje_list .slide_obj.contact ul li{
  padding-left: 3.5rem;
  position: relative;
  margin-bottom: 20px;
}

footer .footer_obje_list .slide_obj.contact ul li::after{
  position: absolute;
  content: "";
  background-image: url(../img/footer-email.svg);
  width: 46px;
  height: 46px;
  background-position: center;
  border-radius: 50%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 20px;
  background-color: rgb(54,74,67);
}
footer .footer_obje_list .slide_obj.contact ul li:nth-child(3)::after{
  background-size: 24px;
  background-image: url(../img/footer-wechat.svg);
}
footer .footer_obje_list .slide_obj.contact ul li:nth-child(2)::after{
  background-image: url(../img/footer-phone.svg);
}
footer .footer_obje_list .slide_obj.contact p{
  margin-bottom: .8rem;
  display: block;
  font-size: 15px;
  font-weight: 300;
} 
footer .footer_obje_list .slide_obj .foter_obje a span{
  font-size: 14px;
  font-weight: 300;
  display: block;
  transition: all .3s;
  margin-top: .5rem;
  opacity: .7;
}
footer .footer_obje_list .slide_obj .foter_obje a:hover span{
  opacity: 1;
}
footer .footer_obje_list .slide_obj .foter_obje a{
  display: block;
  margin-bottom: 24px;
}
footer .footer_obje_list .slide_obj .foter_obje a p{
  border-bottom: rgba(255, 255, 255, 0.25) solid 1px;
  font-size: 18px;
  position: relative;
  padding-bottom: .5rem;
  text-transform: uppercase;
}
footer .footer_obje_list .slide_obj .foter_obje a p:hover:after{
  transform: translateX(5px);
}
footer .footer_obje_list .slide_obj .foter_obje a p::after{
  position: absolute;
  right: 0;
  background-image: url(../img/footer-arrow1.svg);
  width: 17px;
  transition: all 0.3s;
  height: 17px;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  top: 7px; 
}
footer .footer_copyright{
  background-color: var(--theme_color);
}
footer .footer_copyright ul{
  display: flex;
  gap: 3rem;
}
footer .footer_copyright ul a{
  opacity: .87; 
  color: #fff;
  font-size: 14px; 
  transition: all 0.3s;
}
footer .footer_copyright ul a:hover{
  opacity: 1;
}
footer .footer_copyright p{
  color: #fff;
  height: 60px;
  font-size: 14px;
  opacity: .87;
  line-height: 60px;
}
footer .footer_copyright .flex{
  align-items: center;
}
.button_m{
  border-color: rgb(136,136,136);
  font-weight: 500;
  padding: 13px 3.5rem ;
  font-size: 18px;
  color: #000;
}
.button_m:hover{
  color: #fff;
}

.filter_form{
  margin: 50px 0;
}
.filter_form select{
  background-color: #fff;
  border-color: #CCDBD2;
  width: 335px; 
  padding: 1.2rem 1rem;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  background-image: url(../img/arrow-down-t.svg);
  background-size: 15px;
  padding-left: 4rem;
  font-weight: 500;
  background-repeat: no-repeat;
  background-position: 93%; 
  pointer-events: none;
  width: 100% !important;
  text-align: center;
  padding: 1.2rem 3rem;
  color: var(--subtheme_color);
} 
.home_our_bird .filter_form select{
  background-color: rgb(250,255,251);
  opacity: 1;
  pointer-events: none;
  color: #000;
}
.tours_banner .filter_form select{
  background-color: rgb(250,255,251);
}
.filter_form > .flex p, .filter_form > .flex div{
  position: relative;
  cursor: pointer;
  flex: 1;
}
.filter_form > .flex p i, .filter_form > .flex div i{
  width: 25px;
  display: block;
  background-image: url(../img/rili.svg);
  height: 25px;
  margin-right: 1rem;
  position: absolute;
  top: 19px;
  left: 1rem;
}
.filter_form > .flex{
  gap: 1rem;
}

.filter_form > .flex p:nth-child(2) i.icon, .filter_form > .flex div:nth-child(2) i.icon{
  background-image: url(../img/country.svg); 
}
.filter_form > .flex p:nth-child(3) i.icon, .filter_form > .flex div:nth-child(3) i.icon{
  background: url(../img/timer.svg) no-repeat center/contain; 
} 
.homebanner_swiper{ 
  position: relative;
}
.homebanner_swiper  .active .images{
  background-color: #fff;
}
.homebanner_swiper .images img{
  /* aspect-ratio: 16 / 9; */
  width: 100%;
  /* height: 1041px!important; */
  height: auto;
  display: block;
  object-fit: cover;
}
.homebanner_swiper .swiper_btns > div{
  filter: brightness(1) !important;
}

.homebanner_swiper .image_infomaction{
  background-color: var(--bg_color);
  color: #fff;
  padding: 12px 25px; 
  visibility: visible!important;
  width: 100% !important;
  margin-top: .3rem;
}  
.homebanner_swiper .image_infomaction .flex a.button{
  font-size: 14px;
  padding: .5rem 1rem;
}
.homebanner_swiper .active .image_infomaction, .homebanner_swiper .swiper-slide-active .image_infomaction{
  visibility: visible;
}
.homebanner_swiper .image_infomaction > .flex{
  align-items: center;
}

.homebanner_swiper .image_infomaction strong.title{
  font-size: .9rem!important;
  font-weight: 400!important; 
}
.homebanner_swiper .image_infomaction .category{
  font-size: 12px;
  opacity: 1!important;
  margin-left: .5rem;
}
.homebanner_swiper .image_infomaction .category span{
  display: inline-block;
  margin-left: .5rem;
  font-weight: 300;
  opacity: 1!important;
  font-size: .9rem!important;
}
.homebanner_swiper li.swiper-slide .content .images{
  margin-top: 0;
  transition: all .3s;
  padding-bottom: 3px;
}
.home .homebanner_swiper li.swiper-slide{
  width: 100%!important;
}
.tours_banner .content{
  overflow: hidden;
}
.homebanner_swiper li.swiper-slide:not(.active) .content .images{
  margin-top: 0rem!important;
  /* display: flex;
  align-items: -end; */
}   
.homebanner_swiper li.swiper-slide.swiper-slide-active .content .images{
  margin-top: 0rem !important;
  /* display: flex;
  align-items: -end; */
}
.product_list{
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.product_list .product_item{
  height: auto;
  cursor: pointer;
  overflow: hidden;
}
.product_list .product_info{
  background-color: var(--bg_color); 
  color: #fff;
  padding: 30px; 
  position: relative;
  padding-top: 15px;
  height: 212px;
  text-align: center;
}
.product_list .product_info .action{
  margin-top: 1rem; 
} 
.product_list .product_info::after{
  content: "";
  display: block;
  position: absolute;
  top: -99px;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgb(35,62,55);
background: linear-gradient(0deg, rgba(35,62,55,1) 13%, rgba(35,62,55,0.01) 74%, rgba(255,255,255,0) 100%);    
}
.product_list .title{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
  overflow:hidden;
  /* text-overflow:ellipsis;  */
  /* white-space:nowrap;    */
  transition: all .3s;
  padding-top: 2.2rem;
}
.product_list .info_list{ 
  overflow: hidden; 
  transition: all .3s;  
}  
.product_list .product_item .info_list ul li:nth-of-type(2){
  opacity: 0;
}
.product_list .product_item:hover .info_list ul li:nth-of-type(2){
  opacity:  0.75;
} 
.product_list .info_list li{
  margin-bottom: .8rem;
  font-size: 17px;
  display: flex;
  gap: .5rem;
  transition: all 0.3s;
  justify-content: center;
}
.product_list .info_list li i{
  width: 20px;
  height: 20px;
  margin-top: 3px;
  background-image: url(../img/pos.svg);
  background-repeat: no-repeat; 
}
.product_list .info_list li:nth-child(2) i{
  background-image: url(../img/rili-full.svg); 
}
.product_list .action a{
  color: var(--subtheme_color);
  font-size: 18px; 
  display: inline-block;
  position: relative;
}
.product_list .action a:after{
  display: block;
  content: "";
  width: 12px;
  position: absolute;
  right: -20px;
  top: 9px;
  height: 10px;
  background-image: url(../img/arrow-home_our_bird.svg);  
}

.product_list .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 455/365; 
}
.home_bird_list {
  position: relative;
  z-index: 2;
}
.home_bird_list::after, .home_bird_list span.bird1{
  /* content: ""; */
  display: inline-block;
  width: 212px;
  height: 159px;
  background-repeat: no-repeat;
  background-image: url(../img/home_our_bird_bg1.svg);
  position: absolute;
  top: -10rem;
  z-index: 1;
  right: -6rem; 
  transition: all 2s;
}
.home_bird_list::before, .home_bird_list span.bird2{
  /* content: ""; */
  display: inline-block;
  width: 249px;
  height: 268px;
  background-repeat: no-repeat;
  background-image: url(../img/home_our_bird_bg2.svg);
  position: absolute;
  bottom: -6rem;
  z-index: 1;
  left: -13rem;
  transition: all 2s;
}

.home_bird_list .buttom_m{
  margin-top: 92px;
  background-color: transparent;
}


.book_model_form{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw; 
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 9999;
  padding: 1.2rem;
  display: flex;
  justify-content: center; 
  align-items: center;
}
.book_model_form.active {
  opacity: 1;
  pointer-events: all;
}
.book_model_form .book_model_content{
  width: 1285px; 
  transform: translateX(-50rem);
  transition: all .3s;
  background-image: url(../img/model-over-bg.png); 
  background-color: #F2F9F5;
  background-size: cover;
  background-repeat: no-repeat;
  height: max-content;
  max-height: 90vh;
}
.book_model_form.active .book_model_content{
  transform: translateX(0rem); 
}
.book_model_form .book_model_content .book_model_close{
  position: absolute;
  width: 40px;
  cursor: pointer;
  height: 40px;
  background-image: url(../img/model_close_icon.svg);
  background-size: contain;
  background-position: center;
  right: 1rem;
  top: 1rem;
}
.book_model_form .book_model_content >.flex {
  height: 100%;
  max-height: 100%;
  max-height: 90vh;
}
.book_model_form .book_model_content >.flex > div{
  flex: 1;
}
.book_model_form .book_model_content >.flex > div.left .image img{
  width: 640px;
  height: 800px;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.book_model_form .book_model_content >.flex > div.left .image{
  aspect-ratio: 640/800;
  overflow: hidden;
}
.book_model_form .book_model_content >.flex > div.left{
  position: relative;
  overflow: hidden;
}
.book_model_form .book_model_content >.flex > div.left .product_info{
  position: absolute;
  bottom: 0;
  padding: 30px;
  background-color: #1E3530;
  width: 100%;
  padding-top: 60px;
  color: #fff;
}
.book_model_form .book_model_content >.flex > div.left .product_info::after{
  content: "";
  display: block;
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: 150px;
  background: rgb(30, 53, 48);
  background: linear-gradient(0deg, rgba(30, 53, 48, 1) 13%, rgba(30, 53, 48, 0.01) 74%, rgba(255, 255, 255, 0) 100%); 
}

.book_model_form .book_model_content >.flex > div.left .product_info strong{
  font-size: 24px;
  margin-bottom: .5rem;
  display: block;
}
.book_model_form .book_model_content >.flex > div.left .product_info p{
  font-size: 18px;
  opacity: .64;

}
.book_model_form .book_model_content >.flex > div.right {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: auto;

}
.book_model_form .book_model_content >.flex > div.right .form_iqyey{
  padding: 62px; 
  width: 100%;
}
.book_model_form .book_model_content >.flex > div.right .col1{
  margin-bottom: 1.2rem;

}
.book_model_form .book_model_content >.flex > div.right .col1 input,
.book_model_form .book_model_content >.flex > div.right .col1 textarea
{
  width: 100%;
  font-size: 15px;
  padding: 20px 22px;
  border: #D8D8D8 solid 1px;
  /* margin-bottom: 1.2rem; */
}
.book_model_form .book_model_content >.flex > div.right .col1 textarea
{
  max-height: 143px;
}
.book_model_form .book_model_content >.flex > div.right input[type=submit]{
  font-size: 18px;
  background-color: var(--subtheme_color);
  color: #fff;
  padding: 1rem 3rem;
  margin-top: .7rem;
  font-weight: 500;
  text-transform: uppercase;
} 

.privacy-policy .blog_details {
  padding: 90px 0 155px; 
  background-color: rgb(245, 255, 249);
  background-size: 100% 200px;
  background-repeat: no-repeat;
}
.privacy-policy .blog_details h1 {
  display: block;
  font-size: 38px;
  font-weight: 600;
  color: var(--title_color);
  margin: 20px 0 38px;
  line-height: 3rem;
}
.privacy-policy .blog_details h2 {
  font-size: 26px;
  color: var(--title_color);
  padding-top: 35px;
  font-weight: 600;
}

.privacy-policy .blog_details p, .blog_details li {
  font-size: 18px;
  color: #666;
  padding-top: 30px;
  line-height: 30px;
} 
.icon_lang {
  display: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
  padding: 0;
  border: none;
}
.wpcf7-not-valid-tip{ 
  margin-top: .5rem;
}
.search .home_our_bird{
  padding: 100px 0;
  background-color: rgb(245, 255, 249);
}
.searchempty img{
  width: 30%;
  min-width: 500px;
}
.search .home_bird_list::before{
  display: none;
}


div.search-block .product_item{
  visibility: visible !important;
}
div.search-block {
  position: fixed;
  z-index: 999;
  background-color: rgb(245, 255, 249);
  box-shadow: 0 0 15px rgba(0, 55, 96, 0.12);
  width: 100%;
  bottom: -100vh;
  height: 100vh;
  transition: 0.3s ease;
  overflow: auto;
}
div.search-block.active {
  bottom: 0;
  opacity: 1;
  transform: translateY(0);
}
div.search-block div.content {
  position: relative;
  display: block;
}
.wd-action-btn {
  display: inline-flex;
  vertical-align: middle;
  background: url(../../global/img/cloes.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 38px;
  right: 0;
  z-index: 1;
  width: 28px;
  height: 28px;
  transition: all 0.3s;
  cursor: pointer;
}
.wd-action-btn:hover {
  transform: rotate(180deg);
}
div.search-block .searchform {
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
  /* opacity: 0; */
  transition: opacity 0.35s ease 0.2s;
  --wd-form-color: #333;
  --wd-form-placeholder-color: #333;
  text-align: center;
  transition: 0.75s all ease;
}
div.search-block.active .searchform {
  opacity: 1;
}
div.search-block .searchform input[type='text'] {
  padding: 0;
  height: 110px;
  border: none;
  text-align: center;
  font-size: 35px;
  outline: none;
  background-color: transparent;
} 
div.search-block .searchform ::-webkit-input-placeholder {
  color: #333333;
} 
.gallert_ite,
.tours_gallery .tours_gallery_list .rbox{
  transition: all 1s;
}
.about_introduce .left p{
  margin: 1.0rem 0px 0px!important;
}
.datetime-local{
  background-image: url(../img/date-locat-icon.svg);
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: 95%;
  cursor: pointer;
}

.datetime-local::-webkit-calendar-picker-indicator {
  background: none;
}

ul.select-list{
  padding: 1rem 10px;
  border: 1px solid rgba(245, 255, 255,0.35);
  background-color: rgb(250,255,251);
  position: absolute;
  left: 0;
  width: 100%;
  top: calc(100% + 10px);
  z-index: 9;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  display: none;
}
ul.select-list li:hover{
  color: var(--subtheme_color);
}
ul.select-list li{
  font-size: 14px;
  display: flex;
  color: #000;
  flex-wrap: wrap;
  align-items: flex-start;
  transition: all 0.3s;
  cursor: pointer;
}
ul.select-list li + li{
  padding-top: 0.5rem;
}
ul.select-list li::before{
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 0.5rem;
  min-width: 6px;
  border: 4px solid transparent;
  transition: all 0.3s;
  border-radius: 50%;
  outline: 1px solid #222;
  transform: translateY(5px);
  background: url('') no-repeat center/60%;
}
ul.select-list li.active{
  color: var(--subtheme_color);
}
ul.select-list li.active:before{
  background-color: var(--subtheme_color);
  border: 4px solid white;
  outline: 1px solid var(--subtheme_color);
}
ul.select-list li::after {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  margin-left: 4px;
  background: var(--icon) no-repeat center/contain;
}

@keyframes opacity {
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0;
    z-index: -1;
  }
}
.banner_opacity_ani{
  position: relative;
}
.banner_opacity_ani>*{
  z-index: 5;
}
.banner_opacity_ani:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  transition: all 0.3s;
  z-index: 1;
  animation: opacity 0.4s linear forwards;
}

.homebanner_swiper li.swiper-slide .content .images:after{
  background-color: #2E524A;
}
.homebanner_swiper li.swiper-slide .content .images img{
  background-color: var(--theme_color);
}
.home .homebanner_swiper .swiper-wrapper{
  justify-content: center;
}

.loading{
  position: relative;
}
.loading:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/load.gif') no-repeat center;
  background-size: 45px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9;
}
.home_our_bird{
  position: relative;
}
.home_our_bird .close{
  width: 35px;
  height: 35px;
  transition: all 0.5s;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 2rem;
  top: 8rem;
  background: url('../img/model_close_icon.svg') no-repeat center/contain;
}
.home_our_bird .close:hover{
  transform: rotate(360deg);
}
.about_introduce .left p{
  text-align: justify;
}
.list-con .product_list + .flex{
  margin-top: 2rem;
}

.tours_bird_list .filter_form{
  padding-right: 0%;
  margin-top: 20px;
}
.about_photographers .right p,
.about_make_trip .left p{
  text-align: justify;
}

.about_adventure .head p{
  text-align: justify; 
}
.about_photographers .left .gallery_list .gallery_item img{
  transition: all .3s;
  display: block;
  width: 100%;
  min-height: 268px;
  object-fit: cover;
  object-position: right;
}
.about_make_trip>.content .gallery_info .category{
  margin-left: 1rem!important;
}
.gg-chevron-double-left {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
}
.gg-chevron-double-left::after, .gg-chevron-double-left::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg);
  top: 9px;
  left: 6px;
}
.page-template-template-productgallery .gallery-details-banner h1{
  font-size: 24px;
  line-height: 30px;
}
.tax-gallery_category .gallery-details-banner h1{
  line-height: 30px;
  min-height: 60px;
  display: flex;
  align-items: center;
}
.tax-gallery_category .gallery-details-banner .right .right_info strong p {
  display: inline;
  font-size: 1rem;
  font-weight: normal;
}
.home_banner1 .home_banner1_swiper .swiper-slide{
  height: calc(100vh - 170px)!important;
  max-height: 730px;
}
.home_banner1 .home_banner1_swiper .swiper-slide .img{
  width: 100%!important;
  max-height: 629px!important;
}
.home_banner1 .home_banner1_swiper .swiper-slide .img img{
  width: 100%!important; 
}
section.home_banner1 .home_banner1_swiper .swiper-slide .img {
  padding-bottom: 5px;
}
section.home_banner1 .home_banner1_swiper .swiper-slide .info {
  padding: 12px 24px;
}
.level_model_over {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgb(0, 0, 0);
  opacity: 0.5;
  z-index: 98;
}
.level_model{
  display: none;
}
.level_model_content{
  width: 40%;
  min-height: 300px;
  max-height: 95vh;
  overflow: auto;
  margin: auto;
  background: rgb(255, 255, 255);
  border-radius: 8px;
  z-index: 999;
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%); 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

body.level_model_block .level_model{
  display: block;
}


.level_model_content p{
  text-align: justify;
  margin-bottom: 1rem;
}
.level_model_content strong{
  font-size: 26px;
  display: block;
  margin-bottom: 1rem;
}
.level_model_content .button{
  background-color: rgb(46,82,74);
  color: #fff;
}
div.tours_labels.syeditorlist > div.level{
  cursor: pointer;
}
.home .tours_gallery .head h2 {
  font-size: 36px;
  line-height: 1.4;
  visibility: visible!important;
  text-align: left !important;
  margin-bottom: 1rem;
}
.tours_gallery .head h2 strong{
  font-size: 36px;
  line-height: 1.4;
}

.lg-container[role="dialog"] .lg-toolbar{
  top: 2rem;
}
.image_copyright{
  display: flex;
  width: max-content;
  align-items: center;
  margin-top: 20px;
}
.homebanner_swiper .image_infomaction>.flex strong{
  font-weight: 400;
}
.home .swiper_btns.middle{
  top: 88%!important;
}
.image_xiangji_text {
  padding: 3rem 0;
  background-color: rgb(245, 255, 249);

}
.single-product .image_xiangji_text {
  background-color: rgb(242, 249, 245);
  text-align: center;
}

.product_note{
  display: block;
    padding: .6rem 30px;
    width: 100%;
    position: absolute;
  text-align: center;
    top: 0;
    left: 0px;
    background-color: rgb(192, 0, 0);
}
.tours_gallery p {
  text-align: justify !important;
}
section.about_photographers>.content>.flex {
  gap: 5.01754386%;
}
.about_make_trip .left p {
  /* text-align: left !important; */
}
section.about_introduce .left {
  max-width: 49.122807%;
}
.tours_gallery {
  overflow: hidden;
}
section.about_photographers .right h2 {
  max-width: 600px;
}
section.about_photographers .right {
  width: 58.245614%;
}
.about_make_trip {
  overflow: hidden;
}

.contact_inquiry .inquiry_form .flex {
  position: relative;
  gap: 8px;
  flex-wrap: wrap;
  .wpcf7-spinner {
    position: absolute;
    left: -8px;
    top: 38px;
  }
}
.booknow_form .booknow_form_head .right ul {
  flex-wrap: wrap;
}

.tours_inner_banner .homebanner_swiper .swiper-slide .content {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: calc(100vh - 113px);
  max-height: 654px;
  a {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      object-fit: cover;
      display: block;
    }
  }
}
.page-template-template-productgallery .gallery-details-banner .right .gallery_control_list{
  margin-top: 2rem;
}
.gallery_control .right_info .flex{
  justify-content: right;
}

.home_banner1 .home_banner1_swiper .swiper-slide .info {
  width: 100%;
}

.faq_sect_content .sy_fap_group ul.faqs li.faq .question strong {
  display: block;
  text-align: justify;
}
.faq_sect_content .sy_fap_group ul.faqs li.faq .answer * {
  text-align: justify;
}

section.home_banner1 .btns {
  top: unset;
  bottom: 4px;
}

.btn_back1 {
  margin-right: 26px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 6px;
  transition: all .3s;
  font-weight: 600;
  &:hover {
    color: #fff;
    background-color: var(--theme_color);
    i {
      filter: contrast(0) brightness(2);
    }
  }
}
.btn_back1 i {
  transition: all .3s;
  transform: translateY(-2px);
}


.lang_box {
  position: relative;
}
.btn_lang {
  display: block;
  width: 22px;
  aspect-ratio: 1;
  cursor: pointer;
  background: url(../img/header-lang.svg) no-repeat center/contain;
}
.lang_items {
  position: absolute;
  right: 0;
  top: 100%;
  padding: 8px;
  background-color: #f2f9f5;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
.lang_items.active {
  opacity: 1;
  pointer-events: all;
  transform: translateY(1rem);
}
.lang_items li {
  margin-bottom: 6px;
}
.lang_items li:last-child {
  margin-bottom: 0;
}
.lang_items a {
  display: block;
  text-align: center;
  color: #000;
  transition: all .3s;
  white-space: nowrap;
  padding: 8px 20px;
}
.lang_items a:hover, .lang_items .active a {
  color: #fff;
  background-color: var(--theme_color);
}


.about_adventure{
  background-color: #f2f9f5 !important;
}
.box_content{
  background-color: #f2f9f5 !important;
}
.page-id-16769 footer{
  background-color: #f2f9f5;
}

.button.button_c{
  background-color: var(--theme_color);
  color: white;
  display: inline-block;
}

.page-id-16769 .about_adventure::after{
  display: none;
}


#sytech-newsletter-subscription { 
  display: grid;
  margin: 0 auto 1rem;
  max-width: 400px;
  grid-template-columns: 1fr auto
}

#sytech-newsletter-subscription input[type="email"] {
  color: var(--title_color);
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  padding: 0 1rem;
  width: 100%;
}

#sytech-newsletter-subscription input[type="email"]::placeholder {
  color: #565656
}

#sytech-newsletter-subscription input[type="submit"] {
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.3s;
  padding: 12px 20px;
  background-color: var(--subtheme_color);
}

#sytech-newsletter-subscription input[type="submit"]:hover {
  background-color: var(--theme_color)
}
form#sytech-newsletter-subscription p.failed:before, form#sytech-newsletter-subscription p.success:before{
  filter: brightness(20);
}
.tax-products_country {
  background-color: rgb(245, 255, 249);
}

.tax-products_country .filter_form > .flex div:nth-child(2),
.tax-products_country .filter_form > .flex div:nth-child(4),
.tax-products_country .tours_bird_list .head{
  display: none;
}

.tax-products_country .country_header h1{
  padding: 5rem 0 1rem;
  font-size: 34px;
}
.banner_copy_right{
  font-size: 12px;
  display: flex;
  align-items: center;
}

.tax-products_country .list-con .product_list + .flex{
  display: none;
}

.country_header .breadcrumbs{
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 2rem;
  align-items: center;
}
.country_header .breadcrumbs a{
  font-size: 18px; 
  transition: all 0.3s;
}
.country_header .breadcrumbs a:hover{
  color: var(--subtheme_color);
  text-decoration: underline;
}

.mega-menu-wrapper {
  padding: 20px;
  font-family: sans-serif;
  max-width: 1200px;
  margin: auto;
}

.mega-menu-wrapper h3 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
}


.mega-menu-wrapper .column {
  flex: 1;
  min-width: 200px;
}

.mega-menu-wrapper .column strong {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

.mega-menu-wrapper .column ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  display: grid;
  gap: 0 30px;
  grid-template-columns: repeat(4, 1fr);
}

.mega-menu-wrapper .column li {
  margin-bottom: 6px;
  color: #555;
  cursor: pointer;
  transition: color 0.2s ease;
}
.mega-menu-wrapper .column li a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  margin-right: 6px;
  background: var(--icon) no-repeat center/contain;
}
.mega-menu-wrapper .column li:hover {
  color: #000;
  text-decoration: underline;
}
.tour-mega-menu{
  position: fixed;
  top: 173px;
  background-color: #ffffff; 
  width: max-content;
  box-shadow: 0 4px 6px #eee;
  z-index: -1;
  /* overflow: hidden; */
  opacity: 0;
  transition: all .3s;
  padding: 0 2rem 1rem;
  left: 50%;
  transform: translateX(-50%);
}
.tour-mega-menu:before{
  content: "";
  display: inline-block;
  position: absolute;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent white transparent;
  left: 270px;
  bottom: 100%;
  z-index: 5;
}
/* .single-report .tour-mega-menu:before{
  left: 500px;
}
.page-template-template-reports .tour-mega-menu:before{
  left: 420px;
} */

.tour-mega-menu.active{
  opacity: 1;
  z-index: 999;
  top: 113px;
  visibility: visible;
}
html[lang].uk-notouch{
  margin: 0 !important;
}
section > .mega-menu-wrapper{
  display: none!important;
}


.bread_arrow{
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url('../img/arrow-sanjiao.svg') no-repeat center/contain;
}

.country_header .breadcrumbs .breadcrumb_last{
  color: var(--theme_color);
}

.tour-mega-menu{
  padding-left: 2rem;
}
.breadcrumbs > span{
  display: flex;
  align-items: center;
}
.breadcrumbs > span > span:after{
  display: inline-block;
  content: "";
  width: 23px;
  height: 23px;
  background: url('../img/arrow-sanjiao.svg') no-repeat center/contain;
}
.breadcrumbs > span > span.breadcrumb_last:after{
  display: none;
}
.breadcrumbs > span > span.breadcrumb_last{
  color: var(--theme_color);
}
.breadcrumbs a:hover{
  color: var(--subtheme_color);
  text-decoration: underline;
}
.breadcrumbs > span > span{
  display: flex;
  align-items: center;
}

.country_introduction {
  margin-top: 32px;
  text-align: justify;
  color: rgba(22, 22, 22, .76);
  font-size: 17px;
  line-height: 2rem;
}

section.about_enjoy {
    padding-bottom: 80px;
}
.tours_bird_list_author {
    display: none;
}
.menu-header-container + .img {
    display: none;
}
.home .tours_bird_list .content {
    padding-top: 3rem;
    border-top: 2px solid rgb(222, 223, 228);
}
section.about_adventure .content {
    padding-top: 3rem;
}

.year-divider{
  grid-column: span 3;
  text-align: center;
  position: relative;
  font-size: 22px;
  font-weight: 500;
}
.year-divider:before{
  content: "";
  width: 45%;
  height: 3px;
  background-color: var(--subtheme_color);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.year-divider:after{
  content: "";
  width: 45%;
  height: 3px;
  background-color: var(--subtheme_color);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}