@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,500,600,700,700i");
@import url("https://fonts.googleapis.com/css?family=Roboto");

@keyframes raised-out {
    0% {
        width: 0;
        opacity: .4;
    }

    100% {
        width: 100%;
        opacity: 0;
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    60% {
        transform: translateY(-5px);
    }
}

@keyframes fadeIn {
    from {
        margin-top: 10px;
        opacity: 0;
    }

    to {
        margin-top: 0;
        opacity: 1;
    }
}

@font-face {
    font-family: 'UVNVietSach';
    src: url("../fonts/UVNVietSach.eot");
    src: url("../fonts/UVNVietSach.eot?#iefix") format("embedded-opentype"), url("../fonts/UVNVietSach.woff") format("woff"), url("../fonts/UVNVietSach.ttf") format("truetype"), url("../fonts/UVNVietSach.svg#svgFontName") format("svg");
}

body {
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;
    color: #333333;
    
}

body.no-scroll {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
}

a,
a:focus,
input,
input:focus,
button,
button:focus,
textarea,
textarea:focus,
select,
select:focus {
    outline: 0;
}

p {
    margin-bottom: 0;
}

button {
    cursor: pointer;
}

img {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.col-main {
    padding: 0 10px;
    flex: 0 0 82%;
    max-width: 82%;
}

.col-aside {
    padding: 0 10px;
    flex: 0 0 18%;
    max-width: 18%;
}

@media (max-width: 1199px) {
    .col-aside {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-main {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media (max-width: 991px) {

    .col-main,
    .col-aside {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.bg-gray {
    background-color: #f7f7f7 !important;
}

.gutter-20 {
    margin: 0 -10px;
}

.gutter-20>[class^='col'] {
    padding: 0 10px;
}

.gutter-0 {
    margin: 0;
}

.gutter-0>[class^='col'] {
    padding: 0;
}

.btn-orange {
    color: #fff;
    background-color: #f27429;
}

.btn-orange:hover {
    color: #fff;
    text-decoration: none;
}

.btn-outline-orange {
    border: 1px solid #f27429;
    border-radius: 0;
    color: #f27429;
}

.btn-outline-orange:hover {
    background-color: #f27429;
    color: #fff;
}

.bg-dark {
    background-color: #212121 !important;
}

.bg-gray {
    background-color: #f7f7f7 !important;
}

.bg-orange {
    background-color: #f27429 !important;
}

.mt--30 {
    margin-top: -30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.m-last-0:last-child {
    margin: 0 !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-last-0:last-child {
    padding-bottom: 0 !important;
}

.mb-last-0:last-child {
    margin-bottom: 0 !important;
}

.border-last-0:last-child {
    border: 0 !important;
}

.text-red {
    color: #ef4343;
}

.text-blue {
    color: #288ad6;
}

.text-blue:hover {
    color: #288ad6;
}

.text-orange,
.text-orange:hover {
    color: #f27429;
}

.text-hover-orange {
    color: #333333;
    transition: .3s;
}

.text-hover-orange:hover {
    color: #f27429;
    text-decoration: none;
}

.text-12 {
    font-size: 12px !important;
}

.text-14 {
    font-size: 14px !important;
}

.text-16 {
    font-size: 16px !important;
}

.text-26 {
    font-size: 26px !important;
}

.lk-text {
    color: inherit;
}

.lk-text:hover {
    color: inherit;
}

.lk-text--tdn:hover {
    text-decoration: none;
}

.limit-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 1.5em;
    line-height: 1.5;
}

.limit-line--2 {
    -webkit-line-clamp: 2;
    max-height: 3em;
}

.limit-line--3 {
    -webkit-line-clamp: 3;
    max-height: 4.5em;
}

.limit-line--4 {
    -webkit-line-clamp: 4;
    max-height: 6em;
}

.news-lg__title {
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
    color: #333333;
}

.news-lg__title:hover {
    color: #f27429;
}

.news-lg__desc {
    font-size: 13px;
    color: #666666;
}

.news-sm__iwrap {
    width: 100px;
    margin-right: 10px;
}

.news-sm__title {
    font-size: 14px;
}

.news-sm__title:hover {
    color: #f27429;
}

.news {
    font-size: 15px;
    line-height: 25px;
}

.news__title {
    font-size: 22px;
    line-height: 36px;
    transition: .3s;
    margin-bottom: 5px;
}

.news__title:hover {
    color: #f27429;
}

.news__info {
    line-height: 25px;
    margin-bottom: 10px;
    font-style: italic;
    color: #666666;
}

.news__iwrap {
    margin-bottom: 10px;
}

.news__iwrap::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f27429;
    position: absolute;
    z-index: 2;
    opacity: 0;
    transition: .3s;
}

.news__iwrap:hover::before {
    opacity: .1;
}

.news__label {
    display: inline-block;
    position: absolute;
    z-index: 3;
    bottom: 10px;
    left: 10px;
    background-color: #333333;
    font-size: 11px;
    line-height: 1;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    transition: .3s;
}

.news__label:hover {
    color: #fff;
    background-color: #f27429;
    text-decoration: none;
}

.news p a {
    color: #ef4343;
    transition: .3s;
}

.news p a:hover {
    color: #999999;
    text-decoration: none;
}

.news-as__iwrap {
    width: 114px;
    margin-right: 10px;
}

.news-as__title {
    font-size: 13px;
    font-weight: 400;
    position: relative;
    top: -2px;
}

.news-as__title:hover {
    color: #f27429;
}

.news-relate__iwrap {
    overflow: hidden;
}

.news-relate__iwrap img {
    transition: all .3s;
}

.news-relate__iwrap:hover img {
    transform: scale(1.05);
    transition: all .4s;
}

.news-relate__title {
    font-size: 13px;
    line-height: 22px;
    margin-top: 10px;
}

.news-relate__title:hover {
    color: #f27429;
}

.product {
    position: relative;
}

.product__hover {
    left: 0;
    right: 0;
    position: absolute;
    bottom: 4px;
    width: 100%;
    transition: all .5s ease 0s;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.product:hover .product__hover {
    padding: 15px;
}

.product__ihover {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 0;
    font-size: 13px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    font-weight: 500;
    color: #fff;
    line-height: 1;
    letter-spacing: 0;
    transition: all .5s ease 0s;
}

.product__ihover p {
    margin-bottom: 0;
    transition: .5s ease;
}

.product:hover p {
    padding-bottom: 15px;
}

.product__name {
    text-transform: uppercase;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    font-weight: lighter;
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
    transition: all .5s ease 0s;
}

.product__btn {
    visibility: hidden;
    opacity: 0;
    transition: opacity .85s, visibility .85s;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0);
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
    font-weight: 400;
    line-height: 1;
    border: 1px solid #fff;
    font-size: 13px;
}

.product:hover .product__btn {
    display: inline-block;
    visibility: visible;
    opacity: 1;
    transition: all .5s ease 0s;
    padding: 8px 16px;
}

.product__btn:hover {
    background-color: #f27429;
    color: #fff;
}

.product-2 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}

.product-2__name {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 600;
}

.product-2:hover {
    color: #f27429;
}

.product-3 {
    border: 1px solid #dee2e6;
    height: 100%;
    position: relative;
    padding-bottom: 75px;
}

.product-3__iwrap {
    display: block;
    min-height: 240px;
    padding: 0 10px;
}

.product-3__iwrap img {
    mix-blend-mode: multiply;
}

.product-3__detail {
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    text-align: center;
}

.product-3__title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 5px 0;
}

.product-3__price {
    margin: 5px 0;
    font-size: 16px;
    font-weight: bold;
    color: #f27429;
}

.product-3__hover {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
    color: inherit;
    opacity: 0;
    transition: .3s ease-in-out;
}

.product-3__hover:hover {
    color: inherit;
    text-decoration: none;
    opacity: 1;
    border: 1px solid #f27429;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
}

.product-3__btn {
    display: inline-block;
    max-width: 100%;
    text-align: center;
    padding: 8px 16px;
    border-radius: 5px;
    border: 1px solid #f27429;
    background-color: #fff;
    color: #f27429;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    transition: .3s;
}

.product-3__btn:hover {
    background-color: #f27429;
    color: #fff;
}

.product-3__state {
    display: flex;
    width: 55px;
    height: 30px;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #72bf20;
    color: #fff;
    letter-spacing: 1.2px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
}

.product-3__state::before {
    content: '';
    border-width: 7px 6px;
    border-style: solid;
    border-top-color: #72bf20;
    position: absolute;
    top: 100%;
    left: 10px;
}

.product-3__state--red {
    background-color: #ef4343;
}

.product-3__state--red::before {
    border-top-color: #ef4343;
}

.product-4 {
    font-size: 14px;
    align-items: stretch;
}

.product-4__img {
    width: 568px;
    object-fit: cover;
}

.product-4__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f7f7f7;
    padding: 20px;
}

.product-4__title {
    font-size: 26px;
    line-height: 29px;
    font-weight: 300;
    color: #000;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .product-4__img {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .product-4 {
        flex-wrap: wrap;
    }

    .product-4__img {
        width: 100%;
    }
}

.product-5 {
    font-size: 14px;
}

.product-5__iwrap {
    width: 266px;
    margin-right: 20px;
}

.product-5__state {
    display: flex;
    width: 55px;
    height: 30px;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #72bf20;
    color: #fff;
    letter-spacing: 1.2px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
}

.product-5__state::before {
    content: '';
    border-width: 7px 6px;
    border-style: solid;
    border-top-color: #72bf20;
    position: absolute;
    top: 100%;
    left: 10px;
}

.product-5__state--red {
    background-color: #ef4343;
}

.product-5__state--red::before {
    border-top-color: #ef4343;
}

.product-5__title {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 400;
}

.product-5__title:hover {
    color: #f27429;
}

.product-5 ul {
    padding-left: 17px;
    list-style: disc;
    font-size: 14px;
}

.product-5 ul li {
    margin-bottom: 9px;
}

.product-5 ul li:last-child {
    margin-bottom: 0;
}

.product-5__body {
    position: relative;
    padding-right: 140px;
}

.product-5__price {
    font-size: 20px;
    font-weight: bold;
    color: #f27429;
    position: absolute;
    top: 0;
    right: 0;
}

.product-5__btn {
    display: inline-block;
    border: 1px solid #f27429;
    background-color: #fff;
    color: #f27429;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    border-radius: 5px;
    padding: 8px 16px;
    transition: .3s;
}

.product-5__btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f27429;
}

@media (max-width: 767px) {
    .product-5__body {
        padding-right: 0;
    }

    .product-5__iwrap {
        max-width: 50%;
    }

    .product-5__price {
        position: static;
    }

    .product-5 ul {
        padding: 10px 0 10px 17px !important;
    }
}

@media (max-width: 575px) {
    .product-5 {
        flex-wrap: wrap;
    }

    .product-5__iwrap {
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 0 15px;
    }
}

.product-6 {
    font-size: 13px;
    font-weight: 20;
}

.product-6__wrap {
    color: inherit;
}

.product-6__wrap:hover {
    color: inherit;
    text-decoration: none;
}

.product-6__detail {
    margin-top: 15px;
    padding-right: 60px;
    position: relative;
}

.product-6__title {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.product-6__btn {
    display: flex;
    width: 40px;
    height: 40px;
    border: 1px solid #cccccc;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
    color: #666666;
    position: absolute;
    top: 0;
    right: 0;
}

.product-6:hover .product-6__title {
    color: #f27429;
}

.product-6:hover .product-6__btn {
    background-color: #f27429;
    color: #fff;
    border-color: transparent;
}

.acc-modal {
    font-size: 14px;
}

@media (min-width: 992px) {
    .acc-modal .modal-dialog {
        max-width: 1000px;
    }
}

.acc-modal__right {
    background-color: #f7f7f7;
    padding: 20px !important;
}

.acc-modal .nav {
    background-color: #fff;
    border-bottom: 1px solid #dee2e6;
    padding: 0 20px;
}

.acc-modal .nav .nav-item {
    margin-right: 10px;
}

.acc-modal .nav .nav-item:last-child {
    margin-right: 0;
}

.acc-modal .nav .nav-link {
    font-size: 16px;
    font-weight: 400px;
    padding: 12px;
    color: #333333;
    background: 0;
    border-radius: 0 !important;
}

.acc-modal .nav .nav-link:hover {
    color: #333333;
}

.acc-modal .nav .nav-link.active {
    color: #f27429;
    box-shadow: inset 0 -2px #f27429;
}

.acc-modal .modal-heading {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 22px 0 10px;
}

.acc-modal .form-wrap {
    flex: 1;
    padding: 20px;
    background-color: #fff;
}

.acc-modal .form-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
}

.acc-modal .form-group {
    margin-bottom: 10px;
}

.acc-modal .form-control {
    font-size: 14px;
}

.acc-modal label.required::after {
    content: '*';
    color: #ef4343;
}

.acc-modal .btn {
    font-size: 14px;
    border: 0;
}

.acc-modal .btn,
.acc-modal .btn:hover,
.acc-modal .btn:active,
.acc-modal .btn:focus {
    background-color: #f27429;
    box-shadow: unset;
}

.acc-modal .btn-facebook,
.acc-modal .btn-facebook:hover,
.acc-modal .btn-facebook:active,
.acc-modal .btn-facebook:focus {
    background-color: #3c5a9a !important;
}

.acc-modal .btn-google,
.acc-modal .btn-google:hover,
.acc-modal .btn-google:active,
.acc-modal .btn-google:focus {
    background-color: #df4a32 !important;
}

.acc-modal button.close {
    font-size: 30px;
    position: absolute;
    z-index: 10;
    top: -2px;
    right: 2px;
}

.m-paging {
    margin-right: auto;
}

.m-paging .pagination {
    margin-bottom: 0;
}

.m-paging .page-item {
    margin-right: 7px;
}

.m-paging .page-item:last-child {
    margin-right: 0;
}

.m-paging .page-link {
    display: flex;
    width: 36px;
    height: 34px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border: 1px solid #dee2e6;
    border-radius: 0 !important;
}

.m-paging .page-link,
.m-paging .page-link:hover {
    color: #333333;
}

.m-paging .page-item.active>.page-link {
    background-color: #f27429;
    border-color: transparent;
}

.m-paging .page-item.active>.page-link:hover {
    color: #fff;
}

.m-breadcrumb {
    font-size: 12px;
    line-height: 15px;
    background: #f7f7f7;
}

.m-breadcrumb .breadcrumb {
    padding: 10px 0;
    margin-bottom: 30px;
    background: 0;
}

.m-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: '\f105';
    font-family: 'fontawesome';
}

.m-breadcrumb a {
    color: #333333;
}

.m-breadcrumb a:hover {
    color: #333333;
}

.showroom {
    font-size: 13px;
}

.showroom__heading {
    border-bottom: 1px solid #dee2e6;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.showroom__heading:hover {
    color: #f27429;
}

.showroom__map {
    height: 350px;
    margin-bottom: 20px;
}

.showroom__btn {
    display: inline-block;
    border: 1px solid #f27429;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1;
    padding: 8px 16px;
    color: #333333;
}

.showroom__btn:hover {
    color: #fff;
    background-color: #f27429;
    text-decoration: none;
}

.showroom .form-check-input {
    margin-top: 0;
}

.toppage {
    background-color: #f4f4f4;
}

.toppage__inner {
    display: flex;
}

.toppage__link {
    display: inline-block;
    font-size: 13px;
    color: #666666;
    transition: .3s;
    line-height: 20px;
    padding: 10px 0;
    margin-right: 15px;
}

.toppage__link:last-child {
    margin-right: 0;
}

.toppage__link:hover {
    color: #f27429;
    text-decoration: none;
}

.toppage__link.dropdown-toggle::after {
    display: none;
}

@media (max-width: 767px) {
    .toppage__left {
        display: none;
    }
}

.cart-number {
    display: inline-block;
    border-radius: 3px;
    background-color: #f27429;
    padding: 1px 6px;
    color: #fff;
    line-height: 18px;
}

.toppage-cart {
    padding: 20px;
    margin-top: 0;
}

.toppage-cart::before,
.toppage-cart::after {
    content: '';
    border: 8px solid transparent;
    position: absolute;
    bottom: 100%;
    right: 15px;
}

.toppage-cart::before {
    border-bottom-color: #dee2e6;
}

.toppage-cart::after {
    border-bottom-color: #fff;
    bottom: calc(100% - 1px);
}

.toppage-cart__btn {
    display: block;
    color: #fff;
    background-color: #f27429;
    padding: 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    min-width: 180px;
    text-align: center;
    border-radius: 5px;
}

.toppage-cart__btn:hover {
    color: #fff;
    text-decoration: none;
}

.header__inner {
    display: flex;
    align-items: center;
    padding: 2px 0;
    position: relative;
}

.logo {
    display: block;
}

.logo img {
    height: 50px;
}

@media (max-width: 767px) {
    .logo {
        margin: 0 auto;
    }
}

.h-button {
    display: flex;
}

.h-button__item {
    display: flex;
    flex-direction: column;
    padding-left: 50px;
    position: relative;
    color: #333333;
    font-size: 13px;
    line-height: 21px;
    text-transform: uppercase;
    margin-left: 50px;
}

.h-button__item:hover {
    color: #f27429;
    text-decoration: none;
}

.h-button__item img {
    max-height: 45px;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translate(-50%, -50%);
}

.h-button__number {
    font-size: 22px;
    color: #f27429;
    font-weight: 600;
}

@media (max-width: 767px) {
    .h-button {
        display: none;
    }
}

.search {
    margin-left: auto;
    width: 470px;
}

.search .form-control {
    height: 50px;
    border-right: 0;
    font-size: 14px;
}

.search .form-control::placeholder {
    color: #999999;
}

.search .input-group-text {
    width: 52px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f27429;
    color: #fff;
    border-radius: 5px !important;
    box-shadow: inset 0 0 0 1px #fff;
    border-left: 0;
}

@media (max-width: 1199px) {
    .search {
        max-width: calc(100% - 60px);
        position: absolute;
        top: 100%;
        right: 0;
        margin-top: 5px;
    }

    .search .input-group-append {
        background-color: #fff;
        border-radius: 0 5px 5px 0;
    }

    .search .form-control {
        height: 35px;
    }
}

.mb-filter {
    display: none;
}

@media (max-width: 1199px) {
    .mb-filter {
        display: block;
        width: 100vw;
        max-width: 100%;
        height: 100vh;
        background-color: #000;
        opacity: .0;
        position: fixed;
        z-index: 999;
        top: 0;
        left: -100%;
        transition: left 0s .3s, opacity .3s;
    }

    .mb-filter.is-show {
        left: 0;
        opacity: .5;
        transition: left 0s, opacity .3s;
    }
}

@media (max-width: 1199px) {
    .mb-menu {
        display: block;
        padding-bottom: 50px;
        background-color: #333333;
        position: fixed;
        z-index: 1010;
        top: 0;
        left: -100%;
        width: 300px;
        height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
        transition: .3s;
    }

    .mb-menu.is-show {
        left: 0;
    }
}

.navigation {
    background-color: #333333;
}

@media (max-width: 1199px) {
    .navigation {
        padding: 5px 0;
    }
}

.menu {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.menu__link {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 46px;
}

.menu__link:hover {
    text-decoration: none;
}

@media (max-width: 1199px) {
    .menu {
        flex-wrap: wrap;
    }

    .menu__item {
        flex: 0 0 100%;
        max-width: 100%;
        border-bottom: 1px dashed #666666;
    }

    .menu__item:hover {
        box-shadow: unset;
    }

    .menu__link {
        padding: 0 20px;
        line-height: 40px;
    }
}

.h-dropdown__menu {
    display: none;
    position: absolute;
    z-index: 1010;
    top: 100%;
    left: 0;
    width: 100%;
}

.h-dropdown__menu::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

@media (min-width: 1200px) {
    .h-dropdown:hover>.h-dropdown__menu {
        display: block;
        animation: fadeIn .6s ease-out;
    }
}

@media (max-width: 1199px) {
    .h-dropdown {
        position: relative;
    }

    .h-dropdown__menu {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
    }

    .h-dropdown__toggle {
        display: inline-block;
        width: 36px;
        height: 30px;
        position: absolute;
        z-index: 100;
        top: 0;
        right: 0;
        border-radius: 5px;
        right: 5px;
        background-color: rgba(255, 255, 255, 0.1);
        margin-top: 6px;
        cursor: pointer;
    }

    .h-dropdown__toggle::before,
    .h-dropdown__toggle::after {
        content: '';
        display: block;
        width: 10px;
        height: 2px;
        border-radius: 1px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .h-dropdown__toggle::after {
        width: 2px;
        height: 10px;
        transition: all .3s;
    }

    .h-dropdown__toggle.active::after {
        transform: translate(-50%, -50%) rotateX(90deg);
    }
}

.mg-menu__group {
    padding: 30px 0 30px;
}

.mg-menu__heading {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 10px;
    transition: .3s;
}

.mg-menu__heading:hover {
    color: #f27429;
    text-decoration: none;
}

.mg-menu__link {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #333333;
    position: relative;
    transition: .6s;
    line-height: 28px;
}

.mg-menu__link::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 1px;
    background-color: #f27429;
    margin-right: 0;
    position: relative;
    top: -4px;
    transition: .6s;
}

.mg-menu__link:hover {
    color: #f27429;
    text-decoration: none;
}

.mg-menu__link:hover::before {
    width: 10px;
    margin-right: 5px;
}

@media (max-width: 1199px) {
    .mg-menu {
        box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.08);
    }

    .mg-menu__group {
        padding: 15px 20px;
    }
}

.menu-btn {
    display: none;
}

@media (max-width: 1199px) {
    .menu-btn {
        display: flex;
        width: 48px;
        height: 35px;
        justify-content: center;
        align-items: center;
        font-size: 22px;
        border-radius: 5px;
        background-color: #f27429;
        color: #fff;
        border: 0;
    }
}

.f-place {
    padding: 30px 0 10px;
    background-color: #f4f4f4;
    color: #666666;
    font-size: 13px;
}

.f-place__item {
    margin-bottom: 20px;
}

.f-place__name {
    font-size: 14px;
    line-height: 16px;
    transition: .3s;
    color: #777777;
    font-weight: 600;
    margin-bottom: 0;
}

.f-place__name:hover {
    color: #f27429;
}

.f-place p {
    margin-bottom: 10px;
}

.footer {
    background-color: #f7f7f7;
    border-top: 1px solid #dee2e6;
    padding: 27px 0 4px;
}

.footer__heading {
    font-size: 15px;
    line-height: 17px;
    font-weight: 600;
    color: #777777;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.f-menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.f-menu__item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5px 10px;
}

.f-menu__link {
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #666666;
    transition: .3s;
}

.f-menu__link:hover {
    color: #f27429;
    text-decoration: none;
}

@media (max-width: 575px) {
    .f-menu__item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.f-support {
    font-size: 14px;
    line-height: 20px;
    color: #777777;
}

.f-support__item {
    padding: 5px 0;
}

.f-support__number {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}

.f-social {
    display: flex;
}

.f-social__item {
    margin-right: 10px;
}

.f-social__item:last-child {
    margin-right: 0;
}

.f-social__link {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url("../images/footer-social.png") no-repeat;
}

.f-social__link--google-plus {
    background-position: -46px 0;
}

.f-social__link--youtube {
    background-position: -92px 0;
}

.f-social__link--instagram {
    background-position: right 0;
}

.f-social__link--pinterest {
    background-position: -184px 0;
}

.endpage {
    padding: 20px 0 15px;
    background-color: #333333;
    font-size: 12px;
    line-height: 18px;
    color: #777777;
}

.endpage__heading {
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}

.aside__heading {
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.aside__section {
    border-top: 1px solid #dee2e6;
    padding-bottom: 10px;
}

.aside__subheading {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22px;
    padding: 10px 0 0;
    margin-bottom: 0;
}

.aside__item {
    display: flex;
    align-items: baseline;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    color: #555555;
    margin: 10px 0;
    text-transform: uppercase;
}

.aside__item.active,
.aside__item:hover {
    color: #f27429;
    text-decoration: none;
}

.aside__item span:nth-child(2) {
    color: #999999;
    margin-left: auto;
}

.aside-2__heading {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    position: relative;
    margin: 20px 0;
    padding-bottom: 10px;
}

.aside-2__heading::after {
    content: '';
    width: 35px;
    border-bottom: 3px solid #f27429;
    position: absolute;
    bottom: 0;
    left: 0;
}

.as-request {
    position: relative;
    z-index: 1;
    padding: 15px;
    font-size: 13px;
    line-height: 22px;
}

.as-request__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.as-request__body {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 13px;
}

.as-request__body p {
    margin-bottom: 10px;
}

.as-request__body a {
    color: #f27429;
    text-decoration: underline;
}

.as-request__body a:hover {
    color: #999999;
    text-decoration: underline;
}

.as-request__title {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 10px;
}

.as-search .form-control {
    border-right: 0;
    font-size: 14px;
}

.as-search .input-group-text {
    background-color: #f27429;
    color: #fff;
    border-left: 0;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 5px !important;
}

.as-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.as-menu__item {
    border-bottom: 1px solid #dee2e6;
}

.as-menu__item:last-child {
    border-bottom: 0;
}

.as-menu__link {
    display: flex;
    font-size: 13px;
    line-height: 21px;
    padding: 10px 0;
    color: #666666;
}

.as-menu__link:hover {
    color: #f27429;
    text-decoration: none;
}

.as-menu__link span:nth-child(2) {
    margin-left: auto;
    color: #999999 !important;
}

.as-menu3 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.as-menu3__item {
    border-bottom: 1px solid #dee2e6;
}

.as-menu3__item:last-child {
    border-bottom: 0;
}

.as-menu3__link {
    display: flex;
    font-size: 14px;
    line-height: 21px;
    padding: 8px 0;
    color: #666666;
}

.as-menu3__link.active,
.as-menu3__link:hover {
    color: #f27429;
    text-decoration: none;
}

.as-menu3__link span:nth-child(2) {
    margin-left: auto;
    color: #999999 !important;
}

.section {
    padding: 10px 0;
}

.section__header {
    margin-bottom: 30px;
}

.section__heading {
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    color: #121212;
    margin-bottom: 23px;
}

.section__desc {
    margin-left: auto;
    margin-right: auto;
    color: #333;
    font-size: 13px;
    max-width: 1000px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 10px;
}

.section-2__heading {
    position: relative;
    font-size: 24px;
    padding-bottom: 4px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.section-2__heading:hover {
    color: #f27429;
}

.section-2__heading::after {
    content: '';
    width: 50px;
    border-bottom: 3px solid #f27429;
    position: absolute;
    bottom: 0;
    left: 0;
}

.section-3__heading {
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.id-section-1 {
    padding: 30px 0 15px;
}

.id-slider {
    position: relative;
}

.id-slider .owl-nav {
    height: 0 !important;
    font-size: 0;
}

.id-slider .owl-prev,
.id-slider .owl-next {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    display: block;
    background: url(../images/gallery-slider.png) no-repeat !important;
    background-position: -14px -10px !important;
    width: 20px;
    height: 40px;
    opacity: 0;
    transition: .3s;
}

.id-slider:hover .owl-prev,
.id-slider:hover .owl-next {
    opacity: 1;
}

.id-slider .owl-next {
    left: auto;
    right: 20px;
    background-position: -14px -60px !important;
}

.id-slider .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.id-slider .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cccccc !important;
    cursor: ponter;
    margin: 0 5px;
}

.id-slider .owl-dot.active {
    background-color: #fff !important;
    border: 3px solid #f27429;
}

.id-projects {
    position: relative;
}

.id-projects .owl-prev,
.id-projects .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    top: calc(50% - 18px);
    transform: translateY(-50%);
    left: 0;
    width: 30px;
    height: 50px;
    color: white !important;
    line-height: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.55) !important;
    margin: 0px;
}

.id-projects .owl-next {
    left: auto;
    right: 0;
}

.filter-bar {
    display: flex;
    align-items: center;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.filter-bar__text {
    text-transform: uppercase;
    margin-right: auto;
}

.filter-bar__form {
    display: flex;
    align-items: center;
    margin-left: 5px;
}

.filter-bar__form span {
    white-space: nowrap;
    margin: 5px;
}

.filter-bar__form .custom-select {
    border-radius: 0;
    height: 34px;
    padding: 5px 35px 4px 10px;
}

.filter-bar__btn {
    display: flex;
    width: 40px;
    height: 34px;
    justify-content: center;
    align-items: center;
    border: 1px solid #dee2e6;
    transition: .3s;
    color: #333333;
    font-size: 17px;
}

.filter-bar__btn:hover {
    background-color: #f27429;
    color: #fff;
    border-color: transparent;
    text-decoration: none;
}

.filter-bar__btn.active {
    border-color: transparent;
    background-color: #333333;
    color: #fff;
}

.filter-bar__btn.active:hover {
    background-color: #333333;
}

@media (max-width: 575px) {
    .filter-bar {
        flex-wrap: wrap;
    }

    .filter-bar__form {
        flex: 0 0 100%;
        justify-content: flex-end;
        margin-top: 10px;
    }

    .filter-bar__form .custom-select {
        width: auto;
    }
}

.pd-info__heading {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 20px;
}

.pd-info__price {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.pd-info__final-price {
    color: #f27429;
    font-size: 24px;
    font-weight: 600;
}

.pd-info__old-price {
    font-size: 14px;
    font-weight: 300;
    color: #aaaaaa;
    margin: 0 15px;
}

.pd-info__btn {
    display: block;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
    background-color: #f1f1f1;
    line-height: 30px;
    padding: 15px 10px;
    text-align: center;
    color: #333333;
    transition: .3s;
}

.pd-info__btn:hover {
    color: #fff;
    background-color: #f27429;
    text-decoration: none;
}

.pd-info__btn--orange {
    background-color: #f27429;
    color: #fff;
    border: 1px solid #f27429;
    line-height: 28px;
}

.pd-info__btn--orange:hover {
    color: #f27429;
    background-color: #fff;
}

.pd-info__saleoff {
    display: inline-block;
    background-color: #ef4343;
    color: #fff;
    padding: 0 10px;
    min-width: 80px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    line-height: 33px;
    position: relative;
    top: -12px;
}

.pd-info__call {
    color: #a1a1a1;
    margin-left: auto;
}

.pd-info__call:hover {
    color: #f27429;
}

.pd-info__call .fa {
    color: #288ad6;
}

.pd-info ul {
    padding-left: 17px;
    margin-bottom: 20px;
}

.pd-info ul li {
    font-size: 14px;
    margin-bottom: 10px;
}

.pd-info ul li a {
    color: #288ad6;
}

.pd-info ul li a:hover {
    color: #f27429;
    text-decoration: none;
}

@media (max-width: 575px) {
    .pd-info__heading {
        font-size: 22px;
    }

    .pd-info__old-price {
        font-size: 14px;
        margin: 0 4px;
    }

    .pd-info__final-price {
        font-size: 16px;
    }
}

.pd-detail {
    font-size: 14px;
    padding: 30px 0;
}

.pd-detail__heading {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
}

.pd-detail__subheading {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
}

.pd-detail ul {
    padding-left: 17px;
}

.preview {
    position: relative;
}

.preview .slick-arrow {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #999999;
    justify-content: center;
    align-items: center;
    border: 1px solid #cccccc;
    cursor: pointer;
    opacity: 0;
    transition: .3s;
}

.preview .slick-arrow:last-child {
    left: auto;
    right: 0;
}

.preview:hover .slick-arrow {
    opacity: 1;
}

.preview-indicators {
    margin: 0 -3px;
}

.preview-indicators .slick-slide {
    padding: 0 3px;
    cursor: pointer;
}

.post {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px;
}

.post__title {
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
}

.post__info {
    padding: 5px 0 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dee2e6;
    font-size: 13px;
    line-height: 25px;
}


.require-2 {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    padding: 30px;
    z-index: 1;
    margin-bottom: 30px;
}

.require-2::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
}

.require-2__bg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.require-2__heading {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.require-2__desc {
    font-size: 16px;
    margin-bottom: 25px;
}

.require-2__btn {
    display: inline-block;
    background-color: #f27429;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 15px 25px;
    border: 1px solid transparent;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: color .5s;
}

.require-2__btn:focus {
    outline: 0;
}

.require-2__btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: lightslategray;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform 0.5s ease-out;
    z-index: -1;
}

.require-2__btn:hover {
    color: white;
}

.require-2__btn:hover::before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66);
}

.require-2__btn:hover {
    text-decoration: none;
    color: #f27429;
    border: 1px solid #f27429;
}

.require-2__btn:before {
    background-color: #fff;
}

.author {
    background-color: #f4f4f4;
    padding: 15px;
    font-size: 13px;
}

.author__group {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
}

.author__detail {
    display: flex;
    align-items: center;
    padding: 15px 0 5px;
}

.opinion {
    padding: 0 0 30px;
}

.opinion__heading {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 10px;
}

.opinion .form-control {
    font-size: 14px;
}

.opinion__btn {
    font-size: 14px;
    border: 0;
}

.opinion__btn,
.opinion__btn:hover,
.opinion__btn:visited,
.opinion__btn:active,
.opinion__btn:focus {
    background-color: #f27429;
}

.gallery {
    padding: 30px 0;
    margin-top: -30px;
}

.sync1 {
    margin-bottom: 30px;
    padding: 0 100px;
    position: relative;
}

.sync1 .slick-arrow {
    display: inline-block;
    width: 20px;
    height: 40px;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/gallery-slider.png) no-repeat;
    background-position: -14px -10px;
    cursor: pointer;
}

.sync1 .slick-arrow:last-child {
    background-position: -14px -60px;
    left: auto;
    right: 0;
}

@media (max-width: 991px) {
    .sync1 {
        padding: 0 50px;
    }
}

@media (max-width: 575px) {
    .sync1 {
        padding: 0;
    }
}

.sync2 {
    margin: 0 -3px;
    max-width: 400px;
    margin: 0 auto;
}

.sync2 .slick-slide {
    padding: 0 3px;
}

.pj-banner__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pj-banner__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 30px;
    height: 100%;
    background-color: #f27429;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
}

.pj-banner__icon {
    width: 72px;
    height: 72px;
    margin-bottom: 20px;
}

.pj-banner__heading {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 18px;
}

.pj-banner__btn {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    transition: .3s;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 40px;
    border-radius: 25px;
    margin-top: 25px;
}

.pj-banner__btn:hover {
    color: #f27429;
    background-color: #fff;
    text-decoration: none;
}

@media (max-width: 575px) {
    .pj-banner__content {
        padding: 20px 15px;
    }

    .pj-banner__btn {
        padding: 10px 25px;
        border-radius: 20px;
    }
}

.quote {
    margin-left: 0;
    font-size: 24px;
    text-align: justify;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    padding-top: 0;
    position: relative;
    margin-top: 60px;
}

.quote .fa {
    font-size: 3em;
    color: #e0e0e0;
    position: relative;
}

.quote .fa:last-child {
    float: right;
}

.award {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 40px;
}

.award__item {
    height: 100%;
    position: relative;
    text-align: center;
    font-size: 14px;
}

.award__item::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #f27429;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.award__iwrap {
    display: block;
    width: 100%;
    height: 65px;
    transition: .3s ease-in-out;
    background: url(../images/award.png) no-repeat top center;
}

.award__item:hover .award__iwrap {
    background-position: bottom center;
}

.award__text {
    display: flex;
    flex-direction: column;
    padding: 15px 0;
    justify-content: flex-end;
    min-height: 70px;
}

.award__time {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
    text-align: center;
}

.process {
    font-size: 14px;
}

.process__bar {
    display: flex;
    padding: 10px 0;
    cursor: pointer;
}

.process__content {
    display: none;
    font-size: 13px;
    line-height: 20px;
}

.process__icon {
    margin-left: auto;
    color: #999999;
    align-self: center;
}

.process__icon::before {
    content: '\f068';
    font-family: 'fontawesome';
}

.process__icon.active::before {
    content: '\f067';
}

.process ul {
    padding: 15px 0 0 17px;
}

.process li {
    margin-bottom: 10px;
}

.require__heading {
    margin-bottom: 12px;
    font-size: 24px;
    text-transform: none;
    font-weight: 600;
}

.require .form-control {
    font-size: 14px;
}

.require .form-group>label {
    font-weight: 600;
}

.require .btn {
    font-size: 14px;
}

.require-map {
    height: 369px;
}

.require-intro {
    padding: 15px 25px;
    font-size: 14px;
    margin-bottom: 30px;
}

.require-intro__heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 18px;
}

.cart {
    font-size: 12px;
}

.cart thead {
    background-color: #f7f7f7;
}

.cart tbody tr {
    border-bottom: 1px solid #dee2e6;
}

.cart th {
    text-transform: uppercase;
    padding: 18px;
}

.cart th.min {
    width: 1%;
    white-space: nowrap;
}

.cart td {
    padding: 10px 18px;
    vertical-align: text-top;
}

.cart td.min {
    width: 1%;
    white-space: nowrap;
}

.cart__iwrap {
    width: 120px;
    margin: 0 20px;
}

.cart__name {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 5px;
    min-width: 150px;
}

.cart__name:hover {
    color: #f27429;
    text-decoration: none;
}

.cart__among .form-control {
    width: 40px;
    height: 34px;
    text-align: center;
    font-size: 15px;
}

.cart__among .input-group-text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 34px;
    width: 40px;
    background: 0;
}

.cart__remove {
    display: inline-block;
    width: 20px;
    height: 20px;
    transition: .7s ease-out;
}

.cart__remove:hover {
    transform: rotate(270deg);
}

.cart__remove img {
    width: 100%;
    height: 100%;
}

.cart-empty {
    font-size: 14px;
}

.cart-empty p {
    margin-bottom: 0;
}

.cart-empty a {
    color: #999999;
}

.cart-empty a:hover {
    color: #f27429;
    text-decoration: none;
}

.cart-btn {
    font-size: 14px;
}

.payment {
    font-size: 14px;
}

.payment p {
    margin-bottom: 20px;
}

.payment ul {
    padding-left: 40px;
    margin-bottom: 25px;
}

.payment li {
    margin-bottom: 10px;
}

.header-2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    max-width: 100%;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.01);
}

.logo-2 {
    display: block;
    margin: 25px 50px;
}

.logo-2 img {
    height: 42px;
}

@media (max-width: 1366px) {
    .logo-2 {
        margin: 25px;
    }
}

.menu-2 {
    display: flex;
    flex: 1;
}

.menu-2 a {
    display: block;
    font-size: 13px;
    padding: 5px 15px;
    text-transform: uppercase;
    color: #666666;
}

.menu-2 a:hover {
    color: #9e6c49;
    text-decoration: none;
}

@media (max-width: 1366px) {
    .menu-2 a {
        font-size: 12px;
        padding: 5px 10px;
    }
}

@media (max-width: 1199px) {
    .menu-2 {
        display: block;
        order: 2;
        flex: 0 0 100%;
    }

    .menu-2 a {
        color: #fff;
        padding: 10px 20px;
        font-size: 14px;
    }
}

.menu-2-btn {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    border: 0;
    background: 0;
    color: #333333;
    font-size: 28px;
    cursor: pointer;
}

.section-4 {
    width: 100%;
    text-align: justify;
    overflow: hidden;
    padding: 50px 0;
}

.section-4__container {
    max-width: 1600px;
}

.section-4__img {
    display: block;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.section-4 h2 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #9e6c49;
}

.section-4 h3 {
    font-family: "UVNVietSach", serif;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 15px;
    color: #666;
    font-size: 36px;
}

.section-4 h3 span {
    color: #9e6c49;
}

.section-4 p {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    text-align: justify;
}

@media (min-width: 992px) {
    .section-4:nth-child(even) .col-md-4 {
        order: -1;
        text-align: right;
    }
}

@media (max-width: 991px) {
    .section-4 h2 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .section-4 h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .section-4 p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .section-4 {
        height: auto;
        padding: 0 0;
        margin-bottom: 80px;
    }

    .section-4 h2 {
        margin-top: 25px;
    }

    .section-4:nth-child(even) .col-md-4 {
        text-align: right;
    }
}

.lxr-card {
    position: relative;
    border: 15px solid transparent;
}

.lxr-card__iwrap {
    margin: -15px;
    position: relative;
}

.lxr-card__iwrap::before {
    content: '';
    display: block;
    padding-bottom: 56.25%;
}

.lxr-card__iwrap img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: 50% 50%;
}

.lxr-card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    opacity: 0;
    transition: .4s ease-out;
}

.lxr-card__body:hover {
    opacity: 1;
}

.lxr-card__body h2 {
    font-size: 16px;
    margin-bottom: 22px;
    color: #9e6c49;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}

.lxr-card__body h3 {
    font-family: "UVNVietSach", serif;
    color: #666;
    font-size: 36px;
    margin-bottom: 25px;
}

.lxr-card__btn {
    font-size: 12px;
    padding: 5px 20px;
    border: 1px solid #9e6c49;
    color: #9e6c49;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    transition: .4s all;
    min-width: 140px;
    text-align: center;
}

.lxr-card__btn:hover {
    color: #fff;
    background-color: #9e6c49;
}

.footer-2 {
    height: auto !important;
    min-height: unset !important;
    background-color: #f1f1f1;
}

.menu-3 {
    display: flex;
    flex: 1;
}

.menu-3 a,
.menu-3 span {
    display: block;
    font-size: 13px;
    padding: 5px 15px;
    text-transform: uppercase;
    color: #666666;
}

.menu-3 a:hover,
.menu-3 span:hover {
    color: #9e6c49;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .menu-3 {
        flex: 0 0 100%;
        justify-content: center !important;
        order: 2;
        margin-bottom: 15px;
        text-align: left;
    }
}

@media (max-width: 575px) {
    .menu-3 {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-content: center;
        margin-bottom: 0;
    }
}

.lxr-copyright {
    text-align: center;
    font-size: 12px;
    color: #666666;
    text-transform: uppercase;
}

.pswp__bg {
    opacity: .8 !important;
}