.s-product-2 {
    padding: 20px 0;
}
.ht-page__main {
    position: relative;
}
.ht-ratio--40::before {
    padding-bottom: 40%;
}
/* BEGIN s-sidebar-4 */
.s-sidebar-4 {
    border: 1px solid #eee;
}
.s-sidebar-4 .s_heading {
    color: var(--brown-color);
    font-size: 15px;
    font-weight: bold;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #e8e8e8;
}
.s-sidebar-4 .s_heading::before {
    content: '\f0c9';
    font-family: FontAwesome;
    font-weight: normal;
    margin-right: 10px;
}
.s-sidebar-4 .sidebar-cate>ul li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    padding: 13px 15px;
    border-bottom: 1px solid #eee;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.s-sidebar-4 .sidebar-cate>ul li>a h2 {
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    margin-left: 7px;
}
.s-sidebar-4 .sidebar-cate>ul li>a:hover {
    color: var(--gold);
}
.s-sidebar-4 .sidebar-cate>ul li>ul {
    display: none;
}
.s-sidebar-4 .sidebar-cate>ul li>ul a {
    padding: 13px 26px;
    font-weight: normal;
}
.s-sidebar-4 .sidebar-cate>ul li>ul a::before {
    content: '\f10c';
    font-size: 0.616em;
    position: relative;
    top: 0.375em;
}
.s-sidebar-4 .sidebar-cate>ul li:last-child a {
    border-bottom: none;
}
.s-sidebar-4 .sidebar-cate>ul li.is-active>a {
    color: var(--brown-color);
}
.s-sidebar-4 .sidebar-cate>ul li.is-active>ul {
    display: block;
}
.s-sidebar-4 .icon {
    height: 24px;
    margin-right: 3px;
}
.s-sidebar-4 .filter {
    padding: 15px 20px;
    border-top: 1px solid #dfdfdf;
}
.s-sidebar-4 .filter .fl-label {
    color: var(--brown-color);
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0;
    text-transform: uppercase;
}
.c-checkbox {
    margin-bottom: 12px;
}
.c-checkbox>label {
    color: #000;
}
.c-checkbox input[type=checkbox]:checked+.c_tick .check {
    background-color: var(--brown-color);
}
.c-checkbox>label:hover {
    color: var(--amber-deep);
}
/* END s-sidebar-4 */
.p-contact {
    margin: 30px 0;
    position: relative;
}
.p-contact img {
    border-radius: 20px;
}
.p-contact .b_thumb {
    position: relative;
}
.p-contact .b_thumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 98%;
    background: #000;
    border-radius: 20px;
    opacity: 0.4;
    z-index: 1;
}
.p-contact .b_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 2;
    width: 75%;
}
.p-contact .b_title {
    font-size: 21px;
    font-weight: bold;
}
.p-contact a {
    display: inline-block;
    margin-top: 12px;
    background: var(--primary-color);
    padding: 10px 51px 10px 25px;
    border-radius: 12px;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    position: relative;
}
.p-contact a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background-color: var(--color-primary);
    background-image: url(/images/icons/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-15px, -50%);
    transition: 0.4s ease-in-out;
}
/* 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: #05a;
}
.c-form-border--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.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: #05a;
    position: absolute;
    top: -0.727em;
}
.c-form-border.is-focused {
    border-color: var(--brown-color);
}
.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;
}
.c-form-border textarea.c_input+.c_error span {
    position: absolute;
    width: max-content;
    right: 0;
    top: calc(100% + 1px);
}

/* END c-form-border */
/* Style chung select */
.c-select {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
}
.c-select.c-form>.c-icons {
    width: 12px;
}
.c-select.c-form>.c_input {
    padding: 0;
}
.c-select>.c_input {
    height: 36px;
    line-height: 36px;
    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;
    padding: 0 10px;
    margin-top: 0;
    margin-bottom: 5px;
    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: var(--primary-color);
    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);
}
.c-select .c-radio label {
    display: block;
    color: inherit;
    padding: 10px 0;
}
.c-select .c-radio label:hover {
    color: #fff;
}

/* END c-select-single */
/* 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: #05a;
}
.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: #05a;
    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: #05a;
    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 */
.c-checkbox .c_tick .check {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 1px solid #666666;
    border-radius: 3px;
    width: 1.072em;
    height: 1.072em;
}
.c-checkbox .c_tick .check.active::before {
    content: "\f00c";
    font-family: FontAwesome;
    color: var(--color-main);
    font-size: 13px;
    margin: 0;
    transform: none;
    top: 0px;
}
.btn-filterMoblie {
    display: none;
}
@media screen and (max-width: 992px) {
    .ht-page__sidebar {
        position: relative;
        top: unset;
        position: absolute;
        background: #fff;
        width: 95%;
        z-index: 999;
        top: 14rem;
    }
    .ht-ratio--50::before {
        padding-bottom: 40%;
    }
    .p-contact {
        display: none;
    }
    .sidebar-cate {
        display: none;
    }
    .s-sidebar-4 {
        display: none;
    }
    .s-sidebar-4.active {
        display: block;
    }
    .c-select {
        position: relative;
    }
    .btn-filterMoblie {
        display: block;
    }
    .btn-filter{
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 20px
    }
    .ht-page {
        position: relative;
    }
}