@charset "UTF-8";

:root{
  --gold-color: #B89E70;
  --dark-gold-color: #FF6A47;

  --blue-color: #1F3588;
  --dark-blue-color: #0C121C;

  --black-color: #201A2D;
  --grey-color: #898989;

  --shadow: 0 5px 23px rgba(0,0,0,.1);

  --cubic: cubic-bezier(.25,1.1,.7,.99);
  --cubic2: cubic-bezier(.47,0,.6,1);

  --font-size: 21px;

  --swiper-theme-color: #FF6A47;
  --swiper-pagination-bullet-width: 13px;
  --swiper-pagination-bullet-height: 13px;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: #fff;
}

/* default */
*{margin:0; padding:0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;}
ul{list-style:none;}
a, img{text-decoration:none; border:none; color: inherit;}
img{border:0; vertical-align:top; width:100%; height: auto;}
img[src=""] {display: none;}
.unselect{-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-o-user-select: none;user-select: none;}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}

.clearfix:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}
/*html, body{
  overflow-x: hidden;
  max-width: 100vw;
}*/
body{
  background: white; 
  overflow-x: hidden;
  color: var(--black-color);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-backface-visibility:hidden; 
  font-family: 'Inter','Noto Sans TC', "PingFang TC" ,"儷黑 Pro", "Microsoft JhengHei", "微軟正黑體", STHeiti,"Heiti TC Medium", Apple LiGothic, Helvetica, Helvetica Neue, Arial,"PMingLiu", "新細明體" !important;
  font-size: var(--font-size);
  color: var(--black-color);
}

.hidden{display: none;}

input{box-shadow: none;border:none;outline: none;}
input:focus{outline: none;-webkit-tap-highlight-color:rgba(0,0,0,0);}
input::placeholder{color:#231815;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {-webkit-appearance:none;}
button{box-shadow: none;border:none;outline: none;border-radius: 0;}

.sns a{width: 22px; height: 22px; filter: brightness(1.0); transition: filter 100ms linear;}
.sns a:hover{filter: brightness(1.2);}
.sns a.ic-fb{background: url(../images/ic_fb.png) center center no-repeat; background-size: contain;}
.sns a.ic-ig{background: url(../images/ic_ig.png) center center no-repeat; background-size: contain;}
.sns a.ic-whatsapp{background: url(../images/ic_whatsapp.png) center center no-repeat; background-size: contain;}


#root{
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

header{
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}
header .header-wrapper{
  display: flex;
  width: 1440px;
  margin:0 auto;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
}
.header-lt{
  display: flex;
  align-items: center;
}
.header-lt{

}
.logo-annualdinner{
  width: 160px;
  margin-right: 50px;
}
.lang-options{
  font-size: calc(var(--font-size) * 0.8);
  color: var(--blue-color);
}
.lang-options a{
  font-weight: 600;
  margin-right: 5px;
}
.lang-options a:hover{
  color: var(--gold-color);
}
.lang-options a + a{
  margin-left: 5px;
}
.header-rt{

}
.header-rt nav ul{
  display: flex;
  font-size: calc(var(--font-size) * 1);
  font-weight: 600;
  gap:0 60px;
  flex-wrap: wrap;
  color: var(--blue-color);
}
.header-rt nav ul li a{
  position: relative;  
}
.header-rt nav ul li a:hover{
  color: var(--gold-color);
}
li.sns{
  display: flex;
  gap:20px;
  margin-left: 20px;
}
li.sns a{
  display: block;
}
.header-rt nav ul li a.highlight:after,
.header-rt nav ul li a:hover:after,
.photoswiper-title:after{
  content: '';
  position: absolute;
  display: block;
  bottom: -17px;
  width: 54px;
  height: 6px;
  background-color: var(--gold-color);
  border-radius: 3px;
  left: 50%;
  transform: translate(-50%,0);
}
.mobile{
  display: none;
}

.headbanner{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 36.458%;
  overflow: hidden;
}
.home-headbanner{
  padding-bottom: 46.875%;
}
.headbanner .title{
  font-size: calc(var(--font-size) * 3.5);
  font-weight: 600;
  position: absolute;
  z-index: 3;
  color:#fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1440px;
  max-width: 100%;
}
.headbanner .title p{

}
.headbanner:after{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: rgb(7,21,73);
  background: linear-gradient(90deg, rgba(7,21,73,1) 0%, rgba(31,53,136,0) 65%);
  content: '';
}
.headbanner-img-swiper, .headbanner:not(.home-headbanner) .headbanner-img{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.headbanner-pagination{
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 30px;
  display: flex;
  gap: 0 10px;
  width: 1440px;
  max-width: 100%;
  transform: translate(-50%, 0);
  justify-content: flex-end;
}
.headbanner-pagination .hp{
  width: 50px;
  height: 5px;
  background-color: #fff;
  opacity: .5;
  transition: opacity 300ms linear;
}
.headbanner-pagination .hp.highlight{
  opacity: 1;
}
.headbanner-img{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.service-highlight,
.contact-us,
.content-block,
.contact-info-container,
.blog-lists,
.breadcrumb,
.blog-article-detail,
.blog-prevnext,
.work-filter-bar,
.photo-album-lists{
  max-width: 100%;
  width: 1280px;
  margin:200px auto 240px;
  position: relative;
}
/*.service-highlight:before,
.content-block:before,
.blog-article-detail-headline:before{
  content: '';
  position: absolute;
  width: 80px;
  height: 19px;
  background: url(../images/bg_shape1.png) center center no-repeat;
  background-size: contain;
  left: -310px;
  top: 180px;
}
.service-highlight:after,
.content-block:after,
.blog-article-detail-title:after{
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  background: url(../images/bg_shape2.png) center center no-repeat;
  background-size: contain;
  right: -220px;
  bottom: 0;
}*/
.section-title{
  font-weight: 700;
  font-size: calc(var(--font-size) * 2.5);
  color: var(--blue-color);
  position: relative;
  margin-bottom: 30px;
}
/*.section-title:after,
.order-head:after,
.blog-article-detail-headline:after{
  content: '';
  position: absolute;
  width: 77px;
  height: 77px;
  background: url(../images/title_dot.png) center center no-repeat;
  background-size: contain;
  top: -7px;
  left: -140px;
}*/
.section-description{
  font-size: calc(var(--font-size) * 1.1);
  color: var(--grey-color);
  margin: 37px 0;
}
.service-highlight-lists{
  font-size: calc(var(--font-size) * 1.4);
  font-weight: 700;
  margin-bottom: 60px;
}
.service-highlight-lists li{
  margin-bottom: 12px;
}
.service-highlight .section-description{
  width: 45%;
}
.service-highlight-img{
  border-radius: 27px;
  width: 40%;
  height: 85%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.absolute-img{
  position: absolute;
  bottom: 0;
  right: 0;
}
.service-highlight-img:before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 80px 80px 0 0;
  border-color: #fff transparent transparent transparent;
}
.service-highlight-img:after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 80px 80px;
  border-color: transparent transparent #fff transparent;
}
.view-more{
  padding:24px 90px 24px 50px;
  display: inline-block;
  position: relative;
  border-radius: 50em;
  color:#fff;
  font-weight: 500;
  font-size: calc(var(--font-size) * 1.1);
  line-height: 1;
  background: rgb(7,21,73);
  filter: brightness(1.0);
  transition: filter 100ms linear;
  background: linear-gradient(90deg, rgba(7,21,73,1) 0%, rgba(31,53,136,1) 65%);
}
.view-more:after{
  content: '';
  width: 28px;
  height: 21px;
  background: url(../images/arrow_lt.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 46px;
  top: 50%;
  transform: translate(0, -50%);
  transition: transform 150ms linear;
}
.view-more:hover{
  filter: brightness(1.5);
}
.view-more:hover:after{
  transform: translate(3px, -50%);
}
.show-case{
  position: relative;
  width: 100%;
  max-width: 100%;
}
.show-case .section-title, .show-case .section-description{
  max-width: 100%;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.show-case-swiper{
  width: 100%;
  padding-bottom: 50px;
}
.show-case-slide{
  width: 100%;
  width: 1280px;
  position: relative;
  color: #fff;
}
.show-case-slide .text-info{
  z-index: 2;
  position: relative;
  font-size: calc(var(--font-size) * 1);
  width: 100%;
}
.show-case-slide .type{
  font-weight: 600;
}
.show-case-slide .title{
  font-size: calc(var(--font-size) * 2);
  font-weight: 700;
}
.show-case-slide .description{
  margin-top: 25px;
  max-width: 40%;
}
.show-case-content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding:80px 70px;
}
.show-case-content .view-more{
}
.show-case-slide:after{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 50px;
  border: 10px solid var(--blue-color);
  z-index: -1;
  transform: translate(0,0);
  transition: transform 300ms linear;
}
.show-case-slide.swiper-slide-active:after{
  transform: translate(-40px, 40px);
}
.show-case-img{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position:  center center;
  background-repeat: no-repeat;
  border-radius: 30px;
  overflow: hidden;
}
.show-case-img:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  background: linear-gradient(90deg, rgba(7,21,73,1) 0%, rgba(31,53,136,0) 65%);
}
.contact-us-block{
  border-radius: 13px;
  width: 100%;
  height: 615px;
  background: rgb(184,158,112);
  background: linear-gradient(349deg, rgba(184,158,112,1) 0%, rgba(226,195,139,1) 60%);
  display: flex;
  overflow: hidden;
  margin-top: 55px;
}
.contact-us-img{
  flex: 0 0 40%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
}
.contact-us-img:after{
  width:0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 15%;
  border-style: solid;
  border-width: 0 0 43px 35px;
  border-color: transparent transparent #ccb07d transparent;
  content: '';
  z-index: 1;
}
.contact-us-block input{
  -webkit-appearance:none;
  appearance: none;
  background: none;
  border-bottom:1px solid #fff;
  height: 40px;
  line-height: 36px;
  width: 100%;
  margin-bottom: 40px;
  color: #fff;
  font-size: calc(var(--font-size) * 1);
  font-family: 'Inter','Noto Sans TC', "PingFang TC" ,"儷黑 Pro", "Microsoft JhengHei", "微軟正黑體", STHeiti,"Heiti TC Medium", Apple LiGothic, Helvetica, Helvetica Neue, Arial,"PMingLiu", "新細明體" !important;
}
.contact-us-form{
  padding:60px 60px 0;
}
.contact-us-fields{
  display: flex;
  flex-wrap: wrap;
  gap:0 10%;
}
.contact-us-field label{
  position: absolute;
  left: 0;
  z-index: 1;
  color:#fff;
  line-height: 32px;
  height: 40px;
  font-size: calc(var(--font-size) * 1);
  pointer-events: none;
  transform: translate(0,0);
  transition: transform 150ms linear;
}
.contact-us-block input:focus + label,
.contact-us-block input.filled + label,
.contact-us-block textarea:focus + label,
.contact-us-block textarea.filled + label{
  font-size: calc(var(--font-size) * .6);
  transform: translate(0,-20px);
}
.contact-us-field{
  position: relative;
}
.contact-us-field.col-2{
  flex:0 0 45%;
}
.contact-us-field.col-1{
  flex:0 0 100%;
}
textarea{
  -webkit-appearance:none;
  appearance: none;
  background-color: transparent;
  border:0;
  width: 100%;
  resize: none;
  outline: none;
  line-height: 1.5;
  color: #fff;
  padding-top: 5px;
  font-size: calc(var(--font-size) * 1);
  font-family: 'Inter','Noto Sans TC', "PingFang TC" ,"儷黑 Pro", "Microsoft JhengHei", "微軟正黑體", STHeiti,"Heiti TC Medium", Apple LiGothic, Helvetica, Helvetica Neue, Arial,"PMingLiu", "新細明體" !important;
}
.btn-send{
  cursor: pointer;
  right: 50px;
  bottom: 0;
  transform: translate(0,50%);
  width: auto;
  height: auto;
  border:none;
  box-shadow: none;
  position: absolute;
  padding:24px 110px 24px 70px;
  display: inline-block;
  border-radius: 50em;
  color:#fff;
  font-weight: 500;
  font-size: calc(var(--font-size) * 1.1);
  line-height: 1;
  background: rgb(7,21,73);
  filter: brightness(1.0);
  transition: filter 100ms linear;
  background: #725A26;
}
.btn-send:after{
  content: '';
  width: 30px;
  height: 30px;
  background: url(../images/ic_send.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 66px;
  top: 50%;
  transform: translate(0, -50%);
  transition: transform 150ms linear;
}
.btn-send:hover{
  filter: brightness(1.3);
}
footer{
  width: 100%;
  background-color: var(--dark-blue-color);
  color: #fff;
}
.footer-top,
.footer-middle,
.footer-bottom{
  width: 1440px;
  max-width: 100%;
  margin:0 auto;
}
.footer-top{
  display: flex;
  justify-content: space-between;
  padding: 20px 0 60px;
  align-items: center;
}
.footer-middle{
  font-size: calc(var(--font-size) * .8);
  padding-bottom: 60px;
}
.footer-bottom{
  font-size: calc(var(--font-size) * .7);
}
.footer-lt{
  display: flex;
  align-items: center;
  flex: 1 1 auto;
}
.footer-lt .logo-annualdinner{
  flex: 0 0 160px;
}
.footer-rt ul{
  display: flex;
  gap: 0 60px;
}
.footer-bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--blue-color);
}
.footer-bottom .copyright{
  padding: 40px 0;
}
.footer-bottom .sns{
  display: flex;
  gap:0 30px;
}
.footer-middle .contact-info > *{
  padding-left: 50px;
  position: relative;
  margin-bottom: 21px;
  line-height: calc(var(--font-size) * 1.5);
}
.footer-middle .contact-info > *:after{
  content: '';
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0;
  left: 0;
}
.footer-middle .contact-info .ic-tel:after{
  background: url(../images/ic_tel.png) center center no-repeat;
  background-size: contain;
}
.footer-middle .contact-info .ic-mail:after{
  background: url(../images/ic_email.png) center center no-repeat;
  background-size: contain;
}
.footer-middle .contact-info .ic-address:after{
  background: url(../images/ic_location.png) center center no-repeat;
  background-size: contain;
}
.footer-middle .contact-info > *:after{
  width: 22px;
  height: 22px;
}
.footer-middle .contact-info > *{
  padding-left: 36px;
  margin-bottom: 12px;
}
.section-content-text{
  margin: 40px 0;
  font-size: calc(var(--font-size) * 1);
  text-align: justify;
  line-height: 1.7;
}
.section-img.absolute-img ~ .section-content-text{
  width: 45%;
}
.section-img.absolute-img{
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  border-radius: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

  height: 0;
  padding-bottom: 30%;
}
.section-img.absolute-img:after{
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  margin: 20px 0 0 20px;
  background: rgb(184,158,112);
  background: linear-gradient(0deg, rgba(184,158,112,1) 0%, rgba(216,204,173,1) 100%);
}
.contact-us.simple{
  background: url(../images/bg_dash.png) left top repeat-x;
  background-size: auto 1px;
  text-align: center;
  padding-top: 50px;
}
.contact-info-container{
  line-height: 1.7;
}
.googlemap{
  margin-top: 50px;
}
.googlemap iframe{
  width: 100% !important;
  height: 400px !important;
}
.order-head{
  color: var(--gold-color);
  font-weight: 700;
  font-size: calc(var(--font-size) * 1.7);
  line-height: 1;
  position: relative;
}
.order-head .year{
  font-size: calc(var(--font-size) * 1.4);
  font-weight: 700;
}
.blog-list{
  margin-top: 50px;
  display: block;
}
.blog-list-wrapper{
  display: flex;
}
.blog-list-thumbnail{
  width: 25%;
  height: 0;
  position: relative;
  padding-bottom: 18.75%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 14px;
  min-width: 34%;
}
.blog-list-thumbnail:after{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  transform: translate(28px,14px);
  width: calc(100% - 14px);
  height: 100%;
  z-index: -1;
  border-radius: 14px;
  background: rgb(184,158,112);
  background: linear-gradient(0deg, rgba(184,158,112,1) 0%, rgba(216,204,173,1) 100%);
}

.blog-list-info{
  margin:14px 0 0 70px;
}
.blog-list-date{
  color: var(--grey-color);
  font-size: calc(var(--font-size) * .9);
}
.blog-list-title{
  font-weight: 700;
  color: var(--blue-color);
  font-size: calc(var(--font-size) * 1.8);
}
.blog-lists .month + .month{
  margin-top: 70px;
  padding-top: 50px;
  background: url(../images/bg_dash.png) left top repeat-x;
  background-size: auto 1px;
}
.blog-list:hover .blog-list-title{
  color: var(--gold-color);
  text-decoration: underline;
}
.breadcrumb{
  margin: 80px auto 40px;
  font-size: calc(var(--font-size) * 1);
}
.blog-article-detail-cover{
  border-radius: 14px;
  margin-bottom: 50px;
  pointer-events: none;
  overflow: hidden;
}
.blog-article-detail-date{
  font-size: calc(var(--font-size) * 1);
  color: var(--grey-color);
  margin-bottom: 10px;
}
.blog-article-detail-title,
.blog-article-detail-text-content h2{
  font-size: calc(var(--font-size) * 2);
  color: var(--blue-color);
  font-weight: 700;
  margin-bottom: 50px;
}
.blog-article-detail-text-content p,
.blog-article-detail-text-content li{
/*  text-align: justify;*/
  font-size: calc(var(--font-size) * 1);
  line-height: 1.75;
  margin-bottom: 2em;
}
.blog-article-detail-text-content ul{
  list-style: initial;
  padding-left: 1em;
}
.blog-article-detail-text-content ol{
  padding-left: 1em;
}
.breadcrumb a{
  font-weight: 600;
}
.blog-article-detail{
  margin:0 auto 80px;
}
.blog-article-detail-text-content img,
.section-img p img{
  border-radius: 14px;
  box-shadow: 14px 14px 0 rgba(184,158,112,1);
  margin:0 28px 58px;
  width: 33%;
  display: inline-block;
}
.blog-article-detail-text-content img.align-center,
.section-img p img.align-center{
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.blog-article-detail-text-content img.full-width,
.section-img p img.full-width{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.blog-article-detail a{
  text-decoration: underline;
  color: var(--blue-color);
}
.blog-article-detail a:hover{
  text-decoration: underline;
  color: var(--gold-color);
}
.blog-prevnext{
  padding:70px 0;
  margin-bottom: 0;
  background: url(../images/bg_dash.png) left top repeat-x;
  background-size: auto 1px;
  display: flex;
  justify-content: space-between;
}
.blog-prevnext + .contact-us{
  margin-top: 0;
}
.blog-prevnext > *{
  flex: 0 0 40%;
}
.blog-prevnext .blog-prev,
.blog-prevnext .blog-next{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-prevnext .blog-prev{
  padding-left: 50px;
}
.blog-prevnext .blog-next{
  padding-right: 50px;
  text-align: right;
}
.blog-prevnext .blog-prev:after,
.blog-prevnext .blog-next:after{
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  top: 50%;
  transform: translate(0,-50%);
}
.blog-prevnext .blog-prev:after{
  left: 0;
  border-width: 7px 15px 7px 0;
  border-color: transparent var(--blue-color) transparent transparent;
}
.blog-prevnext .blog-next:after{
  right: 0;
  border-width: 7.5px 0 7.5px 15px;
  border-color: transparent transparent transparent var(--blue-color);
}
.blog-prevnext .date{
  font-size: calc(var(--font-size) * .8);
  color: var(--grey-color);
}
.blog-prevnext .title{
  font-size: calc(var(--font-size) * 1);
  color: var(--blue-color);
  font-weight: 500;
}
.blog-prevnext > *:hover .title{
  color: var(--gold-color);
  text-decoration: underline;
}
.blog-article-detail-headline{
  position: relative;
}
.blog-article-detail-headline:after{
  top: 0;
}
.content-block[tab-id="A"] + .content-block[tab-id="A"]:before,
.content-block[tab-id="A"] + .content-block[tab-id="A"]:after,
.content-block[tab-id="B"] + .content-block[tab-id="B"]:before,
.content-block[tab-id="B"] + .content-block[tab-id="B"]:after{
  display: none;
}
.service-tabs{
  margin: 100px auto 0;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: calc(var(--font-size) * 1.5);
  font-weight: 700;
  color: #000;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
  padding: 20px 0 30px;
}
.service-tab{
  padding:0 5%;
  position: relative;
  line-height: 1.5;
  cursor: default;
}
.service-tab:not(.highlight){
  cursor: pointer;
}
.service-tab + .service-tab{
  border-left: 1px solid #979797;
}
.service-tab.highlight:after,
.service-tab:not(.highlight):hover:after{
  content: '';
  position: absolute;
  width: 54px;
  height: 6px;
  bottom: -17px;
  left: 50%;
  transform: translate(-50%,0);
  background-color: var(--gold-color);
  border-radius: 3px;
}
.service-tab:not(.highlight):hover{
  color: var(--gold-color);
}
.service-tabs ~ .content-block{
  margin-left: auto !important;
  margin-right: auto !important;
}
.whatsapp-chatbot{
  position: fixed;
  opacity: 1;
  right: 5%;
  bottom: 5%;
  z-index: 2;
}
.whatsapp-chatbot a{
  display: block;
  width: 75px;
  height: 75px;
  background: url(../images/whatsapp.png) center center no-repeat;
  background-size: contain;
  filter: brightness(1.0);
  transition: filter 150ms linear;
}
.whatsapp-chatbot a:hover{
  filter: brightness(1.1);
}
.whatsapp-chatbot .dialogue{
  position: absolute;
  top: -48px;
  left: -54px;
  border-radius: 12px;
  border:1px solid #979797;
  background-color: #fff;
  font-size: 13px;
  color: #000;
  padding: 12px 8px;
  font-weight: 600;
  white-space: nowrap;
  pointer-events: none;
}
.whatsapp-chatbot .dialogue:before,
.whatsapp-chatbot .dialogue:after{
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
}
.whatsapp-chatbot .dialogue:before{
  z-index: 2;
  border-width: 0 12px 10px 0;
  border-color: transparent #fff transparent transparent;
  left: 37px;
  bottom: -10px;
}
.whatsapp-chatbot .dialogue:after{
  z-index: 1;
  border-width: 0 15px 12px 0;
  border-color: transparent #979797 transparent transparent;
  left: 35px;
  bottom: -12px;
}

.work-filter-bar{
  display: flex;
  margin: 150px auto 0;
  gap: 20px;
}
.work-filter-bar > div{
  padding: 20px 50px;
  font-size: calc(var(--font-size) * 1);
  font-weight: 600;
  border-radius: 50em;
  color: #000;
  border: 1px solid #979797;
  cursor: pointer;
}
.work-filter-bar > div:not(.highlight):hover{
  background-color: var(--gold-color);
  color: #fff;
  border: 1px solid #fff;
} 
.work-filter-bar > .highlight{
  background-color: var(--gold-color);
  color: #fff;
  border: 1px solid #fff;
  cursor: default;
}
.photo-album-lists{
  margin: 100px auto;
}
.photo-album-list{
  display: flex;
  gap:0 20px;
  color: #fff;
}
.photo-album-list > div{
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}
.photo-album-list + .photo-album-list{
  margin-top: 5%;
}
.photo-album-big{
  flex:0 0 calc(70% - 20px);
}
.photo-album-smalls{
  flex:1 0 30%;
}
.photo-album-small{
  overflow: hidden;
  border-radius: 14px;
  position: relative;
}
.photo-album-img{
  width: 100%;
  height: 0;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.photo-album-big .photo-album-img{
  padding-bottom: 60%;
}
.photo-album-smalls .photo-album-img{
  padding-bottom: calc(70% - 16px);
}
.photo-album-smalls .photo-album-small + .photo-album-small{
  margin-top: 20px;
}
.photo-album-info{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px;
  z-index: 2;
}
.photo-album-small .more{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: calc(var(--font-size) * 1.7);
  font-weight: 600;
  z-index: 3;
  text-align: center;
}
.photo-album-info .type{
  font-size: calc(var(--font-size) * 1);
  font-weight: 600;
}
.photo-album-info .title{
  font-size: calc(var(--font-size) * 1.7);
  font-weight: 600;
}
.photo-album-info .description{
  font-size: calc(var(--font-size) * 1);
  margin-top: 25px;
  width: 50%;
}
.photo-album-big .photo-album-img:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgb(7,21,73);
  background: linear-gradient(90deg, rgba(7,21,73,1) 0%, rgba(31,53,136,0) 65%);
}
.photo-album-big .photo-album-img,
.photo-album-small .photo-album-img{
  transition: transform 600ms var(--cubic2);
}
.photo-album-list .photo-album-big:hover .photo-album-img,
.photo-album-list .photo-album-small:hover .photo-album-img{
  transform: scale(1.05);
}
.photo-album-list .photo-album-small + .photo-album-small:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0,0,0,.3);
}
.photoswiper-container{
  position: fixed;
  background: rgba(255,255,255,.95);
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(10px);
}
.photoswiper{
  height: calc(100% - 200px);
}
.photoswiper-slide{
  display: flex;
  align-items: center;
}
/*.photoswiper:after{
  position: absolute;
  bottom: 0; 
  left: 43px;
  width: 77px;
  height: 77px;
  background: url(../images/title_dot.png) center center no-repeat;
  background-size: contain;
  content: '';
}*/
.photoswiper-title{
  padding: 30px 50px;
  font-size: calc(var(--font-size) * 1.3);
  font-weight: 600;
  width: calc(100% - 100px);
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.photoswiper-close{
  position: absolute;
  top: 25px;
  right: 35px;
  height: 32px;
  padding-left: 32px;
  background: url(../images/ic_close.png) left center no-repeat;
  background-size: contain;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.photoswiper-caption{
  flex:1 0 40%;
  order: 1;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.photoswiper-caption p{
  flex: 0 0 50%;
  line-height: 2;
}
.photoswiper-img{
  height: 0;
  padding-bottom: 33.75%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  flex:0 1 60%;
  order: 2;
  z-index: 2;
}
.photoswiper-pagination{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap:0 50px;
}
.ps-p-count{
  display: flex;
  gap: 0 10px;
  font-size: calc(var(--font-size) * 1);
  font-weight: 600;
}
.ps-prev,.ps-next{
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.ps-prev:after,.ps-next:after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 0;
  height: 0;
  border-style: solid;
}
.ps-prev:after{
  border-width: 10px 20px 10px 0;
  border-color: transparent #000 transparent transparent;
}
.ps-next:after{
  border-width: 10px 0 10px 20px;
border-color: transparent transparent transparent #000;
}
.swiper-button-disabled{
  opacity: .25;
}
.photoswiper-title:after{
  left: 50px;
  bottom: 12px;
  transform: translate(0,0);
}

.notfound-container{
  margin:0 auto;
  padding:50px 0 100px;
  text-align: center;
  max-width: 90%;
}
.notfound-head{
  border-radius: 12px;
  border:1px dashed #979797;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--dark-blue-color);
  max-width: 100%;
  width: 525px;
  margin:0 auto 50px;
}
.notfound-head .error-code-big{
  font-size: calc(var(--font-size) * 5);
  font-weight: 900;
}
.notfound-head .description{
  margin-top: 10px;
  font-size: calc(var(--font-size) * 1.5);
}
.notfound-description{
  font-size: var(--font-size);
  line-height: 1.5;
  margin-bottom: 60px;
}
.popup-block{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-40%);
  z-index: 2;
  width: 660px;
  max-width: 90%;
  height: 500px;
  max-height: 90vh;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 10px 41px rgba(0,0,0,.17);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  will-change: transform, opacity, visibility;
}
.popup-block.show{
  opacity: 1;
  visibility: visible;
  transform: translate(-50%,-50%);
  pointer-events: all;
}
.thankyou-popup:after{
  width: 100%;
  background-color: #725A26;
  height: 13px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.popup-wrapper{
  display: flex;
  width: 90%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.thankyou-popup .popup-wrapper{
  padding-top: 13px;
}
.popup-block .header-with-icon{
  display: flex;
  flex-direction: column;
  font-size: calc(var(--font-size) * 2);
  font-weight: 700;
  color: #898989;
  position: relative;
  align-items: center;
}
.popup-block .header-with-icon:before{
  content: '';
  width: 93px;
  height: 93px;
  background: url(../images/ic_tick.png) no-repeat;
  background-size: contain;
  display: block;
  margin-bottom: 25px;
}
.popup-block .description{
  font-size: var(--font-size);
  color:#898989;
  margin-top: 13px;
}
.popup-block .close-button{
  margin-top: 60px;
  padding: 24px 50px 24px 50px;
  display: inline-block;
  position: relative;
  border-radius: 50em;
  color: #fff;
  font-weight: 500;
  font-size: calc(var(--font-size) * 1.1);
  line-height: 1;
  background: rgb(7,21,73);
  filter: brightness(1.0);
  transition: filter 100ms linear;
  background: linear-gradient(90deg, rgba(7,21,73,1) 0%, rgba(31,53,136,1) 65%);
  cursor: pointer;
}
.popup-block .close-button:hover{
  filter: brightness(1.3);
}
.thankyou-popup .close-button{
  background: #725A26;
}
.popup-show{
  max-height: 100vh;
  max-width: 100vw;
  overflow: hidden;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
@media only screen and (min-width: 1921px){
  .show-case-swiper{
    position: relative;
  }
  .show-case-swiper:before,.show-case-swiper:after{
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    background: #fff;
    z-index: 2;
    content: '';
  }
  .show-case-swiper:before{
    left: 0;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  }
  .show-case-swiper:after{
    right: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  }
}
@media only screen and (max-width: 1920px){

}
@media only screen and (max-width: 1600px){
  :root{
    --font-size: 18px;
  }
  .service-highlight:before,
  .service-highlight:after,
  .content-block:before,
  .content-block:after,
  .blog-article-detail-headline:before,
  .blog-article-detail-title:after{
    display: none;
  }
}
@media only screen and (max-width: 1440px){
  :root{
    --font-size: 16px;
  }
  header .header-wrapper,
  .headbanner .title,
  .headbanner-pagination{
    width: 1280px;
  }
  .logo-annualdinner{
    width: 120px;
  }
  .header-rt nav ul li a:hover:after,
  .header-rt nav ul li a.highlight:after,
  .photoswiper-title:after,
  .service-tab.highlight:after,
  .service-tab:not(.highlight):hover:after{
    width: 34px;
    height: 4px;
  }
  .service-highlight,
  .contact-us,
  .content-block,
  .blog-lists,
  .contact-info-container{
    margin:150px auto 220px;
  }
  .service-highlight,
  .contact-us,
  .blog-lists,
  .breadcrumb,
  .blog-article-detail,
  .blog-prevnext,
  .show-case .section-title,
  .show-case .section-description,
  .work-filter-bar,
  .photo-album-lists{
    width: 1024px;
  }
  .section-description{
    margin: 30px 0;
  }
  .service-highlight-lists li{
    margin-bottom: 10px;
  }
  .service-highlight-lists{
    margin-bottom: 50px;
  }
  .show-case-content{
    padding:65px 55px;
  }
  .show-case-img{
    border-radius: 24px;
  }
  .show-case-slide.swiper-slide-active:after{
    border-radius:36px;
    border-width: 8px;
    transform: translate(-30px,30px);
  }
  .view-more:after{
    width: 24px;
    height: 20px;
    right: 35px;
  }
  .btn-send:after{
    width: 26px;
    height: 26px;
    right: 50px;
  }
  .view-more{
    padding:22px 70px 22px 36px;
  }
  .btn-send{
    padding:22px 90px 22px 50px;
  }
  .popup-block .close-button{
    padding:22px 50px; 
  }
  .service-highlight-img:before{
    border-width: 60px 60px 0 0;
  }
  .service-highlight-img:after{
    border-width: 0 0 60px 60px;
  }
  .service-highlight-img{
    border-radius: 22px;
  }
  .contact-us-block{
    height: 555px;
  }
  .contact-us-form{
    padding: 50px 50px 0;
  }
  .footer-top, .footer-middle, .footer-bottom{
    width: 1280px;
  }
  .sns a{
    width: 22px;
    height: 22px;
  }
  .footer-bottom .sns{
    gap: 0 20px;
  }
  .section-title:after,
  .order-head:after{
    left: -112px;
    width: 64px;
    height: 64px;
  }
  .service-highlight-img:before{
    top: -1px;
    left: -1px;
  }
  .service-highlight-img:after{
    bottom: -1px;
    right: -1px;
  }
  .footer-lt .logo-annualdinner{
    flex: 0 120px;
  }
  .service-tabs{
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1280px){
  header .header-wrapper,
  .headbanner .title,
  .headbanner-pagination{
    width: 1024px;
  }
  .logo-annualdinner{
    width: 100px;
  }
  .footer-lt .logo-annualdinner{
    flex: 0 100px;
  }
  .service-highlight,
  .contact-us,
  .content-block,
  .blog-lists,
  .contact-info-container{
    margin:130px auto 200px;
  }
  .service-highlight,
  .contact-us,
  .show-case .section-title,
  .show-case .section-description,
  .content-block,
  .breadcrumb,
  .blog-lists,
  .blog-article-detail,
  .blog-prevnext,
  .contact-info-container,
  .work-filter-bar,
  .photo-album-lists{
    width: 920px;
  }
  .show-case-content{
    padding:50px;
  }
  .show-case-slide.swiper-slide-active:after{
    border-radius:32px;
  }
  .contact-us-block{
    height: 465px;
  }
  .contact-us-form{
    padding: 30px 45px 0;
  }
  .contact-us-block input{
    margin-bottom: 30px;
  }
  .footer-top, .footer-middle, .footer-bottom{
    width: 1024px;
  }
  .contact-us-img:after{
    border-width: 0 0 33px 25px;
  }
  .footer-top{
    padding: 20px 0 40px;
  }
  .headbanner .title{
    font-size: calc(var(--font-size) * 3);
  }
  .blog-list-thumbnail{
    border-radius: 10px;
  }
  .blog-list-thumbnail:after{
    border-radius: 10px;
    transform: translate(20px,10px);
    width: calc(100% - 10px);
  }
  .blog-list-info{
    margin-left: 60px;
  }
  .work-filter-bar{
    margin-top: 100px;
    gap: 15px;
  }
  .work-filter-bar > div {
    padding: 18px 40px;
  }
  .photo-album-lists{
    margin:60px auto;
  }
  .photo-album-info{
    padding: 35px;
  }
  .photo-album-info .description{
    width: 60%;
  }
}
@media only screen and (max-width: 1024px){
  :root{
    --font-size: 14px;
  }
  header .header-wrapper,
  .headbanner .title,
  .headbanner-pagination{
    width: 100%;
    padding: 0 2%;
  }

  li.sns{
    gap:15px;
    margin-left: 10px;
  }
  li.sns a{
    width: 18px;
    height: 18px;
  }
  .header-rt nav ul{
    gap: 0 40px;
  }
  .logo-annualdinner{
    margin-right: 22px;
  }
  .service-highlight,
  .contact-us,
  .content-block,
  .blog-lists,
  .contact-info-container{
    margin: 100px auto 160px;
  }

  /*.service-highlight:after{
    right: -90px;
    width: 13px;
    height: 13px;
  }
  .service-highlight:before{
    width: 50px;
    height: 19px;
    top: 120px;
    left: -140px;
  }*/
  .section-title:after,
  .order-head:after,
  .blog-article-detail-headline:after{
    left: -92px;
    width: 50px;
    height: 50px;
  }
  .service-highlight,
  .contact-us,
  .content-block,
  .breadcrumb,
  .blog-lists,
  .blog-article-detail,
  .blog-prevnext,
  .contact-info-container,
  .show-case .section-title,
  .show-case .section-description,
  .work-filter-bar,
  .photo-album-lists{
    width: 768px;
  }
  .section-img.absolute-img{
    border-radius: 10px;
  }
  .section-img.absolute-img:after{
    margin: 12px 0 0 12px;
    border-radius: 10px;
  }
  .section-description{
    margin: 25px 0;
  }
  .service-highlight-lists li{
    margin-bottom: 6px;
  }
  .show-case-content{
    padding:40px;
  }
  .show-case-slide.swiper-slide-active:after{
    border-radius:25px;
  }
  .contact-us-block{
    height: 405px;
    margin-top: 35px;
  }
  .contact-us-form{
    padding: 30px 45px 0;
  }
  .contact-us-block input{
    margin-bottom: 24px;
    height: 34px;
    line-height: 30px;
  }
  .contact-us-field label{
    line-height: 30px;
  }
  .footer-top, .footer-middle, .footer-bottom{
    width: 100%;
    padding: 0 5%;
  }
  .contact-us-img:after{
    border-width: 0 0 33px 25px;
  }
  .footer-top{
    padding: 20px 5% 30px 5%;
  }
  .headbanner .title{
    font-size: calc(var(--font-size) * 3);
  }
  .view-more:after {
    width: 20px;
    height: 16px;
    right: 36px;
  }
  .btn-send:after {
    width: 24px;
    height: 21px;
    right: 38px;
  }
  .footer-middle{
    padding-bottom: 40px;
  }
  .footer-middle .contact-info > *:after{
    width: 18px;
    height: 18px;
  }
  .btn-send {
    padding: 22px 72px 22px 40px;
  }
  .popup-block .close-button{
    padding: 22px 40px;
  }
  .footer-rt ul{
    gap: 0 50px;
  }
  .footer-middle .contact-info > * {
    padding-left: 32px;
    margin-bottom: 10px;
  }
  .section-img.absolute-img ~ .section-content-text{
    margin: 30px 0;
  }
  .blog-list{
    margin-top: 40px;
  }
  .blog-article-detail-cover{
    margin-bottom: 36px;
  }
  .blog-article-detail-date{
    margin-bottom: 6px;
  }
  .blog-article-detail-title,
  .blog-article-detail-text-content h2{
    margin-bottom: 30px;
  }
  .blog-article-detail-text-content img,
  .section-img p img{
    border-radius: 10px;
    box-shadow: 10px 10px 0 rgba(184,158,112,1);
    margin: 0 18px 18px;
  }
  .blog-article-detail{
    margin-bottom: 40px;
  }
   .blog-prevnext{
     margin-top: 100px;
   }
   .blog-prevnext{
    padding:40px 0;
   }
   .blog-prevnext .blog-prev:after{
    border-width: 5px 10px 5px 0;
   }
   .blog-prevnext .blog-next:after{
    border-width: 5px 0 5px 10px;
   }
   .blog-prevnext .blog-next{
    padding-right: 40px;
   }
   .blog-prevnext .blog-prev{
    padding-left: 40px;
   }
   .work-filter-bar{
      margin-top: 80px;
      gap: 10px;
    }
    .work-filter-bar > div {
      padding: 16px 28px;
    }
    .photo-album-lists{
      margin:50px auto;
    }
    .photo-album-info{
      padding: 30px;
    }
    .photoswiper-caption p{
      flex:0 0 80%;
    }
    .photoswiper:after{
      width: 60px;
      height: 60px;
    }
    .photoswiper {
      height: calc(100% - 150px);
    }
}
@media only screen and (max-width: 768px){
  :root{
    --font-size: 12px;
  }
  .logo-annualdinner {
    width: 80px;
    margin-right: 12px;
  }
  .footer-lt .logo-annualdinner{
    flex: 0 0 80px;
  }
  .lang-options{
    font-size: 12px;
  }
  .header-rt nav ul,
  .footer-rt ul{
    gap: 0 30px;
  }
  li.sns a {
    width: 16px;
    height: 16px;
  }
  .headbanner .title{
    font-size: calc(var(--font-size) * 2.5);
  }
  .headbanner-pagination{
    gap: 0 5px;
    bottom: 20px;
  }
  .headbanner-pagination .hp{
    width: 34px;
    height: 3px;
  }
  .service-highlight, .contact-us, 
  .show-case .section-title,
  .content-block,
  .breadcrumb,
  .blog-lists,
  .blog-article-detail,
  .contact-info-container,
  .show-case .section-description,
  .work-filter-bar,
  .photo-album-lists{
    width: 100%;
    padding: 0 5%;
  }
  .section-title{
    font-size: calc(var(--font-size) * 2);
  }
  .section-img.absolute-img ~ .section-content-text{
    margin: 20px 0;
  }
  .section-img.absolute-img{
    right: 5%;
    width: 40%;
  }
  .section-description {
    margin: 20px 0;
  }
  .service-highlight-lists{
    margin-bottom: 32px;
  }
  .service-highlight, .contact-us {
    margin: 70px auto 120px;
  }
  .view-more {
    padding: 20px 60px 20px 30px;
  }
  .btn-send {
    padding: 20px 66px 20px 40px;
    right: 60px;
  }
  .popup-block .close-button{
    padding: 20px 40px;
  }
  .view-more:after {
    width: 17px;
    height: 15px;
    right: 36px;
  }
  .btn-send:after {
    width: 19px;
    height: 19px;
  }
  .service-highlight-img {
    border-radius: 14px;
  }
  .service-highlight-img:before {
    border-width: 46px 46px 0 0;
  }
  .service-highlight-img:after {
    border-width: 0 0 46px 46px;
  }
  .absolute-img{
    right: 5%;
  }
  .service-highlight:after{
    right: 20px;
  }
  .section-title:after,
  .order-head:after{
    left: -62px;
    width: 40px;
    height: 40px;
  }
  .show-case .section-title:after{
    left: calc(-62px + 5%);
  }
  .show-case-img {
    border-radius: 18px;
  }
  .show-case-slide.swiper-slide-active:after {
    border-radius: 18px;
    border-width: 5px;
    transform: translate(-16px,26px);
  }
  .contact-us-form {
    padding: 30px 35px 0;
  }
  .contact-us-block {
    height: 385px;
    margin-top: 30px;
  }
  .contact-us-img:after {
    border-width: 0 0 26px 18px;
  }
  .footer-top {
    padding: 10px 5% 25px 5%;
  }
  .footer-middle {
    padding-bottom: 30px;
  }
  .sns a {
    width: 18px;
    height: 18px;
  }
  .footer-bottom .copyright {
    padding: 26px 0;
  }
  .blog-list{
    margin-top: 40px;
  }
  .blog-list-info {
    margin-left: 45px;
  }
  .blog-lists .month + .month {
    margin-top: 60px;
    padding-top: 40px;
  }
  .breadcrumb{
    margin: 50px auto 20px;
  }
  .blog-article-detail-cover {
    margin-bottom: 26px;
    border-radius: 10px;
  }
  .blog-article-detail-title,
  .blog-article-detail-text-content h2{
    margin-bottom: 20px;
  }
  .blog-article-detail-text-content img,
  .section-img p img{
    margin: 0 14px 14px;
  }
  .blog-prevnext {
    padding: 30px 5%;
  }
  .blog-prevnext .title{
    font-size: calc(var(--font-size) * 1.2);
  }
  .blog-prevnext .blog-prev {
    padding-left: 30px;
  }
  .blog-prevnext .blog-next {
    padding-right: 30px;
  }
  .blog-article-detail-headline:after {
    left: -62px;
    width: 45px;
    height: 45px;
  }
  .photoswiper-caption p{
      flex:0 0 90%;
  }
  .photoswiper:after{
    width: 50px;
    height: 50px;
  }
  .photoswiper {
    height: calc(100% - 120px);
  }
  .photoswiper-title{
    padding:20px 30px;
  }
  .photoswiper-close {
    position: absolute;
    top: 15px;
    right: 25px;
  }
  .photoswiper-title:after {
    left: 30px;
  }
  .photoswiper-pagination{
    gap: 0 20px;
  }
  .ps-prev:after{
    border-width: 7px 14px 7px 0;
  }
  .ps-next:after{
    border-width: 7px 0 7px 14px;
  }
}
@media only screen and (max-width: 640px){
  .mobile{
    display: block;
  }
  .logo-annualdinner {
    width: 70px;
  }
  header{
    margin-bottom: 0;
  }
  header .header-wrapper{
    padding: 0 10px;
  }
  .header-rt .nav-container{
    display: none;
  }
  .header-lt .lang-options{
    display: none;
  }
  .home-headbanner {
    padding-bottom: 75%;
  }
  .headbanner .title {
    font-size: calc(var(--font-size) * 2);
  }
  .headbanner-pagination {
    bottom: 14px;
  }
  .headbanner-pagination .hp{
    width: 26px;
    height: 2px;
  }
  .service-highlight,
  .contact-us,
  .content-block,
  .blog-lists,
  .contact-info-container{
    margin: 50px auto 80px;
  }
  .service-highlight .section-description{
    width: 100%;
  }
  .absolute-img{
    position: relative;
    right: unset;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    margin-bottom: 20px;
  }
  .service-highlight-img:before {
    border-width: 32px 32px 0 0;
  }
  .service-highlight-img:after {
    border-width: 0 0 32px 32px;
  }
  .show-case-img {
    border-radius: 10px;
    padding-bottom: 100%;
  }
  .show-case-slide.swiper-slide-active:after {
    border-radius: 10px;
    border-width: 4px;
    transform: translate(-10px,12px);
    width: calc(100% - 12px);
    height: calc(100% - 10px);
  }
  .show-case-content {
    padding: 22px;
  }
  .show-case-slide .title {
    font-size: calc(var(--font-size) * 1.5);
    font-weight: 700;
  }
  .show-case-slide .description{
    margin-top: 15px;
    max-width: 60%;
  }
  .contact-us-block{
    flex-direction: column;
    height: auto;
  }
  .contact-us-img{
    flex: 0 0 150px;
  }
  .contact-us-img:after {
    border-width: 0 0 18px 26px;
    bottom: 0;
    right: 5%;
    border-color: transparent transparent #e2c38b transparent;
  }
  .contact-us-form {
    padding: 30px 20px 0;
  }
  .contact-us-block input{
    height: 30px;
  }
  .btn-send {
    padding: 18px 62px 18px 40px;
    right: 35px;
  }
  .btn-send:after {
    width: 17px;
    height: 17px;
  }
  .view-more {
    padding: 18px 50px 18px 26px;
  }
  .view-more:after {
    width: 15px;
    height: 12px;
    right: 28px;
  }
  .contact-us-block textarea{
    height: 100px;
  }
  .footer-top{
    display: block;
  }
  .footer-rt{
    padding: 20px 4px 0;
  }
  .footer-rt ul {
    gap: 0 0;
    flex-wrap: wrap;
  }
  .footer-rt ul li{
    flex: 0 0 33%;
    margin-bottom: 8px;
    font-size: calc(var(--font-size) * 1.1);
  }

  .submenu{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 5%;
    transform: translate3d(0,0,0);
    font-size: calc(var(--font-size) * 1.5);
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: clip-path 300ms var(--cubic2);
  }
  .open-menu .submenu{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .submenu li{
    padding: 10px;
    margin: 5px;
    text-align: center;
    position: relative;
  }
  .submenu li a.highlight:after{
    width: 40px;
    height: 3px;
    background-color: var(--gold-color);
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    border-radius: 3px;
  }
  .submenu .close-btn{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 11px;
    right: 10px;
    background: url(../images/ic_close.png) center center no-repeat;
    background-size: contain;
  }
  .menu-btn{
    width: 50px;
    height: 50px;
    background: url(../images/ic_menu.png) center center no-repeat;
    background-size: contain;
  }
  .what-we-do .absolute-img{
    position: relative;
    top: unset;
    right: unset;
    width: calc(100% - 10px);
    margin:20px auto 20px 0;
    padding-bottom: 56.25%;
  }
  .section-content-text,
  .section-img.absolute-img ~ .section-content-text{
    width: 100%;
    font-size: calc(var(--font-size) * 1.2);
  }
  .section-img.absolute-img ~ .section-content-text{
    padding-top: 20px;
  }
  .blog-list-thumbnail{
    width: 50%;
    flex: 0 0 43%;
    padding-bottom: 24.25%;
    border-radius: 6px;
  }
  .blog-list-thumbnail:after {
    border-radius: 6px;
    transform: translate(10px,6px);
    width: calc(100% - 4px);
  }
  .blog-list-info {
    margin:10px 0 0 25px;
  }
  .blog-list-title{
    font-size: calc(var(--font-size) * 1.15);
  }
  .blog-list {
    margin-top: 20px;
  }
  .blog-lists .month + .month {
    margin-top: 40px;
    padding-top: 30px;
  }
  .blog-lists .month + .month,
  .contact-us.simple,
  .blog-prevnext{
    background-size: 10px 1px;
  }
  .blog-article-detail-title,
  .blog-article-detail-text-content h2 {
    font-size: calc(var(--font-size) * 1.8);
  }
  .blog-article-detail-text-content img,
  .section-img p img{
    width: 43%;
    margin: 0 10px 10px;
    border-radius: 8px;
    box-shadow: 7px 7px 0 rgba(184,158,112,1);
  }
  .blog-prevnext{
    padding: 20px 5%;
    margin-top: 80px;
    display: block;
  }
  .blog-prevnext .blog-next{
    margin-top: 24px;
  }
  .blog-article-detail-headline:after {
    left: -55px;
  }
  .service-tabs{
    margin-top: 20px;
    padding: 10px 0 20px;
  }
  .service-tab.highlight:after, .service-tab:not(.highlight):hover:after{
    bottom: -12px;
  }
  .service-tab{
    line-height: 1;
  }
  .work-filter-bar{
    margin-top: 30px;
    gap: 7px;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }
  .work-filter-bar > div {
    padding: 10px 18px;
  }
  .photo-album-lists {
    margin: 28px auto;
  }
  .photo-album-smalls{
    display: none;
  }
  .photo-album-list > div{
   flex: 0 0 100%; 
   border-radius: 10px;
  }
  .photo-album-info {
    padding: 22px;
  }
  .photo-album-info .description{
    margin-top: 20px;
  }
  .whatsapp-chatbot a{
    width: 60px;
    height: 60px;
  }
  .whatsapp-chatbot .dialogue{
    display: none;
  }
  .photo-album-big:after{
    position: absolute;
    content: '';
    right: 16px;
    bottom: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50em;
    background: var(--blue-color) url(../images/arrow_lt.png) center center no-repeat;
    background-size: 50% 50%;
  }
  .photoswiper {
    height: calc(100% - 100px);
  }
  .photoswiper-slide{
    flex-direction: column;
  }
  .photoswiper-img{
    width: 100%;
    order: 1;
    flex: 0 0 auto;
    padding-bottom: 56.25%;
  }
  .photoswiper-caption{
    order: 2;
  }
  .photoswiper-close {
    top: 6px;
    right: 15px;
    text-indent: -999px;
  }
  .photoswiper-title {
    padding: 13px 20px;
    white-space: nowrap;
    width: calc(100% - 35px);
  }
  .photoswiper-title:after{
    left: 20px;
    bottom: 5px;
  }
  .photoswiper-caption{
    padding: 20px;
    flex: 0 0 auto;
  }
  .photoswiper-caption p{
      flex:0 0 100%;
  }
  .photoswiper:after{
    left: 24px;
  }
  li.sns{
    justify-content: center;
    margin:25px auto 0;
    gap: 20px;
  }
  li.sns a{
    width: 26px;
    height: 26px;
  }
  li.lang{
    display: flex;
    gap:10px;
    justify-content: center;
    align-items: center;
    line-height: 1;
  }
  .notfound-head .error-code-big {
    font-size: calc(var(--font-size) * 4);
  }
  .notfound-head .description {
    margin-top: 5px;
    font-size: calc(var(--font-size) * 1.3);
  }
  .notfound-head{
    padding: 32px;
    margin-bottom: 30px;
  }
  .notfound-container{
    padding: 30px 0 70px;
  }
  .notfound-description{
    margin-bottom: 30px;
  }
  .popup-block .header-with-icon:before{
    width: 73px;
    height: 73px;
    margin-bottom: 15px;
  }
  .popup-block .close-button{
    margin-top: 40px;
    padding: 18px 40px;
  }
  .thankyou-popup{
    max-height: 60vh;
  }
  /* Hide scrollbar for Chrome, Safari and Opera */
  .work-filter-bar::-webkit-scrollbar {
    display: none;
  }
  /* Hide scrollbar for IE, Edge and Firefox */
  .work-filter-bar{
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
}
