.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6
{
    color: var(--bs-gray-900);
}

.home a h1,
.home a h2,
.home a h3,
.home a h4,
.home a h5,
.home a h6 {
    color: inherit;
}

html[lang*=en] .en-hide {
  display: none !important;
}
.home h1 {color:#7c4824;font-weight:600;}
/*改寫h6*/
/*.home h6 {font-size: 0.9rem;}*/
.home .bg-orange {background:#d78145;}
.home .bg-basic20 {background:#F1EEEC;}
/*menu- stick on top (a)*/
.sticky {
  position: sticky;
  top: 0px;
  z-index: 9999;
  background-color: white;
  box-shadow: 0px 1px 1px grey;
}
/*menu- stick on top (b)*/
.fixit, .fixit-big-img {
    position: fixed;
    top: 0px;
    z-index: 9999;
    background-color: white;
    box-shadow: 0px 1px 1px grey;
}
.fixit+#bd {
    margin-top: 87px;
}
/*menu- stick on top (c)*/
.fixit-big-img {
    background-color: rgba(255,255,255,0.5);
    box-shadow: 0px 1px 4px rgba(255,255,255,0.5);
    transition: all 300ms;
}
.fixit-big-img+#bd .nivoSlider {
    height: calc(100vh - 50px);
}
.fixit-big-img.no-sticky-top {
    background-color: white;
    box-shadow: 0px 1px 1px grey;
}

.hover-animation {
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hover-animation:hover {
  transform: translateY(-3px);
}

/*slider*/
.nivoSlider {width: 100% !important;height: calc(100vh - 210px) !important;background-size: cover !important;background-position: 20% center !important;}
/*.nivo-slice {background-size: cover !important;width:100% !important;background-position: 20% center !important;}*/
.nivo-slice {top:0px;}
.nivo-slice+.nivo-slice {display: none;}
#slider .nivo-caption {
  width: 100%;
    height: 100%;
    position: relative;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    z-index: 60;
}
/*
.nivo-caption p {
  margin: auto;
    position: relative;
    height: 100%;
}
.nivo-caption p>div {
  height: 100%;
}
.nivo-caption p>div>div {
    height: 50%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}
*/
.nivo-caption>div {
    height: 100%;
    position: relative;
    margin: auto;
}
.nivo-caption>div>div {
    height: 50%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}
#slider .nivo-main-image , #slider .nivo-slice>img{
    position: absolute;
    top: -2000% !important;
    bottom: -2000%;
    margin: auto;
    height: auto !important;
    height: initial !important;
    width: auto !important;
    width: initial !important;
    min-width: 1000%;
    min-height: 1000%;
    left: -2000% !important;
    right: -2000%;
    -moz-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
}
@media (max-width: 750px) {
    #slider .nivo-main-image, #slider .nivo-slice>img {
        top: auto !important; left: auto !important; right: auto !important; bottom: 0px;
        min-width: initial; min-height: initial;
        transform: initial;
        height: 100% !important;
    }

    #slider[index='0'] .nivo-main-image, #slider[index='0'] .nivo-slice>img { left: -40% !important; right: -80% !important; }
    #slider[index='1'] .nivo-main-image, #slider[index='1'] .nivo-slice>img { left: auto !important; right: -15% !important; }
    #slider[index='2'] .nivo-main-image, #slider[index='2'] .nivo-slice>img { left: auto !important; right: -20% !important; }
    #slider[index='3'] .nivo-main-image, #slider[index='3'] .nivo-slice>img { left: 0% !important; right:0% !important; }

    #slider.has_event[index='0'] .nivo-main-image, #slider.has_event[index='0'] .nivo-slice>img { left: auto !important; right: -15% !important; }
    #slider.has_event[index='1'] .nivo-main-image, #slider.has_event[index='1'] .nivo-slice>img { left: -40% !important; right: -80% !important; }
    #slider.has_event[index='2'] .nivo-main-image, #slider.has_event[index='2'] .nivo-slice>img { left: auto !important; right: -15% !important; }
    #slider.has_event[index='3'] .nivo-main-image, #slider.has_event[index='3'] .nivo-slice>img { left: auto !important; right: -20% !important; }
    #slider.has_event[index='4'] .nivo-main-image, #slider.has_event[index='4'] .nivo-slice>img { left: 0% !important; right:0% !important; }
/*
    #slider.has_event2[index='0'] .nivo-main-image, #slider.has_event2[index='0'] .nivo-slice>img { left: auto !important; right: -35% !important; }
    #slider.has_event2[index='1'] .nivo-main-image, #slider.has_event2[index='1'] .nivo-slice>img { left: auto !important; right: 0% !important; }
    #slider.has_event2[index='2'] .nivo-main-image, #slider.has_event2[index='2'] .nivo-slice>img { left: -40% !important; right: -80% !important; }
    #slider.has_event2[index='3'] .nivo-main-image, #slider.has_event2[index='3'] .nivo-slice>img { left: auto !important; right: -15% !important; }
    #slider.has_event2[index='4'] .nivo-main-image, #slider.has_event2[index='4'] .nivo-slice>img { left: auto !important; right: -20% !important; }
    #slider.has_event2[index='5'] .nivo-main-image, #slider.has_event2[index='5'] .nivo-slice>img { left: 0% !important; right:0% !important; }

    #slider.has_event3[index='0'] .nivo-main-image, #slider.has_event3[index='0'] .nivo-slice>img { left: auto !important; right: 0% !important; }
    #slider.has_event3[index='1'] .nivo-main-image, #slider.has_event3[index='1'] .nivo-slice>img { left: -40% !important; right: -80% !important; }
    #slider.has_event3[index='2'] .nivo-main-image, #slider.has_event3[index='2'] .nivo-slice>img { left: auto !important; right: -15% !important; }
    #slider.has_event3[index='3'] .nivo-main-image, #slider.has_event3[index='3'] .nivo-slice>img { left: auto !important; right: -20% !important; }
    #slider.has_event3[index='4'] .nivo-main-image, #slider.has_event3[index='4'] .nivo-slice>img { left: 0% !important; right:0% !important; }
*/
}

.nivo-caption .home-label, .nivo-caption .slider-label {
    color: white;
}
.nivo-caption .slider-label h1, .nivo-caption .slider-label h3,
.nivo-caption .slider-label .title, .nivo-caption .slider-label .sub-title {
  color:#fff;
  line-height:1.2;
  letter-spacing:0.8px;
}
 .nivo-caption .slider-label h3 {
	letter-spacing:1.5px;
}
.nivo-caption .text-color-333 .slider-label h1, .nivo-caption .text-color-333 .slider-label h3,
.nivo-caption .text-color-333 .slider-label .title, .nivo-caption .text-color-333 .slider-label .sub-title {
    color: #333;
}
.nivo-caption .text-color-alpha .slider-label h1, .nivo-caption .text-color-alpha .slider-label h2,
.nivo-caption .text-color-alpha .slider-label h3, .nivo-caption .text-color-alpha .slider-label h4,
.nivo-caption .text-color-alpha .slider-label .title, .nivo-caption .text-color-alpha .slider-label .sub-title {
    color: rgba(0,0,0,0);
}
.home-slider .nivo-controlNav, .nivo-controlNav {
    left: 0px;
    right: 0px;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
   -moz-justify-content: center;
   -webkit-justify-content: center;
    justify-content: center;
   top: calc(100vh - 240px) !important;
}
#slider .nivo-caption[type='bunko'] {float: left;opacity:1 !important;}
.slider-label .sub-title{
  font-size: 1.75rem;
  font-weight: bold;
}
@media (max-width: 750px) {
  .home h5 {letter-spacing:0.2px;}
  .slider-label .title {
    font-size: 1.75rem;
    letter-spacing:1px;
    color:#333;
  }
  .slider-label .sub-title {
    font-weight:normal;
    font-size:1rem;
    letter-spacing:0.5px;
  }
}
@media (max-width: 320px) {
  .home h5 {letter-spacing:0.2px;}
  .slider-label .title.display-4 {
    font-size: 2rem;
    letter-spacing:1px;
    color:#333;
  }
  .slider-label .sub-title {
    font-weight:normal;
    font-size:1.25rem;
    letter-spacing:0.5px;
  }
}


/*for new slider*/
#home-slider{
  overflow: hidden;
}
#home-slider .owl-carousel {
    width: 100%;
    /* height: calc(100vh - 210px); */
    aspect-ratio: 2000/760;
}
#home-slider .owl-stage-outer, #home-slider .owl-stage {
    height: 100%;
    position: relative;
}
#home-slider .owl-item {
    padding-left: 0px;
    padding-right: 0px;
    vertical-align: top;
    position: relative;
    cursor: pointer;
}

#home-slider .img-box-outter {
  width: 100%;
  height: 100%;
}

#home-slider .img-box {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
#home-slider .img-box>div{
    height: 100%;
    position: relative;
    margin: auto;
}
#home-slider .img-box>.img-box-front {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position-y:0px;
    width: 100%;
}

#home-slider .justify-content-start>.slider-label { text-align: left;}
#home-slider .justify-content-end>.slider-label { text-align: right;}
#home-slider .justify-content-center>.slider-label { text-align: center;}
#home-slider .slider-label, #home-slider .slider-label>.title {
    color: white;
    text-shadow: 0px 0px 2px black;
}
#home-slider .text-color-333 .slider-label>h2,
#home-slider .text-color-333 .slider-label>h4,
#home-slider .text-color-333 .slider-label>.title,#home-slider .text-color-333 .slider-label>.sub-title {
    color: #333;
    text-shadow: 0px 0px 2px white;
}
#home-slider .text-color-alpha .slider-label>h2,
#home-slider .text-color-alpha .slider-label>h4,
#home-slider .text-color-alpha .slider-label>.title,#home-slider .text-color-alpha .slider-label>.sub-title {
    color: transparent;
    text-shadow:none;
}
#home-slider .text-color-alpha .slider-btn {
    visibility: hidden;
}
#home-slider .owl-nav {
    z-index: 5;
    top: 0px;
    display: -webikt-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    position: absolute;
    height: 100%;
    webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    pointer-events: none;
}
#home-slider .owl-nav>div {
    pointer-events: auto;
}
#home-slider .owl-nav >div {
    display: block;
    width: 36px;
    height: 36px;
    /* background: url(/images/tintint/common/home/arrows.png?s=1) no-repeat; */
    text-indent: -9999px;
    border: 0px;
    position: absolute;
    top: calc(50% - 18px);
    z-index: 60;
    cursor: pointer;
    left: 15px;
}
#home-slider .owl-nav >div.owl-next {
    background-position: -36px 0px;
    left:auto;
    right: 15px;
}
@media (max-width: 750px) {
  #home-slider .owl-carousel {
    height: 50vh;
    min-height: 350px;
    margin-bottom: 190px;
    position: relative;
    aspect-ratio: inherit;
  }
  #home-slider .img-box>div {
    height: 190px;
    bottom: -100%; 
    text-align: center;
    transition: all 0.25s ease 0s;
    opacity: 1;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  #home-slider .img-box>div>div {
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #home-slider .img-box>.img-box-front {
    display: none;
  }

  #home-slider .slider-label, #home-slider .slider-label>.title, #home-slider .slider-label>.sub-title {
    color:black !important;
    text-shadow: none;  
  }
  #home-slider .slider-btn {
    visibility: visible !important;
  }
  
  #home-slider .img-box>div>div>div {align-content: center;}
}

#home-slider .animated  {
  -webkit-animation-duration : 0.4s;
  animation-duration : 0.4s;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}

#home-slider .owl-animated-out {
  z-index : 1;
}

#home-slider .owl-animated-in {
  z-index : 0;
}

#home-slider .fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}
#home-slider .fadeIn  {
  -webkit-animation-name : fadeIn  ;
  animation-name : fadeIn  ;
}
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }
  100% {
    opacity : 0   ;
  }
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }
  100% {
    opacity : 0   ;
  }
}
@-webkit-keyframes  fadeIn  {
  0% {
    opacity : 0   ;
  }
  100% {
    opacity : 1   ;
  }
}
@keyframes  fadeIn  {
  0% {
    opacity : 0   ;
  }
  100% {
    opacity : 1   ;
  }
}
#home-slider .owl-grab-tintint .img-box>div {
    opacity: 0.2;
}

#home-slider .owl-dots {
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    width: 100%;
    z-index: 2;
    bottom: 20px;
}

#home-slider .owl-dots .owl-dot>span {
    width: 13px;
    height: 13px;
    background-color: rgba(33, 33, 33, 0.24);
    display: inline-block;
    border-radius: 50%;
    margin: 0px 15px;
    cursor: pointer;
}

#home-slider .owl-dots .owl-dot.active>span {
    background-color: var(--bs-primary);
    cursor: pointer;
}

/*slogn*/
/*#home-slogn {
  height: 110px;
}
@media (max-width: 750px) {
  #home-slogn {
    height: 70px;
  }
}*/

/*three-special*/
#three-special {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
#three-special.invisiable-box:before, #three-special.invisiable-box:after {
    content: "";
    -moz-flex:1;
    -moz-flex-shrink:1;
    -webkit-flex:1;
    -webkit-flex-shrink:1;
    flex:1;
    flex-shrink:1;
    max-width: 10%;
}
#three-special>ul {
  -moz-flex:1;
  -moz-flex-shrink:1;
  -webkit-flex:1;
  -webkit-flex-shrink:1;
  flex:1;
  flex-shrink:1;
  min-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-height: 280px;
  overflow: hidden;
}
#three-special>ul:after {
  content: "";
  width: 15px;
  height: 100%;
}
#three-special li {
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  transform: translateX(0%);
}
#three-special img{ width:100%;}
#three-special a{ line-height: 1.5;}
#three-special .top {
  display: none;
}
#three-special a {
  position: relative;
}

#three-special a:hover .top, #three-special .top.showhover {
    -moz-display: flex;
    -webkit-display: flex;
    display: flex;
    position: absolute;
    width: 100%;
    height: calc(100% - 21px);
    -moz-align-items: center;
    -wekbit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: white;
    background-color: rgba(0,0,0,0.3);
    top:0px;
}

.see-left,.see-right {
    /*width: calc(50% - 585px);*/
    max-width: 10vw;
    position: absolute;
    height: 100%;
    cursor: pointer;
    /*box-shadow: 0px 0px 0px 1px;*/
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index:  1;
    margin-left: 3%;
    margin-right: 3%;
}
.see-left { left: 0px; }
.see-right {right: 0px;}
.shadow-cube { width: 50px; height: 50px; }
.see-left>.shadow-cube {
    box-shadow: -2px 2px 1px #999;
    transform: rotate(45deg) translateY(-15px);
}
.see-right>.shadow-cube {
    box-shadow: 2px -2px 1px #999;
    transform: rotate(45deg) translateX(-15px);
}

.top h2 {
    font-size: 36px;
    letter-spacing: 10px;
    text-align: center;
    text-indent: 10px;
}


/**owl-carousel cass*/
div#three-new-special {
    overflow: hidden;
    position: initial;
}

#three-new-special .owl-nav.disabled {
    display: none;
}

.owl-item {
    display: inline-block;
    height: 100%;
/*    padding-left: 15px;
    padding-right: 15px;*/
}

#three-new-special .owl-stage-outer {
    height: 100%;
}

#three-new-special .owl-stage {
    height: 100%;
}

#three-new-special .owl-item>* {
    height: 100%;
    width: 100%;
}


#three-new-special .owl-item .cover-top {
  display: none;
  position: absolute;
}
#three-new-special .cover-top h2 {
	font-size:1.75rem;
    letter-spacing:2px;
    text-align: center;
    text-indent: 10px;
    display:none;
}
#three-new-special .owl-item a:hover .cover-top {
    -moz-display: flex;
    -webkit-display: flex;
    display: flex;
    width: 100%;
    height: 100%;
    -moz-align-items: center;
    -wekbit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: white;
    background-color: rgba(0,0,0,0.2);
}
#three-new-special .owl-item img {
  object-fit: cover;
  width:100%;
}
#three-new-special .owl-item span,
#three-new-special .owl-item h4 {
	margin-top:5px;
}
#three-new-special .owl-nav {
    position: initial;
    top: 0px;
}
#share-project .owl-stage-outer{
  overflow: hidden;
}
#share-project .owl-nav {
  display:  none;
}

#three-new-special .owl-prev, #three-new-special  .owl-next {
    position: absolute;
    height: 45px;
    display: block;
    width: 45px;
    top: 0px;
    bottom: 40px;
    margin: auto;
    background-size: cover;
    background-position: center;
    color:transparent;
    cursor: pointer;
}
#three-new-special .owl-prev {
    left: -10px;
    background-image: url(/images/tintint/common/arrow-back.svg);

}
#three-new-special .owl-next {
    right: -10px;
    background-image: url(/images/tintint/common/arrow-next.svg);
}
#home-slider .first-time-mobile-btn{
  font-size: 15px;
  vertical-align: top;
  display: none;
}
#home-slider .first-time-btn{
  font-size: 15px;
  position:absolute;
  top:61px;
  right: 0px;
}

@media (max-width: 750px) {
/*    .owl-item {
      padding-left: 10px;
      padding-right: 10px;
    }*/
    div#three-new-special {
      overflow: visible;
    }
    #three-new-special .owl-item h4 {
      line-height: 1.5;
    }
    #home-slider .first-time-mobile-btn{
      margin-top:-12px;
      display: block;
    }
    #home-slider .first-time-btn{
      display: none;
    }
    #home-slider .owl-dots .owl-dot>span {
      width: 7px;
      height: 7px;
      margin-left: 7px;
      margin-right: 7px;
    }
    #home-slider .owl-dots {
      margin-top: -30px;
      display: none;
    }
}

/*bonus*/
#bonus-box .promo-img {
  /* max-width: 300px; */
  width: 100%;
}
@media(min-width:575px){
  #bonus-box .promo-img {
    max-width: 300px;
  }
}
/*bonus*/

/*product-list*/
/*tab*/
.tab>li{
    -moz-flex:1;
    -moz-flex-shrink:1;
    -webkit-flex:1;
    -webkit-flex-shrink:1;
    flex:1;
    flex-shrink:1;
    text-align:center;
    /* border-bottom: 1px solid #cecece; */
    font-size: 1rem;
    /* font-size: 16px; */
    /*line-height: 2;*/
    /* line-height: 1.5; */
    line-height: 24px;
    /* font-weight: bold; */
    letter-spacing:1px;
    color:var(--tt-layer-9-gray-color);
    cursor:pointer;
    padding-bottom: 0.5rem;
}

.tab>li.select {
    border-bottom: 3px solid var(--bs-cta) !important;
    font-weight: bold;
}


#pd-nav::-webkit-scrollbar{
  display: none;
}

#pd-nav li{
  flex: 0 0 auto;
  padding: 4px 12px;
}

#pd-nav li:hover{
  border-bottom: 3px solid #f8bda0;
}

@media (max-width: 768px) {
  .w-md-100{
    width: 100% !important;
  }
}

.pd-group-list {
  /* box-shadow: 0px 0px 10px #cecece; */
  border: 1px solid #efefef;
}
/* .pd-group-list:hover{
  box-shadow: 0px 0px 15px #cecece;
} */
.pd-img>img {
  transition: all 500ms ease;
  object-fit: cover;
  aspect-ratio: 1;
}
.hover-animation:hover>.pd-img>img{
  transform: scale(1.02);
}

.pd-info h6 span:not(:last-child):after {
  content: " / ";
}

.pd-groups li.pd-group-list:not(:hover) .pd-img-info {
  display: none !important;
}
.pd-groups li.pd-group-list:hover .pd-img-info{
  background-color: rgba(33, 33, 33, 0.88);
}


/* .pd-info-hover div {
  border-bottom: 1px solid rgba(255,255,255,.3);
  padding: 3px 0px;
} */


/*with pd-group*/

/*share project*/
#share-project .owl-carousel {
    background-image: url(/images/tintint/common/bonus/bookshelf_w1150.png);
    background-repeat: no-repeat;
    background-position: center -0.4rem;
    background-size: auto 90%;
    overflow:   hidden; 
}
/*share project*/

/*blog*/
#blog .owl-nav.disabled {
  display: none;
}
#blog .tt-max-line-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#blog .owl-stage {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, auto);
}
#blog img {
  object-fit: cover;
  aspect-ratio: 1.5;
}
#blog .owl-nav {
  display: flex;
  justify-content: center;
  gap: 3rem;
  width: 100%;
  margin-top: 1rem;
}
#blog .owl-nav svg {
  width: 20px;
  height: 20px;
}
#blog .owl-nav .disabled svg {
  color: #7C4824;
  opacity: .65;
}
#blog .owl-prev:not(.disabled), #blog .owl-next:not(.disabled) {
  cursor: pointer;
}
#blog .owl-prev, #blog .owl-next {
 padding: 0.5rem;
}
#blog .owl-stage {
  position: relative;
}
#blog .owl-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: 1 / 4;
}
#blog .slider-left {
  left: 60px;
}
#blog .slider-right {
  right: 60px;
}
@media (max-width: 750px) {
  #blog .slider-left {
    left: 40px;
  }
  #blog .slider-right {
    right: 40px;
  }
}
/*blog*/

/*celebrity-recommendations*/
#celebrity-recommendations .owl-nav.disabled {
  display: none;
}
#celebrity-recommendations .tt-max-line-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#celebrity-recommendations .owl-stage {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, auto);
}
#celebrity-recommendations img {
  object-fit: cover;
  aspect-ratio: 1.5;
}
#celebrity-recommendations .owl-nav {
  display: flex;
  justify-content: center;
  gap: 3rem;
  width: 100%;
  margin-top: 1rem;
}
#celebrity-recommendations .owl-nav svg {
  width: 20px;
  height: 20px;
}
#celebrity-recommendations .owl-nav .disabled svg {
  color: #7C4824;
  opacity: .65;
}
#celebrity-recommendations .owl-prev:not(.disabled), #celebrity-recommendations .owl-next:not(.disabled) {
  cursor: pointer;
}
#celebrity-recommendations .owl-prev, #celebrity-recommendations .owl-next {
 padding: 0.5rem;
}
#celebrity-recommendations .owl-stage {
  position: relative;
}
#celebrity-recommendations .owl-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: 1 / 4;
}
/* #celebrity-recommendations .slider-left {
  left: 60px;
}
#celebrity-recommendations .slider-right {
  right: 60px;
} */
@media (max-width: 750px) {
  #celebrity-recommendations .slider-left {
    left: 30px;
  }
  #celebrity-recommendations .slider-right {
    right: 30px;
  }
}
/*celebrity-recommendations*/

/*about tintint*/
.about-tintint {
	background-image: url(/images/tintint/common/photoprints/product_info04.jpg);
    background-repeat: no-repeat;
    background-position: calc(50% + 278px);
    background-size: 1030px;
    background-color: #efefef;
}
#about-tintint .about-text h1 {
    padding-bottom: 30px;
}
#about-tintint .about-text h5 {
    width: 60%;
    color:#666;
    line-height:2;
    letter-spacing:1.5px;
    margin-top: 3rem;
    margin-bottom: 7rem;
}
#about-tintint>div {
    background-image: url(/images/tintint/common/home/index-about-tintint.png);
    background-repeat: no-repeat;
    background-position: 90% bottom;
    background-size: contain;
}
@media (max-width: 750px) {
  /* #about-tintint .about-text{
    padding-bottom: 60vw;
  } */
  #about-tintint .about-text h1 {
    padding-bottom: 15px;
  }
  #about-tintint .about-text h5 {
    width: 100%;
    font-size: 1.25rem;
    line-height:1.8;
    letter-spacing:0.5px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  #about-tintint>div{
    background-position: center bottom;
    background-size: 350px;
  }
  #about-tintint #about-tintint-content {
    margin-bottom: 240px;
  }
}
@media (max-width: 320px) {
   #about-tintint .about-text h5 {
    font-size: 1.1rem;
  }
}

/*idea*/
#idea h2 {
	font-weight:600;
}
#idea .contain-bd {
    height: 450px;
    background-image: url(/images/tintint/common/home/index-idea-bg.jpg);
    background-size: cover;
    background-position: center;
    color: white;
}
@media (max-width: 750px) {
  #idea .about-text {
    -moz-align-items: start;
    -webkit-align-items: start;
    align-items: start!important;
  }
  #idea .about-text>h2 {
    margin-top: 20px;
  }
}
/*idea*/

/*step*/
.background-text-box {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0px;
  pointer-events: none;
}
.fixed-background-img {
  height: 60vh;
  min-height: 500px;
    background-image: url(/images/tintint/common/home/lay-flat-squre.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.backgroun-text {
	font-size: 32px;
    line-height: 1.25;
    color: white;
}
.step-main:before {
    content: "";
    width: 100%;
    height: calc(40vh - 30px);
    min-height: 100%;
    background: #e88621;
    position: absolute;
    bottom: 0px;
}
/*過渡階段替換step-box從class換到id*/
.step-box, #step-box { 
	position: relative;
	/*top: -120px;*/
    line-height: 1.5;
    color: white;
	letter-spacing:2px;
}
.step-img {
    width: 63%;
    height: calc(20vw - 34px);
    max-height: 160px;
    _margin: 10%;
    background-position: center;
    background-size:contain;
	background-repeat:no-repeat;
}
.step-box h2, #step-box h2 {letter-spacing:4px;font-weight:600;}
/*.step-box h6, #step-box h6 {line-height:1;}*/

@media(max-width: 426px) {
  .step-img {
    width: 100%;
    height: calc(50vw - 80px);
	/* height: calc(50vw - 10px); */
    background-size: cover;
    _max-height: initial;
    /* margin:5%; */
  }
  #step .py-90 {padding:60px 0;}
  .step-box h2, #step-box h2 {letter-spacing:2px;}
}

@media(max-width: 376px) {
  .step-img {
    height: calc(50vw - 70px);
    background-size: cover;
    _max-height: initial;
  }
}

@media(max-width: 321px) {
  .step-img {
    height: calc(50vw - 65px);
  }
}


/*footer*/
#v3 #ft {
  position: relative;
  margin-top: 0px;
}

#footer{
    margin-top: 0px;
}

@media(max-width: 1170px) {
  #three-special>ul {
    min-width: initial ;
  }
  #three-special.invisiable-box:before, #three-special.invisiable-box:after {
    content: "";
    display:  none;
  }
}

@media (max-width: 750px) {
  /*slider*/
  .nivoSlider {
    height: 50vh !important;
  }
  .home-slider .nivo-controlNav {
    top: calc(50vh - 20px) !important;
  }
  .nivo-caption {
    display: none !important;
  }
  #slider[index="0"]~#htmlbuttom-0,
  #slider[index="1"]~#htmlbuttom-1,
  #slider[index="2"]~#htmlbuttom-2,
  #slider[index="3"]~#htmlbuttom-3,
  #slider[index="4"]~#htmlbuttom-4,
  #slider[index="5"]~#htmlbuttom-5,
  #slider[index="6"]~#htmlbuttom-6,
  #slider[index="7"]~#htmlbuttom-7,
  #slider[index="8"]~#htmlbuttom-8,
  #slider[index="9"]~#htmlbuttom-9,
  #slider[index="10"]~#htmlbuttom-10,
  #slider[index="11"]~#htmlbuttom-11,
  #slider[index="12"]~#htmlbuttom-12,
  #slider[index="13"]~#htmlbuttom-13,
  #slider[index="14"]~#htmlbuttom-14 {
    display: block;
    background-color: white;
  }
  .nivo-html-caption>div>div{
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 15px 10px 40px;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .home-label, .slider-label { text-align: center !important; width:100%;}
  .home-label h1,.home-label h5, .slider-label h5, .slider-label .title { line-height: 1.5; }
  .home-firstbtn, .home-firstbtn>a, .slider-btn, .slider-btn>a {
    width: 100%;
    white-space: nowrap;
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-slider .nivo-controlNav, .nivo-controlNav {
    display: none;
  }
.slider-label.text-left .btn {margin-left:0;}

  /*three-special*/
  #three-special ul{
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 48vw;
    max-height: initial;
    overflow: auto;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
  }
  #three-special li {
    transform: initial !important;
  }
  .see-left, .see-right{
    display:  none;
  }
  /*three-new-spical*/
  #three-new-special ul {
    height: 48vw;
    max-height: initial;
  }
  

  /*tab*/
  .tab {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /*height: 60px;*/
    overflow-x: auto;
  }
  .tab>li {
    /*width:100px;*/pd-nav
    -moz-flex:initial;
    -webkit-flex:initial;
    flex:initial;
    /*padding: 0px 1rem;*/
    white-space:nowrap;
  }

  /*share project*/
  .share-project {
    background-image: url(/images/tintint/common/home/desk-bg.png),url(/images/tintint/common/home/desk-bg.png);
    background-repeat: no-repeat;
    background-position: center 82.4%, center 44.3%;
  }

  /*step*/
  .step-main:before {
    height:inherit;
  }
  /*about tintint*/
  .about-tintint {
    background-position: calc(30% + 150px);
    background-size: 800px;
  }
}

 /*app-intro*/

 #app-intro img {margin:5px 5px 5px 0;}
@media (max-width:750px) {
  #app-intro img {width:48%;margin:5px 1%;}
}


/*home-pd*/

#home-product.py-180 {padding-bottom:90px;}


/*ie9 fix*/
.is-ie9 .nivo-caption>.use-flexbox { display: table; position:relative;}
.is-ie9 .nivo-caption>.use-flexbox > * {display: table-cell; position: absolute;}
.is-ie9 .nivo-caption>.use-flexbox.flex-v-center > * {top: 25%;}
.is-ie9 .nivo-caption>.use-flexbox.flex-h-end > * {right:0px;}
.is-ie9 .nivo-caption>.use-flexbox.flex-h-center > * {margin-left:auto; margin-right:auto; left:0px; right:0px;}
.is-ie9 .nivo-caption .use-flexbox>.slider-label {display: table-row;}
.is-ie9 .nivo-caption .use-flexbox>.slider-btn {display: table-row;}

.is-ie9 .nivo-caption .use-flexbox  {display: table; position:relative;padding-left:1px;}
.is-ie9 .nivo-caption .use-flexbox .use-flexbox {width:100%;}

.is-ie9 .nivo-caption .use-flexbox > .slider-label {display: inline-block; position:absolute;}
.is-ie9 .nivo-caption .use-flexbox > .slider-btn {display: inline-block; position:absolute; width: 330px;}

.is-ie9 .nivo-caption .use-flexbox.flex-h-center>*{margin-left:auto; margin-right:auto; left:0px; right:0px;}
.is-ie9 .nivo-caption .use-flexbox.flex-h-end>*{margin-left:auto; left:0px; right:0px;}
.is-ie9 .nivo-caption .use-flexbox.flex-v-row-center > .slider-label {top:15%;}
.is-ie9 .nivo-caption .use-flexbox.flex-v-row-center > .slider-btn {bottom :15%;}

.is-ie9 .flex-fluid .container-title.use-flexbox {display: table; width: 100%;}
.is-ie9 .flex-fluid .container-title.use-flexbox.flex-v-center>* {display: table-row; vertical-align: middle;}
.is-ie9 .flex-fluid .container-title.use-flexbox.flex-v-center>h4 {display: table-cell; vertical-align: middle;}
.is-ie9 .flex-fluid .container-title.use-flexbox.flex-v-center>h1 {display: table-cell; vertical-align: middle;}

.is-ie9 .use-flexbox.tab {display: table; width:100%;}
.is-ie9 .use-flexbox.tab > li {display: table-cell;}
.is-ie9 .pd-groups {display: block;}
.is-ie9 .pd-groups > .pd-group-list {display: inline-block;float: left;}
.is-ie9 .pd-groups .pd-img {padding: 25px 0px;}
.is-ie9 .pd-groups .pd-img>div {margin: 0px 10%;}

.is-ie9 .step-box.use-flexbox {display: table; width:100%;}
.is-ie9 .step-box.use-flexbox > * {display: table-cell;}
.is-ie9 .step-box .step-img {margin-left: 10%;}
.is-ie9 .step-box.use-flexbox>li> * {text-align: center;}
.is-ie9 #app-intro h5+.use-flexbox {display: table;width:100%;text-align: center;}
.is-ie9 #app-intro h5+.use-flexbox > *  {display: table-cell;}