@font-face{font-family:'oysho-icon';src:url('fonts/oysho-icon.ttf?20200520') format('truetype'), url('fonts/oysho-icon.woff?20200520') format('woff'), url('fonts/oysho-icon.svg?20200520#oysho-icon') format('svg');font-weight:normal;font-style:normal;}
@charset "utf-8";
/* CSS Document *//*    Theme Name: web;    Author: bướng*/
@font-face {
    font-family: 'Mon2';
    src: url('fonts/Montserrat-Bold.otf');
}
@font-face {
    font-family: 'MonRegular';
    src: url('fonts/Montserrat-Regular.otf');
}
@font-face {
    font-family: 'MonMedium';
    src: url('fonts/Montserrat-Medium.otf');
}
@font-face {
    font-family: 'MonLight';
    src: url('fonts/Montserrat-Light.otf');
}
@font-face {
    font-family: 'Eina';
    src: url('fonts/Eina03Regular.ttf');
}
body {
    background: #fff;
    color: #333333;
    font-size: 14px;
    font-family: MonLight;
    line-height: 1.4;
    overflow-x: hidden;
}
.back-tt {
    display: none;
}
h1, h2, h3, h4 {
    margin-top: 0px;
}
.ul-b {
    padding-left: 0px;
    margin-bottom: 0px;
}
.ul-b li {
    list-style-type: none;
}
input, button, select, textarea {
    outline: none !important;
}
img {
    border: none;
    max-width: 100%;
    height: auto;
}
a {
    color: unset;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none !important;
}
.owl-theme .owl-nav {
    margin-top: 0px !important;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    margin: 0px !important;
    padding: 0px !important;
}
.owl-prev, .owl-next {
    margin: 0px !important;
    border-radius: 0px !important;
}
.fl-left {
    float: left !important;
}
.fl-right {
    float: right !important;
}
.ds-fl {
    display: flex !important;
}
.img-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.eclip-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}
.eclip-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}
.eclip-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}
.eclip-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}
.eclip-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden
}
/* css countdown */
.countdownHolder {
    width: 450px;
    margin: 0 auto;
    font: 36px/1.5 'Open Sans Condensed', sans-serif;
    text-align: center;
    letter-spacing: -3px;
}
.position {
    display: inline-block;
    height: 1.6em;
    overflow: hidden;
    position: relative;
    width: 1.05em;
}
.digit {
    position: absolute;
    display: block;
    width: 1em;
    background-color: #444;
    border-radius: 0.2em;
    text-align: center;
    color: #fff;
    letter-spacing: -1px;
}
.digit.static {
    box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
    background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #3A3A3A), color-stop(0.5, #444444));
}
.countDays {
    /* display:none !important;*/
}
.countDiv0 {
    /* display:none !important;*/
}
.countHours {
}
.countDiv1 {
}
.countMinutes {
}
.countDiv2 {
}
.countSeconds {
}
.countDiv {
    display: inline-block;
    width: 16px;
    height: 1.6em;
    position: relative;
}
.countDiv:before, .countDiv:after {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #444;
    border-radius: 50%;
    left: 50%;
    margin-left: -3px;
    top: 0.5em;
    box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
    content: '';
}
.countDiv:after {
    top: 0.9em;
}
.wp-item-sp-main.active {
    display: block;
    opacity: 1;
    position: initial;
}
/* end css countdown */
.wp-item-sp-main {
    display: none;
     overflow: hidden;
     z-index: -1;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
}
/* css header */
.wp-top-header {
    padding: 6px 0px;
    background: #fae6e1;
    font-size: 14px;
    font-family: 'Mon2';
    color: #333333;
}
.navbar-default {
    background-color: transparent;
    border: none;
    margin-bottom: 0px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #c73550;
}
.navbar-default .navbar-nav > li > a {
    font-size: 12pt;
    padding: 10px;
    color: red;
    text-transform: uppercase;
    font-family: Mon2;
}
.wp-main-header-right {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.wp-main-header-right > div {
    position: relative;
}
.wp-main-header-right .wp-sub-menu {
    display: none;
    position: absolute;
    top: 100%;
}
.wp-search {
    position: relative;
}
.wp-search button {
    background: none !important;
    border: none;
    position: absolute;
    top: 5px;
    left: -30px;
    padding: 0px;
}
.wp-search button i::before {
    opacity: 0;
}
.wp-search button i {
    width: 25px;
    height: 25px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/iconsearch.svg);
    opacity: 0.6;
}
.wp-search input {
    border: none;
    border-bottom: 1px solid #333333;
    border-radius: 0px;
    box-shadow: none !important;
    background: transparent;
}
.wp-header {
    position: relative;
}
.wp-main-header {
    position: absolute;
    top: 50px;
    left: 0px;    background-color: #ffffff96;
    width: 100%;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
}
.wp-user i {
    font-size: 20px;
}
.wp-user:hover .wp-sub-menu {
    display: block;
    left: 50%;
    transform: translateX(-50%);
}
.list-login {
    min-width: 150px;
    text-align: center;
    background: #f1f1f1;
    border: 1px solid #ccc;
    top: 100%;
}
.list-login li {
    padding: 5px 0px;
}
.list-login li:not(:last-child) {
    border-bottom: 1px dotted #ccc;
}
.wp-cart i {
    font-size: 20px;
}
.wp-cart:hover .wp-sub-menu {
    display: block;
}
.wp-cart .wp-sub-menu {
    background: #f1f1f1;
    border: 1px solid #ccc;
    right: -20px;
    min-width: 300px;
    padding: 15px;
}
.wp-cart .wp-sub-menu img {
    width: 100px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.wp-cart .wp-sub-menu span {
    font-size: 12px;
}
.row.row-edit-0 {
    margin-left: 0px;
    margin-right: 0px;
}
.row.row-edit-0 .col-edit-0 {
    padding-left: 0px;
    padding-right: 0px;
}
.wp-banner {
    position: relative;
}
.img-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-banner {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.text-banner .btn-xem {
    border-radius: 0px;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #333333;
    font-family: Mon2;
    border: 0px;
    margin: 0px 15px;
    width: 140px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-50 {
    margin-bottom: 50px;
}
.wp-tin {
    max-width: 90%;
}
.img-tin img {
    height: 100%;
    object-fit: cover;
}
.text-tin {
    text-align: center;
    padding: 50px 0px;
}
.text-tin .h2-title {
    font-size: 36px;
    margin-bottom: 20px;
    color: #333333;
}
.text-tin span {
    font-size: 16px;
    color: #333333;
}
.wp-tin.wp-tin2 {
    margin-left: auto;
}
.flex-oder {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.flex-oder > div {
    width: 100%;
    text-align: center;
}
.flex-oder .img-tin {
    order: 2;
}
.flex-oder .text-tin {
    order: 1;
}
.wp-shopnow {
    position: relative;
}
.img-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-home-03 {
    position: absolute;
    width: 100%;
    max-width: 600px;
    top: 15%;
    right: 5%;
    text-align: center;
}
.text-home-03 .h2-title {
    font-size: 46px;
    font-family: Mon2;
    margin-bottom: 30px;
}
.text-home-03 .btn-shopnow {
    background: transparent;
    border: 1px solid #333333;
    border-radius: 0px;
    padding: 6px 30px;
    text-transform: uppercase;
    color: #333333;
    font-size: 20px;
}
.wp-suport-1 {
    padding: 20px 80px;
    background: #e5e8ed4d;
    text-align: center;
}
.wp-suport-1 .row .col-md-4:nth-child(2) {
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
}
.wp-item-support {
    padding: 30px 0px;
}
.wp-item-support .h3-title {
    margin-bottom: 30px;
}
.btn-hover:hover {
    color: #c73550;
    background: transparent;
    border-color: #fff;
    text-decoration: underline;
}
.btn-xem-ct {
    border-radius: 0px;
    border: 0px;
    background: transparent;
}
.title-sale {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 30px;
    position: relative;
}
.wp-title-sale .h2-title {
    font-size: 36px;
    font-weight: bold;
}
.wp-title-sale .h2-title img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
.wp-title-sale {
    margin-right: 20px;
}
.time-sale {
    display: flex;
    align-items: center;
}
.time-sale > span {
    font-size: 18px;
    margin-right: 20px;
}
.countdownHolder {
    width: auto;
}
.wp-xemthem-sale {
    text-align: right;
    position: absolute;
    top: 20px;
    right: 20px;
}
.wp-flash-sale {
    padding: 35px 0px;
}
.wp-item-sp {
    position: relative;
    margin-bottom: 30px;
}
.wp-item-sp .robbin-sale {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 45px;
    text-transform: uppercase;
    height: 50px;
    border-radius: 0px 0px 10px 10px;
    z-index: 2;
    background: rgba(206, 40, 40, 0.75);
    text-align: center;
    padding: 5px 0px;
    color: #fff;
}
.item-color {
    width: 26px;
    height: 26px;
}
.list-color-sp {
    display: table;
    width: 100%;
    height: 26px;
}
.list-color-sp li {
    float: left;
    border: 1px solid transparent;
    position: relative;
    margin-right: 5px;
    border-radius: 100%;
    cursor: pointer;
}
.list-color-sp li span {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    border: 2px solid #fff;
    background: #bc684f;
}
.color-2 span {
    background: #e3bfa4 !important;
}
.color-3 span {
    background: #5d2c27 !important;
}
.color-1.active {
    border-color: #bc684f;
}
.color-2.active {
    border-color: #e1c0a6;
}
.color-3.active {
    border-color: #5d2c27;
}
.slide-sp .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px;
    width: 90%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.slide-sp .owl-nav .owl-prev, .slide-sp .owl-nav .owl-next {
    color: #333333;
    background: none !important;
    font-size: 30px;
}
.slide-sp .owl-nav .owl-prev {
    position: absolute;
    left: 10px;
}
.slide-sp .owl-nav .owl-next {
    position: absolute;
    right: 10px;
    transform: translateY(-100%);
}
.slide-sp .owl-nav .owl-prev {
    transform: translateY(-100%);
}
.slide-sp:hover .owl-nav {
    width: 100%;
    opacity: 1;
}
.wp-add-to-cart {
    position: absolute;
    bottom: 0%;
    z-index: 2;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 6px 0px;
    background: rgba(0, 0, 0, 0.3);
    /*font-size: 16px;*/
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.wp-item-sp:hover .wp-add-to-cart {
    opacity: 1;
}
.wp-add-to-cart i {
    margin-left: 10px;
}
.wp-add-to-cart:hover {
    background: rgba(255, 255, 255, 0.8);
}
.wp-add-to-cart:hover a {
    color: #c73550;
}
.wp-name-sp {
    padding-top: 10px;
}
.wp-price-sp .del {
    text-decoration: line-through;
    margin-right: 15px;
}
.wp-price-sp .int {
    font-size: 16px;
    font-family: Mon2;
    color: #c73550;
    margin-right: 5px;
}
.wp-title-sec {
    text-align: center;
    font-family: Mon2;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.img-uudai img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-uudai {
    padding: 20px 0px;
}
.text-uudai .h3-title {
    font-family: Mon2;
}
.wp-name-sp .h3-title {
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    line-height: 19px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: MonMedium;
}
.wp-title-sec-sp {
    /* display: flex; */
    /* align-items: center; */
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    float: left;
}
.wp-title-sec-sp .h2-title {
    margin-bottom: 0px;
    font-size: 24px;
    text-transform: uppercase;
    font-family: Mon2;
    float: left;
    margin-right: 20px;
}
.list-link-title {
    float: left;
    display: table;
}
.list-link-title li {
    float: left;
    margin: 0 10px;
    font-size: 13px;
    font-family: MonMedium;
}
.list-link-title li:hover a {
    color: #c73550;
    text-decoration: underline;
}
.wp-spnb-b {
    margin: 50px 6%;
}
.wp-sp-nb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sp-nb2 .row > .col-md-6:nth-child(1), .sp-nb2 .row > .col-md-6:nth-child(2) {
    margin-bottom: 4px;
}
.wp-dichvu {
    margin: 30px 6%;
}
.wp-item-dv {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.wp-item-dv .icon-dv {
    width: 50px;
    margin-right: 20px;
}
.wp-item-dv .text-dv {
    width: calc(100% - 70px);
}
.wp-item-dv .text-dv .h2-title {
    margin-bottom: 0px;
    font-size: 14px;
    font-family: Mon2;
    text-transform: uppercase;
    line-height: 1.6;
}
.wp-item-dv {
    padding: 15px 50px;
    border: 1px solid #d0878c;
    height: 110px;
    cursor: pointer;
}
.wp-item-dv:hover {
    color: #fff;
    border-color: #c73550;
    background: #c73550;
}
.wp-item-dv:hover img {
    filter: brightness(0) invert(1);
}
.sec-home-11 {
    margin: 20px 0px 80px;
}
.title-instagram i {
    font-size: 30px;
    margin-bottom: 10px;
}
.title-instagram h4 {
    color: #c73550;
}
.sec-instagam .row {
    margin-left: 0px;
    margin-right: 0px;
}
.sec-instagam .row [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.sec-instagam div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inst-1 .row .col-md-6:nth-child(1), .inst-1 .row .col-md-6:nth-child(2), .inst-3 .row .col-md-6:nth-child(1), .inst-3 .row .col-md-6:nth-child(2) {
    margin-bottom: 10px;
}
/* css footer */
.wp-footer-top {
    padding: 0 50px;
}
.wp-ft-top .h3-title-ft {
    font-size: 14px;
    font-family: Mon2;
    margin-bottom: 20px;
}
.form-dk-email {
    position: relative;
}
.form-dk-email input {
    border-radius: 0px;
}
.form-dk-email button {
    border-radius: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #333333;
    color: #fff;
}
.list-mxh {
    display: table;
}
.list-mxh li {
    float: left;
    margin-right: 20px;
}
.list-mxh li i {
    font-size: 30px;
    color: #666;
}
.list-mxh li:hover i.fa-facebook-f {
    color: #3b5998;
}
.list-mxh li:hover i.fa-instagram {
    color: #7b472c;
}
.list-mxh li:hover i.fa-youtube {
    color: #cc181e;
}
.fa-zalo img {
    width: 35px;
    height: 35px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.fa-zalo:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.p-phone {
    display: flex;
    align-items: center;
}
.p-phone i {
    width: 25px;
    height: 25px;
    background: #e52c25;
    color: #fff;
    border-radius: 100%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-span {
    font-size: 13px;
}
.wp-footer-main {
    background: #f1f1f1;
    margin: 20px 0px 0px;
    padding: 20px 50px;
}
.wp-ft-main .h3-title-ft {
    font-size: 14px;
    margin-bottom: 0px;
    font-family: MonMedium;
    text-transform: uppercase;
}
.list-ft-main li {
    margin-bottom: 5px;
    font-size: 13px;
}
.wp-ft-main .list-ft-main{
    margin-top: 20px;
}
/*.list-ft-main li a {*/
    /*transition: all 0.3s ease-in-out;*/
/*}*/
.list-ft-main li:hover a {
    color: #c73550;
    padding-left: 5px;
}
.wp-footer-bottom .row {
    padding: 0px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container-fluid.pd-0 {
    padding: 0px;
}
/* css header mobile */
.wp-box-search-mb {
    display: none;
    position: absolute;
    top: 33px;
    right: 0px;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    background: #f1f1f1;
}
.btn-search-mb.open i:before {
    content: "\f00d";
}
.wp-box-search-mb input {
    background: none;
    padding-right: 35px;
    border: 0px;
    border-radius: 0px;
}
.wp-box-search-mb button {
    position: absolute;
    top: 0px;
    right: 0px;
    background: none;
    border: none;
}
.box-search-mb {
    position: absolute;
    top: 5px;
    right: 10px;
}
.btn-search-mb {
    background: none !important;
    font-size: 20px;
    border-radius: 0px;
    border: none;
    padding: 0px;
    line-height: 1;
}
.navbar-default .dropdown-menu {
    margin: 0px;
    border-radius: 0px;
    border: none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.175);
    background: #fff;
    min-width: 250px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    transition: transform 0.3s ease, opacity 0.2s ease;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease;
    display: block;
    left: 0px;
    width: 100%;
}
.navbar-default .dropdown-menu > li {
    padding: 5px 0px;
}
.navbar-default .navbar-nav > li:hover > .dropdown-menu {
    display: block;
    visibility: visible;
    z-index: 9999;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: transform 0.3s ease, opacity 0.2s ease .1s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease .1s;
    left: 0px;
}
/* css page child */
.page-child .wp-main-header {
    position: initial;
    padding-top: 15px;
    padding-bottom: 10px;
}
.page-child .wp-header {
    box-shadow: 0px 0px 20px -10px #333333;
}
.range-slider .footer > button {
    background-color: #333333;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
}
.range-slider .header > h4 {
    font-size: 1.3rem;
    font-weight: 600;
}
.dosize .img-left > img {
    width: 240px;
}
label {
    display: block;
    margin-bottom: 1.5em;
    margin-top: 2.5em;
}
.rangeslider__tooltip {
    display: block;
    margin-top: 2.5em;
    font-size: 12px;
    color: #a59eb5;
}
.rangeslider, input[type='range'] {
    width: 100%;
}
.rangeslider__handle {
    border-radius: 22px;
    line-height: 42px;
    text-align: center;
    font-weight: bold;
&
:after {
    background: 0;
}
}
.rangeslider, .rangeslider__fill {
    display: block;
    border-radius: 10px;
}
.rangeslider {
    background: #fae6e1;
    position: relative;
}
.rangeslider--horizontal {
    height: 5px;
    width: 100%;
}
.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%;
}
.rangeslider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}
.rangeslider__fill {
/ / background : #4bc67d;
    position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
}
button.right.btn-muangay {
    float: right;
}
.rangeslider__handle {
    background: white;
    border: 2px solid #fae6e1;
    cursor: pointer;
    display: inline-block;
    width: 45px;
    height: 45px;
    font-size: 14px;
    position: absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
&
.js-low {
    border-color: #4bc67d;
}
&
.js-med {
    border-color: #f1c40f;
}
&
.js-high {
    border-color: #b94a48;
}
}
.rangeslider__handle:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.rangeslider__handle:active {
}
.rangeslider--horizontal .rangeslider__handle {
    top: -20px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x;
}
.dosize {
    display: none;
}
.mask {
    display: none;
}
=
input[type="range"]:focus + .rangeslider .rangeslider__handle {
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}
/* css ct sp */
.wp-img-left .tab-content {
    margin-bottom: 30px;
}
.wp-text-right {
    padding-top: 30px;
}
.h1-title-ctsp {
    font-size: 14px;
    margin-bottom: 20px;
    /* font-weight: 600; */
    line-height: 20px;
}
.price-ctsp {
    font-size: 14px;
    font-family: Mon2;
    margin-bottom: 30px;
}
.wpmaxx p {
    margin-bottom: 0px;
    font-size: 13px;
}
.wpmaxx {
    margin-bottom: 30px;
}
.wp-chonmau ul li.active {
    border-color: #fae6e1;
}
.wp-chonmau ul li {
    border: 1px solid transparent;
    position: relative;
    margin-right: 10px;
    border-radius: 100%;
    width: 26px;
    height: 26px;
}
.wp-chonmau ul li a {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    border: 2px solid #fff;
    background: none !important;
    padding: 0px;
}
.wp-chonmau ul li a span {
    display: block;
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    border-radius: 100%;
}
.wp-chonmau ul li a span.color1 {
    background: #766556;
}
.wp-chonmau ul li a span.color2 {
    background: #af907d;
}
.wp-chonmau ul li a span.color3 {
    background: #e7b297;
}
.wp-chonmau ul li a span.color4 {
    background: #766555;
}
.wp-chonmau {
    margin-bottom: 30px;
}
.wp-chonsize ul {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}
.wp-chonsize ul li {
    float: left;
    margin: 0 5px;
}
.wp-chonsize ul li.active {
    font-family: Mon2;
    font-size: 14px;
    text-decoration: underline;
}
.huongdan-chonsize {
    margin-bottom: 50px;
}
.huongdan-chonsize > a {
    text-decoration: underline;
    /*font-style: italic;*/
    font-size: 13px;
    font-weight: bold;
}
.wwp-uudai-rieng p {
    margin-bottom: 0px;
}
.wwp-uudai-rieng {
    padding: 20px 10px;
    width: 100%;
    background: #fcdcda;
    text-align: center;
    margin-bottom: 30px;
}
.wwp-uudai-rieng p.b {
    font-size: 16px;
    font-family: Mon2;
}
.wp-btn-mua button {
    width: 100%;
    background: #333333;
    color: #fff;
    padding: 8px 0px;
    border: none;
    margin-bottom: 30px;
    font-size: 18px;
    text-transform: uppercase;
}
.lits-dv2 {
    margin-bottom: 50px;
}
.lits-dv2 li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.lits-dv2 li .icon-dv2 {
    width: 50px;
    margin-right: 10px;
}
.lits-dv2 li .icon-dv2 img {
    width: 50px;
    height: 50px;
}
.lits-dv2 li .text-dv2 {
    width: calc(100% - 60px);
    padding-right: 10px;
}
.lits-dv2 li .text-dv2 p {
    margin-bottom: 0px;
    font-size: 14px;
}
.lits-dv2 li .text-dv2 span {
    font-size: 10px;
}
.wp-tab-mota ul {
    background: #333333;
    content: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wp-tab-mota ul li a {
    color: #fff;
    background: none !important;
    font-size: 14px;
    font-family: MonMedium;
    text-transform: uppercase;
    padding: 5px 10px;
}
.wp-tab-mota ul li.active a {
    text-decoration: underline;
}
.wp-sautab {
    padding: 5px;
}
.wp-form-sdt input, .wp-form-sdt button {
    border-radius: 0px;
    width: 100%;
}
.wp-form-sdt button {
    background: #fcdcda;
    border: 1px solid #fcdcda;
    text-transform: uppercase;
    content: #333333;
}
.wp-review {
    margin: 50px 0px;
}
.so-danhgia {
    display: flex;
    align-items: center;
    justify-content: center;
}
.so-danhgia > * {
    margin: 0px 10px;
}
.so-danhgia .start {
    color: #f7b3a3;
}
.wp-btn-hoi {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    text-align: right;
}
.wp-btn-hoi button {
    padding: 8px 15px;
    text-transform: uppercase;
    color: #333333;
    border: 1px solid #333333;
    font-family: Mon2;
    background: #fff;
    margin-left: 10px;
}
.wp-tab-content-review > ul {
    border-bottom: 2px solid #ccc;
}
.wp-tab-content-review > ul li a {
    border-radius: 0px;
    font-family: Mon2;
    text-transform: uppercase;
}
.wp-tab-content-review > ul li.active a {
    background: #fcdcda !important;
    color: #333333;
}
.wp-item-danhgia {
    display: table;
    width: 100%;
}
.wp-item-danhgia {
    padding: 15px 0px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.wp-item-danhgia .left-dg {
    width: 10%;
    float: left;
    margin-right: 5%;
}
.left-dg h4 {
    margin-bottom: 0px;
    font-family: Mon2;
}
.wp-item-danhgia .right-dg {
    width: 85%;
    float: left;
}
p.b-mn {
    font-size: 14px;
    padding-left: 10px;
    font-family: Mon2;
    font-style: italic;
}
.comment-at textarea {
    border-radius: 0px;
}
.comment-at {
    display: table;
    width: 100%;
}
.btn-cmt {
    font-size: 12px;
    padding: 3px 5px;
    float: right;
    max-width: 80px;
    margin-top: 5px;
    background: #E91C24;
    border-radius: 0px;
}
.media-at {
    display: table;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}
.comava-at {
    background: #b78f8f;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    width: 40px;
    color: #fff;
    border-radius: 100%;
}
.combody-at {
    display: block;
    width: calc(100% - 50px);
    margin-left: 0px;
    float: left;
    margin-bottom: 15px;
}
.listrep-at {
    padding-left: 45px;
    margin-top: 15px;
}
.comact-at .time-at {
    font-size: 12px;
}
.combody-at p {
    font-size: 13px;
    margin-bottom: 0px;
}
.qtv-at {
    background: #E91C24;
}
.combody-at strong i {
    padding: 3px 5px;
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
    color: #fff;
    border-radius: 4px;
    background: #ffa63e;
}
.comact-at .reply-at {
    color: #E91C24;
    cursor: pointer;
    font-size: 12px;
    float: right;
}
.comment-at.repbox-at {
    display: none;
}
.comact-at {
    padding-top: 5px;
}
.combody-at strong {
    font-weight: normal;
    font-family: Mon2;
}
.box-datmua {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px 30px;
    background: #fcdcda;
    margin-bottom: 30px;
    margin-top: 30px;
}
#footer-site {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ccc;
}
.wp-icon {
    background: #feeae8;
    padding: 10px;
    border-radius: 100%;
}
.box-datmua .wp-text p {
    margin-bottom: 0px;
}
.box-datmua .wp-text p:nth-child(1) {
    font-family: Mon2;
    font-size: 18px;
}
.box-datmua .wp-btn button, .box-datmua .wp-btn a {
    color: #fff;
    background: #333333;
    border: 1px solid #333333;
    padding: 0px 25px;
    text-transform: uppercase;
    font-size: 18px;
    height: 44px;
    float: left;
    line-height: 44px;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0px auto;
    left: 50%;
    transform: translateX(-50%);
}
.wp-title-spqt {
    font-family: Mon2;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
}
.wp-title-spqt .h2-title {
    font-size: 22px;
}
.modal-header {
    position: relative;
    padding: 0px;
    border: none;
}
.modal-header .close {
    width: 30px;
    height: 30px;
    opacity: 1;
    border-radius: 100%;
    background: #333333;
    color: #fff;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 2;
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
}
.wp-text-size .btn-dosive a {
    margin-top: 50px;
    color: #fff;
    border-radius: 0px;
    padding: 6px 20px;
    font-family: Mon2;
    text-transform: uppercase;
    background: #333333;
}
/* css rating */
.starRating:not(old) {
    display: inline-block;
    width: 7.5em;
    height: 1.5em;
    overflow: hidden;
    vertical-align: bottom;
}
.starRating:not(old) > input {
    margin-right: -100%;
    opacity: 0;
}
.starRating:not(old) > label {
    display: block;
    float: right;
    position: relative;
    background: url('../images/star-off.svg');
    background-size: contain;
    margin: 0px;
}
.starRating:not(old) > label:before {
    content: '';
    display: block;
    width: 1.5em;
    height: 1.5em;
    background: url('../images/star-on.svg');
    background-size: contain;
    opacity: 0;
    transition: opacity 0.2s linear;
}
.starRating:not(old) > label:hover:before, .starRating:not(old) > label:hover ~ label:before, .starRating:not(:hover) > :checked ~ label:before {
    opacity: 1;
}
p.mb0 {
    margin-bottom: 0px;
}
.wp-text-danhgia, .wp-cauhoi {
    text-align: left;
}
.wp-text-danhgia button, .wp-cauhoi button {
    margin: 0px;
    border-radius: 0px;
    padding: 6px 20px;
}
.wp-text-danhgia p, .wp-cauhoi h4 {
    font-family: Mon2;
}
.wp-max-giamgia > p {
    font-family: Mon2;
}
.form-voucher {
    max-width: 400px;
    position: relative;
}
.form-voucher button {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #333333;
    color: #fff;
}
.list-text-danhmuc {
    display: table;
    width: 100%;
}
.list-text-danhmuc > li {
    width: 25%;
    float: left;
    position: relative;
}
.wp-li-c1 h4 {
    font-size: 16px;
    font-family: Mon2;
}
.box-maxx {
    padding: 20px 0px;
}
.wp-top-shopsize {
    padding: 30px 0px;
    background: #f8eee9;
}
.wp-title-box h2 {
    font-family: Mon2;
    margin-bottom: 20px;
}
.wp-left-dexuat {
    padding: 20px;
    border: 2px solid #333333;
    text-align: center;
}
.wp-left-dexuat .h4-title {
    font-family: Mon2;
}
.int-size {
    margin: 23px 0px;
    font-size: 82px;
    font-family: Mon2;
}
.wp-left-dexuat p > a {
    font-style: italic;
    text-decoration: underline;
}
.wp-img-kiu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.wp-thongso h4 {
    font-family: Mon2;
    text-transform: uppercase;
}
.wp-thongso .list-dang {
    display: table;
    width: 100%;
}
.wp-thongso .list-dang li {
    width: calc((100% - 0px) / 3);
    float: left;
    text-align: center;
}
.wp-thongso .list-dang li:nth-child(2) {
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
}
.wp-box-chon_mau {
    background: #E1DDDA;
    margin: 30px 0px;
    padding: 30px 0px 20px 0;
}
.wp-left-mau h2 {
    font-size: 18px;
    font-family: Mon2;
    margin-bottom: 20px;
}
.wp-left-mau h4 {
    font-family: Mon2;
    margin-bottom: 20px;
    font-size: 15px;
}
.list-mau li {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.list-mau li .img-icona {
    width: 100%;
    border-radius: 100%;
    height: 130px;
    float: left;
    margin-bottom: 20px;
}
.list-mau li .img-icona img{
   width: 130px;
    height: 130px;
    margin: 0px auto;
}
.list-mau li .text-icona {
    float: left;
    width: 100%;
    padding-left: 20px;
}
.text-icona h3 {
    font-size: 20px;
    font-family: Mon2;
}
.wp-titlle-tin-page {
    padding: 120px 0px;
    text-align: center;
    background: url('../images/bg-tin.jpg');
    color: #fff;
    margin-bottom: 30px;
}
.wp-titlle-tin-page .row h1 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.wp-item-tin-a {
    margin-bottom: 20px;
}
.wp-text-tin-a {
    padding: 10px 0px;
}
.wp-text-tin-a .h3-title {
    font-size: 15px;
    font-weight: bold;
}
.wp-text-tin-a .h3-title a{
    line-height: 20px;
}
.wp-content-cttin {
    margin-top: 30px;
}
.wp-content-cttin p > img {
    display: block;
    margin: 10px auto;
    width: 100%;
    max-width: 600px;
}
.wp-tin-khac {
    margin-top: 30px;
}
/* css thanh toán */
.wp-header-thanhtoan > p {
    margin: 15px 0px;
    padding: 10px;
    background: #f1f1f1;
    width: auto;
    display: inline-block;
    border-radius: 5px;
}
.list-sp-tt .item-sp-tt {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.list-sp-tt .item-sp-tt .img-sp-tt {
    width: 120px;
    margin-right: 10px;
}
.list-sp-tt .item-sp-tt .text-sp-tt {
    width: calc(100% - 130px);
}
.wp-right-tt {
    padding: 20px 0px;
}
.text-sp-tt .h4-title {
    font-size: 18px;
    font-family: Mon2;
}
.mau-size ul {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 15px 0px;
}
.mau-size ul li {
    float: left;
    margin-right: 15px;
    display: flex;
    align-items: center;
}
.mau-size ul li span.color {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #f2deaa;
    border-radius: 100%;
    margin-left: 10px;
}
.box-ma-gg {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.magg {
    position: relative;
}
.magg .button {
    position: absolute;
    top: 1px;
    right: 2px;
    border: 0px;
}
.list-thanhtien {
    padding: 20px 0px;
    border-bottom: 1px solid #ccc;
}
.list-thanhtien ul li {
    display: flex;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.list-thanhtien ul li .sp2 {
    font-weight: bold;
}
.tongtien {
    padding-top: 20px;
    font-size: 16px;
}
.tongtien .sp2 {
    font-size: 18px;
    font-family: Mon2;
    float: right;
}
.form-group.group2 {
    display: table;
    width: 100%;
}
.form-group.group2 input.input-nho {
    width: 30%;
    float: right;
}
.form-group.group2 input.input-to {
    width: calc(70% - 10px);
    float: left;
}
.form-group.group3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-group.group3 select {
    width: calc((100% - 20px) / 3);
}
.p-mon {
    margin-bottom: 10px;
    font-family: Mon2;
}
.wp-pt-thanhtoan .radio {
    margin-top: 0px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.wp-pt-thanhtoan .radio label, .wp-list-thanhtoan-a .radio label {
    margin-top: 0px;
}
.wp-pt-thanhtoan .radio span {
    font-family: Mon2;
    float: right;
}
.wp-list-thanhtoan-a .radio {
    margin: 0px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.wp-list-thanhtoan-a ul li:last-child .radio {
    border-bottom: none;
}
.wp-list-thanhtoan-a {
    border: 1px solid #ccc;
    border-radius: 5px;
}
.wp-pt-thanhtoan {
    margin: 20px 0px;
}
.btn-thanhtoan {
    margin-top: 20px;
    display: table;
    width: 100%;
}
.btn-thanhtoan button {
    background: #333333;
    color: #fff;
    text-transform: uppercase;
    float: right;
}
.boloc-a .wp-bo-loc-1 {
    width: 38%;
    right: 0px;
    transition: transform 0.5s;
    text-align: left;
    transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    position: fixed;
    top: 0px;
    bottom: 0;
    z-index: 9999999;
    padding: 0px;
    margin: 0px;
    outline: 1px solid transparent;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    height: calc(100vh - 0px);
    overflow-y: scroll;
}
.boloc-a .wp-bo-loc-1.open {
    transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
}
.wp-boloc {
    display: table;
    width: 100%;
    margin: 30px 0px 20px;
}
.wp-boloc .wp-title {
    float: left;
}
.wp-boloc .wp-title h1 {
    font-size: 26px;
    font-family: Mon2;
    margin-bottom: 0px;
    float: left;
}
.wp-boloc .filter {
    float: right;
    display: flex;
    align-items: center;
}
@media (min-width: 767px) {
    .wp-boloc .filter {
        position: absolute;
        right: 0px;
    }
}
.sapxep select {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
}
.boloc-a > button {
    border: 0px solid #ccc;
    border-radius: 0px;
    padding: 5px 10px;
}
.boloc-a .close-fil {
    position: fixed;
    top: 10%;
    right: 0px;
    transition: all 0.6s ease-in-out;
    opacity: 0;
    width: 0px;
    height: 0px;
    font-size: 20px;
    z-index: 9999999;
}
.boloc-a.open .close-fil {
    right: 38%;
    width: auto;
    height: auto;
    opacity: 1;
}
.wp-bo-loc-1 > .h2-title {
    padding: 10px 20px;
    background: #d03f47;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: Mon2;
}
.wp-bo-loc-1 .bl00 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
    padding-left: 20px;
    padding-right: 20px;
}
.bl00 .list-boloc {
    display: table;
    width: 100%;
}
.bl00 .list-boloc li {
    float: left;
    width: 100%;
}
.bl00 .list-boloc li label {
    margin-top: 0px;
}
/* css checkbox */
.checkbox-edit {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    line-height: 1;
}
.checkbox-edit input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.checkbox-edit:hover input ~ .checkmark {
    background-color: #ccc;
}
.checkbox-edit input:checked ~ .checkmark {
    background-color: #b83737;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox-edit input:checked ~ .checkmark:after {
    display: block;
}
.checkbox-edit .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* css bo sung moi */
.form-2.active {
    display: block !important;
    transition: visibility 2s;
}
.form-2.active .wp-left-dexuat {
    border-color: transparent;
}
.wp-btn-form2-a {
    display: table;
    width: 100%;
}
.wp-btn-form2-a a:nth-child(1) {
    background: #fae6e1;
    line-height: 1;
    border-radius: 0px;
    padding: 6px 20px;
    border: 0px !important;
}
.wp-btn-form2-a a:nth-child(2) {
    background: #333333;
    color: #fff;
    border-radius: 0px;
    float: right;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 0px !important;
}
.wp-max-giamgia {
    display: table;
    width: 100%;
}
.wp-max-giamgia .wp-box-left-giamgia {
    width: 70%;
    float: left;
}
.wp-box-left-giamgia > p {
    font-family: Mon2;
    font-size: 18px;
}
.wp-max-giamgia .wp-box-right-giamgia {
    width: 29%;
    float: right;
}
.wp-max-giamgia .wp-box-right-giamgia .countdownHolder {
    font-size: 16px;
    padding-top: 40px;
}
.wp-box-right-giamgia .countdownHolder .countDays, .wp-box-right-giamgia .countdownHolder .countDiv {
    display: none;
}
.wp-box-right-giamgia .countHours, .wp-box-right-giamgia .countMinutes, .wp-box-right-giamgia .countSeconds {
    margin: 0 3px;
}
/* end css bo sung moi *//* bướng css bo sung 22/08/2019 */
.wp-text-ads span p {
    margin: 0px;
}
/*  @media (min-width: 1200px) {    .page-child {        transition: all 0.5s ease-in-out;    }    .page-child.active {        margin-right: 20%;    }    .boloc-a .wp-bo-loc-1 {        width: 20%;    }    .boloc-a.open .close-fil {        right: 20%;    }} */
@media (max-width: 767px) {
    .wp-list-sp-home > .row, .wp-list-sp-sec > .row {
        margin-left: -2px;
        margin-right: -2px;
    }
    .wp-ft-top .p-span {
        font-size: 8px;
        columns: #333333;
    }
    .wp-ft-top .p-phone span {
        font-size: 22px;
        font-weight: bold;
    }
    .wp-footer-top .row .col-md-3:nth-child(1) {
        border-right: 1.5px solid #ccc;
    }
    .ft-form-ft {
        margin: 30px 0px;
    }
    .wp-ft-top .h3-title-ft span {
        display: none;
    }
    .wp-item-dv .text-dv .h2-title {
        font-size: 10px;
        line-height: 1.4;
    }
    .wp-dichvu .row .col-xs-6:nth-child(n+3) {
        display: none;
    }
    .wp-item-dv {
        padding: 10px;
        height: 60px;
    }
    .wp-item-dv .icon-dv {
        width: 20px;
        margin-right: 5px;
    }
    .wp-item-dv .text-dv {
        width: calc(100% - 25px);
    }
    .wp-name-sp, .wp-price-sp, .wp-list-check-color {
        padding-left: 5px;
        padding-right: 5px;
    }
    .wp-name-sp .h3-title a {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        word-break: break-word;
    }
    .container-fluid {
        padding: 0px;
    }
    .container-fluid > .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .wp-list-uudai {
        margin-bottom: 20px;
    }
    .wp-list-uudai .row .col-md-6:nth-child(n+3) {
        display: none;
    }
    .title-sale .wp-title-sale {
        width: 40%;
        margin: 0px;
    }
    #countdown-sale .countDays, #countdown-sale .countDiv0 {
        display: none;
    }
    #countdown-sale {
        font-size: 13px;
    }
    .time-sale > span {
        font-size: 11px !important;
        font-weight: bold;
        margin-right: 5px;
    }
    .title-sale .time-sale {
        width: 60%;
    }
    .wp-title-sale .h2-title img {
        width: 15px;
        height: 15px;
        margin: 5px;
    }
    .wp-title-sale .h2-title {
        font-size: 16px !important;
        font-family: Mon2;
        font-weight: normal;
        margin: 0px;
    }
    .wp-flash-sale {
        margin-top: 20px;
    }
    .wp-banner img {
        height: calc(700px - 0px);
        object-position: center;
        height: calc(100vh - 0px);
    }
    .wp-top-header {
        position: relative;
        z-index: 1;
    }
    .wp-cart-mb {
        bottom: 10px !important;
    }
    .wp-suport-1 .row .col-xs-6:nth-child(n+3) {
        display: none;
    }
    .wp-suport-1 {
        position: relative;
    }
    .wp-suport-1::after {
        content: "";
        width: 10px;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
    }
}
/* end bướng css bo sung 22/08/2019 *//* bo sung css 23/08/2019 */
.navbar-default .navbar-nav > li > a {
    border-bottom: 2px solid transparent;
}
.navbar-default .navbar-nav > li:hover > a {
    border-bottom-color: #e9aea0;
}
.sticky-wrapper.header-sticky {
    top: 0px;
    position: fixed;
    width: 100%;
    z-index: 999999;
    transition: 1.0s ease;
    background: #fff;
    padding: 0px;
}
.sticky-wrapper.header-sticky .wp-main-header {
    top: 0px;
    background: #fff;
    padding-top: 10px;
}
.text-banner {
    text-align: center;
    opacity: 1;
    color: #fff;
}
.text-banner .h2-title {
    font-family: Mon2;
    font-size: 26px;
    margin-bottom: 20px;
}
/* .slide-sp .owl-prev i::before {    content: '\f104' !important;    font-family: "FontAwesome" !important;    font-weight: normal !important;    font-size: 18px;}.slide-sp .owl-next i::before {    content: '\f105' !important;    font-family: "FontAwesome" !important;    font-weight: normal !important;    font-size: 26px;} */
.slide-sp .owl-prev i {
    font-size: 16px;
}
.slide-sp .owl-prev i::before {
    content: "";
    width: 30px;
    display: inline-block;
    height: 30px;
    background: url('../images/arrow_prev.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.slide-sp .owl-next i::before {
    content: "";
    width: 30px;
    display: inline-block;
    height: 30px;
    background: url("../images/arrow_next.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/* buong bo sung 29/08/2019 */
.btn.btn-search-mb i::before {
    content: '';
}
.btn.btn-search-mb i {
    width: 25px;
    height: 25px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/iconsearch.svg");
    opacity: 0.6;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 4px);
    transform: rotate(-45deg) translate(-4px, 4px);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-4px, -4px);
    transform: rotate(45deg) translate(-4px, -4px);
}
.mobile-main-menu.active {
    height: calc(100vh - 0px);
    top: 0px !important;
}
@media (max-width: 767px) {
    .wp-header-mobile img {
        height: 35px;
        width: auto !important;
    }
    .wp-item-sp .robbin-sale {
        width: 25px;
        height: 30px;
        font-size: 7px;
    }
}
/* end buong bo sung 29/08/2019 */
/* end bo sung css 23/08/2019 *//*=========================================== responsive ===========================================*/
@media (min-width: 1200px) {
    .wp-header-thanhtoan {
        height: 135px;
    }
    .row.row-tt {
        display: flex;
    }
    .row.row-tt .col-md-6:nth-child(1) {
        background: #f1f1f1;
        border-left: 1px solid #ccc;
        order: 2;
        transform: translateY(-135px);
    }
    .row.row-tt .col-md-6:nth-child(2) {
        order: 1;
    }
    .wp-list-tinkhac .wp-img-tin-a img {
        height: 210px;
    }
    .wp-img-tin-a img {
        height: 300px;
    }
    .inst-2 img {
        height: 500px !important;
    }
    .inst-1 div img, .inst-3 div img {
        height: 245px !important;
    }
    .sp-nb1 img {
        height: 744px;
    }
    /*.sp-nb2 img {*/
        /*height: 367px;*/
    /*}*/
    .img-uudai img {
        height: 450px;
        border: 1px solid #eee;
    }
    /*.wp-img-slide-sp img {*/
        /*height: 341px;*/
        /*object-fit: cover;*/
    /*}*/
    .img-tin img {
        height:690px;
        width: 490px;
    }
    .img-banner img {
        height: 765px;
    }
    /*.wp-main-header {*/
        /*padding: 0 30px;*/
    /*}*/
    span.dropdown-toggle {
        display: none;
    }
    .container-fluid.pd-0 {
        padding: 0px;
    }
}
@media (min-width: 993px) and (max-width: 1199px) {
    span.dropdown-toggle {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .boloc-a .wp-bo-loc-1 {
        width: 65%;
    }
    .boloc-a.open .close-fil {
        right: 65%;
    }
    .wp-list-tinkhac .wp-img-tin-a img {
        height: 160px;
    }
    .wp-img-tin-a img {
        height: 200px;
    }
    /*.wp-img-slide-sp img {*/
        /*height: 450px;*/
    /*}*/
    .wp-suport-1 {
        padding: 20px 10px;
    }
    .wp-item-support .h3-title {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .wp-item-support {
        padding: 15px 0px;
    }
    .title-sale {
        flex-wrap: wrap;
    }
    .wp-title-sale {
        margin-bottom: 0px;
        margin-right: 50px;
        height: 45px;
    }
    .wp-flash-sale {padding: 35px 0px 25px 0px;}
    .time-sale > span {
        height: 35px;
    }
    .wp-title-sale .h2-title {
        margin-bottom: 0px;
        font-size: 20px;
    }
    .countdownHolder {
        font: 26px/1.5 'Open Sans Condensed', sans-serif;
    }
    .wp-item-dv {
        padding: 10px;
    }
    .wp-item-dv .icon-dv {
        width: 30px;
        margin-right: 10px;
    }
    .wp-item-dv .text-dv {
        width: calc(100% - 40px);
    }
    .wp-item-dv .text-dv .h2-title {
        font-size: 13px;
    }
    .wp-spnb-b {
        margin: 10px 0px;
    }
    .inst-1 div img, .inst-3 div img {
        height: 368px;
    }
    .inst-1 {
        margin-bottom: 10px;
    }
    .wp-footer-main .row .col-md-3 {
        margin-bottom: 20px;
    }
    .wp-footer-main .row .col-md-3:nth-child(3) {
        clear: both;
    }
}
@media (max-width: 991px) {
    .wp-top-header {
        position: relative;
        z-index: 999;
    }
    .wp-box-search-mb.active {
        display: block;
    }
    .sticky-wrapper.header-sticky .wp-main-header {
        padding-top: 0px;
        border-bottom: 1px solid #999;
    }
    .wp-max-giamgia {
        margin-bottom: 20px;
    }
    #chitietsanphammobile.active {
         margin-bottom: 100% !important;
     }
    #chitietsanphammobile {
        margin-bottom: 210px;
    }
    .wp-cart-mb {
        padding: 10px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        width: 50px;
        height: 50px;
        position: fixed;
        bottom: 30px;
        left: 10px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 26px;
        z-index: 9;
    }
    .wp-footer-top > .row, .wp-footer-main > .row, .wp-footer-bottom > .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .wp-list-uudai > .row {
        margin: 0px;
    }
    .container-fluid.pd-0 > .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .list-link-title li:nth-child(n+4) {
        display: none;
    }
    .wp-suport-1 .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .text-tin .h2-title {
        font-size: 26px;
    }
    .text-tin {
        padding: 30px 0px;
    }
    .wp-tin {
        max-width: 100%;
    }
    .mb-80 {
        margin-bottom: 20px;
    }
    .wp-top-header {
        font-size: 12px;
    }
    .wp-main-header {
        top: 40px;
    }
    .wp-header-mobile {
        position: relative;
    }
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .container-fuild {
        padding-left: 10px;
        padding-right: 10px;
    }
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .row [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 767px) {
    .wp-boloc .filter {
        width: 100%;
    }
    .wp-boloc .wp-title {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .boloc-a .wp-bo-loc-1 {
        width: 85%;
    }
    .boloc-a.open .close-fil {
        right: 85%;
    }
    .wp-list-tinkhac .wp-img-tin-a img {
        height: 130px;
    }
    .wp-titlle-tin-page {
        padding: 80px 10px;
    }
    .wp-img-tin-a img {
        height: 290px;
    }
    .wp-left-dexuat {
        margin-bottom: 20px;
    }
    .wp-img-ctsp img {
        height: 223px;
        object-fit: cover;
    }
    .wp-review {
        margin: 10px 0px;
    }
    .box-datmua .wp-text p {
        text-align: center;
    }
    .box-datmua {
        padding: 10px;
        flex-wrap: wrap;
        position: relative;
        margin-top: 50px;
    }
    .wp-icon {
        background: #feeae8;
        padding: 10px;
        position: absolute;
        border-radius: 100%;
        top: -33px;
    }
    .wp-text{
        margin-top: 38px;
    }
    .wp-item-danhgia .right-dg {
        width: 100%;
    }
    .wp-item-danhgia .left-dg {
        width: 100%;
        padding-bottom: 10px;
    }
    .wp-btn-hoi {
        text-align: center;
    }
    .wp-img-left .tab-content, .price-ctsp, .wpmaxx, .wp-chonsize ul, .wp-chonmau, .huongdan-chonsize {
        margin-bottom: 10px;
    }
    .wp-text-right {
        padding-top: 10px;
    }
    .list-color-sp li span {
        width: 18px;
        height: 18px;
    }
    .list-color-sp li {
        width: 20px;
        height: 20px;
    }
    .wp-item-sp-main {
        /*height: 202px;*/
        overflow: hidden;
    }
    .wp-img-slide-sp img {
        height: 235px;
    }
    .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .row [class*="col-"] {
        padding-left: 1px;
        padding-right: 1px;
    }
    span.bar {
        width: 30px !important;
    }
    .wp-main-header {
        top: 30px;
    }
    .wp-main-header .col-md-1 {
        padding: 0px;
    }
    .wp-footer-bottom {
        padding: 5px 0px;
        text-align: center;
    }
    .wp-ft-main .h3-title-ft {
        text-align: left;
        margin-bottom: 10px;
        position: relative;
    }
    .wp-ft-main .h3-title-ft::after {
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 11px;
        margin-left: 10px;
        transition: all 0.3s ease-in-out;
        display: inline-block;
        position: absolute;
        right: 0px;
    }
    .wp-ft-main.open .h3-title-ft::after {
        transform: rotate(-180deg);
    }
    .wp-ft-main .list-ft-main {
        display: none;
        text-align: left;
        margin-bottom: 10px;
    }
    .list-mxh {
        margin: 0 auto;
    }
    .wp-footer-main {
        padding: 10px;
    }
    .p-phone {
        justify-content: center;
    }
    .wp-footer-top {
        padding: 20px 10px 0px;
        text-align: center;
    }
    .wp-dichvu {
        margin: 10px;
    }
    .mb-50, .mb-80, .mb-30 {
        margin-bottom: 15px;
    }
    .text-uudai .h3-title {
        font-size: 14px;
    }
    .wp-title-sec .h2-title {
        font-size: 18px;
    }
    .wp-list-uudai .row .col-md-4:nth-child(n+3) {
        display: none;
    }
    .wp-title-sec-sp .h2-title {
        font-size: 16px;
        width: 100px;
        padding-left: 5px;
        margin-right: 5px;
    }
    .list-link-title li {
        margin: 0px 5px;
        font-size: 10px;
    }
    .list-color-sp li {
        margin-right: 5px;
    }
    .wp-name-sp .h3-title {
        font-size: 14px;
    }
    .wp-title-sale .h2-title {
        font-size: 22px;
    }
    .time-sale > span {
        font-size: 14px;
    }
    .wp-flash-sale {
        padding: 15px 0px;
    }
    .wp-xemthem-sale {
        display: none;
    }
    .countdownHolder {
        font-size: 15px;
    }
    .title-sale {
        padding: 0px;
        flex-wrap: wrap;
    }
    .wp-suport-1 {
        padding: 10px;
    }
    .wp-suport-1 .row .col-md-4:nth-child(2) {
        border-right: none;
    }
    .wp-item-support .h3-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
/* css memu mobie */
.wp-menu-mobile {
    position: absolute;
    top: 9px;
    left: 10px;
    z-index: 9;
}
span.bar {
    display: block;
    width: 38px;
    height: 1.5px;
    background-color: #666;
    margin: 4px 0;
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
}
.backdrop__body-backdrop___1rvky {
    visibility: hidden;
    position: fixed;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 9999;
    transition: opacity .5s ease;
    display: none !important;
}
.backdrop__body-backdrop___1rvky.active {
    transition: opacity .5s ease;
    visibility: visible;
    opacity: 1;
}
.mobile-main-menu {
    height: 100%;
    overflow-y: auto;
    position: fixed;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    z-index: 9 !important;
    top: 0 !important;
    left: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.mobile-main-menu.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: calc(100% - 0%);
}
.mobile-main-menu .drawer-header {
    background-color: #fff;
    height: 70px;
}
.mobile-main-menu .drawer-header .drawer-header--auth {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 16px;
    margin-top: 0;
    padding: 15px 0;
}
.mobile-main-menu .drawer-header .drawer-header--auth ._object {
    width: 40px;
    height: 40px;
    margin-right: 16px;
    border-radius: 50%;
    overflow: hidden;
}
.mobile-main-menu .drawer-header .drawer-header--auth ._body {
    color: #fff;
    font-size: 12px;
}
.mobile-main-menu .ul-first-menu {
    padding-top: 8px;
    padding-bottom: 8px;
    flex-grow: initial;
    flex: 1 1 auto;
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.mobile-main-menu .ul-first-menu li {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
}
.mobile-main-menu .ul-first-menu li:last-child {
    margin-right: 0px;
}
.mobile-main-menu .ul-first-menu li a {
    display: block;
    padding: 5px 10px;
    color: rgba(0, 0, 0, 0.87);
    width: 100%;
    line-height: 1.1;
}
.mobile-main-menu .ul-first-menu li a i {
    width: 25px;
    color: rgba(0, 0, 0, 0.54);
    height: 25px;
    font-size: 18px;
    line-height: 25px;
    flex-shrink: 0;
    margin-right: 5px;
}
.mobile-main-menu .la-scroll-fix-infor-user {
    height: calc(100% - 263px);
    height: -moz-calc(100% - 263px);
    height: -webkit-calc(100% - 263px);
    height: -o-calc(100% - 263px);
    overflow: auto;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-title-nav-items {
    padding: 10px;
    color: #757575;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 0;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items {
    position: relative;
    overflow-y: auto;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li {
    width: 100%;
    float: left;
    padding: 0px;
    /*border-bottom: 1px solid #e07e83;*/
    position: relative;
    overflow: hidden;
}
.mobile-main-menu .la-nav-list-items li i {
    color: #999;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li a {
    display: block;
    color: #333333;
    font-size: 14px;
    width: 100%;
    height: 100%;
    padding: 10px 15px 5px 25px;
    position: relative;
}
.mobile-support {
    padding: 10px;
    margin: 10px 10px 0px 10px;
    border: 1px solid #164e99;
    border-radius: 5px;
    position: absolute;
    bottom: 10px;
    width: calc(100% - 20px);
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 a i, .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child2 a i {
   padding: 3px 0;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    height: 10px;
    width: 15px;
    line-height: 25px;
    text-align: center;
    background: url(77c9d0487b8d86d3df9c.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 a i.active:before, .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child2 a i.active:before {
    content: "\f068";
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 {
    padding-left: 10px;
    display: none;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 li {
    border: none;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 .ul-has-child2 {
    padding-left: 20px;
    display: none;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 li {
    border: none;
}
.navbar-toggle .icon-bar {
    background: #f3b94d;
}
@media (max-width: 991px) {
    #trigger-mobile {
        float: left;
        margin: 0;
        padding: 0;
        text-align: left;
    }
}
/* css back to top */
#back-to-top {
    position: fixed;
    bottom: -30px;
    right: 30px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    transition: 0.6s;
    bottom: 20px;
    opacity: 1;
}
#back-to-top i {
    color: #c73550;
    font-size: 36px;
    opacity: 0.6;
}
#back-to-top i:hover {
    opacity: 1;
}
.checkbox label, .radio label {
    margin: 0px !important;
}
#menu2 li a.active {
    color: #c73550;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #c73550;
    border-color: #c73550;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pro-price-view {
    width: 100%;
}
.cart-view table td.img img {
    width: 100px;
    border: 1px solid #ededed;
    margin-right: 10px;
    max-width: none;
    object-fit: cover;
}
#site-cart {
    width: 38%;
    right: 0px;
    transition: transform 0.5s;
    text-align: left;
    transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    position: fixed;
    top: 0px;
    bottom: 0;
    z-index: 998;
    padding: 0px;
    margin: 0px;
    outline: 1px solid transparent;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    height: calc(100vh - 0px);
    overflow-y: scroll;
    visibility: hidden;
}
.site-nav-container-last {
    width: calc(100% - 0px);
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding: 60px 20px 250px;
}
.site-nav-container-last .title {
    font-size: 14px;
    text-transform: uppercase;
    margin: 3px 0 0 0;
    font-weight: 500;
}
.textCartSide {
    float: left;
    width: 100%;
    margin: 5px 0 0 0;
    border-bottom: 1px dotted #bcbcbc;
    padding: 0 0 15px 0;
}
.cart-view table {
    width: 100%;
}
#cart-view tr:last-child {
    border: none;
}
table#cart-view tr td {
    border-top: 0;
    position: relative;
}
#cart-view tr td, .table-total tr td {
    border: none !important;
}
table tr td:first-child, table tr th:first-child {
    padding-left: 0px;
}
table tr td, table tr th {
    padding: 10px;
    text-align: left;
}
.labelGiftInCart {
    color: white;
    font-size: 9px;
    background: #df7120;
    position: absolute;
    top: 21px;
    right: 20px;
    padding: 5px 7px;
}
#cart-view tr td:not(.img) {
    padding: 20px 0;
    position: relative;
    padding-right: 20px;
}
.cart-view table td a.pro-title-view {
    float: left;
    width: 100%;
    font-size: 14px; /* font-weight: 600; */
}
span.pro-price-view {
    display: block;
    float: left;
    line-height: 26px;
    font-weight: 500;
}
#cart-view .variant {
    font-size: 12px;
    float: left;
    width: 100%;
    margin: 0px 0 12px;
    font-weight: bold;
    text-transform: uppercase;
}
span.pro-quantity-view {
    display: none;
    float: left;
    width: auto;
    background: #ededed;
    text-align: center;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1;
    margin-right: 12px;
}
.remove-cart {
    float: left;
    width: 100%;
}
.remove-cart a {
    border: 1px solid #ededed;
    padding: 5px;
    display: inline-block;
    font-size: 12px;
}
.cart-view .line {
    float: left;
    width: 100%;
    border-top: 2px solid #333333333;
    margin: 10px 0px;
}
#total-view-cart {
    font-weight: bold;
}
.cart-view a.linktocheckout {
    padding: 10px 30px;
    position: relative;
    width: 100%;
    white-space: nowrap;
    float: left;
    background: black;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.cart-view a.linktocart {
    padding: 0;
    position: relative;
    width: 100%;
    white-space: nowrap;
    color: black;
    text-align: center;
    float: left;
}
#site-cart.active {
    transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    visibility: visible;
}
.site-close-handle img {
    width: 20px;
}
.site-close-handle {
    position: absolute;
    top: 55px;
    right: 18px;
    width: 35px;
    height: 35px;
    z-index: 999;
    background: transparent;
    border: none;
    box-shadow: none;
    cursor: pointer;
    -ms-transition: transform 150ms linear;
    -webkit-transition: transform 150ms linear;
    transition: transform 150ms linear;
}
@media (max-width: 767px) {
    #site-cart {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    #site-cart {
        width: 50%;
    }
}
/*login*/
.top_barr {
    padding: 50px 0 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    background-image: url(../images/bg-db.jpg);
    background-position: center;
}
#customers {
    background: #ecf0f5;
}
.relative {
    position: relative;
}
.title_name_members {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: bold;
}
#customers .nav-tabs {
    border-bottom: 0px solid #ddd;
}
.top_barr .nav-tabs > li.active > a, .top_barr .nav-tabs > li.show > a, .top_barr .nav-tabs > li:hover > a {
    color: #333333;
    background-color: #ecf0f5;
    text-decoration: none;
}
.top_barr .nav-tabs > li > a {
    color: #fff;
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 5px 5px 0 0;
}
.mt25 {
    margin-top: 25px;
}
.box.box-primary {
    border-top-color: #3c8dbc;
}
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}
.profile-username {
    font-size: 18px;
    margin-top: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb10 {
    margin-bottom: 10px !important;
}
#customers .btn-danger {
    background-color: #dd4b39;
    border-color: #d73925;
    background-image: none;
}
.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}
.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
.nav-tabs-custom {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
#customers .nav-tabs {
    border-bottom: 0px solid #ddd;
}
.nav-tabs-custom > .nav-tabs {
    margin: 0;
    border-bottom-color: #f4f4f4;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #3c8dbc;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type {
    margin-left: 0;
}
.nav-tabs-custom > .nav-tabs > li {
    border-top: 3px solid transparent;
    border-right: 0px solid transparent;
    margin-bottom: -2px;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
    border-left-color: transparent;
    border: 0px;
}
.nav-tabs-custom > .nav-tabs > li.active > a, .nav-tabs-custom > .nav-tabs > li.active:hover > a {
    background-color: #fff;
    color: #444;
}
.nav-tabs-custom > .tab-content {
    background: #fff;
    padding: 10px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    font-weight: normal;
    margin: 0px;
}
@media screen and (max-width: 767px) {
    .form-horizontal .control-label {
        text-align: left;
        margin-bottom: 10px;
        font-weight: bold;
    }
}
.nav-tabs-custom .row {
    margin: 0px;
    margin-bottom: 10px;
}
/* css bo sung 21/08/2019 *//* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Arrows */
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before, .slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #333333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: '\f104';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
[dir='rtl'] .slick-prev:before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.slick-next {
    right: -25px;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
[dir='rtl'] .slick-next:before {
    content: '\f104';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
.slick-slide {
    margin: 5px 10px;
}
.wp-item-sp-222 {
    position: relative;
    margin-bottom: 30px;
}
.wp-item-sp-222 .wp-img-nho {
    width: 100px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.wp-item-sp-222 .wp-img-nho .list-img-nho-sp {
    position: relative;
    text-align: center;
}
.wp-img-nho .list-img-nho-sp .li-cc1 > span {
    display: block;
    text-align: center;
    font-size: 12px;
    content: #333333;
    padding: 10px 0px;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
}
ul li.li-cc1 > ul {
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    padding-bottom: 20px;
}
.wp-item-sp-222:hover ul.regular {
    opacity: 1;
}
.regular .slick-prev, .regular .slick-next {
    position: absolute;
    top: auto;
    bottom: 0px;
}
.regular .slick-prev {
    left: 25px;
    transform: rotate(-90deg);
}
.regular .slick-next {
    right: 25px;
    transform: rotate(-90deg);
}
.wp-title-danhmuc-s {
    padding: 30px 0px;
    text-align: center;
}
@media (min-width: 1200px) {
    .wp-item-sp-222 .wp-img-to img {
        height: 438px;
    }
    .wp-item-sp-222 .wp-img-nho img {
        height: 95px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .wp-item-sp-222 .wp-img-to img {
        height: 438px;
    }
    .wp-item-sp-222 .wp-img-to {
        height: 438px;
    }
    .wp-item-sp-222 .wp-img-nho img {
        height: 95px;
    }
    .wp-item-sp-222 {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .wp-item-sp-222 .wp-img-to img {
        height: 400px;
    }
    .wp-item-sp-222 .wp-img-to {
        height: 400px;
    }
    .wp-item-sp-222 .wp-img-nho img {
        height: 95px;
    }
    .wp-item-sp-222 {
        margin-bottom: 20px;
    }
}
/* end css bo sung 21/08/2019 */
.sec-home-05{
    margin-top: 50px;
}
.img-tin{
    text-align: center;
}
@media (max-width: 767px) {
    .text-banner .btn-xem {
        padding: 10px 20px;
        font-size: 10px;
        width: 97px;
    }
    .text-banner{
        top: 70%;
    }
    .wp-btn{
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .box-datmua .wp-text p {
        font-size: 14px;
    }
}
.wp-list-sp-home .row .col-md-3{
    padding: 0px 1px !important;
}
.list-ft-main.pc{
    display: none;
}
.feedback {
    position: fixed;
    right: 0px;
    bottom: 20%;
    background-color: #C9334E;
    width: 30px;
    height: 90px;
    border-radius: 7px 0px 0px 7px;
    z-index: 99999999;
}
.feedback a {
    display: -webkit-inline-box;
    -moz-transform: translateX(-26%) translateY(158%) rotate(-90deg);
    -webkit-transform: translateX(-26%) translateY(158%) rotate(-90deg);
    transform: translateX(-26%) translateY(158%) rotate(-90deg);
    color: #fff;
    /* font-weight: 600; */
    text-decoration: none;
    line-height: 22px;
}
.header-sticky .wp-logo{
    width: 78px;
    margin: 0px auto;
}
.wp-header-mobile img{
    width: 95px;
}
.wp-chonsize ul li a.active {
    font-family: Mon2 !important;
    font-size: 14px !important;
    text-decoration: underline !important;
}
#chitietsanphammobile .item img{
    height: 100%  !important;
}
#chitietsanphammobile .slide-sp-mobile .owl-dots{
    position: absolute;
    bottom: 0px;
    left: 0%;
}
#chitietsanphammobile .slide-sp-mobile .owl-prev i::before {
    content: "";
    width: 30px;
    display: inline-block;
    height: 30px;
    background: url(../images/arrow_prev.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#chitietsanphammobile .slide-sp-mobile .owl-next i::before {
    content: "";
    width: 30px;
    display: inline-block;
    height: 30px;
    background: url(../images/arrow_next.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#chitietsanphammobile .slide-sp-mobile .owl-nav .owl-next {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
    background: transparent;
}
#chitietsanphammobile .slide-sp-mobile .owl-nav .owl-prev {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0,-50%);
    background: transparent;
}
#chitietsanphammobile #shopping_cart{
    background: #414141;
    user-select: none;
    touch-action: pan-y;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: -33px;
    z-index: 100;
    height: 66px;
    width: 66px;
    right: 24px;
    display: flex;
    border-radius: 50%;
    max-height: 66px;
    align-items: center;
    justify-content: center;
    overflow: visible;
    font-size: 30px;
    padding: 0;
    border: 0px;
}
.error_size{
    width: 100%;
    color: red;
    font-style: inherit;
    clear: both;
    margin: 0px 5px;
    font-size: 13px;
}
@media (max-width: 767px) {
    #wp-img-sizeqq img{
        width: 100% !important;
        object-fit: contain !important;
        margin-bottom: 20px;
        height: 175px;
    }
}
#modal-size .h3-title{
    height: auto !important;
}
#modal-size .modal-dialog{
    top: 40%;
    transform: translateY(-50%);
}
/* css moi bo sung */
.wp-item-panel .accordion {
    color: #444;
    cursor: pointer;
    padding: 6px 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    background: #fff;
}
.wp-item-panel .active, .wp-item-panel .accordion:hover {
    background-color: #ccc;
}
.wp-item-panel .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.wp-item-panel .active:after {
    content: "\2212";
}
.wp-item-panel .panel {
    box-shadow: none;
    margin-bottom: 5px;
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
@media (max-width: 767px) {
    .wp-top-header {
        height: 32px;
    }
    .wp-main-header {
        height: 50px;
        border: 0px !important;
        padding-top: 10px !important;
    }
    .wp-list-sanpham2 {
        width: 100%;
        height: calc(100vh - 117px);
        overflow: hidden;
    }
    .wp-bottom-text-sp-22 {
        max-height: 500px;
        overflow-y: scroll;
        display: none;
    }
    .wp-top-text-sp-22 {
        padding-top: 20px;
        position: relative;
    }
    .btn-click-show-top {
        width: 35px;
        height: 35px;
        background: #fff;
        border: 0px solid #ccc;
        border-radius: 100%;
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .wp-text-slide-sp-22 {
        position: absolute;
        top: 100%;
        width: 100%;
        transition: all 0.5s ease-in-out;
    }
    .wp-text-slide-sp-22.active {
        position: absolute;
        top: 30px;
        background: #fff;
        height: calc(100vh - 155px);
    }
    .wp-list-panel {
        max-height: 350px;
        overflow-y: auto;
    }
    .btn-click-show-top.active i::before {
        content: '\f078';
    }
    .wp-slide-sp-22, #slide-sp-23, #slide-sp-23 .owl-stage-outer {
        height: 100%;
    }
}
/* end css bo sung moi */
.wp-list-check-color{
    height: 26px;
}
@media (max-width: 767px) {
    .slide-sp .owl-prev i::before{
        width: 20px;
        height: 20px;
    }
    .slide-sp .owl-nav .owl-prev {
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
    }
    .slide-sp .owl-nav .owl-next {
        transform: translateY(-50%);
        top: 50%;
        right: 0px;
    }
    .slide-sp .owl-next i::before {
        width: 20px;
        height: 20px;
    }
    #wp-img-sizeqq{
        display: none;
    }
}
form .btn-hover:hover,form .btn-hover:focus{
    background: #fcdcda !important;
    border: 1px solid #fcdcda !important;
    text-transform: uppercase;
}
.icon.icon-closed-box {
    width: 108px;
    height: 85px;
    background-image: url(../images/download.svg);
}
.icon {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
}
.section .section-content .content-box:first-child {
    margin-top: 0;
}
.section .section-content .content-box {
    box-shadow: 0 0 0 1px #d9d9d9;
    border-radius: 4px;
    background: #fff;
    color: #737373;
    margin-top: 1em;
}
/*@media (max-width: 767px) {*/
    /*.wp-title-sec-sp{*/
        /*display: inline-block;*/
    /*}*/
/*}*/
.sec-home-07 .col-md-6,.sec-home-10 .col-md-6{
    padding: 2px;
}
.sec-home-07 .row,.sec-home-10 .row{
    margin: 0px -2px !important;
}
@media (min-width: 1200px) {
    .inst-2{
        padding: 0px !important;
    }
}
.fancybox-container{
    z-index: 99999999999999999999 !important;
}
#modal-size .modal{
    z-index: 9999999999999999999999;
}
.list-link-title{
    float: left;
    width: calc(100% - 242px);
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.text-banner .btn-hover:hover {
    background: #c73550 !important;
    color: #fff !important;
    border-color: #c73550 !important;
     text-decoration: none !important;
}
.sec-home-04 .col-md-3{
    padding: 0px 1px;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .wp-item-sp:hover .wp-add-to-cart {
        /*top: 62%;*/
        opacity: 1;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .wp-item-sp:hover .wp-add-to-cart {
        /*top: 70%;*/
        opacity: 1;
    }
    .wp-sp-nb img {
        width: 100%;
        height: 270px;
        object-fit: cover;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .sp-nb1 img{
        height: 550px;
    }
    .sec-instagam div img{
        height: 155px;
    }
    .inst-2 img{
        height: 320px !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .sec-instagam div img{
        height: 114px;
    }
    .inst-2 img{
        height: 237px !important;
    }
    .myModalIn .modal-dialog {
        width: 100% !important;
    }
}
.myModalIn .modal-dialog{
    width: 70%;
    top: 10%;
}
.myModalIn .modal-dialog img{
    width: 100%;
}
.issss{
    display: block;
    margin: 0 auto;
    padding: 6px 0;
    color: #999;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-top: solid 1px #efefef;
    border-bottom: solid 1px #efefef;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/* buong css 16/9 */
.wp-list-sp-slide {
    overflow: hidden;
}
/* bướng css 20/09 */
@media (min-width: 1367px) and (max-width: 1520px) {
    .wp-list-sp-slide {
        height: 420px;
    }
    .sp-nb1 img {
        height: 750px;
        width: 100%;
        object-fit: cover;
    }
    .sec-home-07 .row {
        display: flex;
        flex-wrap: wrap;
    }
    .wp-item-spnb2 {
        height: 370px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1366px) {
    .wp-list-sp-slide {
        height: 419px;
    }
    .sp-nb1 img {
        height: 750px;
        width: 100%;
        object-fit: cover;
    }
    .sec-home-07 .row {
        display: flex;
        flex-wrap: wrap;
    }
    .wp-item-spnb2 {
        height: 370px !important;
    }
}
@media (min-width: 1600px) and (max-height: 1920px) {
    .sp-nb1 img {
        height: 920px;
    }
    .wp-item-spnb2 {
        height: 455px;
    }
    .wp-list-sp-slide {
        overflow: hidden;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .wp-dichvu .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .wp-dichvu .row .col-md-4 {
        padding-left: 5px;
        paint-order: 5px;
    }
    .img-tin img {
        height: auto;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }
    .wp-item-sp-222 .wp-img-to img {
        height: 450px;
    }
    .wp-list-sp-slide {
        height: 318px;
        overflow: hidden;
    }
    .box-datmua .wp-btn button, .box-datmua .wp-btn a{
        font-size: 17px;
        padding: 0px 10px;
    }
    .wp-item-dv {
        padding: 15px 5px;
    }
    .wp-tab-mota ul li a{
        padding: 0px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-home-03 .h2-title {
        font-size: 25px;
        margin-top: 20px;
    }
    .text-home-03 .btn-shopnow {
        font-size: 13px;
    }
    .sec-home-05 {
        margin-top: 20px;
    }
    .wp-main-header {
        top: 10px;
    }
    .mobile-main-menu.active {
        top: 70px !important;
    }
    .wp-main-header {
        height: 71px;
    }
    .img-tin img {
        height: auto;
    }
    .text-home-03{
        padding-left: 30px;
    }
    .wp-list-sp-slide {
        height: 234px;
        overflow: hidden;
    }
    .box-datmua .wp-btn button, .box-datmua .wp-btn a{
        font-size: 17px;
        padding: 0px 10px;
    }
    .wp-tab-mota ul li a{
        padding: 0px;
    }
}
@media (max-width: 991px) {
    .wp-cart-mb span {
        bottom: 0px !important;
        top: auto !important;
        right: 0px !important;
    }
    .main-menu-bar {
        position: relative;
        z-index: 999;
        background: #fff;
    }
    .mobile-main-menu .drawer-header {
        height: auto;
        display: none;
    }
    .wp-top-header {
        display: none;
    }
    .sticky-wrapper.header-sticky .wp-main-header {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .mobile-main-menu {
        width: 100%;
    }
    .wp-main-header {
        top: 0px !important;
        padding-top: 10px;
    }
    #trigger-mobile {
        width: 29px;
        height: 19px;
        background-image: url(../images/icon-bar.png);
        background-size: 29px 19px;
    }
    #trigger-mobile span {
        opacity: 0;
    }
    .mobile-main-menu .ul-first-menu li a i.fa-user {
        opacity: 1;
        background-image: url(../images/icon-user.png);
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
    }
    .mobile-main-menu .ul-first-menu li a i.fa-user::before {
        opacity: 0;
    }
    .wp-cart-mb {
        background: rgba(255, 255, 255, 0.3);
    }
    .btn-click-cart img {
        opacity: 0;
    }
    .btn-click-cart {
        background-image: url(../images/icon-cart.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
}
@media (max-width: 767px) {
    .mobile-main-menu.active {
        top: 50px !important;
    }
    .wp-main-header {
        height: 50px;
    }
}
.bg-white {
    background: #fff !important;
}
.wp-user i.fa-user {
    opacity: 1;
    background-image: url(../images/icon-user.png);
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
}
.wp-user i.fa-user:before {
    opacity: 0;
}
.wp-cart i.fa-shopping-cart:before {
    opacity: 0;
}
.wp-cart i.fa-shopping-cart {
    width: 20px;
    height: 22px;
    background-image: url(../images/icon-cart.png);
    background-size: 20px 22px;
    background-repeat: no-repeat;
}
@media (max-width: 767px){
    .wp-list-sp-slide {
        height: 235px;
        overflow: hidden;
    }
    .huongdan-chonsize {
        margin-bottom: 30px !important;
    }
}
/*.wp-search i.fa-search {*/
    /*opacity: 1;*/
    /*background-image: url(../images/searchicon.png);*/
    /*background-size: 12px 12px;*/
    /*width: 12px;*/
    /*height: 12px;*/
/*}*/
/*.wp-search i.fa-search:before {*/
    /*opacity: 0;*/
/*}*/
@media (max-width: 1199px) and (min-width: 992px){
    .wp-img-tin-a img {
        height: 200px;
    }
}
@media (max-width: 767px) and (min-width: 520px){
    .wp-img-slide-sp img {
         height: 440px !important;
     }
    .wp-list-sp-slide {
        height: 440px !important;
        overflow: hidden;
    }
    .wp-item-sp-222 .wp-img-to img {
         height: 791px;
    }
    .wp-item-sp-222 .wp-img-to {
        height: 791px;
    }
}
@media (max-width: 520px){
    .wp-item-sp:hover .wp-add-to-cart {
        top: calc(235px - 34px);
    }
}
.fa-plus:before {
    content: "";
}
.slide-sp-title .owl-next,.slide-sp-title .owl-prev{
        background: transparent !important;
    }
    .slide-sp-title.owl-drag .owl-item{
            display: flex;
            justify-content: center;
    }
    .slide-sp-title .owl-prev{
        position: absolute;
        left: -14px;
        top: 7px;
        transform: translateY(-50%);
    }
    .slide-sp-title .owl-next{
        position: absolute;
        right: 0px;
        top: 7px;
        transform: translateY(-50%);
    }
    .slide-sp-title .fa-chevron-left:before,.fa-chevron-right:before {
        font-family: 'oysho-icon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background: #fff;
        color: #333;
        font-size: 12.63px;
    }
    .slide-sp-title .fa-chevron-right:before {
        content: "\e911" !important;
    }
    .slide-sp-title .fa-chevron-left:before {
        content: "\e912" !important;
    }
    @media  (max-width: 767px){
        .wp-boloc .wp-title h1{
            font-size: 14px
        }
    }
    .list-link-title li a{
        overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    }
    @media (min-width: 992px) and (max-width: 1023px){
  .wp-item-sp-222 .wp-img-to img {
    height: 438px !important;
  }  
}
