/*NOTE Basic **********/

body {

  background: #ffffff;

  color: #6E6E70;

  font-family: 'Microsoft JhengHei', 'Helvetica', Verdana, Arial, sans-serif;

  font-size: 16px;



}



a {

  color: #795D51;

  /* transition: 0.5s; */

}



a:hover,
a:active,
a:focus {

  color: #795D51;

  outline: none;

  text-decoration: none;

}



p {

  padding: 0;

  margin: 0 0 0px 0;

}



h1,
h2,
h3,
h4,
h5,
h6 {

  font-family: 'Helvetica', 'Microsoft JhengHei', Verdana, Arial, sans-serif;

  font-weight: 400;

  margin: 0 0 20px 0;

  padding: 0;

  color: #EC89A8;

}



h1 {

  font-size: 24px;

  font-weight: bold;

}



.gray {
  color: #6E6E6E;
}

.brown {
  color: #795D51;
}

.black {
  color: #000000;
}

.white {
  color: #FFFFFF;
}

.bg_gray {
  background-color: #E5E5E5;
}

.bg_brown {
  background-color: #795D51;
}

.bg_black {
  background-color: #000000;
}

.bg_white {
  background-color: #FFFFFF;
}



.title1 {
  font-size: 20px;
  color: #7B5B4E;
  font-family: 'DFKai-SB', 'Microsoft JhengHei';
}

.title2 {
  font-size: 16px;
  color: #815B52;
  font-weight: bold;
}



::-moz-selection {
  background: #6C6D72;
  color: #ffffff;
}

::selection {
  background: #6C6D72;
  color: #ffffff;
}


a.dropdown-item.active, a.dropdown-item:active{background-color: #891d92 !important; color:#fff !important;}



/*NOTE Nice Page**/

.edit-nicepage-button {
  display: none !important;
}

.nicepage-container .u-carousel-inner {
  overflow: unset !important;
}



/*NOTE Header **********/

.container-fluid {
  padding: 0px;
  position: relative;
}

.container-fluid .row {
  margin: 0;
}



/* .topbar{width: 100%; background-color: #ffffff; overflow: hidden; height: 98px;z-index: 16;}

.topbar_right{display: flex; justify-content: flex-end;}

.logo{width: auto;height: 98px; display: flex; justify-content: center; align-items: center; float: left;}

.logo img{margin-left: 30px;} */



.topbar_mb {
  width: 100%;
  height: 90px;
  position: relative;
  background-color: #fff;
  z-index: 3;
  min-width: 375px;
}

.logo_mb {
  position: absolute;
  left: 25px;
}



.logo_mb img {
  height: 80px;
  margin: 5px 0;
}

.topbar_mb .fa-bars {
  position: absolute;
  top: 0;
  left: 0;
  width: fit-content;
  margin: auto;
  font-size: 38px;
  padding: 25px;
  color: #000;
}

.social {
  width: fit-content;
  height: 98px;
  align-items: center;
  position: absolute;
  right: 55px;
  top: 26px;
}

.social i {
  font-size: 25px;
}

.sidebar_layer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 20;
  background-color: rgb(78 78 78 / 70%);
  display: none;
}

.sidebar {
  width: 390px;
  height: 100%;
  background-color: #fff;
}

.sidebar .navbar {
  margin-top: 0px;
  height: fit-content;
  float: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar .navbar-nav {
  flex-direction: column;
}



.material-icons {
  font-size: 35px;
  color: #000;
  position: absolute;
  top: 26px;
  right: 25px;
  cursor: pointer;
}



/* .lang_mb {
  position: absolute;
  right: 72px;
  top: 33px;
  font-size: 13px;
}

.lang_mb a,
.lang_mb span {
  padding: 0 5px;
} */

/* .lang{height: 98px; float: right; display: flex; justify-content: center; align-items: center; width: 175px;}

  .lang a{width: 28px;display: inline-block;}

  .lang a, .lang span, .lang p{color:#6C6D71;font-size: 18px;}

  .lang a, .lang span{margin:0 5px;}

  .lang p{width:130px;min-width:100px;}

  .lang a:hover, .lang span{font-weight: bold;} */



.main {
  width: 100%;
  min-height: 700px;
  padding: 0;
}

.copyright {
  width: 100%;
  height: 90px;
  background-color: #333333;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.copyright p {
  margin: 0px 0px 0px 3px;
  color: #cbdfe6;
}













/*NOTE Menu **********/

.navbar {
  height: 98px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
}

#navbar-collapse ul {
  margin-left: 0px !important;
}

#navbar-collapse ul li a {
  color: #6E6F73;
  font-size: 18px;
  padding: 8px 20px;
  /*margin: 0px 55px;*/
}

#navbar-collapse ul li.active a,
#navbar-collapse ul li a:hover {
  color: #6E6F73;
  font-weight: bold;
}







/*submenu*/

#navbar-collapse ul .dropdown-menu {
  margin-left: 16px !important;
}



/*NOTE Com Photo **********/

/* #detail_photo{width: fit-content; margin: 132px auto 10px auto;}

#detail_photo img{width:1380px;height:548px;object-fit: cover;}

#thumb_area{width: 1252px;height: 95px; margin: 70px auto 0px auto;position: relative;}

#thumb_block{overflow: hidden;}

#thumb_photos{width: max-content;transition: 2s;}

#thumb_photos img{width:293px;height:97px;object-fit: cover;float: left;margin:0 10px; cursor: pointer;}



#thumb_area i{position: absolute;top:34px;font-size:30px;font-size:34px;cursor: pointer;}

.fa-chevron-left{left: -20px;}

.fa-chevron-right{right: -20px;} */



/*NOTE Mod Photo **********/

.detail_photo {
  width: fit-content;
  margin: 0 auto;
  /*margin: 10px auto 10px auto;*/
}

.detail_photo img {
  width: 1240px;
  height: 500px;
  object-fit: cover;
}

.thumb_area {
  width: 1132px;
  height: 86px;
  margin: 60px auto 0px auto;
  position: relative;
}

.thumb_block {
  overflow: hidden;
}

.thumb_photos {
  width: max-content;
  transition: 2s;
}

.thumb_photos img {
  width: 263px;
  height: 86px;
  object-fit: cover;
  float: left;
  margin: 0 10px;
  cursor: pointer;
}



.thumb_area i {
  position: absolute;
  top: 28px;
  font-size: 30px;
  font-size: 34px;
  cursor: pointer;
}

.fa-chevron-left {
  left: -20px;
}

.fa-chevron-right {
  right: -20px;
}



/*NOTE Mobile ver **********/















.social_mb {
  margin: 15px 0 0 65px;
}

/* .social_mb a{width: 40px;

  height: 40px;

  border: 1px solid;

  display: flex;

  align-items: center;

  justify-content: center;

  background-color: #6D6E72;

  color: #ffffff;

  border-radius: 40px;float: left;margin-right: 5px;} */



.social_mb i {
  font-size: 25px;
}

.sidebar .navbar-expand-lg .navbar-collapse {
  display: flex !important;
  margin: 114px 0 0 0px;
}

.sidebar ul {
  width: 90%;
  margin-left: 0px !important;
}

.sidebar ul li {
  line-height: 50px;
}

.sidebar ul li a {
  font-size: 25px;
}

.sidebar .fa-times {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #717173;
}









/*NOTE Content **********/



/*xs */

/* section.service_block .u-container-layout img.u-image{width: 100% !important; height:auto !important; padding-bottom: 10px;}

section.service_block .u-container-layout div.u-table{margin: 0px!important; width: 100%!important;}

section.service_block .u-container-layout table.u-table-entity tr:nth-child(1) td{min-height: 55px!important;display: block!important;}

.u-md .u-section-5 .u-sheet-1{min-height: unset!important; height: fit-content!important;} */



.whatsapp {

  position: fixed !important;

  right: 80px;

  bottom: 10px;

  z-index: 1;

}





.icons .btn-group {
  display: none;
}

/*nicepage frontend edit icon*/


/*Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) {

  .topbar_mb {
    position: fixed;
  }



}



/*Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) {

  section.service_block .u-container-layout table.u-table-entity tr:nth-child(1) td {
    min-height: 76px !important;
  }

}



/*Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {

  .lang {
    width: 92px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
  }

}



/*Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {

  .lang {
    width: 135px;
  }

  section.service_block .u-container-layout table.u-table-entity tr:nth-child(1) td {
    min-height: 55px !important;
  }

  .logo {
    width: 220px;
  }

  .topbar_mb {
    position: fixed;
  }

}
