@charset "UTF-8";

/* Main */
:root {
  --color-main: #000000;
  --color-title: #111111;
  --color-text: #5c5c5c;
  --color-red: #ff0000;
  --color-yellow: #fc0;

  --color-mmenu: #00ad57;
  --colorText-mmenu: #333;

  --font-regular: HRegular, Arial, sans-serif;
}

/* == BODY == */
body {
  font-size: 14px;
  line-height: 1.5;
}

[class*="--index"] {
  position: relative;
}

/* == TITLE MAIN == */
.title-main {
  margin-bottom: clamp(12px, 3vw, 20px);
  text-align: left;
}

.title-main h2 {
  font-size: clamp(25px, 3vw, 35px);
  font-family: HBlack;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
}

/* == TITLE DETAIL == */
.title-detail {
}

.title-detail h2 {
  font-size: 25px;
  text-transform: uppercase;
  line-height: 60px;
  font-family: "HBold";
  border: 2px solid var(--color-main);
  padding-left: 20px;
  margin-bottom: 0;
}

.title-detail1 h2 {
  border: 0 !important;
}

.title-detail h1 {
  font-size: clamp(12px, 3vw, 30px);
  font-family: RBlack;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
}

.title-main span {
}

.title-main p {
}

/* == CSS DEFAULT */
a {
  text-decoration: none;
}

blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.w-clear:after {
  display: block;
  content: "";
  clear: both;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.none {
  display: none;
}

.hidden-seoh {
  visibility: hidden;
  height: 0px;
  margin: 0px;
  overflow: hidden;
}

/* == PAGE DETAIL == */
.time-main {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.time-main i {
  margin-right: 5px;
  color: #333;
}

a.mucluc-dropdown-list_button:before {
  content: "\f03a";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  background: #fff;
  color: var(--color-main) !important;
  font-size: 20px;
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 38px;
  text-align: center;
  border: 1px solid #ddd;
}

.meta-toc.fiedx {
  position: fixed;
  left: 5px;
  top: 200px;
  z-index: 111;
}
.meta-toc .mucluc-dropdown-list_button {
  display: none;
}
.meta-toc.fiedx .mucluc-dropdown-list_button {
  display: block;
}
.meta-toc:not(.fiedx) .box-readmore {
  display: block !important;
}
.box-readmore {
  padding: 10px;
  background-color: #f5f5f5;
  width: 100%;
  margin-top: 2px;
  border: 1px solid #dddddd;
  font-size: 13px;
  margin-bottom: 10px;
}
.meta-toc.fiedx .box-readmore {
  width: 350px;
  display: none;
}
.box-readmore li ul > li {
  margin: 0;
  margin-bottom: 8px;
}

.box-readmore li ul > li:before {
  content: counters(item, ".") " ";
}

.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-top: 8px;
}

.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin: 0 0 5px 0;
}
.box-readmore ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}

.box-readmore ul li a {
  color: #000 !important;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
}
.box-readmore ul li li a {
  font-weight: 400;
}
.box-readmore ul li a:hover {
  color: #767676;
}

.wrap-content {
  max-width: 100%;
  margin: auto;
  width: calc(100% - 60px);
}

.fix_head {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 999 !important;
}

.head.fix_head {
  border-bottom: 1px solid #00000040;
}

/* == SHARE == */
.share {
  padding: 17px 15px 10px 15px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
}

.share b {
  display: block;
  margin-bottom: 5px;
}

.a2a_kit a span {
  background-color: var(--color-main) !important;
}

/* == SLIDE == */
.ytb-1920x1265 {
  position: relative;
  width: 100%;
  max-width: 1920px;
  padding-top: 65.89%; /* 1265 / 1920 * 100 */
  margin: 0 auto;
}
.ytb-1920x1265 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.control-owl {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0px;
  top: calc(50% - 45px / 2);
}

.control-owl button {
  opacity: 0.5;
  top: 0px;
  position: absolute;
  outline: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
  display: block;
  cursor: pointer;
  color: #ffffff;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 25px;
  margin: 0px;
  background-color: #000000;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.control-owl button:hover {
  opacity: 1;
}

.control-owl button.owl-prev {
  left: 20px;
}

.control-owl button.owl-next {
  right: 20px;
}

/* Lazyload */
img.lazy {
  opacity: 0;
}

img:not(.initial) {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
}

img:not([src]) {
  visibility: hidden;
}

/* User */
.wrap-user {
  width: 100%;
  margin: auto;
  padding: 30px;
  border-left: 2px solid var(--color-main);
  border-right: 2px solid var(--color-main);
}

.wrap-user.page-login {
  max-width: 600px;
  border: 0;
  padding: 0;
  border: 1px solid #000;
}

.title-user {
  background-color: #000;
  padding: 12px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.title-user span {
  color: #fff;
}

.title-user a {
  color: #fff;
  font-size: 12px;
}

.input-user {
  margin-bottom: 0.75rem;
}

.input-user input {
  font-size: 14px;
}

.button-user {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.button-user input.btn {
  background: var(--color-main);
  border: 0;
  line-height: 50px;
  padding: 0;
  width: 150px;
  border-radius: 0;
  font-size: 17px;
  font-family: "HMedium";
}

.button-user input.btn-registration {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.button-user input {
  font-size: 14px;
}

.checkbox-user,
.radio-user {
  cursor: pointer;
}

.checkbox-user input {
  top: calc(50% - 1.25rem / 2);
  height: auto;
}

.checkbox-user label {
  font-size: 14px;
  cursor: pointer;
}

.checkbox-user label::before,
.checkbox-user label::after {
  top: calc(50% - 1rem / 2);
}

.radio-user {
  margin-right: 1rem;
}

.radio-user:last-child {
  margin-right: 0px;
}

.radio-user label::before,
.radio-user label::after {
  top: calc(50% - 1rem / 2);
}

.note-user {
  font-size: 14px;
  border-top: 1px solid #000;
  padding-top: 0.5rem;
}

/* Cart */
#popup-cart .modal-title {
  text-transform: uppercase;
}

#popup-cart .modal-body .wrap-cart {
  padding: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
}

#popup-cart .modal-footer {
  padding: 0.75rem 0 0 0;
  border-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.buymore-cart {
  color: #000;
  cursor: pointer;
  margin: 0px;
}

.buymore-cart i {
  margin-right: 2px;
  margin-top: 5px;
  vertical-align: top;
  font-size: 12px;
}

.wrap-cart {
  padding: 20px 15px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.top-cart {
  border-right: 1px solid #eee;
}

@media only screen and (max-width: 991px) {
  .top-cart {
    margin-bottom: 2rem;
  }
}

.procart {
  padding: 20px 10px;
  border: 2px solid #000;
  border-bottom: 0;
}

.procart:last-child {
  border-bottom: 2px solid #000;
}

.pic-procart {
  text-align: center;
}

.pic-procart img {
  max-height: 100px;
  height: inherit;
}

.pic-procart .del-procart {
  color: #999;
  font-size: 12px;
  display: block;
  margin-top: 5px;
  cursor: pointer;
}

.pic-procart .del-procart:hover {
  color: red;
}

.name-procart a {
  font-size: 16px;
  color: #000;
  display: block;
  text-transform: uppercase;
}

@media only screen and (max-width: 575px) {
  .name-procart a {
    font-size: 13px;
  }
}

.name-procart a:hover {
  color: #ec2d3f;
}

.properties-procart {
  display: block;
}

.properties-procart p {
  display: inline-block;
  margin-bottom: 0px;
}

.properties-procart p:first-child {
  margin-right: 10px;
}

.properties-procart p strong {
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .quantity-procart {
    text-align: right;
  }
}

.quantity-procart p {
  margin-bottom: 0px;
}

.quantity-counter-procart {
  border: 0;
  width: 100%;
  height: 30px;
  line-height: normal;
  text-align: center;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.counter-procart {
  background-color: transparent;
  border: 0px;
  width: 30%;
  color: #333;
  outline: none;
  cursor: pointer;
  font-size: 23px;
}

.counter-procart:hover,
.counter-procart:focus {
  color: #ec2d3f;
}

.counter-procart:disabled {
  color: #ccc;
  cursor: not-allowed;
}

.counter-procart:disabled:hover {
  color: #ccc;
  cursor: not-allowed;
}

.counter-procart-minus {
  line-height: 26px;
}

.counter-procart-plus {
  line-height: 24px;
}

.quantity-counter-procart .quantity-procart {
  width: 40%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px;
  color: #333;
  text-align: center;
}

.price-procart {
  width: 20%;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .price-procart {
    display: none;
  }
}

.price-procart-rp {
  display: none;
  width: 100%;
  margin-bottom: 10px;
  font-size: 13.5px;
}

@media only screen and (max-width: 767px) {
  .price-procart-rp {
    display: block;
  }
}

.price-new-cart {
  color: #ec2d3f;
  margin-bottom: 0px;
}

.price-old-cart {
  color: #999;
  text-decoration: line-through;
}

.procart-label {
  border: 0px;
  background: #eee;
  padding: 10px;
  margin: 0px;
  text-transform: capitalize;
}

@media only screen and (max-width: 575px) {
  .procart-label {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) {
  .procart-label .quantity-procart p:first-child {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .procart-label .quantity-procart p:first-child {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .procart-label .quantity-procart p:last-child {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .procart-label .quantity-procart p:last-child {
    display: block;
  }
}

.money-procart {
  margin-top: 15px;
  padding: 20px;
  border: 2px solid #000;
}

.money-procart h2 {
  width: 45%;
  font-size: 30px;
  font-family: hbold;
  margin-bottom: 12px;
}

.total-procart {
  background: transparent;
  padding: 7px 10px;
  border: 0;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.total-payment p {
  font-family: "hBold";
}

.total-procart p {
  margin-bottom: 0px;
  font-size: 19px;
  color: #000;
}

.total-procart p:last-child {
  color: #000;
}

.section-cart {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}

.section-cart p:first-child {
  position: relative;
  width: 33%;
}

.section-cart p:first-child:after {
  content: "*";
  font-size: 30px;
  color: var(--color-red);
  position: absolute;
  top: 0;
  right: 0;
}

.title-cart {
  font-size: 30px;
  font-family: hbold;
  margin-bottom: 12px;
}

.information-cart {
  margin-bottom: 1.5rem;
}

.input-cart {
  margin-bottom: 0.5rem;
  position: relative;
}

.input-cart textarea {
  resize: none;
  height: 100px;
}

.input-cart select {
  cursor: pointer;
}

.payments-cart {
  text-align: left;
  margin-bottom: 5px;
  min-height: auto;
  padding-left: 0;
  margin-left: 20px;
  position: relative;
}

.payments-cart:last-child {
  margin-bottom: 0px;
}

.payments-cart input {
  top: 10px;
  /* opacity: 0; */
  position: absolute;
}

.payments-label {
  cursor: pointer;
  /* background: #eee; */
  display: block;
  padding: 10px 15px;
  border-radius: 3px;
  margin-bottom: 0px;
  color: #313131 !important;
  text-transform: capitalize;
}

.payments-label:hover {
  font-family: "HBold";
}

.payments-label::before,
.payments-label::after {
  top: calc(50% - 1rem / 2);
}

.payments-label.active {
  /* background: var(--color-main); */
  /* color: #ffffff !important; */
  font-family: hbold;
}

.payments-info {
  opacity: 0;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  /* background: #f5efef; */
  border-radius: 5px;
}

.payments-info p {
  margin-bottom: 1em;
}

.payments-info.active {
  padding: 10px 15px;
  margin-top: 5px;
  opacity: 1;
  visibility: visible;
  height: auto;
}

.btn-cart {
  text-transform: capitalize;
}

.empty-cart {
  padding: 25px 30px;
  text-align: center;
}

.empty-cart i {
  color: red;
  font-size: 70px;
}

.empty-cart p {
  margin: 15px 0px;
  color: #333;
  font-size: 18px;
}

/* Comment */
.comment-title {
  font-size: 18px;
}

.comment-show {
  display: block !important;
}

.comment-point {
  font-size: 47px;
  color: #fe302e;
}

.comment-star {
  font-size: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.5rem;
}

.comment-star span {
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
}

.comment-star i {
  display: inline-block;
  margin: 0.1rem;
  color: #b8b8b8;
  text-rendering: auto;
  font-size: 20px;
}

.comment-star i:nth-child(1) {
  margin-left: 0;
}

.comment-star span i {
  color: #ffc120;
}

.comment-progress {
  width: 100%;
  margin-bottom: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.comment-progress:last-child {
  margin-bottom: 0px;
}

.comment-progress .progress {
  height: 12px;
  margin-right: 10px;
  margin-left: 5px;
  width: calc(100% - 90px);
  border-radius: 10px;
}

.comment-progress .progress-bar#has-rate {
  background-color: #23b445;
}

.comment-progress .progress-num {
  font-size: 15px;
  width: 25px;
  text-align: center;
  color: #787878;
}

.comment-progress .progress-total {
  font-weight: 600;
  text-align: left;
  color: #787878;
  width: 50px;
}

.comment-write {
  display: none;
}

.review-rating-star {
  font-size: 0;
}

.review-rating-star-icon .fa {
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  margin: 0.1rem;
  font-size: 21px;
  cursor: pointer;
  color: #f0c808;
}

.review-rating-star-icon .fa.star-empty {
  color: #dedddc;
}

.review-rating-star-icon .fa.star-not-empty {
  color: #f0c808;
}

.review-rating-star-icon .fa:nth-child(1) {
  margin-left: 0;
}

.review-fileuploader {
  padding: 20px 15px;
  text-align: center;
  background-color: #ffffff;
  cursor: pointer;
  border: 2px dashed #c2cdda;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.review-fileuploader .review-fileuploader-text {
  color: #90a0bc;
}

.review-file-uploader .fileuploader {
  padding: 0px;
  margin: 0px;
  background: transparent;
}

.review-file-uploader .fileuploader-items .fileuploader-items-list {
  margin: 1rem -5px 0 -5px;
}

.review-file-uploader .fileuploader-items .fileuploader-items-list:after {
  display: block;
  content: "";
  clear: both;
}

.review-file-uploader
  .fileuploader-items
  .fileuploader-items-list
  .fileuploader-item {
  padding: 0px;
  width: calc(100% / 7 - 10px);
  float: left;
  margin: 0 5px 5px 5px;
  border-bottom: 0px;
}

.review-file-uploader
  .fileuploader-items
  .fileuploader-items-list
  .fileuploader-item
  .columns {
  display: block;
}

.review-file-uploader
  .fileuploader-items
  .fileuploader-items-list
  .fileuploader-item
  .column-thumbnail {
  width: auto;
  height: auto;
}

.review-file-uploader
  .fileuploader-items
  .fileuploader-items-list
  .fileuploader-item
  .column-thumbnail
  .fileuploader-item-image {
  height: auto;
  padding: 50% 0;
}

.review-file-uploader
  .fileuploader-items
  .fileuploader-items-list
  .fileuploader-item
  .column-thumbnail
  .fileuploader-item-image
  img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: none;
  transform: none;
}

.review-file-uploader
  .fileuploader-items
  .fileuploader-items-list
  .fileuploader-item
  .column-title {
  padding: 0px;
  margin-top: 0.5rem;
  text-align: center;
  display: none;
}

.review-file-uploader
  .fileuploader-items
  .fileuploader-items-list
  .fileuploader-item
  .column-actions {
  margin: 0px;
  position: absolute;
  top: 0px;
  right: -5px;
}

.review-file-uploader
  .fileuploader-items
  .fileuploader-items-list
  .fileuploader-item
  .column-infos
  input {
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
}

.review-poster-video-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.review-poster-video-avatar .avatar-detail {
  width: 95px;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.review-poster-video-avatar .avatar-detail img {
  max-width: 95px;
  max-height: 95px;
}

#review-content {
  height: 100px;
}

.carousel-comment-media .carousel-control a {
  opacity: 1;
  width: 45px;
  height: 45px;
  top: calc(50% - 45px / 2);
  bottom: inherit;
}

.carousel-comment-media .carousel-control a span {
  display: block;
  cursor: pointer;
  color: #222222;
  width: 45px;
  height: 45px;
  padding: 5px;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.carousel-comment-media .carousel-control a.carousel-control-prev {
  left: 20px;
}

.carousel-comment-media .carousel-control a.carousel-control-prev span {
  padding-right: 9px;
}

.carousel-comment-media .carousel-control a.carousel-control-next {
  right: 20px;
}

.carousel-comment-media .carousel-control a.carousel-control-next span {
  padding-left: 8px;
}

.carousel-comment-media .carousel-indicators {
  position: static;
  margin: 0 0 1rem 0;
}

.carousel-comment-media .carousel-indicators li {
  width: auto;
  max-width: 60px;
  height: auto;
  text-indent: inherit;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin: 0px 0px 3px 0px;
  border: 2px solid transparent;
  opacity: 1;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.carousel-comment-media .carousel-indicators li.active {
  border-color: #ffc120;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.carousel-comment-media .carousel-inner {
  max-width: 550px;
  -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
  margin: auto;
}

.carousel-comment-media
  .carousel-inner
  .carousel-lists
  .carousel-comment-media-item-video
  #file-video {
  max-width: 100%;
  width: 100%;
  height: 500px;
  vertical-align: top;
  display: inline-block;
  background-color: #000000;
}

#form-reply {
  display: none;
}

.comment-item {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 992px) {
  .comment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.comment-item-poster {
  width: 200px;
  margin-right: 30px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .comment-item-poster {
    width: auto;
    margin-right: 0px;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.comment-item-letter {
  border-radius: 50%;
  background-color: #d3d2d3;
  color: #919090;
  width: 65px;
  height: 65px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  line-height: 67px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 991px) {
  .comment-item-letter {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    margin-bottom: 0;
  }
}

.comment-item-name {
  margin-bottom: 0.25rem;
  text-transform: capitalize;
}

@media only screen and (max-width: 991px) {
  .comment-item-name {
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.comment-item-posttime {
  font-size: 12px;
  color: #999999;
}

.comment-item-information {
  width: calc(100% - 230px);
}

@media only screen and (max-width: 991px) {
  .comment-item-information {
    width: 100%;
  }
}

.comment-item-star {
  float: left;
  margin-right: 10px;
}

.comment-item-star i {
  font-size: 17px;
}

.comment-item-title {
  font-size: 15px;
  font-weight: 500;
}

.comment-replies {
  position: relative;
  background: #f8f9fa;
  border: 1px solid #dfdfdf;
  padding: 1.75rem 1.5rem;
}

.comment-replies:after {
  content: "";
  position: absolute;
}

.comment-replies:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -13px;
  left: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 13px solid #f8f9fa;
}

.comment-replies:after {
  top: -14px;
  left: 9px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 14px solid #dfdfdf;
}

.comment-replies-item {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.comment-replies-item:last-child {
  margin-bottom: 0px;
}

.comment-replies-letter {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  line-height: 45px;
  padding-left: 1px;
  font-size: 14px;
  border-radius: 50%;
  background-color: #e5e3e5;
  color: #919090;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  text-align: center;
  margin-top: 0.125rem;
}

.comment-replies-letter.admin {
  position: relative;
  background-color: #189eff;
  text-indent: 9999px;
  overflow: hidden;
}

.comment-replies-letter.admin:before {
  content: "QTV";
  text-indent: 0px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.comment-replies-info {
  width: calc(100% - 55px);
}

.comment-replies-name {
  font-weight: 500;
  margin-bottom: 0.125rem;
}

.comment-replies [class*="btn-load-more-"] {
  border: 0px;
  outline: none;
  padding: 0px;
  background: transparent;
}

.comment-media-play {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.comment-media-play svg {
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
}

.comment-media-play svg .comment-media-play-stroke-dotted {
  opacity: 0;
  stroke-dasharray: 4, 5;
  stroke-width: 1px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: spin 4s infinite linear;
  animation: spin 4s infinite linear;
  -webkit-transition:
    opacity 1s ease,
    stroke-width 1s ease;
  transition:
    opacity 1s ease,
    stroke-width 1s ease;
}

.comment-media-play svg .comment-media-play-stroke-solid {
  stroke-dashoffset: 0;
  stroke-dasharray: 300;
  stroke-width: 4px;
  -webkit-transition:
    stroke-dashoffset 1s ease,
    opacity 1s ease;
  transition:
    stroke-dashoffset 1s ease,
    opacity 1s ease;
}

.comment-media-play svg .comment-media-play-icon {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition:
    transform 200ms ease-out,
    -webkit-transform 200ms ease-out;
}

.comment-media-play:hover svg .comment-media-play-stroke-dotted {
  stroke-width: 4px;
  opacity: 1;
}

.comment-media-play:hover svg .comment-media-play-stroke-solid {
  opacity: 0;
  stroke-dashoffset: 300;
}

.comment-media-play:hover svg .comment-media-play-icon {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* head */
.head {
  background-color: #ffffff;
}

.head.head-page {
  border-bottom: 2px solid #000;
}

.head .head-top {
  background-color: #fff;
}

.head .head-top .logo-head img {
  max-height: 55px;
  width: auto;
}

.head-bottom {
  padding: 10px 0;
}

.head .head-top .wrap-content {
}

.slogan-head {
  height: 40px;
  display: flex;
  align-items: center;
  width: 40%;
}

.info-head {
  margin-bottom: 0;
}

.hotline-head {
  position: relative;
  padding-left: 50px;
}

.hotline-head i {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: var(--color-main);
  color: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}

.hotline-head .number-hotline {
  font-size: 17px;
  font-family: "hBold";
}

.hotline-head .title-hotline {
  font-size: 15px;
  font-family: "hmedium";
}

.hotline-head p {
}

.hotline-head span {
}

.user-head {
  margin-left: 30px;
}

.user-head a {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-family: var(--font-regular);
  text-transform: uppercase;
  padding: 0 5px;
  --color: #000;
}

.user-head a:hover {
  color: #fff;
}

.user-head a:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 8px;
  background-color: #ffffff;
  top: calc(50% - 7px / 2);
  right: 0px;
  opacity: 0.7;
}

.user-head a:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.user-head a:last-child:after {
  display: none;
}

/* Menu */
.menu {
  background-color: var(--color-main);
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 991px) {
  .menu {
    display: none;
  }
}

.menu ul {
  width: 100%;
  padding: 0px;
  margin: auto;
  list-style: none;
}

.menu ul.menu-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu ul li {
  position: relative;
  z-index: 1;
}

.menu ul li.menu-line {
  width: 1px;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

.menu ul li a {
  display: block;
  position: relative;
  font-size: 13px;
  color: #ffffff;
  padding: 0 15px;
  line-height: 45px;
  font-family: hbold;
  text-transform: uppercase;
  text-decoration: none;
}
.menu ul li a:hover,
.menu ul li a.active {
  color: #fc0;
}
.menu ul li a.has-child {
  padding-right: 16px;
  margin-right: 8px;
}

.menu ul li a.has-child:after {
  content: "";
  position: absolute;
  bottom: calc(50% - 4px / 2);
  right: 5px;
  width: 5px;
  height: 5px;
  border: 1px solid #fafafa;
  border-top: 0px;
  border-left: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu ul li ul {
  position: absolute;
  min-width: 250px;
  /* margin-top: -5px; */
  /* padding-top: 0.75rem; */
  /* padding-bottom: 0.75rem; */
  background-color: #fafafa;
  border-radius: 0.25rem;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
}

.menu ul li:hover > ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
}

.menu ul li ul li {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.menu ul li ul li a {
  font-size: 14px;
  color: #313131;
  border-bottom: 1px solid #ececec;
  padding: 10px 0px 9px 0px;
  text-transform: capitalize;
  line-height: 30px;
}

.menu ul li ul li a.has-child {
  margin-right: 0px;
}

.menu ul li ul li a.has-child:after {
  border-color: #313131;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu ul li ul li a.active {
  color: #ec2d3f;
}

.menu ul li ul li a.active.has-child:after {
  border-color: #ec2d3f;
}

.menu ul li ul li:last-child > a {
  border-bottom: 0px;
}

.menu ul li ul li:hover > a {
  color: #ec2d3f;
}

.menu ul li ul li:hover > a.has-child:after {
  border-color: #ec2d3f;
}

.menu ul li ul li ul {
  top: 0;
  left: 100%;
  margin-top: 0px;
}

/* Search */
.search {
  width: 200px;
  background: #ffffff;
  margin-right: 30px;
}

.search p {
  float: left;
  width: 35px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  text-align: center;
  margin: 0px;
  color: #6c757d;
  font-size: 16px;
}

.search input {
  width: 100%;
  height: 35px;
  float: left;
  outline: none;
  padding: 0px;
  border: 0px;
  background: transparent;
  text-indent: 10px;
  font-size: 12px;
  border: 1px solid #000;
}

.search input::-webkit-input-placeholder {
  color: #313131;
}

.search input:-moz-placeholder {
  color: #313131;
}

.search input::-moz-placeholder {
  color: #313131;
}

.search input:-ms-input-placeholder {
  color: #313131;
}

/* Mmenu */
.menu-res {
  z-index: 100;
  background: var(--color-main);
  position: relative;
  display: none;
}

.logo-res img {
  max-height: 50px;
}

@media only screen and (max-width: 991px) {
  .menu-res {
    display: block;
  }
}

.menu-bar-res {
  padding: 5px 15px;
}

#menu {
  display: none;
}

#hamburger {
  display: block;
  width: 30px;
  height: 23px;
  position: relative;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #ffffff;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
}

#hamburger:before {
  top: 0px;
}

#hamburger span {
  top: 10px;
}

#hamburger:after {
  top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}
/* Menu Mobile */
.wrap-menu-res {
  display: none;
  padding: 5px 0;
  background: var(--color-main);
  position: sticky;
  top: 0;
  z-index: 999;
}
.offcanvas-start {
  max-width: 85vw;
  width: 400px;
  transition: transform 0.3s ease-in-out !important;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow: scroll;
  /* background: var(--bg-mmenu); */
  background: #fff;
}
.offcanvas-body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  transition: all 1s;
}

.offcanvas-body::-webkit-scrollbar-thumb {
  background-color: #0d6efd;
  border-radius: 5px;
  transition: all 1s;
}

.offcanvas-body::-webkit-scrollbar-track {
  background: #fff;
  width: 4px;
  height: 4px;
  transition: all 1s;
}

.btn-close-menu {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  /* color: var(--colorText-mmenu); */
  color: #333;
  font-size: 20px;
  cursor: pointer;
}

.logo-offcanvas img {
  max-height: 50px;
  width: auto;
}

.menu-mobile ul {
  padding: 0px;
  list-style: none;
  margin-bottom: 0;
  transition: 0.3s;
}
.menu-mobile ul li {
  position: relative;
}

.menu-mobile ul li > span i {
  transition: transform 0.3s ease;
}

.menu-mobile ul li a {
  display: block;
  color: var(--colorText-mmenu);
  font-size: 16px;
  font-family: "hbold";
  padding: 10px 0px;
  border-bottom: 1px solid var(--colorText-mmenu);
  text-decoration: none;
  text-transform: capitalize;
}
.menu-mobile ul li a i {
  margin-right: 10px;
}
.menu-mobile ul li li a {
  font-weight: normal;
}
.menu-mobile > ul > li:hover > a,
.menu-mobile > ul > li:hover > span {
  color: var(--color-main);
}
.menu-mobile ul li .scroll {
  position: absolute;
  right: 0px;
  top: 9px;
  background: #fff;
  font-size: 17px;
  line-height: 18px;
  height: 25px;
  color: var(--color-main);
  box-shadow: 0 1px 5px 0 #33333370;
  width: 35px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.menu-mobile ul li:hover {
  color: #f00;
}
.menu-mobile ul ul li .scroll {
  background: none;
  color: var(--colorText-mmenu);
}
.menu-mobile ul li ul {
  padding-left: 10px;
}
.company {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0;
}
.company p {
  margin-bottom: 5px;
  font-size: 13px;
  color: var(--colorText-mmenu);
}
.company p span {
  color: var(--colorText-mmenu);
}

/* Search Responsive */
.search-res {
  position: relative;
}

.search-res .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  color: #ffffff;
  font-size: 17px;
  margin: 0px;
}

.search-res .icon-search.active {
  color: var(--color-main);
  background: #ffffff;
  border-radius: 100%;
}

.search-res .search-grid {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 0px;
  height: 40px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--color-main);
  z-index: 2;
  opacity: 0;
  border-radius: 25px;
  line-height: normal;
}

.search-res .search-grid p {
  float: left;
  width: 35px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  font-size: 17px;
  display: block;
  color: var(--color-main);
  line-height: 40px;
  text-align: center;
}

.search-res .search-grid input {
  width: calc(100% - 35px);
  float: right;
  line-height: 38px;
  outline: none;
  border: none;
  color: #ec2d3f;
}

.search-res .search-grid input::-webkit-input-placeholder {
  color: #313131;
}

.search-res .search-grid input:-moz-placeholder {
  color: #313131;
}

.search-res .search-grid input::-moz-placeholder {
  color: #313131;
}

.search-res .search-grid input:-ms-input-placeholder {
  color: #313131;
}

/* Slideshow */
.slideshow {
  position: relative;
}

.slideshow-item video {
  aspect-ratio: 1366/600;
}

.slideshow-item {
  display: block;
  cursor: pointer;
}

.slideSlick .slick-prev {
  left: 15px;
}

.slideSlick .slick-next {
  right: 15px;
}

/* Breadcrumb */
.breadCrumbs {
  background-color: #eee;
}

.breadCrumbs .wrap-content {
  padding: 0.75rem 0;
}

.breadCrumbs .wrap-content .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}

.breadCrumbs .wrap-content .breadcrumb-item a {
  color: #212529;
}

.breadCrumbs .wrap-content .breadcrumb-item.active a {
  color: #6c757d;
}

/* Like Share */
.social-plugin {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.social-plugin .at-share-btn {
  margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
  margin-left: 3px;
}

/* Paging */
.pagination-home {
  margin-top: clamp(10px, 1.5vw, 20px);
}

.pagination-home .pagination .page-item .page-link {
  color: #555555;
  font-size: 0.875rem;
}

.pagination-home .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: var(--color-main);
  border-color: var(--color-main);
}

/* Paging Ajax */
.pagination-ajax {
  text-align: center;
}

.pagination-ajax a {
  display: inline-block;
  vertical-align: top;
  margin: 0px 3px 3px 3px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  color: #666 !important;
  border: 1px solid #e6e6e6;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #ffffff;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
  color: #ffffff !important;
  border-color: var(--color-main);
  background-color: var(--color-main);
}

.pagination-ajax a.first,
.pagination-ajax a.last,
.pagination-ajax a.prev,
.pagination-ajax a.next {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.first:before,
.pagination-ajax a.last:before,
.pagination-ajax a.prev:before,
.pagination-ajax a.next:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

.pagination-ajax a.first:before {
  background-image: url(../images/page-first.png);
}

.pagination-ajax a.last:before {
  background-image: url(../images/page-last.png);
}

.pagination-ajax a.prev:before {
  background-image: url(../images/page-prev.png);
}

.pagination-ajax a.next:before {
  background-image: url(../images/page-next.png);
}

/* Popup */
#popup .modal-body {
  padding: 0px;
}

/* Hidden Google Captcha */
.grecaptcha-badge {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  overflow: hidden;
}

/* Hidden Check Grammar Coccoc */
coccocgrammar {
  display: none;
}

/* Scroll Top */
.scrollToTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
}

/* Text Hide */
.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

/* Transition All */
.transition,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover > ul,
.scale-img img,
.scale-img:hover > img,
.btn-frame .kenit-alo-circle-fill,
.support-online .kenit-alo-circle-fill {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

/* Scale IMG */
.scale-img {
  overflow: hidden;
  display: block;
}

.scale-img img {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.scale-img:hover > img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* Blink */
.blink {
  -webkit-animation-name: blink;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blink;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* Button Frame */
.wrap-combo--extentions {
  position: fixed;
  bottom: 80px;
  right: 15px;
}
.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  z-index: 10;
  cursor: pointer;
  position: relative;
  margin-bottom: 30px;
}

.btn-frame i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color-main);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-frame i img {
  vertical-align: middle;
  width: 70%;
}

.btn-frame .animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: 0.1;
  border-color: var(--color-main);
  opacity: 0.5;
}

.btn-frame .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.btn-frame .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
  width: 70px;
  height: 70px;
  top: -10px;
  right: -10px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgb(63 160 126 / 35%);
  opacity: 0.4;
}

.btn-frame .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/* Cart Fix */
.cart-fixed {
  position: fixed;
  right: 20px;
  bottom: 390px;
  z-index: 10;
  background: var(--color-main);
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff !important;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cart-fixed i {
  font-size: 20px;
}

.cart-fixed span {
  position: absolute;
  top: 0px;
  right: -5px;
  color: #ffffff;
  width: 25px;
  height: 25px;
  background: #ec2d3f;
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  border-radius: 100%;
}

/* Toolbar */

.toolbar {
  background: var(--color-main);
  width: 100%;
  padding: 15px;
  bottom: 0px;
  position: fixed;
  z-index: 500;
  height: auto;
  left: 0px;
  max-height: 65px;
}

.toolbar ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
}

.toolbar ul li {
  text-align: center;
  width: 25%;
}

.toolbar ul li a {
  display: block;
  width: 100%;
  cursor: pointer;
}

.toolbar ul li a img {
  height: 20px;
  width: 20px;
  animation: tada 1.2s infinite;
}

.toolbar ul li a span {
  color: #fff;
  font-size: 10px;
}

/* Fixbar */
.fixbar {
  bottom: 0;
  display: block;
  background: #f0eff4;
  border-top: 1px solid #ddd;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  margin: 0;
  z-index: 500;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 50px;
}

.fixbar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.fixbar ul li {
  margin: 0 auto 10px;
  text-align: center;
  width: 25%;
  float: left;
}

.fixbar .icon-cart-mobile,
.fixbar .icon-cart-new,
.fixbar .icon-home-new,
.fixbar .icon-hotdeal-new {
  width: 20px;
  height: 20px;
  display: block;
  margin: 8px auto 0;
}

.fixbar .icon-cart-mobile {
  background: url(../images/cart-mobile.png) no-repeat;
}

.cart-total-head-mobile {
  font-size: 10px;
  position: absolute;
  background: red;
  color: #fff !important;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  line-height: 15px;
  top: 5px;
  margin-left: 5px;
}

.fixbar ul li a {
  font-size: 11px;
  text-decoration: none;
  color: #333;
}

.fixbar ul li a i {
  font-size: 20px;
}

/* Plugbar */
.plugbar {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #eae6e6;
  width: 100%;
  right: 0;
  max-width: 767px;
  margin: 0 auto;
  background: #ffffff;
  padding: 9px 10px 10px 7px;
  z-index: 10;
}

.plugbar ul {
  list-style: none;
  padding: 0;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.plugbar ul li {
  width: 20%;
  float: left;
}

.plugbar ul li a {
  display: block;
  color: #696969;
  font-size: 12px;
  text-align: center;
  position: relative;
}

.plugbar ul li a i {
  font-size: 20px;
  color: #696969;
}

.plugbar ul li a span {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -40px;
  left: calc(50% - 50px / 2);
  font-size: 14px;
  display: block;
  border: 1px solid rgba(234, 230, 230, 0.5);
  border-radius: 100%;
}

/* Combo Phone */
.support-online {
  position: fixed;
  z-index: 999;
  left: 10px;
  bottom: 0px;
}

.support-online a {
  position: relative;
  margin: 20px 10px;
  text-align: left;
  width: 40px;
  height: 40px;
}

.support-online i {
  width: 40px;
  height: 40px;
  background: #43a1f3;
  color: #ffffff;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 999;
}

.support-online a {
  display: block;
}

.support-online a span {
  border-radius: 2px;
  text-align: center;
  background: #67b634;
  padding: 9px;
  display: none;
  width: 180px;
  margin-left: 10px;
  position: absolute;
  color: #ffffff;
  z-index: 999;
  top: 0px;
  left: 40px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-animation: headAnimation 0.7s 1;
  animation: headAnimation 0.7s 1;
}

.support-online a:hover span {
  display: block;
}

.support-online a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #67b634 transparent transparent;
  position: absolute;
  left: -10px;
  top: 10px;
}

.support-online .kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -10px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75;
  right: -10px;
}

.support-online .kenit-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  border-color: #0089b9;
  opacity: 0.5;
}

.support-online .support-online .btn-support {
  cursor: pointer;
}

.support-online .mes i {
  background: orange;
}

.support-online .sms i {
  background: red;
}

.support-online .call-now i {
  background: green;
}

/* Phone Switch */
.widget-mobile {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10px;
  z-index: 9999999;
}

#my-phone-circle {
  position: relative;
  width: 50px !important;
  height: 50px !important;
}

.wcircle-open .wcircle-icon i:before {
  content: "\f00d";
}

.wcircle-icon {
  background: #1282fc;
  border-radius: 50%;
  position: relative !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wcircle-icon:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: rgba(18, 130, 252, 0.5);
  border: 1px solid #ffffff;
  border-radius: 50%;
  left: -5px;
  top: -5px;
  -webkit-animation: pulse 1s infinite ease-in-out;
  animation: pulse 1s infinite ease-in-out;
}

.wcircle-icon:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background: rgba(18, 130, 252, 0.5);
  border-radius: 50%;
  left: -15px;
  top: -15px;
  -webkit-animation: zoomIn 2s infinite ease-in-out;
  animation: zoomIn 2s infinite ease-in-out;
}

.wcircle-menu {
  position: absolute !important;
  left: 0;
  top: 0;
  display: none;
}

.wcircle-menu-item {
  width: 50px;
  height: 50px;
  background: #1282fc;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wcircle-menu-item img {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
}

.wcircle-menu-item i {
  font-size: 25px;
  color: #ffffff;
  position: relative;
  z-index: 9999;
}

.wcircle-icon i {
  font-size: 25px;
  color: #ffffff;
  position: relative;
  z-index: 9999;
}

.shake-anim {
  -webkit-animation: shake-anim 1s infinite ease-in-out;
  animation: shake-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* == FOOTER == */
.footer-title {
  font-size: clamp(14px, 2vw, 16px);
  font-family: "hBold";
  color: #000;
  text-transform: capitalize;
  margin-bottom: clamp(4px, 1vw, 10px);
  padding-bottom: 5px;
  position: relative;
  text-transform: uppercase;
}

.footer-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: #fff;
}

.footer-name {
  font-size: clamp(16px, 2vw, 20px);
  font-family: hbold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: clamp(4px, 1.5vw, 12px);
}

.footer-content {
  color: #fff;
}

.footer-content p {
  line-height: 2;
  margin-bottom: 0;
}

.footer-col:nth-child(5) {
  width: 15.83%; /* 190px/1200 */
}

.footer-col:nth-child(4) {
  width: 26.67%; /* 320px/1200 */
}

.footer-col:nth-child(3) {
  width: 15%; /* 250px/1200 */
}

.footer-col:nth-child(2) {
  width: 11%; /* 250px/1200 */
}

.footer-col:nth-child(1) {
  width: 15.83%; /* 190px/1200 */
}

.footer-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer {
  border-top: 2px solid var(--color-main);
}

.footer-ul li {
  width: 100%;
  margin-bottom: 5px;
}

.footer-ul li a {
  font-size: 15px;
  /* font-family: var(--font-regular); */
  color: #000;
  font-family: "hMedium";
}

.footer-ul li a:hover {
  color: var(--color-red);
}

.footer-powered {
  padding: 10px 0;
  border-top: 1px solid #fff;
}

.footer-copyright {
  line-height: 30px;
  color: #000;
  font-size: 15px;
  font-family: "hmedium";
  text-align: start;
  margin-top: 10px;
}

.footer-statistic {
  line-height: 30px;
  color: #fff;
  text-align: end;
  width: 50%;
}

.footer-statistic span {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #fff;
}

.footer-statistic span:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

/* == PRODUCT == */
.grid-product {
  --cols: 4;
  --gap: 20px;
}

.product {
  padding: 10px 10px 20px;
  border: 1px solid #333;
  border-radius: 8px;
  position: relative;
}

.product-info {
  text-align: center;
  margin: 10px 0 0;
}

.product-info .price-product {
  margin-bottom: clamp(4px, 1vw, 10px);
}

.price-product .price-new {
  font-size: 16px;
  font-family: "hMedium";
  color: var(--color-red);
}

.price-product .price-old {
  font-size: 15px;
  font-family: "hRegular";
  text-decoration: line-through;
  color: #333;
  margin-left: 5px;
}

.price-product .price-per {
  position: absolute;
  background: var(--color-red);
  color: #fff;
  line-height: 20px;
  padding: 0 5px;
  border-radius: 5px;
  top: 10px;
  right: 10px;
  pointer-events: none;
}

.product-info h3 {
  font-size: clamp(14px, 2vw, 18px);
  font-family: rsemibold;
  text-transform: capitalize;
  margin-bottom: clamp(4px, 1vw, 10px);
}

.product-info h3 a {
  color: var(--color-title);
}

.product-info h3 a:hover {
  color: var(--color-red);
}

.cart-product .addcart {
  width: 48%;
  text-align: center;
  border: 1px solid #333;
  line-height: 40px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-family: hmedium;
  text-transform: capitalize;
}

.cart-product .addcart.hover\:Background-LeftRight {
  --color: #333;
}

.cart-product .addcart:hover {
  color: #fff;
}

/* == Product Detail == */

/* Product Detail */
.grid-pro-detail {
  margin-bottom: clamp(15px, 3vw, 30px);
}

.left-pro-detail {
  position: relative;
  text-align: center;
  width: 45%;
}

.right-pro-detail {
  width: calc(55% - 40px);
}

.left-pro-detail .MagicZoom {
  border: 1px solid #eee;
  padding: 7px;
  border-radius: 5px;
  background-color: #ffffff;
}

.gallery-thumb-pro {
  position: relative;
  margin-top: 10px;
}

.owl-pro-detail {
  padding: 0;
}

.control-pro-detail button {
  background-color: transparent;
  color: #222222;
  opacity: 1;
  width: 25px;
  font-size: 23px;
}

.control-pro-detail button:hover {
  opacity: 0.7;
}

.control-pro-detail button.owl-prev {
  left: 0px;
}

.control-pro-detail button.owl-next {
  right: 0px;
}

.thumb-pro-detail {
  display: block !important;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #ffffff;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
  border-color: #cecfd2;
}

.thumb-pro-detail img {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-filter: brightness(100%) !important;
  filter: brightness(100%) !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.title-pro-detail {
  text-transform: capitalize;
  font-size: 20px;
  display: block;
  font-weight: 700;
}

.comment-pro-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.desc-pro-detail {
  margin-bottom: 1rem;
}

.attr-pro-detail {
  list-style: none;
  padding: 0px;
}

.attr-pro-detail li {
  width: 100%;
  border: 2px solid var(--color-main);
  border-top: 0;
  padding-left: 20px;
}

.pro-detail--wrap__buynow {
  border: 0 !important;
  margin-top: 20px;
  padding: 0 !important;
}

li.pro-detail--wrap__buynow .cart-pro-detail a {
  line-height: 56px;
  height: 56px;
}

li.pro-detail--wrap__buynow .attr-content-pro-detail {
  width: calc(70% - 20px);
  border: 2px solid var(--color-main);
  padding-left: 12px !important;
}

li.pro-detail--wrap__buynow .cart-pro-detail {
  max-width: 30%;
}

.pro-detail-wrap__addcart {
  padding: 10px 0 10px 20px;
}

.attr-label-pro-detail {
  font-size: 16px;
  font-family: hmedium;
  text-transform: uppercase;
  line-height: 50px;
  width: 30%;
  border-right: 2px solid var(--color-main);
}

.attr-content-pro-detail {
  display: inline-block;
  font-size: 18px;
  font-family: hmedium;
  text-transform: capitalize;
  width: 70%;
  align-items: center;
  padding-left: 20px;
  line-height: 50px;
}

.pro-detail-wrap__addcart .attr-content-pro-detail {
  width: 100%;
  max-width: 200px;
}

.pro-detail-desc {
  font-size: 14px;
  font-family: var(--font-regular);
  line-height: 25px;
  padding: 10px 0 10px 20px;
}
.brand-pro-detail a {
  background: var(--color-main);
  color: #fff;
  border-radius: 5px;
  line-height: 25px;
  display: block;
  padding: 0 12px;
  text-transform: capitalize;
  font-weight: bold;
}
.price-new-pro-detail {
  font-family: hmedium;
  font-size: 23px;
  color: var(--color-main);
}
.price-old-pro-detail {
  font-weight: 400;
  color: var(--color-gray);
  text-decoration: line-through;
  padding-left: 10px;
}

.color-pro-detail {
  cursor: pointer;
  vertical-align: top;
  position: relative;
  width: 60px;
  height: 20px;
  margin: 0 8px 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border: 1px solid #dadada;
  transition: 0.3s;
  border-radius: 2px;
}

.size-pro-detail {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  line-height: 40px;
  width: 40px;
  position: relative;
  margin: 0 20px 0 0;
  border-radius: 50%;
  font-size: 12px;
  transition: 0.3s;
}

.size-pro-detail.active,
.color-pro-detail.active {
  border-color: #000;
}

.size-pro-detail.active, .size-pro-detail:hover {
    background: #000;
    color: #fff;
}

.size-pro-detail.active:after,
.color-pro-detail.active:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(../images/check-cart.png);
  background: none;
}

.color-pro-detail input[type="radio"],
.size-pro-detail input[type="radio"] {
  display: none;
}

.quantity-pro-detail {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  height: 45px;
  border-radius: 30px;
  overflow: hidden;
  /* border: 1px solid #dfdfdf; */
}

.quantity-pro-detail span {
  line-height: 25px;
  padding: 0px;
  width: 45px;
  height: 100%;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  position: relative;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0px;
}

.quantity-pro-detail span.quantity-plus-pro-detail:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 15px;
    height: 20px;
    background: #000;
    pointer-events: none;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}


.quantity-pro-detail span.quantity-minus-pro-detail:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 15px;
    height: 20px;
    background: #000;
    pointer-events: none;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0px;
}

.quantity-pro-detail input {
  height: 100%;
  border: none;
  width: calc(100% - 90px);
  text-align: center;
  font-size: 15px;
}
.cart-pro-detail {
  max-width: 350px;
  width: 100%;
}

.cart-pro-detail a {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  height: 45px;
  font-size: 15px;
  font-family: "hBold";
}

.cart-pro-detail a.addnow {
  background: #fff;
  color: var(--color-red);
}

.cart-pro-detail a.addnow:hover {
  color: #fff;
  background: var(--color-red);
}

.cart-pro-detail a.buynow {
  background-color: #000;
}

.cart-pro-detail a.buynow:hover {
  background-color: var(--color-main);
  color: #fff;
}

.cart-pro-detail a i {
  vertical-align: top;
  margin-right: 8px;
  font-size: 24px;
  position: relative;
  top: -2px;
}

.tabs-pro-detail .nav-tabs .nav-link {
  border-top-width: 3px;
  font-size: 13px;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
}

.tabs-pro-detail .nav-tabs .nav-link.active,
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  border-top-color: var(--color-main);
}

.tags-pro-detail {
  margin-bottom: clamp(12px, 2vw, 20px);
  display: flex;
  flex-wrap: wrap;
}

.tags-pro-detail a {
  display: block;
  line-height: 35px;
  padding: 0 12px;
  background: var(--color-main);
  color: #fff;
  margin: 0 10px 10px 0;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
}

.tags-pro-detail a:hover {
  color: var(--color-yellow);
}

.tags-pro-detail a:last-child {
  margin-right: 0;
}

.tags-pro-detail a i {
  margin-right: 4px;
}

.tab-content {
  border: 1px solid #dee2e6;
  border-top: 0;
  padding: 0 1.5rem 1rem;
}

/* == CONTACT == */
.d-contact--button {
  margin-top: clamp(5px, 1.5vw, 16px);
  display: flex;
}

.btn-contact {
  display: block;
  padding: 0;
  font-size: 15px;
  line-height: 40px;
  width: 140px;
  color: #545353;
  font-weight: 600;
  background: transparent;
  border: 1px solid var(--color-main);
  border-radius: 8px;
}

.btn-contact:hover {
  background: var(--color-main);
  color: #fff;
}

.contact-input input,
.contact-input textarea {
  line-height: 30px;
  padding: 5px 5px 5px 12px;
  border-radius: 5px;
  border-color: var(--color-main);
}

.contact-input input,
.contact-input textarea,
.contact-input input::placeholder,
.contact-input textarea::placeholder {
  color: #545353;
}

.contact-input textarea {
  min-height: 100px;
  line-height: normal;
}

.contact-input label {
  display: none;
}

.contact-input input:focus,
.contact-input textarea:focus {
  box-shadow: unset;
  border: 1px solid #333;
}

.grid-contact {
  --cols: 2;
  --gap: 16px;
}

.column-span1 {
  grid-column: span 2;
}

/* == PAGE VIDEO == */
.grid-video {
  --cols: 4;
  --gap: 10px;
}

.video p {
  position: relative;
}

.video h3 {
  font-size: 20px;
  margin: 10px 0 0;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
}

.video i {
  width: 40px;
  line-height: 25px;
  background: var(--color-main);
  text-align: center;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* == PAGE ALBUM == */
.grid-album {
  --cols: 4;
  --gap: 15px;
}

.album {
  border: 1px solid #333;
  /* border-radius: 8px; */
}

.album-pic {
  padding: 5px;
}

.album-name {
  border-top: 1px solid #333;
  font-size: clamp(14px, 2vw, 18px);
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 2.5;
  text-align: center;
  font-family: "hBold";
}

.album-name a {
  color: var(--color-title);
  -webkit-line-clamp: 1;
}

.album-name a:hover,
.album:hover .album-name a {
  color: #fff;
  background: #333;
}

/* -- Album Detail -- */
.photo-album .albumDetail {
  break-inside: avoid;
  margin-bottom: 10px;
}

.photo-album {
  column-count: 5;
  column-gap: 10px;
  width: 100%;
  max-width: 1200px;
  padding: 10px;
}

/* == ALBUM INDEX == */
.hinhAnh--index {
  background: rgb(0 173 87 / 30%);
}

.hinhanh {
  border-radius: 10px;
}

/* == NEWS == */
.news {
  padding: 5px;
  background: rgb(51 51 51 / 30%);
  border-radius: 5px;
}

.news-info {
  margin: 10px 0 0;
}

.news-info h3 {
  font-size: clamp(15px, 3vw, 20px);
  font-family: "hBold";
  text-transform: capitalize;
  margin-bottom: clamp(4px, 2vw, 10px);
}

.news-info h3 a {
  color: var(--color-title);
  -webkit-line-clamp: 2;
}

.news-info h3 a:hover {
  color: var(--color-red);
}

.news-info span {
  font-size: 14px;
  color: var(--color-text);
}
/* == PRODUCT == */
/* -- Product Tabs */
.btn-tabs--contain {
  margin-bottom: 10px;
}

.btn-tabs--contain span {
  font-size: 15px;
  font-family: "hMedium";
  text-transform: capitalize;
  padding: 0 20px;
  border: 1px solid #333;
  border-radius: 35px;
  line-height: 35px;
  margin: 0 5px 10px;
  cursor: pointer;
  color: #333;
}

.btn-tabs--contain span:hover,
.btn-tabs--contain span.active {
  background: var(--color-main);
  color: #fff;
  border-color: var(--color-main);
}

/* == NEWSLETTER == */
.grid-newsletter {
  --cols: 3;
  --gap: 20px;
}

.column--content {
  grid-column: span 3;
}

.newsletter-input textarea,
.newsletter-input input {
  line-height: 30px;
  font-size: 15px;
  font-family: var(--font-regular);
  padding: 5px 12px;
  border: 1px solid var(--color-main);
  border-radius: 5px;
}

.newsletter-input textarea {
  padding-top: 12px !important;
  line-height: normal !important;
  height: 100px !important;
}

.newsletter-input input .newsletter-input input::placeholder,
.newsletter-input textarea,
.newsletter-input textarea::placeholder {
  color: var(--color-title);
}

.newsletter-input input:focus,
.newsletter-input textarea:focus {
  border: 1px solid var(--color-main);
}

.newsletter-button {
  margin-top: 20px;
}

.newsletter-button .btn {
  padding: 0;
  width: 150px;
  text-align: center;
  background: var(--color-main);
  line-height: 35px;
  margin: 0 auto;
  display: block;
  color: #fff;
  font-size: 15px;
  font-family: "hBold";
  text-transform: capitalize;
}

.newsletter-button .btn:hover {
  color: var(--color-yellow);
}

/* == PAGE ORDER == */
.payments-info p {
  margin-bottom: 0.25em;
}

.form-discount input {
  width: 60%;
  border: 1px solid #000;
  border-radius: 0;
  line-height: 30px;
  padding: 5px 5px 5px 10px;
}

.form-discount input:focus {
  border: 1px solid #000;
  box-shadow: unset;
}

.form-discount label {
  width: calc(40% - 10px);
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

/* ========== HOME */

/* == MENU == */
ul.head-menu a {
  color: #000;
  font-size: 16px;
  font-family: var(--font-regular);
  text-transform: uppercase;
  line-height: 35px;
}

ul.head-menu > li > a {
  line-height: 60px;
  display: block;
  position: relative;
}

ul.head-menu li.product-button a:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: #000;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  pointer-events: none;
  display: none;
}

ul.head-menu li.product-button:hover > a:after {
  display: block;
}

ul.head-menu {
  margin-bottom: 0;
}

ul.head-menu > li:hover ul.ul-listproduct {
  display: block;
}

ul.head-menu li {
  padding: 0 10px;
  --color: #000;
}

ul.head-menu li a:hover {
  color: #000;
}

ul.head-menu li a.active {
  font-family: "hBold";
}

/* == ABOUT == */
.about--index {
  padding-top: 15px;
}
.about-desc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc((100% - 1200px) / 2);
  max-width: 35%;
  color: #fff;
}

.about-desc > * {
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

/* == COLLECTIONS == */
.collectionsHot--index {
  padding-top: 30px !important;
}
.grid-collections {
  --cols: 4;
  --gap: 20px;
}

.collections-info h3 {
  line-height: 30px;
  font-size: 17px;
  font-family: var(--font-regular);
  text-transform: uppercase;
}

.collections-info a {
  color: #000;
}

.collections-info a:hover {
  color: var(--color-red);
}

.banner-collection span {
  font-size: clamp(15px, 3vw, 25px);
  font-family: "hBold";
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-transform: capitalize;
}

/* == HINH ANH == */
.thuVienAnhHot {
  padding: 0 30px;
}

.thuVienAnh {
  position: relative;
}

.thuVienAnh h3 {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 10;
  bottom: -35px;
  left: 0;
  padding: 0 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  pointer-events: none;
  line-height: 35px;
  transition: 0.3s;
}

.thuVienAnh:hover h3 {
  bottom: 25px;
  transition: 0.3s;
}

/* == SHOPS == */
.shops {
  padding: 30px 30px 15px;
  border: 2px solid var(--color-main);
  border-right: 0;
}

[class*="grid-"] .shops {
  border: 2px solid var(--color-main);
}

.shopsHot--index .wrap-content {
  border-right: 2px solid var(--color-main);
}

.shops-info {
  margin-top: 15px;
}

.shops-info h3 {
  line-height: 30px;
  font-size: 17px;
  font-family: var(--font-regular);
  text-transform: uppercase;
}

.shops-info a {
  color: #000;
}

.shops-info a:hover {
  color: var(--color-red);
}

/* == BANNER == */
.banner--index {
  padding: 30px 0;
  /* border-bottom: 2px solid var(--color-main); */
}

/* == FOOTER == */
.social.social-footer {
  margin-bottom: 0;
  position: relative;
}

.social.social-footer:before {
  content: "Follow us";
  font-size: 16px;
  font-family: "hMedium";
  margin-right: 20px;
  line-height: 32px;
}

.btn-cart {
  line-height: 50px;
  border: 0;
  background: #000;
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  font-family: hmedium;
  padding: 0;
  width: 150px;
}

.btn-cart:hover {
  color: var(--color-yellow);
}

.cart-info label {
  width: 35%;
}

.cart-info input {
  width: 65%;
  padding: 0 5px 0 12px;
  line-height: 37px;
  border: 0;
  border-radius: 0;
  background: #eee;
}

.title-product-other {
  margin-bottom: 20px;
  border: 2px solid var(--color-main);
  border-left: 0;
  border-right: 0;
  text-align: center;
}

.title-product-other h2 {
  font-size: 30px;
  line-height: 55px;
  margin-bottom: 0;
  font-family: hbold;
}

.user-page {
  border: 2px solid var(--color-main);
}

.user-left {
  padding: 30px;
}

.wrap-user h2 {
  font-size: 22px;
  font-family: "hBold";
  text-transform: capitalize;
  margin-bottom: 10px;
  position: relative;
}

.wrap-user h2:before {
  content: "*";
  margin-right: 20px;
}

.input-user label {
  font-size: 15px;
  font-family: "hMedium";
  margin-right: 10px;
  line-height: 30px;
}

.input-user input {
  border: 0;
  line-height: 30px;
  padding: 0 5px 0 12px;
}

.page-login .input-user input {
  border: 1px solid var(--color-main);
  line-height: 40px;
  border-radius: 0;
}

.input-group-text {
  background: #000;
  color: #fff;
}

.form-check-input[type="radio"] {
  border: 1px solid var(--color-main);
  line-height: 1em !important;
  padding: 0;
}

ul.ul-listproduct {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #fff;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 30px 0;
  z-index: 2;
  display: none;
}

ul.wrap-aboutAll {
  padding: 8px 0;
}

ul.wrap-aboutAll li {
  padding: 0 15px;
  border-right: 2px solid #000;
}

ul.wrap-aboutAll li:first-child {
  padding-left: 0;
}

ul.wrap-aboutAll li:last-child {
  padding-right: 0;
  border-right: 0;
}

ul.wrap-aboutAll li a {
  line-height: 30px;
  font-size: 17px;
  font-family: hbold;
  text-transform: uppercase;
  color: #c1bebe;
}

ul.wrap-aboutAll li a:hover,
ul.wrap-aboutAll li a.active {
  color: #000;
}

.btn-havesac {
  width: 75%;
  display: block;
  height: 45px;
  background: #000;
  margin: 0 auto;
  border-radius: 50px;
  position: relative;
}

.btn-havesac:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.4s ease;
}

/* hover */
.btn-havesac:hover:after {
  left: calc(100% - 40px);
}

/* == IMG QC == */
.imgqc--index {
  padding: 25px 0;
  background: #000;
}

.imgqc--index h3 {
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  line-height: 45px;
  font-family: "hMedium";
  text-transform: uppercase;
}

.group-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.group-social p {
  margin-bottom: 8px;
  width: calc(50% - 10px);
  font-size: 17px;
  font-family: "hMedium";
  position: relative;
  line-height: 25px;
  padding-left: 30px;
}

.group-social p:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
}

.toc-horizontal-list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}

.toc-horizontal {
  position: sticky;
  top: 60px;
  background: #fff;
}

.toc-horizontal-list a {
  font-size: clamp(14px, 2vw, 17px);
  font-family: hmedium;
  text-transform: capitalize;
  padding: 0 15px;
  line-height: 35px;
  cursor: pointer;
  color: #7e7e7e !important;
}

.toc-horizontal-list a:hover {
  color: #000 !important;
}

ul.ul-listproduct.listProduct-2 .wrap-content {
  display: flex;
}

ul.ul-listproduct.listProduct-2 {
  padding: 10px 0 0;
}

ul.ul-listproduct.listProduct-2 .wrap-content li {
  padding: 0 15px !important;
  border-right: 2px solid #000;
}

ul.ul-listproduct.listProduct-2 li a {
  color: #a1a0a0;
}

ul.ul-listproduct.listProduct-2 li a:hover {
  color: #000;
}

.input-nickname {
    margin-top: clamp(10px, 2vw, 20px);
}

.input-nickname input {
    background: #dfdede;
    border-radius: 0;
    border: 0;
    line-height: 30px;
    padding: 5px 5px 5px 12px;
    color: #505050;
    font-size: 15px;
    font-family: 'HMedium';
}

.input-nickname input::placeholder {
    color: #505050;
}