/*  */
@media screen and (max-width: 780px) {
  .comment-boay .video_head {
    padding-top: 64px; } }
.comment-boay .video_head .video {
  display: none; }
.comment-boay .video_head .active {
  height: calc(100vh);
  display: block;
  position: relative; }
  @media screen and (max-width: 780px) {
    .comment-boay .video_head .active .pc {
      display: none; } }
  @media screen and (min-width: 780px) {
    .comment-boay .video_head .active .mobile {
      display: none; } }
  .comment-boay .video_head .active img {
    width: 100%;
    height: 100%; }
  .comment-boay .video_head .active video {
    width: 100%;
    height: 100%;
    object-fit: fill; }
  .comment-boay .video_head .active .open {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100px;
    width: 100px; }
  .comment-boay .video_head .active .text {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 10%;
    color: #fff;
    font-size: 60px;
    line-height: 200px;
    letter-spacing: 40px; }
  @media screen and (max-width: 780px) {
    .comment-boay .video_head .active .text {
      display: none; } }
@media screen and (max-width: 780px) {
  .comment-boay .tab-page {
    padding: 30px 3%; } }
@media screen and (min-width: 780px) {
  .comment-boay .tab-page {
    padding: 50px 10%; } }
.comment-boay .tab-page .title {
  text-align: center; }
  .comment-boay .tab-page .title span {
    display: inline-block;
    background: url(../images/title.png) center no-repeat;
    background-size: 100% 100%;
    color: #333;
    font-weight: bold;
    padding: 10px 40px;
    line-height: 40px;
    position: relative; }
    @media screen and (max-width: 780px) {
      .comment-boay .tab-page .title span {
        font-size: 20px; } }
    @media screen and (min-width: 780px) {
      .comment-boay .tab-page .title span {
        font-size: 36px; } }
    .comment-boay .tab-page .title span:before {
      width: 20px;
      height: 100%;
      display: block;
      content: '';
      overflow: hidden;
      background: url(../images/title_right.png) center no-repeat;
      background-size: 100% 100%;
      position: absolute;
      right: -10px;
      top: 50%;
      transform: translateY(-50%); }
    .comment-boay .tab-page .title span:after {
      width: 20px;
      height: 100%;
      display: block;
      content: '';
      overflow: hidden;
      background: url(../images/title_left.png) center no-repeat;
      background-size: 100% 100%;
      position: absolute;
      left: -10px;
      top: 50%;
      transform: translateY(-50%); }
.comment-boay .tab-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f2e9; }
  .comment-boay .tab-head .left {
    font-size: 20px;
    font-weight: bold; }
  .comment-boay .tab-head .right {
    display: flex; }
    .comment-boay .tab-head .right a {
      display: inline-block;
      padding: 20px;
      font-size: 16px;
      color: #333333;
      text-decoration: none;
      outline: none; }
      @media screen and (max-width: 780px) {
        .comment-boay .tab-head .right a {
          font-size: 14px;
          padding: 15px;
          text-align: center; } }
    .comment-boay .tab-head .right .active {
      background-color: #d7000f;
      color: #fff; }
  @media screen and (max-width: 780px) {
    .comment-boay .tab-head .left {
      display: none; } }
  @media screen and (min-width: 780px) {
    .comment-boay .tab-head {
      padding: 0 10%; } }
.comment-boay .wrap {
  background-color: #f8f7f4; }
.comment-boay .comment-indicators .indicators-content {
  position: relative;
  background-color: #fff; }
  .comment-boay .comment-indicators .indicators-content .carousel-indicators {
    position: inherit;
    bottom: inherit;
    left: inherit;
    z-index: inherit;
    width: inherit;
    padding: inherit;
    margin: inherit;
    overflow: inherit;
    text-align: inherit; }
    .comment-boay .comment-indicators .indicators-content .carousel-indicators .active {
      height: inherit;
      width: inherit;
      color: inherit;
      padding: inherit;
      background-color: inherit; }
.comment-boay .comment-carousel .tab-content #carousel-example-generic {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  width: 100%; }
  @media screen and (max-width: 780px) {
    .comment-boay .comment-carousel .tab-content #carousel-example-generic .carousel-inner {
      width: 100%; } }
  @media screen and (min-width: 780px) {
    .comment-boay .comment-carousel .tab-content #carousel-example-generic .carousel-inner {
      width: 50%; } }
  .comment-boay .comment-carousel .tab-content #carousel-example-generic .carousel-inner .item img {
    height: 100%;
    width: 100%; }
  .comment-boay .comment-carousel .tab-content #carousel-example-generic .indicators-content {
    position: relative;
    background-color: #fff;
    width: 100%; }
    .comment-boay .comment-carousel .tab-content #carousel-example-generic .indicators-content .carousel-indicators {
      position: absolute;
      top: 18%;
      left: 40%;
      z-index: inherit;
      width: 80%;
      padding: 0 20px 0 0;
      text-align: left;
      list-style: inherit;
      height: 60%;
      overflow: auto;
      scrollbar-arrow-color: #ededed;
      scrollbar-face-color: #d7000f;
      scrollbar-3dlight-color: #ededed;
      scrollbar-highlight-color: #ededed;
      scrollbar-darkshadow-color: #ededed;
      scrollbar-track-color: #ededed;
      scrollbar-base-color: #f8f8f8; }
      .comment-boay .comment-carousel .tab-content #carousel-example-generic .indicators-content .carousel-indicators::-webkit-scrollbar {
        width: 8px;
        height: 1px; }
      .comment-boay .comment-carousel .tab-content #carousel-example-generic .indicators-content .carousel-indicators::-webkit-scrollbar-thumb {
        background: #d7000f;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); }
      .comment-boay .comment-carousel .tab-content #carousel-example-generic .indicators-content .carousel-indicators::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #EDEDED; }
      @media screen and (max-width: 780px) {
        .comment-boay .comment-carousel .tab-content #carousel-example-generic .indicators-content .carousel-indicators div {
          font-size: 16px;
          padding: 5px 10px; } }
      @media screen and (min-width: 780px) {
        .comment-boay .comment-carousel .tab-content #carousel-example-generic .indicators-content .carousel-indicators div {
          font-size: 20px;
          line-height: 50px;
          font-weight: bold; } }
      .comment-boay .comment-carousel .tab-content #carousel-example-generic .indicators-content .carousel-indicators .active {
        width: auto;
        height: auto;
        margin: auto;
        color: #d7000f;
        background-color: transparent; }
    .comment-boay .comment-carousel .tab-content #carousel-example-generic .indicators-content .img {
      position: absolute;
      width: 8%; }
    .comment-boay .comment-carousel .tab-content #carousel-example-generic .indicators-content .left {
      top: 10px;
      left: 60px; }
    .comment-boay .comment-carousel .tab-content #carousel-example-generic .indicators-content .right {
      bottom: 10px;
      right: 60px; }
    @media screen and (max-width: 780px) {
      .comment-boay .comment-carousel .tab-content #carousel-example-generic .indicators-content {
        width: 100%;
        height: 314px; }
        .comment-boay .comment-carousel .tab-content #carousel-example-generic .indicators-content .left {
          left: 10px; }
        .comment-boay .comment-carousel .tab-content #carousel-example-generic .indicators-content .right {
          right: 10px; } }
    @media screen and (min-width: 780px) {
      .comment-boay .comment-carousel .tab-content #carousel-example-generic .indicators-content {
        width: 50%;
        padding: 0 60px; } }
.comment-boay .comment-spec {
  background-color: #fff; }
  .comment-boay .comment-spec .tab-content {
    margin-top: 50px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 780px) {
      .comment-boay .comment-spec .tab-content {
        flex-wrap: wrap; } }
    .comment-boay .comment-spec .tab-content .product-left {
      background-color: #f8f7f4; }
      @media screen and (min-width: 780px) {
        .comment-boay .comment-spec .tab-content .product-left {
          margin: 0 100px;
          padding: 40px;
          flex: 1; } }
      @media screen and (max-width: 780px) {
        .comment-boay .comment-spec .tab-content .product-left {
          width: 100%; } }
      .comment-boay .comment-spec .tab-content .product-left .product-title {
        font-size: 20px;
        color: #333333;
        font-weight: bold;
        line-height: 40px; }
      .comment-boay .comment-spec .tab-content .product-left ul {
        margin-top: 20px;
        padding: 0; }
        .comment-boay .comment-spec .tab-content .product-left ul li {
          padding: 10px;
          margin-bottom: 10px;
          list-style: none; }
          .comment-boay .comment-spec .tab-content .product-left ul li a {
            font-size: 16px;
            color: #333;
            text-decoration: none;
            outline: none; }
        .comment-boay .comment-spec .tab-content .product-left ul .on {
          background-color: #d7000f; }
          .comment-boay .comment-spec .tab-content .product-left ul .on a {
            color: #fff; }
    .comment-boay .comment-spec .tab-content .product-right {
      flex: 2;
      padding-bottom: 20px; }
      .comment-boay .comment-spec .tab-content .product-right .product-item {
        text-align: center;
        display: none; }
        .comment-boay .comment-spec .tab-content .product-right .product-item .img {
          position: relative;
          height: 500px;
          overflow: hidden; }
          .comment-boay .comment-spec .tab-content .product-right .product-item .img img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
          @media screen and (max-width: 780px) {
            .comment-boay .comment-spec .tab-content .product-right .product-item .img img {
              width: 80%; } }
        .comment-boay .comment-spec .tab-content .product-right .product-item .desc {
          text-align: center;
          font-size: 20px;
          line-height: 40px;
          font-weight: bold;
          color: #333;
          margin-bottom: 20px;
          margin-top: 20px; }
        .comment-boay .comment-spec .tab-content .product-right .product-item .btn a {
          display: inline-block;
          line-height: 50px;
          background-color: #d7000f;
          font-size: 20px;
          color: #fff;
          font-weight: bold;
          padding: 0px 80px; }
      .comment-boay .comment-spec .tab-content .product-right .active {
        display: block; }
.comment-boay .comment-product .tab-content {
  margin-top: 50px; }
  .comment-boay .comment-product .tab-content .pro_Swiper .swiper-wrapper {
    position: relative;
    height: 100%;
    width: 100%; }
    .comment-boay .comment-product .tab-content .pro_Swiper .swiper-wrapper .swiper-slide {
      height: 1px; }
      @media screen and (max-width: 780px) {
        .comment-boay .comment-product .tab-content .pro_Swiper .swiper-wrapper .swiper-slide {
          background-color: #fff; } }
    .comment-boay .comment-product .tab-content .pro_Swiper .swiper-wrapper .swiper-slide-active {
      height: auto !important; }
  @media screen and (max-width: 780px) {
    .comment-boay .comment-product .tab-content .pro_Swiper .pagination {
      position: absolute;
      z-index: 20;
      left: 50%;
      transform: translate(-50%);
      bottom: -10px; }
    .comment-boay .comment-product .tab-content .pro_Swiper .swiper-pagination-switch {
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 8px;
      background: #222;
      margin-right: 5px;
      opacity: 0.8;
      border: 1px solid #fff;
      cursor: pointer; }
    .comment-boay .comment-product .tab-content .pro_Swiper .swiper-visible-switch {
      background: #aaa; }
    .comment-boay .comment-product .tab-content .pro_Swiper .swiper-active-switch {
      background: #d7000f; } }
  .comment-boay .comment-product .tab-content .product-item {
    text-align: center;
    background-color: #fff;
    padding: 20px 0; }
    @media screen and (max-width: 780px) {
      .comment-boay .comment-product .tab-content .product-item {
        padding-bottom: 30px; } }
    @media screen and (min-width: 780px) {
      .comment-boay .comment-product .tab-content .product-item {
        flex: 1;
        margin: 0 30px; } }
    .comment-boay .comment-product .tab-content .product-item .img img {
      width: 40%; }
    .comment-boay .comment-product .tab-content .product-item .desc {
      text-align: center;
      font-size: 20px;
      line-height: 40px;
      font-weight: bold;
      color: #333;
      margin-bottom: 20px;
      margin-top: 20px; }
    .comment-boay .comment-product .tab-content .product-item .btn a {
      display: inline-block;
      line-height: 50px;
      background-color: #d7000f;
      font-size: 20px;
      color: #fff;
      font-weight: bold;
      padding: 0px 80px;
      text-decoration: none;
      outline: none; }
.comment-boay #product .tab-content,
.comment-boay #pills .tab-content {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 780px) {
    .comment-boay #product .tab-content,
    .comment-boay #pills .tab-content {
      flex-wrap: wrap;
      justify-content: center; } }
  .comment-boay #product .tab-content .left,
  .comment-boay #product .tab-content .right,
  .comment-boay #pills .tab-content .left,
  .comment-boay #pills .tab-content .right {
    margin-top: 50px; }
    @media screen and (min-width: 780px) {
      .comment-boay #product .tab-content .left,
      .comment-boay #product .tab-content .right,
      .comment-boay #pills .tab-content .left,
      .comment-boay #pills .tab-content .right {
        margin-right: 80px; } }
  .comment-boay #product .tab-content .left i,
  .comment-boay #pills .tab-content .left i {
    font-style: normal; }
  @media screen and (max-width: 780px) {
    .comment-boay #product .tab-content .left,
    .comment-boay #pills .tab-content .left {
      width: 100%; } }
  .comment-boay #product .tab-content .left p,
  .comment-boay #pills .tab-content .left p {
    font-size: 16px; }
  @media screen and (max-width: 780px) {
    .comment-boay #product .tab-content .left p,
    .comment-boay #pills .tab-content .left p {
      font-size: 14px; } }
  .comment-boay #product .tab-content .left .p1,
  .comment-boay #pills .tab-content .left .p1 {
    font-weight: bold; }
    @media screen and (max-width: 780px) {
      .comment-boay #product .tab-content .left .p1,
      .comment-boay #pills .tab-content .left .p1 {
        font-size: 18px; } }
    @media screen and (min-width: 780px) {
      .comment-boay #product .tab-content .left .p1,
      .comment-boay #pills .tab-content .left .p1 {
        font-size: 36px; } }
    .comment-boay #product .tab-content .left .p1 span,
    .comment-boay #pills .tab-content .left .p1 span {
      color: #d7000f; }
  .comment-boay #product .tab-content .left .p2,
  .comment-boay #pills .tab-content .left .p2 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 10px; }
    @media screen and (max-width: 780px) {
      .comment-boay #product .tab-content .left .p2,
      .comment-boay #pills .tab-content .left .p2 {
        font-size: 16px; } }
  .comment-boay #product .tab-content .left .p3,
  .comment-boay #pills .tab-content .left .p3 {
    font-size: 16px; }
    .comment-boay #product .tab-content .left .p3 p span,
    .comment-boay #pills .tab-content .left .p3 p span {
      color: #d7000f;
      padding-right: 5px; }
  .comment-boay #product .tab-content .right,
  .comment-boay #pills .tab-content .right {
    text-align: center; }
    .comment-boay #product .tab-content .right img,
    .comment-boay #pills .tab-content .right img {
      width: 60%; }
    @media screen and (max-width: 780px) {
      .comment-boay #product .tab-content .right img,
      .comment-boay #pills .tab-content .right img {
        width: 60% !important; } }
    .comment-boay #product .tab-content .right .btn,
    .comment-boay #pills .tab-content .right .btn {
      margin-top: 50px;
      padding: 10px 40px;
      background-color: #d7000f; }
      .comment-boay #product .tab-content .right .btn a,
      .comment-boay #pills .tab-content .right .btn a {
        font-size: 20px;
        font-weight: bold;
        color: #fff; }

.custom-product_2 #product .title,
.custom-product_2 #tab1 .title,
.custom-product_2 #tab2 .title,
.custom-product_2 #tab3 .title,
.custom-product_2 #tab4 .title,
.custom-product_2 #tab5 .title,
.custom-product_2 #tab6 .title,
.custom-product_2 .product_2-tab_1 .title {
  text-align: center; }
  .custom-product_2 #product .title span,
  .custom-product_2 #tab1 .title span,
  .custom-product_2 #tab2 .title span,
  .custom-product_2 #tab3 .title span,
  .custom-product_2 #tab4 .title span,
  .custom-product_2 #tab5 .title span,
  .custom-product_2 #tab6 .title span,
  .custom-product_2 .product_2-tab_1 .title span {
    background: transparent; }
    .custom-product_2 #product .title span:before,
    .custom-product_2 #tab1 .title span:before,
    .custom-product_2 #tab2 .title span:before,
    .custom-product_2 #tab3 .title span:before,
    .custom-product_2 #tab4 .title span:before,
    .custom-product_2 #tab5 .title span:before,
    .custom-product_2 #tab6 .title span:before,
    .custom-product_2 .product_2-tab_1 .title span:before {
      width: 30px;
      height: 40px;
      background: url(../images/prd_05_2.png) center no-repeat;
      background-size: 80% 100%; }
      @media screen and (max-width: 780px) {
        .custom-product_2 #product .title span:before,
        .custom-product_2 #tab1 .title span:before,
        .custom-product_2 #tab2 .title span:before,
        .custom-product_2 #tab3 .title span:before,
        .custom-product_2 #tab4 .title span:before,
        .custom-product_2 #tab5 .title span:before,
        .custom-product_2 #tab6 .title span:before,
        .custom-product_2 .product_2-tab_1 .title span:before {
          background-size: 65% 80%; } }
    .custom-product_2 #product .title span:after,
    .custom-product_2 #tab1 .title span:after,
    .custom-product_2 #tab2 .title span:after,
    .custom-product_2 #tab3 .title span:after,
    .custom-product_2 #tab4 .title span:after,
    .custom-product_2 #tab5 .title span:after,
    .custom-product_2 #tab6 .title span:after,
    .custom-product_2 .product_2-tab_1 .title span:after {
      width: 30px;
      height: 40px;
      background: url(../images/prd_05.png) center no-repeat;
      background-size: 80% 100%; }
      @media screen and (max-width: 780px) {
        .custom-product_2 #product .title span:after,
        .custom-product_2 #tab1 .title span:after,
        .custom-product_2 #tab2 .title span:after,
        .custom-product_2 #tab3 .title span:after,
        .custom-product_2 #tab4 .title span:after,
        .custom-product_2 #tab5 .title span:after,
        .custom-product_2 #tab6 .title span:after,
        .custom-product_2 .product_2-tab_1 .title span:after {
          background-size: 65% 80%; } }

.custom-product_3 #product .title,
.custom-product_3 #tab1 .title,
.custom-product_3 #tab2 .title,
.custom-product_3 #tab3 .title,
.custom-product_3 #tab4 .title {
  text-align: center; }
  .custom-product_3 #product .title span,
  .custom-product_3 #tab1 .title span,
  .custom-product_3 #tab2 .title span,
  .custom-product_3 #tab3 .title span,
  .custom-product_3 #tab4 .title span {
    background: transparent; }
    .custom-product_3 #product .title span:before,
    .custom-product_3 #tab1 .title span:before,
    .custom-product_3 #tab2 .title span:before,
    .custom-product_3 #tab3 .title span:before,
    .custom-product_3 #tab4 .title span:before {
      width: 30px;
      height: 30px;
      background: url(../images/icon9.png) center no-repeat;
      background-size: 80% 100%;
      top: 47%; }
    .custom-product_3 #product .title span:after,
    .custom-product_3 #tab1 .title span:after,
    .custom-product_3 #tab2 .title span:after,
    .custom-product_3 #tab3 .title span:after,
    .custom-product_3 #tab4 .title span:after {
      width: 30px;
      height: 30px;
      background: url(../images/icon9.png) center no-repeat;
      background-size: 80% 100%;
      top: 47%; }

.custom_guardian #product .title,
.custom_guardian #tab1 .title,
.custom_guardian #tab2 .title,
.custom_guardian #tab3 .title,
.custom_guardian #tab4 .title {
  text-align: center; }
  .custom_guardian #product .title span,
  .custom_guardian #tab1 .title span,
  .custom_guardian #tab2 .title span,
  .custom_guardian #tab3 .title span,
  .custom_guardian #tab4 .title span {
    background: transparent; }
    .custom_guardian #product .title span:before,
    .custom_guardian #tab1 .title span:before,
    .custom_guardian #tab2 .title span:before,
    .custom_guardian #tab3 .title span:before,
    .custom_guardian #tab4 .title span:before {
      width: 40px;
      height: 25px;
      background: url(../images/prd_01.png) center no-repeat;
      background-size: 80% 100%;
      top: 47%;
      right: -20px; }
      @media screen and (max-width: 780px) {
        .custom_guardian #product .title span:before,
        .custom_guardian #tab1 .title span:before,
        .custom_guardian #tab2 .title span:before,
        .custom_guardian #tab3 .title span:before,
        .custom_guardian #tab4 .title span:before {
          width: 30px;
          height: 20px;
          right: 0px; } }
    .custom_guardian #product .title span:after,
    .custom_guardian #tab1 .title span:after,
    .custom_guardian #tab2 .title span:after,
    .custom_guardian #tab3 .title span:after,
    .custom_guardian #tab4 .title span:after {
      width: 40px;
      height: 25px;
      background: url(../images/prd_01.png) center no-repeat;
      background-size: 80% 100%;
      top: 47%;
      left: -20px; }
      @media screen and (max-width: 780px) {
        .custom_guardian #product .title span:after,
        .custom_guardian #tab1 .title span:after,
        .custom_guardian #tab2 .title span:after,
        .custom_guardian #tab3 .title span:after,
        .custom_guardian #tab4 .title span:after {
          width: 30px;
          height: 20px;
          left: 0px; } }

/*# sourceMappingURL=comment.css.map */
