@font-face {
    font-family: Roboto;
    src: local(Roboto Thin), url(../font/roboto/Roboto-Thin.eot);
    src: url(../font/roboto/Roboto-Thin.ttf) format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: Roboto;
    src: local(Roboto Light), url(../font/roboto/Roboto-Light.eot);
    src: url(../font/roboto/Roboto-Light.ttf) format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: Roboto;
    src: local(Roboto Regular), url(../font/roboto/Roboto-Regular.eot);
    src: url(../font/roboto/Roboto-Regular.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: Roboto;
    src: url(../font/roboto/Roboto-Medium.eot);
    src: url(../font/roboto/Roboto-Medium.ttf) format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: Roboto;
    src: url(../font/roboto/Roboto-Bold.eot);
    src: url(../font/roboto/Roboto-Bold.ttf) format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: Montserrat;
    font-weight: normal;
    src: url(../font/Montserrat/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Montserrat;
    font-weight: bold;
    src: url(../font/Montserrat/Montserrat-Bold.ttf);
}


/* root */

:root {
    --main-background: linear-gradient(150deg, #c69b2b 0%, #f9c86b 100%);
    --text-color: #cca131;
    --background-section: #fce4ba;
    --box-shadow: 0 4px 8px 0 rgb(0 0 0 / 30%);
}

.main-skin {
    background: var(--background-section);
}

.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1999;
    background: #fff;
    width: 100%;
}

.navbar-nav.navAjax.fixed .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
}

button {
    outline: none !important;
}

button[type="submit"] {
    cursor: pointer;
}

.background {
    background-size: cover;
}

.breadcrumb {
    padding: 15px 0px;
    font-size: 1rem;
    font-weight: bold;
    color: var(--text-color);
}

.blue-skin {
    background: #4285f4;
}

.white-skin {
    background: #fff;
}

.icon-close-mmenu {
    position: absolute;
    top: 12px;
    right: 5px;
    z-index: 3;
    font-size: 1.8rem;
    cursor: pointer;
}

#header .icon-header {
    color: #000;
    font-size: 1.3rem;
    text-decoration: none;
    position: relative;
    display: block;
}

#header .icon-cart {
    margin-right: 5px;
}

#header .icon-header span.count-cart {
    background: #ff2000;
    width: 20px;
    aspect-ratio: 1/1;
    position: absolute;
    right: -10px;
    top: -5px;
    border-radius: 50%;
    font-size: 0.7rem;
    color: #FFF;
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* end root */


/* header */


/** header mobile **/

#slide-out {
    display: none;
    position: fixed;
    padding: 0px;
    right: 100%;
    z-index: 10000;
    width: 100%;
    top: 46px;
    height: 100%;
}

#slide-out .row {
    height: 100%;
}

#slide-out .slide-left {
    background: #fff;
    height: inherit;
}

#slide-out .slide-left .collapsible,
#slide-out .slide-left .social {
    list-style: none;
    padding-left: 15px;
}

#slide-out .slide-left .social {
    display: flex;
    justify-content: flex-start;
}

#slide-out .slide-left .social li a {
    padding: 0px 10px;
}

#slide-out .slide-left li a {
    color: #000;
    font-size: 18px;
    padding: 15px 0px;
}

#slide-out .slide-right {
    background: rgba(0, 0, 0, 0.5);
    height: inherit;
}

#slide-out .collapsible-body ul {
    list-style: none;
}

#slide-out .collapsible-body ul>li {
    padding: 5px 0px;
}


/** header mobile end **/
.navbar-nav .nav-item.ultrasale {
    background: linear-gradient(45deg, #54bff9 0%, #37d4b0 100%);
    border-radius: 5px;
}

.navbar-nav .nav-item.ultrasale .nav-link {
    color: #FFFFFF;
}

.navbar-nav .nav-link {
    color: #000000;
    padding: 0px 15px;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.navbar-nav li a:hover {
    color: #00578a;
}

.navbar-nav>li:hover .menu-child {
    display: flex;
}

.navbar-nav .menu-child {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    display: none;
    background: #fff;
    padding: 10px;
    z-index: 2;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.navbar-nav .menu-child li {
    padding: 5px 5px;
    flex-shrink: 1;
}

.navbar-nav .menu-child li a {
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.navbar-nav .menu-child li:hover a {
    color: #fd9308 !important;
}

.button-collapse {
    color: #fff !important;
    font-size: 20px;
}

.navbar-nav .menu-child li a span {
    text-align: center;
}

.navbar-nav .menu-child li a span img {
    width: 50%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.navbar-fixed-top {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 10000;
}

.button-close-collapse {
    color: #000 !important;
    position: absolute;
    top: 15px;
    right: 25px;
}


/* header end */


/*body*/


/**home**/

#slideHome .items .content {
    background: rgba(185, 118, 0, 0.6);
    z-index: 1000;
    text-align: center;
}

#slideHome .owl-next,
#slideHome .owl-prev {
    position: absolute;
    top: 30%;
    color: #fff;
    background: rgba(185, 118, 0, 0.6);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border: none;
}

#slideHome .owl-next {
    right: 15px;
}

#slideHome .owl-prev {
    left: 15px;
}

#slideHome .items .button {
    position: absolute;
    background: #EE5429;
    left: 10%;
    z-index: 10;
    bottom: 8%;
    padding: 8px 16px;
    border-radius: 8px;
    color: #FFF;
}

#slideHome .items .img,
#slideHome .items img {
    height: 100%;
}

#slideHome .items .content h2 {
    text-transform: uppercase;
    color: #fff;
}

.content-product-menu {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.banners .item {
    width: 100%;
    aspect-ratio: 1/0.7;
    border-radius: 5px;
    overflow: hidden;
}

.banners .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-section,
.contact-section,
#news {
    background: #FFF;
}

.product-item {
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
}

.product-item {
    background: #FFF;
    border-radius: 5px;
    transition: 0.5s all;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.product-item:hover {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
}

.product-item .content {
    padding: 15px;
    text-align: center;
}

.product-item .content * {
    color: #CC9B76;
    text-decoration: none;
}

.product-item .product-tag {
    position: absolute;
    left: 5px;
    top: 5px;
}

.product-item .product-tag .sale {
    z-index: 1;
    background: linear-gradient(to bottom, #e24edc 0%, #fd2c5c 100%);
    padding: 7px 0px;
    color: #fff;
    width: 42px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.product-item .product-tag .sale::before {
    content: 'sale';
    position: relative;
    font-size: 0.7rem;
    line-height: 0.4em;
}

.product-item .product-tag2 {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.product-item .product-tag2 .out {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 15px 0px;
    font-size: 1.3rem;
}

.product-link {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    background: #FFFFFF;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 5px;
}

#news {
    padding-bottom: 30px;
}

.news-item {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 16px;
}

.news-item.item .img {
    width: 100%;
    aspect-ratio: 1/0.6;
    overflow: hidden;
}

.news-item.item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-item.item .content {
    background: #FFF;
    padding: 15px;
}

.news-item.item .content .title a {
    color: #000;
    text-decoration: none;
}

.news-item.item .content .time {
    margin: 0px;
    font-size: 0.7rem;
    color: #697f8e;
}

.title-uppercase {
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0px;
    margin: 15px 0px;
    font-family: Montserrat;
    font-weight: bold;
    position: relative;
    color: #0f0f0f;
    margin-bottom: 50px;
}

.title-uppercase .title-line::before {
    margin-right: 5px;
}

.title-uppercase .title-line::after {
    margin-left: 5px;
}

.title-uppercase .title-line::after,
.title-uppercase .title-line::before {
    content: '';
    position: relative;
    height: 4px;
    background: #6E0D25;
    width: 90px;
    display: inline-block;
}

.title-uppercase .title-line {
    display: block;
    position: relative;
    z-index: 0;
    margin-top: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-uppercase .title-line span {
    background: #0F0F0F;
    width: 20px;
    aspect-ratio: 1 / 1;
    display: inline-block;
    margin: 0px 6px;
    transform: rotate(45deg);
    border-radius: 5px;
}

.detail {
    text-align: center;
}

.logo img {
    width: 100%;
}

.detail a,
.detail button {
    display: inline-block;
    padding: 8px 15px;
    border: none;
    background: #EE5429;
    border-radius: 5px;
    margin: 15px 0px;
    text-decoration: none;
    color: #FFFFFF;
    outline: none;
    text-transform: uppercase;
    font-weight: bold;
}

#about .name-page,
#recruit .name-page {
    width: 100%;
    padding: 100px 0px;
    display: flex;
    justify-content: center;
}

#about .name-page .title,
#recruit .name-page .title {
    text-transform: uppercase;
    padding: 50px;
    background: rgba(0, 64, 128, 0.7);
    color: #fff;
}

#recruit a {
    color: var(--text-color);
}

#recruit .list a.active {
    color: #fff;
}

#recruit .title {
    padding: 10px 0px;
}

#video {
    padding: 30px 0px;
}

.video .item .title a {
    display: block;
    width: 100%;
    padding: 15px;
    text-align: center;
    background: var(--text-color);
    color: #fff;
    text-transform: uppercase;
}

.video .item .title a:hover {
    background: #fd9308;
}

#recruit .mobile {
    display: none;
}

.timeline {
    position: relative;
    list-style: none;
    padding: 0px;
}

.timeline::after {
    position: absolute;
    left: 50%;
    top: 0px;
    bottom: 0px;
    width: 3px;
    background-color: var(--text-color);
    content: "";
}

.img-circle {
    border-radius: 50%;
    overflow: hidden;
}

#home-contact {
    background: var(--main-background);
    padding: 20px 0px;
    margin-bottom: 15px;
}

#home-contact button {
    background: #fff;
    border-radius: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 15px;
    border: none;
    outline: none;
}

#home-contact .form-control {
    margin-bottom: 15px;
}

#contact .form-control {
    margin-bottom: 10px;
}

#contact textarea.form-control {
    height: 150px;
    resize: none;
}

#about .about,
.detail-content {
    background: #fff;
    padding: 20px;
    margin: 35px 0px;
    box-shadow: 0 0 3px #ccc;
}

.detail-content article {
    margin-bottom: 20px;
}

#detail-duan .title {
    background: #fff;
    margin-bottom: 20px;
}

#product-detail .img {
    background: #FFF;
    padding: 15px;
    border-radius: 5px;
}

#product-detail .title {
    text-transform: uppercase;
    font-size: 1rem;
}

#product-detail .description {
    background: #FFF;
    padding: 15px;
    border-radius: 5px;
}

#product-detail .info-product {
    background: #FFF;
    padding: 15px;
    border-radius: 5px;
}

#product-detail .info-product .text-state {
    text-align: center;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
}

#product-detail .info-product .text-state[state="0"] {
    color: #EE5429;
}

#product-detail .info-product .text-state[state="1"] {
    color: #ED1C24;
}

#product-detail .info-product .price {
    color: #000;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
}

#product-detail .info-product label {
    font-size: 0.8rem;
}

/*footer*/
#product-detail .info-product .button-add-cart:disabled {
    opacity: 0.5;
    color: #444;
}

#product-detail .info-product .button-add-cart {
    background: #111111;
    color: #FFF;
    text-transform: uppercase;
    width: 100%;
    display: block;
    margin-top: 15px;
    border: 0px;
    border-radius: 5px;
    padding: 8px 0px;
}

#product-detail .info-product .policy .content {
    font-size: 0.8rem;
}

.sidebar .title-side {
    margin-bottom: 50px;
    position: relative
}

.sidebar .title-side::after {
    content: '';
    position: absolute;
    top: calc(100% - 5px);
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 150px;
    background: url(../img/goldenhoavan1.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    #product-detail .content-product {
        max-height: 42vh;
        height: auto;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .readmore-content-product button {
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 5px;
        text-align: center;
        background: #FFF;
        text-transform: uppercase;
        padding: 8px 15px;
        font-weight: 600;
    }
}

.list-faq .item-faq {
    padding: 15px 0px;
    border-top: 1px solid #ccc;
}

.list-faq .item-faq:last-child {
    border-bottom: 1px solid #ccc;
}

.list-faq .item-faq .title-faq {
    font-size: 1rem;
    cursor: pointer;
    color: #444;
}

/*cart-drawer*/
.cart-drawer {
    display: none;
    position: fixed;
    background-color: rgb(0 0 0 / 30%);
    left: 0;
    top: 0px;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

.cart-drawer.open {
    z-index: 99000;
    display: block;
}

.quickview-cart.drawer-open {
    display: block;
    right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.quickview-cart {
    overflow: hidden;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    text-align: left;
    position: fixed;
    z-index: 99999999;
    top: 0;
    height: 100vh;
    right: -400px;
    width: 400px;
    padding: 0 20px 30px;
    background: #fff;
    line-height: normal !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.quickview-cart .cart-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #000;
}

.quickview-cart ul {
    margin: 0px;
    height: 65vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px;
    list-style: none;
    font-size: 0.85rem;
}

.quickview-cart ul .cart-item {
    margin: 0px 0px 5px 0px;
    position: relative;
    border-bottom: 1px solid #e4e1e1;
    padding-bottom: 5px;
}

.quickview-cart ul .cart-item>.cart__remove {
    position: absolute;
    top: calc(50% - 9px);
    right: 5px;
    color: #000;
    cursor: pointer;
    z-index: 10;
}

.quickview-cart ul .cart-item:last-child {
    margin-bottom: 0px;
}

.quickview-cart ul .cart-item-info>a {
    color: #2e2e2e;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 3px;
    display: inline-block;
}

.quickview-cart ul .cart-item-price-quantity span {
    display: block;
    color: #2e2e2e;
    margin-bottom: 3px;
}

.quantity-group {
    position: relative;
    margin-bottom: 1em;
    max-width: 100px;
    min-width: 75px;
    overflow: visible;
}

.quantity-group .btn-adjust {
    cursor: pointer;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    border: 0 none;
    padding: 0 8px;
    background: none;
    text-align: center;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.quantity-input {
    padding: 3px 25px;
    width: 100%;
    text-align: center;
}

.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.quantity-input {
    -moz-appearance: textfield;
}


.quantity-group .btn-adjust.btn-minus {
    left: 0;
    border-right: 1px solid transparent;
}

.quantity-group .btn-adjust.btn-plus {
    right: 0;
    border-left: 1px solid transparent;
}

.quantity-group .btn-adjust.btn-minus span,
.quantity-group .btn-adjust.btn-plus span {
    display: block;
}

.quickview-cart .qv-cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quickview-cart .qv-cart-total span.total {
    color: #00578a;
    font-weight: 600;
}

.quickview-cart .update_cart_btn {
    color: #000;
    border: 1px solid #a6a6a6;
    border-radius: 3px;
    margin-bottom: 10px;
}

.sidebar .sidebar-widget {
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #f2f2f2;
    border-top: none;
    background: #ffffff;
    padding: 0 0 20px 0;
    margin-bottom: 30px;
    border-radius: 10px;
}

.product_list_widget {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.product_list_widget li {
    padding: 0px 15px 15px 15px;
}

.product_list_widget li .product-title {
    color: #000;
    text-decoration: none;
}

.product-list-slide ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.product-list-slide .owl-carousel .owl-nav .owl-prev,
.product-list-slide .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    width: 1.6rem;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-list-slide .owl-carousel .owl-nav .owl-prev {
    left: 0px;
}

.product-list-slide .owl-carousel .owl-nav .owl-next {
    right: 0px;
}

.social {
    margin-top: 20px;
    display: flex;
    justify-content: end;
    gap: 5px;
}

.social a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000 !important;
}

.page-footer {
    padding-top: 2rem;
    background-color: #222222;
    position: relative;
    z-index: 15;
}

.page-footer * {
    color: #FFF;
}

.page-footer .title-footer {
    margin-bottom: 20px;
}

.page-footer .form-control {
    margin-bottom: 15px;
    padding-right: 50px;
}

.page-footer button[type="submit"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    border: 0px;
    background: transparent;
}

.page-footer ul {
    list-style: none;
    padding: 0px;
}

.page-footer ul li:first-child a {
    padding-top: 0px !important;
}

.page-footer a {
    color: #697f8e;
}

.page-footer .lienket p {
    margin-bottom: 5px !important;
}

.quickview-cart * {
    color: #000000;
}

@media (min-width: 900px) {

    #slideHome .owl-next,
    #slideHome .owl-prev {
        top: 50%;
    }

    #slideHome .items {
        overflow: hidden;
        position: relative;
    }

    #slideHome .items .content {
        position: absolute;
        left: 30%;
        right: 30%;
        bottom: 0px;
        min-width: 400px;
        min-height: 200px;
        padding: 30px 0px 20px;
    }

    .page-footer .lienket {
        padding: 0px 15px;
    }

    #about {
        margin-top: 56px;
    }

}

@media (max-width: 900px) {
    .btn-mobile {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        background: transparent;
        border: 0px;
    }

    #search-header input[type="search"] {
        padding-left: 40px;
    }
}