@charset "UTF-8";
.cl_red {
  color: #d9222a;
}

.category-product {
  border-bottom: none;
}

.main-content {
  background: #f8f8f8;
}

@media (min-width: 992px) {
  .product_base .info_image {
    width: 37.4%;
  }
  .product_base .info_base {
    width: 62.6%;
  }
}
.col_side_task .c-side {
  border: 1px solid #E1E1E1;
  margin-bottom: 15px;
  padding: 5px 20px;
  background: #ffffff;
}
.col_side_task .c-side .c-title {
  text-transform: uppercase;
  font-family: OpenSans-Bold;
  padding: 10px 0 15px;
  border-bottom: 1px solid #E1E1E1;
}
.col_side_task .c-side li {
  border-bottom: 1px solid #E1E1E1;
  display: block;
  grid-template-columns: 40px 1fr;
  align-items: center;
  padding: 10px 0px;
}
.col_side_task .c-side li:last-child {
  border-bottom: none;
}
.col_side_task .c-hotline span {
  text-transform: uppercase;
}

.wrapper-quantity {
  align-items: center;
}
.wrapper-quantity .onlyQuantity {
  border: none;
  padding: 5px 6px;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  width: 60px;
  font-size: 15px;
  text-align: center;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.wrapper-quantity .onlyQuantity::-webkit-inner-spin-button, .wrapper-quantity .onlyQuantity::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.wrapper-quantity .number-input {
  border: 1px solid #d5d5d5;
  display: inline-flex;
  margin-left: 10px;
}
.wrapper-quantity .number-input,
.wrapper-quantity .number-input * {
  box-sizing: border-box;
}
.wrapper-quantity button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}
.wrapper-quantity button:before, .wrapper-quantity button:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #999999;
  transform: translate(-50%, -50%);
}
.wrapper-quantity button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.product .product_base {
  background: #ffffff;
  margin: 0 -15px 20px;
}
.product .product_base .main-img {
  text-align: center;
}
.product .product_base .thumb-pro {
  margin-top: 10px;
}
.product .product_base .thumb-pro .owl-carousel {
  padding: 1px 30px 0;
}
.product .product_base .thumb-pro .owl-carousel .item {
  padding-left: 1px;
}
.product .product_base .thumb-pro .owl-carousel img {
  max-width: 100%;
  width: auto;
  margin: 1px auto 0px;
}
.product .product_base .thumb-pro .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 16px);
}
.product .product_base .thumb-pro .owl-nav > div {
  position: absolute;
  padding: 10px 11px;
}
.product .product_base .thumb-pro .owl-nav > div:hover {
  color: #d9222a;
}
.product .product_base .thumb-pro .owl-prev {
  left: 0;
}
.product .product_base .thumb-pro .owl-next {
  right: 0;
}
.product .product_base #wrapper-video {
  position: fixed;
  z-index: 1112;
  top: 3%;
  left: 0px;
  padding: 20px 20px 100px 30px;
  width: 100%;
  display: none;
}
.product .product_base .list-thum-video {
  text-align: center;
  margin-top: 10px;
}
.product .product_base .cf.list-thum-video > li > img {
  width: 100%;
  max-height: 100%;
}
.product .product_base ul.list-thum-video > li {
  width: 100px;
  height: 63px;
  display: inline-block;
  margin-right: 10px;
  list-style: none;
  border: 2px solid transparent;
}
.product .product_base .active-video-pop {
  border: 2px solid yellow !important;
}
.product .product_base .close-pop-video {
  right: 140px;
  top: 10px;
  position: absolute;
  cursor: pointer;
}
.product .product_base .video-player-param {
  width: 78%;
  margin: auto;
}
.product .product_base .item.has-video, .product .product_base .item.has-image360 {
  border: 0;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  text-align: center;
  padding: 27px 0;
}
.product .product_base .item.has-video > span {
  display: block;
  line-height: 29px;
  font-size: 11px;
  font-family: "open sans";
  padding-left: 4px;
}
.product .product_base .name {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 0px;
  margin-top: 25px;
  font-family: OpenSans-Bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
}
.product .product_base .info_image {
  padding: 20px 10px 20px 25px;
}
.product .product_base .info_image .row-item {
  position: relative;
}
@media (min-width: 1099px) {
  .product .product_base .lSSlideOuter.vertical {
    padding-left: 100px !important;
    padding: 20px 0;
  }
}
.product .info_base .col_left {
  padding: 0;
}
@media (min-width: 992px) {
  .product .info_base .col_left {
    width: 64%;
  }
}
@media (min-width: 992px) {
  .product .info_base .col_right {
    width: 36%;
  }
}
.product .info_base .c-item_info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
  padding: 20px 0px;
  border-bottom: 1px solid #E5E5E5;
}
.product .info_base .c-item_info p {
  margin-bottom: 0;
}
.product .info_base .c-code_rate {
  padding: 20px 0px;
  border-bottom: 1px solid #E5E5E5;
}
.product .info_base .c-code_rate .rating {
  margin-bottom: 20px;
}
.product .info_base .model_item {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 3px 6px;
  margin-right: 3px;
  margin-bottom: 10px;
}
.product .info_base .model_item.active {
  border: 1px solid #d9222a;
  color: #d9222a;
}
.product .info_base .total_rate {
  color: #777777;
}
.product .info_base .price_ {
  line-height: 25px;
}
.product .info_base .price_ del {
  color: #999999;
  font-size: 18px;
}
.product .info_base .price_ .price {
  font-family: OpenSans-Bold;
  font-size: 34px;
  padding-right: 10px;
}
.product .info_base .c-price_vat {
  text-align: right;
  position: relative;
  padding-top: 8px;
}
.product .info_base .c-price_vat > span {
  color: #288ad6;
  cursor: pointer;
}
.product .info_base .c-price_vat > span:hover .price_vat {
  display: inline-block;
}
.product .info_base .c-price_vat .price_vat {
  display: none;
  position: absolute;
  right: 0;
  top: 26px;
  padding: 10px 15px;
  color: #d9222a;
  box-shadow: 0px 0px 4px 0px #ccc;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  z-index: 1;
}
.product .info_base .c-item_c {
  font-size: 15px;
  line-height: 23px;
}
.product .info_base .c-item_c.first_item {
  margin-bottom: 8px;
}
.product .info_base .c-item_c span:first-child {
  display: inline-block;
  width: 115px;
  color: #777777;
  position: relative;
  padding-left: 12px;
}
.product .info_base .c-item_c span:first-child:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #999999;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.product .info_base .wrapper-quantity {
  text-align: right;
  display: flex;
  justify-self: end;
}
.product .info_base .wrapper-quantity .number-input {
  max-width: 120px;
}
.product .info_base .btn_direct .rating {
  margin-bottom: 15px;
}
.product .info_base .btn_direct .total_rate {
  display: inline-block;
  position: relative;
  bottom: 7px;
  left: 5px;
  color: #999999;
}
.product .info_base .btn_direct a {
  padding: 15px 25px;
  line-height: 20px;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.product .info_base .btn_direct .submit-oder {
  background: #d9222a;
  color: #ffffff;
}
.product .info_base .btn_direct .submit-oder:hover {
  background: #f00000;
}
.product .info_base .btn_direct .buy-now {
  background: #d5d5d5;
}
.product .info_base .btn_direct .buy-now:hover {
  background: #E5E5E5;
}
.product .info_base .hotline p {
  font-weight: bold;
  color: #FF0000;
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #cccccc;
}
.product .info_base .col_side_task {
  padding: 20px 15px 0 20px;
}
.product .info_base .c-item_share .share_bottom {
  display: flex;
  padding: 10px 0;
  align-items: center;
}
.product .info_base .c-item_share .title_ {
  margin-right: 5px;
}
.product .info_base .c-item_share .fb-share-button {
  margin: 0 5px 8px 0;
}
.product .info_base .c-item_share .fb-like {
  margin: 0 8px 8px 0;
}
@media (min-width: 992px) {
  .product .products-description {
    width: 78.7%;
  }
  .product .col_aside {
    width: 21.3%;
  }
}
.product .row_main .products_description {
  padding: 0;
  margin-bottom: 15px;
}
.product .row_main .title {
  font-family: OpenSans-Bold;
  font-size: 19px;
  position: relative;
  margin-top: 0px;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #ffffff;
  background: #d9222a;
}
.product .row_main .title img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.product .row_main .c-box_description {
  background: #ffffff;
  margin-bottom: 20px;
}
.product .row_main .contents-description {
  line-height: 27px;
  font-size: 16px;
  margin-bottom: 15px;
  padding: 20px 50px 0 50px;
  /* Iframe con */
  /* Responsive CSS sử dụng media queries */
}
@media (max-width: 768px) {
  .product .row_main .contents-description {
    font-size: 18px;
  }
  .product .row_main .contents-description p, .product .row_main .contents-description span {
    font-size: 18px;
  }
}
.product .row_main .contents-description .youtube-embed-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 69.25% !important; /* Tỉ lệ khung hình 16:9 */
  padding-top: 30px;
}
.product .row_main .contents-description .youtube-embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product .row_main .contents-description iframe {
  position: relative !important;
  width: 100% !important;
  height: 38vw !important;
}
@media (max-width: 768px) {
  .product .row_main .contents-description iframe {
    height: 60vw !important;
  }
}
@media screen and (max-width: 767px) {
  .product .row_main .contents-description .youtube-embed-wrapper {
    padding-bottom: 75%; /* Tỉ lệ khung hình khác cho màn hình nhỏ hơn */
  }
}
.product .row_main .contents-description .expand_box {
  max-height: 730px;
  overflow: hidden;
  margin-bottom: 10px;
}
.product .row_main .contents-description .btn_extend {
  text-align: center;
  font-size: 18px;
  padding: 10px 0;
  position: relative;
}
.product .row_main .contents-description .btn_extend:before {
  content: "";
  height: 50px;
  width: 100%;
  position: absolute;
  top: -40px;
  left: 0;
  background: linear-gradient(0deg, #fff 35%, rgba(255, 255, 255, 0.35) 100%);
}
.product .row_main .contents-description .btn_extend.open:before {
  display: none;
}
.product .row_main .contents-description .btn_extend a {
  padding: 10px 15px;
  border: solid 1px #f26522;
  display: inline-block;
}
.product .row_main .contents-description .btn_extend .astringent {
  display: none;
}
.product .row_main .contents-description ul {
  margin: 20px;
  list-style: inherit;
  list-style-type: disc;
}
.product .row_main .contents-description ol {
  list-style-type: decimal;
  margin-left: 20px;
}
.product .row_main .contents-description img {
  max-width: 850px;
  height: auto !important;
  margin: 20px auto;
  display: block;
}
.product .row_main .contents-description a {
  color: #d9222a;
}
.product .row_main .contents-description a:hover {
  font-weight: bold;
  color: #f00000;
}
.product .row_main .contents-description p {
  margin: 20px 0;
}
.product .row_main .content-special {
  color: #636466;
  padding: 8px;
  margin: 20px;
}
.product .row_main .content-special table {
  margin-bottom: 0;
}
.product .row_main .content-special table td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #2b2b2c;
}
@media (min-width: 768px) {
  .product .row_main .content-special ul {
    columns: 2; /* Tạo hai cột */
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-type: none; /* Loại bỏ dấu chấm đầu dòng */
  }
}
.product .row_main .content-special li {
  -moz-column-break-inside: avoid;
       break-inside: avoid; /* Tránh ngắt giữa các mục */
  padding: 10px;
  color: #000;
}
.product .row_main .content-special li:nth-child(odd) {
  background: #f1f1f1;
}
.product .row_main .content-special .technical {
  margin-top: 15px;
}
.product .row_main .content-special .technical p {
  color: #000;
  font-family: OpenSans-Bold;
}
.product .row_main .comment_rating {
  background: #ffffff;
  margin-bottom: 20px;
}
.product .row_main .comment_rating .roll_cmt {
  padding: 0 20px;
}
.product .row_main .comment_rating .block_form_comments .col_left {
  padding-right: 20px;
}
@media (min-width: 992px) {
  .product .row_main .comment_rating .block_form_comments .col_left {
    width: 72%;
  }
}
.product .row_main .comment_rating .block_form_comments .col_left .form-control {
  height: auto;
  line-height: 22px;
  margin-bottom: 15px;
  box-shadow: none;
}
.product .row_main .comment_rating .block_form_comments .col_right {
  padding: 0;
}
@media (min-width: 992px) {
  .product .row_main .comment_rating .block_form_comments .col_right {
    width: 28%;
  }
}
.product .row_main .comment_rating .block_form_comments .col_right textarea {
  box-shadow: unset;
}
.product .row_main .comment_rating .comment-list {
  margin-top: 15px;
  overflow: hidden;
}
.product .row_main .comment_rating .comment-list p {
  margin-bottom: 8px;
  font-size: 14px;
  font-family: SanFranciscoDisplay-Regular;
}
.product .row_main .comment_rating .comment-list .name-acc {
  font-size: 15px;
  font-family: SanFranciscoDisplay-Bold;
  margin-bottom: 8px;
}
.product .row_main .comment_rating .comment-list .checked {
  color: orange;
}
.product .row_main .comment_rating .comment-list .item {
  overflow: hidden;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 18px;
}
.product .row_main .comment_rating .comment-list .item .left {
  width: 10%;
  float: left;
}
.product .row_main .comment_rating .comment-list .item .right {
  width: 90%;
  float: left;
}
.product .row_main .comment_rating .comment-list .pagination-page ul li {
  margin: 0px 5px;
}
.product .row_main .comment_rating .comment-list .pagination-page ul li a {
  border-radius: 50%;
  padding: 6px 11.5px;
  border: 1px solid #539157;
  color: #539157;
}
.product .row_main .comment_rating .comment-list .pagination-page ul li a.active {
  background: #539157;
  color: #ffffff;
}
.product .row_main .comment_rating .comment-list .pagination-page ul li:last-child a, .product .row_main .comment_rating .comment-list .pagination-page ul li:first-child a {
  padding: 0px;
  border: none !important;
}
.product .row_main .comment_rating .comment-list .pagination-page ul li:last-child a i, .product .row_main .comment_rating .comment-list .pagination-page ul li:first-child a i {
  font-size: 30px;
  color: #539157;
}
.product .block_relate {
  margin-bottom: 20px;
}
.product .block_relate .relate_title {
  background: #000;
  margin-bottom: 10px;
}
.product .block_relate .relate_title a {
  background: #e2e2e2;
  border-radius: 5px;
  padding: 5px;
  color: #f00;
  font-size: 11px;
  float: right;
  margin-right: 28px;
}
.product .block_relate .c-list_relate {
  margin: 0 -5px;
}
.product .block_relate .item_relate {
  padding: 0 5px;
}
.product .block_relate .item_relate .wrapper {
  background: #ffffff;
  position: relative;
  padding: 15px 20px 10px;
}
.product .block_relate .item_relate .wrapper:hover {
  background: #e5e5e5;
}
.product .block_relate .item_relate .wrapper:hover .col_cart {
  display: inline-block;
}
.product .block_relate .item_relate .rating img {
  display: inline-block;
  width: auto;
  max-width: 14px;
}
.product .block_relate .item_relate .item-image {
  display: block;
  position: relative;
  margin-bottom: 7px;
  text-align: center;
}
.product .block_relate .item_relate .name-pro {
  font-family: OpenSans-Bold;
  font-weight: normal;
  height: 39px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 6px;
  margin-top: 10px;
  line-height: 20px;
}
.product .block_relate .item_relate .name-pro a:hover {
  text-transform: uppercase;
}
.product .block_relate .item_relate .price-pro {
  margin-bottom: 10px;
  line-height: 20px;
}
.product .block_relate .item_relate .price-pro span {
  color: #d9222a;
  font-family: OpenSans-Bold;
}
.product .block_relate .item_relate .price_old {
  font-size: 12px;
  color: #999999;
}
.product .block_relate .item_relate .col_cart {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../../../../images/home/bg_cart.png") no-repeat;
}
.product .block_relate .item_relate .c-add_cart {
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  padding: 19px 4px 3px 20px;
  color: #ffffff;
  font-family: OpenSans-Bold;
}
.product .block_relate .item_relate .c-add_cart:hover {
  font-family: OpenSans;
}
.product .block_relate .owl-prev, .product .block_relate .owl-next {
  width: 30px;
  height: 30px;
  background-color: #ff1c00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  color: #fff;
  position: absolute;
  top: 26%;
  opacity: 0.7;
}
.product .block_relate .owl-next {
  float: right;
  right: 0;
}
.product .col_aside .c-task_compact {
  background: #ffffff;
  margin-bottom: 15px;
  padding: 8px 15px 15px;
}
.product .col_aside .c-task_compact .c-item_ {
  display: grid;
  grid-template-columns: 40% 60%;
  padding: 7px 0px;
}
.product .col_aside .c-task_compact .c-name {
  font-family: OpenSans-Bold;
}
.product .col_aside .c-task_compact .c-price {
  text-align: right;
  font-size: 16px;
}
.product .col_aside .c-task_compact .submit-oder {
  display: block;
  text-align: center;
  text-transform: uppercase;
  background: #d9222a;
  color: #ffffff;
  margin-top: 8px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .col_aside .c-task_compact .submit-oder:hover {
  background: #f00000;
}

@media (max-width: 992px) {
  .main-content {
    background: none;
  }
  .col_aside {
    display: none;
  }
  .product .product_base {
    margin: 0 0 20px;
    padding: 0 5px 20px;
  }
  .product .product_base .info_image {
    padding: 20px 10px 0px;
  }
  .product .product_base .name {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
    margin-top: 0px;
  }
  .product .info_base {
    padding-left: 10px;
    padding-right: 10px;
  }
  .product .info_base .col_right {
    padding: 20px 0 0;
  }
  .product .share_bottom .title_ {
    display: inline;
    margin-right: 10px;
  }
  .product .row_main .product_description {
    padding: 10px;
  }
  .product .row_main .title {
    padding-left: 10px;
  }
  .product .row_main .contents-description {
    padding: 0 10px;
    overflow: hidden;
  }
  .product .row_main .contents-description img {
    max-width: 100%;
    width: auto !important;
  }
  .product .row_main .comment_rating {
    margin-bottom: 15px;
  }
  .product .row_main .comment_rating .roll_cmt {
    padding: 0 10px;
  }
  .product .row_main .comment_rating .block_form_comments .col_left {
    padding: 0;
  }
  .product .block_relate .item_relate {
    margin-bottom: 10px;
  }
  .product .block_relate .item_relate .name-pro {
    height: 40px;
  }
  .c-box_info-other .c-wrapper-content .menu_footer {
    display: none;
  }
}
@media (max-width: 500px) {
  .product .info_base .c-item_info {
    display: flex;
  }
  .product .info_base .c-item_info.c-info {
    display: block;
  }
  .product .info_base .wrapper-quantity {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .product .row_base {
    margin: 0;
  }
  .product .info_base .wrapper-quantity {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #ffffff;
    box-shadow: 0px -8px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .product .info_base .wrapper-quantity .number-input {
    margin-left: 0;
    max-width: 95px;
  }
  .product .info_base .wrapper-quantity .c-item_info {
    padding: 0;
  }
  .product .info_base .wrapper-quantity .btn_direct a {
    font-size: 12px;
    font-family: OpenSans-Bold;
    text-transform: none;
    padding: 5px 10px;
    border-radius: 5px;
  }
  .product .info_base .wrapper-quantity .submit-oder {
    margin-right: 5px;
  }
  .product .row_main {
    margin: 0;
  }
  .wrapper-quantity .number-input {
    border: none;
    text-align: -webkit-right;
    justify-content: flex-end;
  }
  .wrapper-quantity button {
    border: 1px solid #d5d5d5;
  }
  .wrapper-quantity .onlyQuantity {
    width: 40px;
    border: 1px solid #d5d5d5;
    box-shadow: none;
  }
  .product .block_relate .item_relate .price-pro span {
    display: block;
  }
  .product .block_relate .item_relate .col_cart {
    display: inline-block;
  }
  .product .block_relate .item_relate .c-add_cart {
    font-size: 11px;
  }
  .product .product_base .close-pop-video {
    right: 20px;
  }
  .product .product_base .video-player-param {
    width: 100%;
    margin: 20px auto;
  }
  .c-box_messenger {
    bottom: 70px;
  }
  .suntory-alo-phone {
    bottom: 50px;
  }
  body .scrollToTop.active {
    bottom: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .wrapper-quantity .onlyQuantity {
    width: 35px;
  }
}
@media (max-width: 620px) {
  .product .row_main .comment_rating .block_form_comments .col_left {
    padding: 0;
  }
  .product .row_main .block_detail table tr td:nth-child(1) {
    width: 50%;
  }
}
@media (max-width: 360px) {
  .product .info_base .btn_direct a {
    padding: 10px 18px;
  }
}
@media (max-width: 380px) {
  .product .product-price .discount {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 330px) {
  .product .info_base .wrapper_quantity .number-input {
    margin-left: 10px;
  }
}/*# sourceMappingURL=product.css.map */