
/*reset css*/
*, *::before, *::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

img{
  vertical-align: bottom;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

a, a:hover{
  text-decoration: none;
}


/*---------------*/

.fz-13{
  font-size: 13px !important;
}
.fz-14{
  font-size: 14px !important;
}
.fz-15{
  font-size: 15px !important;
}
.fz-16{
  font-size: 16px !important;
}
.fz-17{
  font-size: 17px !important;
}
.fz-18{
  font-size: 18px !important;
}
.fz-19{
  font-size: 19px !important;
}
.fz-20{
  font-size: 20px !important;
}
.fz-22{
  font-size: 22px !important;
}
.fz-24{
  font-size: 24px !important;
}
.fz-26{
  font-size: 26px !important;
}
.fz-28{
  font-size: 28px !important;
}
.fz-30{
  font-size: 30px !important;
}
.fz-34{
  font-size: 34px !important;
}

.ls-1{
  letter-spacing: 1px;
}
.ls-2{
  letter-spacing: 2px;
}

.fw-600{
  font-weight: 600;
}


.w-10{
  width: 10%;
}
.w-15{
  width: 15%;
}
.w-20{
  width: 20%;
}
.w-25{
  width: 25%;
}
.w-30{
  width: 30%;
}
.w-35{
  width: 35%;
}
.w-40{
  width: 40%;
}
.w-45{
  width: 45%;
}
.w-50{
  width: 50%;
}
.w-55{
  width: 55%;
}
.w-60{
  width: 60%;
}
.w-65{
  width: 65%;
}
.w-70{
  width: 70%;
}
.w-75{
  width: 75%;
}
.w-80{
  width: 80%;
}
.w-85{
  width: 85%;
}
.w-90{
  width: 90%;
}
.w-95{
  width: 95%;
}
.w-100{
  width: 100%;
}

.jcc{
  justify-content: center;
}

.aic{
  align-items: center;
}


img{
  vertical-align: bottom;
}

:root{
  --main: #35d9ec;
  --main_2:#CFF4F0;
  --main_clear: #6df0ff24;
  --dark:#0062ad;
  --d-blue:#004176;
  --point: #38a5f2;
  --light: #ffffff;
  --mo_ji: #222;
}



body{
  font-family: "LXGW WenKai TC", cursive;
  font-weight: 400;
  font-style: normal;
  background: #fff;
  opacity: 0.99;
  color: var(--mo_ji);
  line-height: 1.95;
  font-size: 19px;
  max-width: 1920px;
  /* background: url(../img/ctbg4.jpg); */
}

/*------*/

main{
  max-width: 1920px;
  overflow: hidden;
}


.view-wrap{
  max-width: 1920px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

header{
  width: 100%;
  padding: 4px 0px;
  position: fixed;
  top: 0;
  transition: .3s;
  /* background: rgba(255, 255, 255, 0.12);    */
  z-index: 5;
}

header.scrolled{
  background:#fff;   
  box-shadow: 0 4px 30px rgba(0, 155, 169, 0.15);
  z-index:5;
}

#nav-wrap{
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#logo a{
  font-size: 30px;
  color: var(--d-blue);
  font-weight: 700;
  letter-spacing: 3px;
}


/* #logo{
  visibility: hidden;
} */

.nav-ul{
  padding-left: 0px;
  display: flex;
  align-items: center;
}

.nav-ul > li{
  margin: 0px 20px;
  
}


.nav-ul .ct-link-li{
  margin-right: 0px;
}


.nav-ul > li:hover > a{
  color: var(--main);
}


.nav-ul li a{
  color: var(--d-blue);
  font-size: 22px;
  font-weight: 600;
  transition: .3s;
}

.sub_link a{
  display: flex;
  align-items: center;
}
.sub_link a i{
  font-size: 16px;
  margin-left: 5px;
  transition: .3s;
}

.sub_link{
  position: relative;
}

.sub_menu{
  position: absolute;
  top: 60px;
  left: -15px;
  padding: 0px 15px;
  min-width: 180px;
  background-color: #fff;
  z-index: -99;
  opacity: 0;
  transition: .3s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sub_menu li a{
  color: var(--dark);
  font-size: 18px;
  transition: .3s;
}

.sub_menu li a:hover{
  color: var(--point);
}

.sub_menu li + li{

  border-top: 1px solid var(--main);
}
.sub_menu li{
  
  padding: 15px 0;
  
}

.sub_link:hover > a >i{
  transform: rotate(-180deg);
} 


.sub_link:hover .sub_menu{
  z-index: 99;
  opacity: 1;
  display: block;
  top: 43px;
}

.sub_menu_btn{
  cursor: pointer;
}
.sub_menu_btn:hover{
  color: var(--point) !important;
}
.contact-link{
  position: relative;

  color: var(--d-blue);
  /* font-size: 24px !important; */
  transition: .3s;
  background-size: 150% auto; 
  border-radius: 10px;
  letter-spacing: 1px;
}

.contact-link::before{
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  background-image: linear-gradient(45deg, var(--main)  0%, var(--main_2) 51%, var(--main_2)   100%);
  right: 0;
  bottom: 0;
  border-radius: 30px;
  z-index: -1;
  transition: .3s;
}


.contact-link:hover.contact-link::before{
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;

}

.contact-link:hover{
  color: var(--d-blue) !important;
}

.ct-btn{
  background-image: linear-gradient(45deg, var(--main)  0%, var(--main_2) 51%, var(--main_2) 100%);
  color: var(--d-blue) !important;
  transition: .3s;
  background-size: 150% auto; 
  border-radius: 10px;
}

.ct-btn:hover{
  background-position: right center;
}



.bar-icon{
  display: none;
}

.close-nav{
  display: none;
}



/*hero文字-------------*/
.hero img{
 border-radius: 0px ;
 width: 75% !important;
 margin-left: auto;
 margin-right: auto;
 display: block;
 margin-top: 60px;
}


#info{
  position: relative;
  /* background-image: linear-gradient( 45deg, var(--main),var(--main_2)); */
  background-image: linear-gradient(45deg, #e2e3e5, #bdbab5);
}


#info p{
  text-align: center;
  color: var(--mo_ji);
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0px;
}

#info span{
  font-size: 18px;
}



/*共同設定--*/
#about,#room,#service,#location,#contact_us_part{
  scroll-margin-top: 150px;
}

img{
  border-radius: 10px;
}

/*關於---------------------*/

#about{
  padding-top: 150px;
  display: flex;
  position: relative;
  background: #fff;
  opacity: 0.99;
}





#about .view-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.part-title h2{
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 5px;
  position: relative;
  
}

.part-title span{
  font-family: "Marcellus", serif;
  font-weight: 400;
  position: absolute;
  top: -90px;
  left: 0;
  opacity: 0.05;
  font-size: 100px;
  letter-spacing: 10px;
}
.about-info{
  width: 40%;
  text-align: justify;
}

.about-img{
  width: 56%;
  position: relative;
}


.about-img::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--main_clear);
  z-index: -1;
  right: -15px;
  top: -15px;
  border-radius: 10px;
}

/*房型介紹*/

#room{
 margin-top: 180px;
 background-color: #c0b5c340;
  padding: 100px 0px 60px 0px;
}

.room-info{
  display: flex;
  justify-content: space-between;
}

.roomtype{
  width: 45%;
}

.roomtype p{
  position: relative;
}
.roomtype p::before{
  position: absolute;
  content: '';
  width: 82%;
  height: 1px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--point);

}

/*服務內容----------------*/

#service{
  margin-top: 200px;
  position: relative;
}

.slick-prev, .slick-next{
  z-index: 1;
}

.slick-prev{
  left: 30px;
}

.slick-next{
  right: 30px;
}

.slick-next:before{
  content: '\f054';
}


.slick-prev:before{
  content: '\f053';
}


.slick-prev:before, .slick-next:before{
  font-family: "FontAwesome";
  font-size: 30px;
}

.service-item{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
  border-radius: 10px;
  overflow: hidden;
}

.service-info{
  padding: 20px;
  /* border-style: solid;
  border-width: 15px;
  border-image: linear-gradient(45deg, var(--main), var(--main_2)) 1; */
  background-image: linear-gradient(45deg, #e2e3e5, #bdbab5);
  /* background-image: linear-gradient(45deg, var(--main), var(--main_2)); */
  color: var(--mo_ji);
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;

}

.service-info.service-info-sp{
  display: none;
}




.service-img{
  width: 100%;
}



.slick-slide img{
  border-radius: 0px;
}

#service .slick-dots{
  bottom: 0;
}

.slick-dots li.slick-active button:before{
  color: #fff;
  z-index: 2;
}
.slick-dots li button:before{
  z-index: 2;
}

.slick-dotted.slick-slider{
  margin-bottom: 0;
}


/*文字跑馬燈------------------*/
#photo-loop{
  overflow: hidden;
  display: flex;
  margin-top: 200px;
}

#photo-loop ul{
  display: flex;
  justify-content: center;
  align-items: center;
 
}
.loop ul:first-child{
  animation: loop_1st 80s -40s linear infinite;
}
.loop ul:last-child{
  animation: loop_2nd 80s linear infinite;
}

.loop ul img{
  max-width: inherit;
}
@keyframes loop_1st 
{
  0% {
      transform: translateX(100%);
  }
  100% {
      transform: translateX(-100%);
  }
}
@keyframes loop_2nd 
{
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-200%);
  }
}



/*地理位置*/
#location{
  margin-top: 200px;
  position: relative;
}
#location .deco-bg{
  position: relative;
}

/* #location .deco-bg::before{
  position: absolute;
  content: '';
  background: url(../img/deco3.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 500px;
  height: 500px;
  right: -250px;
  bottom: -50px;
  z-index: -1;
  animation: circle 50s linear infinite;
  opacity: .7;
}  */


#location p{
  text-align: justify;
}

.location-sp{
  display: none;
}

.map_wrap{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.google_map{
  width: 55%;
}

.google_map iframe{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.google_map_info{
  width: 43%;
}

.location_sub_title{
  font-size: 30px !important;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.location_sub_title::before{
  position: absolute;
  content: '';
  height: 7px;
  width: 100%;
  background-color: var(--main);
  bottom: 12px;
  left: 0;
  z-index: -1;
  opacity: 0.6;
}

.google_map_info p{
  margin-bottom: 35px;
}


.google_map_info a{
  background-color: var(--main);
  color: #fff;
  padding: 10px 15px;
  width: 230px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: .3s;
}

.google_map_info a:hover{
  background-color: var(--point);
}

.nearby{
  background-color: var(--main_clear);
  border-radius: 10px;
}

.nearby img{
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.nearby_info h4{
  font-size: 28px;
  color: var(--dark);
  font-weight: 700;
  margin-top: 15px;
}

.nearby_info{
  display: flex;
  justify-content: space-between;
}

.nearby_info .nearby-item{
  width: 46%;
}

.nearby-line{
  position: relative;
}

.nearby-line::before{
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #a3a3a3;
}

.parking-wrap{
  display: flex;
  flex-direction: column;
}

.p-name{
  display: inline-block;
  width: 133px;
  text-align-last: justify;
}

.p-loca{
  display: inline-block;
  width: 75px;
  text-align-last: justify;
}

/*聯絡我們*/
#contact_us{
  margin-top: 250px;
  position: relative;
  /* background: url(../img/sky4.png); */
  
}

.contact_us_deco{
  width: 100%;
  height: 450px;
  /* background-image:
    linear-gradient(to bottom, var(--main_clear), var(--main_clear)),
    url(../img/ctus-deco3.jpg); */
  background: url(../img/ctus-deco4.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 85%; 
}

.ctus-wrap{
  background: #fff;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-top: -40px;
  padding-top: 100px;
  padding-bottom: 200px;
}


#contact_us form{
  margin-top: 50px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

#contact_us .form-control{
  color: var(--dark);
  font-size: 20px;
}

#contact_us .form-check-label{
  accent-color: var(--dark);
}

.code-wrap{
  display: flex;
  align-items: center;
}

.code-wrap label{
  white-space: nowrap;
}

.code-wrap input{
  flex-grow: 1;
}

.contact_us_btn{
  display: inline-block;
  background-color: var(--main);
  color: var(--d-blue) !important;
  font-size: 30px;
  letter-spacing: 3px;
  padding: 5px 40px;
  cursor: pointer;
  transition: .3s;
}

.contact_us_btn:hover{
  background-color: var(--point);
}

.sky{
  opacity: 0.2;
}

footer{
  background-color: #9ad9ea;
  /* background-image: linear-gradient( 45deg, var(--main),var(--main_2)); */
  padding: 15px 0px;
  /* border-top-left-radius: 50px;
  border-top-right-radius: 50px; */
}
.footer-info{
  display: flex;
  color: var(--d-blue) !important;
  align-items: center;
  padding: 15px 0px;
  font-size: 20px;
}

.footer-logo{
  width: 250px;
  margin-right: auto;
}

.footer-logo a{
  display: block;
}

.footer-info > :last-child{
  margin-left: 30px;
}

footer small{
  color: var(--d-blue);
  font-size: 13px;
  display: block;
  border-top: 1px solid #ffffff25;
  padding-top: 5px;
}

footer small a{
  color: var(--d-blue) !important;
  text-decoration: underline;
}

.gotop {
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 15px;
  color: var(--main);
  text-decoration: none;
  cursor: pointer;
  z-index: 4;
  display: none;
}

.gotop i{
  display: block;
  font-size: 24px;
}


/*RWD----------------------------------*/
@media (max-width:1700px){
  .roomtype p::before{
    width: 78%;
  }
}
@media (max-width:1500px){
  .roomtype p::before{
    width: 75%;
  }
  .nearby img{
    width: 80%;
  }
}






@media (max-width:1380px){
  .view-wrap,#nav-wrap{
    width: 85%;
  }

  

}


@media (max-width:1200px) {

  body{
    font-size: 17px;
  }

  .hero img{
    height: auto;
  }

  .view-wrap, #nav-wrap {
    width: 90%;
  }

  #about{
    align-items: flex-end;
  }

  .about-info{
    width: 36%;
  }
  .about-img{
    width: 60%;
  }

  .roomtype p::before{
    width: 72%;
  }

  .nearby img{
    width: 100%;
  }

  #nav-wrap{
      width: 95%;
  }

  .nav-ul li a{
      font-size: 20px;
  }
  .sub_menu li a{
      font-size: 16px;
  }

  .contact_us_deco{
    height: 400px;
  }


}


@media (max-width:1050px){
  .part-title h2{
    font-size: 45px;
  }
  .part-title span{
    font-size: 90px;
  }

  header{
    padding: 3px 0px;
  }



  .nearby_info h4{
    font-size: 24px;
  }


} 

@media (max-width:992px){
  .nearby_info{
    display: grid;
    grid-auto-flow: row;
    column-gap: 60px;
  }

  .nearby_info .nearby-item{
    width: 100%;
  }
  .p-name{
    width: 120px;
  }

  .p-loca{
    width: 70px;
  }


  .contact-link{
    letter-spacing: 0px;
    padding: unset !important;
  }

  .contact-link::before{
    display: none;
  }
  #info{
    height: unset;
  }


  .contact_us_deco{
    height: 300px;
  }

  .slick-slide img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .service-info{
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }



  .nav-ul .ct-link-li{
    margin-right: 20px;
  }


  #about::before{
    top: -100px;
    bottom: unset;
  }
  #location .deco-bg::before{
    top: -50px;
    bottom: unset;
  }

  header{
    padding: 10px 15px;
    width: max-content;
    right: 0;
    border-bottom-left-radius: 10px;
  }


  #logo{
    display: none;
  }


  .nav-ul{
    border-radius: 10px;
  }
  .nav-ul li a{
    font-size: 20px;
}
.sub_menu li a{
    font-size: 18px;
}
  .bar-icon{
      display: block;
  }
  .bar-icon a{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      cursor: pointer;
  }

 

  .close-nav{
      display: inline-block;
      color: #129ead;
      font-size: 24px;
      transition: .3s;
      cursor: pointer;
      transition: .3s;
      position: absolute;
      right: 15px;
      top: 3px;
  }

  .close-nav a{
    display: block;
  }

  .close-nav:hover{
      color: var(--point);
  }
  .bar-icon a i{
      color: var(--dark);
      font-size: 24px;
      transition: .3s;
  }

  .bar-icon a span{
    font-size: 12px;
    color: var(--dark);
  }


  .bar-icon a:hover > i,.bar-icon a:hover > span{
      color: var(--point);
  }

  .nav{
      width: 100%;
      visibility: hidden;
      transition: all .4s;
      border-radius: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      height: 100%;
      z-index: 1200;
      background: #35d9ec;
      overflow-y: auto;
      overflow-x: hidden;
      opacity: 0;
  }

  .nav.active{
      visibility: visible;
      opacity: 1;
      transition: .4s;
  }


  .sub_menu li{
      padding: 10px 0px;
  }
  .nav-ul > li {
      margin: 4px 20px;
  }

  .nav-ul{
      flex-direction: column;
      padding: 80px;
      background: #fff;
      position: relative;
      width: 90%;
      justify-content: center;
      opacity: 0.99;
  }

  .sub_menu{
      position: unset;
      display: none;
      padding: 0px ;
      min-width: unset;
      background-color: unset;
      z-index: unset;
      opacity: 1;
      transition: .3s;
      box-shadow: unset;
      padding-left: 15px;
  }


  .sub_link:hover > a >i{
      transform: unset;
  } 
  
  
  .sub_link:hover .sub_menu{
      z-index: 99;
      opacity: 1;
      display: none;
      top: 43px;
  }
  .sub_menu_btn:hover{
      color: var(--point) !important;
      cursor: pointer;
  }

  .sub_link > a >i{
      transition: .5s;
  }
  .sub_link > a >i.turn{
      transform: rotate(-180deg);
  }



  #about .view-wrap,.room-info,.service-item{
    flex-direction: column;
  }

  .about-img,.about-info,.roomtype,.service-info,.service-img,.google_map_info,.google_map{
    width: 100%;
  }


  .about-img,.google_map{
    margin-top: 40px;
  }

  .about-img::before{
    right: -10px;
    top: -10px;
  }


  .roomtype p::before{
    width: 80%;
  }

  .service-item{
    margin-bottom: 80px;
  }

  .service-item > :first-child{
    margin-right: 0 !important;
  }

  .service-info{
    margin-bottom: 0;
  }


  .service-info::before{
    display: none;
  }

  .service-img{
    position: relative;
  }


  .service-img:nth-child(odd)::before{
    left: -10px;
  }


  #service .slick-dots{
    bottom: -26px;
  }

  .service-info{

    padding: 30px 10px 20px 10px;
  }

  .map_wrap{
    flex-direction: column-reverse;
  }

  .google_map{
    height: 300px;
  }

  .nearby img{
    width: 100%;
  }

  .nearby_info{
    column-gap: 50px;
  }


  #contact_us form{
    width: 90%;
  }




  .footer-logo{
    width: 200px;
  }


  #info p{
   width: 95%;
  }

}


@media (max-width:767px){


  .service-info{
    display: none;
  }

  .service-info.service-info-sp{
    display: block;
  }


  #about{
    padding-top: 100px;
  }

  #logo a{
    font-size: 20px;
  }

  #about, #room, #location, #contact_us {
    scroll-margin-top: 100px;
  }

  .nav-ul{
    padding: 50px;
  }


  .view-wrap, #nav-wrap,#info p,#service .view-wrap{
    width: 90%;
  }


  .google_map{
    height: 250px;
  }

  .location_sub_title{
    font-size: 27px !important;
  }

  .nearby_info{
    columns: 1;
  }

  .part-title h2{
    font-size: 40px;
  }

  .part-title span{
    font-size: 60px;
    letter-spacing: 5px;
    top:-50px;
  }

  .roomtype p::before {
    width: 76%;
  }

  #contact_us form{
    width: 100%;
  }

  #contact_us form .form-check-label{
    margin-bottom: 15px;
  }

  .loop ul img{
    height: 60px;
  }

  .footer-info{
    flex-direction: column;
    align-items: flex-start;
  }
  
  .footer-logo{
    margin-right: auto;
    margin-left: auto;
    width: 250px;
    margin-bottom: 20px;
  }

  .footer-info > :last-child{
    margin-left: 0;
  }

  footer small{
    font-size: 12px;
    padding: 15px 5px 0px 5px;
  }

  .code-wrap{
    flex-direction: column;
    align-items: flex-start;
  }

  .code-wrap .ml-3{
    margin-left: 0 !important;
    margin-bottom: 15px;
  }

  .code-wrap img{
    width: 100%;
  }


}

@media (max-width:576px){

  #code_input{
    margin-top: 10px;
  }

  .location-sp{
    display: block;
  }
  .location-pc{
    display: none;
  }


  .hero img{
    margin-top: 30px;
  }

  .slick-prev{
    left: 15px;
  }
  
  .slick-next{
    right: 15px;
  }

  
  
  .slick-prev:before, .slick-next:before{
    font-family: "FontAwesome";
    font-size: 20px;
  }

  .view-wrap.footer-info{
    width: 95%;
  }

  .view-wrap.footer-info{
    font-size: 19px;
  }

  .hero img{
    border-radius: 0px ;
    height: auto;
    width: 90% !important;
   }
  
   #info{
    height: unset;
   }

  #service .part-title{
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }

  .slick-slide img{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  #service .view-wrap{
    width: 95%;
  }
  .slick-slide img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .service-info{
    font-size: 15px;
    padding: 30px 15px 10px 15px;
    border-radius: 10px;
    margin-top: -10px;
    text-align: justify;
  }
  .service-item {
    border-radius: 0px;
  }
  #service .slick-dots {
    bottom: -18px;
}

  .slick-slide img{
    height: 300px;
    object-fit: cover;

  }


  .contact_us_deco{
    height: 200px;
    background-position: 50% 132%;
  }

  #about,.ctus-wrap{
    padding-top: 50px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .ctus-wrap{
    padding-bottom: 120px;
  }


  #location .deco-bg::before{
    width: 400px;
    height: 400px;
    top: 60px;
  }

  #location,#photo-loop,#contact_us{
    margin-top: 100px;
  }


  #contact_us .form-control{
    font-size: 17px;
  }

  #service {
    margin-top: 100px;
    padding-top: 50px;
  }

  footer small a{
    display: block;
  }

  .gotop {
    font-size: 14px;
  }

  .nav-ul{
    padding: 30px 15px;
  }

  


  .bar-icon a i{
    font-size: 20px;
  }

  .bar-icon a span{
    font-size: 11px;
  }


  .part-title h2 {
    font-size: 38px;
  }

  .part-title span {
    font-size: 35px;
    letter-spacing: 3px;
    top: -23px;
  }

  .location_sub_title{
    font-size: 25px !important;
  }

  .roomtype p::before {
    width: 70%;
  }


}

@media (max-width:400px){



  #info{
    height: unset;
  }

  #location,#contact_us{
    margin-top: 100px;
  }

  #room{
    margin-top: 100px;
    padding: 60px 0px 60px 0px;
  }

  .roomtype p::before {
    width: 61%;
  }

}


@media (max-width:350px){


  .contact_us_deco{
    height: 160px;
    background-position: 50% 132%;
  }
}



@media (max-width:300px){
  .footer-logo{
    width: 200px;
  }

  body{
    font-size: 15px;
  }

  .part-title h2 {
    font-size: 28px;
  }

  .part-title span {
    font-size: 26px;
    letter-spacing: 2px;
    top: -18px;
  }

  .google_map_info a{
    width: 100%;
  }

  .location_sub_title{
    font-size: 18px !important;
  }
  .location_sub_title::before {
    bottom: 5px;
  }

  .contact_us_deco{
    height: 120px;
    background-position: 50% 145%;
  }
}
