.catalogue {
  margin-top: 10px;
}
.catalogue .download {
  padding: 5px 0px;
  background-color: #064f96;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
}
.catalogue .download a {
  font-size: 14px;
  color: #ffffff;
}

.products_detail {
  background-color: #fff;
  margin-bottom: 30px;
}
.products_detail .col-products-images .frame_left .jcarousel {
  width: 100%;
}
.products_detail .col-products-images .frame_left .jcarousel ul {
  height: auto !important;
}
.products_detail .col-products-images .frame_left .jcarousel ul li {
  min-height: 60px !important;
  margin-right: 10px !important;
  border: 1px solid #ececec;
  border-radius: 3px;
}
.products_detail .col-products-images .frame_left .jcarousel ul li a img {
  display: block;
  height: 60px;
  width: 60px;
  padding: 5px;
  box-sizing: border-box;
  margin: 0 !important;
}
.products_detail .col-detail {
  padding: 0px;
  border-left: 2px solid #f7f7f7;
}
.products_detail .col-detail .product_top .product_info .info_name {
  padding: 15px;
  border-bottom: 2px solid #f7f7f7;
  line-height: 30px;
}
.products_detail .col-detail .product_top .product_info .info_name h3 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.products_detail .col-detail .product_top .product_info .info_name .rating li {
  list-style: none;
}
.products_detail .col-detail .product_top .product_info .info_name .rating li .checked {
  color: orange;
}
.products_detail .col-detail .product_top .product_info .info_name .rating li span {
  color: #b8b8b8;
}
.products_detail .col-detail .product_top .product_info .info_name .rating li .rat {
  color: #ce1e1e;
}
.products_detail .col-detail .product_top .product_info .info_name .trademark_code .title_tra span {
  color: #777777;
}
.products_detail .col-detail .product_top .product_info .info_name .trademark_code .title_code span {
  color: #777777;
}
.products_detail .col-detail .product_top .product_info .info_price {
  padding: 15px 15px 15px 0px;
}
.products_detail .col-detail .product_top .product_info .info_price .sub {
  float: left;
  width: 65%;
  margin-right: 10px;
}
.products_detail .col-detail .product_top .product_info .info_price .seller {
  float: left;
  margin-top: 10%;
  width: 33%;
  border: 2px solid #f7f7f7;
  border-radius: 5px;
  padding: 10px;
}
.products_detail .col-detail .product_top .product_info .info_price .seller .name_post {
  background: url(../images/icon_home_member.png) no-repeat left;
  padding-left: 45px;
  background-size: 37px;
}
.products_detail .col-detail .product_top .product_info .info_price .seller .name_post .name {
  color: #ce1e1e;
}
.products_detail .col-detail .product_top .product_info .info_price .seller .name_post .name span {
  color: #ce1e1e;
  font-family: "Roboto-Regular";
}
.products_detail .col-detail .product_top .product_info .info_price .seller .name_post .fa {
  color: #333;
  padding-right: 5px;
  font-size: 14px;
}
.products_detail .col-detail .product_top .product_info .info_price .seller .time_login {
  font-size: 13px;
  display: flex;
  padding: 10px 0;
}
.products_detail .col-detail .product_top .product_info .info_price .seller .time_login .time {
  padding-right: 15px;
}
.products_detail .col-detail .product_top .product_info .info_price .seller .time_login .hh {
  background: url(../images/hh.png) no-repeat left;
  padding-left: 25px;
  background-size: 20px;
}
.products_detail .col-detail .product_top .product_info .info_price .seller .phone {
  background: #064f96;
  border-radius: 5px;
  padding: 9px;
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
.products_detail .col-detail .product_top .product_info .info_price .seller .phone a {
  color: #fff;
}
.products_detail .col-detail .product_top .product_info .info_price .seller .seen_shop {
  text-align: center;
}
.products_detail .col-detail .product_top .product_info .info_price .seller .seen_shop a {
  float: left;
  width: 100%;
  padding: 8px 20px;
  color: #ffffff;
  background: #ce1e1e;
  border-radius: 4px;
}
.products_detail .col-detail .product_top .product_info .info_price .seller .seen_shop a:hover {
  color: #fff !important;
}
.products_detail .col-detail .product_top .product_info .info_price .seller .bh {
  font-size: 13px;
  padding-top: 10px;
}
.products_detail .col-detail .product_top .product_info .info_price .seller .bh .info_bh {
  background: url(../images/kh.png) no-repeat left;
  padding-left: 35px;
  background-size: 25px;
}
.products_detail .col-detail .product_top .product_info .info_price .row-price {
  padding-left: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f7f7f7;
}
.products_detail .col-detail .product_top .product_info .info_price .row-price .price-pro {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  padding-bottom: 5px;
}
.products_detail .col-detail .product_top .product_info .info_price .row-price .discount {
  color: #777777;
  padding-bottom: 5px;
}
.products_detail .col-detail .product_top .product_info .info_price .row-price .discount span {
  color: #ce1e1e;
}
.products_detail .col-detail .product_top .product_info .info_price .row-price .no_discount {
  color: #777777;
}
.products_detail .col-detail .product_top .product_info .info_price .field {
  padding: 15px;
  border-bottom: 2px solid #f7f7f7;
}
.products_detail .col-detail .product_top .product_info .info_price .field li {
  list-style: none;
}
.products_detail .col-detail .product_top .product_info .info_price .field li span {
  padding-right: 15px;
}
.products_detail .col-detail .product_top .product_info .info_price .field li span i {
  font-size: 13px;
  color: #ce1e1e;
  padding-right: 5px;
}
.products_detail .col-detail .product_top .product_info .info_price .none {
  display: none;
}
.products_detail .col-detail .product_top .product_info .info_price .amount_cart {
  display: flex;
  padding-top: 25px;
  position: relative;
  gap: 15px;
  align-items: stretch;
  margin: 15px;
}
.products_detail .col-detail .product_top .product_info .info_price .amount_cart .select_number {
  width: 20%;
}
.products_detail .col-detail .product_top .product_info .info_price .amount_cart .select_number p {
  padding-bottom: 5px;
  position: absolute;
  top: 0;
}
.products_detail .col-detail .product_top .product_info .info_price .amount_cart .select_number input {
  width: 100%;
  height: 100%;
  padding: 12px 5px 12px 5px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.products_detail .col-detail .product_top .product_info .info_price .amount_cart .add_cart {
  position: relative;
  display: flex;
  align-items: center;
}
.products_detail .col-detail .product_top .product_info .info_price .amount_cart .add_cart img {
  position: absolute;
  left: 25px;
}
.products_detail .col-detail .product_top .product_info .info_price .amount_cart .add_cart .inline-block {
  width: 100%;
}
.products_detail .col-detail .product_top .product_info .info_price .amount_cart .add_cart .img_add {
  left: 20px;
  top: 50%;
  position: absolute;
  background: url(../images/ctsp1.png);
  width: 23px;
  transform: translateY(-50%);
  height: 20px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .products_detail .col-detail .product_top .product_info .info_price .amount_cart .add_cart .img_add {
    left: 50px;
  }
}
.products_detail .col-detail .product_top .product_info .info_price .amount_cart .add_cart .btn_add {
  padding: 12px 24px 12px 52px;
  background-color: rgb(3, 99, 175);
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .products_detail .col-detail .product_top .product_info .info_price .amount_cart .add_cart .btn_add {
    width: 100%;
    text-align: center;
    background-color: rgb(3, 99, 175);
    padding: 0;
  }
}
.products_detail .col-detail .product_top .product_info .info_price .amount_cart .add_cart .btn_add:hover {
  color: #ffffff !important;
}
.products_detail .col-detail .product_top .product_info .info_price .share {
  padding-left: 15px;
}
.products_detail .col-detail .product_top .product_info .info_price .share .share_bottom .addthis_toolbox {
  display: flex;
}
.products_detail .summary-products {
  color: #333333;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 10px;
}
.products_detail .col-products-tabs {
  padding: 0px 15px;
  margin: 20px 0;
}
.products_detail .mbl {
  padding: 0 20px;
}
.products_detail .mbl > ul {
  border-top: 2px solid #e0e0e0;
  background-color: #f4f4f4;
}
.products_detail .mbl > ul li {
  padding: 10px 0px;
}
.products_detail .mbl > ul li a {
  border-top: 2px solid rgb(3, 99, 175);
  padding: 6px 20px 10px 20px;
  font-size: 18px;
  color: #064f96;
  font-weight: 600;
  border-radius: 0px;
  background-color: #fff;
}
.products_detail .mbl > ul li.activated a {
  border-top: 2px solid rgb(3, 99, 175);
  padding: 6px 20px 10px 20px;
  font-size: 18px;
  color: #064f96;
  font-weight: 600;
  border-radius: 0px;
  background-color: #fff;
}
.products_detail .mbl > ul #tab4 {
  border-right: none;
}
.products_detail .product-tab-title {
  border-top: 2px solid #e0e0e0;
}
.products_detail .product-tab-title ul {
  background-color: #f4f4f4;
}
.products_detail .product-tab-title ul li {
  padding: 10px 0px;
}
.products_detail .product-tab-title ul li a {
  border-top: 2px solid rgb(3, 99, 175);
  padding: 6px 20px 10px 20px;
  font-size: 18px;
  color: rgb(3, 99, 175);
  font-weight: 600;
  border-radius: 0px;
  background-color: #fff;
}
.products_detail .product-tab-title ul li.activated a {
  border-top: 2px solid rgb(3, 99, 175);
  padding: 6px 20px 10px 20px;
  font-size: 18px;
  color: rgb(3, 99, 175);
  font-weight: 600;
  border-radius: 0px;
  background-color: #fff;
}
.products_detail .product-tab-title ul #tab4 {
  border-right: none;
}
.products_detail .product_tab_content {
  padding: 15px 0;
}
.products_detail .product_tab_content p {
  padding: 3px 0;
}
.products_detail .product_tab_content .manual_content img {
  max-width: 100%;
}
.products_detail .seller_pro .product-tab-title,
.products_detail .products-categories-related .product-tab-title {
  padding-bottom: 20px;
}
.products_detail .seller_pro .items .item,
.products_detail .products-categories-related .items .item {
  width: 20%;
  padding: 0px;
}
.products_detail .seller_pro .items .item .product-list-home,
.products_detail .products-categories-related .items .item .product-list-home {
  border-right: 1px solid #ddd;
  min-height: 340px;
  padding-left: 15px;
  padding-right: 15px;
  background: none;
}
.products_detail .seller_pro .items .item .product-list-home .product-item,
.products_detail .products-categories-related .items .item .product-list-home .product-item {
  width: 100%;
  text-align: center;
  padding: 10px 10px;
  height: 215px;
}
.products_detail .seller_pro .items .item .product-list-home .product-item img,
.products_detail .products-categories-related .items .item .product-list-home .product-item img {
  height: 100%;
}
.products_detail .seller_pro .items .item .product-list-home .product-title,
.products_detail .products-categories-related .items .item .product-list-home .product-title {
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  display: inline-block;
  min-height: 45px;
}
.products_detail .seller_pro .items .item .product-list-home .product_ft .price_new,
.products_detail .products-categories-related .items .item .product-list-home .product_ft .price_new {
  color: #ce1e1e;
  font-weight: bold;
}
.products_detail .seller_pro .items .item .product-list-home .product_ft .price_old,
.products_detail .products-categories-related .items .item .product-list-home .product_ft .price_old {
  color: #777777;
  text-decoration: line-through;
  padding-left: 5px;
  font-size: 12px;
}
.products_detail .seller_pro .items .active .product-list-home,
.products_detail .products-categories-related .items .active .product-list-home {
  border-right: none;
}
.products_detail .products-categories-related {
  padding-top: 30px;
}
@media all and (max-width: 767px) {
  .products_detail .products-categories-related .items {
    display: none;
  }
}

.count_cm {
  font-size: 16px;
  padding: 10px 0;
}

.box-top .head {
  background: none;
  display: none;
}
.box-top .head span {
  padding: 7px 15px;
}

.like_khach {
  padding: 5px 0;
}
.like_khach .rep {
  color: #ce1e1e;
  font-size: 13px;
  cursor: pointer;
}
.like_khach .time {
  color: #777777;
  font-size: 13px;
}

.cmt_ .khach b {
  text-transform: capitalize;
}
.cmt_ .txt_comment {
  color: #555555;
}

.label-content {
  padding: 0;
}
.label-content .comment-list {
  padding-bottom: 10px;
  border-bottom: 2px solid #cccccc;
}
.label-content .comment-list .sub_comment {
  padding: 15px;
}
.label-content .comment-list .reply_comment .gui {
  position: absolute;
  left: 0;
  width: 20%;
}
.label-content .comment-list .reply_comment textarea {
  height: 55px;
}

.cmt-box {
  margin-top: 25px;
}
.cmt-box .title {
  font-size: 20px;
  text-transform: uppercase;
}
.cmt-box .vietbl > div {
  padding: 0;
}
.cmt-box .vietbl > div:first-child {
  padding-right: 20px;
}
.cmt-box .vietbl textarea {
  height: 105px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 25px;
  padding: 10px 0 0 13px;
  border: 1px solid #eeeeee;
  width: 100%;
}
.cmt-box .vietbl textarea::-moz-placeholder {
  color: #4b4b4b;
}
.cmt-box .vietbl textarea::placeholder {
  color: #4b4b4b;
}
.cmt-box .vietbl .noi {
  text-align: right;
  padding: 10px;
  font-size: 16px;
}
.cmt-box .vietbl .noi i {
  color: #cc9a9a;
}
.cmt-box .vietbl .rr .ipgr_name, .cmt-box .vietbl .rr .ipgr_email {
  margin-bottom: 5px;
}
.cmt-box .vietbl .rr .ipgr_name input, .cmt-box .vietbl .rr .ipgr_email input {
  border: 1px solid #eeeeee;
  border-radius: 2px;
  width: 100%;
  padding: 5px 10px;
}
.cmt-box .vietbl .rr .ipgr_code {
  display: flex;
  position: relative;
}
.cmt-box .vietbl .rr .ipgr_code .code, .cmt-box .vietbl .rr .ipgr_code .view-code {
  border: 1px solid #eeeeee;
  border-radius: 2px;
  width: 20%;
  padding: 5px 10px;
}
.cmt-box .vietbl .rr .ipgr_code .view-code {
  margin-left: 15px;
}
.cmt-box .vietbl .rr .ipgr_code .gui {
  padding: 6px 10px;
  background: #ce1e1e;
  border-radius: 3px;
  color: #ffffff;
  position: absolute;
  right: 0px;
}
.cmt-box .vietbl .rr .ipgr_code .gui:hover {
  color: #ffffff !important;
}
.cmt-box .vietbl .rr .ipgr_code #imgCaptcha {
  padding-left: 10px;
}

.tui {
  width: 34%;
  margin-left: 10px;
  padding-top: 5px;
}
.tui span {
  vertical-align: top;
  display: inline-block;
}
.tui .danhgia2 {
  display: inline-block;
}
.tui .danhgia2 .rate {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
}
.tui .danhgia2 input {
  display: none;
}
.tui .danhgia2 label {
  margin-right: 5px;
  float: right;
  font-size: 0;
  color: #9a9a9a;
}
.tui .danhgia2 label:before {
  content: "\f005";
  font-family: FontAwesome;
  font-size: 15px;
}
.tui .danhgia2 label:hover,
.tui .danhgia2 label:hover ~ label {
  color: #f0ad4e;
  transition: 0.2s;
}
.tui .danhgia2 input:checked ~ label {
  color: #f0ad4e;
}
.tui .danhgia2 input:checked ~ label:hover,
.tui .danhgia2 input:checked ~ label:hover ~ label {
  color: #f0ad4e;
  transition: 0.2s;
}

.agent_contact {
  display: none;
  gap: 12px;
  margin: 15px;
  display: flex;
  flex-direction: column;
}
.agent_contact .location_item {
  display: flex;
  padding-bottom: 16px;
  padding-top: 16px;
  border-top: 1px rgb(221, 221, 221) solid;
  gap: 12px;
  flex-direction: column;
}
.agent_contact .location_item .contact_location {
  display: flex;
  align-items: center;
  gap: 15px;
}
.agent_contact .location_item .contact_location img {
  width: 18px;
}
.agent_contact .location_item .contact_location p {
  font-size: 14px;
}
.agent_contact .location_item .type_contact {
  display: flex;
  align-items: center;
  gap: 12px;
}
.agent_contact .location_item .type_contact .text_infor {
  font-size: 14px;
}
.agent_contact .location_item .type_contact .text_infor.phone_number {
  font-weight: 600;
}
#owl-demo-7 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

@media (max-width: 768px) {
  .agent_contact {
    gap: 32px;
  }
  .agent_contact .location_item {
    gap: 16px;
  }
  .agent_contact .location_item .contact_location p {
    font-size: 20px;
  }
  .agent_contact .location_item .type_contact .text_infor {
    font-size: 16px;
  }
  .product_tab_content img {
    width: 100% !important;
    height: auto !important;
  }
  .product_tab_content iframe {
    width: 100%;
    height: auto;
  }
  .products_detail .product-tab-title {
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.12);
    border-top: none;
  }
  .products_detail .product-tab-title ul {
    border-top: none;
    background-color: unset;
  }
  .products_detail .product-tab-title ul li.activated a {
    border-top: none;
    border-left: 2px solid rgb(3, 99, 175);
    padding: 6px 20px 10px 20px;
    font-size: 18px;
    color: rgb(3, 99, 175);
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0px;
    background-color: #fff;
  }
  .seller {
    display: none;
  }
  .products_detail .products-info .col-products-images a {
    width: auto !important;
    pointer-events: none !important;
  }
  .products_detail .products-info .col-products-images a img {
    width: 100%;
    max-width: 100% !important;
  }
  .products_detail .col-detail {
    clear: both;
    border: none;
  }
  .products_detail .col-detail .product_top .product_info .info_name {
    width: 100%;
  }
  .products_detail .col-detail .product_top .product_info .info_price {
    padding: 0;
  }
  .products_detail .col-detail .product_top .product_info .info_price .sub {
    width: 100%;
    margin-right: 0;
  }
  .products_detail .col-detail .product_top .product_info .info_price .sub .row-price {
    padding: 15px;
  }
  .products_detail .col-detail .product_top .product_info .info_price .sub .amount_cart .select_number {
    width: 30% !important;
  }
  .products_detail .col-detail .product_top .product_info .info_price .sub .amount_cart .add_cart {
    width: 100%;
  }
  .products_detail .col-detail .product_top .product_info .info_price .sub .amount_cart .add_cart .img_add {
    left: 20px;
  }
  .products_detail .col-detail .product_top .product_info .info_price .sub .amount_cart .add_cart .inline-block .btn_add {
    display: block;
    padding: 10px;
  }
  .products_detail .col-detail .product_top .product_info .info_price .seller {
    width: 100%;
    border-radius: 0;
    border-right: none;
    border-left: none;
  }
  .products_detail .product-item .like_khach .col-md-6 {
    padding: 0 !important;
  }
  .products_detail .product-item .like_khach .col-md-6 .gui {
    position: unset !important;
    margin-top: 10px;
    width: 50% !important;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .products_detail .product-item .cmt-box .col-md-6 {
    padding: 0 !important;
  }
  .products_detail .product-item .cmt-box .col-md-6 .rr {
    margin-top: 10px;
  }
  .products_detail .products-categories-related .items .item {
    width: 100% !important;
    border-bottom: 1px solid #ddd;
    border-right: none;
    min-height: auto;
    padding: 10px 0 !important;
  }
  .products_detail .products-categories-related .items .item:last-child {
    border-bottom: none;
  }
  .products_detail .products-categories-related .items .item .product-list-home {
    min-height: auto !important;
    border-right: none !important;
  }
  .products_detail .products-categories-related .items .item .product-list-home .product-item {
    height: auto !important;
  }
  .products_detail .products-categories-related .items .item .product-list-home .product-item img {
    width: 100%;
  }
  .products_detail .seller_pro .items .item {
    width: 50%;
  }
  .products_detail .seller_pro .items .item .product-list-home .product-item {
    height: auto;
  }
  .products_detail .seller_pro .items .item .product-list-home .product-item img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 420px) {
  .products_detail .product-item .cmt-box .col-md-6 .rr .ipgr_code {
    display: block;
    position: unset;
  }
  .products_detail .product-item .cmt-box .col-md-6 .rr .ipgr_code .code, .products_detail .product-item .cmt-box .col-md-6 .vietbl .rr .ipgr_code .view-code, .products_detail .product-item .cmt-box .vietbl .col-md-6 .rr .ipgr_code .view-code {
    height: 40px;
    width: 50%;
    display: block;
    float: left;
    clear: left;
  }
  .products_detail .product-item .cmt-box .col-md-6 .rr .ipgr_code img {
    width: auto;
    height: 40px;
    display: block;
    float: right;
    clear: right;
  }
  .products_detail .product-item .cmt-box .col-md-6 .rr .ipgr_code .tui {
    width: 60%;
    display: block;
    float: left;
    clear: both;
    padding-top: 20px;
    margin-left: 0;
  }
  .products_detail .product-item .cmt-box .col-md-6 .rr .ipgr_code .gui {
    position: unset;
    float: right;
    clear: right;
    margin-top: 10px;
    text-align: center;
  }
  .products_detail .seller_pro .product-tab-title {
    margin-top: 20px;
  }
  .products_detail .seller_pro .items .item {
    width: 100%;
  }
}
@media (max-width: 330px) {
  .products_detail .product-item .cmt-box .col-md-6 .rr .ipgr_code .tui {
    width: 100%;
    display: block;
    float: left;
    clear: both;
    padding-top: 20px;
    margin-left: 0;
  }
  .products_detail .product-item .cmt-box .col-md-6 .rr .ipgr_code .gui {
    position: unset;
    float: left;
    clear: right;
    margin-top: 10px;
    text-align: center;
    width: 100%;
  }
}/*# sourceMappingURL=detail.css.map */