/* BEGIN p-detail-1 */
.p-detail-1 .p_thumb {
    line-height: 0;
    text-align: center;
    margin: 0.48px;
}
.p-detail-1 .p_thumb img:focus {
    outline: none;
}
.p-detail-1 .p_content {
    margin-top: 0;
}
.p-detail-1 .p_content .title {
    color: #0077b8;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.25em;
    margin-bottom: 15px;
}
.p-detail-1 .p_other .b-card-34 {
    margin-top: 0px;
    height: calc(100% - 20px);
}
.p-detail-1 .p_other .b-card-34 .b_content-title {
    font-size: 18px;
}
.p-detail-1 .p_content .download {
    margin-bottom: 10px;
}
.p-detail-1 .p_content .download a i {
    font-size: 18px;
    margin-right: 3px;
    color: rgba(219, 0, 7, 0.7);
    transition: all .5s;
}
.p-detail-1 .p_content .download a {
    text-transform: uppercase;
    transition: all .4s ease;
    font-size: 16px;
}
.p-detail-1 .p_content .download a:hover {
    color: rgba(219, 0, 7, 0.7);
}
.p-detail-1 .p_content .info {
    margin-bottom: 15px;
}
.p-detail-1 .p_content .info li {
    line-height: 22px;
    margin-bottom: 5px;
}
.p-detail-1 .p_content .info li>span {
    /* color: #111; */
}
.p-detail-1 .p_content .info li>span:first-child {
    display: inline-block;
    /* opacity: 0.7; */
    margin-right: 7px;
}
.p-detail-1 .p_content .info.info-product li>span:first-child {
    width: 120px;
}
.p-detail-1 .p_content .info.info-product li {
    font-weight: 500;
}
.p-detail-1 .p_content .list>p {
    text-transform: uppercase;
    color: #222;
}
.p-detail-1 .p_content .list>p i {
    color: rgba(219, 0, 7, 0.7);
    font-size: 18px;
}
.p-detail-1 .p_content .list .ht-format-detail {
    /* margin-left: 30px; */
}
.p-detail-1 .p_content .list .ht-format-detail p {
    font-weight: 300;
    color: #666;
}
.p-detail-1 .p_content .list .ht-format-detail p:before {
    content: "\f046";
    font-family: Fontawesome;
    margin-right: 0.36em;
    color: #0077b8;
    font-size: 13px;
}
.p-detail-1 .contact {
    /* margin: 15px 0 10px; */
    text-align: center;
    width: 62.6%;
    margin-left: 25px;
}
.p-detail-1 .hotline>div {
    display: flex;
    align-items: center;
}
.p-detail-1 .hotline>div:first-child {
    margin: 0;
    font-weight: bold;
    margin-left: 3px;
}
.p-detail-1 .hotline i.fa {
    font-size: 40px;
    color: #bbb;
    margin-right: 3px;
}
.p-detail-1 .hotline i.fa-envelope-o {
    font-size: 25px;
}
.p-detail-1 .hotline h2 {
    display: inline-block;
}
.p-detail-1 .hotline span {
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
    color: #DB0007;
    transition: 0.4s ease;
}
.p-detail-1 .hotline a:hover span {
    color: #ffd700;
}
.p-detail-1 .contact button {
    width: 100%;
    border-radius: 3px;
    /* margin: 5px 0; */
}
.p-detail-1 .p_detail {
    font-weight: 300;
    margin: 25px 0 30px;
}
.p-detail-1 .p_detail .desc {
    font-weight: bold;
    margin-bottom: 5px;
}
.p-detail-1 .b-card-34 .b_thumb {
    margin: 0 0.3px;
}
.p-detail-1 .tag {
    font-weight: 500;
    margin-bottom: 30px;
}
.p-detail-1 .tag i.fa {
    color: #DB0007;
}
.p-detail-1 .tag span.item {
    background-color: rgb(248 252 247);
    padding: 5px 15px 8px;
    border-radius: 5px;
    margin-left: 10px;
    transition: 0.25s ease;
}
.p-detail-1 .tag span.item:hover {
    background-color: rgb(221 221 221);
}
.p-detail-1 .tag span.item a {
    color: #0077b8;
}
/* END p-detail-1 */

/* Style chung S-CART */
[class*="s-cart-"] .s_table {
    font-size: 14px;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
[class*="s-cart-"] .s_table thead tr td {
    padding: 10px;
}
[class*="s-cart-"] .s_table tr td:first-child {
    padding: 15px 5px;
}
[class*="s-cart-"] .s_table tr td:last-child {
    padding-right: 0;
}
/* BEGIN s-cart-1 */
.s-cart-1 {
    margin-bottom: 25px;
}
.s-cart-1 .order {
    margin: 20px 0 0;
}
.s-cart-1 .order .row {
    background-color: #f9f9f9;
    padding: 7px 0 5px;
    margin-right: 0;
    margin-left: 0;
}
.s-cart-1 .order .title {
    display: inline-block;
    padding-right: 10px;
    color: #666;
}
.s-cart-1 .order .form-group {
    display: inline-block;
    width: calc(100% - 81px);
    margin-bottom: 0;
    border: 1px solid #dcdcdc;
    background-color: rgba(255, 255, 255, 0.5);
}
.s-cart-1 .order .form-group input {
    height: 32px;
    padding: 0 1.08em;
}
.s-cart-1 .order .align-items--end {
    padding-right: 10px;
    justify-content: flex-end;
}
.s-cart-1 .order button, .s-cart-1 .order a {
    padding: 7px 10px;
    width: 45%;
    margin-left: 10px;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid #dcdcdc;
    color: #888;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: inherit;
}
.s-cart-1 .order a {
    line-height: 20px;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
}
.s-cart-1 .order button.is-active, .s-cart-1 .order a.is-active {
    background-color: #1fac5c;
    color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
}
.s-cart-1 .order button:hover, .s-cart-1 .order button:focus, .s-cart-1 .order a:hover, .s-cart-1 .order a:focus {
    box-shadow: none !important;
}
.s-cart-1 .order button i.fa, .s-cart-1 .order a>i.fa {
    font-size: 20px;
    margin-right: 3px;
}
.s-cart-1 .order input::-webkit-input-placeholder {
    font-weight: 300;
    color: #666 !important;
}
.s-cart-1 .order input::-moz-placeholder {
    font-weight: 300;
    color: #666 !important;
}
.s-cart-1 .order .is-focused input::-webkit-input-placeholder {
    color: transparent !important;
}
.s-cart-1 .order .is-focused input::-moz-placeholder {
    color: transparent !important;
}
.s-cart-1 table {
    text-align: center;
}
.s-cart-1 table td {
    border: 1px solid #eee;
}
.s-cart-1 .s_table thead {
    background-color: #f5f5f5;
    color: #0077b8;
    font-weight: normal;
    text-transform: uppercase;
}
.s-cart-1 .s_table tbody tr {
    font-weight: 300;
}
.s-cart-1 .s_table tbody td.td-quantity .box>div {
    display: inline-block;
    transform: translateX(12px);
}
.s-cart-1 .s_table tbody td.td-quantity .box>div.c-checkbox {
    vertical-align: top;
    transform: translate(3px, 16px);
}
.s-cart-1 .s_table tbody td.td-quantity .c-checkbox .c_tick .check {
    font-size: 14px;
}
.s-cart-1 .s_table tbody td.td-quantity .c-checkbox input[type=checkbox]:checked+.c_tick .check {
    background-color: #23af4b;
}
.s-cart-1 .td-image {
    width: 60px;
    line-height: 0;
}
.s-cart-1 .td-image img {
    width: 80px;
}
.s-cart-1 .td-quantity {
    width: 75px;
}
.s-cart-1 .td-quantity>* {
    user-select: none;
}
.s-cart-1 .td-quantity span {
    display: block;
    width: 2.6em;
    height: 1.2em;
    line-height: 1.2em;
    margin: 5px auto;
    text-align: center;
    color: #666;
    cursor: pointer;
    font-weight: normal;
    font-size: 17px;
}
.s-cart-1 .form-qc {
    text-transform: none;
}
.s-cart-1 .td-quantity span[ht-type="plus"] {
    transform: translateY(-2px);
}
.s-cart-1 .td-quantity span[ht-type="minus"] {
    transform: translateY(-4px);
}
.s-cart-1 .td-quantity span i {
    font-size: 0.86em;
}
.s-cart-1 .td-quantity input {
    display: block;
    text-align: center;
    border: 1px solid #666;
    color: #666;
    font-weight: normal;
    margin: 0 auto;
    font-size: .86em;
    width: 3em !important;
    height: 2.5em;
}
.s-cart-1 .td-quantity input:focus {
    outline: none;
}
.s-cart-1 .td-quantity input:focus::-webkit-input-placeholder {
    color: transparent !important;
}
.s-cart-1 .td-quantity input:focus::-moz-placeholder {
    color: transparent !important;
}
.s-cart-1 .td-price, .s-cart-1 .td-sum, .s-cart-1 .td-total, .s-cart-1 .td-name {
    width: 75px;
    padding: 5px 15px;
}
.s-cart-1 .td-price, .s-cart-1 .td-sum {
    font-weight: normal;
}
.s-cart-1 .td-name {
    text-transform: uppercase;
}
.s-cart-1 .td-desc {
    width: 350px;
    padding: 5px 10px;
}
.s-cart-1 .td-desc .desc span:first-child {
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}
.p-detail-1 .p_content .price .market {
    text-decoration: line-through;
    margin-left: 12px;
    color: #979292;
    font-size: 18px;
}
.s-cart-1 .td-desc .desc span:last-child {
    font-style: italic;
    color: #444;
}
.notice {
    margin: 20px 0 0;
}
.notice>span:first-child {
    position: absolute;
    color: #fff;
}
.notice>span:last-child {
    padding-left: 25px;
    font-size: 14px;
    font-weight: 300;
    color: #0077b8;
}
.notice>span>span {
    padding-left: 2px;
    font-weight: normal;
    text-transform: uppercase;
}
.s-cart-1 .title-desc {
    color: #0077b8;
    font-weight: 300;
}
.s-cart-1 .title-desc p {
    display: inline-block;
}
/* END s-cart-1 */

/* BEGIN s-form-3 */
.s-form-3 .c-modal-box {
    max-width: 800px;
}
.s-form-3 .form-group {
    margin-bottom: 10px;
}
.s-form-3 .s-cart-1 .s_table thead {
    background-color: #f5f5f5;
    color: #0077b8;
    font-weight: 300;
    text-transform: uppercase;
}
.s-form-3 .s-cart-1 .td-name {
    text-transform: uppercase;
    width: 330px;
}
.s-form-3 .td-col {
    padding: 10px;
}
.s-form-3 tr .td-col:first-child {
    border-right-color: transparent;
}
/* END s-form-3 */

/* Style chung s-sign */
[class*="s-sign-"] .c-checkbox {
    font-size: 12px;
    margin-bottom: 0;
}
[class*="s-sign-"] .c_error {
    z-index: 1;
}
[class*="s-sign-"] .c_input {
    z-index: 2;
}
.b-card-34 .b_content-desc {
    font-size: 15px;
    -webkit-line-clamp: 3;
}

/* BEGIN c-radio */
.c-radio {
    display: block;
    line-height: 1;
    margin: 0.715em 0 0.715em 0;
    position: relative;
    z-index: 2;
}
.c-radio label {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    color: #666666;
    position: relative;
}
.c-radio label>span:not(.c_tick) {
    font-size: 1em;
    line-height: 1.42857143;
}
.c-radio label:hover {
    color: #0077b8;
}
.c-radio .c_tick {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #666666;
    border-radius: 100%;
    margin: 0 0.358em 0.072em 0;
    width: 1.072em;
    height: 1.072em;
}
.c-radio .c_tick::before {
    content: '';
    display: block;
    border-radius: 100%;
    background-color: #0077b8;
    width: 1.072em;
    height: 1.072em;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.c-radio input[type=radio] {
    overflow: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.c-radio input[type=radio]:checked~.c_tick {
    border-color: #0077b8;
    opacity: 1;
}
.c-radio input[type=radio]:checked~.c_tick::before {
    opacity: inherit;
}
.c-radio input[type=radio]:checked+.c_tick::before {
    -webkit-transform: scale3d(0.65, 0.65, 1);
    -moz-transform: scale3d(0.65, 0.65, 1);
    -o-transform: scale3d(0.65, 0.65, 1);
    -ms-transform: scale3d(0.65, 0.65, 1);
    transform: scale3d(0.65, 0.65, 1);
}
.c-radio input[type=radio][disabled]~.c_tick {
    border-color: #000;
    opacity: 0.26;
}
.c-radio input[type=radio][disabled]~.c_tick::before {
    opacity: inherit;
}

/* END c-radio */
/* BEGIN c-form-border */
/* Copy when using c-form-border */
.c-form-border {
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}
.c-form-border .c_input {
    padding: 1.215em 1.072em 1.215em 1.072em;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-form-border .c_input:focus {
    outline: none;
    border-color: #0077b8;
}
.c-form-border--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-form-border--icon .c_input {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    z-index: 2;
}
.c-form-border--icon .c_icon {
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-form-border--icon .c_icon:first-child {
    padding: 0.5em 0 0.5em 1.072em;
}
.c-form-border--icon .c_icon:nth-child(2) {
    padding: 0.5em 1.072em 0.5em 0;
}
.c-form-border--icon .c_icon:not(.c_icon--top) {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.c-form-border--icon .c_icon--top>i {
    position: relative;
    top: -0.142em;
}
.c-form-border--label .c_label {
    color: #999;
    background-color: #fff;
    pointer-events: none;
    padding: 0 0.358em 0 0.358em;
    z-index: 9;
    position: absolute;
    top: 0.572em;
    left: 0.715em;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.c-form-border--label:not(.is-empty) .c_label, .c-form-border--label.is-focused .c_label {
    font-size: 0.786em;
    color: #0077b8;
    position: absolute;
    top: -0.727em;
}
.c-form-border.is-focused {
    border-color: #0077b8;
}
.c-form-border.is-error {
    margin-bottom: 1.786em;
    border-color: #f55145;
}
.c-form-border.is-error .c_label {
    color: #f55145 !important;
}
.c-form-border.is-error .c_icon+.c_error {
    left: 0.143em;
    text-align: left;
}
.c-form-border.is-error .c_icon+.c_error>span {
    left: 0;
    margin: 0;
}

/* END c-form-border */
/* Style chung select */
.c-select {
    position: relative;
    min-width: 150px;
}
.c-select.c-form>.c-icons {
    width: 12px;
}
.c-select.c-form>.c_input {
    padding: 0;
}
.c-select>.c_input {
    height: 40px;
    line-height: 40px;
    padding: 0 30px 0 12px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c-select>.c-icons {
    height: 100%;
    width: 30px;
    cursor: pointer;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
}
.c-select>.c-icons>i {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.c-select .c_list {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    max-height: 217px;
    line-height: 20px;
    padding: 5px;
    background-color: #fff;
    overflow: auto;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    z-index: 10000;
    position: absolute;
    top: 35px;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}
.c-select.is-focused .c_list {
    opacity: 1;
    visibility: visible;
    top: 40px;
}
.c-select.is-focused>.c-icons i {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: rotate(180deg) translate(50%, 50%);
    transform: rotate(180deg) translate(50%, 50%);
}

/* BEGIN c-select-single */
.c-select .c-radio {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 2px;
    border-radius: 3px;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}
.c-select .c-radio:hover, .c-select .c-radio.is-selected {
    color: #fff;
    background-color: #0077b8;
    box-shadow: 0 14px 26px -12px rgba(0, 85, 170, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 85, 170, 0.2);
    /* height: 40px; */
    /* line-height: 40px; */
}
.c-select .c-radio label {
    display: block;
    color: inherit;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.6;
}
.c-select .c-radio label:hover {
    color: #fff;
}

/* END c-select-single */

.p-detail-1 .p_content .size {
    /* display: flex; */
    /* align-items: center; */
    /* margin-top: 10px; */
}
.p-detail-1 .p_content .price {
    margin-top: 17px;
    margin-bottom: 15px!important;
}
.p-detail-1 .p_content .price .discount {
    font-size: 22px;
    font-weight: bold;
    color: #db0007;
}
.p-detail-1 .p_content .percent {
    font-size: 18px;
    margin-left: 12px;
    color: antiquewhite;
    color: #db0007;
}
.p-detail-1 .p_content .contact button {
    padding: 10px;
}
.p-detail-1 .p_content .contact button.disabled {
    background-color: #999;
    cursor: not-allowed;
}
.p-detail-1 .p_content .contact button + button {
    margin-left: 10px;
}
.p-detail-1 .p_content .contact i.fa {
    font-size: 20px;
    margin-right: 3px;
}
.title_qc {
    margin-bottom: 8px;
    font-weight: 500;
}
.p-detail-1 .p_content .quality > div {
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #ccc;
  /* margin-top: 5px; */
}
.p-detail-1 .p_content .cta-product {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.p-detail-1 .p_content .quality {
    width: 31%;
}
.p-detail-1 .p_content .quality > div span {
  float: left;
  color: #bbb;
  cursor: pointer;
  text-align: center;
  font-size: 0.858em;
  width: 2.917em;
  height: 38px;
  line-height: 40px;
  /* background-color: #f5f5f5; */
}
.p-detail-1 .p_content .quality > div input {
  float: left;
  font-weight: bold;
  text-align: center;
  min-width: 2.143em;
  width: 56px;
  height: 38px;
  border: none;
}
.p-detail-1 .p_content .quality > div input:focus {
  outline: none;
}
.p-slide-7 {
    position: relative;
    overflow: hidden;
}
.p-slide-7 .p_thumb {
    cursor: pointer;
}
.p-slide-7 .slider-nav {
    background-color: #fff;
    margin: 0 30px 0 30px;
    /* padding: 0 15px; */
}
.p-slide-7 .slider-nav .slick-track.transform-none {
    -webkit-transform: none !important;
    transform: none !important;
}
.p-slide-7 .slider-nav .slick-arrow {
    font-size: 7px;
}
.p-slide-7 .slider-nav .item {
    cursor: pointer;
    line-height: 1.2;
    margin: 0 4.5px;
    transition: all .3s ease;
    position: relative;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
}
.p-slide-7 .slider-nav .item img {
    height: 100%;
    object-fit: contain;
}
.p-slide-7 .slider-nav .item:hover {
    border-color: #0077b8;
}
.p-slide-7 .slider-nav .item.slick-current {
    border-color: #0077b8;
}
.p-slide-7 .slider-nav .item::after {
    content: '' !important;
    width: 100%;
    height: 100%;
    background: rgb(51 51 51 / 30%);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s ease;
}
.p-slide-7 .slider-nav .item.item--video {
    position: relative;
}
.p-slide-7 .slider-nav .item button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .7);
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 12px;
}
.p-slide-7 .slider-nav .item:hover::after, .p-slide-7 .slider-nav .item.slick-current::after {
    background: transparent;
}
.p-slide-7 .b-sslide-ratio .slick-list::before {
    padding-bottom: 88%;
}
.p-slide-7 .slick-slide .b_divider {
    position: absolute;
    width: 45px;
    height: 35px;
    background-color: #990e35;
    font-size: 15px;
    color: #fff;
    left: 0;
    bottom: 0;
    border-radius: 0 8px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-slide-7 .slide-nav {
    margin-top: 20px;
}
.p-slide-7 .slider-for .item {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.p-slide-7 .slider-for .item .item-title {
    font-size: 16px;
    padding: 10px 0;
    color: #f58634;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.p-slide-7 .slider-nav .item .item-title {
    font-size: 14px;
    margin-top: 8px;
    transition: all .4s ease;
}
.p-slide-7 .slider-nav .item:hover .item-title, .p-slide-7 .slider-nav .item.slick-current .item-title {
    color: #f58634;
}
.p-slide-7 .slider-nav .slick-prev, .p-slide-7 .slider-nav .slick-next {
    width: 45px;
    height: 45px;
    background-color: #fff;
    /* border: 1px solid #0077b8; */
    border-radius: 50%;
}
.p-slide-7 .slider-nav .slick-prev:hover, .p-slide-7 .slider-nav .slick-next:hover {
    /* background-color: #f7f3f6; */
}
.p-slide-7 .slider-nav .slick-next {
    right: -43px;
}
.p-slide-7 .slider-nav .slick-prev {
    left: -40px;
}
.p-slide-7 [class*="b-sslide-"] .slider-nav .slick-next::before {
    content: "\f105";
    left: 53%;
}
.p-slide-7 [class*="b-sslide-"] .slider-nav .slick-prev::before {
    content: "\f104";
    font-family: FontAwesome;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 47%;
    transform: translate(-50%, -50%);
}
.p-slide-7 [class*="b-sslide-"] .slick-arrow::before {
    color: #0077b8;
    font-size: 34px;
}

[class*="b-sslide-"] .slick-arrow {
    box-shadow: none !important;
}
#s-sign-in-1 .c-modal-box {
    max-width: 800px;
}
.p_desc {
    font-weight: 500;
}
/*---------Responsive---------*/
@media(min-width: 992px) {
    .p-detail-1 .ht-page__main {
        margin-left: 20px;
        width: calc(100% - 300px);
    }
}
@media screen and (min-width: 1200px) {
    .p-detail-1 .contact {
        display: flex;
        justify-content: center;
    }
    .p-detail-1 .p_content .info ul:nth-child(2) {
        position: absolute;
        top: 0;
        right: 0;
    }
    .p-detail-1 .hotline {
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 1199px) {
    .p-detail-1 .hotline {
        margin-top: 10px;
    }
    .p-detail-1 .hotline>div {
        margin-left: 0;
        margin-right: 25px;
    }
    .s-cart-1 .td-desc {
        width: 200px;
    }
}
@media screen and (max-width: 991px) {
    .s-cart-1 .order button, .s-cart-1 .order a {
        margin: 10px 0;
    }
    .s-cart-1 .order button:first-child {
        margin-right: 10px;
    }
    .ht-page .ht-page__sidebar {
        display: none;
    }
    .s-cart-1 .order button, .s-cart-1 .order a {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .p-detail-1 .p_thumb {
        margin-bottom: 20px;
    }
    .s-cart-1 .s_table .td-desc {
        width: 170px;
        padding-left: 4px;
        padding-right: 4px;
    }
    .p-detail-1 .contact {
        text-align: left;
    }
    .p-detail-1 .hotline>div:first-child {
        margin-right: 15px;
    }
    .s-form-3 .s-cart-1 .td-image {
        display: table-cell;
    }
    .p-detail-1 .s-cart-1 .td-name {
        display: none;
    }
    .s-cart-1 .td-desc {
        padding: 5px;
    }
}
@media (max-width: 767px) and (min-width: 567px) {
    .s-cart-1 .s_table tbody td.td-quantity .box>div {
        transform: none !important;
    }
    .s-cart-1 .c-checkbox .c_tick {
        padding-right: 0;
    }
    .s-cart-1 .td-quantity {
        width: 45px;
    }
    .s-cart-1 .td-quantity .box {
        display: flex;
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 575px) {
    .s-cart-1 {
        font-size: 90%;
    }
    .s-form-3 .s-cart-1 .td-image, .s-form-3 tr .td-col:first-child {
        display: none;
    }
}
@media(max-width: 479px) {
    .s-cart-1 .td-quantity span {
        width: 20px;
        height: 20px;
    }
    .s-cart-1 .s_table tbody td.td-quantity .box>div {
        transform: translateX(2px);
    }
    .p-detail-1 .p_thumb {
        margin-bottom: 15px;
    }
    .s-form-3 .c_body {
        padding: 5px 10px 15px;
    }
    .p-detail-1 .p_content .quality {
        width: 100%;
    }
    .p-detail-1 .p_content .quality > div span {
        width: 30%;
    }
    .p-detail-1 .p_content .quality > div input {
        width: 40%;
    }
    .p-detail-1 .contact {
        width: 100%;
        margin-top: 15px;
        margin-left: 0;
    }
    .b-card-34 .b_price .market {
        font-size: 12px;
    }
    .p-detail-1 .p_content .title {
        margin-top: 15px;
    }
}
@media screen and (max-width: 380px) {
    .p-detail-1 .hotline {
        display: block;
    }
    .p-detail-1 .hotline>div {
        justify-content: left;
    }
}