@charset "utf-8"; :root {
    --primary: #8A5A16;
    --primary-dark: #70460E;
    --primary-deep: #5A3608;
    --primary-light: #C9973A;
    --bg: #FFF9ED;
    --section: #FFF2D7;
    --card: #ffffff;
    --text: #4B3420;
    --muted: #7B6A55;
    --border: #E8D7B9;
    --shadow: 0 6px 12px rgba(14,40,84,.08);
    --max: 1300px;
}

* {
    margin: 0px auto;
    padding: 0px;
    outline: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: 'Roboto', Arial,Helvetica,sans-serif;
    margin: 0px auto;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #333;
    overflow-x: hidden;
    background: #ffffff;
}

table {
    border-collapse: collapse;
    width: 100%;
}

table th {
    line-height: 1.5;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.clr {
    clear: both;
}

a {
    color: #8A5A16;
}

a:hover {
    color: #FFC81A;
}

.showText a {
    font-weight: 500;
}

.showText h4 {
    font-size: 20px;
    margin: 10px 0;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

img {
    border: 0;
    vertical-align: middle;
}

::selection {
    background-color: #B77A16;
    color: #fff;
}

::-webkit-selection {
    background-color: #B77A16;
    color: #fff;
}

-webkit-::selection {
    background-color: #B77A16;
    color: #fff;
}

::-moz-selection {
    background-color: #B77A16;
    color: #fff;
}

ul {
    padding: 0px;
    list-style: none;
}

.addthis_toolbox a.addthis_button_tweet {
    width: 68px !important;
    margin: 0;
    margin-right: 20px;
}

.menu > li > ul.menu_child {
    width: 1200px;
    display: flex;
    box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
    background: #D98B15;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 46px;
}

.box_menu .menu > li > ul.menu_child > li {
    float: left;
    padding: 15px 20px;
    text-align: left;
    border-right: 1px solid rgb(255 255 255 / 17%);
    width: 20%;
}

.box_menu .menu > li > ul.menu_child > li:last-child {
    border-right: none;
}

.box_menu .menu > li > ul.menu_child > li>span {
    text-transform: uppercase;
    text-align: left;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    display: inline-block;
    border-bottom: 1.5px solid #ececec8f;
    width: 100%;
    padding-bottom: 10px;
}

.box_menu .menu > li > ul.menu_child > li>span a {
    color: #fff;
}

.box_menu .menu > li > ul.menu_child > li>span a:hover {
    color: #D98B15;
}

.menu > li > ul.menu_child ul {
    transform: none;
    position: relative;
    visibility: initial;
    opacity: 1;
    left: 0;
    box-shadow: none;
}

.dv-nut-menu, .baiviet_moi_right > h3 {
    font-weight: 500;
    font-size: 22px;
    cursor: pointer;
    text-align: left;
    letter-spacing: 0px;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 3px;
}

.dv-menu-left {
    float: left;
    position: relative;
    margin: 0;
}

.vertical-menu-item + .vertical-menu-item {
    display: block;
    border-top: 1px solid #ebebeb;
}

.jss_event_longthinh_remvove {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    background: #e7eceb;
    color: #ff1a1a;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    text-align: center;
}

.pagewrap {
    position: relative;
    width: min(calc(100% - 36px), var(--max));
    margin: 0 auto;
}

.flex {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.logo_top {
    margin: 0 auto 0 0;
    width: auto;
    transition: all .3s;
    overflow: hidden;
    float: left;
    margin-left: 10px
}

.logo_top img {
    transition: all .3s;
}

.box_menu {
    position: relative;
    margin: 0;
    padding: 0;
}

.menu {
    padding: 0;
    text-align: center;
    float: left;
}

.menu > li {
    float: left;
    padding: 0;
    margin: 0 ;
    position: relative;
}

li.li-home i {
    font-size: 20px;
    margin: 0 !important;
}

li.li-home a {
    display: block;
    text-align: center;
}

.menu > li i {
    margin-left: 5px;
    font-size: 14px;
}

.timkiem_top > a img {
    height: 22px;
    width: auto;
}

.timkiem_top.acti .search {
    display: block;
}

.timkiem_top .search a img {
    height: 21px;
    position: relative;
    top: 0px;
}

.timkiem_top .search a {
    position: absolute;
    right: 0;
    padding: 0 16px !important;
    background: #B77A16;
    border-radius: 0 5px 5px 0;
    height: 38px;
    display: flex;
    align-items: center;
    margin: 0 !important;
}

.timkiem_top .search input {
    display: block;
    width: 100%;
    padding: 0 12px;
    font-size: 14px;
    height: 38px;
    color: #333;
    float: none;
    background: #fff;
    border-radius: 5px;
}

.timkiem_top .search {
    width: 100%;
}

.timkiem_top > a {
    display: inline-block;
    padding: 10px 4px;
    display: none;
}

.menu > li:hover>a,.menu > li.active>a,.menu > li > a.acti {
    color: #8A5A16;
}

.menu > li.li_child {
    position: relative;
}

.menu > li.li_child ul li:last-child a {
    border-bottom: none;
}

.menu * {
    list-style: none;
}

.menu > li > a {
    display: block;
    line-height: 1.5;
    position: relative;
    z-index: 2;
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
    padding: 12px 15px;
    color: #000000;
}

.menu > li > a, .menu > li > a:after, .menu > li > ul > li > a, .menu > li li > ul > li > a {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.menu > li > ul, .menu > li > ul ul {
    position: absolute;
    top: 100%;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    min-width: 200px;
    z-index: 3;
    margin: 0;
    padding: 0;
    display: block;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transform-origin: center top 0px;
    -moz-transform-origin: center top 0px;
    -webkit-transform-origin: center top 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    box-shadow: 0 5px 50px 0 rgb(0 0 0 / 15%);
    padding: 0;
    background: #8A5A16;
}

.menu > li > ul ul {
    left: 100%;
    top: -10px;
}

.menu > li:hover > ul, .menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}

.menu > li > ul > li, .menu > li > ul > li li {
    z-index: 2;
    position: relative;
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 0;
    background: #FFC81A;
    min-width: 240px;
}

.menu > li > ul > li:hover>a,.menu > li > ul > li li:hover>a {
    color: #fff !important;
    background: #A86A10;
}

.menu > li > ul > li li:last-child a {
    border-bottom: none;
}

.menu > li > ul > li > a, .menu > li > ul > li li a {
    display: block;
    white-space: nowrap;
    color: inherit;
    line-height: 1.5;
    font-size: inherit;
    background: rgba(255, 255, 255, 0);
    border-bottom: solid 1px rgb(255 255 255 / 38%);
    padding: 0 5px 0 0;
    text-decoration: none !important;
    text-align: left;
    font-size: 16px;
    color: #fff !important;
    font-weight: 400;
    padding: 8px 15px;
}

a {
    text-decoration: none;
    color: inherit
}

img {
    max-width: 100%
}

#back-top {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 22;
}

#back-top a {
    display: inline-flex;
    width: 40px;
    line-height: 40px;
    background: #B77A16;
    outline: none;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    height: 40px;
    border-radius: 7px;
}

#back-top a i {
    line-height: 40px;
    width: 40px;
    height: 40px;
}

#back-top a:hover {
    color: #fff;
    background: #FFC81A;
}

td {
    padding: 5px 10px;
    border: 1px solid #e3e3e3;
}

th,.cart_summary tr th {
    padding: 5px 10px !important;
}

.dv-anh {
    width: calc(100% - 100px);
    float: left;
}

.dv-table-reposive .mobileqty input.qtyminus, .dv-table-reposive .mobileqty input.qtyplus {
    display: inline-flex !important;
    align-items: center;
    margin: 0;
    line-height: 0;
}

.ajax_img_loading {
    position: absolute;
    display: inline-block;
}

.dv-btn-cart a {
    display: inline-block;
    background: #FFC81A;
    color: #fff;
    padding: 5px 15px;
    margin: 0px 5px;
    border-radius: 10px;
    transition: all .3s;
}

.dv-btn-cart a:hover {
    background: #B77A16;
    color: #fff;
}

.nums {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 10px;
}

.nums ul {
    list-style: none;
    display: inline-block;
}

.nums ul li {
    list-style: none;
    display: inline-block;
    float: left;
    margin: 0 4px;
}

.nums ul li a {
    width: 38px;
    height: 40px;
    background: #FFC81A;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 17px;
    color: #fff;
    transition: all .4s;
}

.nums ul li a:hover,.nums ul li a.active {
    background: #B77A16;
}

.dv-header-top {
    background: linear-gradient(to right, #8A5A16, #C9973A);
    padding: 7px 0;
}

.dv-header-top .dv-left {
    display: inline-flex;
    align-items: center;
}

.dv-header-top .dv-left .dv-mxh {
    display: inline-block;
}

.dv-header-top .dv-left .dv-mxh img {
    height: 28px;
}

.dv-header-top .dv-left .dv-mxh a {
    display: inline-block;
    float: left;
    margin-left: 8px;
}

.dv-header-top .dv-right {
    display: inline-flex;
    float: right;
    position: relative;
}

.dv-header-top .dv-left .sp-hotline {
    margin-right: 20px;
    font-size: 18px;
    color: #fff;
    transition: all .4s;
}

.dv-header-top .dv-right .dv-hdbc {
    margin-left: 15px;
    display: inline-flex;
    align-items: center;
}

.dv-header-top .dv-right .dv-hdbc a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding-left: 10px;
    margin-left: 10px;
}

.dv-header-top .dv-right .dv-hdbc a + a {
    border-left: 2px solid #fff;
}

.dv-header-top .dv-right input {
    width: auto;
    background: #fff;
    border: none;
    height: 34px;
    padding: 0 15px;
    border-radius: 100px;
    margin: 0 auto 0 0;
    flex: 1;
    margin-right: 10px;
    padding-left: 36px;
}

.dv-header-top .dv-right .search {
    width: 380px;
    display: flex;
    align-items: center;
}

.dv-header-top .dv-right .search a {
    height: 34px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    margin: 0 0 0 auto;
    padding: 0 20px;
    border-radius: 100px;
    font-size: 14px;
}

header.header {
    display: flex;
    align-items: center;
    padding: 12px 0;
}

header.header .dv-left {
    display: inline-block;
    line-height: 0;
    margin: 0 auto 0 0;
}

.box_menu {
    display: inline-block;
    float: left;
}

header.header .dv-left a {
    display: inline-block;
    line-height: 0;
}

header.header .dv-left a img {
    height: 65px;
}

.dv-header-top .dv-right .dv-hdbc a:hover {
    color: #FFC81A;
}

.dv-header-top .dv-left .dv-mxh a:hover {
    opacity: 0.8;
}

header.header .dv-right {
    display: inline-flex;
    float: right;
    align-items: center;
    margin: 0 0 0 auto;
}

.dv-box-lang {
    display: inline-block;
    float: right;
    position: relative;
    margin-left: 15px;
    padding: 10px 0;
}

ul.flag-language {
    position: absolute;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px #c1c1c1;
    padding: 8px;
    z-index: 111;
    border-radius: 7px;
    margin-top: 10px;
    display: none;
}

.dv-box-lang > a {
    border: 1px solid #ccc;
    padding: 0;
    display: flex;
    align-items: center;
    border-radius: 100px;
    padding-left: 12px;
    min-width: 135px;
}

.dv-box-lang img {
    height: 18px;
    width: 26px;
    object-fit: cover;
    margin-right: 10px;
}

.dv-box-lang > a span {
    display: inline-block;
    background: #FFC81A;
    border-radius: 100px;
    color: #fff;
    padding: 5px 16px;
    font-size: 14px;
    margin-left: 1px;
    min-width: 85px;
    text-align: center;
}

.dv-header-cont {
    display: flex;
    align-items: center;
}

.dv-header-top .dv-right .search > span {
    color: #838383;
    position: absolute;
    left: 12px;
}

.header-actions a {
    height: 32px;
    width: 32px;
    display: inline-flex;
    background: #FFC81A;
    color: #ffffff;
    align-items: center;
    border-radius: 100px;
    transition: all .3s;
}

.header-actions a:hover {
    background: #B77A16;
}

.dv-header-top a {
    transition: all .3s;
}

.header-actions {
    display: inline-block;
    float: left;
    margin-left: 12px;
}

.dv-header-top .dv-right .search a:hover {
    background: #FFC81A;
    color: #fff;
}

ul.flag-language li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.flag-language li img {
    margin: 0 10px 0 0;
}

ul.flag-language li a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 2px 0;
}

ul.flag-language li span {
    margin: 0;
}

.dv-box-lang:hover ul.flag-language {
    display: block;
}

.dv-danhmuc-sp {
    position: relative;
    padding: 50px 0 0px;
}

.dv-danhmuc-sp:before {
    content: "";
    background: linear-gradient(to bottom, #ffffff, #FFF1C7);
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: -100px;
}

.dv-danhmuc-sp .dv-sp {
    width: calc(100% / 6 - 30px);
    margin: 0 15px 30px;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.dv-danhmuc-sp .dv-sp .dv-img {
    border: 3px solid #F8C818;
    border-radius: 30px;
    box-shadow: 0 0 10px #ccc;
    overflow: hidden;
}

.dv-danhmuc-sp .dv-sp .dv-label {
    padding: 7px 0;
}

.dv-danhmuc-sp .dv-sp .dv-label a {
    transition: all .4s;
    font-size: 17px;
    color: #000;
}

.dv-danhmuc-sp .dv-sp:hover .dv-label a {
    color: #8A5A16;
}

.dv-gioithieu {
    padding: 60px 0;
}

.dv-gioithieu .dv-left {
    width: 50%;
    float: left;
    padding-right: 40px;
    display: inline-flex;
}

.dv-gioithieu .dv-right {
    width: 50%;
    float: left;
    padding-left: 25px;
    padding-bottom: 20px;
}

.dv-gioithieu .dv-left .dv-box-gt {
    width: 50%;
    float: left;
    position: relative;
    display: inline-flex;
    border-right: 2px solid #fff;
    overflow: hidden;
}

.dv-gioithieu .dv-left .dv-box-gt .dv-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #8A5A16;
    padding: 15px 10px 10px;
}

.dv-gioithieu .dv-left .dv-box-gt .dv-img a {
    height: 100%;
    display: block;
}

.dv-gioithieu .dv-left .dv-box-gt .dv-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dv-gioithieu .dv-left .dv-box-gt .dv-label a {
    text-align: center;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
}

.dv-gioithieu .dv-left .dv-box-gt .dv-label a img {
    height: 34px;
    width: auto;
    margin-bottom: 5px;
    margin-right: 5px;
}

.bannerMain li {
    list-style: none;
}

.dv-titleh {
    font-size: 35px;
    color: #FFC81A;
    margin-bottom: 25px;
    line-height: 1.2;
}

.dv-titleh span {
    color: #8A5A16;
}

.dv-gioithieu .showText {
    font-size: 17px;
}

.dv-gioithieu .showText blockquote {
    border-left: 4px solid #8A5A16;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 25px;
}

.dv-xemthem {
    text-align: center;
    padding: 30px 0 ;
}

.dv-xemthem a {
    background: url(../images/xemthem.png) top left no-repeat;
    padding: 20px 75px 24px 45px;
    background-size: 100% 100%;
    color: #fff;
    font-size: 16px;
}

.dv-gioithieu .dv-left .dv-box-gt + .dv-box-gt .dv-label {
    background: #FFC81A;
}

.dv-title h3 {
    font-size: 35px;
    text-align: center;
    color: #8A5A16;
    text-transform: uppercase;
}

.dv-title h3 span {
    color: #FFC81A;
}

.dv-sanpham-ct {
    background: #FFF6DC;
    padding: 40px 0 15px;
}

.dv-box-danhmuc-home {
    text-align: center;
    padding: 15px 0 0;
}

.dv-khachhang .dv-title h3 {
    max-width: 500px;
    line-height: 1.2;
}

.dv-khachhang .dv-title a {
    top: 40%;
    bottom: auto;
}

.dv-khachhang-rgr.flex {
}

.dv-khachhang-rgr.flex .dv-left {
    width: 40%;
    float: right;
    order: 2;
    padding-left: 15px;
    padding-bottom: 25px;
}

.dv-khachhang-rgr.flex .dv-right {
    width: 60%;
    float: left;
}

.dv-khachhang-box {
    width: calc(100% / 2 - 30px);
    margin: 0 15px 25px;
    float: left;
    border: 4px solid #D8AD58;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(138,90,22,.14);
    position: relative;
    background: #D8AD58;
}

.dv-khachhang-box .dv-nd {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    padding: 22px;
}

.dv-khachhang-box .dv-img > a:before {
    content: "";
    background: linear-gradient(to top, rgba(88,54,15,.78), #C9973A00);
    position: absolute;
    left: 0;
    top: 30%;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.dv-khachhang-box .dv-nd {
    z-index: 2;
    color: #fff;
}

.dv-khachhang-box .dv-nd .dv-titl {
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 10px;
    padding: 8px 16px;
    font-size: 20px;
    color: #e1edda;
    margin-bottom: 10px;
}

.dv-khachhang-box .dv-nd .dv-titl span {
    display: block;
    color: #fff;
    font-size: 16px;
}

.dv-khachhang-box .dv-nd .dv-titl a {
    display: block;
    line-height: 1.4;
    font-size: 16px;
}

.dv-khachhang-box .dv-nd .dv-ndd a {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.dv-khachhang-cont {
    padding: 10px 0;
}

.dv-khachhang {
    padding: 20px 0;
}

.dv-khachhang-rgr.flex .dv-left .dv-khachhang-box {
    width: 100%;
    margin: 0;
    height: 100%;
}

.dv-khachhang-rgr .dv-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.dv-box-danhmuc-home a {
    padding: 7px 10px;
    transition: all .2s;
    display: inline-block;
    border-radius: 100px;
    margin: 0 15px;
    font-size: 16px;
    color: #333;
    position: relative;
}

.dv-title {
    position: relative;
    margin-bottom: 20px;
}

.dv-sanpham-box {
    width: calc(100% / 4 - 30px);
    margin: 0 15px 30px;
    float: left;
    border: 3px solid #FFC81A;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(138,90,22,.14);
    overflow: hidden;
}

.dv-sanpham-box li {
    list-style: none;
    border-radius: 0 0 25px 25px;
    overflow: hidden;
    border: 3px solid #FFC81A;
    margin-left: -3px;
    margin-right: -3px;
    margin-top: -3px;
}

.dv-sanpham-box ul {
    list-style: none;
    padding: 18px 18px;
}

.dv-sanpham-box ul h3 a {
    display: block;
    line-height: 1.4;
    padding: 0 0 7px;
    transition: all .3s;
    font-size: 17px;
}

.dv-sanpham-box .dv-pri {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.dv-sanpham-box .dv-pri span.gia_ban {
    margin: 0 0 0 auto;
    background: url(../images/nut-gia.png) top left no-repeat;
    background-size: 100% 100%;
    padding: 5px 20px;
    font-size: 17px;
    color: #fff;
    white-space: nowrap;
    border-radius: 100px;
    overflow: hidden;
}

.dv-sanpham-box .dv-pri span.gia_km {
    margin: 0;
    text-decoration: line-through;
    color: #5e5e5e;
    font-style: italic;
    white-space: nowrap;
    display: inline-block;
}

.dv-sanpham-box .dv-pri i {
    margin: 0;
}

.dv-xemthemxanh a, .dv-title > a {
    background: url(../images/la.png) top right no-repeat;
    background-size: auto 30px;
    padding: 0px 10px;
    position: absolute;
    right: 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    font-style: italic;
    padding-right: 35px;
}

.dv-home-sanpham.dv-home-sanpham-cont .pagewrap {
    position: relative;
}

.dv-home-sanpham.dv-home-sanpham-cont .dv-xemthemxanh {
    position: absolute;
    right: 0;
    top: 15px;
    white-space: nowrap;
}

.title_home {
    margin-bottom: 15px;
}

.dv-box-danhmuc-home a:hover, .dv-box-danhmuc-home a.acti {
    background: url(../images/bg-nut.png) top left no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 0 10px #ccc;
    color: #fff;
    min-width: 150px;
}

.dv-tintuc .dv-box-danhmuc-home a:before {
    display: none;
}

.dv-tintuc .dv-box-danhmuc-home a {
    margin: 0 8px;
}

.dv-box-danhmuc-home a + a:before {
    content: "";
    width: 1px;
    height: 32px;
    border-left: 2px solid rgba(138,90,22,.35);
    position: absolute;
    left: -17px;
    top: 7px;
}

.dv-xemthem a:hover {
    color: #FFF2C2;
}

.dv-daban p {
    margin: 0;
    padding: 0;
    background: #FFE8C6;
    height: 22px;
    border-radius: 100px;
    line-height: 0;
}

.dv-daban {
    padding: 17px 0 0;
}

.dv-daban span {
    width: 70%;
    display: inline-flex;
    height: 22px;
    border-radius: 100px;
    color: #fff;
    font-style: italic;
    background: #E48A27;
    background-size: 26px auto;
    position: relative;
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    line-height: 1;
    align-items: center;
    justify-content: center;
}

.dv-daban span:before {
    width: 28px;
    height: 44px;
    background: url(../images/lua.png) bottom right no-repeat;
    position: absolute;
    right: -3px;
    bottom: -3px;
    content: "";
    background-size: 100%;
}

.dv-sanpham-ct.dv-sanpham-ct-sale {
    background: none;
    padding: 0;
}

.dv-sanpham-ct.dv-sanpham-ct-sale .dv-sanpham-box .dv-pri span.gia_ban {
    background: none;
    color: #D36B00;
    font-size: 25px;
    font-weight: 600;
    padding: 0;
    border-radius: 0;
    line-height: 1.3;
}

.title_home > span {
    color: #B75C00;
    text-transform: uppercase;
    font-size: 29px;
    font-weight: 700;
    margin: 0 0 0 auto;
}

.title_home {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dv-boxtime {
    display: inline-block;
    margin: 0 auto 0 15px;
}

.dv-boxtime-gr {
    display: inline-flex;
    font-size: 24px;
    background: #8A5A16;
    margin-left: 4px;
    color: #fff;
    padding: 6px;
    line-height: 1;
    border-radius: 7px;
}

.dv-home-sanpham.dv-home-sanpham-cont {
    padding: 30px 0 20px;
}

.dv-tintuc-rgr.flex .dv-left {
    width: 40%;
    float: left;
    padding-bottom: 20px;
}

.dv-tintuc-rgr.flex .dv-right {
    width: 60%;
    float: left;
    padding-left: 30px;
}

.dv-tintuc-box .dv-nd {
    width: 70%;
    float: left;
    padding-left: 20px;
    display: inline-block;
}

.dv-doitac-home {
    position: relative;
    padding: 30px 0;
    margin-bottom: 0;
    overflow: hidden;
}

.dv-doitac-home .dv-left {
    width: 50%;
    float: left;
    text-align: center;
    display: inline-flex;
    align-items: center;
    padding: 0;
}

.dv-doitac-home .dv-left img {
    width: 100%;
}

.dv-doitac-home .dv-right {
    width: 50%;
    float: left;
    padding-left: 50px;
    padding-top: 30px;
}

.dv-box-doitac {
    padding: 10px 0;
}

.dv-box-nd a {
    width: calc(100% / 2 - 20px);
    display: inline-block;
    float: left;
    margin: 0 10px 20px;
    text-align: center;
    padding: 14px;
    border: 4px solid #D8AD58;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(138,90,22,.14);
}

.dv-box-nd a img {
    height: 70px;
    max-width: 100%;
    width: auto !important;
}

.dv-tintuc-box .dv-img a img, .dv-danhmuc-sp .dv-img, .dv-gioithieu .dv-left .dv-box-gt .dv-img a img, .dv-sanpham-box li img, .dv-box-nd a, .dv-khachhang-rgr .dv-img img {
    transition: all .3s;
}

.dv-tintuc-box:hover .dv-img a img, .dv-danhmuc-sp .dv-img:hover, .dv-gioithieu .dv-left .dv-box-gt .dv-img:hover a img, .dv-sanpham-box:hover li img, .dv-box-nd a:hover, .dv-khachhang-rgr .dv-img:hover img {
    transform: scale(1.03) !important;
}

.dv-tintuc-box .dv-img {
    border: 3px solid #D8AD58;
    border-radius: 30px;
    overflow: hidden;
    width: 30%;
    float: left;
}

.dv-sanpham-box li img {
    width: 100%;
    height: auto;
}

.dv-tintuc-box {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.dv-tintuc-box .dv-nd .dv-titl a {
    color: #8A5A16;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.4;
    display: block;
    margin-bottom: 9px;
    transition: all .4s;
}

.dv-tintuc-box .dv-nd > span {
    color: #B75C00;
    display: flex;
    align-items: center;
    padding: 0 0 5px;
    font-weight: 400;
    font-size: 14px;
}

.dv-tintuc-box .dv-nd > span i {
    margin: 0 7px 0 0;
}

.dv-tintuc-box .dv-nd p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
}

.dv-tintuc-box .dv-img a {
    display: block;
    line-height: 0;
}

.dv-tintuc-box .dv-img a img {
    width: 100%;
    height: auto;
}

.dv-tintuc-box .dv-nd .dv-titl a:hover {
    color: #B77A16;
}

.dv-tintuc-cont {
    padding: 20px 0 0;
}

.dv-tintuc-rgr.flex .dv-left .dv-tintuc-box {
    height: 100%;
    position: relative;
    padding: 0;
}

.dv-tintuc-rgr.flex .dv-left .dv-tintuc-box .dv-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.dv-tintuc-rgr.flex .dv-left .dv-tintuc-box .dv-nd {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 25px;
    color: #fff;
}

.dv-tintuc-rgr.flex .dv-left .dv-tintuc-box .dv-img a {
    height: 100%;
}

.dv-tintuc-rgr.flex .dv-left .dv-tintuc-box .dv-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dv-tintuc-rgr.flex .dv-left .dv-tintuc-box .dv-img:before {
    content: "";
    background: linear-gradient(to top, rgba(88,54,15,.78), #C9973A00);
    position: absolute;
    left: 0;
    top: 30%;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.dv-tintuc-rgr.flex .dv-left .dv-tintuc-box .dv-nd .dv-titl a {
    color: #ffffff;
}

.dv-tintuc-rgr.flex .dv-left .dv-tintuc-box .dv-nd > span {
    color: #ffffff;
}

.dv-tintuc-rgr.flex .dv-left .dv-tintuc-box .dv-nd .dv-titl a:hover {
    color: #B77A16;
}

.dv-anhth-child {
    width: calc(100% - 20px);
    margin: 0 10px;
}

.dv-anhth-child a {
    display: block;
    line-height: 0;
    background: #ffffff;
}

.dv-anhth-child a img {
    width: auto !important;
    max-height: 100px;
    max-width: 100%;
}

.dv-home-giaohang {
    background: linear-gradient(to right, #8A5A16, #C9973A);
}

.dv-home-hinhanh {
    padding: 20px 0 30px;
}

.owl-prev, .owl-next {
    width: 44px;
    height: 44px;
    border: none !important;
    background: rgba(183,122,22,.45);
}

.owl-prev span, .owl-next span {
    font-size: 33px;
}

.dv-giaohang-child {
    width: calc(100% - 30px);
    margin: 0 15px;
}

.dv-giaohang-child a {
    display: flex;
    align-items: center;
}

.dv-giaohang-child a img {
    height: 80px;
    width: auto !important;
    margin: 0 15px 0 0;
}

.dv-giaohang-child a span {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    font-weight: 500;
}

.dv-giaohang {
    padding: 20px 0;
    max-width: 1200px;
}

.dv-foot-col-1 {
    width: 40%;
    float: left;
}

.dv-foot-col-2 {
    width: 30%;
    float: left;
    padding-left: 20px;
}

.dv-foot-col-3 {
    width: 30%;
    float: left;
    padding-left: 20px;
}

.footer-bottom {
    background: linear-gradient(to right, #8A5A16, #C9973A);
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.footer-bottom a {
    color: #fff !important;
    font-size: 17px;
}

.footer-main {
    padding: 40px 0;
}

.dv-foot-col-1 .showText p {
    margin: 0;
    padding: 0 0 5px;
}

.dv-foot-col-1 .showText img {
    margin: 20px 0 0;
}

.dv-foot-tit-2 {
    font-size: 24px;
    position: relative;
    margin-bottom: 25px;
    line-height: 1.3;
}

.dv-foot-col-2 li ~ .dv-foot-tit-2 {
    margin-top: 15px;
}

.dv-foot-tit-2:before {
    content: "";
    position: absolute;
    left: 0;
    border-bottom: 2px solid #8A5A16;
    width: 50%;
    max-width: 136px;
    bottom: -8px;
}

.dv-foot-col-2 li a {
    display: block;
}

.dv-foot-col-2 li a:hover {
    color: #8A5A16;
}

.dv-foot-col-2 li {
    list-style: none;
    font-size: 17px;
    margin-top: 5px;
}

.dv-imgf a {
    display: inline-block;
    margin: 0 10px 7px 0;
    float: left;
}

.dv-imgf a img {
    height: 30px;
}

.dv-imgcntt a:nth-child(3) img {
    height: 80px;
    margin: 0;
}

.dv-imgcntt a:nth-child(3) {
    margin: 0;
}

.dv-imgf ~ .dv-foot-tit-2 {
    margin-top: 15px;
}

.showTextimgg img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 12px;
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    top: 0;
    padding: 5px 0;
}

.header {
    background: #fff;
    transition: all .3s;
    top: -60px;
}

.header.fixed .menu > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.dv-img-bn {
    line-height: 0;
}

.dv-img-bn img {
    width: 100%;
    height: auto;
}

.link_page {
    padding: 10px 0;
    background: #f5f5f5;
    font-weight: 400;
}

.link_page i {
    display: none;
}

.link_page span {
    display: inline-block;
    padding: 0 10px;
}

.page_conten_page {
    padding-top: 40px;
    padding-bottom: 40px;
}

.showText table {
    width: 100%;
}

.pro_home_id.pro_id.flex {
    margin: 0 -10px;
}

.dv-notfull {
    margin: 0;
}

.tin_left h2, .tin_left h1 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: 500;
}

.header.fixed .dv-left a img {
    height: 50px;
}

.showTextimgg p {
    margin: 0;
    padding: 0;
}

.viewLeft {
    width: 40%;
    float: left;
    background: #f5f5f5;
}

.viewRight {
    width: 60%;
    float: right;
    padding-left: 40px;
}

.titleView {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 7px;
}

.dv-gia-ctsp {
    margin-bottom: 20px;
}

p.p-masp {
    color: #8A5A16;
}

.dv-gia-ctsp span, .dv-gia-ctsp span.gia_ban {
    font-size: 22px;
    color: #ff1b1b;
    font-weight: 500;
    margin-left: 5px;
}

.dv-gia-ctsp span.gia_km {
    text-decoration: line-through;
    margin-left: 5px;
    color: #999999;
    font-size: 16px;
    font-weight: normal;
}

.dv-gia-ctsp .spp1 {
    display: inline-block;
}

td.product__price {
    color: #333 !important;
}

th.product__description p {
    font-size: 13px;
    font-weight: normal;
}

p.p_mota_cart span {
    background: #FFC81A;
    border-radius: 7px;
}

.b22.pricess.js-load-price.price.dv-isprice {
    display: inline-block;
}

div#ftwp-postcontent {
    border-top: 1px solid #e9e9e9;
    padding-top: 15px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}

.dv-mmota-sp {
    margin-bottom: 0;
}

.ct_add {
    margin-top: 30px;
}

.ct_add ul {
    display: inline-flex;
    background: linear-gradient(to right, #9B650C, #C9973A);
    color: #fff;
    border-radius: 15px;
    padding: 12px 20px;
    align-items: center;
}

.ct_add ul .so-luong-mua {
    display: inline-block;
    float: left;
    height: 34px;
}

span.number-down, span.number-up {
    width: 30px;
    display: inline-flex;
    height: 34px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.dv-slider-nang li {
    height: auto;
}

.dv-slider-nang li a {
    display: block;
    line-height: 0;
    padding-top: 100%;
    position: relative;
}

.dv-slider-nang li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

p {
    20px: 0;20px: 0;}

.dv_bridal_images_list {
    padding: 10px 0;
    background: #fff;
    margin: 0 -5px;
}

.dv-slider-nang li {
    border-color: #e6e6e6;
}

.title_home.title_home-left.chitiet {
    margin: 30px 0 20px;
    text-align: left;
}

.title_home.title_home-left.chitiet a {
    display: inline-block;
    text-align: left;
    margin: 0 auto 0 0;
    font-size: 26px;
    font-weight: 600;
    position: relative;
    line-height: 1.4;
    padding-bottom: 7px;
}

.title_home.title_home-left.chitiet a:before {
    content: "";
    width: 50%;
    border-bottom: 2px solid #B77A16;
    position: absolute;
    bottom: 0;
}

.title_home.title_home-left span.sp-title {
    color: #333;
    font-weight: 500;
    text-transform: none;
    margin: 0 auto 0 0;
    font-size: 20px;
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 15px;
}

.box_page {
    padding: 0 0 30px;
}

.tin_right {
    width: 300px;
    float: right;
    display: inline-block;
    position: sticky;
    top: 70px;
}

.tin_left {
    width: calc(100% - 300px);
    float: left;
    padding-right: 30px;
}

.dv-menu-left.no_box {
    width: 100%;
    margin-bottom: 20px;
}

.title_home.title_home-left span.sp-title:before {
    content: "";
    width: 50%;
    border-bottom: 2px solid #B77A16;
    position: absolute;
    bottom: 0;
}

.dv-home-sp.dv-home-sp-list.pro_home_id_slider {
    margin: 0 -15px;
}

.dv-home-sp.dv-home-sp-list.pro_home_id_slider .dv-sanpham-box {
    width: calc(100% / 1 - 30px);
}

input#number {
    height: 34px;
    text-align: center;
    width: 85px;
    font-size: 14px;
    border-radius: 5px;
    border: navajowhite;
}

.ct_add h3 {
    margin-left: 10px;
}

.ct_add h3 a {
    background: #FFC81A;
    display: inline-block;
    padding: 10px 28px;
    font-size: 17px;
    font-weight: 400;
    border-radius: 7px;
}

.ct_add h3 a:hover {
    background: #B77A16;
    color: #fff;
}

.dv-nut-menu i {
    display: none;
}

.dv-nut-menu:before, .baiviet_moi_right > h3:before {
    content: "";
    height: 1px;
    width: 90px;
    border-bottom: 2px solid #3a3a3a;
    position: absolute;
    bottom: 0;
}

li.vertical-menu-item a {
    list-style: none;
    padding: 7px 0;
    display: block;
}

li.vertical-menu-item a:hover {
    color: #8A5A16;
}

.dv-tinrgiht ul {
    margin-top: 15px;
}

.dv-tinrgiht li {
    list-style: none;
    width: 35%;
    float: left;
    border: 2px solid #D8AD58;
    border-radius: 10px;
    overflow: hidden;
}

.dv-tinrgiht h3 {
    width: 65%;
    float: left;
    padding-left: 15px;
}

.dv-tinrgiht h3 a {
    font-size: 15px;
    line-height: 1.4;
    display: block;
    font-weight: 400;
    color: #4b3420;
}

.title_news h1 {
    margin: 0;
    padding: 0 0 5px;
}

.title_news {
    margin-bottom: 15px;
}

.dv-share {
    padding: 10px 0 0;
    display: flex;
    align-items: center;
}

h3.heading, .right_contact > h3 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.left_contact {
    width: 50%;
    float: left;
    padding-right: 20px;
}

.right_contact {
    width: 50%;
    float: left;
    padding-left: 20px;
}

.tin_left.full_tin_left {
    width: 100%;
    padding: 0;
}

.contact li {
    list-style: none;
    width: calc(50% - 20px);
    margin: 0 10px 10px;
    float: left;
}

.contact .left {
    margin: 0 -10px;
}

.contact .right {
    margin: 10px 0;
}

.contact .right li {
    width: 100%;
    margin: 0;
}

.contact input, .contact textarea {
    width: 100%;
    height: 45px;
    padding: 0 14px;
    border: 1px solid #B77A16;
    border-radius: 10px;
}

.contact textarea {
    padding: 15px;
    height: 100px;
}

.dv-alienhe a {
    background: #FFC81A;
    display: inline-block;
    padding: 10px 28px;
    font-size: 17px;
    font-weight: 400;
    border-radius: 7px;
    transition: all .3s;
    color: #fff;
}

.dv-alienhe {
    padding: 10px 0 0;
}

.dv-alienhe a:hover {
    color: #fff;
    background: #B77A16;
}

.contact-maps li {
    list-style: none;
    line-height: 0;
}

.showText.showText_lienhe p {
    padding-bottom: 5px;
}

.contact-maps li iframe {
    width: 100%;
    height: 500px;
}

.dv-share span {
    display: inline-block;
    margin: 0 10px 0 0;
}

.dv-share a {
    display: inline-block;
    margin: 0 10px 0 0;
}

.dv-share a img {
    height: 20px;
    width: auto;
}

.title_news li {
    list-style: none;
    font-size: 15px;
    color: #B75C00;
}

.title_news li i {
    margin-right: 4px;
}

.showText img {
    height: auto;
}

div#chitiet_news > h2, .thanhtoan-2 h2,h2.sidebar__title {
    text-transform: none;
    font-size: 25px;
    padding-bottom: 15px;
    font-weight: 500;
    margin: 0;
}

h2.sidebar__title {
}

input.lb_ghdck:checked, .input_style_1:checked {
    box-shadow: 0 0 0 10px #B77A16 inset;
}

.order-summary__section {
    padding-left: 0;
    padding-right: 0;
}

.product-thumbnail__wrapper {
    margin: 0;
}

.product-thumbnail {
    width: 60px;
    margin: 0;
}

td.product__image {
    padding: 0;
}

th.product__description p {
    font-size: 14px;
    line-height: 1.5;
    display: block;
    color: #B77A16;
}

td.product__price span,td.product__price {
    font-size: 17px;
    color: #252525;
}

table.total-line-table td,table.total-line-table th {
    padding: 5px 0 !important;
}

.dv-table-reposive button.pro_del {
    padding: 0 !important;
}

.order-summary__nav.method-button-cart {
    padding: 10px 0;
}

button.button.button_send.button.btn-proceed-checkout.btn-checkout {
    margin: 0;
}

.button-cart .btn-checkout, .order-summary__nav.method-button-cart button {
    background: #FFC81A;
    box-shadow: none;
    padding: 10px 25px;
    line-height: 1.5;
    font-weight: 500;
    font-size: 17px;
}

.method-button-cart button:hover {
    background: #B77A16;
    color: #fff;
}

.header-actions a span {
    width: 18px;
    height: 18px;
    display: flex;
    background: #B77A16;
    position: absolute;
    right: -7px;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    top: -7px;
    font-size: 13px;
}

a.a_search_mb {
    display: none;
}

.header-actions a {
    position: relative;
}

span.product-thumbnail__quantity {
    background: #B77A16;
}

.dv-sanpham-box-ct.flex {
    margin: 0 -15px;
}

header.header.fixed {
    box-shadow: 0 0 10px #ccc;
}

.tt_page.tt_page_top.tt_tintuc.tt_page_slider .dv-tintuc-box {
    display: block;
    width: calc(100% - 30px);
}

.tt_page.tt_page_top.tt_tintuc.tt_page_slider .dv-tintuc-box .dv-img {
    width: 100%;
}

.tt_page.tt_page_top.tt_tintuc.tt_page_slider {
    margin: 0 -15px;
}

.tt_page.tt_page_top.tt_tintuc.tt_page_slider .dv-tintuc-box .dv-nd {
    width: 100%;
    padding: 15px 0 0;
}

div#pro_img_main {
    position: relative;
    z-index: 1;
}

label.xhd {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

label.xhd input {
    margin: 0 8px 0 0;
    width: 15px;
    height: 15px;
}

label.xhd span {
    margin: 0;
}

.dv-xuahoadon {
    display: none;
}

.dv-xuahoadon input {
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    padding: 10px;
    border: 1px #d9d9d9 solid;
    height: 42px;
    background-color: #fff;
    color: #333;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    width: 100%;
    margin-bottom: 15px;
}

.dv-span-tn {
    font-size: 16px !important;
    text-transform: none !important;
}

.dv-box-tinnangsp {
    box-shadow: 0 0 10px rgba(138,90,22,.12);
    margin: 25px 0 0;
    padding: 10px 20px;
    border-radius: 10px;
}

.dv-tn-gr + .dv-tn-gr {
    border-top: 1px dashed #dadada;
}

label.lb_chekli span {
    height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    font-size: 15px !important;
    border-radius: 10px !important;
    border-color: #dadada !important;
}

label.lb_chekli input:checked ~ span {
    background: #FFC81A !important;
    color: #fff;
    border-color: #FFC81A !important;
}

label.lb_chekli span:hover {
    background: #B77A16 !important;
    color: #fff;
    border-color: #B77A16 !important;
}

.dv-dathangqua {
    padding: 15px 0;
    border-top: 1px solid #e9e9e9;
    margin-top: 20px;
}

.dv-dathangqua .dv-titdhq {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: 500;
}

.dv-titdhq-nd a {
    display: inline-block;
    margin: 0 10px 10px 0;
    line-height: 0;
}

.dv-titdhq-nd a img {
    height: 36px;
    width: 36px;
    object-fit: cover;
    border-radius: 100px;
    overflow: hidden;
}

.dv-antamms {
    margin: -10px 0 15px;
    position: relative;
    padding-left: 28px;
}

.dv-antamms img {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 3px;
}

.dv-titdhq-nd a:hover {
    opacity: 0.8;
}

.dv-khachhang-rgr .dv-img img.box-2 {
    display: block !important;
    width: 55px !important;
    height: 55px !important;
    transform: translate(-50%, -50%) !important;
    left: 50%;
    top: 42%;
    position: absolute;
    opacity: 0.7;
    cursor: pointer;
    transition: all .3s;
    margin-top: -30px;
    z-index: 43;
}

.dv-khachhang-rgr.flex .dv-left img.box-2 {
    width: 85px !important;
    height: 85px !important;
    transform: translate(-50%, -50%) !important;
}

.dv-khachhang-rgr.dv-khachhang-rgr-list.flex {
    margin: 0 -15px;
}

.dv-title-sp {
    background: #8A5A16 !important;
    padding: 10px 0 !important;
}

.dv-btn-binhluan a {
    color: #8A5A16 !important;
}

.showText.showbluan {
    border-left: #8A5A16 !important;
    padding: 0 !important;
    margin-top: 7px !important;
    margin-bottom: 7px !important;
}

.dv-gr-bll-cap1-child {
    padding: 0px 0 0 !important;
}

.dv-gr-bll.dv-gr-bll-cap1 {
    margin-left: 20px !important;
    padding: 7px !important;
    margin-bottom: 0 !important;
}

.dv-btn-binhluan {
    padding: 0 0 0 15px !important;
}

.dv-btn-binhluan a {
    font-size: 13px !important;
}

.dv-gr-bll {
    padding-bottom: 10px;
    border-bottom: 1px dashed #f1f1f1;
}

.dv-sao-left a.a-guidanhgia, .dv-dv-box-bl .btn-bl {
    background: linear-gradient(to bottom, #B77A16, #8A5A16) !important;
}

.dv-khachhang-rgr.dv-khachhang-rgr-list.flex .dv-khachhang-box {
    width: calc(100% / 3 - 30px);
    margin: 0 15px 30px;
}

.dv-thongtin-ship.showText {
    display: block !important;
    font-size: 15px;
    padding: 15px 0px 0;
}

.dv-thongtin-ship.showText ul {
    list-style: disc;
    margin-left: 16px;
}

.dv-imgf.dv-ketnoi img {
    height: 40px;
}

.dv-khachhang-box .dv-img > a {
    display: flex;
    padding-top: 115%;
    position: relative;
    width: 100%;
    height: auto;
    z-index: 0;
    min-height: 100%;
}

.dv-khachhang-box .dv-img > a img {
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 1199px) {
    .pagewrap {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .dv-header-top .dv-left .sp-hotline {
        font-size: 17px;
        margin-right: 10px;
    }

    .dv-header-top .dv-right .dv-hdbc a {
        font-size: 17px;
    }

    .dv-header-top .dv-right .dv-hdbc {
        margin: 0;
    }

    .dv-header-top .dv-right .search a {
        padding: 0 10px;
        white-space: nowrap;
    }

    .dv-header-top .dv-right .search {
        width: 300px;
    }

    .menu > li > a {
        font-size: 16px;
        padding: 0 8px;
    }

    .dv-box-lang > a span {
        display: none;
    }

    .dv-box-lang > a {
        width: auto;
        min-width: 0;
        border: none;
    }

    ul.flag-language {
        width: 135px;
        right: 0;
    }
}

@media only screen and (max-width: 992px) {
    a.a_trangchu_mb {
        display: none;
        font-size: 16px;
    }

    .dv-header-top .dv-left .dv-mxh {
        display: none;
    }

    .dv-sanpham-box-ct.flex {
        margin: 0 -10px;
    }

    .header.fixed .box_menu {
        top: 9px;
    }

    .dv-title h3 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .dv-title > a {
        display: none;
    }

    .dv-box-danhmuc-home a + a:before {
        display: none;
    }

    .animate.delay-500.go {
        animation-name: gmfadeInUp;
    }

    .dv-box-danhmuc-home a {
        margin: 0 3px;
    }

    .dv-box-danhmuc-home a:hover, .dv-box-danhmuc-home a.acti {
        min-width: 120px;
    }

    .box_menu {
        position: absolute;
        top: 14px;
        right: 0;
    }

    .dv-gioithieu .dv-left {
        padding: 0;
    }

    .dv-sanpham-box {
        width: calc(100% / 3 - 20px);
        margin: 0 10px 20px;
    }

    .dv-titleh {
        font-size: 35px;
    }

    .dv-gioithieu .dv-left .dv-box-gt .dv-label a {
        font-size: 18px;
        line-height: 1.3;
    }

    header.header {
        padding: 10px 0;
    }

    .mm-panel.mm-hasnavbar .mm-navbar {
        display: block;
        background: #8A5A16;
    }

    .dv-box-lang {
        margin-right: 50px;
    }

    .menu-bar.hidden-md.hidden-lg {
        background: #B77A16;
        width: 38px;
        height: 36px;
        padding: 2px;
        left: auto;
        right: 15px;
        top: 0;
        border-radius: 7px;
    }

    .dv-danhmuc-sp .dv-sp .dv-label a {
        font-size: 16px;
        line-height: 1.4;
        display: block;
        padding: 7px 0 0;
    }

    .dv-danhmuc-sp .dv-sp {
        width: calc(100% / 4 - 20px);
        margin: 0px 10px 20px;
    }

    .title_home > span {
        font-size: 30px;
        margin-bottom: 5px;
        margin-top: 7px;
    }
   div  .dv-khachhang-box .dv-nd .dv-ndd {
	    display: none;
	}

	div .dv-khachhang-box .dv-nd .dv-titl {
	    background: none !important;
	    border: none !important;
	    box-shadow: none !important;
	    padding: 0 !important;
	}

	div .dv-khachhang-box .dv-nd {
	    padding: 15px !important;
	}

	div .dv-khachhang-box .dv-img > a {
	    padding-top: 130%;
	}
}

@media only screen and (max-width: 767px) {
    .dv-header-top .dv-right .search {
        position: absolute;
        top: -4px;
        right: -3px;
        display: none;
    }

    .dv-danhmuc-sp .dv-sp {
        width: calc(100% / 3 - 20px);
        margin: 0px 10px 20px;
    }

    .dv-header-top .dv-right input {
        margin-right: 3px;
    }

    .dv-header-top .dv-right .dv-hdbc {
        margin-top: 2px;
    }

    a.a_search_mb {
        display: inline-block;
        color: #ffffff;
        padding: 0 12px;
        margin-left: 7px;
        cursor: pointer;
    }

    .dv-header-top .dv-right .search.acti {
        display: block;
        background: #B77A16;
        border-radius: 100px;
    }

    .dv-header-top .dv-right .search > span {
        top: 4px;
    }

    .dv-header-top .dv-right {
        position: absolute;
        right: 10px;
    }

    .dv-gioithieu .dv-left {
        width: 100%;
        padding: 0 0 20px;
    }

    .dv-gioithieu .dv-right {
        width: 100%;
        padding: 10px 0 0;
    }

    .dv-titleh {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .dv-gioithieu .showText blockquote {
        margin-bottom: 15px;
        padding-left: 15px;
    }

    .dv-gioithieu .showText {
        font-size: 17px;
        line-height: 1.4;
    }

    .dv-gioithieu {
        padding: 40px 0;
    }

    .dv-gioithieu .dv-left .dv-box-gt .dv-img a {
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
    }

    .dv-gioithieu .dv-left .dv-box-gt .dv-img a img {
        position: absolute;
        top: 0;
    }

    .dv-gioithieu .dv-left .dv-box-gt .dv-img {
        padding-top: 140%;
        position: relative;
        display: block;
    }

    .dv-gioithieu .dv-left .dv-box-gt {
        display: inline-block;
    }

    .dv-sanpham-box {
        width: calc(100% / 2 - 20px);
    }

    .dv-home-sanpham.dv-home-sanpham-cont .title_home {
        display: block;
    }

    .dv-home-sanpham.dv-home-sanpham-cont .title_home span {
        display: block;
    }

    .dv-xemthemxanh a, .dv-title > a {
        font-size: 17px;
    }

    .dv-khachhang-rgr.flex .dv-left {
        width: 100%;
        padding: 0;
    }

    .dv-khachhang-rgr.flex .dv-right {
        width: calc(100% + 20px);
        margin: 0 -10px;
    }

    .dv-khachhang-box {
        width: calc(100% / 1 - 20px);
        margin: 0 10px 15px;
    }

    .dv-tintuc-rgr.flex .dv-left {
        width: 100%;
    }

    .dv-tintuc-rgr.flex .dv-right {
        width: 100%;
        padding: 0;
    }

    .dv-doitac-home .dv-left {
        display: none;
    }

    .dv-doitac-home .dv-right {
        width: 100%;
        padding: 0;
    }

    .dv-doitac-home {
        padding: 20px 0 0;
    }

    .dv-anhth-child a img {
        max-height: 70px;
    }

    .dv-giaohang-child a img {
        height: 70px;
    }

    .dv-giaohang-child a span {
        font-size: 18px;
    }

    .dv-giaohang {
        padding: 10px 0;
    }

    .dv-box-nd a {
        border: 2px solid #D8AD58;
    }

    .dv-box-danhmuc-home a {
        font-size: 16px;
        margin: 0 2px !important;
    }

    .dv-giaohang-child {
        width: calc(100% - 20px);
        margin: 0 10px;
    }

    .dv-box-nd a img {
        height: 50px;
    }

    .dv-home-giaohang .pagewrap {
        padding: 0;
    }

    .dv-tintuc-box .dv-nd p {
        font-size: 15px;
    }

    .dv-tintuc-box .dv-nd .dv-titl a {
        font-size: 17px;
    }

    .dv-foot-col-1 {
        width: 100%;
    }

    .dv-foot-col-2 {
        width: 50%;
        padding: 0 20px 0 0;
    }

    .dv-foot-col-3 {
        width: 50%;
        padding: 0 0 0 20px;
    }

    .footer-bottom {
        font-size: 17px;
    }

    .dv-foot-tit-2 {
        font-size: 20px;
    }

    .page_conten_page {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .viewLeft {
        width: 100%;
    }

    .viewRight {
        width: 100%;
        padding: 10px 0 0;
    }

    .tin_left {
        width: 100%;
        padding: 0;
    }

    .tin_right {
        width: 100%;
        padding: 15px 0 0;
        top: 0;
    }

    .left_contact {
        width: 100%;
        padding: 0 0 15px;
    }

    .right_contact {
        width: 100%;
        padding: 0;
    }

    h3.heading, .right_contact > h3 {
        font-size: 22px;
    }

    .contact-maps li iframe {
        height: 300px;
    }

    .dv-khachhang-rgr.dv-khachhang-rgr-list.flex .dv-khachhang-box {
        width: calc(100% / 2 - 20px);
        margin: 0 10px 20px;
    }

    .dv-khachhang-rgr.dv-khachhang-rgr-list.flex {
        margin: 0 -10px;
    }

    .dv-danhmuc-sp {
        padding: 30px 0 0;
    }

    .dv-danhmuc-sp .dv-sp .dv-img {
        width: 80%;
        max-width: 100px;
        border: 1px solid #F8C818;
        padding: 8px;
        background: #fff;
    }

    .fadeInUp {
        opacity: 1 !important;
        transform: none !important;
    }

    .dv-tintuc-pcc {
        display: none !important;
    }

    .dv-tintuc-mbb {
        display: block !important;
        margin: 0 -5px;
    }

    .dv-tintuc-mbb .dv-img {
        width: 100%;
        float: none;
    }

    .dv-tintuc-mbb .dv-tintuc-box {
        display: block;
        padding: 0 10px;
    }

    .dv-tintuc-mbb .dv-nd {
        width: 100%;
        padding: 20px 0 0;
    }

    .dv-khachhang-rgr.dv-khachhang-pc {
        display: none;
    }

    .dv-khachhang-rgr.dv-khachhang-mb {
        display: block !important;
    }

    .dv-khachhang-box .dv-nd .dv-titl {
        border: none;
        padding: 0;
    }

    .dv-khachhang-box .dv-img {
        display: block;
    }

    .dv-khachhang-box .dv-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .dv-khachhang-box .dv-img .dv-titl a.cur {
        font-size: 18px;
        font-weight: 500;
        color: #f1b50c;
    }

    .dv-khachhang-rgr .dv-img img.box-2 {
        margin-top: -10px;
    }

    .dv-sanpham-box-ct.dv-sp-pc.flex {
        display: none;
    }

    .dv-sanpham-box-ct.dv-sp-mbb {
        display: block !important;
        margin: 0 -5px;
    }

    .dv-sanpham-box-ct.dv-sp-mbb .dv-sanpham-box {
        width: calc(100% / 1 - 20px);
        margin: 15px 10px 0;
    }

    .dv-sanpham-box-ct.dv-sp-tc-pc.flex {
        display: none;
    }

    .dv-sp-tc-mb.dv-sanpham-box-ct {
        display: block !important;
        margin: 0 -5px;
    }

    .dv-sp-tc-mb.dv-sanpham-box-ct .dv-sanpham-box {
        width: calc(100% - 20px);
        margin: 0 10px 20px;
    }

    .dv-doitac-home.longthinhdev {
        padding: 40px 0 10px;
    }

    .dv-khachhang-box .dv-nd {
        padding: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .dv-header-top .dv-left .sp-hotline {
        font-size: 15px;
        margin: 0;
    }
    div .dv-khachhang-box .dv-img > a {
        padding-top: 145%;
    }
    .dv-sanpham-box {
        width: calc(100% / 1 - 20px);
    }

    .dv-khachhang-rgr.dv-khachhang-rgr-list.flex .dv-khachhang-box {
        width: calc(100% / 1 - 20px);
        margin: 0 10px 20px;
    }

    
    .dv-sanpham-box .dv-pri span.gia_ban {
        margin-left: 0;
    }

    .dv-danhmuc-sp .dv-sp {
        width: calc(100% / 3 - 20px);
        margin: 0px 10px 20px;
    }

    .dv-header-top .dv-right .dv-hdbc {
        margin-top: 4px;
    }

    .dv-danhmuc-sp .dv-sp .dv-label a {
        font-size: 14px;
        padding: 5px 0 0;
    }

    .dv-header-top .dv-right .dv-hdbc {
        display: none;
    }

    .page_conten_page {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    header.header .dv-left a img {
        height: 55px;
    }

    .dv-title h3 {
        font-size: 26px;
        line-height: 1.4;
    }

    .dv-foot-col-2 {
        width: 100%;
        padding: 0 0 20px;
    }

    .dv-foot-col-3 {
        width: 100%;
        padding: 0;
    }

    .dv-foot-tit-2 {
        font-size: 20px;
    }

    .box_menu {
        position: absolute;
        top: 10px;
        right: 0;
    }

    .dv-gioithieu .dv-left .dv-box-gt .dv-label a {
        font-size: 16px;
        line-height: 1.2;
        display: block;
        white-space: nowrap;
    }

    .dv-gioithieu .dv-left .dv-box-gt .dv-label a img {
        height: 20px;
    }

    .dv-gioithieu .dv-left .dv-box-gt .dv-label {
        padding: 12px 0;
    }

    .dv-home-sanpham.dv-home-sanpham-cont .title_home span {
        display: inline-block;
        float: left;
    }

    .dv-boxtime {
        width: 100%;
        margin: 0;
    }
}

:root {
    --primary: #8A5A16;
    --primary-dark: #70460E;
    --primary-deep: #5A3608;
    --primary-light: #C9973A;
    --kba-brown: #8A5A16;
    --kba-brown-soft: #B77A16;
    --kba-brown-light: #C9973A;
    --kba-yellow: #FFC81A;
    --kba-yellow-soft: #FFF1C7;
    --kba-cream: #FFF8EA;
    --kba-cream-2: #FFF3D6;
    --kba-cream-3: #F9E9C7;
    --kba-gray: #B7B7B7;
    --bg: #FFFFFF;
    --section: #FFF7E6;
    --card: #FFFFFF;
    --text: #4B3420;
    --muted: #7B6A55;
    --border: #E8D7B9;
    --shadow: 0 8px 22px rgba(138,90,22,.10);
}

body {
    background: #fff !important;
    color: #4B3420 !important;
}

a {
    color: #8A5A16;
}

a:hover {
    color: #B77A16;
}

::selection {
    background: #FFC81A;
    color: #5A3608;
}

.dv-header-top {
    background: linear-gradient(90deg,#8A5A16 0%,#B77A16 58%,#D6A33A 100%) !important;
    color: #fff !important;
    box-shadow: 0 6px 18px rgba(138,90,22,.13);
}

.dv-header-top .sp-hotline a, .dv-header-top .dv-right .dv-hdbc a, .dv-header-top a {
    color: #fff !important;
}

.dv-header-top .dv-right .search a {
    background: #FFC81A !important;
    color: #70460E !important;
    font-weight: 700;
}

.dv-header-top .dv-right .search a:hover {
    background: #fff !important;
    color: #8A5A16 !important;
}

header.header {
    background: #fff !important;
    box-shadow: 0 8px 28px rgba(138,90,22,.08);
}

.menu > li > a {
    color: #4B3420 !important;
    font-weight: 500;
}

.menu > li:hover>a,.menu > li.active>a,.menu > li > a.acti {
    color: #8A5A16 !important;
}

.menu > li > ul,.menu > li > ul ul {
    background: #8A5A16 !important;
}

.menu > li > ul > li,.menu > li > ul > li li {
    background: #B77A16 !important;
}

.menu > li > ul > li:hover>a,.menu > li > ul > li li:hover>a {
    background: #70460E !important;
    color: #fff !important;
}

.header-actions a,.dv-box-lang > a span {
    background: #FFC81A !important;
    color: #70460E !important;
    font-weight: 700;
}

.header-actions a:hover {
    background: #B77A16 !important;
    color: #fff !important;
}

.bannerMain {
    background: #fff;
}

.dv-danhmuc-sp {
    background: linear-gradient(180deg,#FFFFFF 0%,#FFF3D6 100%) !important;
    padding: 55px 0 5px !important;
    border-bottom: 1px solid rgba(138,90,22,.10);
}

.dv-danhmuc-sp:before {
    display: none !important;
}

.dv-danhmuc-sp .dv-sp .dv-img {
    border: 2px solid #F8C818 !important;
    background: #fff;
    box-shadow: 0 10px 26px rgba(138,90,22,.12) !important;
}

.dv-danhmuc-sp .dv-sp .dv-label a {
    color: #70460E !important;
    font-weight: 500;
}

.dv-danhmuc-sp .dv-sp:hover .dv-label a {
    color: #B77A16 !important;
}

.dv-gioithieu {
    background: #fff !important;
    padding: 55px 0 !important;
    border-bottom: 0;
}

.dv-gioithieu .dv-left .dv-box-gt .dv-label {
    background: rgba(138,90,22,.90) !important;
}

.dv-gioithieu .dv-left .dv-box-gt + .dv-box-gt .dv-label {
    background: rgba(255,200,26,.94) !important;
}

.dv-gioithieu .dv-left .dv-box-gt + .dv-box-gt .dv-label a {
    color: #70460E !important;
    font-weight: 700;
}

.dv-titleh {
    color: #FFC81A !important;
    font-weight: 700;
}

.dv-titleh span {
    color: #8A5A16 !important;
}

.dv-gioithieu .showText blockquote {
    border-left: 5px solid #FFC81A !important;
    background: #FFF8EA;
    padding: 18px 22px !important;
    border-radius: 0 16px 16px 0;
    color: #4B3420;
    font-size: 17px;
}

.dv-xemthem a {
    background: linear-gradient(135deg,#8A5A16,#B77A16) !important;
    color: #fff !important;
    border-radius: 999px;
    padding: 12px 32px !important;
    box-shadow: 0 10px 22px rgba(138,90,22,.18);
}

.dv-xemthem a:hover {
    background: linear-gradient(135deg,#FFC81A,#F4B700) !important;
    color: #70460E !important;
}

.dv-sanpham {
    background: #FFF8EA !important;
    padding: 35px 0 0 !important;
}

.dv-sanpham-ct {
    background: #FFF2D2 !important;
    padding: 40px 0 26px !important;
    border-bottom: 0;
}

.dv-home-sanpham.dv-home-sanpham-cont {
    background: #FFFFFF !important;
    padding: 54px 0 0 !important;
}

.dv-sanpham-cont-xsale, .dv-home-sanpham-cont .dv-sanpham-ct-sale {
    background: #FFF3D6 !important;
    padding-top: 16px !important;
    border-radius: 0;
}

.dv-khachhang {
    background: #FFFDF7 !important;
    padding: 45px 0 30px !important;
    border-bottom: 0;
}

.dv-tintuc {
    background: #FFF4DA !important;
    padding: 45px 0 42px !important;
}

.dv-doitac-home {
    background: #FFFFFF !important;
    padding: 45px 0 45px !important;
    border-bottom: navajowhite;
}

.dv-home-giaohang {
    background: linear-gradient(90deg,#8A5A16 0%,#C9973A 48%,#FFC81A 100%) !important;
}

.footer-main {
    background: #FFF8EA !important;
    color: #4B3420 !important;
    border-top: 1px solid rgba(138,90,22,.18);
}

.footer-bottom {
    background: linear-gradient(90deg,#70460E,#8A5A16,#B77A16) !important;
}

.dv-title h3 {
    color: #8A5A16 !important;
    font-weight: 600 !important;
    letter-spacing: 0;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 7px;
    margin-bottom: 10px;
}

.dv-title h3 span {
    color: #B77A16 !important;
}

.dv-title h3:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 96px;
    height: 4px;
    border-radius: 99px;
    transform: translateX(-50%);
    background: linear-gradient(90deg,#8A5A16,#FFC81A,#8A5A16);
}

.title_home > span {
    color: #8A5A16 !important;
    background: linear-gradient(90deg,#FFF1C7,#fff);
    border: 1px solid rgba(138,90,22,.16);
    border-radius: 999px;
    padding: 4px 30px;
    box-shadow: 0 8px 18px rgba(138,90,22,.08);
}

.dv-boxtime-gr {
    background: #8A5A16 !important;
    color: #FFC81A !important;
    font-weight: 500;
    box-shadow: 0 8px 16px rgba(138,90,22,.18);
}

.dv-title > a, .dv-xemthemxanh a {
    color: #8A5A15 !important;
    font-weight: 400;
}

.dv-title > a:hover,.dv-xemthemxanh a:hover {
    color: #B77A16 !important;
}

.dv-box-danhmuc-home a {
    color: #70460E !important;
    background: #fff;
    border: 1px solid rgba(138,90,22,.16);
    padding: 10px 20px !important;
    min-width: 100px;
}

.dv-box-danhmuc-home a:hover, .dv-box-danhmuc-home a.acti {
    background: #FFC81A !important;
    color: #70460E !important;
    box-shadow: 0 8px 18px rgba(255,200,26,.28) !important;
}

.dv-box-danhmuc-home a + a:before {
    border-left-color: rgba(138,90,22,.22) !important;
}

.dv-sanpham-box {
    border: 1px solid rgba(138,90,22,.18) !important;
    background: #fff !important;
    border-radius: 24px !important;
    box-shadow: 0 12px 26px rgba(138,90,22,.10) !important;
    overflow: hidden !important;
    position: relative;
    transition: all .3s !important;
}

.dv-sanpham-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    display: none;
    z-index: 3;
}

.dv-sanpham-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(138,90,22,.16) !important;
    border-color: rgba(255,200,26,.85) !important;
}

.dv-sanpham-box li {
    border: 0 !important;
    border-bottom: 1px solid rgba(138,90,22,.10) !important;
    border-radius: 0 !important;
    margin: 0 !important;
    background: #fff;
}

.dv-sanpham-box ul h3 a {
    color: #4B3420 !important;
    font-weight: 500 !important;
}

.dv-sanpham-box ul h3 a:hover {
    color: #8A5A16 !important;
}

.dv-sanpham-box .dv-pri {
    justify-content: flex-start !important;
    align-items: center !important;
    margin-top: 8px;
}

.dv-sanpham-box .dv-pri span.gia_ban, .dv-sanpham-ct.dv-sanpham-ct-sale .dv-sanpham-box .dv-pri span.gia_ban {
    background: linear-gradient(135deg,#FFC81A,#F3A900) !important;
    color: #70460E !important;
    border: 1px solid rgba(138,90,22,.35) !important;
    border-radius: 999px !important;
    padding: 7px 18px !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    box-shadow: 0 8px 16px rgba(255,200,26,.32) !important;
    margin: 0 !important;
    white-space: nowrap;
}

.dv-sanpham-box .dv-pri span.gia_km {
    color: #8B8175 !important;
    font-size: 15px !important;
}

.dv-sanpham-box .dv-pri i {
    background: #B77A16;
    color: #fff;
    border-radius: 999px;
    padding: 4px 9px;
    font-style: normal;
    font-size: 13px;
    font-weight: 700;
}

.dv-daban p {
    background: #FFE7BD !important;
}

.dv-daban span {
    background: #B77A16 !important;
    color: #fff !important;
    font-weight: 700 !important;
    width: auto !important;
    min-width: 130px;
    padding: 0 16px;
}

.dv-khachhang-box {
    border: 3px solid rgba(255,200,26,.82) !important;
    background: #8A5A16 !important;
    box-shadow: 0 12px 26px rgba(138,90,22,.13) !important;
}

.dv-khachhang-box .dv-img > a:before {
    background: linear-gradient(to top,rgba(90,54,8,.82),rgba(183,122,22,.05)) !important;
}

.dv-khachhang-box .dv-nd .dv-titl {
    border-color: rgba(255,255,255,.75) !important;
    background: rgba(90,54,8,.32);
}

.dv-tintuc-box .dv-img {
    border: 2px solid #D8AD58 !important;
    box-shadow: 0 8px 18px rgba(138,90,22,.09);
}

.dv-tintuc-box .dv-nd .dv-titl a {
    color: #8A5A16 !important;
    font-weight: 500 !important;
}

.dv-tintuc-box .dv-nd .dv-titl a:hover {
    color: #B77A16 !important;
}

.dv-tintuc-box .dv-nd > span {
    color: #583200 !important;
}

.dv-box-nd a {
    border: 2px solid rgba(216,173,88,.8) !important;
    background: #fff !important;
    box-shadow: 0 8px 18px rgba(138,90,22,.09) !important;
}

.dv-foot-tit-2 {
    color: #8A5A16 !important;
    font-weight: 600;
}

.dv-foot-tit-2:before {
    border-bottom-color: #FFC81A !important;
}

.dv-foot-col-2 li a:hover {
    color: #B77A16 !important;
}

.mm-panel.mm-hasnavbar .mm-navbar,.menu-bar.hidden-md.hidden-lg {
    background: #8A5A16 !important;
}

.dv-header-top .dv-right .search.acti {
    background: #B77A16 !important;
}

.dv-header-top .dv-right .search {
    background: #fff !important;
    border: 1px solid rgba(255,255,255,.72) !important;
    border-radius: 999px !important;
    box-shadow: 0 8px 20px rgba(90,54,8,.18) !important;
    overflow: hidden !important;
}

.dv-header-top .dv-right input, .dv-header-top .dv-right .search input {
    color: #4E3212 !important;
    background: #fff !important;
    font-weight: 500 !important;
}

.dv-header-top .dv-right input::placeholder, .dv-header-top .dv-right .search input::placeholder {
    color: #7D6B55 !important;
    opacity: 1 !important;
}

.dv-header-top .dv-right .search > span {
    color: #8A5A16 !important;
    z-index: 2 !important;
}

.dv-header-top .dv-right .search a, .dv-header-top .dv-right .search a.cur, .timkiem_top .search a {
    background: linear-gradient(135deg,#8A5A16,#B77A16) !important;
    color: #fff !important;
    font-weight: 800 !important;
    letter-spacing: .1px !important;
    border: 1px solid rgba(255,255,255,.50) !important;
    text-shadow: 0 1px 1px rgba(0,0,0,.18) !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.12), 0 6px 14px rgba(90,54,8,.22) !important;
}

.dv-header-top .dv-right .search a:hover, .dv-header-top .dv-right .search a.cur:hover, .timkiem_top .search a:hover {
    background: linear-gradient(135deg,#FFC81A,#F0A900) !important;
    color: #5A3608 !important;
    text-shadow: none !important;
}

.dv-khachhang-box .dv-img {
    position: relative !important;
    height: 100%;
}

.dv-khachhang-box .dv-img > a:before {
    background: linear-gradient(to top, rgba(66, 40, 10, .92) 0%, rgba(92, 55, 13, .78) 42%, rgba(92, 55, 13, .28) 72%, rgb(92 55 13 / 0%) 100%) !important;
}

.dv-khachhang-box .dv-nd {
    z-index: 115 !important;
    color: #fff !important;
    text-shadow: 0 2px 5px rgba(0,0,0,.55) !important;
}

.dv-khachhang-box .dv-nd .dv-titl {
    background: rgba(68,40,8,.72) !important;
    border: 1px solid rgba(255,200,26,.75) !important;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(0,0,0,.22) !important;
    backdrop-filter: blur(2px);
}

.dv-khachhang-box .dv-nd .dv-titl a, .dv-khachhang-box .dv-nd .dv-titl b, .dv-khachhang-box .dv-nd .dv-titl span {
    color: #fff !important;
    font-weight: 400 !important;
    text-shadow: 0 2px 5px rgba(0,0,0,.55) !important;
}

.dv-khachhang-box .dv-nd .dv-titl span {
    color: #FFC81A !important;
    font-size: 13px !important;
    letter-spacing: 0px !important;
    text-transform: uppercase !important;
    padding: 0 0 4px;
}

.dv-khachhang-box .dv-nd .dv-ndd a {
    color: #FFF7DE !important;
    font-weight: 500 !important;
    text-shadow: 0 2px 5px rgba(0,0,0,.55) !important;
}

.dv-khachhang-rgr .dv-img img.box-2 {
    opacity: .95 !important;
    filter: drop-shadow(0 8px 18px rgba(0,0,0,.36)) !important;
}

.header-actions a, .dv-box-lang > a span, .dv-box-danhmuc-home a:hover, .dv-box-danhmuc-home a.acti, .dv-daban span, .dv-boxtime-gr {
    text-shadow: 0 1px 1px rgba(0,0,0,.18) !important;
}

.header-actions a, .dv-box-lang > a span, .dv-box-danhmuc-home a:hover, .dv-box-danhmuc-home a.acti {
    background: linear-gradient(135deg,#8A5A16,#B77A16) !important;
    color: #fff !important;
    border-color: #D8AD58 !important;
    font-weight: 500 !important;
}

.header-actions a:hover, .dv-box-lang > a span:hover, .dv-box-danhmuc-home a:hover {
    background: linear-gradient(135deg,#FFC81A,#F3A900) !important;
    color: #5A3608 !important;
    text-shadow: none !important;
}

.dv-sanpham-box .dv-pri span.gia_ban, .dv-sanpham-ct.dv-sanpham-ct-sale .dv-sanpham-box .dv-pri span.gia_ban {
    background: linear-gradient(135deg,#B75C00,#E58414) !important;
    color: #fff !important;
    border: 2px solid #FFC81A !important;
    box-shadow: 0 10px 18px rgba(183,92,0,.26) !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.22) !important;
}

.dv-sanpham-box .dv-pri span.gia_ban:hover, .dv-sanpham-ct.dv-sanpham-ct-sale .dv-sanpham-box .dv-pri span.gia_ban:hover {
    background: linear-gradient(135deg,#8A5A16,#B77A16) !important;
    color: #fff !important;
}

.dv-xemthem a, .ct_add h3 a, .dv-alienhe a, .button-cart .btn-checkout, .order-summary__nav.method-button-cart button, .dv-sao-left a.a-guidanhgia, .dv-dv-box-bl .btn-bl {
    color: #fff !important;
    font-weight: 500 !important;
    text-shadow: 0 1px 1px rgba(0,0,0,.18) !important;
}

.dv-xemthem a:hover, .ct_add h3 a:hover, .dv-alienhe a:hover, .button-cart .btn-checkout:hover, .order-summary__nav.method-button-cart button:hover {
    background: linear-gradient(135deg,#8A5A16,#B77A16) !important;
    color: #fff !important;
}

.dv-tintuc-rgr.flex .dv-left .dv-tintuc-box {
    border-radius: 30px !important;
    overflow: hidden !important;
    box-shadow: 0 16px 34px rgba(138,90,22,.16) !important;
}

.dv-tintuc-rgr.flex .dv-left .dv-tintuc-box .dv-img {
    border: 2px solid #D8AD58 !important;
    border-radius: 30px !important;
    overflow: hidden !important;
    position: relative !important;
}

.dv-tintuc-rgr.flex .dv-left .dv-tintuc-box .dv-img:before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    z-index: 1 !important;
    background: linear-gradient( to top, rgba(72,43,8,.92) 0%, rgba(98,61,13,.78) 42%, rgba(138,90,22,.30) 72%, rgba(255,255,255,.02) 100% ) !important;
    pointer-events: none !important;
}

.dv-tintuc-rgr.flex .dv-left .dv-tintuc-box .dv-nd {
    z-index: 5 !important;
    color: #fff !important;
    text-shadow: 0 2px 6px rgba(0,0,0,.55) !important;
}

.dv-tintuc-rgr.flex .dv-left .dv-tintuc-box .dv-nd .dv-titl {
    display: inline-block !important;
    backdrop-filter: blur(2px);
}

.dv-tintuc-rgr.flex .dv-left .dv-tintuc-box .dv-nd .dv-titl a, .dv-tintuc-rgr.flex .dv-left .dv-tintuc-box .dv-nd .dv-titl span {
    color: #ffffff !important;
    font-weight: 500 !important;
    text-shadow: 0 2px 6px rgb(0 0 0 / 58%) !important;
}

.dv-tintuc-rgr.flex .dv-left .dv-tintuc-box .dv-nd > span {
    color: #fff !important;
    font-weight: 400 !important;
    text-shadow: 0 2px 5px rgba(0,0,0,.55) !important;
}

.dv-tintuc-rgr.flex .dv-left .dv-tintuc-box .dv-nd p, .dv-tintuc-rgr.flex .dv-left .dv-tintuc-box .dv-nd p span {
    color: #FFF7DE !important;
    font-weight: 400 !important;
    text-shadow: 0 2px 5px rgba(0,0,0,.55) !important;
}

.dv-tintuc-rgr.flex .dv-right .dv-tintuc-box {
    background: #ffffff80 !important;
    border: 1px solid rgba(216,173,88,.55) !important;
    border-radius: 22px !important;
    padding: 12px !important;
    margin-bottom: 18px !important;
    box-shadow: 0 10px 24px rgba(138,90,22,.10) !important;
}

.dv-tintuc-rgr.flex .dv-right .dv-tintuc-box .dv-img {
    border: 2px solid rgba(255,200,26,.76) !important;
    border-radius: 18px !important;
}

.dv-tintuc-rgr.flex .dv-right .dv-tintuc-box .dv-nd .dv-titl a {
    color: #74470D !important;
    font-weight: 500 !important;
}

.dv-tintuc-rgr.flex .dv-right .dv-tintuc-box .dv-nd .dv-titl a:hover {
    color: #A45F00 !important;
}

.dv-tintuc-rgr.flex .dv-right .dv-tintuc-box .dv-nd > span {
    color: #B75C00 !important;
    font-weight: 400 !important;
    font-size: 15px;
}

.dv-sanpham-box .dv-pri span.gia_ban, .dv-sanpham-ct.dv-sanpham-ct-sale .dv-sanpham-box .dv-pri span.gia_ban, .dv-gia-ctsp span.gia_ban {
    background: linear-gradient(135deg,#5C3508 0%,#7B4A10 52%,#9B6417 100%) !important;
    color: #FFC81A !important;
    border: 2px solid #FFC81A !important;
    border-radius: 999px !important;
    padding: 8px 19px !important;
    font-size: 21px !important;
    font-weight: 950 !important;
    letter-spacing: .1px !important;
    line-height: 1.1 !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.38) !important;
    box-shadow: 0 10px 20px rgba(92,53,8,.28), inset 0 1px 0 rgba(255,255,255,.16) !important;
}

.dv-sanpham-box .dv-pri span.gia_ban:before, .dv-sanpham-ct.dv-sanpham-ct-sale .dv-sanpham-box .dv-pri span.gia_ban:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #FFC81A;
    margin-right: 8px;
    vertical-align: middle;
    box-shadow: 0 0 0 3px rgba(255,200,26,.22);
}

.dv-sanpham-box .dv-pri span.gia_ban:hover, .dv-sanpham-ct.dv-sanpham-ct-sale .dv-sanpham-box .dv-pri span.gia_ban:hover {
    background: linear-gradient(135deg,#70400A,#A96D17) !important;
    color: #fff !important;
    border-color: #FFD95A !important;
}

.dv-sanpham-box .dv-pri span.gia_km {
    color: #8F8171 !important;
    font-weight: 700 !important;
}

.dv-sanpham-box .dv-pri i {
    background: #FFC81A !important;
    color: #6B3F0B !important;
    border: 1px solid rgba(107,63,11,.20) !important;
    font-weight: 700 !important;
    text-shadow: none !important;
    margin-right: 7px;
}

.dv-title > a, .dv-xemthemxanh a {
    transition: color .22s ease, transform .22s ease, filter .22s ease, text-shadow .22s ease !important;
}

.dv-title > a:hover, .dv-xemthemxanh a:hover {
    color: #8A5A16 !important;
    transform: translateX(4px) !important;
    filter: brightness(1.08) !important;
    text-shadow: 0 1px 0 rgba(255,255,255,.55) !important;
}

.dv-xemthem a {
    transition: transform .22s ease, filter .22s ease, text-shadow .22s ease !important;
    background: linear-gradient(135deg, #B77A16, #8A5A16) !important;
}

.dv-xemthem a:hover {
    color: #fff !important;
    transform: translateY(-2px) !important;
    filter: brightness(1.08) saturate(1.08) !important;
    text-shadow: 0 2px 5px rgba(0,0,0,.24) !important;
}

.dv-box-danhmuc-home a {
    background: #ffffffb3 !important;
    color: #70460E !important;
    border: 1px solid rgba(214,163,58,.58) !important;
    box-shadow: 0 6px 14px rgba(138,90,22,.08) !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
}

.dv-box-danhmuc-home a:hover, .dv-box-danhmuc-home a.acti {
    background: linear-gradient(135deg,#D6A33A 0%,#F1C45A 100%) !important;
    color: #fff !important;
    border-color: #B77A16 !important;
    box-shadow: 0 10px 22px rgba(214,163,58,.30) !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.20) !important;
    transform: translateY(-2px) !important;
    min-width: 100px;
}

.dv-sanpham-box .dv-pri span.gia_ban, .dv-sanpham-ct.dv-sanpham-ct-sale .dv-sanpham-box .dv-pri span.gia_ban, .dv-gia-ctsp span.gia_ban {
    background: linear-gradient(135deg,#D6A33A 0%,#BD8424 100%) !important;
    color: #fff !important;
    border: 1px solid #F7D77A !important;
    border-radius: 999px !important;
    padding: 8px 18px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    letter-spacing: .1px !important;
    line-height: 1.12 !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.25) !important;
    box-shadow: 0 10px 20px rgba(214,163,58,.34), inset 0 1px 0 rgba(255,255,255,.32) !important;
}

.dv-sanpham-box .dv-pri span.gia_ban:before, .dv-sanpham-ct.dv-sanpham-ct-sale .dv-sanpham-box .dv-pri span.gia_ban:before, .dv-gia-ctsp span.gia_ban:before {
    content: none !important;
    display: none !important;
}

.dv-sanpham-box .dv-pri span.gia_ban:hover, .dv-sanpham-ct.dv-sanpham-ct-sale .dv-sanpham-box .dv-pri span.gia_ban:hover, .dv-gia-ctsp span.gia_ban:hover {
    background: linear-gradient(135deg,#B77A16 0%,#8A5A16 100%) !important;
    color: #fff !important;
    border-color: #FFD977 !important;
    box-shadow: 0 12px 24px rgba(138,90,22,.32), inset 0 1px 0 rgba(255,255,255,.25) !important;
}

.dv-sanpham-box .dv-pri span.gia_km {
    color: #8B8175 !important;
    font-weight: 750 !important;
    margin-right: 7px;
}

.dv-sanpham-box ul h3 a:hover, .dv-sanpham-box ul h3 a:hover span, .product-name a:hover, .product-title a:hover {
    color: #B77A16 !important;
}

.dv-doitac-home .dv-box-nd a, .dv-box-doitac a {
    background: #ffffff9c !important;
    border: 1px solid rgba(214,163,58,.42) !important;
    border-radius: 18px !important;
    box-shadow: 0 10px 22px rgba(138,90,22,.12) !important;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}

.dv-doitac-home .dv-box-nd a:hover, .dv-box-doitac a:hover {
    transform: translateY(-3px) !important;
    border-color: #D6A33A !important;
    box-shadow: 0 16px 30px rgba(138,90,22,.20) !important;
}

.dv-title > a:hover, .dv-xemthemxanh a:hover, .dv-xemthem a:hover, .dv-box-danhmuc-home a:hover, .dv-sanpham-box ul h3 a:hover, .dv-sanpham-box .dv-pri span.gia_ban:hover {
    background-color: unset;
}

.dv-float-button a span {
    position: absolute;
    right: 0;
    background: #e2ae3e  !important;
}

.title_home.title_home-left span.sp-title:before {
    display: none;
}
.dv-product .dv-left {
    display: none;
}