.pageHeadline.brand .btn {
  float: right;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
}
.pageHeadline.brand .text-headline {
  float: left;
}
@media (max-width: 1200px) {
  .btnShowConcept {
    display: none;
  }
  #section-product-listing {
    display: none;
  }
  .story #pageBrandContent {
    display: block;
  }
  .story #section-product-listing {
    display: none;
  }
  .story .btnShowProduct {
    display: inline-block;
  }
  .story .btnShowConcept {
    display: none;
  }
  .list #pageBrandContent {
    display: none;
  }
  .list #section-product-listing {
    display: block;
  }
  .list .btnShowProduct {
    display: none;
  }
  .list .btnShowConcept {
    display: inline-block;
  }
}
.pageHeadline .text-headline {
  font-family: "Times New Roman", Times, Georgia, "Microsoft JhengHei", "微軟正黑體", serif;
}
@media (max-width:  767px ) {
  .pageHeadline .text-headline {
    font-size: 26px;
  }
}
.pageHeadline.brand {
  position: relative;
  height: 85px;
  z-index: 90;
}
.pageHeadline.brand .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  background: white;
}
@media (max-width:  767px ) {
  .pageHeadline.brand .wrapper .divider {
    margin-top: 5px;
  }
}
.pageHeadline.brand.fixTop .wrapper {
  position: fixed;
  top: 49px;
}
@media (max-width:  767px ) {
  .pageHeadline.brand {
    height: 73px;
  }
}
@media (max-width:  767px ) {
  #page-wrapper .pageHeadline {
    display: none;
  }
}
.img-pdt {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width:  1201px ) {
  .img-pdt {
    width: 60% !important;
    min-width: 180px;
  }
  .cellWrapper .img-pdt {
    width: 100% !important;
  }
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  1200px ) {
  .img-pdt {
    max-width: 280px;
  }
}
@media (min-width:  1201px ) {
  .img-logo {
    width: 320px;
  }
}
@media (min-width:  768px ) and (max-width:  1200px ) {
  .img-logo {
    width: 240px;
  }
}
@media (max-width:  767px ) {
  .img-logo {
    width: 180px;
  }
}
.bg-pdt {
  background-size: contain !important;
}
.text-white {
  color: white;
}
.brandVideo {
  display: block;
  max-width: 100%;
}
.text-box {
  letter-spacing: 0.2em;
}
#pageBrandContent .pdt-link {
  position: relative;
}
#pageBrandContent .pdt-link .btn-contact {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#pageBrandContent .pdt-link:hover .btn-contact {
  display: inline-block;
}
#pageBrandContent h1,
#pageBrandContent h2,
#pageBrandContent h3,
#pageBrandContent h4,
#pageBrandContent h5,
#pageBrandContent h6 {
  margin-top: 0;
}
#pageBrandContent .black-bg {
  background-color: #000000;
}
#pageBrandContent .gray-bg {
  background-color: #d0d0d0;
}
#pageBrandContent #heading {
  position: relative;
}
#pageBrandContent #heading .heading_bg {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#pageBrandContent #heading .heading_bg.heading_height_800 {
  height: 800px;
}
#pageBrandContent #heading .heading_bg.heading_height_700 {
  height: 700px;
}
#pageBrandContent #heading .heading_bg.heading_height_600 {
  height: 600px;
}
@media (min-width:  768px ) and (max-width:  1200px ) {
  #pageBrandContent #heading .heading_bg {
    height: 510px !important;
  }
}
@media (max-width:  767px ) {
  #pageBrandContent #heading .heading_bg {
    height: 300px;
  }
}
#pageBrandContent .heading_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media (min-width:  768px ) and (max-width:  1200px ) {
  #pageBrandContent .heading_content table.grid .cellWrapper {
    padding: 40px 10%;
  }
}
@media (max-width:  767px ) {
  #pageBrandContent .heading_content {
    position: relative;
    margin-top: -130px;
  }
}
#pageBrandContent .bg-white {
  background-color: white;
}
@media (max-width:  767px ) {
  #pageBrandContent .container {
    max-width: 480px;
  }
}
#pageBrandContent table.grid {
  width: 100%;
}
#pageBrandContent table.grid tr td .txt .text-body-2 {
  line-height: 1.7;
}
@media (min-width:  1201px ) {
  #pageBrandContent table.grid .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
  #pageBrandContent table.grid .container-fluid .table-container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    vertical-align: middle;
    text-align: center;
  }
  #pageBrandContent table.grid .container-fluid .bg-white {
    background-color: white;
  }
  #pageBrandContent table.grid .container-fluid .logo {
    display: inline-block;
    max-width: 40%;
  }
  #pageBrandContent table.grid div {
    vertical-align: middle;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #pageBrandContent table.grid tr td {
    vertical-align: middle;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #pageBrandContent table.grid tr td.v-top {
    vertical-align: top;
  }
  #pageBrandContent table.grid tr td.v-btm {
    vertical-align: bottom;
  }
  #pageBrandContent table.grid tr td .coverImg {
    height: 0px;
    width: 100%;
    padding-bottom: 36.4583333%;
  }
  #pageBrandContent table.grid tr td .cover-txt-30 {
    height: 0px;
    width: 100%;
    margin-top: 30%;
  }
  #pageBrandContent table.grid tr td .one-to-one {
    height: 0px;
    width: 100%;
    padding-bottom: 100%;
    display: block;
  }
  #pageBrandContent table.grid tr td .two-to-one {
    height: 0px;
    width: 100%;
    padding-bottom: 50%;
    display: block;
  }
  #pageBrandContent table.grid tr td .four-to-one {
    height: 0px;
    width: 100%;
    padding-bottom: 25%;
    display: block;
  }
  #pageBrandContent table.grid tr td .ten-to-seven {
    height: 0px;
    width: 100%;
    padding-bottom: 70%;
  }
  #pageBrandContent table.grid tr td .ten-to-three {
    height: 0px;
    width: 100%;
    padding-bottom: 30%;
  }
  #pageBrandContent table.grid tr td .margin-top-0250 {
    margin-top: -250px;
  }
  #pageBrandContent table.grid tr td .txt {
    text-align: center;
  }
  #pageBrandContent table.grid tr td .txt .txt-white {
    color: white;
  }
  #pageBrandContent table.grid tr td .txt .text-headline {
    margin-top: 0;
    font-size: 17px;
  }
  #pageBrandContent table.grid tr td .txt .text-title {
    margin-top: 0;
    font-family: "Times New Roman", Times, Georgia, "Microsoft JhengHei", "微軟正黑體", serif;
    font-size: 30px;
  }
  #pageBrandContent table.grid tr td .txt .text-headline-2 {
    margin-top: 0;
    font-size: 20px;
  }
  #pageBrandContent table.grid tr td .txt .remarks {
    font-size: 11px;
  }
  #pageBrandContent table.grid tr td .cellWrapper {
    padding: 40px 10%;
  }
  #pageBrandContent table.grid tr td .cell-12 {
    width: 100%;
  }
  #pageBrandContent table.grid tr td .cell-10 {
    width: 83.33%;
  }
  #pageBrandContent table.grid tr td .cell-6 {
    width: 50%;
  }
  #pageBrandContent table.grid tr td .cell-3 {
    width: 25%;
  }
  #pageBrandContent table.grid tr td .cell-9 {
    width: 75%;
  }
  #pageBrandContent table.grid tr td .cell-8 {
    width: 66.66%;
  }
  #pageBrandContent table.grid tr td .cell-4 {
    width: 33.33%;
  }
  #pageBrandContent table.grid tr td .cell-2 {
    width: 16.66%;
  }
}
@media (min-width:  768px ) and (max-width:  1200px ) {
  #pageBrandContent table.grid tr td {
    vertical-align: middle;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #pageBrandContent table.grid tr td .coverImg {
    height: 0px;
    width: 100%;
    padding-bottom: 36.4583333%;
  }
  #pageBrandContent table.grid tr td .container-fluid .bg-white {
    background-color: white;
  }
  #pageBrandContent table.grid tr td .container-fluid .logo {
    display: inline-block;
    max-width: 40%;
  }
  #pageBrandContent table.grid tr td .cover-txt-30 {
    height: 0px;
    width: 100%;
    margin-top: 3%;
  }
  #pageBrandContent table.grid tr td .one-to-one {
    height: 0px;
    width: 100%;
    padding-bottom: 100%;
    display: block;
  }
  #pageBrandContent table.grid tr td .two-to-one {
    height: 0px;
    width: 100%;
    padding-bottom: 50%;
    display: block;
  }
  #pageBrandContent table.grid tr td .ten-to-seven {
    height: 0px;
    width: 100%;
    padding-bottom: 70%;
  }
  #pageBrandContent table.grid tr td .ten-to-three {
    height: 0px;
    width: 100%;
    padding-bottom: 30%;
  }
  #pageBrandContent table.grid tr td .margin-top-0250 {
    margin-top: -170px;
  }
  #pageBrandContent table.grid tr td .txt {
    text-align: center;
  }
  #pageBrandContent table.grid tr td .txt .txt-white {
    color: white;
  }
  #pageBrandContent table.grid tr td .txt .text-headline {
    margin-top: 0;
    font-size: 17px;
  }
  #pageBrandContent table.grid tr td .txt .text-title-2 {
    font-size: 26px;
  }
  #pageBrandContent table.grid tr td .txt .text-body-2 {
    font-size: 12px;
  }
  #pageBrandContent table.grid tr td .txt .text-title {
    margin-top: 0;
    font-family: "Times New Roman", Times, Georgia, "Microsoft JhengHei", "微軟正黑體", serif;
    font-size: 30px;
  }
  #pageBrandContent table.grid tr td .txt .text-headline-2 {
    margin-top: 0;
    font-size: 20px;
  }
  #pageBrandContent table.grid tr td .txt .remarks {
    font-size: 11px;
  }
  #pageBrandContent table.grid tr td .cellWrapper {
    padding: 30px 10%;
  }
  #pageBrandContent table.grid tr td .cell-12 {
    width: 100%;
  }
  #pageBrandContent table.grid tr td .cell-10 {
    width: 83.33%;
  }
  #pageBrandContent table.grid tr td .cell-6 {
    width: 50%;
  }
  #pageBrandContent table.grid tr td .cell-3 {
    width: 25%;
  }
  #pageBrandContent table.grid tr td .cell-9 {
    width: 75%;
  }
  #pageBrandContent table.grid tr td .cell-8 {
    width: 66.66%;
  }
  #pageBrandContent table.grid tr td .cell-4 {
    width: 33.33%;
  }
  #pageBrandContent table.grid tr td .cell-2 {
    width: 16.66%;
  }
}
@media (max-width:  767px ) {
  #pageBrandContent table.grid tr td {
    vertical-align: middle;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #pageBrandContent table.grid tr td.bgpo-left {
    background-position: left center;
  }
  #pageBrandContent table.grid tr td .coverImg {
    height: 0px;
    width: 100%;
    padding-bottom: 36.4583333%;
  }
  #pageBrandContent table.grid tr td .container-fluid .bg-white {
    background-color: white;
  }
  #pageBrandContent table.grid tr td .container-fluid .logo {
    display: inline-block;
    max-width: 8%;
  }
  #pageBrandContent table.grid tr td .cover-txt-30 {
    height: 810px;
    width: 100%;
  }
  #pageBrandContent table.grid tr td .cover-txt-30 .margin-top-197 {
    margin-top: 197px;
  }
  #pageBrandContent table.grid tr td .one-to-one {
    height: 0px;
    width: 100%;
    padding-bottom: 100%;
    display: block;
  }
  #pageBrandContent table.grid tr td .two-to-one {
    height: 0px;
    width: 100%;
    padding-bottom: 50%;
    display: block;
  }
  #pageBrandContent table.grid tr td .ten-to-seven {
    height: 0px;
    width: 100%;
    padding-bottom: 70%;
  }
  #pageBrandContent table.grid tr td .ten-to-three {
    height: 0px;
    width: 100%;
    padding-bottom: 30%;
  }
  #pageBrandContent table.grid tr td .margin-top-0250 {
    margin-top: -50%;
  }
  #pageBrandContent table.grid tr td .txt {
    text-align: center;
  }
  #pageBrandContent table.grid tr td .txt .txt-white {
    color: white;
  }
  #pageBrandContent table.grid tr td .txt .text-headline {
    margin-top: 0;
    font-size: 17px;
  }
  #pageBrandContent table.grid tr td .txt .remarks {
    font-size: 11px;
  }
  #pageBrandContent table.grid tr td .txt .text-title-2 {
    font-size: 26px;
  }
  #pageBrandContent table.grid tr td .txt .text-body-2 {
    font-size: 12px;
  }
  #pageBrandContent table.grid tr td .cellWrapper {
    padding: 40px 10%;
  }
  #pageBrandContent table.grid tr td.cell-2,
  #pageBrandContent table.grid tr td.cell-3,
  #pageBrandContent table.grid tr td.cell-4,
  #pageBrandContent table.grid tr td.cell-8,
  #pageBrandContent table.grid tr td.cell-9,
  #pageBrandContent table.grid tr td.cell-10,
  #pageBrandContent table.grid tr td.cell-12 {
    width: 100%;
  }
  #pageBrandContent table.grid tr td.cell-6 {
    width: 50%;
  }
}
#pageBrandContent .cell-12 {
  width: 100%;
}
#pageBrandContent .cell-10 {
  width: 83.33%;
}
#pageBrandContent .cell-6 {
  width: 50%;
}
#pageBrandContent .cell-3 {
  width: 25%;
}
#pageBrandContent .cell-9 {
  width: 75%;
}
#pageBrandContent .cell-8 {
  width: 66.66%;
}
#pageBrandContent .cell-4 {
  width: 33.33%;
}
#pageBrandContent .cell-2 {
  width: 16.66%;
}
#charme-product .one-to-one,
#charme-product .two-to-one {
  position: relative;
}
#charme-product .block-pdt .block-pdt__text {
  position: absolute;
  width: 100%;
  padding: 0 1em;
  text-align: center;
  top: 15%;
  font-size: 20px;
  font-family: "Times New Roman", Times, Georgia, "Microsoft JhengHei", "微軟正黑體", serif;
  line-height: 1.1;
}
@media (min-width:  1201px ) {
  #charme-product .block-pdt .block-pdt__text {
    font-size: 24px;
  }
}
@media (max-width:  767px ) {
  #charme-product .block-pdt .block-pdt__text {
    font-size: 16px;
  }
}
#charme-product .block-pdt .block-pdt__text.text-btm {
  top: auto;
  bottom: 10%;
}
#charme-product .block-pdt .block-pdt__text .icon {
  font-size: 0.8em;
  vertical-align: middle;
}
#pageBrandContent .singleBanner.singleBanner-landscape {
  position: relative;
  width: 100%;
  min-height: 250px;
}
#pageBrandContent .singleBanner.singleBanner-portrait {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
}
#pageBrandContent .singleBanner .img-banner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.videoContainer {
  position: relative;
}
.videoContainer .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  z-index: 1;
  cursor: pointer;
  background: url('/en/img/ui/icon-video-play.png') no-repeat center center;
  background-size: contain;
  opacity: 0.7;
  outline: 0 !important;
}
.videoContainer.playing .icon {
  opacity: 0;
  background: url('/en/img/ui/icon-video-pause.png') no-repeat center center;
}
.videoContainer.playing:hover .icon {
  opacity: 0.7;
}
.videoContainer video {
  display: block;
}
.logo-d {
  width: 320px;
  margin-bottom: 20px;
}
.logo-m {
  width: 200px;
  margin-bottom: 20px;
}
.btn-contact-us {
  width: 240px;
  display: block;
  margin: 20px auto;
  background: black;
  color: white;
  padding: 0.8em 0;
}
.btn-filter-collection {
  cursor: pointer;
}
.btn-filter-wrapper {
  position: relative;
}
.btn-filter-wrapper .btn-filter-collection {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-filter-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: black;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#charme-product .btn-filter-wrapper:before {
  background: white;
}
.btn-filter-wrapper:hover:before {
  opacity: 0.2;
}
.btn-filter-wrapper:hover .btn-filter-collection {
  opacity: 1;
}
.contact-us-btn {
  padding: 15px;
}
#cboxLoadedContent {
  padding-top: 30px !important;
  margin-bottom: 0 !important;
}
#cboxClose {
  position: absolute;
  top: 00px;
  right: 00px;
  background: url('../img/ild-craft/close.png') no-repeat center center;
  background-size: 20px 20px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  opacity: 0.8;
}
#pageBrandContent .sliderContent {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
#pageBrandContent .sliderContent .sizer {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#pageBrandContent .sliderContent .sliderWrapper {
  width: 90%;
  margin: 0 auto;
}
#pageBrandContent .sliderContent .slick-slide {
  white-space: nowrap;
  padding: 0 50px;
  overflow: hidden;
}
#pageBrandContent .sliderContent .slide__img {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 54%;
}
#pageBrandContent .sliderContent .slide__text {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 44%;
}
#pageBrandContent .sliderContent .text-month {
  color: #999;
  text-transform: uppercase;
}
#pageBrandContent .sliderContent .text-month:after {
  position: relative;
  width: 110px;
  height: 10px;
  display: block;
  content: '';
  background: url('/en/img/brand-content/promessa/shadow.png') no-repeat center center;
  margin: 0.4em auto 0;
}
#pageBrandContent .sliderContent .text-meaning {
  color: #999;
}
@media (max-width:  767px ) {
  #pageBrandContent .sliderContent {
    padding-bottom: 100%;
  }
  #pageBrandContent .sliderContent .sliderWrapper {
    width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .page-banner #section-product-listing {
    display: block!important;
  }
  .page-banner #pageBrandContent {
    display: none!important;
  }
  .page-banner .btnShowProduct {
    display: none!important;
  }
  .page-banner .pageHeadline.brand .container:last-child,
  .page-banner #page-wrapper .pageHeadline {
    display: none!important;
  }
}
