@font-face {
    font-family: 'Proxima Nova';
    src: url('../assets/fonts/subset-ProximaNovaA-Light.eot');
    src: url('../assets/fonts/subset-ProximaNovaA-Light.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/subset-ProximaNovaA-Light.woff2') format('woff2'), url('../assets/fonts/subset-ProximaNovaA-Light.woff') format('woff'), url('../assets/fonts/subset-ProximaNovaA-Light.ttf') format('truetype'), url('../assets/fonts/subset-ProximaNovaA-Light.svg#ProximaNovaA-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../assets/fonts/subset-ProximaNova-Black.eot');
    src: url('../assets/fonts/subset-ProximaNova-Black.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/subset-ProximaNova-Black.woff2') format('woff2'), url('../assets/fonts/subset-ProximaNova-Black.woff') format('woff'), url('../assets/fonts/subset-ProximaNova-Black.ttf') format('truetype'), url('../assets/fonts/subset-ProximaNova-Black.svg#ProximaNova-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../assets/fonts/subset-ProximaNovaT-Thin.eot');
    src: url('../assets/fonts/subset-ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/subset-ProximaNovaT-Thin.woff2') format('woff2'), url('../assets/fonts/subset-ProximaNovaT-Thin.woff') format('woff'), url('../assets/fonts/subset-ProximaNovaT-Thin.ttf') format('truetype'), url('../assets/fonts/subset-ProximaNovaT-Thin.svg#ProximaNovaT-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../assets/fonts/subset-ProximaNova-Extrabld.eot');
    src: url('../assets/fonts/subset-ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/subset-ProximaNova-Extrabld.woff2') format('woff2'), url('../assets/fonts/subset-ProximaNova-Extrabld.woff') format('woff'), url('../assets/fonts/subset-ProximaNova-Extrabld.ttf') format('truetype'), url('../assets/fonts/subset-ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../assets/fonts/subset-ProximaNovaA-Thin.eot');
    src: url('../assets/fonts/subset-ProximaNovaA-Thin.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/subset-ProximaNovaA-Thin.woff2') format('woff2'), url('../assets/fonts/subset-ProximaNovaA-Thin.woff') format('woff'), url('../assets/fonts/subset-ProximaNovaA-Thin.ttf') format('truetype'), url('../assets/fonts/subset-ProximaNovaA-Thin.svg#ProximaNovaA-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../assets/fonts/subset-ProximaNova-Regular.eot');
    src: url('../assets/fonts/subset-ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/subset-ProximaNova-Regular.woff2') format('woff2'), url('../assets/fonts/subset-ProximaNova-Regular.woff') format('woff'), url('../assets/fonts/subset-ProximaNova-Regular.ttf') format('truetype'), url('../assets/fonts/subset-ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../assets/fonts/subset-ProximaNova-Bold.eot');
    src: url('../assets/fonts/subset-ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/subset-ProximaNova-Bold.woff2') format('woff2'), url('../assets/fonts/subset-ProximaNova-Bold.woff') format('woff'), url('../assets/fonts/subset-ProximaNova-Bold.ttf') format('truetype'), url('../assets/fonts/subset-ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../assets/fonts/subset-ProximaNovaA-Bold.eot');
    src: url('../assets/fonts/subset-ProximaNovaA-Bold.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/subset-ProximaNovaA-Bold.woff2') format('woff2'), url('../assets/fonts/subset-ProximaNovaA-Bold.woff') format('woff'), url('../assets/fonts/subset-ProximaNovaA-Bold.ttf') format('truetype'), url('../assets/fonts/subset-ProximaNovaA-Bold.svg#ProximaNovaA-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --yellow: #FFB300;
    --grey: #b5c2b7;
    --black: #2e282a;
    --blue: #2d6bdc;
    --cream: #eddea4;
    --white: #f5f3f5;
    --purple1: #1b1464;
}


/* Rectangle 44 */

html {
    margin: 0 auto;
}

body {
    font-size: 13px;
    line-height: 1.42857143;
    color: var(--black);
    font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    background: #f2f2f2 !important;
}
.hidden{display:none}
ul.menu-mobile {
    display: none;
}

.cusbody .inner-mobile {
    display: none;
}

.widget-wrapper-widget_efw_menu_top_bar ul {
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    place-content: center;
}

.widget-wrapper-widget_efw_menu_top_bar ul li {
    font-size: 13px;
    list-style: none;
    padding: 5px;
    color: #ffffff;
}

.widget-wrapper-widget_efw_menu_top_bar ul li span {
    color: #ffffff;
}

.widget-wrapper-widget_efw_menu_top_bar ul li a {
    color: #FFB300;
    white-space: nowrap;
}

.widget-wrapper-widget_efw_menu_top_bar ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.menu__top_bar {
    background-color: #333333;
    width: 100%;
    display: block;
    padding: 10px;
}

.menu__top_bar .container {
    background-color: #333;
}

.menu__top_bar .container .widget-body {
    float: left;
}

.menu__top_bar .container .widget-body::after {
    content: '';
    clear: both;
}

header {
    position: relative;
}

header .header-main {
    padding: 10px 0;
}

header .header__body {
    background-color: #1b1b1b;
}

header .header__menu {
    background: #828282;
}

header .container .row {
    justify-content: center;
    align-items: center;
}

header .container .row #header-info nav ul.menu {
    justify-content: flex-end;
}

header .container .row #logo {
    padding: 0;
    background: none;
    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;
}

header .container .row #logo img {
    max-width: 100%;
    height: auto;
}

header .container .row #logo button#js-menu-trigger {
    display: none;
    background: none;
    border: 0;
    position: relative;
}

header .container .row #logo button#js-menu-trigger #icon-menu {
    width: 26px;
    height: auto;
}

header .container .row #logo button#js-menu-trigger span {
    display: block;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
    margin-left: 0;
    color: #fff;
}

header .container .row #logo button#btn-search {
    display: none;
}

header .container .row #logo a.btn_shopping_cart {
    display: none;
}

header .container .row #logo ul.menu-list {
    width: 200px;
    border: 1px solid #ddd;
    border-top: 0;
    min-width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f5f5f5;
    z-index: 2;
    text-align: left;
    opacity: 1;
    -o-opacity: 0;
    display: none;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -o-transition: 0.4s all;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}

header .container .row #logo ul.menu-list li {
    position: relative;
    text-align: left;
    float: none;
    display: block;
    width: 100%;
    margin: 0;
}

header .container .row #logo ul.menu-list li:after {
    display: none;
}

header .container .row #logo ul.menu-list li a {
    text-decoration: none;
    padding: 10px;
    display: block;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #7f7f7f;
}

header .container .row #logo ul.menu-list li a:hover {
    background: #fede17;
    color: #fff;
}

header .container .row #logo ul.menu-list li a:hover:before {
    display: none;
}

header .container .row #logo ul.menu-list li:last-child a {
    border-bottom: none;
}

header .container .row #logo ul.menu-list li ul.sub-menu {
    left: 100%;
    top: 0;
    width: 100%;
    display: none;
}

header .container .row #logo ul.menu-list li ul.sub-menu li a {
    border-bottom: 1px solid #7f7f7f;
}

header .container .row #logo ul.menu-list li ul.sub-menu li:last-child a {
    border-bottom: none;
}

header .container .row #logo ul.menu-list li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

header .container .row #logo ul.menu-list li.menu-item-has-children:before {
    content: "\f054 ";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #333;
    right: 5px;
    transition: all 0.2s;
    font-size: 10px;
    line-height: 45px;
}

header .container .row #logo ul.menu-list.active {
    display: block;
}

header .container .row #search {
    display: flex;
    justify-content: center;
    align-items: center;
}

header .container .row #search_mobile {
    display: none;
}

header .container .row #search #form-search,
header .container .row #search_mobile #form-search {
    width: 100%;
}

header .container .row #search .has-search,
header .container .row #search_mobile .has-search {
    width: 100%;
}

header .container .row #search .has-search .form-control,
header .container .row #search_mobile .has-search .form-control {
    height: 35px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #333333 !important;
    font-size: 13px;
    border-radius: 24px;
    padding-right: 20px;
    width: 100%;
}

header .container .row #search .has-search .form-control::placeholder,
header .container .row #search_mobile .has-search .form-control::placeholder {
    color: #333333;
    opacity: 1;
}

header .container .row #search .has-search .form-control-feedback,
header .container .row #search_mobile .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 30px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #333;
    font-size: 18px;
    cursor: pointer;
    right: 20px;
}

nav {
    text-align: center;
}

nav ul.menu {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    -webkit-display: flex;
    flex: 1 100%;
}

nav ul.menu li {
    list-style: none !important;
    position: relative;
    margin-right: 0;
}

nav ul.menu li:not(:first-of-type) a,
nav ul.menu li:not(:first-of-type) span {
    padding-left: 12px;
}

nav ul.menu li:not(:last-of-type) a,
nav ul.menu li:not(:last-of-type) span {
    padding-right: 12px;
}

nav ul.menu li:not(:last-of-type):after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #fff;
    display: block;
    position: absolute;
    top: 22px;
    right: 0;
}

nav ul.menu li span,
nav ul.menu li a {
    position: relative;
    font-size: 14px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
}

nav ul.menu li span:hover::before,
nav ul.menu li a:hover::before {
    transform: scale(1);
    -webkit-transform: scale(1);
}

nav ul.menu li ul.sub-menu {
    width: 250px;
    border: 1px solid #ddd;
    border-top: 0;
    min-width: 150px;
    position: absolute;
    top: 100%;
    background: #f5f5f5;
    z-index: 999;
    text-align: left;
    opacity: 1;
    -o-opacity: 0;
    display: none;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -o-transition: 0.4s all;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}

nav ul.menu li ul.sub-menu li {
    position: relative;
    text-align: left;
    float: none;
    display: block;
    width: 100%;
    margin: 0;
}

nav ul.menu li ul.sub-menu li:after {
    display: none;
}

nav ul.menu li ul.sub-menu li span,
nav ul.menu li ul.sub-menu li a {
    text-decoration: none;
    padding: 10px 10px;
    display: block;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    text-transform: none;
    text-align: left;
}

nav ul.menu li ul.sub-menu li span:hover,
nav ul.menu li ul.sub-menu li a:hover {
    background: #FFB300;
    color: #fff;
}

nav ul.menu li ul.sub-menu li span:hover::before,
nav ul.menu li ul.sub-menu li a:hover::before {
    display: none;
}

nav ul.menu li ul.sub-menu li span:after,
nav ul.menu li ul.sub-menu li a:after {
    display: none;
}

nav ul.menu li ul.sub-menu li:last-child span,
nav ul.menu li ul.sub-menu li:last-child a {
    border-bottom: none;
}

nav ul.menu li ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: 0;
    width: 100%;
}

nav ul.menu li ul.sub-menu li ul.sub-menu li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

nav ul.menu li ul.sub-menu li.menu-item-has-children ul.sub-menu {
    display: none;
}

nav ul.menu li ul.sub-menu li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

nav ul.menu li ul.sub-menu li.menu-item-has-children:hover ul.sub-menu ul.sub-menu {
    display: none;
}

nav ul.menu li ul.sub-menu li.menu-item-has-children:before {
    content: "\f054 ";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #333;
    right: 5px;
    transition: all 0.2s;
    font-size: 10px;
    line-height: 45px;
}

nav ul.menu li.menu-item-has-children span,
nav ul.menu li.menu-item-has-children a {
    position: relative;
    cursor: pointer;
}

nav ul.menu li.menu-item-has-children span:before,
nav ul.menu li.menu-item-has-children a:before {
    display: none;
    opacity: 0;
    -webkit-opacity: 0;
    -o-opacity: 0;
}

nav ul.menu li.menu-item-has-children ul li.menu-item-has-children {
    position: relative;
}

nav ul.menu li.menu-item-has-children ul li.menu-item-has-children::before {
    display: block;
    right: 10px;
    content: "\f054";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

nav ul.menu li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    -webkit-opacity: 1;
    -o-opacity: 1;
    display: block;
}

.logo_mobile {
    display: none;
}

header .wrap-suggestion {
    display: block;
    border: 1px solid #e2e2e2;
    background: #fff;
    position: absolute;
    right: 0;
    width: 345px;
    top: 45px;
    z-index: 20;
    margin-right: 15px;
}

header .wrap-suggestion::before,
header .wrap-suggestion::after {
    left: 210px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}

header .wrap-suggestion:before {
    border-color: rgba(218, 218, 218, 0);
    border-bottom-color: #dadada;
    border-width: 9px;
    margin-left: -9px;
    bottom: 100%;
}

header .wrap-suggestion:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
    bottom: 100%;
}

header .wrap-suggestion li {
    display: block;
    background: #fff;
    overflow: hidden;
    list-style: none;
    border-bottom: 1px dotted #ccc;
}

header .wrap-suggestion li.selected,
header .wrap-suggestion li:hover {
    background: #f5f5f5;
}

header .wrap-suggestion li a {
    display: block;
    overflow: hidden;
    padding: 6px;
    color: #333;
    font-size: 12px;
}

header .wrap-suggestion li a img {
    float: left;
    width: 50px;
    height: auto;
    margin: 0 6px 0 0;
}

header .wrap-suggestion li a h3 {
    display: block;
    width: auto;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

header .wrap-suggestion li a span.price {
    font-size: 12px;
    color: #c70100;
    float: none;
}

header .wrap-suggestion li a .group-price {
    display: flex;
    -webkit-display: flex;
    flex-flow: row nowrap;
    flex: 1 100%;
}

header .wrap-suggestion li a .group-price ins,
header .wrap-suggestion li a .group-price del {
    display: inline-block;
}

header .wrap-suggestion li a .group-price del {
    margin-left: 10px;
}

header .wrap-suggestion li a .group-price ins {
    color: #c2272d;
    font-weight: bold;
}

header .wrap-suggestion li a .group-price del .amount {
    margin-left: 10px;
    color: #9b9b9b;
    text-decoration: line-through;
}

.widget-wrapper-widget_efwuserstyle {
    text-align: center;
    padding: 5px;
}

.userstyle {
    cursor: pointer;
    -webkit-box-align: center;
    align-items: center;
    display: inline-flex;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.9px;
    margin: 0px 0px 0px 25px;
}

.userstyle:hover .userstyle-dropdown {
    display: block;
}

.userstyle .fa-user {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}

.userstyle-title {
    color: #ffffff;
    font-weight: 400;
    white-space: nowrap;
    text-align: start;
    font-size: 13px;
}

.userstyle-title-nowrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100px;
    overflow: hidden;
    font-size: 13px;
}

.userstyle-title small {
    font-size: 12px;
    font-weight: 300;
}

.userstyle-dropdown {
    display: none;
    width: auto;
    min-width: 196px;
    z-index: 15;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 6px 12px 0px;
    position: absolute;
    top: 45px;
    left: 40%;
    transform: translateX(-50%);
    border: 1px solid #ddd;
    border-image: initial;
    background: #f5f5f5;
    list-style: none;
    margin: 0px;
    padding: 10px 0px;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}

.userstyle-dropdown a {
    text-decoration: none !important;
}

.userstyle-dropdown a p {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    min-width: 265px;
    color: #333;
    font-size: 12px;
    font-weight: 400;
    margin: 0px;
    padding: 8px 20px;
    cursor: pointer;
}

.userstyle-dropdown a:hover {
    text-decoration: none !important;
}

.userstyle-dropdown a:hover p {
    background-color: #FFB300;
    color: #fff;
}

.userstyle-dropdown::before {
    margin-left: -9px;
    bottom: 100%;
    left: 50%;
    content: " ";
    height: 0px;
    width: 0px;
    position: absolute;
    pointer-events: none;
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent #ffffff;
    border-image: initial;
    border-bottom: 9px solid #ffffff;
}

.userstyle-dropdown::after {
    content: " ";
    height: 20px;
    width: 150px;
    top: -20px;
    left: calc(50% - 65px);
    position: absolute;
    display: inline-block;
    background: transparent;
}

.userstyle-button {
    color: #4a4a4a;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
    user-select: none;
    width: 236px;
    height: 41px;
    line-height: 41px;
    text-shadow: #ababab 0px 0px 1px;
    background: #FFB300;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 0px;
    border-radius: 4px;
    margin: 5px 12px;
    outline: none;
}

.userstyle-button:hover {
    opacity: 0.85;
}

.userstyle-button.facebook,
.userstyle-button.google {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
    user-select: none;
    width: 236px;
    height: 41px;
    line-height: 41px;
    color: #fff;
    font-weight: 400;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 0px;
    border-radius: 4px;
    margin: 5px 12px;
    outline: none;
}

.userstyle-button.facebook {
    background: #3b5998;
}

.userstyle-button.google {
    background: #df4a32;
}

.userstyle-button-icon {
    float: left;
    height: 41px;
    width: 41px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.woo-shop-cart {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.shop_cart {
    position: relative;
    display: block;
}

.shop_cart a {
    background-color: transparent;
    text-decoration: none;
}

.shop_cart a:hover {
    text-decoration: none !important;
    color: #FFB300;
}

.shop_cart a:hover .shop_cart_item {
    border-color: #FFB300;
}

.shop_cart .shop_cart_item {
    display: inline-flex;
    position: relative;
    align-items: center;
    -webkit-box-align: center;
    font-size: 14px;
    letter-spacing: 0.7px;
    font-weight: 400;
    color: #ffffff;
    vertical-align: middle;
    margin: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-image: initial;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.shop_cart .shop_cart_item .fa-shopping-cart {
    margin-right: 5px;
    font-size: 18px;
}

.shop_cart .shop_cart_item-text {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    white-space: nowrap;
}

.shop_cart .shop_cart_item-qty {
    color: #4a4a4a;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin-left: 9px;
    font-size: 12px;
    font-weight: 700;
    background: #FFB300;
    border-radius: 2px;
    padding: 0px 6px;
}

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.bottom-bar {
    display: none;
}

.menu__info ul.list-item {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-end;
    list-style: none;
    margin-bottom: 0;
}

.menu__info ul.list-item .userstyle {
    margin: 0;
}

.menu__info ul.list-item li {
    -webkit-box-align: center;
    align-items: center;
    display: inline-flex;
    color: #ffffff;
    font-size: 12px;
    position: relative;
    font-weight: 400;
    line-height: 14px;
}

.menu__info ul.list-item li span.lh-info {
    line-height: 1.4;
}

.menu__info ul.list-item li i {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

.menu__info ul.list-item li a {
    color: #FFB300;
    font-weight: bold;
}

.menu__info ul.list-item li:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 1px;
    margin: 0 10px;
}

.header-main .col-sm-7 {
    padding-right: 0;
}

.header__menu .container {
    padding: 0;
}

.header__menu-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.header__menu-left {
    flex-grow: 2;
}

.header__menu-right {
    background: #FFB300;
    padding: 0 15px;
}

.header__menu-right ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
}

.header__menu-right ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 8px;
}

.header__menu-right ul li:not(:last-of-type) {
    padding-right: 8px;
}

.header__menu-right ul li a {
    color: #fff;
    font-size: 14px;
    margin-left: 5px;
}

p:empty {
    display: none;
}

.btn-primary {
    border: #FFB300;
    background-color: #FFB300;
}

.btn-primary:hover {
    border: #FFB300;
    background-color: #FFB300;
    opacity: 0.9;
}

#repair-appointment .modal-title {
    margin: 0 auto;
}

#repair-appointment .modal-header .close {
    margin-left: 5px;
}

.step-hide,
.js-step {
    display: none;
}

.icon-return {
    background: 0 0;
    border: none;
    padding: 0;
    display: inline-block;
    height: auto;
    margin-right: 10px;
    padding-top: 6px;
    float: left;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.icon-return:active,
.icon-return:focus {
    outline: none;
}

.icon-return .fa-chevron-left {
    font-size: 22px;
}

.p-404-page {
    margin: 30px 0;
}

.p-404-page h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
}

.p-404-page .search-form input {
    border: 1px solid #ccc;
    padding: 5px;
}

.iproduct {
    margin-bottom: 30px;
}

.iproduct a:hover {
    text-decoration: none !important;
}

.iproduct a:hover .info h2,
.iproduct a:hover .info .woocommerce-loop-product__title {
    color: #FFB300 !important;
}

.iproduct .flag {
    position: absolute;
}

.iproduct .flag-sale {
    background: #ffa300;
    color: #fff;
    border: 1px solid #e83612;
    padding: 3px 15px;
    z-index: 8;
    top: 70%;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.iproduct .image,
.iproduct .image img,
.iproduct .info h3 {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.iproduct .image {
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
}

.iproduct .image img {
    padding: 5px;
    display: block;
    margin: 0 auto;
    width: 95%;
}

.iproduct .info {
    text-align: center;
    padding: 0 10px;
}

.iproduct .info h3,
.iproduct .info .woocommerce-loop-product__title {
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1.4;
}

.iproduct .info .amount {
    color: #de1316;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
}

.iproduct .info .group-price {
    display: flex;
    -webkit-display: flex;
    flex-flow: row wrap;
    flex: 1 100%;
    justify-content: center;
    align-items: center;
}

.iproduct .info .group-price ins,
.iproduct .info .group-price del {
    display: inline-block;
}

.iproduct .info .group-price del {
    margin-left: 10px;
    text-decoration: none;
    padding-top: 5px;
}

.iproduct .info ins {
    text-decoration: none;
}

.iproduct .info del {
    display: block;
    margin-bottom: 5px;
}

.iproduct .info del .amount {
    color: #9b9b9b;
    text-decoration: line-through;
    font-size: 14px;
}

.iproduct a.woocommerce-loop-product__link {
    display: block;
}

.iproduct a:hover .image img {
    opacity: 0.8;
    -webkit-opacity: 0.8;
}

.iproduct a:hover .info h3 {
    color: #FF9420;
}

.iproduct .product-bottom {
    text-align: center;
    margin-top: 15px;
}

.iproduct .product-bottom a.btn {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    min-width: 110px;
    transtition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.iproduct .product-bottom a.btn-cart {
    background: #e01318;
}

.iproduct .product-bottom a.btn-installment {
    background: #FFB300;
}

.iproduct .product-bottom a:hover.btn-cart {
    background: #FFB300;
}

.iproduct .product-bottom a:hover.btn-installment {
    background: #000;
}

.box-product p:empty,
.box-product-preorder p:empty {
    display: none;
}

.box-product .group-price ins,
.box-product-preorder .group-price ins {
    font-size: 15px;
    color: #c2272d;
    font-weight: bold;
    text-decoration: none;
}

.box-product .group-price ins .amount,
.box-product-preorder .group-price ins .amount {
    font-size: 28px;
}

.box-product .group-price del .amount,
.box-product-preorder .group-price del .amount {
    font-size: 14px;
    margin-left: 10px;
}

.row-sidebar-none {
    margin-bottom: 30px;
}

.sidebar-shop {
    background: #374659;
    padding: 15px;
    margin-bottom: 30px;
}

.sidebar-shop .widget:last-child {
    border: 0;
    padding-bottom: 0;
}

.sidebar-shop .widget-cat-heading {
    color: #474747;
    font-size: 22px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
    font-weight: bold;
}

.sidebar-shop .efw-woo-categories ul {
    display: flex;
    -webkit-display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.sidebar-shop .efw-woo-categories ul li {
    list-style: none;
    position: relative;
    padding-right: 80px;
}

.sidebar-shop .efw-woo-categories ul li a {
    color: #fff;
    line-height: 1.4;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
}

.sidebar-shop .efw-woo-categories ul li img {
    width: 16px;
    margin-right: 10px;
}

.sidebar-shop .efw-woo-categories ul li ul {
    display: none;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    width: 350px;
    border: 1px solid #ddd;
    border-top: 0;
    min-width: 150px;
    position: absolute;
    top: 37px;
    left: 0;
    background: #7fbecf;
    z-index: 2;
    text-align: left;
    opacity: 1;
    -o-opacity: 0;
    padding: 15px 30px;
}

.sidebar-shop .efw-woo-categories ul li ul::before,
.sidebar-shop .efw-woo-categories ul li ul::after {
    left: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}

.sidebar-shop .efw-woo-categories ul li ul:before {
    border-color: rgba(218, 218, 218, 0);
    border-bottom-color: #dadada;
    border-width: 9px;
    margin-left: -9px;
    bottom: 100%;
}

.sidebar-shop .efw-woo-categories ul li ul:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #7fbecf;
    border-width: 8px;
    margin-left: -8px;
    bottom: 100%;
}

.sidebar-shop .efw-woo-categories ul li ul li {
    padding-right: 0px;
    margin-bottom: 10px;
}

.sidebar-shop .efw-woo-categories ul li ul li a {
    color: #fff;
    padding-bottom: 4px;
    margin-left: 25px;
}

.sidebar-shop .efw-woo-categories ul li ul li a:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #fff;
    display: block;
    position: absolute;
    top: 3px;
}

.sidebar-shop .efw-woo-categories ul li ul li a:hover {
    color: #374659;
}

.sidebar-shop .efw-woo-categories ul li ul li a:hover:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
}

.sidebar-shop .efw-woo-categories ul li ul li.current-menu-item>a {
    color: #374659;
}

.sidebar-shop .efw-woo-categories ul li ul li.current-menu-item>a:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
}

.sidebar-shop .efw-woo-categories ul li.current-menu-item>a {
    color: #48a2ba;
}

.sidebar-shop .efw-woo-categories ul li.current-parent>a {
    color: #48a2ba;
}

.sidebar-shop .efw-woo-categories ul li.current-parent>a::before {
    display: none;
}

.sidebar-shop .efw-woo-categories ul li.current-parent>ul {
    display: block;
}

.sidebar-shop .efw-woo-categories .toggle-child {
    position: absolute;
    top: 0px;
    right: 50px;
    color: #46a2bb;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
    font-size: 26px;
}

.sidebar-shop .efw-woo-categories .toggle-child i {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.sidebar-shop .efw-woo-categories .toggle-child.active-toggle i {
    transform: rotate(90deg);
    -webkit-transform: rotate(180deg);
}

.sidebar-shop .efw-woo-categories .toggle-child:hover {
    background-color: #F9F9F9;
    color: #333;
    opacity: 0.3;
}

.sidebar-shop .widget-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
}

.sidebar-shop .widget-title h3 {
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    color: #474747;
}

.sidebar-shop .product-categories {
    margin: 0;
}

.sidebar-shop .product-categories li {
    list-style: none;
}

.sidebar-shop .product-categories li a {
    color: #9e9e9e;
}

.sidebar-shop .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li {
    font-size: 14px;
    margin-bottom: 5px;
}

.sidebar-shop .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li a {
    color: #808080;
}


/*breadcrumbs*/

.woocommerce-breadcrumb a:first-child {
    visibility: hidden;
    position: relative;
    width: 22px;
    font-size: 9px;
}

.woocommerce-breadcrumb a:first-child:before {
    content: '';
    background: url(../images/icon-vdd.png) no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    display: block;
    top: -3px;
    left: 0;
    visibility: visible;
    position: absolute;
}

.single-product .breadcrumbs {
    margin-bottom: 15px;
}

.single-product .woocommerce-product-gallery__wrapper .label-sticker-middle-note {
    width: 80%;
    margin: 0 auto;
}

.single-product .woocommerce-product-gallery__wrapper .label-sticker-middle-note .text-intro {
    line-height: 18px;
}

.single-product .woocommerce-product-gallery__wrapper .label-sticker-middle-note .price-text {
    font-size: 24px;
    line-height: 24px;
}

.single-product .related {
    background: #fff;
    padding: 10px;
     
}

.single-product .related .label-sticker-middle-note .text-intro {
    font-size: 10px;
}

.single-product .related .label-sticker-middle-note .price-text {
    font-size: 16px;
    line-height: 16px;
}

.single-product .related ul {
    margin-bottom: 0 !important;
}

.single-product .related ul li.product {
    margin-bottom: 0 !important;
}

.breadcrumbs {
    padding: 15px 0;
    background: #f2f2f2;
    margin-bottom: 30px;
}

.breadcrumbs ul {
    overflow: hidden;
    margin: 0;
}

.breadcrumbs ul li {
    list-style: none;
    float: left;
    margin-right: 10px;
    position: relative;
    padding-right: 15px;
}

.breadcrumbs ul li a {
    text-transform: initial;
    color: #333;
    font-size: 14px;
}

.breadcrumbs ul li:after {
    display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "|";
    position: absolute;
    top: 2px;
    right: 0;
}

.breadcrumbs ul li:last-child {
    font-weight: bold;
    pointer-events: none;
}

.breadcrumbs ul li:last-child:after {
    display: none;
}


/*breadcrumbs*/


/*woocommerce*/

.page-template-shop .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb {
    text-align: left;
}

.page-template-shop .iproduct a:hover,
.woocommerce .iproduct a:hover {
    color: #FF9420;
}

.page-template-shop .iproduct a:hover .info h3,
.woocommerce .iproduct a:hover .info h3 {
    color: #FF9420 !important;
}

.page-template-shop .woocommerce-products-header,
.woocommerce .woocommerce-products-header {
    border: none;
}

.page-template-shop   .box-info-statics,
.woocommerce   .box-info-statics {
    border: 1px solid #FFB300;
    position: relative;
    margin-top: 15px;
}

.page-template-shop  .box-info-statics .info-title,
.woocommerce   .box-info-statics .info-title {
    position: absolute;
    background: #FFB300;
    padding: 10px;
    left: 5%;
    right: 5%;
    top: -30px;
    text-align: center;
    color: #fff;
}

.page-template-shop  .box-info-statics .statics-info .info-body,
.woocommerce  .box-info-statics .statics-info .info-body {
    padding-top: 20px;
}

.woocommerce-breadcrumb {
    margin-bottom: 0px !important;
}

.woocommerce .nhanh-box {
    font-size: 16px;
    font-weight: bold;
}

.woocommerce .col-button button.button.disabled {
    padding: 0;
}

.woocommerce ul.products li.product .price {
    font-size: 12px;
    color: #be1e2d;
    margin: 0 9px 0;
}

.woocommerce ul.products li.product .price p.price {
    font-size: 13px;
    font-weight: bold;
    color: #be1e2d;
}

.woocommerce .star-rating span::before {
    color: #FFB300;
}

.woocommerce .woocommerce-ordering {
    margin-bottom: 0;
}

.woocommerce ul.products {
    margin: 0 0 15px;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none;
}

.woocommerce ul.products li.product {
    border: solid #e8e8e8;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    background: #fff;
    border-width: 0px 1px 1px 0;
}

.woocommerce ul.products li.product a img {
    width: 80%;
}

.woocommerce ul.products li.product .image {
    border: 0;
    margin: 0;
}

.woocommerce ul.products li.product .image img {
    margin: 0 auto;
    padding: 10px;
}

.woocommerce ul.products li.product .product-bottom {
    display: flex;
    -webkit-display: flex;
    justify-content: center;
}

.woocommerce ul.products li.product .product-bottom a.btn {
    padding: 3px 5px;
    min-width: 90px;
}

.woocommerce ul.products li.product .product-bottom a.btn-installment {
    background: #f09463;
}

.woocommerce ul.products li.product .product-bottom a.btn-installment:hover {
    background: #da723b;
}

.woocommerce ul.products li.product .product-bottom a.btn-cart {
    background: #e1607e;
    margin-right: 10px;
}

.woocommerce ul.products li.product .product-bottom a.btn-cart:hover {
    background: #e5355e;
}

.woocommerce ul.products li a.woocommerce-loop-product__link {
    display: block;
}

.woocommerce ul.products li a .info .woocommerce-loop-product__title {
    color: #333333;
    font-size: 16px;
}

.woocommerce ul.products li .info del .amount {
    color: #9b9b9b;
}

.woocommerce ul.products li .info .amount {
    color: #De1316;
}

.woocommerce-products-header {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
}

.woocommerce-products-header h2 {
    font-size: 26px;
    font-weight: bold;
}

.woocommerce-products-header img {
    width: 40px;
}

.woocommerce-products-header select {
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 35px;
    color: #646464;
    font-size: 14px;
}

.woocommerce .product-heading {
    margin-bottom: 30px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 0px;
}

.woocommerce .product-heading h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 10px;
}

.woocommerce .product-info-top {
    background: #fff;
    padding: 15px 15px 30px;
    margin-bottom: 30px;
}

.woocommerce .product-info-middle .grid-column {
    background: #fff;
    padding: 25px 5px 15px;
}

.woocommerce .product-top {
    margin-bottom: 0px;
}

.woocommerce .product-top .column-picture .images {
    width: 100%;
}

.woocommerce .product-top .column-picture .images img {
    padding: 10px;
}

.woocommerce .product-top .column-picture .image {
    background: #fff;
    /*.border-radius(10px);border:1px solid #ccc;display:block;overflow:hidden;*/
}

.woocommerce .product-top .column-info #stores .modal-content .modal-header h4 {
    font-size: 24px;
    font-weight: bold;
    color: #686868;
    text-align: center;
    margin-bottom: 0;
}

.woocommerce .product-top .column-info #stores .modal-content .modal-body .slocation {
    display: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #f2f2f2;
}

.woocommerce .product-top .column-info #stores .modal-content .modal-body .slocation h4 {
    font-size: 16px;
    margin: 0 0 15px;
    font-weight: bold;
    color: #686868;
    text-align: center;
}

.woocommerce .product-top .column-info #stores .modal-content .modal-body .slocation ul {
    margin: 0;
    padding: 0;
}

.woocommerce .product-top .column-info #stores .modal-content .modal-body .slocation ul li:not(:last-of-type) {
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.woocommerce .product-top .column-info #stores .modal-content .modal-body .slocation ul li span {
    font-size: 14px;
    font-weight: normal;
}

.woocommerce .product-top .column-info #stores .modal-content .modal-body .slocation ul li i {
    display: none;
}

.woocommerce .product-top .column-info #stores .modal-content .modal-body .slocation ul li i,
.woocommerce .product-top .column-info #stores .modal-content .modal-body .slocation ul li b {
    color: #ffa300;
    font-size: 16px;
}

.woocommerce .product-top .column-info #stores .modal-content .modal-body .slocation ul li i {
    margin-right: 10px;
}

.woocommerce .product-top .column-info #stores .modal-content .modal-body .slocation ul li b {
    margin-left: 10px;
}

.woocommerce .product-top .column-info #stores .modal-content .modal-body ul.list-unstyled {
    max-height: 110px;
    height: auto;
    overflow-x: hidden;
    padding: 15px;
}

.woocommerce .product-top .column-info #stores .modal-content .modal-body ul.list-unstyled::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    padding-left: 10px;
}

.woocommerce .product-top .column-info #stores .modal-content .modal-body ul.list-unstyled::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.woocommerce .product-top .column-info #stores .modal-content .modal-body ul.list-unstyled::-webkit-scrollbar-thumb {
    background-color: #ffba40;
}

.woocommerce .product-top .column-info p.price {
    display: block;
    line-height: 1.3em;
    font-size: 22px;
    color: #bf282d;
    font-weight: bold;
    text-transform: uppercase;
}

.woocommerce .product-top .column-info .group-price {
    display: flex;
    -webkit-display: flex;
    flex-flow: row nowrap;
    flex: 1 100%;
    align-items: center;
}

.woocommerce .product-top .column-info .group-price ins,
.woocommerce .product-top .column-info .group-price del {
    display: inline-block;
}

.woocommerce .product-top .column-info .group-price del {
    margin-left: 10px;
    text-decoration: none;
    padding-top: 13px;
}

.woocommerce .product-top .column-info .bg__hotdeal {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-around;
}

.woocommerce .product-top .column-info .bg__hotdeal-price .group-price {
    display: grid;
    display: -moz-grid;
    display: -ms-grid;
}

.woocommerce .product-top .column-info .bg__hotdeal-price .group-price ins {
    grid-row: 1;
}

.woocommerce .product-top .column-info .bg__hotdeal-price .group-price ins .amount {
    font-size: 24px;
    color: #fff;
}

.woocommerce .product-top .column-info .bg__hotdeal-price .group-price del,
.woocommerce .product-top .column-info .bg__hotdeal-price .group-price ins.discount {
    grid-row: 2;
}

.woocommerce .product-top .column-info .bg__hotdeal-time {
    color: #fff;
}

.woocommerce .product-top .column-info ins {
    text-decoration: none;
}

.woocommerce .product-top .column-info del {
    display: block;
    margin-bottom: 5px;
}

.woocommerce .product-top .column-info del .amount {
    color: #9b9b9b;
    text-decoration: line-through;
    font-size: 14px;
}

.woocommerce .product-top .column-info .price .amount {
    color: #c2272d;
    font-size: 28px;
    font-weight: bold;
}

.woocommerce .product_meta {
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    font-size: 14px;
}

.woocommerce .product_meta .star-rating {
    line-height: 14px;
    margin-left: 20px;
    margin-top: 2px;
}

.woocommerce .woocommerce-product-details__short-description {
    font-size: 14px;
    margin-bottom: 15px;
    color: #000;
}

.woocommerce .box-info-statics {
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

.woocommerce .box-info-statics .inner {
    padding: 10px;
    margin-bottom: 16px;
}

.woocommerce .box-info-statics .inner:empty {
    display: none;
}

.woocommerce .box-info-statics-mobile {
    display: none;
}

.woocommerce .box-info-statics .policy-installment,
.woocommerce .box-info-statics .policy-warranty,
.woocommerce .box-info-statics .staics-stock,
.woocommerce .box-info-statics .staics-info,
.woocommerce .box-info-statics .statics-tookit {
    border-bottom: 1px dashed #d9d9d9;
    padding-bottom: 10px;
    margin-bottom: 10px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.woocommerce .box-info-statics .statics-tookit .info-body,
.woocommerce .box-info-statics .statics-info .info-body {
    position: relative;
}

.woocommerce .box-info-statics .statics-tookit .info-body p,
.woocommerce .box-info-statics .statics-info .info-body p {
    position: relative;
    color: #8a8a8a;
    font-size: 14px;
}

.woocommerce .box-info-statics .statics-tookit .info-body p strong,
.woocommerce .box-info-statics .statics-info .info-body p strong {
    color: #c1272d;
}

.woocommerce .box-info-statics .statics-info .info-body {
    padding-left: 20px;
}

.woocommerce .box-info-statics .statics-info .info-body ul {
    margin: 0 0 15px;
}

.woocommerce .box-info-statics .statics-info .info-body ul li {
    font-size: 14px;
    margin-bottom: 10px;
    color: #808080;
}

.woocommerce .box-info-statics .statics-info .info-body ul li a,
.woocommerce .box-info-statics .statics-info .info-body ul li strong,
.woocommerce .box-info-statics .statics-info .info-body ul li span {
    color: #c1272d;
}

.woocommerce .box-info-statics .statics-tookit .info-body {
    padding-left: 40px;
}

.woocommerce .box-info-statics .statics-tookit .info-body:before {
    content: "";
    background: url(../images/check.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.woocommerce .box-info-statics .policy-warranty {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.woocommerce .box-info-statics .policy-warranty .info-body {
    position: relative;
    padding-left: 40px;
}

.woocommerce .box-info-statics .policy-warranty .info-body:before {
    content: "";
    background: url(../images/check.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
}

.woocommerce .box-info-statics .policy-warranty .info-body ul {
    margin: 0 0 15px;
}

.woocommerce .box-info-statics .policy-warranty .info-body ul li {
    font-size: 14px;
    margin-bottom: 10px;
    color: #808080;
}

.woocommerce .box-info-statics .policy-warranty .info-body ul li a,
.woocommerce .box-info-statics .policy-warranty .info-body ul li strong,
.woocommerce .box-info-statics .policy-warranty .info-body ul li span {
    color: #c1272d;
}

.woocommerce .info-title {
    margin-bottom: 4px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
}

.woocommerce .policy-installment {
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 15px;
    background: #fff;
}

.woocommerce .policy-installment .info-body {
    position: relative;
    padding-left: 40px;
}

.woocommerce .policy-installment .info-body:before {
    content: "";
    background: url(../images/check.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.woocommerce .policy-installment .info-body ul {
    margin: 0 0 15px;
}

.woocommerce .policy-installment .info-body ul li {
    font-size: 14px;
    margin-bottom: 10px;
    color: #808080;
}

.woocommerce .policy-installment .info-body ul li a,
.woocommerce .policy-installment .info-body ul li strong,
.woocommerce .policy-installment .info-body ul li span {
    color: #c1272d;
}

.woocommerce div.product form.cart {
    margin-bottom: 15px;
}

.woocommerce .hotline-call {
    color: #333333;
}

.woocommerce .hotline-call p {
    font-size: 16px;
}

.woocommerce .hotline-call a {
    color: #c73f49;
    font-weight: bold;
}

.woocommerce .hotline-call a:hover {
    color: #c73f49;
}

.woocommerce .group-button-cart .btn-installment {
    color: #c2272d;
    text-transform: uppercase;
    border: 1px solid #c2272d;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 50px;
    line-height: 50px;
    display: block;
    padding: 0 15px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.woocommerce .group-button-cart .btn-installment:hover {
    background: #c2272d;
    color: #fff;
    text-decoration: none !important;
}

.woocommerce .group-button-cart .btn-installment.disabled:hover {
    cursor: not-allowed;
}

.woocommerce .woocommerce-cart-form {
    margin-top: 30px;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button {
    background: #c1272d;
    text-transform: uppercase;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
    opacity: 0.75;
    -webkit-opacity: 0.75;
    background-color: #c1272d;
    text-decoration: none !important;
}

.btn-product-outofstock {
    width: 100%;
    margin-bottom: 15px;
    background: #333333;
    color: #fff;
}

.btn-product-outstock {
    background: #c2272d;
}

.btn-product-schedule {
    background: #FFB300;
}

.btn-product-schedule.btn-stk-bt {
    background: #FFB300 !important;
}

.btn-product-outstock,
.btn-product-schedule {
    width: 100%;
    margin-bottom: 15px;
    color: #fff;
}

.btn-product-outstock span,
.btn-product-schedule span {
    text-transform: uppercase;
    font-weight: bold;
}

.btn-product-outstock p,
.btn-product-schedule p {
    margin-bottom: 0;
}

.btn-product-outstock:hover,
.btn-product-schedule:hover {
    color: rgba(255, 255, 255, 0.9);
}

.group-button-cart {
    overflow: hidden;
}

.group-button-cart .col-button {
    width: 47%;
    float: left;
}

.group-button-cart .col-button button {
    width: 100%;
}

.group-button-cart .col-button:first-child {
    margin-right: 1%;
}

.group-button-cart .col-button:last-child {
    margin-left: 1%;
}

button.single_add_to_cart_button.button.alt,
button.efw_single_add_to_cart_button.button.alt {
    width: 100%;
}

.variations_form .single_add_to_cart_button.button,
.cart .single_add_to_cart_button.button,
.variations_form .efw_single_add_to_cart_button.button,
.cart .efw_single_add_to_cart_button.button {
    background: #ffa300 !important;
    text-transform: uppercase;
    color: #fff;
    padding: 0px 30px;
    font-size: 18px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 50px;
    line-height: 50px;
}

.variations_form .single_add_to_cart_button.button:hover,
.cart .single_add_to_cart_button.button:hover,
.variations_form .efw_single_add_to_cart_button.button:hover,
.cart .efw_single_add_to_cart_button.button:hover {
    opacity: 0.75;
    -webkit-opacity: 0.75;
}

.woo-header-bn,
.woo-header-bn-dhtm,
.woo-header-bn-pk,
.woo-header-bn-ipad,
.woo-header-bn-macbook {
    margin-bottom: 0px;
    text-align: center;
    background: #333;
    padding: 30px 0;
}

.woo-header-bn .name,
.woo-header-bn-dhtm .name,
.woo-header-bn-pk .name,
.woo-header-bn-ipad .name,
.woo-header-bn-macbook .name {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
}


/*woocommerce*/

.box-product {
    position: relative;
}

.right-fixed {
    position: fixed;
    top: 0;
}

.right-fixed .policy-installment {
    display: none;
}

.right-stop {
    position: absolute;
}

#tab-description {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

#tab-description h2,
#overdesc h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
}

#tab-description h3,
#overdesc h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
}

#tab-description h4,
#overdesc h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px;
}

#tab-description p,
#overdesc p,
#tab-description ul li,
#overdesc ul li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}

#tab-description ul,
#overdesc ul {
    margin-left: 30px;
    margin-bottom: 10px;
}

#tab-description ul li,
#overdesc ul li {
    margin-bottom: 5px;
}

#tab-description img,
#overdesc img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

#tab-description .product-desc-detail .ledesc,
#overdesc .product-desc-detail .ledesc {
    max-height: 650px;
    display: block;
    overflow: hidden;
}

#tab-description .show-more,
#overdesc .show-more {
    text-align: center;
    padding: 10px 0;
    -webkit-box-shadow: 0px -15px 25px 5px #ffffff;
    -moz-box-shadow: 0px -15px 25px 5px #ffffff;
    box-shadow: 0px -15px 25px 5px #ffffff;
}

#tab-description .show-more a,
#overdesc .show-more a {
    color: #c2272b;
    font-size: 14px;
    display: block;
    font-weight: bold;
}

#tab-description .show-more a:hover,
#overdesc .show-more a:hover {
    text-decoration: none;
}

.product-desc-detail table{    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
}

.product-desc-detail table,.product-desc-detail  td,.product-desc-detail  th {
    border: 1px solid rgba(0,0,0,.1);
}
.product-desc-detail  td,.product-desc-detail  th {padding:8px;font-size:15px}

.box-promotion-product {
    background: #fff;
    border: 1px solid #cf5c61;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
}

.box-promotion-product .inner {
    padding: 10px;
    margin-top: 10px;
}

.box-promotion-product label {
    background: #c2272d;
    padding: 7px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    margin-left: 20px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    top: -15px;
}

.box-promotion-product ol,
.box-promotion-product ul {
    margin: 10px;
}

.box-promotion-product ul {
    margin-left: 25px;
    list-style: disc;
}

.box-promotion-product li,
.box-promotion-product p {
    font-size: 15px;
    margin-bottom: 10px;
    color: #000000;
}

.box-promotion-product li a,
.box-promotion-product p a {
    color: #4094d0;
}

.box-heading,
#tab-description .article-title {
    font-size: 22px;
    color: #000000;
    margin: 0 0 15px;
    font-weight: bold;
    line-height: 1;
}

.showif {
    max-height: 220px;
    display: block;
    overflow: hidden;
}

.grid-column {
    margin-bottom: 15px;
}

.preview-attr li {
    display: table;
    width: 100%;
    border-bottom: 1px dashed #d7d7d7;
}

.preview-attr li span,
.preview-attr li div {
    display: table-cell;
}

.preview-attr li span {
    width: 35%;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 10px;
}

.preview-attr li div {
    color: #888888;
    font-size: 14px;
}

.preview-attr li label {
    display: block;
    background: #f2f2f2;
    color: #bf282d;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: bold;
    margin: 0;
}

.view-more-attr {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
    padding-bottom: 30px;
}

.view-more-attr a {
    font-size: 14px;
    color: #c0292e;
    line-height: 1;
    font-weight: bold;
    padding: 10px 0;
}

.view-more-attr a:hover {
    text-decoration: none;
}

.modal-fullattr {
    margin: 0 auto;
}

.modal-fullattr .modal-dialog {
    max-width: 750px;
}

.modal-fullattr .modal-title {
    font-size: 18px;
    color: #666;
    font-weight: bold;
}

.modal-fullattr ul li {
    display: table;
    width: 100%;
    border-bottom: 1px solid #dadada;
}

.modal-fullattr ul li label {
    display: block;
    background: #f2f2f2;
    color: #bf282d;
    font-size: 16px;
    padding: 5px 10px;
    font-weight: bold;
    margin: 0;
}

.modal-fullattr ul li span,
.modal-fullattr ul li div {
    display: table-cell;
    padding: 5px;
    font-size: 14px;
}

.modal-fullattr ul li span {
    width: 37%;
    color: #333;
    font-size: 13px;
    font-weight: bold;
}

.product-right-checkout {
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.product-right-checkout:empty {
    display: none;
}

.product-right-checkout form.cart {
    margin: 0;
}

.product-right-checkout .variations .group-variable label {
    width: 45%;
}

.product-right-checkout .group-button-cart .col-button {
    width: 100%;
    margin: 0 0 10px;
}

.product-right-checkout .group-button-cart .col-button:last-child {
    margin-bottom: 0;
}

.single-product .product-bottom {
    background: #f2f2f2;
    padding: 15px 0;
}

.single-product.woocommerce div.product form.cart div.quantity {
    display: none !important;
}

.single-product.woocommerce .woocommerce-product-details__short-description ul {
    margin-left: 30px;
}

.variations .label {
    margin-bottom: 15px;
}

.variations .label label {
    font-size: 17px;
    margin: 0;
}

.variations .group-variable label {
    font-weight: normal !important;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-right: 10px;
    padding: 3px 7px 5px;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    width: 30%;
}

.variations .group-variable label input {
    display: none;
}

.variations .group-variable label .price-vari {
    display: block;
    color: #c2272b;
}

.variations .group-variable label .price-vari .amount {
    font-size: 14px;
    font-weight: bold;
}

.variations .group-variable label.disable {
    background: #bcbcbc;
    color: #000;
    cursor: not-allowed;
}

.variations .group-variable label.active {
    border: 1px solid #c1282d;
    font-weight: bold !important;
}

.woocommerce-variation-price {
    display: none;
}

.filter-price li {
    margin-bottom: 7px;
}

.filter-price li a {
    color: #000;
}

.woocommerce #reviews .woocommerce-Reviews-title {
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    margin: 0 0 15px;
}

.woocommerce #reviews #commentform {
    margin-top: 10px;
}

.woocommerce #reviews p label {
    display: none;
}

.woocommerce #reviews input[type="text"],
.woocommerce #reviews input[type="email"],
.woocommerce #reviews input[type="tel"],
.woocommerce #reviews #comment {
    border: 1px solid #dadada;
    color: #333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-indent: 5px;
    width: 100%;
}

.woocommerce #reviews input[type="text"],
.woocommerce #reviews input[type="email"],
.woocommerce #reviews input[type="tel"] {
    height: 35px;
    line-height: 35px;
}

.woocommerce #reviews input#submit {
    background: #d9232e;
    color: #fff;
    line-height: 1;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: normal;
    transition: 0.24s all;
    -webkit-transition: 0.24s all;
}

.woocommerce #reviews input#submit:hover {
    background: rgba(217, 35, 46, 0.8);
    color: #fff;
}

.woocommerce #reviews #comment {
    padding-top: 10px;
    text-indent: 10px;
    height: 150px;
}

.woocommerce #reviews .form-submit {
    display: none;
}

.woocommerce #reviews .comment-form-author,
.woocommerce #reviews .comment-form-email,
.woocommerce #reviews .comment-form-phone,
.woocommerce #reviews .comment-form-cookies-consent,
.woocommerce #reviews .comment-form-rating {
    display: none;
}

.woocommerce #reviews .comment-form-rating {
    font-size: 15px;
}

.woocommerce #reviews .comment-form-rating .stars a {
    color: #FFB300;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    padding: 0px 10px 0;
    margin-left: 35px;
    border: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .meta {
    margin-bottom: 5px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .description p {
    margin-bottom: 5px;
}

.woocommerce #reviews #comments ol.commentlist li .children {
    background: #f8f8f8;
    margin: 10px 0 10px 0;
    padding: 10px 0;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
}

.woocommerce #reviews #comments ol.commentlist li .children:after,
.woocommerce #reviews #comments ol.commentlist li .children:after {
    top: -20px;
    left: 18px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.woocommerce #reviews #comments ol.commentlist li .children .comment {
    margin: 0 10px;
}

.article-footer-container p:empty,
.article-footer-container p:blank {
    display: none;
}

.recruitment-bn {
    text-align: center;
    background: #69cdff;
    padding: 30px 0;
}

.recruitment-bn .tag-h1 {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
}
.box-partners{margin:0 0 15px 0}
@media screen and (min-width: 1024px) {
   
    .footer-full .widget-title{text-align: center;font-size:20px}
    .widget-wrapper-widget_vdd_follow_us .widget-title,
    .widget-wrapper-widget_vdd_follow_us .box-social,
     
    .fb-customerchat.fb_iframe_widget iframe.fb_customer_chat_bounce_in_v2 {
        left: auto;
        transform: none;
        max-height: none !important;
        min-height: 0px !important;
    }
    .recruitment-bn {
        padding: 50px 0;
        background: url(../images/heading-tuyendung.jpg) no-repeat top center;
        background-size: cover;
    }
    .recruitment-bn .tag-h1 {
        font-size: 42px;
    }
    .variations .group-variable label {
        width: 30%;
        margin-bottom: 10px;
    }
}

.page-template-tuyendung {
    background: #f9f9f9;
}

.tuyendung-list {
    max-height: 480px;
    height: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

.tuyendung-list::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.tuyendung-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.tuyendung-list::-webkit-scrollbar-thumb {
    background-color: #ffba40;
}

.post-list-wrapper {
    background: #fff;
    padding: 50px;
}

div#tuyendung {
    margin-bottom: 20px;
    border-bottom: 1px #f9f9f9 solid;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
}

div#tuyendung a:hover {
    text-decoration: none !important;
}

div#tuyendung a h4.post-title {
    font-size: 24px;
    font-weight: 700;
}

div#td-info a {
    color: #000;
}

div#td-info a:hover {
    color: #FF9420;
}

div#td-earnings {
    display: flex;
    -webkit-display: flex;
    align-items: center;
}

div#td-earnings span,
div#td-earnings p {
    color: #ff597f;
    font-size: 18px;
}

div#td-submit {
    display: flex;
    -webkit-display: flex;
    align-items: center;
}

a.submit-link {
    border: 2px solid #ffd180;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 10px;
    color: #ffa300;
    font-weight: bold;
    text-decoration: none;
}

a.submit-link:hover {
    opacity: 0.75;
    text-decoration: none !important;
    border-radius: #ffa300 !important;
}

ul.list-info li {
    list-style: none;
    margin-bottom: 10px;
}

ul.list-info li span,
ul.list-info li a,
ul.list-info li p {
    margin: 0;
    padding: 0 0 5px 10px;
    color: #808080;
    font-size: 14px;
    position: relative;
}

ul.list-info li span::before,
ul.list-info li a::before,
ul.list-info li p::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    top: 6px;
    left: 0;
    background: #888;
}

body.single-recruitment {
    background: #f9f9f9;
}

body.single-recruitment .recruitment {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #808080;
}

body.single-recruitment .recruitment .recruitment-top {
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

body.single-recruitment .recruitment .recruitment-top .heading-title h1 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #ffa300;
}

body.single-recruitment .recruitment .recruitment-body {
    padding-top: 20px;
}

body.single-recruitment .recruitment .recruitment-body h3 {
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: bold;
}

body.single-recruitment .recruitment .recruitment-body p {
    font-size: 17px;
    line-height: 1.6;
}

body.single-recruitment .recruitment .recruitment-body ul {
    padding-left: 30px;
}

body.single-recruitment .recruitment .recruitment-body ul li {
    font-size: 15px;
    margin-bottom: 10px;
    color: #000000;
}

body.single-recruitment .recruitment div.col-info-left ul.list-info li a,
body.single-recruitment .recruitment div.col-info-left ul.list-info li p,
body.single-recruitment .recruitment div.col-info-left ul.list-info li span {
    font-size: 16px;
}

body.single-recruitment .recruitment div.col-info-right {
    display: flex;
    -webkit-display: flex;
    flex-direction: column;
    align-items: center;
}

body.single-recruitment .recruitment div.col-info-right p {
    color: #ff597f;
    font-size: 18px;
    font-weight: bold;
}

body.single-recruitment .recruitment div.col-info-right a.submit-link {
    background: #ffa300;
    color: #fff;
    text-transform: uppercase;
}

.col-products h4 {
    font-size: 20px;
    margin: 0 0 15px;
    font-weight: bold;
}

.col-products .box-slide-images {
    margin-bottom: 15px;
}

#statics_search .statics {
    margin-bottom: 20px;
    display: flex;
    -webkit-display: flex;
    flex-flow: wrap;
}

#statics_search .statics a {
    font-size: 14px;
    color: #262626;
    border: 1px solid #ddd;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 15px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

#statics_search .statics a:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}

.register {
    margin-bottom: 20px;
    border: none !important;
    padding: 0 !important;
    margin-top: 0 !important;
}

.register .ifotitle {
    font-size: 16px;
    color: #333;
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin: 0 0 15px;
    font-weight: bold;
}

.register label.gender {
    float: left;
    margin-right: 10px;
}

.register label.gender input {
    width: auto;
}

.register .clearfix {
    clear: both;
}

.register .input {
    border: 1px solid #d5d5d5;
    width: 100%;
    padding: 5px 10px;
    color: #333;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 35px;
}

.register input[type="radio"] {
    margin: 2px 5px 0 0;
}

.woocommerce .register .btn-preorder {
    background-color: #000;
    padding: 10px;
    width: 100%;
    border-radius: 0;
}

.woocommerce .register .btn-preorder span {
    color: #FFB300;
}

.woocommerce .register .btn-preorder:hover {
    background-color: #000;
    opacity: 0.8;
}

.woocommerce .iproduct a:hover .text_place_of-sale p {
    color: #de1316;
}

.text_place_of-sale {
    text-align: center;
    border: 1px solid #de1316;
    border-radius: 6px;
    margin-bottom: 8px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 0;
}

.text_place_of-sale p {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    color: #de1316;
}

.labeltext {
    text-align: center;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    margin-bottom: 8px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 0;
}

.labeltext p {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #333;
}

.labeltext p del {
    text-decoration: none;
}

.labeltext p del.timeexists {
    color: #467bff;
}

.labeltext p del.price-label {
    color: #d92b42;
}

@media screen and (min-width: 992px) {
    .labeltext {
        margin-left: 25px;
        margin-right: 25px;
    }
    .before-product .related .iproduct {
        width: 25% !important;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    border-radius: 50%;
    border: none;
    background: none;
}

body.page-template-tragop {
    background: #f9f9f9;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url(../images/icon/calendar.png) no-repeat;
    width: 20px;
    height: 20px;
    border-width: thin;
}

.mode-wowmelo .label {
    font-weight: bold;
    font-size: 15px;
    display: block;
    margin: 0 0 10px;
}

.mode-wowmelo .package {
    margin-bottom: 15px;
}

.mode-wowmelo table {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.mode-wowmelo table tr td {
    font-size: 14px;
    border: 1px solid #ccc;
    width: 50%;
}

.mode-wowmelo table tr td:first-child {
    font-weight: bold;
    background: #eee;
    border-bottom: 1px solid #ccc;
}

.mode-wowmelo table tr td:last-child {
    color: #FFB300;
    font-weight: bold;
}

.mode-wowmelo .group-payment {
    margin-bottom: 15px;
}

.mode-wowmelo button {
    display: block;
    background: #FFB300;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radus: 4px;
    height: 40px;
    border: 0;
    padding: 0 15px;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}

.mode-wowmelo button:hover {
    opacity: 0.8;
}

.mode-wowmelo select,
.mode-wowmelo select:-moz-focusring,
.mode-wowmelo select::-moz-focus-inner {
    text-shadow: 0 0 0 #fff !important;
    background-image: none !important;
    border: 0;
}

.mode-wowmelo .group-info .inner {
    margin-bottom: 15px;
}

.mode-wowmelo .group-info input,
.mode-wowmelo .group-info select {
    outline: none;
}

.mode-wowmelo .group-info input {
    border: 1px solid #ccc;
    height: 40px;
    padding: 9px 0;
    width: 100%;
    border-radius: 12px;
    color: #333;
    margin-right: 10px;
    display: block;
    text-indent: 10px;
}

#box-installment {
    background: #fff;
    padding: 30px 50px;
    position: relative;
}

#box-installment #payinstall select#billing_city {
    border-radius: 5px;
}

#box-installment #loadpage {
    color: #FFA300;
    font-size: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

#box-installment .woocommerce table.shop_table {
    border: none;
}

#box-installment .woocommerce table .product-name a {
    color: #333333;
    font-weight: bold;
}

#box-installment .woocommerce table .product-name a:hover {
    color: #007bff;
}

#box-installment .woocommerce span.woocommerce-Price-amount.amount {
    color: #ffa204;
}

#box-installment .bhead {
    font-size: 20px;
    color: #1c1d1d;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 0;
    border-bottom: 1px solid #cecece;
    margin-bottom: 15px;
}

#box-installment #product {
    margin-bottom: 15px;
}

#box-installment #form_installment select {
    border: 1px solid #ccc;
    height: 42px;
    border-radius: 12px;
    text-indent: 12px;
    appearance: none;
    position: relative;
    width: 100%;
}

#box-installment #form_installment .installment-type {
    display: flex;
    -webkit-display: flex;
    flex-flow: row;
    align-items: center;
}

#box-installment #form_installment h4 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    margin: 0 0 20px;
}

#box-installment #form_installment .box label {
    color: #808080;
}

#box-installment #form_installment .box label p {
    margin-bottom: 5px;
}

#box-installment #form_installment .box label p strong {
    text-transform: uppercase;
}

#box-installment #form_installment .box input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 0px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

#box-installment #form_installment .box input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 0px;
    left: -1px;
    position: relative;
    background-color: #ffa500;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

#box-installment #form_installment #choose_type_installment {
    text-align: center;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    flex: 1 100%;
    margin-right: -10px;
}

#box-installment #form_installment #box-preview .box-preview-one,
#box-installment #form_installment #box-preview .box-preview-two {
    margin-bottom: 25px;
}

#box-installment #form_installment #box-preview label {
    margin: 0 0 10px;
}

#box-installment #form_installment .heading_step {
    font-size: 15px;
    color: #333;
}

#box-installment #form_installment .heading_step strong {
    color: #ffa300;
}

#box-installment #form_installment .efwselect {
    position: relative;
}

#box-installment #form_installment .woocommerce .product-total {
    color: #ffa204;
}

#box-installment #preview #detail_preview {
    border-top: 1px solid #cbcbcb;
    margin-top: 30px;
    padding-top: 30px;
}

#box-installment .notice {
    padding: 10px 0;
    font-size: 13px;
    font-style: italic;
    color: #ffd19c;
}

#box-installment .table {
    border-bottom: 1px dotted #cbcbcb;
    width: 100%;
    display: table;
    padding-bottom: 10px;
    margin-bottom: 10px !important;
}

#box-installment .table aside.col-label {
    width: 26%;
    text-align: left;
    color: #333;
}

#box-installment .table aside {
    display: table-cell;
    text-align: center;
    border-right: 1px dotted #ddd;
    padding: 1%;
}

#box-installment .table aside:last-child {
    border-right: none;
}

#box-installment .name {
    text-transform: uppercase;
    color: #ffa300;
    font-weight: bold;
    font-size: 13px;
    word-break: break-all;
}

#box-installment .col-3-company .colspan-result {
    width: 48% !important;
    text-align: center;
}

#box-installment .col-3-company .col-result {
    width: 16%;
}

#box-installment .price {
    color: #ffa300;
    padding-bottom: 5px;
    word-break: break-all;
    font-size: 13px;
}

#box-installment .percent,
#box-installment .month {
    display: block;
    clear: both;
}

#box-installment .btn-choose {
    padding: 5px 10px;
    font-size: 15px;
    color: #fff;
    background: #ffa300;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
}

#box-installment .btn-choose span.i-click {
    font-size: 12px;
}

#box-installment .btn-choose p.i-month {
    font-size: 10px;
}

#box-installment .woocommerce-billing-fields p.form-row {
    margin: 0;
    margin-bottom: 15px;
}

.installment-cc,
.installment-paylater {
    display: none;
}

#form-company {
    display: none;
    max-width: 550px;
    margin: auto;
}

#form-company .heading_step {
    font-size: 15px;
    color: #333;
    font-weight: bold;
    display: block;
}

#form-company label {
    margin-bottom: 15px;
}

#form-company .prefix {
    margin-bottom: 15px;
}

#form-company .efwradio {
    margin-right: 10px;
}

#form-company .efwradio label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

#form-company .efwradio label:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

#form-company .efwradio input {
    display: none;
}

#form-company .efwradio input:checked+i {
    background: "";
    background: #ffa204;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    position: absolute;
    top: 4px;
    left: 4px;
}

#form-company .input-info {
    margin-bottom: 15px;
    overflow: hidden;
}

#form-company .input-info div {
    width: 32%;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-right: 1%;
}

#form-company .input-info div input {
    border: 1px solid #eeeeee;
    height: 40px;
    padding: 9px 0;
    width: 100%;
    border-radius: 12px;
    color: #333;
    margin-right: 10px;
    display: block;
    text-indent: 10px;
}

#form-company .input-info .input-name,
#form-company .input-info .input-telephone,
#form-company .input-info .input-email {
    width: 100%;
    margin-bottom: 10px;
}

#form-company button {
    background: #ffa204;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radus: 4px;
    height: 40px;
    border: 0;
    min-width: 200px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.clearfix {
    clear: both;
}

.align-center {
    text-align: center;
}

@media screen and (min-width: 769px) {
    #box-installment {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    #box-installment #form_installment .installment-bank,
    #box-installment #form_installment .installment-cc,
    #box-installment #form_installment .installment-wowmelo,
    #box-installment #form_installment .installment-paylater {
        padding-left: 10%;
        padding-right: 10%;
    }
    #box-installment #form_installment .installment-type {
        border-top: 1px dotted #cbcbcb;
        border-bottom: 1px dotted #cbcbcb;
        padding: 15px;
        margin-bottom: 25px;
    }
    #box-installment #form_installment .installment-type h4 {
        width: 25%;
    }
    #box-installment #form_installment #choose_type_installment .box {
        width: 25%;
        border-left: 1px dotted #cbcbcb;
    }
    #box-installment #form_installment #choose_type_installment .box label {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    #box-installment {
        padding: 0;
    }
    #box-installment #form_installment .installment-type {
        flex-flow: wrap;
    }
    #box-installment #form_installment #choose_type_installment .box {
        width: 100%;
    }
    #box-installment .btn-choose {
        font-size: 12px;
    }
    #box-installment .table aside {
        font-size: 12px;
    }
    .group-btn {
        width: 100%;
        display: block
    }
    .single.single-product .group-button-cart .group-btn .col-button {
        width: 100%
    }
}

.fb-customerchat.fb_iframe_widget iframe {
    left: auto;
    transform: none;
}

.back-top {
    bottom: 100px;
}

@media only screen and (max-width: 480px) {
    .fb-customerchat.fb_iframe_widget iframe {
        max-width: 360px !important;
    }
    .fb-customerchat.fb_iframe_widget+.fb_dialog {
        right: 15px !important;
    }
}

@media only screen and (max-width: 320px) {
    .fb-customerchat.fb_iframe_widget iframe {
        right: 0 !important;
        max-width: 100% !important;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress.active {
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.label-percentage {
    position: absolute;
    left: 15px;
    top: -10px;
}

.label-flash-sale {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.label-percentage {
    position: absolute;
    background: url(../images/icon/vdd-percent-decrease.svg) no-repeat top center;
    background-size: contain;
    width: 35px;
    height: 35px;
}

.label-percentage .text-percentage {
    position: absolute;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.1px;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.label-percentage .text-percentage .off {
    font-weight: normal;
    font-size: 13px;
}

.label-flash-sale {
    background: url(../images/icon/vdd-hot-sale.svg) no-repeat top center;
    background-size: contain;
    width: 34.61px;
    height: 47.47px;
}

.label-promotion {
    border: 1px solid #eee;
    padding: 18px 5px 5px 10px;
    color: #333;
    display: block;
    font-size: 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}

.label-promotion label {
    background: #FFB300;
    color: #000;
    padding: 4px 20px;
    font-weight: bold;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    top: -14px;
    text-transform: uppercase;
    font-size: 11px;
}

.label-promotion p {
    margin-bottom: 5px;
}

.label-promotion strong {
    display: inline !important;
}

.label-sticker {
    position: absolute !important;
    right: 0;
    z-index: 9;
    top: -10px;
    background: #BE1E2D;
    color: #fff;
    font-size: 8px;
    padding: 3px;
    border-radius: 3px;
}

.label-sticker-middle-note {
    position: absolute !important;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 5px;
    transform: tranlateY(-50%);
    -webkit-transform: tranlateY(-50%);
    z-index: 2;
    background-color: #ffb300;
    border-radius: 99px;
    padding: 10px 0 5px;
    text-align: center;
}

.label-sticker-middle-note .text-intro {
    position: absolute;
    left: 0;
    top: -10px;
    right: 0;
    margin: 0 6%;
    display: inline-block;
    border-radius: 15px;
    color: #fff;
    background-color: #000;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    font-weight: 700;
    z-index: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.label-sticker-middle-note .price-text {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
}

.label-sticker-middle-note .price-text span.only-from {
    font-size: 10px;
    left: 20px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .label-percentage {
        width: 50px;
        height: 36px;
        left: 0;
    }
    .label-percentage .text-percentage {
        font-size: 11px;
    }
    .label-percentage .text-percentage .off {
        font-size: 10px;
    }
    .single-product .related {
        padding-top: 10px;
    }
    #tab-related_tab {
        padding-bottom: 15px !important;
    }
}

#tab-related_tab {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
    margin-bottom: 15px;
}

#tab-related_tab h2.article-title,
#tab-branch_tab h2.article-title {
    font-size: 22px;
    color: #000000;
    margin: 0 0 15px;
    font-weight: bold;
    line-height: 1;
}

#tab-related_tab .image .onetoone,
#tab-branch_tab .image .onetoone {
    width: 60px;
    height: 21px;
    right: 1%;
}

#tab-related_tab .label-percentage,
#tab-branch_tab .label-percentage {
    width: 45px;
    height: 32px;
}

#tab-related_tab .label-percentage .text-percentage,
#tab-branch_tab .label-percentage .text-percentage {
    font-size: 10px;
}

#tab-related_tab .tra-gop-0,
#tab-branch_tab .tra-gop-0 {
    width: 40px;
    height: 27px;
    right: 1%;
    bottom: 28%;
}

#tab-related_tab .iproduct .info .group-price,
#tab-branch_tab .iproduct .info .group-price {
    flex-flow: column-reverse wrap;
}

#tab-related_tab .iproduct .info .group-price ins span.woocommerce-Price-amount.amount,
#tab-branch_tab .iproduct .info .group-price ins span.woocommerce-Price-amount.amount {
    font-size: 22px !important;
}

#tab-related_tab .iproduct .info .group-price del span.woocommerce-Price-amount.amount,
#tab-branch_tab .iproduct .info .group-price del span.woocommerce-Price-amount.amount {
    font-size: 16px !important;
}

img.lazy {
    background-image: url('../images/icon/loadimg.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
}

.image-block-content img.image-block {
    max-width: 100%;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .term-description img {
        max-width: 100% !important;
    }
}

.term-description {
    padding: 15px;
    margin-bottom: 15px;
    background: #f5f5f5;
    border-left: 4px solid #FFB300;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
}

.term-description p {
    font-size: 14px;
    color: #3c3d41;
    margin-bottom: 8px;
}

.term-description h1,
.term-description h2,
.term-description h3,
.term-description h4,
.term-description h5,
.term-description h6 {
    font-weight: bold;
}

.term-description h1 {
    font-size: 20px;
}

.term-description h2 {
    font-size: 18px;
    line-height: 1.4;
}

.term-description h3,
.term-description h4,
.term-description h5,
.term-description h6 {
    font-size: 16px;
    line-height: 1.4;
}

.term-description img {
    display: block;
    max-width: 800px;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.term-description ul {
    list-style: outside;
}

.term-description ul li {
    font-size: 16px;
    margin-left: 25px;
}
.text-center{text-align: center}
.term-description table td,.term-description table th,
.table-quotation td,.table-quotation th
{font-size:15px}
.table-quotation tfoot tr td{padding:0}
 body
 .table-note{
    display:block;
    background:#f8d7da;
    text-align: center;padding:5px 10px;border:1px dashed #f5c6cb;color:#721c24;font-size:14px;margin:0}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
    display: none !important;
}

body.woocommerce-cart {
    background: #f9f9f9;
}

.woocommerce-cart table.cart tbody tr:last-child {
    display: none;
}

.box-cart .col-left,
.box-cart .col-right {
    background: #fff;
}

@media screen and (min-width: 768px) {
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        margin-top: 30px;
    }
    .group-button-cart .group-btn {
        display: flex;
        -webkit-display: flex;
        flex-flow: row nowrap;
        flex: 1 100%
    }
    .single.single-product .group-button-cart .group-btn .col-button {
        width: 49% !important;
        margin-right: 1%;
    }
    .single.single-product .group-button-cart .group-btn .col-button:last-child {
        margin-left: 1%;
        margin-right: 0
    }
    .box-cart {
        display: flex;
        -webkit-display: flex;
        flex-flow: row nowrap;
        flex: 1 100%;
        margin-bottom: 30px;
    }
    .box-cart .col-left {
        width: 72%;
    }
    .box-cart .col-right {
        width: 26%;
        margin-left: 2%;
    }
    .box-cart .col-left,
    .box-cart .col-right {
        padding: 15px 15px 30px;
    }
}

.list-store-inventory .body-store {
    margin-bottom: 5px;
}

.list-store-inventory .body-store p {
    font-size: 15px;
}

.list-store-inventory .body-store .slocation {
    display: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #f2f2f2;
}

.list-store-inventory .body-store .slocation h4 {
    font-size: 16px;
    margin: 0 0 15px;
    font-weight: bold;
    color: #686868;
    text-align: center;
}

.list-store-inventory .body-store .slocation ul {
    margin: 0;
    padding: 0;
}

.list-store-inventory .body-store .slocation ul li:not(:last-of-type) {
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.list-store-inventory .body-store .slocation ul li span {
    font-size: 14px;
    font-weight: normal;
}

.list-store-inventory .body-store .slocation ul li i {
    display: none;
}

.list-store-inventory .body-store .slocation ul li i,
.list-store-inventory .body-store .slocation ul li b {
    color: #ffa300;
    font-size: 16px;
}

.list-store-inventory .body-store .slocation ul li i {
    margin-right: 10px;
}

.list-store-inventory .body-store .slocation ul li b {
    margin-left: 10px;
}

.list-store-inventory .body-store ul.list-unstyled {
    max-height: 110px;
    height: auto;
    overflow-x: hidden;
    padding: 15px;
}

.list-store-inventory .body-store ul.list-unstyled::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    padding-left: 10px;
}

.list-store-inventory .body-store ul.list-unstyled::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.list-store-inventory .body-store ul.list-unstyled::-webkit-scrollbar-thumb {
    background-color: #ffba40;
}

.list-store-inventory .body-store .click-store {
    margin-bottom: 10px;
}

b,
strong {
    font-weight: 700;
}

.fb-customerchat.fb_iframe_widget iframe.fb_customer_chat_bounce_in_v2 {
    left: auto;
    transform: none;
    max-height: none !important;
    min-height: 0px !important;
}

.datatable {
    display: block;
    overflow: visible;
    background: #fff;
    position: relative;
}

.step {
    display: block;
    clear: both;
    overflow: hidden;
    font-weight: 600;
}

.boxbank {
    display: block;
    overflow: visible;
    background: #fff;
    width: 100%;
    margin: auto;
}

.listbank {
    display: flex;
    -webkit-display: flex;
    flex-flow: row wrap;
    overflow: visible;
    width: 100%;
    box-sizing: border-box;
}

.listbank a {
    display: flex;
    -webkit-display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 5px;
    text-align: center;
    min-height: 36px;
}

.listbank a img {
    width: 100%;
    height: auto;
}

.listbank a.acti {
    border-color: #FFB300;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
}

.infocard {
    display: block;
    overflow: hidden;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 4px;
    margin: 15px auto;
}

.infocard.none {
    display: none;
}

.infocard .barcard {
    display: block;
    overflow: hidden;
    background: #FFB300;
    padding: 10px;
    font-weight: 600;
    margin-bottom: 10px;
}

.infocard .infocard div {
    display: block;
    overflow: hidden;
    border-top: 1px solid #ddd;
}

@media screen and (min-width: 1024px) {
    .datatable {
        margin-top: 5px;
        padding: 10px 0;
    }
    .step {
        padding: 10px;
    }
    .boxbank>.step {
        padding-left: 20px;
    }
    .listbank {
        padding: 10px;
    }
    .listbank a {
        width: 15%;
        margin: 0 10px 10px 0;
    }
}

@media screen and (max-width: 768px) {
    .step {
        margin-bottom: 10px;
    }
    .listbank a {
        width: 30%;
        margin: 0 5px 5px 0;
    }
}

#payinstall {
    width: 100%;
}

#payinstall #customer_details {
    display: none;
}

button#place_order_payoo {
    background: #ffa300;
    border-radius: 10px;
    -border-radius: 10px;
    font-weight: normal;
    margin: 0 auto;
    padding: 10px 15px;
    border: none;
}

button#place_order_payoo span {
    font-size: 16px;
    display: block;
    font-weight: bold;
    color: #fff;
}

button#place_order_payoo :hover {
    opacity: 0.75;
    -webkit-opacity: 0.75;
}

#waitprocess {
    display: none;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    clear: both;
    text-align: center;
    overflow: hidden;
}

#waitprocess .loading-dots {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#waitprocess .loading-dots--dot {
    animation: dot-keyframes 1.5s infinite ease-in-out;
    background-color: #FFB300;
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    width: 10px;
}

#waitprocess .loading-dots--dot:nth-child(2) {
    animation-delay: 0.5s;
}

#waitprocess .loading-dots--dot:nth-child(3) {
    animation-delay: 1s;
}

@keyframes dot-keyframes {
    0% {
        opacity: 0.4;
        transform: scale(1, 1);
    }
    50% {
        opacity: 1;
        transform: scale(1.2, 1.2);
    }
    100% {
        opacity: 0.4;
        transform: scale(1, 1);
    }
}

.icon-bank {
    background: url(../images/banks/banksalepay2019.png) no-repeat;
    display: inline-block;
    background-size: 301px 400px;
}

.icon-bank-vpbank,
.icon-bank-vpb {
    background-position: -200px -130px;
    width: 90px;
    height: 28px;
}

.icon-bank-techcombank,
.icon-bank-tcb {
    background-position: 10px -25px;
    width: 100px;
    height: 28px;
}

.icon-bank-anz {
    background-position: 0 -60px;
    width: 90px;
    height: 28px;
}

.icon-bank-hsbc {
    background-position: -100px -60px;
    width: 90px;
    height: 28px;
}

.icon-bank-shinhanbank,
.icon-bank-svb {
    background-position: -105px -168px;
    width: 100px;
    height: 22px;
}

.icon-bank-eximbank,
.icon-bank-exb {
    background-position: -205px -98px;
    width: 90px;
    height: 28px;
}

.icon-bank-maritimebank,
.icon-bank-mtb {
    background-position: -50px -296px;
    width: 69px;
    height: 16px;
}

.icon-bank-ctb,
.icon-bank-citibank {
    background-position: 0 -132px;
    width: 90px;
    height: 28px;
}

.icon-bank-vib,
.icon-bank-vibb {
    background-position: -200px -60px;
    width: 90px;
    height: 28px;
}

.icon-bank-sacombank,
.icon-bank-stb {
    background-position: -93px -32px;
    width: 90px;
    height: 13px;
}

.icon-bank-seabank,
.icon-bank-seab {
    background-position: -137px -241px;
    width: 80px;
    height: 20px;
    margin-top: -5px;
}

.icon-bank-sc,
.icon-bank-sctb {
    background-position: -103px -130px;
    width: 91px;
    height: 28px;
}

.icon-bank-tpb {
    background-position: -185px -25px;
    width: 90px;
    height: 28px;
}

.icon-bank-vtb {
    background-position: 10px -327px;
    width: 102px;
    height: 30px;
}

.icon-bank-scb {
    background-position: 0 -165px;
    width: 90px;
    height: 28px;
}

.icon-bank-fe,
.icon-bank-fec {
    background-position: 10px -271px;
    width: 100px;
    height: 20px;
}

.icon-bank-nab {
    background-position: 10px -95px;
    width: 100px;
    height: 28px;
}

.icon-bank-ocb,
.icon-bank-ocbbank {
    background-position: -105px -95px;
    width: 90px;
    height: 28px;
}

.icon-bank-mb {
    background-position: -125px -293px;
    width: 50px;
    height: 28px;
}

.icon-bank-vcb {
    background-position: -170px -293px;
    width: 65px;
    height: 28px;
}

.icon-bank-vccb {
    background-position: -109px -327px;
    width: 102px;
    height: 30px;
}

.icon-bank-acb {
    background-position: 5px -290px;
    width: 50px;
    height: 28px;
}

.icon-bank-shb {
    background-position: -100px -265px;
    width: 65px;
    height: 28px;
}

.icon-bank-bidv {
    background-position: -168px -258px;
    width: 75px;
    height: 28px;
}

.icon-bank-klb {
    background-position: -229px -289px;
    width: 65px;
    height: 28px;
}

.icon-bank-visa {
    background-position: -10px -200px;
    width: 90px;
    height: 30px;
}

.icon-bank-mastercard {
    background-position: -110px -200px;
    width: 90px;
    height: 28px;
    margin-top: -8px;
}

.icon-bank-jcb {
    background-position: -219px -221px;
    width: 50px;
    height: 36px;
}

@media screen and (min-width: 991px) {
    .mainContainer #box-installment #bank_details .table aside.col-result {
        width: 10%;
    }
}

@media screen and (max-width: 768px) {
    .mainContainer #box-installment #bank_details .table aside.col-label {
        width: 15%;
    }
    .mainContainer #box-installment #bank_details .table aside span.woocommerce-Price-amount.amount {
        word-break: break-all;
    }
    #payinstall .place-order {
        margin-bottom: 15px;
    }
    #payinstall .place-order span {
        font-size: 14px;
    }
}

.viewmore-products,
.viewmore-comments {
    text-align: center;
    padding: 15px;
    width: 100%;
}

.viewmore-products a.viewmoreproduct,
.viewmore-comments a.viewmoreproduct,
.viewmore-products a.viewmoreproducttradein,
.viewmore-comments a.viewmoreproducttradein,
.viewmore-products a.efw_comment_loadmore,
.viewmore-comments a.efw_comment_loadmore {
    color: #636363;
    font-size: 14px;
    font-weight: bold;
}

.viewmore-products a.viewmoreproduct:hover,
.viewmore-comments a.viewmoreproduct:hover,
.viewmore-products a.viewmoreproducttradein:hover,
.viewmore-comments a.viewmoreproducttradein:hover,
.viewmore-products a.efw_comment_loadmore:hover,
.viewmore-comments a.efw_comment_loadmore:hover {
    color: #FFb300;
}

.tra-gop-0 {
    position: absolute;
    background: url(../images/icon/tragop0.png) no-repeat top center;
    background-size: contain;
    width: 55px;
    height: 38px;
    right: 5%;
    bottom: 25%;
}

.cross-sells h2.box-heading {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 15px;
}

.cross-sells ul.products-cross-sells {
    list-style-type: none;
    clear: both;
}

.cross-sells ul.products-cross-sells li {
    display: flex;
    -webkit-display: flex;
    flex-flow: row nowrap;
    overflow: hidden;
    list-style: none;
    align-items: center;
}

.cross-sells ul.products-cross-sells li input[type=checkbox] {
    position: relative;
    cursor: pointer;
    margin-right: 5px;
}

.cross-sells ul.products-cross-sells li input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    border: 1px solid #333;
    border-radius: 3px;
    background-color: white;
}

.cross-sells ul.products-cross-sells li input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 6px;
}

.cross-sells ul.products-cross-sells li a {
    display: block;
    overflow: hidden;
    padding: 6px;
    color: #333;
    font-size: 12px;
}

.cross-sells ul.products-cross-sells li a img {
    float: left;
    width: 50px;
    height: auto;
    margin: 0 6px 0 0;
    border: 1px solid #333;
}

.cross-sells ul.products-cross-sells li a h3 {
    display: block;
    width: auto;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cross-sells ul.products-cross-sells li a span.price {
    font-size: 12px;
    color: #c70100;
    float: none;
}

.cross-sells ul.products-cross-sells li a .group-price {
    display: flex;
    -webkit-display: flex;
    flex-flow: row nowrap;
    flex: 1 100%;
    margin-bottom: 0;
}

.cross-sells ul.products-cross-sells li a .group-price ins {
    color: #c2272d;
    font-weight: 700;
}

.cross-sells ul.products-cross-sells li a .group-price ins .amount {
    font-size: 12px;
}

.cross-sells ul.products-cross-sells li a .group-price del {
    padding-top: 6px !important;
}

.cross-sells ul.products-cross-sells li a .group-price del .amount {
    margin-left: 10px;
    color: #9b9b9b;
    text-decoration: line-through;
    font-size: 12px;
}

.modal-add-products {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    bottom: 0;
    height: 100%;
    display: none;
    transition: 0.3s all;
    z-index: 9;
}

.modal-add-products .box-add-product {
    width: 270px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 9;
    padding: 15px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
    border-radius: 3px;
}

.modal-add-products .box-add-product .inner {
    position: relative;
}

.modal-add-products .box-add-product a.remove-modal-product {
    position: absolute;
    top: -10px;
    right: 0px;
    font-size: 24px;
    color: #c2272d;
    z-index: 9;
}

.modal-add-products .box-add-product h4 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 15px;
    line-height: 1.6;
}

.modal-add-products .box-add-product label {
    margin-right: 5px;
}

.modal-add-products .box-add-product input[type="radio"] {
    margin: 2px 5px 0 0;
}

.modal-add-products .box-add-product input[type="text"],
.modal-add-products .box-add-product textarea {
    background: #f2f2f2;
    border: 1px solid #ccc;
    padding: 5px 10px 4px;
    border-radius: 5px;
    height: 35px;
    width: 100%;
}

.modal-add-products .box-add-product textarea {
    height: 100px;
}

.modal-add-products .box-add-product .boxBx p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.modal-add-products .box-add-product .boxBx select#pa_mau-sac {
    width: 100%;
    padding: 5px;
}

.modal-add-products .box-add-product .boxBx .p_choose {
    text-align: center;
    margin-top: 20px;
}

.modal-add-products .box-add-product .boxBx .p_choose input[type="button"] {
    padding: 5px 20px;
    background: #ffa300;
    border: none;
}

.modal-add-products .box-add-product .boxBx .p_choose input[type="button"]:hover {
    opacity: 0.75;
    -webkit-opacity: 0.75;
}

.profile-social {
    justify-content: center;
}

.profile-social .widget-wrapper-widget_media_image.media_image-9 {
    display: none !important;
}

.featured-image {
    margin-bottom: 15px;
}

.featured-image img {
    width: 100%;
    height: auto;
}

#dat-truoc {
    cursor: pointer;
}

a#dat-truoc:hover {
    opacity: 0.8;
}

.under-line a {
    text-decoration: underline !important;
}

#overdesc {
    display: block;
}

#overdesc .ledesc {
    max-height: 650px;
    display: block;
    overflow: hidden;
}

p.efw-show-more {
    margin-top: -70px;
    background: -webkit-gradient(linear, 0 100%, 0 0, from(#fff), color-stop(0.2, #fff), to(rgba(255, 255, 255, 0)));
    display: block;
    padding-top: 40px;
    position: relative;
    margin-bottom: 0;
    text-align: center;
}

p.efw-show-more a {
    color: #c2272b;
    font-size: 14px;
    display: block;
    font-weight: 700;
}

.woocommerce ul.products li.product a .product__show-badge-installment-0 img.product-badge,
.woocommerce ul.products li.product a .product__show-badge-onetoone img.product-badge {
    margin: 0;
    width: 100%;
    height: auto;
}

.product__show-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 10px;
    padding: 0 10px;
}

.product__show-badge-installment-0,
.product__show-badge-onetoone {
    margin-bottom: 8px;
    margin-right: 15px;
}

.product__show-badge-installment-0 img.product-badge,
.product__show-badge-onetoone img.product-badge {
    margin: 0;
    width: 100%;
}

.product__show-badge-installment-0 {
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #fff;
    padding-right: 5px;
}

.product__show-badge-onetoone {
    position: relative;
}

.product__tags {
    position: absolute;
    bottom: 17px;
    left: 15px;
    font-size: 12px;
    z-index: 1;
}

.product__tags.advanced {
    bottom: 3px;
}

.product__tags.advanced .tags div {
    position: relative;
}

.product__tags.advanced .tags div span {
    background: linear-gradient(79.26deg, #F94B29 -3.17%, #BC0E00 86.05%);
    color: #fff;
    text-align: center;
    font-size: 9px;
    padding: 4px 15px 2px 17px;
    margin-left: 0;
}

.product__tags.advanced .tags div span.guarantee::before,
.product__tags.advanced .tags div span.timefix::before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    left: 1px;
    top: 2px;
    width: 15px;
    height: 15px;
}

.product__tags.advanced .tags div span.guarantee::before {
    background-image: url(../images/icon/vdd_bao_hanh.svg);
}

.product__tags.advanced .tags div span.timefix::before {
    background-image: url(../images/icon/vdd-tick.png);
}

.product__tags .tags {
    text-align: left;
}

.product__tags .tags div:last-child span {
    margin-bottom: 0;
}

.product__tags .tags span {
    display: inline-block;
    color: #000;
    font-size: 8px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 4px;
    margin-bottom: 5px;
}

.percent-deal {
    position: absolute;
    bottom: 17px;
    left: 5%;
    background: #FFB300;
    color: #000;
    font-size: 8px;
    line-height: 1.4;
    z-index: 1;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px;
}

.frmRequestRepair p {
    font-size: 16px;
}

.frmRequestRepair .efw-close {
    display: none;
}

.preorder-color span {
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
}

.preorder-color label {
    margin-right: 5px;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-right: 10px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    border: 1px solid #e7e7e7;
    text-align: center;
    cursor: pointer;
    margin-bottom: 15px;
}

.preorder-color label.active {
    border: 1px solid #c1282d;
    font-weight: 700 !important;
}

.preorder-color label input {
    display: none;
}

.warranty-policy-img-pc {
    display: none;
    width: 100%;
}

.warranty-policy-img-mb {
    width: 100%;
}

ins.discount {
    margin: 0 0 0 10px;
    color: #de1316;
}

.product-additional-info caption {
    caption-side: top;
    color: black;
    font-size: 16px;
}

.product-additional-info table tbody .product-type {
    font-size: 15px;
    color: black;
}

.product-additional-info table tbody .product-type a {
    color: black;
}

.product-additional-info table tbody .price .amount {
    font-size: 14px !important;
}

.archive h2 {
    font-size: 18px;
    font-weight: bold;
}

.vmb {
    display: none;
}

.btn-stk-bt {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 67px;
    margin-bottom: 0;
    z-index: 10;
    background: #f9f9f9;
    padding: 15px;
    text-align: center;
}

.icon-text {
    cursor: pointer;
    -webkit-box-align: center;
    align-items: center;
    display: inline-flex;
    color: #ffffff;
    font-size: 12px;
    position: relative;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.9px;
}

.product-col-right .column-statics .inner:empty {
    display: none;
}

.admin-bar .sticky {
    top: 32px !important;
}

@media screen and (max-width: 768px) {
    .woocommerce-product-details__short-description {
        height: 80px;
        display: block;
        overflow: hidden;
        word-break: break-word;
        word-wrap: break-word;
    }
    .woocommerce-product-details__short-description p:last-child {
        margin-bottom: 0;
    }
}

.btn-overflow {
    display: none;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 15px;
}

.viewmore-product {
    text-align: center;
    width: 100%;
    margin-top: 16px;
}

.viewmore-product a {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.viewmore-product a::before {
    content: "";
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 16px;
}

.viewmore-product a:hover {
    color: #FFB300;
}

.grid-products {
    margin-bottom: 15px;
    background: #fff;
}

.grid-products .image {
    border: 0;
    margin-bottom: 0;
}

.grid-products .grid-title {
    margin-bottom: 15px;
}

.grid-products .grid-title h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
}

.grid-products .grid-title h2 img {
    width: 25px;
    margin-right: 10px;
}

.grid-products a:hover .image {
    border: 0;
}

.ele-products .grid-products {
    display: flex;
    -webkit-display: flex;
    flex-flow: row wrap;
    flex: 1 100%;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}

.ele-products .grid-products .iproduct {
    width: 50%;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8ee;
    margin: 0;
    padding-bottom: 15px;
}

.ele-products .grid-products .iproduct .image {
    border: 0;
}

.ele-products .grid-products .iproduct .image img {
    padding: 5px;
}

.ele-products .grid-products .iproduct .image .onetoone {
    position: absolute;
    background: url(../images/icon/icon_1_doi_1-01.png) no-repeat top center;
    background-size: contain;
    width: 90px;
    height: 31px;
    right: 5%;
    bottom: 8%;
}

.ele-products .grid-products .iproduct .info h3 {
    font-size: 14px;
    font-weight: bold;
}

.image {
    position: relative;
}

.image .onetoone {
    position: absolute;
    background: url(../images/icon/icon_1_doi_1-01.png) no-repeat top center;
    background-size: contain;
    width: 90px;
    height: 31px;
    right: 5%;
    bottom: 8%;
}

.woocommerce-product-gallery__wrapper .image .onetoone {
    right: 1%;
    bottom: 10%;
}

.woocommerce-product-gallery__wrapper .image .tra-gop-0 {
    right: 1%;
}

.woocommerce-product-gallery__wrapper .tra-gop-0 {
    width: 55px;
    height: 38px;
    bottom: 20%;
    right: 1%;
}

.image-banner-container {
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 30px;
}

.image-banner-container .image-banner-column {
    width: 50%;
}

.image-banner-container .image-banner-column:nth-child(2n+2) {
    padding-left: 10px;
}

.image-banner-container .image-banner-column:nth-child(2n+1) {
    padding-right: 10px;
}

@media screen and (min-width: 1024px) {
    .ele-products .grid-products .iproduct {
        width: 25%;
    }
    .ele-products .grid-products .iproduct .image img {
        padding: 5px;
    }
}

@media screen and (max-width: 768px) {
    .viewmore-product {
        padding-top: 15px;
    }
    .image .onetoone {
        width: 70px;
        height: 24px;
        right: 1%;
    }
    .tra-gop-0 {
        width: 40px;
        height: 27px;
        right: 1%;
        bottom: 28%;
    }
    .ele-products .grid-products .iproduct .image .onetoone {
        width: 70px;
        height: 24px;
        right: 0;
        bottom: 0;
    }
}

@media screen and (min-width: 992px) {
    .ele-products .grid-products .iproduct .image img {
        padding: 5px;
    }
}

.comment-respond .comment-form p input,
.comment-respond .comment-form p textarea {
    border: 1px solid #ccc;
    padding: 5px;
}

.comment-respond .comment-form p label {
    display: block;
    font-weight: bold;
}

footer .warranty-policy {
    background: #fff;
    padding: 15px;
}

footer .warranty-policy ul,
footer .warranty-policy li {
    display: grid;
    grid-template-columns: auto auto auto;
    margin-bottom: 0 !important;
}

footer .warranty-policy ul {
    list-style-type: none;
    padding: 9px;
    margin-bottom: 0;
    width: max-content;
    margin: 0 auto !important;
    column-gap: 120px;
}

footer .warranty-policy ul li svg {
    margin-right: 10px;
}

footer .warranty-policy ul li a {
    color: #333;
    font-weight: bold;
    font-size: 20px;
}

footer .warranty-policy ul li a:hover {
    text-decoration: none;
}

footer .textwidget {
    margin-bottom: 15px;
    color: #333;
}

footer .textwidget a {
    color: #333;
}

footer .textwidget a:hover {
    text-decoration: underline;
}

footer .footer__top {
    padding: 30px 0 15px 0;
}

footer .footer__top-inner {
    background: #fff;
    padding: 25px 0;
    border-radius: 4px;
}

footer .footer__top-2 .widget-wrapper-widget_media_image {
    display: none;
}

footer .footer__top-3 .widget-wrapper-widget_media_image {
    display: block;
    padding-top: 15px;
    text-align: center;
}

footer .footer__top .widget-wrapper-widget_text .textwidget p {
    margin-bottom: 10px;
    color: #333;
}

footer .footer__top .widget-wrapper-widget_vdd_follow_us {
    text-align: center;
}

footer .footer__top .widget-wrapper-widget_efwcskh.efwcskh-3 {
    display: block;
}

footer .footer__top .widget-wrapper-widget_efwcskh.efwcskh-2 {
    display: none;
}

footer .footer__top .widget-wrapper-widget_efwcskh .widget-body {
    position: relative;
    padding-left: 55px;
}

footer .footer__top .widget-wrapper-widget_efwcskh h4 {
    color: #333;
    font-size: 16px;
}

footer .footer__top .widget-wrapper-widget_efwcskh h4 a {
    color: #333;
    font-size: 22px;
}

footer .footer__top .widget-wrapper-widget_efwcskh h4:before {
    content: "";
    background: url(../images/icon/vdd_18006729.png) no-repeat;
    width: 35px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 0px;
    top: 0px;
}

footer .footer__top .widget-wrapper-widget_nav_menu {
    position: relative;
}

footer .footer__top .widget-wrapper-widget_nav_menu h2 {
    font-size: 16px;
    text-transform: none;
    position: relative;
}

footer .footer__top .widget-wrapper-widget_nav_menu ul li {
    list-style: none;
    display: block;
    position: relative;
    margin-right: 0;
}

footer .footer__top .widget-wrapper-widget_nav_menu ul li a {
    font-size: 14px;
    color: #333;
    padding-left: 0;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}

footer .footer__top .widget-wrapper-widget_nav_menu ul li a:hover {
    text-decoration: underline;
}

footer .footer__top .widget-wrapper-widget_media_image.media_image-7 {
    width: 50%;
}

footer .footer__top .widget-title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin: 0 0 0;
    position: relative;
    margin-bottom: 30px;
    text-transform: none;
}
footer .footer__top .footer-full .widget-title {font-size:20px}
footer .footer__top .widget-body h3 {
    position: relative;
    padding-left: 24px;
    font-size: 14px;
    margin: 0 0 15px;
}

footer .footer__top .widget-body h3:before {
    content: "\f041 ";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    position: absolute;
    color: #FFB300;
    left: 0;
    top: -7px;
}

footer .footer__top .widget-body ul {
    margin: 0;
    padding: 0;
}

footer .footer__top .widget-body ul li {
    font-size: 14px;
    color: #111;
    font-weight: 400;
    list-style: none;
    margin-bottom: 15px;
}

footer .footer__top .widget-body ul li a {
    font-size: 14px;
    color: #111;
}

footer .footer__top .widget-body ul li a:hover {
    text-decoration: none;
    color: #FF9420;
}
.box-social{display:flex;}
.fa-custom-instagram{
    background:url(images/icon-instagram.png);width:40px;height:40px;background-size:contain;display:block;
}
.fa-custom-zalo{
    background:url(images/icon-zalo.png);width:40px;height:40px;background-size:contain;display:block;
}
.box-social a{}
footer a.social-share {
    position: relative;
    width: 40px;
    height: 40px;margin-right:10px;
}

footer a.social-share .fa,
footer a.social-share .fab,
footer a.social-share .fas {
    padding: 10px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    margin: 0 10px 0 0px;
}

footer a.social-share .fa:hover,
footer a.social-share .fab:hover,
footer a.social-share .fas:hover {
    opacity: 0.7;
}
footer a.social-share .fa-tiktok{
    background: #000;color:#fff;
}
footer a.social-share .fa-facebook,
footer a.social-share .fab-facebook,
footer a.social-share .fas-facebook,
footer a.social-share .fa-facebook-f,
footer a.social-share .fab-facebook-f,
footer a.social-share .fas-facebook-f {
    background: #3B5998;
    color: white;
    width: 37.16px;
    height: inherit;
}

footer a.social-share .fa-twitter,
footer a.social-share .fab-twitter,
footer a.social-share .fas-twitter {
    background: #55ACEE;
    color: white;
}

footer a.social-share .fa-linkedin-in,
footer a.social-share .fab-linkedin-in,
footer a.social-share .fas-linkedin-in {
    background: #007bb5;
    color: white;
}

footer a.social-share .fa-instagram,
footer a.social-share .fab-instagram,
footer a.social-share .fas-instagram {
    background: #125688;
    color: white;
}

footer a.social-share .fa-rss,
footer a.social-share .fab-rss,
footer a.social-share .fas-rss {
    background: #ff6600;
    color: white;
}

footer a.social-share .fa-envelope-o,
footer a.social-share .fab-envelope-o,
footer a.social-share .fas-envelope-o,
footer a.social-share .fa-envelope,
footer a.social-share .fab-envelope,
footer a.social-share .fas-envelope {
    background: #FFB300;
    color: #fff;
}

footer a.social-share .fa-youtube,
footer a.social-share .fab-youtube,
footer a.social-share .fas-youtube {
    background: #bb0000;
    color: white;
}

 

footer a.social-share .fa-zalo.animated.infinite,
footer a.social-share .fab-zalo.animated.infinite,
footer a.social-share .fas-zalo.animated.infinite {
    animation-iteration-count: infinite;
}

footer a.social-share .fa-zalo.animated,
footer a.social-share .fab-zalo.animated,
footer a.social-share .fas-zalo.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

footer .copyright {
    color: #a8a8a8;
   
    font-size: 14px;
}

footer .copyright hr {
    border-top: 1px solid #BDBDBD;
}

footer .copyright .widget-wrapper-widget_text a {
    font-size: 11px;
    color: rgb(128, 128, 137);
}

.modal-portal .modal {
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.9);
}

.modal-portal form.flogin,
.modal-portal form.fregister {
    display: none;
}

.modal-portal form.flogin button.userstyle-button,
.modal-portal form.fregister button.userstyle-button {
    width: 100%;
    margin: 5px 0px;
    margin-bottom: 15px;
}

.modal-portal form.flogin .modal-header h4,
.modal-portal form.fregister .modal-header h4 {
    font-size: 32px;
    font-weight: 300;
    color: #242424;
    margin-top: 0px;
    margin-bottom: 10px;
}

.qrcode-icon {
    align-items: center;
    justify-content: center;
}

.qrcode-img-ios,
.qrcode-img-android {
    width: 100%;
    height: auto;
}

.qrcode img.qrcode-scan {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 1024px) {
    .md-text-right{text-align: right;}
    .qrcode-img-ios {
        margin-bottom: 8px;
    }
    .qrcode-icon {
        justify-content: flex-start;
    }
    footer .warranty-policy ul li a {
        font-size: 20px;
    }
    footer .footer__top .widget-title::after {
        content: '';
        position: absolute;
        background: #BDBDBD;
        border-radius: 4px;
        width: 89px;
        height: 1px;
        bottom: -15px;
        left: 0;
    }
    footer .footer__top .footer-full .widget-title::after {display:none}
    footer .footer__top-2 .widget-wrapper-widget_media_image {
        display: block;
    }
    footer .footer__top-3 .widget-wrapper-widget_media_image {
        display: none;
    }
    footer .footer__top .widget-wrapper-widget_vdd_follow_us {
        text-align: left;
    }
    footer .footer__top .widget-wrapper-widget_efwcskh {
        margin-bottom: 30px;
    }
    footer .footer__top .widget-wrapper-widget_efwcskh.efwcskh-3 {
        display: none;
    }
    footer .footer__top .widget-wrapper-widget_efwcskh.efwcskh-2 {
        display: block;
    }
    footer .footer__top .widget-wrapper-widget_efwcskh .widget-body h4 {
        font-size: 20px;
    }
    footer .footer__top .widget-wrapper-widget_efwcskh .widget-body h4 a {
        font-size: 28px;
        font-weight: bold;
    }
    footer .footer__top .widget-wrapper-widget_text .textwidget p {
        font-size: 14px;
    }
    footer .footer__top .widget-wrapper-widget_nav_menu,
    footer .footer__top .widget-wrapper-widget_text,
    footer .footer__top .widget-wrapper-widget_efwqrcode {
        margin-bottom: 15px;
    }
    footer .footer__top .widget-wrapper-widget_nav_menu h2,
    footer .footer__top .widget-wrapper-widget_text h2,
    footer .footer__top .widget-wrapper-widget_efwqrcode h2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1023px) {
    footer .warranty-policy ul li {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        justify-content: flex-start;
    }
    footer .warranty-policy ul li:not(:last-of-type) {
        margin-bottom: 15px;
    }
    footer .widget-wrapper-widget_nav_menu h2.widget-title {
        font-size: 14px;
    }
    footer .widget-wrapper-widget_nav_menu h2.widget-title::before {
        display: none;
    }
    footer .footer__top {
        padding: 15px 0 0 0;
    }
    footer .footer__top-1,
    footer .footer__top-2,
    footer .footer__top-3 {
        padding-left: 10px;
        padding-right: 10px;
    }
    footer .footer__top .col-lg-3,
    footer .footer__top .col-lg-4,
    footer .footer__top .col-lg-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer .footer__top .widget-title {
        color: #333;
    }
    footer .footer__top .widget-body ul li a {
        font-size: 14px;
        color: #0f8bd1;
    }
    footer .footer__top .widget-body ul li a:hover {
        color: #111;
    }
    footer .footer__top .widget-wrapper-widget_nav_menu,
    footer .footer__top .widget-wrapper-widget_text,
    footer .footer__top .widget-wrapper-widget_efwqrcode {
        padding-left: 0;
        margin-bottom: 15px;
    }
    footer .footer__top .widget-wrapper-widget_efwcskh .widget-body {
        padding-left: 0;
        margin-bottom: 15px;
    }
    footer .footer__top .widget-wrapper-widget_efwcskh .widget-body h4::before {
        display: none;
    }
    footer .footer__top .col-sm-4,
    footer .footer__top .col-sm-8 {
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 0px !important;
        font-size: 14px;
    }
    footer .footer__top .col-sm-4 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    footer .footer__top .col-sm-4 .widget-wrapper-widget_vdd_follow_us {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
    footer .footer__top .col-sm-8 .profile-social {
        display: none;
    }
    .widget-wrapper-widget_nav_menu,
    .widget-wrapper-widget_efwstore,
    .widget-wrapper-widget_text {
        background-color: #f2f2f2;
    }
    .widget-wrapper-widget_nav_menu h2.widget-title,
    .widget-wrapper-widget_efwstore h2.widget-title,
    .widget-wrapper-widget_text h2.widget-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 42px;
        text-transform: none;
        padding: 10px;
        margin-bottom: 0;
        font-size: 14px;
    }
    .widget-wrapper-widget_nav_menu h2.widget-title.is-visible::after,
    .widget-wrapper-widget_efwstore h2.widget-title.is-visible::after,
    .widget-wrapper-widget_text h2.widget-title.is-visible::after {
        transform: rotate(180deg);
    }
    .widget-wrapper-widget_nav_menu h2.widget-title::after,
    .widget-wrapper-widget_efwstore h2.widget-title::after,
    .widget-wrapper-widget_text h2.widget-title::after {
        position: absolute;
        right: 10px;
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #333;
        font-size: 16px;
        transition: all 0.2s ease 0s;
    }
    .widget-wrapper-widget_nav_menu .textwidget p,
    .widget-wrapper-widget_efwstore .textwidget p,
    .widget-wrapper-widget_text .textwidget p {
        color: #333 !important;
    }
    .widget-wrapper-widget_nav_menu .textwidget,
    .widget-wrapper-widget_efwstore .textwidget,
    .widget-wrapper-widget_text .textwidget,
    .widget-wrapper-widget_nav_menu div,
    .widget-wrapper-widget_efwstore div,
    .widget-wrapper-widget_text div {
        display: none;
        padding: 0 10px 10px;
    }
    .widget-wrapper-widget_nav_menu .textwidget ul,
    .widget-wrapper-widget_efwstore .textwidget ul,
    .widget-wrapper-widget_text .textwidget ul,
    .widget-wrapper-widget_nav_menu div ul,
    .widget-wrapper-widget_efwstore div ul,
    .widget-wrapper-widget_text div ul {
        padding: 5px;
        list-style: none;
    }
    .widget-wrapper-widget_nav_menu .textwidget ul li a,
    .widget-wrapper-widget_efwstore .textwidget ul li a,
    .widget-wrapper-widget_text .textwidget ul li a,
    .widget-wrapper-widget_nav_menu div ul li a,
    .widget-wrapper-widget_efwstore div ul li a,
    .widget-wrapper-widget_text div ul li a {
        padding: 6px 0;
        font-size: 16px;
        color: #333 !important;
    }
    .qrcode {
        padding: 0 20px;
    }
    .qrcode-img-ios,
    .qrcode-img-android {
        width: 100%;
        margin-bottom: 0px !important;
    }
}

@media screen and (max-width: 1023px) {
    footer .footer__top-inner .col-sm-12 {
        padding-left: 10px;
        padding-right: 10px;
    }
    footer .footer__top .row {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    footer .footer__top .widget-wrapper-widget_nav_menu ul {
        margin: 0px;
    }
    footer .footer__top .widget-wrapper-widget_nav_menu ul li a {
        font-size: 14px;
    }
    footer .footer__top .widget-wrapper-widget_media_image h2 {
        font-size: 12px;
        margin: 6px 6px 0 0;
    }
    footer .footer__top .widget-wrapper-widget_media_image img {
        width: 100px;
        height: auto;
    }
    .qrcode-icon {
        flex-flow: row nowrap !important;
    }
    .qrcode-img {
        display: flex;
        flex-flow: row wrap;
    }
    .qrcode-img-ios,
    .qrcode-img-android {
        margin-bottom: 20px;
        padding: 5px;
    }
}

@media screen and (max-width: 1024px) {
    footer .warranty-policy ul {
        column-gap: 80px;
    }
}

@media screen and (max-width: 1023px) {
    footer .warranty-policy {
        margin-top: 15px;
    }
}

@media screen and (max-width: 991px) {
    footer .warranty-policy ul {
        column-gap: 50px;
    }
}

@media screen and (max-width: 849px) {
    footer .warranty-policy ul {
        column-gap: 45px;
    }
    footer .warranty-policy ul svg {
        height: 45px !important;
    }
    footer .warranty-policy ul a {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 549px) {
    footer .warranty-policy ul {
        width: auto;
    }
}

@media screen and (min-width: 1200px) {
    .repair_info {
        margin-bottom: 30px !important;
        padding-bottom: 30px !important;
    }
    .service-body {
        margin-bottom: 30px !important;
    }
}

@media screen and (min-width: 1024px) {
    .warranty-policy-img-pc {
        display: block;
    }
    .warranty-policy-img-mb {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .term-description {
        padding: 30px;
    }
    .term-description ul li {
        margin-left: 30px;
    }
    .single-services .contact p,
    .product-col-right .contact p,
    .single-services .repair-appointment p,
    .product-col-right .repair-appointment p {
        font-size: 25px !important;
    }
    .single-services .contact a.contact-tel,
    .product-col-right .contact a.contact-tel,
    .single-services .repair-appointment a.contact-tel,
    .product-col-right .repair-appointment a.contact-tel,
    .single-services .contact a.btn-repair-appointment,
    .product-col-right .contact a.btn-repair-appointment,
    .single-services .repair-appointment a.btn-repair-appointment,
    .product-col-right .repair-appointment a.btn-repair-appointment {
        padding: 6px 20px;
        font-size: 30px;
    }
    .label-sticker,
    .percent-deal,
    .product__tags .tags span {
        font-size: 12px;
        padding: 3px 7px;
    }
    .related .label-sticker,
    .related .percent-deal,
    .related .product__tags .tags span {
        font-size: 8px;
    }
    .label-sticker-middle-note {
        padding: 15px 0 5px;
    }
    .label-sticker-middle-note .text-intro {
        top: -10px;
        font-size: 13px;
        line-height: 21px;
        margin: 0 10%;
    }
    .label-sticker-middle-note .price-text {
        font-size: 28px;
        line-height: 28px;
    }
    .label-sticker-middle-note .price-text span.only-from {
        font-size: 12px;
        font-weight: bold;
    }
    .category .news-bn {
        padding: 50px 0;
        background: url(../images/heading-news-background.jpg) no-repeat center center;
        background-size: cover;
        text-align: center;
    }
    .category .news-bn h1 {
        color: #000;
    }
    .column-statics .contact,
    .column-statics .repair-appointment {
        margin-bottom: 30px;
    }
    .service-top {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .featured-image {
        margin-bottom: 30px;
    }
    .iproduct .info {
        padding: 0 15px;
    }
    .woocommerce-products-header {
        display: flex;
        -webkit-display: flex;
    }
    .woocommerce-products-header .column.column-title {
        margin-right: 30px;
    }
    .woocommerce-products-header .column.choosedfilter {
        flex-grow: 3;
    }
    .woocommerce-products-header .column.column-toolbar {
        align-self: flex-end;
        flex-grow: 4;
        margin-bottom: 8px;
    }
    .woocommerce ul.products,
    .woocommerce-page ul.products {
        display: flex;
        -webkit-display: flex;
        flex-flow: row wrap;
        flex: 1 100%;
        border-top: none;
        border-left: none;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 25%;
        margin: 0;
        margin-bottom: 20px;
        border-width: 1px 1px 1px 0;
    }
    .woo-header-bn,
    .woo-header-bn-dhtm,
    .woo-header-bn-pk,
    .woo-header-bn-ipad,
    .woo-header-bn-macbook {
        padding: 45px 0;
    }
    .woo-header-bn .name,
    .woo-header-bn-dhtm .name,
    .woo-header-bn-pk .name,
    .woo-header-bn-ipad .name,
    .woo-header-bn-macbook .name {
        font-size: 32px;
    }
    .woo-header-bn-dhtm {
        background: url(../images/header-bn/apple-watch.png) top center no-repeat;
        background-size: cover;
    }
    .woo-header-bn {
        background: url(../images/header-bn/dien-thoai-iphone.png) top center no-repeat;
        background-size: cover;
    }
    .woo-header-bn-pk {
        background: url(../images/header-bn/phu-kien.png) top center no-repeat;
        background-size: cover;
    }
    .woo-header-bn-ipad {
        background: url(../images/header-bn/ipad.png) top center no-repeat;
        background-size: cover;
    }
    .woo-header-bn-macbook {
        background: url(../images/header-bn/macbook.png) top center no-repeat;
        background-size: cover;
    }
    .product-top {
        display: flex;
        -webkit-display: flex;
        flex-flow: row nowrap;
        flex: 1 100%;
    }
    .product-top .column-picture {
        max-width: 50%;
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        padding: 0px 20px 0 0;
    }
    .product-top .column-info {
        max-width: 50%;
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        padding-right: 15px;
    }
    .product-top h1 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .grid-column .woo-desc-left {
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }
    .grid-column .woo-desc-right {
        max-width: 31%;
        flex: 0 0 31%;
        -ms-flex: 0 0 31%;
        margin-left: 3%;
    }
    .lp-app {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .lp-app .app-vdd {
        max-width: 600px;
        margin: 0 auto;
    }
    .lp-app h2 {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 30px;
        text-align: center;
    }
    .site-main-search {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .term-description {
        margin-bottom: 30px;
    }
    .contact-mobile {
        display: none;
    }
    .box-product {
        display: flex;
        -webkit-display: flex;
        flex-flow: row nowrap;
        flex: 1 100%;
    }
    .box-product .product-col-left {
        width: 72%;
    }
    .box-product .product-col-right {
        width: 26%;
        margin-left: 2%;
    }
}

@media screen and (max-width: 1024px) {
    .page-template-tragop #box-installment {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 991px) {
    .label-flash-sale {
        max-width: 45px;
    }
    #main-search .products .viewmore-product {
        padding-top: 15px;
        padding-bottom: 0px;
    }
    #main-search .viewmore-product {
        padding-bottom: 15px;
    }
    #main-search .grid-cat-service {
        display: flex;
        -webkit-display: flex;
        flex-flow: row wrap;
    }
    #main-search .box-cat-repair .cat-item {
        width: 50%;
        background: none;
    }
    #main-search .box-cat-repair .cat-item h4 {
        font-size: 16px;
    }
    #main-search h4 {
        font-size: 20px;
    }
    .site-main-search {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .woocommerce .woocommerce-ordering {
        margin-bottom: 20px;
    }
    .woocommerce ul.products {
        display: flex;
        -webkit-display: flex;
        flex-flow: row wrap;
        flex: 1 100%;
    }
    .woocommerce ul.products li.product {
        margin: 0 !important;
        width: 50% !important;
        border-left: 0 !important;
    }
    .woocommerce ul.products li.product .product-bottom {
        flex-flow: column;
    }
    .woocommerce-products-header h2 {
        margin-top: 8px;
    }
    .sidebar-shop {
        display: none;
    }
    .ele-products .grid-products .iproduct {
        width: 33.33%;
    }
    .lp-app {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .lp-app h2 {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 15px;
    }
    .lp-app .app-vdd {
        flex-direction: column;
        padding: 0 30px;
    }
    .tra-gop-0 span.text-tra-gop-0 {
        font-size: 10px;
    }
}

@media screen and (max-width: 768px) {
    .ele-products .grid-products {
        padding: 0;
    }
    .ele-products .grid-products .iproduct .image {
        border: 0;
        margin: 0 0 10px;
    }
    .ele-products .grid-products .iproduct .image img {
        padding: 0;
    }
    .woocommerce .box-info-statics-mobile {
        display: block;
    }
    .woocommerce .product-info-top {
        margin-bottom: 0;
    }
    .woocommerce .box-product .product-col-left {
        width: 100%;
    }
    .woocommerce .box-product .product-col-left .product-info-top {
        margin-bottom: 0;
        border-bottom: 1px solid #ececec;
    }
    .woocommerce .box-product .product-col-right {
        display: none;
    }
}

@media screen and (max-width: 668px) {
    .container {
        max-width: 100%;
    }
    .ele-products {
        margin-top: 10px;
    }
    .ele-products .grid-products {
        margin-bottom: 10px;
    }
    .ele-products .grid-products .iproduct {
        margin: 0;
        width: 50%;
    }
    .ele-products .grid-products .iproduct .info h2,
    .ele-products .grid-products .iproduct .info h3 {
        font-size: 14px;
    }
    .ele-products .grid-products .iproduct .product-bottom {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
    }
    .ele-products .grid-products .iproduct .product-bottom a {
        display: block;
        margin-bottom: 5px;
    }
    .modal-backdrop {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .iproduct .info .group-price {
        flex-flow: row wrap;
    }
    .woocommerce .breadcrumbs {
        margin-bottom: 5px;
    }
    .woocommerce .woocommerce-breadcrumb {
        overflow-x: scroll;
        white-space: nowrap;
        padding-bottom: 10px;
    }
    .woocommerce ul.products li.product h2 {
        padding: 0 !important;
        margin-bottom: 10px !important;
    }
    .woocommerce ul.products li.product .product-bottom {
        padding-left: 5px;
        padding-right: 5px;
    }
    .woocommerce ul.products li.product .product-bottom a {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
    .woocommerce .product-info-top {
        padding: 0 5px;
    }
    .woocommerce .product-info-middle .woo-desc-left {
        padding: 0;
    }
}

.calendar-7 {
    position: relative;
    width: 100%;
    background-color: #FFB300;
    padding: 8px;
}

.calendar-7 .days {
    color: white;
    font: 14px normal;
    width: 100%;
    text-align: center;
}

.calendar-7 .days .calendar-7-day {
    display: inline-block;
    cursor: pointer;
    width: 13%;
    height: 55px;
    padding-top: 8px;
    margin-bottom: 8px;
}

.calendar-7 .days .calendar-7-day:hover,
.calendar-7 .days .calendar-7-day.active {
    background-color: #c58b02;
}

.calendar-7 .hours,
.calendar-7 .minutes {
    background-color: white;
    width: 100%;
    height: 162px;
    margin: 0 auto;
    border-radius: 4px;
}

.calendar-7 .minutes {
    display: none;
    height: 81px;
}

.calendar-7 .calendar-7-hour,
.calendar-7 .calendar-7-minute {
    float: left;
    display: inline-block;
    box-sizing: border-box;
    width: 25%;
    font: 14px normal;
    padding: 4px;
    color: #4a4a4a;
    text-align: center;
    cursor: pointer;
}

.calendar-7 .calendar-7-hour:hover,
.calendar-7 .calendar-7-minute:hover,
.calendar-7 .calendar-7-hour.active,
.calendar-7 .active.calendar-7-minute {
    background-color: #FFB300;
    color: white;
    border-radius: 3px;
}

.calendar-7 .calendar-7-hour.disabled,
.calendar-7 .disabled.calendar-7-minute {
    color: #333;
    background-color: #eee;
    cursor: not-allowed;
}

.page-template-suachua {
    background: #f9f9f9;
}

.repair-bn {
    text-align: center;
    background: #333;
    padding: 30px 0;
}

.repair-bn h1,.repair-bn .tag-h1 {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
}

.col-sidebar .widget {
    margin-bottom: 15px;
}

.col-sidebar .widget .widget-title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
}

.col-sidebar .widget .widget-title h3 {
    font-size: 22px;
    font-weight: bold;
    color: #474747;
    margin: 0;
}

.col-sidebar .widget ul {
    margin: 0;
}

.col-sidebar .widget ul li {
    list-style: none;
    margin-bottom: 10px;
}

.col-sidebar .widget ul li a {
    color: #808080;
    font-size: 15px;
}

.grid-services .iservice {
    margin-bottom: 15px;
}

.grid-services .iservice .inner {
    padding: 10px;
}

.grid-services .iservice .cat-item {
    background: #f2f2f2;
}

.grid-services .iservice .image {
    margin-bottom: 10px;
}

.grid-services .iservice .image .img {
    width: 100%;
    height: 150px;
    background: #FFB300;
    display: block;
}

.grid-services .iservice h4 {
    font-size: 15px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 15px;
}

.grid-services .iservice a {
    font-size: 14px;
}

.repair-note ul {
    overflow: hidden;
    display: flex;
    -webkit-display: flex;
    flex-flow: column;
    align-items: center;
}

.repair-note ul li {
    list-style: none;
    float: left;
    padding: 0 15px 0 60px;
    position: relative;
}

.repair-note ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.repair-note ul li h4 {
    text-transform: uppercase;
    font-size: 15px;
    color: #333;
    margin: 0 0 5px;
    white-space: nowrap;
}

.repair-note ul li p {
    color: #808080;
    font-size: 13px;
}

.repair-note ul li.note-1:before {
    content: "";
    background-image: url(../images/repair-icon-1.png);
    width: 54px;
    height: 38px;
}

.repair-note ul li.note-1 h4 {
    color: #f24976;
}

.repair-note ul li.note-2 {
    padding-left: 50px;
}

.repair-note ul li.note-2:before {
    content: "";
    background-image: url(../images/repair-icon-2.png);
    width: 42px;
    height: 52px;
}

.repair-note ul li.note-2 h4 {
    color: #8056e8;
}

.repair-note ul li.note-3:before {
    content: "";
    background-image: url(../images/repair-icon-3.png);
    width: 54px;
    height: 52px;
}

.repair-note ul li.note-3 h4 {
    color: #48c2b3;
}

.repair-note ul li.note-4:before {
    content: "";
    background-image: url(../images/repair-icon-4.png);
    width: 54px;
    height: 52px;
}

.repair-note ul li.note-4 h4 {
    color: #4a89e5;
}

.box-cat-repair {
    margin-bottom: 15px;
}

.box-cat-repair .box-head {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.box-cat-repair .box-head h2 {
    font-size: 26px;
    margin: 0 0 0 15px;
}

.box-cat-repair .box-body {
    margin-bottom: 15px;
}

.box-cat-repair .box-footer {
    text-align: center;
}

.box-cat-repair .box-footer a {
    color: #ff8500;
    font-weight: bold;
    font-size: 14px;
}

.box-cat-repair .cat-item {
    background: #f2f2f2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
}

.box-cat-repair .cat-item .inner {
    padding: 5px;
}

.box-cat-repair .cat-item .image {
    margin-bottom: 10px;
}

.box-cat-repair .cat-item .image img {
    width: 100%;
}

.box-cat-repair .cat-item h4 {
    font-size: 16px;
    margin: 0 0 15px;
}

.box-cat-repair .cat-item a.link {
    color: #333;
}

.box-cat-repair .cat-item a.link:hover {
    color: #0f8bd1;
}

.box-cat-repair .cat-item a.btn {
    background: #ffa300;
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
    border: 0;
}

.box-cat-repair .cat-item a.btn:hover {
    color: #333;
}

.s-desc-detail .ledesc {
    height: 450px;
    overflow: hidden;
    display: block;
}

.s-desc-detail h2,
.s-desc-detail h3,
.s-desc-detail h4 {
    margin: 0 0 15px;
    line-height: 1.4;
    font-weight: bold;
}

.s-desc-detail h2 {
    font-size: 17px;
    margin-bottom: 30px;
}

.s-desc-detail h3 {
    font-size: 18px;
}

.s-desc-detail h4 {
    font-size: 16px;
}

.s-desc-detail ul {
    margin-left: 30px;
}

.s-desc-detail img {
    max-width: 100% !important;
    height: auto;
}

.s-desc-detail ul li,
.s-desc-detail p {
    font-size: 16px;
}

.s-desc-detail .show-more {
    text-align: center;
    padding: 10px 0;
    -webkit-box-shadow: 0px -15px 25px 5px #ffffff;
    -moz-box-shadow: 0px -15px 25px 5px #ffffff;
    box-shadow: 0px -15px 25px 5px #ffffff;
}

.s-desc-detail .show-more a {
    color: #c2272b;
    font-size: 14px;
    display: block;
    font-weight: bold;
}

.s-desc-detail .show-more a:hover {
    text-decoration: none;
}

.service-top .tag-h1 {
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.table-srv table {
    width: 100%;
}

.table-srv table thead tr th {
    text-align: center;
    font-size: 14px;
    color: #686868;
}

.table-srv table tbody tr td {
    font-size: 14px;
}

.table-srv table tfoot tr td {
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
}

.table-srv table tfoot tr td a {
    color: #c1272d;
}

.thumb {
    margin-bottom: 30px;
    background: #f2f2f2;
    padding: 0;
}

.box-ser h4 {
    color: #686868;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 1px dashed #d8d8d8;
    padding-bottom: 15px;
}

.box-ser ul {
    margin: 0;
    padding: 0;
}

.box-ser ul li {
    list-style: none;
    margin-bottom: 5px;
    font-size: 14px;
}

.box-ser ul li:before {
    content: "+";
    margin-right: 5px;
}

.srv-button .note ul {
    margin: 0;
    padding: 0;
}

.srv-button .note ul li {
    list-style: none;
    color: #686868;
    font-size: 14px;
    margin: 0 0 5px;
    position: relative;
}

.srv-button .note ul li:before {
    content: "+";
    margin-right: 5px;
}

.sbar ul {
    margin: 0;
    padding: 0;
}

.sbar ul li {
    list-style: none;
    font-size: 15px;
    color: #686868;
    margin: 0 0 15px;
}

.repair-related .box-head h4,
.slocation h4,
.sbar .widget-title h3,
.sdes .box-heading {
    color: #468ad0;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px dashed #d8d8d8;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: block;
}

.list-service {
    list-style-type: none;
}

.list-service li {
    display: block;
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 0 10px;
}

.list-service li .inner {
    padding: 15px;
}

.list-service li .inner h4 {
    color: #333;
    font-weight: normal;
    font-size: 17px;
    margin: 0;
}

.list-service li.selected,
.list-service li :hover {
    background: #ccc;
    opacity: 0.95;
}

.list-service li.selected a,
.list-service li :hover a {
    color: #FFB300;
    text-decoration: none;
    background: transparent;
}

.frmRepairAppointment input[type="text"],
.frmRepairAppointment input[type="password"],
.frmRepairAppointment input[type="url"],
.frmRepairAppointment input[type="tel"],
.frmRepairAppointment input[type="search"],
.frmRepairAppointment input[type="number"],
.frmRepairAppointment input[type="datetime"],
.frmRepairAppointment input[type="email"] {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 45px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
}

.frmRepairAppointment .box-search {
    margin: 0 0 15px;
}

.frmRepairAppointment .box-search .form {
    position: relative;
}

.frmRepairAppointment .box-search .fa.form-control-feedback {
    position: absolute;
    right: 15px;
    color: #aaa;
    z-index: 2;
    width: 30px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    right: 14px;
}

.frmRepairAppointment .box-search .fa.form-control-feedback.fa-times {
    color: #c84147;
}

.frmRepairAppointment .calendar p {
    font-size: 16px;
    font-weight: bold;
}

.frmRepairAppointment .service-other {
    display: none;
}

.service-top .slocation h4 {
    font-size: 16px;
    margin: 0 0 15px;
    font-weight: bold;
    color: #468ad0;
    text-align: left;
}

.service-top .slocation ul {
    margin: 0;
    padding: 0;
}

.service-top .slocation ul li {
    margin-bottom: 10px;
}

.service-top .slocation ul li a {
    display: block;
    color: #000;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.service-top .slocation ul li a:hover {
    background: #c5c5c5;
}

.service-top .slocation ul li a.active {
    background: #c5c5c5;
}

.service-top .slocation ul li a span {
    /*background:#eaeaea;display:block;border:1px solid #ccc;.border-radius(5px);*/
    font-size: 14px;
    padding: 5px;
}

.service-top .slocation ul li a i,
.service-top .slocation ul li a b {
    color: #ffa300;
    font-size: 16px;
}

.service-top .slocation ul li a i {
    margin-right: 10px;
}

.service-top .slocation ul li a b {
    margin-left: 10px;
}

.repair-related {
    margin-bottom: 15px;
}

.repair-related ul li {
    display: flex;
    -webkit-display: flex;
    flex-flow: row nowrap;
    flex: 1 100%;
    margin-bottom: 20px;
}

.repair-related ul li span {
    width: 50px;
    margin-right: 15px;
}

.repair-related ul li span img {
    width: 100%;
    height: auto;
}

.repair-related ul li .unstyled-img {
    width: 30%;
    padding-right: 10px;
}

.repair-related ul li .unstyled-img img {
    width: 100%;
    height: auto;
}

.repair-related ul li .unstyled-title {
    width: 70%;
}

.repair-related ul li div h4 {
    font-size: 17px;
    color: #686868;
    margin: 0 0 10px;
    font-weight: bold;
}

.repair-related ul li div a {
    background: #ffa300;
    color: #fff;
    font-size: 14px;
    padding: 3px 10px;
}

.sinfo .card {
    margin-bottom: 15px;
}

.sinfo .card ul {
    margin: 0;
    padding: 0;
}

.sinfo .card ul li {
    list-style: none;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    padding: 10px 0;
    color: #c1272d;
    font-size: 16px;
}

.sinfo .card ul li a {
    display: block;
    width: 100%;
    color: #0071bc;
}

.sinfo .card-header {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.sinfo .card-body {
    padding: 0;
}

.single-services .comments-area {
    max-width: 100%;
}

.col-repair-desc a img {
    max-width: 100%;
    height: auto;
}

@media screen and (min-width: 1024px) {
    .banner-promotion {
        margin-bottom: 30px;
    }
    .col-repair-sidebar {
        max-width: 18%;
        flex: 0 0 18%;
        -ms-flex: 0 0 18%;
    }
    .col-repair-desc {
        max-width: 82%;
        flex: 0 0 82%;
        -ms-flex: 0 0 82%;
    }
    .box-cat-repair .box-head h2 {
        margin-left: 0px;
    }
    .box-cat-repair .grid-cat-service {
        display: flex;
        -webkit-display: flex;
        flex-flow: row nowrap;
        flex: 1 100%;
    }
    .box-cat-repair .grid-cat-service .cat-item {
        width: 23%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .box-cat-repair .grid-cat-service .cat-item:nth-child(4n+4) {
        margin-right: 0;
    }
    .archive .box-cat-repair .grid-cat-service,
    .sua-chua-lien-quan .box-cat-repair .grid-cat-service {
        flex-flow: row wrap;
    }
    .repair-bn {
        padding: 50px 0;
        background: url(../images/header-bn/sua-chua.png) no-repeat top center;
        background-size: cover;
    }
    .repair-bn h1,.repair-bn .tag-h1 {
        font-size: 42px;
    }
    .repair-note ul {
        display: flex;
        -webkit-display: flex;
        flex-flow: row nowrap;
        flex: 1 100%;
        justify-content: center;
    }
}

@media screen and (max-width: 1024px) {
    .page-introduce {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 640px) {
    .box-ser {
        margin-bottom: 15px;
    }
    .breadcrumbs {
        margin-bottom: 15px;
    }
}

.menu-repair-mobile {
    display: none;
    position: relative;
}

.menu-repair-mobile a {
    color: #333;
    font-size: 24px;
    position: absolute;
    top: -40px;
    right: 0;
    line-height: 1;
}

.menu-repair-mobile a span,
.menu-repair-mobile a b {
    display: none;
}

.menu-repair-mobile span {
    color: #be1e2d;
    font-weight: bold;
}

.snm .menu-repair-mobile a i {
    display: none;
}

.snm .menu-repair-mobile a b {
    display: inline-block;
}

.snm .widget_nav_menu {
    display: block;
    background: #fff;
    top: 100%;
    z-index: 9;
    left: 0;
    padding: 10px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
}

.snm .widget_nav_menu ul {
    flex-flow: row wrap;
}

.snm .widget_nav_menu ul li {
    width: 50%;
    padding: 5px 0;
}

.snm .widget_nav_menu ul li:after {
    display: none;
}

.snm .widget_nav_menu ul li a {
    font-size: 15px;
}

@media screen and (max-width: 640px) {
    .menu-repair-mobile {
        display: block;
    }
    .widget_nav_menu {
        position: absolute;
        top: 0;
        width: 100%;
        display: none;
    }
    .banner-promotion {
        margin-bottom: 10px;
    }
    .banner-promotion .col-sm-6 {
        margin-bottom: 10px;
    }
    .menu-news {
        margin-bottom: 5px !important;
    }
    .layout-full .item div.info {
        padding-bottom: 0 !important;
    }
    .related {
        padding-bottom: 15px !important;
    }
}

a.contact-tel,
a.btn-repair-appointment {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background: #FFB300;
    color: #fff;
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 3px;
}

a.contact-tel:hover,
a.btn-repair-appointment:hover {
    color: #333;
}

.contact,
.repair-appointment {
    text-align: center;
    margin-bottom: 15px;
}

.contact p,
.repair-appointment p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.contact a.contact-tel,
.repair-appointment a.contact-tel,
.contact a.btn-repair-appointment,
.repair-appointment a.btn-repair-appointment {
    font-size: 16px;
}

.slocation {
    margin-bottom: 15px;
}

.left-stop {
    padding-top: 0;
}

.col-service-left #box-reviews .comment-list li .children {
    background: #dfdfdf;
}

.col-service-left #box-reviews .comment-list li .children:before {
    border-bottom-color: #dfdfdf;
}

.repair_info {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ececec;
}

.service-body {
    margin-bottom: 15px;
    border-bottom: 1px solid #ececec;
}

.news-bn {
    text-align: center;
    background: #333;
    padding: 30px 0;
}

.news-bn h1 {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

.category {
    background: #f9f9f9;
}

.menu-news {
    background: #fff;
    padding: 10px;
    position: relative;
    display: none;
}

.menu-news ul {
    margin: 0;
    padding: 0;
    display: flex;
    -webkit-display: flex;
    flex-flow: row nowrap;
    flex: 1 100%;
}

.menu-news ul li {
    list-style: none;
    padding: 0 15px;
    position: relative;
}

.menu-news ul li:first-of-type {
    padding-left: 0;
}

.menu-news ul li:after {
    content: "";
    width: 1px;
    height: 13px;
    position: absolute;
    background: #1c1c1c;
    top: 5px;
    right: 0;
}

.menu-news ul li:last-child:after {
    display: none;
}

.menu-news ul li.current-menu-item a {
    color: #be1e2d;
}

.menu-news ul li a {
    text-transform: uppercase;
    color: #1c1c1c;
    font-size: 13px;
}

.menu-news .menu-news-mobile {
    display: none;
    position: relative;
}

.menu-news .menu-news-mobile a {
    color: #333;
    font-size: 24px;
    position: absolute;
    top: -5px;
    right: 0;
    line-height: 1;
}

.menu-news .menu-news-mobile a span,
.menu-news .menu-news-mobile a b {
    display: none;
}

.menu-news .menu-news-mobile span {
    color: #be1e2d;
    font-weight: bold;
}

.snm .menu-news .menu-news-mobile a i {
    display: none;
}

.snm .menu-news .menu-news-mobile a b {
    display: inline-block;
}

.snm .menu-news .nav-menu {
    display: block;
    background: #fff;
    top: 100%;
    z-index: 9;
    left: 0;
    padding: 10px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
}

.snm .menu-news .nav-menu ul {
    flex-flow: row wrap;
}

.snm .menu-news .nav-menu ul li {
    width: 50%;
    padding: 5px 0;
}

.snm .menu-news .nav-menu ul li:after {
    display: none;
}

.snm .menu-news .nav-menu ul li a {
    font-size: 15px;
}

.item-news {
    margin-bottom: 30px;
}

.item-news .item-news-thumb {
    padding-left: 0;
    padding-right: 0;
}

.item-news .item-news-thumb img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.item-news .item-news-info {
    padding-right: 0;
}

.item-news .item-news-info h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 0 0 10px;
}

.item-news .item-news-info p {
    color: #333;
    font-size: 14px;
}

.item-news .item-news-info a {
    text-decoration: none;
}

.item-news .item-news-info a:hover h3 {
    color: #be1e2d;
}

.layout-listitem .item {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.layout-listitem .item>span,
.layout-listitem .item .info {
    display: table-cell;
    vertical-align: top;
}

.layout-listitem .item>span {
    width: 50px;
    text-align: center;
    margin-right: 20px;
}

.layout-listitem .item>span i {
    font-size: 30px;
    font-weight: bold;
    color: #ff7f00;
    font-style: normal;
    line-height: 1;
}

.layout-listitem .item>.info h4 {
    font-size: 16px;
    color: #333;
    margin: 0 0 10px;
    font-weight: bold;
}

.layout-listitem .item>.info .news-meta {
    font-size: 13px;
}

.layout-listitem .item>.info .news-meta .meta-info,
.layout-listitem .item>.info .news-meta .meta-top {
    margin: 0;
}

.layout-listitem .item a:hover {
    text-decoration: none;
}

.layout-listitem .item a:hover h4 {
    color: #be1e2d;
}

.layout-list .item {
    display: table;
    width: 100%;
    margin-bottom: 15px;
    background: #fff;
}

.layout-list .item>span,
.layout-list .item .info {
    display: table-cell;
    vertical-align: top;
}

.layout-list .item span {
    width: 90px;
}

.layout-list .item span img {
    width: 100%;
    height: auto;
    padding-right: 10px;
}

.layout-list .item .info {
    vertical-align: middle;
}

.layout-list .item .info h4 {
    font-size: 14px;
    color: #333;
    margin: 0 0 10px;
    font-weight: normal;
}

.layout-list .item a:hover {
    text-decoration: none;
}

.layout-list .item a:hover h4 {
    color: #be1e2d;
}

.layout-full {
    background: #fff;
    margin-bottom: 30px;
}

.layout-full .item {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.layout-full .item>span,
.layout-full .item .info,
.layout-full .item .image {
    display: table-cell;
    vertical-align: top;
}

.layout-full .item span.thumb {
    display: none;
}

.layout-full .item div.info {
    width: 50%;
    vertical-align: middle;
    padding-bottom: 30px;
}

.layout-full .item div.image {
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}

.layout-full .item div.news-meta {
    padding: 0;
}

.layout-full .item .tit {
    margin-bottom: 15px;
}

.layout-full .item .tit span {
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 1px solid #ffa300;
    color: #808080;
}

.layout-full .item h4 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.layout-full .item a:hover {
    text-decoration: none;
}

.layout-full .item a:hover h4 {
    color: #be1e2d;
}

.news-meta {
    font-size: 13px;
}

.news-meta span {
    color: #808080;
    position: relative;
    margin-right: 5px;
}

.news-meta date {
    color: #808080;
}

.news-meta .meta-top,
.news-meta .meta-info {
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 5px;
}

.news-meta .meta-info {
    color: #ff7f00;
}

.news-meta .meta-info span.liked {
    color: #ff7f00;
}

.news-meta .meta-avatar {
    width: 45px;
    float: left;
}

.news-meta .meta-avatar i {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #FFB300;
    display: block;
}

.grid-promotion {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.grid-promotion .item-promotion {
    flex: 1 0 31.5%;
    margin-right: 2.5%;
    margin-bottom: 15px;
}

.grid-promotion .item-promotion .inner {
    background: #fff;
    height: 100%;
}

.grid-promotion .item-promotion:nth-child(3n+3) {
    margin-right: 0;
}

.grid-promotion .item-promotion img {
    width: 100%;
    height: auto;
}

.grid-promotion .item-promotion .info {
    background: #fff;
    padding: 10px;
}

.grid-promotion .item-promotion .info h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
    color: #000;
}

.grid-promotion .item-promotion a:hover {
    text-decoration: none;
}

.grid-promotion .item-promotion a:hover .info h3 {
    color: #be1e2d;
}

.col-blog-sidebar .widget {
    margin-bottom: 15px;
}

.col-blog-sidebar .widget-title {
    margin-bottom: 15px;
}

.col-blog-sidebar .widget-title h3 {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    margin: 0;
}

#single-detail {
    max-width: 750px;
    margin: 0 auto;
}

#single-detail .post-categories {
    color: #000;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 5px 0;
}

#single-detail .post-categories li {
    list-style: none;
    float: left;
    margin-right: 10px;
}

#single-detail .post-categories li a {
    color: #000;
    padding: 3px 10px;
    border: 1px solid #ccc;
}

#single-detail .post-categories li a:hover {
    text-decoration: none;
    background: #FFB300;
    color: #000;
}

#single-detail .article-top {
    margin-bottom: 30px;
}

#single-detail .article-top .news-meta {
    overflow: hidden;
}

#single-detail h1 {
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 30px;
}

#single-detail .desc {
    clear: both;
}

#single-detail .desc p,
#single-detail .desc ul li {
    font-size: 16px;
    margin-bottom: 15px;
}

#single-detail .desc ul {
    margin-left: 30px;
}

#single-detail .desc h2,
#single-detail .desc h3,
#single-detail .desc h4 {
    margin: 0 0 15px;
    font-weight: bold;
}

#single-detail .desc h4 {
    font-size: 16px;
}

#single-detail .desc h3 {
    font-size: 18px;
}

#single-detail .desc h2 {
    font-size: 20px;
}

#single-detail .desc img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}

.related {
    background: #f2f2f2;
    padding: 5px 0;
}

.related-news .container {
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.related-news .grid .item .inner {
    background: #f2f2f2 !important;
}

.related-news .grid .item .inner .info {
    background: transparent;
    padding: 15px;
}

.related h2,
.related h1 {
    font-size: 20px;
    margin: 0 0 30px;
    font-weight: bold;
}

.related h1.article-title,
.related h2.article-title {
    text-transform: uppercase;
}

.related .grid {
    display: flex;
    -webkit-display: flex;
    flex-flow: row wrap;
    flex: 1 100%;
}

.related .grid .item {
    margin-bottom: 15px;
    width: 50%;
}

.related .grid .item .inner {
    background: #fff;
    height: 100%;
}

.related .grid .item .info {
    background: #fff;
    padding: 15px;
}

.related .grid .item img {
    width: 100%;
    height: auto;
}

.related .grid .item h2,
.related .grid .item p,
.related .grid .item h4 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    margin-bottom: 0;
}

.related .grid .item a:hover {
    text-decoration: none;
}

.efw-navigation {
    margin: 15px 0 30px;
    display: flex;
    justify-content: center;
}

.efw-navigation ul {
    margin: 0;
    padding: 0;
}

.efw-navigation ul li {
    display: inline-block;
    list-style: none;
    margin: 0 3px;
}

.efw-navigation ul li a {
    padding: 5px 10px;
    background: #000;
    color: #fff;
}

.efw-navigation ul li a:hover {
    text-decoration: none;
    background: #f00;
}

.efw-navigation ul li.active a {
    background: #f00;
}

@media screen and (min-width: 1024px) {
    .related-news .container {
        background: #fff;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .menu-news ul li {
        padding: 0 30px;
    }
    .col-blog-left {
        max-width: 72%;
        flex: 0 0 72%;
        -ms-flex: 0 0 72%;
        margin-right: 0%;
    }
    .col-blog-sidebar {
        max-width: 26%;
        flex: 0 0 26%;
        -ms-flex: 0 0 26%;
        margin-left: 2%;
    }
    .col-blog-sidebar .widget {
        margin-bottom: 30px;
    }
    .layout-full .item h4 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .layout-full .item .info-inner {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 25px;
    }
}

@media screen and (min-width: 768px) {
    .related .grid .item {
        width: 31.65%;
        margin-right: 2.5%;
        margin-bottom: 2.5%;
    }
    .related .grid .item:nth-child(3n+3) {
        margin-right: 0;
    }
}

@media screen and (max-width: 1023px) {
    .layout-listitem .item>span {
        width: 40px;
        text-align: left;
    }
    .col-blog-left,
    .col-blog-right {
        padding-left: 0;
        padding-right: 0;
    }
    .col-blog-left .item-news,
    .col-blog-right .item-news {
        margin-left: 10px;
        margin-right: 10px;
    }
    .col-blog-sidebar {
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-blog-sidebar .widget-title h3 {
        padding-bottom: 10px;
    }
    .item-news {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .item-news-info,
    .item-news-thumb {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .related .grid .item {
        width: 100%;
        margin-right: 0;
    }
    .related .grid .item a img {
        display: block;
        width: 100%;
        height: auto;
    }
    .related .grid .item a .info {
        background: #fff;
    }
    .menu-news .menu-news-mobile {
        display: block;
    }
    .menu-news .nav-menu {
        position: absolute;
        top: 0;
        width: 100%;
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .layout-full .item {
        display: block;
    }
    .layout-full .item span.thumb {
        display: block;
        margin-bottom: 0;
    }
    .layout-full .item span.thumb img {
        width: 100%;
        height: auto;
    }
    .layout-full .item div.info {
        width: 100%;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .layout-full .item div.image {
        display: none;
    }
    .grid-promotion .item-promotion {
        flex: 1 0 47.5%;
    }
    .grid-promotion .item-promotion:nth-child(2n+3) {
        margin-right: 0;
    }
    .grid-promotion .item-promotion:nth-child(2n+2) {
        margin-right: 2.5%;
    }
}

@media screen and (max-width: 480px) {
    .grid-promotion .item-promotion {
        flex: 1 0 100%;
        margin-right: 0;
    }
    .grid-promotion .item-promotion:nth-child(2n+3),
    .grid-promotion .item-promotion:nth-child(2n+2) {
        margin-right: 0;
    }
}

.reviews {
    background: #f2f2f2;
    padding: 30px 0;
}

#box-reviews h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

#box-reviews .comment-form .submit {
    background: #be1e2d;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    padding: 10px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#box-reviews .comment-list {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

#box-reviews .comment-list li {
    list-style: none;
    margin: 20px 0px;
}

#box-reviews .comment-list li p {
    font-size: 16px;
    margin-bottom: 10px;
}

#box-reviews .comment-list li em {
    color: red;
}

#box-reviews .comment-list li .comment-author img.avatar {
    margin-right: 5px;
    border-radius: 50%;
}

#box-reviews .comment-list li .comment-author strong {
    font-size: 15px;
    color: #505050;
    font-weight: bold;
}

#box-reviews .comment-list li .comment-author strong.cmadm {
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    background: #FF9420;
    padding: 1px 6px;
    margin-left: 8px;
}

#box-reviews .comment-list li .comment .comment-body .reply {
    margin-bottom: 10px;
}

#box-reviews .comment-list li .comment .comment-body .reply a.comment-reply-link {
    margin-left: 5px;
}

#box-reviews .comment-list li .comment p {
    font-size: 16px;
    margin-bottom: 10px;
}

#box-reviews .comment-list li .comment-meta {
    display: none;
}

#box-reviews .comment-list li .comment-author {
    margin-bottom: 10px;
}

#box-reviews .comment-list li .children {
    background: #fff;
    border: 1px solid #dfdfdf;
    margin: 20px 0;
    padding: 15px 15px;
    position: relative;
}

#box-reviews .comment-list li .children::before,
#box-reviews .comment-list li .children::after {
    top: -20px;
    left: 18px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#box-reviews .comment-list li .children:before {
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #fff;
    border-width: 11px;
    margin-left: -11px;
    z-index: 1;
}

#box-reviews .comment-list li .children:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #dfdfdf;
    border-width: 10px;
    margin-left: -10px;
}

#box-reviews .comment-list li .children li {
    padding: 0;
    margin-bottom: 0;
}

.grid-post .col-post {
    margin-bottom: 24px;
    padding: 0 12px;
}

.grid-post .col-post .inner a img {
    display: block;
    width: 100%;
    height: auto;
}

.grid-post .col-post .inner a:hover img {
    opacity: 0.79;
    -webkit-opacity: 0.79;
}

.grid-post .col-post .inner .info a h3.name {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 5px 0 10px;
    line-height: 1.3;
}

.grid-post .col-post .inner .info a:hover {
    text-decoration: none;
}

.grid-post .col-post .inner .info a:hover h3.name {
    color: #FF9420;
}

.list-post .row {
    margin-right: 0;
    margin-left: 0;
}

.list-post .row .col-md-5,
.list-post .row .col-md-5,
.list-post .row .col-lg-7,
.list-post .row .col-md-7 {
    padding-right: 15px;
    padding-left: 15px;
}

.list-post .row .inner-one a .image img {
    display: block;
    width: 100%;
    height: auto;
}

.list-post .row .inner-one a:hover img {
    opacity: 0.79;
    -webkit-opacity: 0.79;
}

.list-post .row .inner-one .info {
    margin: 0;
    padding: 10px;
    background: #FFB300;
}

.list-post .row .inner-one .info a h3.name {
    font-size: 16px;
    color: #333;
    margin: 0;
}

.list-post .row .inner-one .info a:hover h3.name {
    color: #0056B3;
}

.list-post .row .ipost {
    margin-bottom: 15px;
}

.list-post .row .ipost .inner .row {
    background: white;
}

.list-post .row .ipost .inner .row a {
    display: block;
}

.list-post .row .ipost .inner .row a:hover img {
    opacity: 0.79;
    -webkit-opacity: 0.79;
}

.list-post .row .ipost .inner .row .col-thumb {
    padding: 0px;
}

.list-post .row .ipost .inner .row img.img-responsive {
    display: block;
    width: 100%;
    height: auto;
}

.list-post .row .ipost .inner .row .col-info {
    display: flex;
    align-items: center;
}

.list-post .row .ipost .inner .row .col-info .post-title {
    margin: 0 0 10px;
    line-height: 1.3;
    font-weight: 700;
}

.list-post .row .ipost .inner .row .col-info .post-title a {
    font-size: 14px;
    color: #000;
}

.list-post .row .ipost .inner .row .col-info .post-title a:hover {
    color: #FF9420;
}

.list-post .row .ipost .inner .row .col-info p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #707070;
}

.list-post .row .viewmore-post a {
    color: #000;
    font-size: 14px;
}

.list-post .row .viewmore-post a:hover {
    color: #FF9420;
}

@media only screen and (max-width: 768px) and (max-width: 959px) {
    .list-post .row .ipost .inner .row .col-info .post-title {
        -webkit-line-clamp: 2;
        position: relative;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        padding-top: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media screen and (max-width: 767px) {
    .list-post .row {
        margin-right: 0;
        margin-left: 0;
    }
    .list-post .row .col-md-5,
    .list-post .row .col-md-5,
    .list-post .row .col-lg-7,
    .list-post .row .col-md-7 {
        padding-right: 0;
        padding-left: 0;
    }
    .list-post .row .inner-one {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 10px;
        margin-bottom: 15px;
    }
    .list-post .row .inner-one a {
        max-width: 39%;
        flex: 0 0 39%;
    }
    .list-post .row .inner-one a:hover img {
        opacity: 0.79;
        -webkit-opacity: 0.79;
    }
    .list-post .row .inner-one .info {
        max-width: 61%;
        flex: 0 0 61%;
        padding: 0 10px;
        background: #fff;
        display: flex;
        align-items: center;
    }
    .list-post .row .inner-one .info a {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .list-post .row .inner-one .info a h3.name {
        font-size: 14px;
        color: #000;
        -webkit-line-clamp: 2;
        position: relative;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        font-weight: 400;
        line-height: 22px;
        padding-top: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .list-post .row .ipost .inner .row .col-info .post-title {
        -webkit-line-clamp: 2;
        position: relative;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        padding-top: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .ipost {
        margin: 0 10px;
        padding: 0 10px;
    }
    .ipost .row {
        margin: 0 -10px;
    }
    .ipost .row .col-xs-12 {
        padding: 0 10px;
    }
    .ipost .row .col-thumb {
        max-width: 39%;
        flex: 0 0 39%;
    }
    .ipost .row .col-thumb img.img-pc {
        display: none;
    }
    .ipost .row .col-info {
        max-width: 61%;
        flex: 0 0 61%;
    }
    .ipost .row .col-info .post-title a {
        font-size: 16px;
    }
    .viewmore-post {
        text-align: center;
    }
}

@media screen and (max-width: 1024px) {
    header .wrap-suggestion {
        width: 100%;
        top: 40px;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0;
    }
    header .header-main {
        padding: 8px;
    }
    header .container .row #search_mobile {
        display: block;
        min-width: 210px;
        width: 100%;
    }
    header .container .row #search_mobile .has-search {
        position: relative;
    }
    header .container .row #search_mobile .has-search .form-control {
        border: none;
        outline: none;
        height: 32px;
        font-size: 12px;
    }
    header .container .row #search_mobile .has-search .form-control-feedback {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 12px;
        cursor: pointer;
        right: 5px;
    }
    .logo {
        display: none;
    }
    .logo-mobile {
        display: block;
    }
    #search {
        display: none;
    }
    .header-main .col-sm-7 {
        padding-right: 0;
    }
    .header__menu {
        display: none;
    }
    .menu__top_bar {
        display: none;
    }
    .menu__top_bar .container ul {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    nav.menu-menu-info-container {
        display: none;
    }
    header {
        padding: 0;
        margin: 0;
    }
    header .menu__info {
        display: none;
    }
    header .container .row {
        flex-flow: column;
    }
    header .container .row .col-sm-3,
    header .container .row .col-sm-7,
    header .container .row .col-sm-2 {
        max-width: 100%;
    }
    header .container .row #logo {
        justify-content: space-between;
    }
    header .container .row #logo button#js-menu-trigger {
        display: block;
        outline: none;
    }
    header .container .row #logo button.header-btn.act svg path {
        fill: #FFC414;
    }
    header .container .row #logo button.header-btn.act img {
        display: none;
    }
    header .container .row #logo button.header-btn.act span {
        margin-top: 24px;
    }
    header .container .row #logo button.header-btn.act span:after,
    header .container .row #logo button.header-btn.act span:before {
        content: '';
        background-color: #FFB300;
        border-radius: 1px;
        height: 2px;
        width: 70%;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        transition: all 200ms;
        top: 10px;
    }
    header .container .row #logo button.header-btn.act span:after {
        transform: rotate(45deg);
    }
    header .container .row #logo button.header-btn.act span:before {
        transform: rotate(-45deg);
    }
    header .container .row #logo button#btn-search {
        display: block;
        width: 70px;
        height: 24px;
        border-radius: 8px;
        border: none;
        margin-left: 12px;
        margin-right: 12px;
        background: #bbbbbb;
    }
    header .container .row #logo a {
        color: #fff;
    }
    header .container .row #logo a.logo_mobile,
    header .container .row #logo a img.logo_mobile {
        display: block;
    }
    header .container .row #logo a img {
        min-width: 70px;
    }
    header .container .row #logo a.btn_shopping_cart {
        position: relative;
        display: block;
        margin-right: 10px;
    }
    header .container .row #logo a.btn_shopping_cart .fa-shopping-cart {
        font-size: 26px;
    }
    header .container .row #logo a.btn_shopping_cart .btn_shopping_cart-qty {
        display: block;
        position: absolute;
        z-index: 1;
        top: -5px;
        right: -5px;
        width: 16px;
        height: 16px;
        font-size: 11px;
        line-height: 16px;
        background-color: #FFB300;
        color: #fff;
        text-align: center;
        border-radius: 50%;
    }
    header .container .row #header-info {
        padding: 0;
        margin: 0;
    }
    header .container .row #header-info nav.menu-main-menu-info-header-container {
        display: none;
    }
    header .container .row #header-info nav.menu-main-menu-info-header-container.active ul {
        margin: 0;
        padding: 0;
        background: #494949;
        display: flex;
        flex-direction: column;
    }
    header .container .row #header-info nav.menu-main-menu-info-header-container.active ul li {
        margin: 0;
    }
    header .container .row #header-info nav.menu-main-menu-info-header-container.active ul li span,
    header .container .row #header-info nav.menu-main-menu-info-header-container.active ul li a {
        height: 50px;
        font-size: 14px;
        display: block;
        border-bottom: 2px solid #fff;
    }
    header .container .row #header-info nav.menu-main-menu-info-header-container.active ul li span:after,
    header .container .row #header-info nav.menu-main-menu-info-header-container.active ul li a:after {
        display: none;
    }
    header .container .row #header-info nav.menu-main-menu-info-header-container.active ul li span:hover,
    header .container .row #header-info nav.menu-main-menu-info-header-container.active ul li a:hover {
        color: #FFB300;
    }
    header .container .row #header-info nav.menu-main-menu-info-header-container.active ul li:last-child span,
    header .container .row #header-info nav.menu-main-menu-info-header-container.active ul li:last-child a {
        border-bottom: none;
    }
    header .container .row #header-info nav.menu-main-menu-info-header-container.active ul li:last-child span:before,
    header .container .row #header-info nav.menu-main-menu-info-header-container.active ul li:last-child a:before {
        content: "";
        background: url(../images/sound.png) no-repeat;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 122px;
        top: 15px;
    }
    header .container .row #header-info nav.menu-main-menu-info-header-container.active ul li ul.sub-menu {
        width: 100%;
        display: block;
        position: static;
        left: 0;
    }
    header .container .row #header-info nav.menu-main-menu-info-header-container.active ul li ul.sub-menu li {
        display: block;
    }
    header .container .row #search {
        display: none;
    }
    header .container .row #search,
    header .container .row #search_mobile {
        margin-left: 10px;
        margin-right: 10px;
        background: none;
    }
    header .container .row #search form#form-search,
    header .container .row #search_mobile form#form-search {
        width: 100%;
    }
    header .container .row #search form#form-search .has-search .form-control,
    header .container .row #search_mobile form#form-search .has-search .form-control {
        margin-right: 10px;
        width: 100%;
    }
    header .container .row #search.active,
    header .container .row #search_mobile.active {
        display: block;
        background: none;
    }
    *,
    *:after,
    *:before {
        box-sizing: border-box;
    }
     ::-webkit-scrollbar {
        display: none;
    }
    .cusbody {
        position: relative;
        overflow-x: hidden;
    }
    .cusbody .inner-mobile {
        opacity: 0;
    }
    .cusbody.act {
        overflow: hidden;
    }
    .cusbody.act .inner-mobile {
        opacity: 1;
        z-index: 999;
    }
    .cusbody.act .mainMenu a {
        opacity: 1;
        transform: translateX(0);
    }
    .cusbody.act .mainContainer {
        height: 100vh;
    }
    .cusbody .inner-mobile {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 48px;
        bottom: 0;
        z-index: 0;
        background: #fff;
    }
    .cusbody .inner-mobile .visual {
        text-align: center;
        margin-left: 10px;
        margin-right: 10px;
        border-bottom: 1px solid #BDBDBD;
    }
    .cusbody .inner-mobile .visual a:hover {
        text-decoration: none !important;
    }
    .cusbody .inner-mobile .visual .woo_avatar {
        color: #333;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        padding: 8px 16px;
        text-decoration: none;
        font-weight: bold;
    }
    .cusbody .inner-mobile .visual .woo_avatar_text {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 18px;
        text-transform: uppercase;
        margin: 0px 16px 0px 0px;
    }
    .cusbody .inner-mobile .visual .woo_avatar_text img {
        border-radius: 50%;
    }
    .cusbody .inner-mobile .visual .woo_avatar_content {
        font-size: 13px;
        line-height: 20px;
        flex: 1 1 0%;
    }
    .cusbody .inner-mobile .visual .woo_avatar_email {
        font-size: 11px;
        line-height: 16px;
        margin: 4px 0px 0px;
    }
    .cusbody .inner-mobile .content {
        padding-bottom: 50px;
        overflow-y: auto;
        margin-left: 10px;
        margin-right: 10px;
    }
    .cusbody .inner-mobile .content .sub-head {
        color: #333;
        font-weight: 700;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .cusbody .inner-mobile .content .menu__info ul {
        flex-direction: column;
        list-style: none;
    }
    .cusbody .inner-mobile .content .menu__info li {
        flex-direction: row;
        margin-bottom: 10px;
        color: #333;
    }
    .cusbody .inner-mobile .content .menu__info li svg path {
        fill: #000;
    }
    .cusbody .inner-mobile .content .menu__info li a {
        color: #FFB300;
    }
    .cusbody .inner-mobile .content .menu__info li::after {
        display: none;
    }
    .cusbody .inner-mobile .content .menu__info li .userstyle,
    .cusbody .inner-mobile .content .menu__info li .shop_cart {
        display: none;
    }
    .mainContainer {
        background: #f2f2f2;
        min-height: 100%;
        transition: all 350ms;
        position: relative;
    }
    .inner-mobile nav ul#menu-mobile {
        display: block;
        list-style: none;
    }
    .inner-mobile nav ul#menu-mobile li {
        position: relative;
        list-style: none;
        text-align: left;
        border-bottom: 1px solid #BDBDBD;
    }
    .inner-mobile nav ul#menu-mobile li ul li {
        border: none;
    }
    .inner-mobile nav ul#menu-mobile li.act {
        border-left: 3px solid #333;
    }
    .inner-mobile nav ul#menu-mobile li i,
    .inner-mobile nav ul#menu-mobile li span,
    .inner-mobile nav ul#menu-mobile li a {
        vertical-align: middle;
        height: 37px;
        padding: 0;
        font-size: 14px;
        line-height: 37px;
        color: #333;
    }
    .inner-mobile nav ul#menu-mobile li i:after,
    .inner-mobile nav ul#menu-mobile li span:after,
    .inner-mobile nav ul#menu-mobile li a:after {
        display: none;
    }
    .inner-mobile nav ul#menu-mobile li i {
        margin-right: 15px;
    }
    .inner-mobile nav ul#menu-mobile li.current-menu-item {
        border-left: 3px solid #333;
    }
    .inner-mobile nav ul#menu-mobile li.current-menu-item span,
    .inner-mobile nav ul#menu-mobile li.current-menu-item a {
        color: #FFB300;
    }
    .inner-mobile nav ul#menu-mobile li.current-menu-item ul.sub-menu li a,
    .inner-mobile nav ul#menu-mobile li.current-menu-item ul.sub-menu li span {
        color: #333;
    }
    .inner-mobile nav ul#menu-mobile li.menu-item-has-children ul.sub-menu {
        display: none;
        position: static;
    }
    .inner-mobile nav ul#menu-mobile li.menu-item-has-children ul.sub-menu li {
        padding-left: 20px;
    }
    .inner-mobile nav ul#menu-mobile li.menu-item-has-children ul.sub-menu li.menu-item-type-taxonomy.menu-item-has-children ul.sub-menu {
        display: none;
    }
    .inner-mobile nav ul#menu-mobile li.menu-item-has-children:before {
        content: "\f078";
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #333;
        right: 5px;
        transition: all 0.2s;
        font-size: 14px;
        line-height: 37px;
    }
    .inner-mobile nav ul#menu-mobile li.active.menu-item-has-children::before {
        transform: rotate(180deg) !important;
    }
    .inner-mobile nav a {
        color: #fff;
        transition: all 750ms;
        transform: translateX(50%);
    }
}

@media only screen and (max-width: 1024px) {
    header .wrap-suggestion:after,
    header .wrap-suggestion::before {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .bck,
    #fb-root {
        display: none !important;
    }
    footer {
        margin-bottom: 67px;
    }
    .bottom-bar {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        right: 0;
        max-width: 100%;
        margin: 0 auto;
        background: #fff;
        padding: 7px 10px 4px;
        z-index: 999;
        box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.2);
        height: 67px;
    }
    .bottom-bar-ul {
        display: flex;
        padding-left: none;
        margin-bottom: none;
        list-style: none;
        align-items: center;
    }
    .bottom-bar-ul li {
        width: 25%;
    }
    .bottom-bar-ul li a {
        display: block;
        color: #696969;
        font-size: 20px;
        text-align: center;
        position: relative;
        font-weight: 100;
        height: 25px;
        width: 100%;
    }
    .bottom-bar-ul li a .title {
        font-size: 14px;
        justify-content: center;
        font-family: inherit;
    }
}

@media screen and (min-width: 1024px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }
    .container .row {
        margin-left: 0;
        margin-right: 0;
    }
}

.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}

.slideshow-container img {
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.slideshow-container .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    top: 8px;
    width: 100%;
    text-align: center;
}

@media only screen and (min-width: 1024px) {
    .elementor-section-wrap {
        position: relative;
    }
    .elementor-section-wrap section.care {
        position: absolute;
        z-index: 1;
        width: 58%;
        top: 400px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (max-width: 768px) {
    .elementor-section-wrap section.care {
        box-shadow: none !important;
    }
}

.elementor-section-wrap section.care {
    box-shadow: none;
}

.elementor-section-wrap section.care section.elementor-section-boxed .elementor-row {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding: 0;
    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;
}

div#number_one .elementor-widget-container {
    display: flex;
    align-items: center;
}

div#number_one .elementor-widget-container::before {
    content: "1";
    font-size: 16px;
    font-weight: 700;
    background: #ffa300;
    width: 46px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#number_two .elementor-widget-container {
    display: flex;
    align-items: center;
}

div#number_two .elementor-widget-container::before {
    content: "2";
    font-size: 16px;
    font-weight: 700;
    background: #ffa300;
    width: 34px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#number_three .elementor-widget-container {
    display: flex;
    align-items: center;
}

div#number_three .elementor-widget-container::before {
    content: "3";
    font-size: 16px;
    font-weight: 700;
    background: #ffa300;
    width: 46px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1024px) {
    div#number_one .elementor-widget-container::before {
        width: 34px;
        height: 30px;
        margin-right: 2px;
    }
    div#number_two .elementor-widget-container::before {
        width: 30px;
        height: 30px;
        margin-right: 2px;
    }
    div#number_three .elementor-widget-container::before {
        width: 33px;
        height: 30px;
        margin-right: 2px;
    }
}

@media only screen and (max-width: 768px) {
    div#number_one .elementor-widget-container::before {
        width: 49px;
        height: 30px;
    }
    div#number_two .elementor-widget-container::before {
        width: 42px;
        height: 30px;
    }
    div#number_three .elementor-widget-container::before {
        width: 49px;
        height: 30px;
    }
}

@media only screen and (max-width: 767px) {
    div#number_one .elementor-widget-container::before {
        width: 33px;
        height: 20px;
        font-size: 14px;
    }
    div#number_two .elementor-widget-container::before {
        width: 24px;
        height: 20px;
        font-size: 14px;
    }
    div#number_three .elementor-widget-container::before {
        width: 30px;
        height: 20px;
        font-size: 14px;
    }
}

.skdslider {
    width: 100%;
    height: 400px;
    position: relative;
    display: block;
    overflow: hidden;
}

.skdslider:hover .prev,
.skdslider:hover .next {
    opacity: 1;
}

.skdslider a.prev,
.skdslider a.next {
    text-decoration: none !important;
}

.skdslider a.prev:hover,
.skdslider a.next:hover {
    text-decoration: none !important;
}

.skdslider:after {
    content: '';
    padding-top: 50%;
    display: block;
}

.skdslider ul {
    list-style-type: none;
}

.skdslider ul.slides {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.skdslider ul.slides li {
    display: none;
}

.skdslider ul.slides li img {
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}

.skdslider ul.slide-navs {
    top: 20px;
    left: 50%;
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.skdslider ul.slide-navs li {
    float: left;
    background: url("../images/slideshow/navs.png") no-repeat scroll 0 0 transparent;
    height: 12px;
    width: 12px;
    margin-right: 4px;
    cursor: pointer;
}

.skdslider ul.slide-navs li.current-slide {
    background: url("../images/slideshow/navcolor.png") no-repeat scroll 0 0 transparent;
}

.skdslider ul .slide-desc {
    background: url("../images/slideshow/desc.png") repeat scroll 0 0 transparent;
    left: 0;
    padding: 0 15px 0 15px;
    position: absolute;
    bottom: 15%;
    max-width: 85%;
    display: inline-block;
}

.skdslider ul .slide-desc h2 {
    color: #CFDB0C;
    font-family: 'Oswald';
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}

.skdslider ul .slide-desc p {
    color: #FFFFFF;
    font-family: 'Oswald';
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
}

.skdslider ul .slide-desc p a.more {
    color: #990000;
    font-size: 20px;
    text-decoration: none;
}

.skdslider ul .slide-desc p a.more:hover {
    text-decoration: underline;
}

.skdslider a.prev {
    position: absolute;
    top: 40%;
    margin: 0;
    border-radius: 0 3px 3px 0;
    background: rgba(0, 0, 0, 0.3);
    width: 48px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 46px;
    color: #fff;
    font-family: -webkit-body;
    cursor: pointer;
}

.skdslider a.next {
    position: absolute;
    top: 40%;
    right: 0;
    margin: 0;
    border-radius: 3px 0px 0px 3px;
    background: rgba(0, 0, 0, 0.3);
    width: 48px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 46px;
    color: #fff;
    font-family: -webkit-body;
    cursor: pointer;
}

.skdslider a.play {
    background: url("../images/slideshow/play.png") no-repeat scroll center center transparent;
    width: 35px;
    height: 35px;
    display: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 48%;
    margin-top: -17px;
}

.skdslider a.pause {
    background: url("../images/slideshow/pause.png") no-repeat scroll center center transparent;
    width: 35px;
    height: 35px;
    display: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 48%;
    margin-top: -17px;
}

.skdslider .prev,
.skdslider .next {
    opacity: 0;
    transition: opacity 0.3s;
}

@media screen and (max-width: 767px) {
    .skdslider .slide-desc>h2 {
        font-size: 20px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .skdslider .slide-desc>p {
        font-size: 14px;
        line-height: 15px;
        margin-top: 5px;
    }
    .skdslider .slide-desc>p a.more {
        font-size: 14px;
    }
}

.grid-woo .choosedfilter {
    display: block;
    overflow: hidden;
    padding-bottom: 0;
}

.grid-woo .choosedfilter .choosedfilter-title {
    float: left;
    white-space: nowrap;
    line-height: 32px;
}

.grid-woo .choosedfilter .choosedfilter-title span {
    display: inline;
    text-transform: uppercase;
    font-size: 15px;
    margin-right: 10px;
    color: #808080;
}

.woocommerce-widget-layered-nav-list li a,.grid-woo .choosedfilter a {
    display: inline-block;
    padding: 5px 15px;
    background: #333333;
    font-size: 13px;
    color: red;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 15px;
    position: relative;
}

.grid-woo .choosedfilter a i {
    position: absolute;
    top: 7px;
    right: 5px;
}
.woocommerce-widget-layered-nav-list li a:hover,
.woocommerce-widget-layered-nav-list li a.active,
.grid-woo .choosedfilter a:hover,
.grid-woo .choosedfilter a.active {
    text-decoration: none;
    background: #FFB300;
}

.grid-woo .choosedfilter a.reset {
    background: #e01318;
}

.grid-woo .choosedfilter a.reset i.fa.fa-times {
    margin-left: 3px;
}

@media screen and (max-width: 768px) {
    .row-sidebar-none {
        margin-bottom: 0;
    }
    .grid-woo .woocommerce-products-header {
        margin-bottom: 0 !important;
    }
    .grid-woo .woocommerce-products-header .column-title {
        display: none;
    }
    .grid-woo .woocommerce .woocommerce-ordering {
        margin-bottom: 20px !important;
    }
    .grid-woo .col-products .choosedfilter {
        margin: 10px 0 10px 0;
        padding: 10px;
    }
    .grid-woo .col-products .choosedfilter a {
        font-size: 10px;
        margin-right: 5px;
        margin-bottom: 0;
    }
}

input.pro_cat {
    margin-right: 5px;
}

.filter_loading {
    position: absolute;
    left: 60%;
    transform: translate(-60%, 5%);
}

.filter_loading img {
    margin: 0 auto;
}

.viewmore {
    padding: 10px 20px;
    border: 1px solid #000;
    font-size: 14px;
    color: #000;
    margin: 0 auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: block;
    line-height: 1;
    width: 140px;
    text-align: center;
    margin-bottom: 30px;
}

.viewmore:hover {
    text-decoration: none;
    color: #fff;
    background: #000;
}

.col-sidebar .sidebar-shop .widget.widget_text .widget-title {
    margin-top: 30px;
}

.col-sidebar .sidebar-shop .widget.widget_text .widget-title h3 {
    margin: 0;
    padding: 0;
}

.col-sidebar .sidebar-shop .widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav .widget-title {
    border: none;
    padding: 0;
    margin: 0;
}

.col-sidebar .sidebar-shop .widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav .widget-title h3 {
    margin: 0;
    padding: 0;
}

.col-sidebar .sidebar-shop .widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav .widget-title h3 span {
    color: #808080;
}

.col-sidebar .sidebar-shop .widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list {
    margin-top: 10px;
}

.col-sidebar .sidebar-shop .widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li {
    list-style: none;
    margin-bottom: 10px;
}

.col-sidebar .sidebar-shop .widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li::before {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #888;
    margin-right: 5px;
    borde-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 13px;
}

.col-sidebar .sidebar-shop .widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a {
    color: #888;
}

.col-sidebar .sidebar-shop .widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a::before {
    display: none;
}

#success-message {
    text-align: center;
    padding-bottom: 30px;
}

.box-request {
    width: 480px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 9;
    padding: 15px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
    border-radius: 3px;
}

.box-request .inner {
    position: relative;
}

.box-request a.remove-request {
    position: absolute;
    top: -10px;
    right: 0px;
    font-size: 24px;
    color: #c2272d;
    z-index: 9;
}

.box-request h4 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0 0 15px;
}

.box-request label {
    margin-right: 5px;
}

.box-request input[type="radio"] {
    margin: 2px 5px 0 0;
}

.box-request input[type="text"],
.box-request input[type="email"],
.box-request textarea {
    background: #f2f2f2;
    border: 1px solid #ccc;
    padding: 5px 10px 4px;
    border-radius: 5px;
    height: 35px;
    width: 100%;
}

.box-request textarea {
    height: 100px;
}

.box-form {
    width: 100%;
    background: #fff;
    z-index: 9;
    padding: 15px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
    border-radius: 3px;
    margin: 20px auto;
}

.box-form .inner {
    position: relative;
}

.box-form a.remove-request {
    position: absolute;
    top: -10px;
    right: 0px;
    font-size: 24px;
    color: #c2272d;
    z-index: 9;
}

.box-form h4 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0 0 15px;
}

.box-form label {
    margin-right: 5px;
}

.box-form input[type="radio"] {
    margin: 2px 5px 0 0;
}

.box-form input[type="text"],
.box-form input[type="email"],
.box-form textarea {
    background: #f2f2f2;
    border: 1px solid #ccc;
    padding: 5px 10px 4px;
    border-radius: 5px;
    height: 35px;
    width: 100%;
}

.box-form textarea {
    height: 100px;
}

.box-form button {
    color: #fff;
    background: #ffa300;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 35px;
    text-transform: uppercase;
    border: 0;
    font-weight: normal;
    width: 100%;
    font-size: 13px;
}

.box-form select {
    background: #f2f2f2;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    height: 35px;
    padding: 5px 10px 4px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}

#modal-request,
#modal-advisory {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    bottom: 0;
    height: 100%;
    display: none;
    transition: 0.3s all;
    z-index: 9;
}

#modal-request select,
#modal-advisory select {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 5px 10px 4px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}

#modal-request .box-request button,
#modal-advisory .box-request button {
    color: #fff;
    background: #ffa300;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 35px;
    text-transform: uppercase;
    border: 0;
    font-weight: normal;
    width: 100%;
    font-size: 13px;
}

.search-product ul#listsuggest li {
    list-style: none;
    margin: 0;
    overflow: hidden;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 5px;
}

.search-product ul#listsuggest li.selected,
.search-product ul#listsuggest li:hover {
    background: #f5f5f5;
}

.search-product ul#listsuggest li a {
    display: block;
    border: none;
    overflow: inherit;
    padding: 0px;
}

.search-product ul#listsuggest li img {
    width: 40px;
    float: left;
    margin-right: 5px;
}

.search-product ul#listsuggest li h4 {
    width: 80%;
    float: left;
    color: #333;
    font-size: 13px;
    margin: 10px 0 5px 0;
    font-weight: normal;
}

.search-product .box-search .inner {
    padding: 5px;
}

.search-product input {
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    text-indent: 15px;
}

.search-product .listsuggest {
    background: #fff;
    z-index: 1;
    top: 55px;
    left: 0;
    right: 0;
    position: absolute;
    border-top: 0;
    margin: 0 22px;
    border-top: 1px solid #ccc;
    border: 1px solid #ccc;
    padding: 10px 0;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

body.modal-open {
    overflow: hidden;
}

.header-bn {
    text-align: center;
    background: #333;
    padding: 30px 0;
}

.header-bn .name {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}

.template-wait .wait {
    text-align: center;
    font-size: 32px;
    color: #ffdd15;
}

@media screen and (min-width: 992px) {
    .header-bn {
        padding: 45px 0;
        background: url(../images/header-bn/thu-cu-doi-moi.jpg) center center no-repeat;
        background-size: cover;
    }
    .header-bn .name {
        font-size: 32px;
        color: #000;
    }
}

.innovation-content,
.innovation-top {
    background: #f2f2f2;
    padding-bottom: 30px;
}

.innovation-content .introduction .inner {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.innovation-content .introduction .inner .title,
.innovation-content .introduction .inner .image {
    margin-bottom: 15px;
}

.innovation-content .introduction .inner .info {
    text-align: center;
    font-size: 15px;
}

.title {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    position: relative;
}

.title.one::before {
    content: "1";
}

.title.two::before {
    content: "2";
}

.title.three::before {
    content: "3";
}

.title::before {
    font-size: 16px;
    font-weight: 700;
    background: #ffdd15;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    position: absolute;
}

.title h2 {
    text-align: center;
    font-size: 24px;
    color: #636363;
}

.search-product {
    max-width: 360px;
    margin: 0 auto;
    position: relative;
}

.search-product .inner .fa {
    position: absolute;
    right: 20px;
    font-size: 18px;
    line-height: 50px;
    display: block;
    color: #aaa;
}

.search-product .inner .fa.fa-spin {
    color: #c84147;
}

.search-product .inner .fa.fa-times {
    color: #c84147;
    cursor: pointer;
}

.search-product form {
    margin-bottom: 10px;
}

.search-product .box-search .inner {
    padding: 5px;
}

.search-product input[type="text"] {
    background: #ffffff;
    background-clip: padding-box;
    border-radius: 1px;
    font-size: 18px;
    height: 50px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 1px solid #ccc;
    outline: none;
}

.search-product input {
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    text-indent: 15px;
}

.search-product i.fa-spin #remove-keywords,
.search-product .search-product #remove-keywords {
    display: none;
}

.search-product i.fa.fa-times {
    display: none;
    position: absolute;
    top: 10px;
    right: 15px;
}

.search-product .fa-spin {
    position: absolute;
    top: 5px;
    color: #c84147;
    font-size: 18px;
    right: 20px;
    line-height: 50px;
    display: block;
    pointer-events: none;
}

.search-product #remove-keywords {
    position: absolute;
    top: 14px;
    right: 10px;
    color: #c84147;
    font-size: 18px;
}

.search-product .ico-remove {
    display: none;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 9;
}

.search-product .ico-remove::after {
    content: "";
    width: 10px;
    height: 2px;
    background: #c2272d;
    display: block;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.search-product .ico-remove::before {
    content: "";
    width: 10px;
    height: 2px;
    background: #c2272d;
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.innovation-bottom {
    background: #f9f9f9;
    padding-bottom: 30px;
}

.innovation-bottom .grid-product .grid-header ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.innovation-bottom .grid-product .grid-header ul li {
    font-size: 18px;
    list-style: none;
    padding: 5px 30px;
}

.innovation-bottom .grid-product .grid-header ul li a {
    color: #636363;
    text-decoration: none;
    position: relative;
}

.innovation-bottom .grid-product .grid-header ul li a::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #636363;
    display: block;
    position: absolute;
    top: 9px;
    right: -34px;
}

.innovation-bottom .grid-product .grid-header ul li a:hover {
    color: #FFB300;
}

.innovation-bottom .grid-product .grid-header ul li a.active {
    color: #FFB300;
    font-weight: bold;
}

.innovation-bottom .grid-product .grid-header ul li:last-child a:after {
    display: none;
}

.title-inside {
    padding-top: 15px;
    margin-bottom: 15px;
}

.title-inside .innovation-title {
    text-align: center;
    color: #636363;
    font-size: 24px;
    font-weight: 700;
}

.item-product {
    margin-bottom: 0;
}

.item-product .inner {
    padding: 5px;
}

.item-product .inner a {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    padding: 5px;
    text-decoration: none;
}

.item-product .inner a img {
    width: 50%;
    margin-bottom: 5px;
}

.item-product .inner a .info {
    width: 50%;
}

.item-product .inner a .info h4 {
    font-size: 13px;
    color: #636363;
}

.box-flex,
.showProductTradeOut {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    flex: 1 100%;
    margin-top: 20px;
}

.box-flex .price .group-price,
.showProductTradeOut .price .group-price {
    display: flex;
    flex-flow: column;
}

.box-flex .price .group-price del,
.showProductTradeOut .price .group-price del {
    color: #848484;
    font-size: 11px;
}

.box-flex .more-view .inner,
.showProductTradeOut .more-view .inner {
    padding: 5px;
    height: 100%;
}

.box-flex .more-view .inner a,
.showProductTradeOut .more-view .inner a {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    padding: 5px;
    height: 100%;
    color: #ffa337;
    text-decoration: none;
}

.box-flex .more-view a:hover,
.showProductTradeOut .more-view a:hover,
.box-flex .item-product a:hover,
.showProductTradeOut .item-product a:hover {
    border: 1px solid #FFB300;
}

.box-flex .more-view a.active-pd,
.showProductTradeOut .more-view a.active-pd,
.box-flex .item-product a.active-pd,
.showProductTradeOut .item-product a.active-pd {
    border: 1px solid #FFB300;
}

.box-flex .item-product a .info span.price,
.showProductTradeOut .item-product a .info span.price {
    color: #c2353b;
    font-size: 13px;
    font-weight: bold;
}

.setting-body .check-product .status-choose label span {
    margin-left: 10px;
}

.setting-body .check-product .status-choose div {
    border-radius: 15px;
    background: #fff;
    padding-bottom: 15px;
}

.setting-body .check-product .status-choose div label {
    padding: 3px 50px;
    display: block;
}

.setting-body .check-product .status-choose div input[type="radio"]:checked+label:before {
    background-color: #c1272d;
}

.calculator .result-product-choose {
    display: flex;
    flex-wrap: wrap;
}

.calculator .result-product-choose .product-status .inner,
.calculator .result-product-choose .product-name .inner {
    display: table;
    border: 1px solid #ccc;
    border-radius: 15px;
    background: #fff;
    padding: 5px;
    width: 100%;
}

.calculator .result-product-choose .product-status .inner span,
.calculator .result-product-choose .product-name .inner span,
.calculator .result-product-choose .product-status .inner div,
.calculator .result-product-choose .product-name .inner div {
    display: table-cell;
    padding: 5px;
    color: #636363;
}

.calculator .result-product-choose .product-status .inner span,
.calculator .result-product-choose .product-name .inner span {
    font-size: 16px;
    font-weight: bold;
}

.calculator .result-product-choose .product-status .inner div,
.calculator .result-product-choose .product-name .inner div {
    font-size: 18px;
}

.calculator .result-price span#price-calc {
    color: #fc0000;
    font-size: 50px;
    font-weight: 700;
    text-decoration: none;
}

.trade-button {
    padding-top: 30px;
    margin-left: 50px;
}

.trade-button ul.menu-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.trade-button ul.menu-button li {
    list-style: none;
    border-radius: 10px;
    margin-right: 15px;
}

.trade-button ul.menu-button li span,
.trade-button ul.menu-button li a {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    display: block;
    padding: 0 30px;
    transition: 0.3s all;
    cursor: pointer;
    text-transform: uppercase;
}

.trade-button ul.menu-button li.ban-may {
    background: #2c925b;
}

.trade-button ul.menu-button li.doi-may {
    background: #f9de4f;
}

.trade-button ul.menu-button li.doi-may span,
.trade-button ul.menu-button li.doi-may a {
    color: #000;
}

.trade-button ul.menu-button li.tu-van {
    border: 1px solid #ccc;
    background: #ffffff;
}

.trade-button ul.menu-button li.tu-van a,
.trade-button ul.menu-button li.tu-van span {
    color: #000;
}

#modal-result {
    display: none;
}

#ajax-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    margin: auto;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
}

#ajax-modal #modal-body {
    max-height: 100vh;
    overflow: auto;
}

#ajax-modal #modal-popup {
    max-width: 800px;
    overflow: hidden;
    background: #fff;
    margin: 0 auto;
    position: relative;
}

#ajax-modal #modal-popup .remove-popup {
    position: absolute;
    top: 32px;
    right: 26px;
    font-size: 24px;
    color: #c2272d;
    z-index: 9;
}

#ajax-modal #modal-popup .inner {
    padding: 30px;
}

#ajax-modal #modal-popup .inner .info-product-selected {
    padding-top: 12px;
    padding-bottom: 20px;
}

#ajax-modal #modal-popup .inner .info-product-selected .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#ajax-modal #modal-popup .inner .info-product-selected .row .col-xs-12.col-sm,
#ajax-modal #modal-popup .inner .info-product-selected .row .col-xs-12.col-sm-4 {
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
}

#ajax-modal #modal-popup .inner .info-product-selected .row .col-xs-12.col-sm-4 {
    margin-left: 15px !important;
}

#ajax-modal .selected-product {
    display: flex;
    flex-wrap: wrap;
}

#ajax-modal .image-product {
    max-width: 100%;
    height: auto;
    text-align: center;
    padding: 15px 0px;
}

#ajax-modal .image-product img {
    width: 50%;
    margin: 0 auto;
}

#ajax-modal .title-popup h2.status-title {
    font-size: 18px;
    font-weight: 700;
    color: #df1317;
    padding-left: 0px;
}

#ajax-modal .info-product-in {
    padding: 8px 20px;
}

#ajax-modal .image-product .product-name,
#ajax-modal .info-product-in .product-name,
#ajax-modal .image-product .product-status,
#ajax-modal .info-product-in .product-status {
    display: table;
    width: 100%;
    color: #636363;
    padding-bottom: 5px;
}

#ajax-modal .image-product .product-name span,
#ajax-modal .info-product-in .product-name span,
#ajax-modal .image-product .product-status span,
#ajax-modal .info-product-in .product-status span {
    display: table-cell;
    width: 20%;
    padding: 3px 0;
    font-size: 16px;
    font-weight: 700;
}

#ajax-modal .image-product .product-name div,
#ajax-modal .info-product-in .product-name div,
#ajax-modal .image-product .product-status div,
#ajax-modal .info-product-in .product-status div {
    display: table-cell;
    font-size: 16px;
}

#ajax-modal .image-product .product-price-in,
#ajax-modal .info-product-in .product-price-in {
    display: table;
    width: 100%;
    padding-bottom: 5px;
}

#ajax-modal .image-product .product-price-in div,
#ajax-modal .info-product-in .product-price-in div {
    display: table-cell;
    font-weight: 700;
    width: 80%;
    color: #ff9518;
    font-size: 31px;
}

#ajax-modal .image-product .product-price-in span,
#ajax-modal .info-product-in .product-price-in span {
    color: #e54245;
    font-size: 20px;
    font-weight: 700;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#ajax-modal .category-product {
    border-bottom: 1px dashed #d7d7d7;
    padding-bottom: 20px;
}

#ajax-modal .showProductTradeOut {
    display: flex;
    flex-flow: row wrap;
    flex: 1 100%;
}

#ajax-modal .showProductTradeOut .item-product {
    width: 33.3%;
}

#ajax-modal .showProductTradeOut .item-product .inner {
    padding: 0px 10px 20px 10px !important;
}

#ajax-modal input[type="text"],
#ajax-modal button {
    width: 100%;
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 10px 0;
    margin-top: 12px;
    font-size: 16px;
    text-indent: 40px;
    outline: none;
}

#ajax-modal button.active {
    background: #ffa300;
    border: 2px solid #ffa300;
    color: #fff;
    text-indent: 0px;
    font-weight: 700;
}

#ajax-modal .passenger-details p {
    margin-bottom: 0px;
    font-size: 16px;
    text-align: left;
    padding: 0 10px 0px 40px;
}

#ajax-modal .passenger-details p strong {
    color: #c2353b;
}

#ajax-modal .tab-product-out {
    display: inline-block;
    width: 100%;
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    text-align: center;
    padding: 10px 0;
    margin-top: 12px;
    font-size: 18px;
    color: #848484;
    text-decoration: none;
    cursor: pointer;
}

#ajax-modal .tab-product-out:hover {
    background: #ffa300;
    border: 2px solid #ffa300;
    color: #fff;
}

#ajax-modal .tab-product-out.active-out {
    background: #ffa300;
    border: 2px solid #ffa300;
    color: #fff;
}

#ajax-modal .passenger-details {
    width: 100%;
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    text-align: center;
    padding: 10px 0;
    margin-top: 12px;
}

.customer-info .inner-info .customer-info-detail div.radio-title {
    margin-top: 21px;
}

.customer-info .inner-info .customer-info-detail div.radio-title label {
    margin-right: 50px;
}

.customer-info .inner-info .customer-info-detail div.radio-title label input[type="radio"] {
    margin: 2px 5px 0 20px;
}

@media screen and (max-width: 600px) {
    #ajax-modal .info-product-in .product-price-in span,
    #ajax-modal .info-product-in .product-status span,
    #ajax-modal .info-product-in .product-name span {
        width: 35%;
    }
    #ajax-modal #modal-popup .customer-info-detail .details .row {
        flex-flow: column-reverse;
    }
    #ajax-modal #modal-popup .showProductTradeOut .item-product {
        width: 50%;
    }
    #ajax-modal #modal-popup .showProductTradeOut .item-product a .info h4 {
        font-size: 13px;
    }
    #ajax-modal #modal-popup .showProductTradeOut .item-product a .info span.price {
        font-size: 11px;
    }
    #ajax-modal #modal-popup .remove-popup {
        top: 3px;
    }
    #ajax-modal #modal-popup .inner {
        padding: 15px;
    }
    #ajax-modal #modal-popup .inner .info-product-selected {
        padding-bottom: 0px;
    }
    #ajax-modal #modal-popup .inner .info-product-selected .row .col-xs-12.col-sm-4,
    #ajax-modal #modal-popup .inner .info-product-selected .row .col-xs-12.col-sm {
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 15px;
    }
    ul#menu-button li {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .calculator .product-name,
    .calculator .product-status {
        padding-bottom: 15px;
    }
    .setting-body {
        padding-bottom: 15px;
    }
    .box-setting .selected-product {
        margin-bottom: 15px;
    }
    .selected-product .item-product {
        width: 100%;
    }
    #box-setting .title.one.one h2,
    #box-setting .title.two.one h2,
    #box-setting .title.three.one h2,
    #box-setting .title.one.two h2,
    #box-setting .title.two.two h2,
    #box-setting .title.three.two h2,
    #box-setting .title.one.three h2,
    #box-setting .title.two.three h2,
    #box-setting .title.three.three h2 {
        font-size: 16px;
        margin-left: 30px;
    }
    #box-setting .title.one.one::before,
    #box-setting .title.two.one::before,
    #box-setting .title.three.one::before,
    #box-setting .title.one.two::before,
    #box-setting .title.two.two::before,
    #box-setting .title.three.two::before,
    #box-setting .title.one.three::before,
    #box-setting .title.two.three::before,
    #box-setting .title.three.three::before {
        width: 22px;
        height: 22px;
        line-height: 22px;
    }
    .box-flex {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .innovation-top {
        padding-bottom: 15px;
    }
    .title-inside .innovation-title {
        font-size: 16px;
    }
    .innovation-bottom .grid-product .grid-header ul {
        margin-top: 15px;
    }
    .innovation-bottom .grid-product .grid-header ul li {
        font-size: 14px;
    }
    .search-product {
        padding-bottom: 0;
    }
    .search-product input[type="text"] {
        font-size: 14px;
    }
    .innovation-content {
        padding-bottom: 15px;
    }
    .innovation-content .introduction .col-md-4,
    .innovation-content .introduction .col-md-6 {
        width: 33.3%;
    }
    .innovation-content .introduction .inner {
        padding: 0;
    }
    .innovation-content .introduction .inner .image img {
        width: 50px;
        height: 50px;
    }
    .innovation-content .introduction .inner .title h2 {
        font-size: 14px;
    }
    .setting-body {
        padding-bottom: 15px;
    }
    .setting-body .check-produc .status-choose div label {
        padding: 3px 0px 3px 30px !important;
    }
}

@media screen and (min-width: 1024px) {
    .innovation-bottom .grid-product .grid-header ul {
        margin-bottom: 30px;
    }
    .title-inside {
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .tabs-style .nav-tabs-wrapper .nav-tabs {
        margin-bottom: 30px;
    }
    .tabs-style .tab-content {
        padding: 30px !important;
    }
    .tabs-style .tab-content .tab-pane ul,
    .tabs-style .tab-content .tab-pane ol {
        padding-left: 30px;
    }
    .box-form {
        width: 480px;
    }
    .result-product-choose .product-name .inner span {
        width: 20%;
    }
    .result-product-choose .product-status .inner span {
        width: 20%;
    }
    .innovation-content .introduction {
        padding: 0px 100px;
    }
    .grid-product .item-product,
    .more-view {
        width: calc(16.6% - 1px);
    }
    #box-setting {
        padding: 30px 0 30px 0;
        margin-top: 20px;
    }
    .setting-body .selected-product .item-product {
        width: 50%;
    }
    .setting-body .selected-product .item-product .inner a {
        border-radius: 15px;
        border: none;
        align-items: flex-start;
    }
    .setting-body .selected-product .item-product .inner a img {
        border: 1px solid #ccc;
        width: 20%;
    }
    .setting-body .selected-product .item-product .inner a .info {
        width: 65%;
        padding-left: 20px;
    }
    .setting-body .selected-product .item-product .info h4 {
        font-size: 24px;
    }
    .setting-body .title {
        padding-bottom: 15px;
    }
    .setting-body .title h2 {
        padding-left: 50px;
    }
    .setting-body .title::before {
        left: 10px;
    }
    .calculator .title {
        padding-bottom: 15px;
    }
    .calculator .title h2 {
        padding-left: 50px;
    }
    .calculator .title::before {
        left: 10px;
    }
    .calculator .product-info {
        padding-right: 50px;
        width: 60%;
    }
    .calculator .product-info .product-name {
        margin-bottom: 15px;
    }
    .calculator .result-price {
        width: 40%;
        padding: 0 50px;
    }
    .calculator .result-price h4 {
        font-size: 24px;
        color: #636363;
        text-align: center;
        font-weight: 700;
    }
    .calculator .result-price h4 span#price-calc {
        color: #ff9518;
        font-size: 50px;
        font-weight: 700;
    }
}

@media screen and (max-width: 768px) {
    .setting-body .check-product .status-choose div label {
        padding: 3px 0px 3px 30px !important;
    }
    .box-flex {
        margin-bottom: 20px;
    }
    .more-view,
    .grid-product .item-product {
        width: 33.3%;
    }
    #box-setting .calculator .result-product-choose {
        justify-content: center;
    }
    #box-setting .calculator .product-info {
        padding-bottom: 15px;
    }
    #box-setting .calculator .product-info .product-name {
        padding-bottom: 15px;
    }
    #box-setting .calculator .product-info .product-status {
        padding-bottom: 15px;
    }
    #box-setting .setting-body .selected-product {
        padding-bottom: 15px;
    }
    #box-setting .setting-body .selected-product .item-product {
        width: 100%;
    }
    #box-setting .title h2 {
        margin-left: 35px;
    }
    .trade-button {
        padding-top: 15px;
        margin-left: 0;
    }
    .setting-body .check-product .status-choose div {
        padding: 0;
    }
    .innovation-bottom {
        padding-bottom: 0px;
    }
    #ajax-modal .info-product-in .product-price-in span {
        width: 35%;
        font-size: 16px;
        font-weight: 700;
    }
    #ajax-modal .info-product-in .product-price-in div {
        width: 65%;
    }
    #ajax-modal #modal-popup .remove-popup {
        right: 10px;
    }
    #modal-request .box-request,
    #modal-advisory .box-request {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .more-view,
    .grid-product .item-product {
        width: 50%;
    }
    .selected-product .item-product {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .search-product {
        max-width: 480px;
    }
}

#box-setting {
    background: #fff;
    display: none;
}

.tabs-style .tab-content {
    margin: 0 auto;
    padding: 15px;
    background: #f2f2f2;
}

.tabs-style .tab-content .tab-pane {
    font-size: 14px;
}

.tabs-style .tab-content .tab-pane ul,
.tabs-style .tab-content .tab-pane ol {
    padding-left: 15px;
}

.tabs-style .tab-content .tab-pane ul li,
.tabs-style .tab-content .tab-pane ol li {
    margin-bottom: 14px;
}

.tabs-style .nav-tabs-wrapper {
    text-align: center;
}

.tabs-style .nav-tabs-wrapper .nav {
    justify-content: center;
}

.tabs-style .nav-tabs-wrapper .nav-tabs {
    border-bottom: none;
    margin-bottom: 15px;
}

.tabs-style .nav-tabs-wrapper .nav-tabs li:not(:last-child) a.nav-link::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #636363;
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
}

.tabs-style .nav-tabs-wrapper .nav-tabs .nav-link {
    position: relative;
    border: none;
    font-size: 18px;
    background-color: transparent;
    color: #636363;
    padding: 5px 30px;
}

.tabs-style .nav-tabs-wrapper .nav-tabs .nav-link.active {
    color: #FFB300;
    background-color: transparent;
    font-weight: bold;
}

.about-bn {
    text-align: center;
    background: #8056e8;
    padding: 30px 0;
}

.about-bn h1 {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
}

@media screen and (min-width: 1024px) {
    .about-bn {
        padding: 50px 0;
        background: url(../images/heading-about.jpg) no-repeat top center;
        background-size: cover;
    }
    .about-bn h1 {
        font-size: 42px;
    }
    .col-about-sidebar {
        max-width: 18%;
        flex: 0 0 18%;
        -ms-flex: 0 0 18%;
    }
    .col-about-desc {
        max-width: 82%;
        flex: 0 0 82%;
        -ms-flex: 0 0 82%;
    }
    .col-about-desc ul li {
        font-size: 17px;
        margin-left: 30px;
    }
    .col-about-desc h2 {
        font-size: 22px;
    }
    .col-about-desc h2 strong {
        font-size: 22px;
    }
    .col-about-desc h3 {
        font-size: 15px;
    }
    .col-about-desc p {
        font-size: 17px;
        line-height: 1.6;
    }
    .col-about-desc p img {
        margin-top: 20px;
    }
    .col-about-desc p img,
    .col-about-desc p img.size-full {
        display: block;
        max-width: 100%;
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .col-about-desc p h2 {
        font-size: 22px;
    }
    .col-about-desc p h2 strong {
        font-size: 22px;
    }
    .col-about-desc p h3 {
        font-size: 15px;
    }
}

.page-template-gioithieu {
    background: #f9f9f9;
}

.page-template-gioithieu .container .page-introduce {
    margin-bottom: 30px;
}

.col-about-sidebar .widget_nav_menu ul.menu li.current-menu-item a {
    color: #f24976;
}

#list-showroom {
    background: #fff;
    overflow: hidden;
}

#list-showroom .inner {
    padding: 15px;
}

#list-showroom .showroom-items .sitem a {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px dotted #888;
    margin-bottom: 15px;
    transition: 0.3s all;
    text-decoration: none;
}

#list-showroom .showroom-items .sitem a h4 {
    font-size: 14px;
    margin: 0 0 10px;
    font-weight: bold;
    color: #333;
}

#list-showroom .showroom-items .sitem a p {
    font-size: 13px;
    color: #888;
    margin: 0;
    padding: 0 0 0px;
}

#list-showroom .showroom-items .sitem a.active h4,
#list-showroom .showroom-items .sitem a.active p {
    color: #f24976;
}

#list-showroom .showroom-map #maps_contacts {
    width: 100%;
    height: 480px;
    display: block;
}

#list-showroom .showroom-map #firstHeading {
    font-size: 14px;
}

#list-showroom .showroom-map #bodyContent p {
    font-size: 13px;
}

#list-showroom .showroom-map .MicrosoftMap .Infobox .infobox-info {
    max-height: 70px !important;
}

#list-showroom .showroom-map .MicrosoftMap .Infobox .infobox-info div p {
    margin-bottom: 0px;
    font-size: 13px;
}

.col-about-desc ul li {
    color: #444;
}

.col-about-desc h2 {
    color: #444;
}

.col-about-desc h3 {
    color: #444;
}

.col-about-desc p {
    color: #444;
}

.col-about-desc p img {
    margin-top: 20px;
}

.col-about-desc p img,
.col-about-desc p img.size-full {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    #list-showroom .inner .showroom-items {
        width: 29%;
        float: left;
        max-height: 480px;
        height: 480px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    #list-showroom .inner .showroom-map {
        width: 69%;
        float: right;
    }
}

@media screen and (max-width: 767px) {
    .col-about-desc {
        font-size: 14px !important;
        line-height: 1.6;
    }
    .col-about-desc p,
    .col-about-desc h2,
    .col-about-desc h3 {
        font-size: 14px;
        line-height: 1.6;
    }
    .col-about-desc p strong,
    .col-about-desc h2 strong,
    .col-about-desc h3 strong {
        font-size: 16px;
    }
    .col-about-desc h4 {
        font-size: 13px;
    }
    .col-about-desc ul li {
        font-size: 14px !important;
        line-height: 1.6;
    }
}

.cart-bn {
    text-align: center;
    background: #1a5def;
    padding: 30px 0;
}

.cart-bn h1 {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
}

@media screen and (min-width: 1024px) {
    .cart-bn {
        padding: 50px 0;
        background: url(../images/heading-cart.jpg) no-repeat top center;
        background-size: cover;
    }
    .cart-bn h1 {
        font-size: 42px;
    }
}

#cart-info {
    max-width: 800px;
    margin: auto;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    background: #f3f3f3;
}

#cart-info .chead {
    overflow: hidden;
    background: #fff;
    padding: 15px 20px;
}

#cart-info .chead a {
    float: left;
    font-size: 14px;
    color: #ffa300;
}

#cart-info .chead a i {
    margin-right: 5px;
}

#cart-info .chead h4 {
    color: #333;
    text-transform: none;
    text-align: right;
    font-size: 14px;
    font-weight: normal;
    float: right;
}

.woocommerce .cart-info table.shop_table {
    border: none;
}

.woocommerce-billing-fields {
    margin-bottom: 16px;
}

.group_hinh_thuc::after {
    content: '';
    display: table;
    clear: both;
}

.woocommerce-checkout #cart-info form .form-row#billing_email_field {
    width: 100% !important;
}

.woocommerce-checkout #cart-info form .form-row#billing_pay__field {
    border: unset;
}

.woocommerce-checkout #cart-info form .form-row#billing_address_2_field {
    width: 100% !important;
}

.woocommerce-checkout #cart-info #customer_details .woocommerce-billing-fields h4,
.woocommerce-checkout #cart-info #customer_details .group_hinh_thuc .g_select h4 {
    font-size: 15px;
    margin: 0 0 15px;
    color: #ffa401;
    font-weight: bold;
}

.woocommerce-checkout #cart-info #customer_details .woocommerce-billing-fields input,
.woocommerce-checkout #cart-info #customer_details .group_hinh_thuc .g_select input,
.woocommerce-checkout #cart-info #customer_details .woocommerce-billing-fields select,
.woocommerce-checkout #cart-info #customer_details .group_hinh_thuc .g_select select {
    width: 100%;
    border: 1px solid #d6d6d6;
    background: #fff;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-indent: 10px;
}

.woocommerce-checkout #cart-info #customer_details .woocommerce-billing-fields label,
.woocommerce-checkout #cart-info #customer_details .group_hinh_thuc .g_select label {
    display: none;
}

.woocommerce-checkout #cart-info #customer_details .woocommerce-billing-fields .form-row-first,
.woocommerce-checkout #cart-info #customer_details .group_hinh_thuc .g_select .form-row-first,
.woocommerce-checkout #cart-info #customer_details .woocommerce-billing-fields .form-row-last,
.woocommerce-checkout #cart-info #customer_details .group_hinh_thuc .g_select .form-row-last {
    float: none;
    width: 100%;
}

.woocommerce-checkout #cart-info #customer_details .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.woocommerce-checkout #cart-info #customer_details .woocommerce-additional-fields label {
    display: none;
}

.woocommerce-checkout #cart-info #customer_details .woocommerce-additional-fields textarea {
    width: 100%;
    border: 1px solid #d6d6d6;
    background: #f2f2f2;
    height: 100px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-indent: 5px;
}

.single-post #single-detail {
    max-width: 100%;
    width: 100%;
}

article blockquote {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    padding-bottom: 0;
}

article.article-single {
    padding-top: 15px;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

article .article-header {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    padding-bottom: 15px;
}

article .article-header .article-header-flex {
    max-width: 800px;
    min-width: 0;
    width: 100%;
}

article .article-header .article-header-flex .article-title {
    margin-bottom: -0.27em;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.84);
    line-height: 1.23;
    font-style: normal;
    font-weight: 400;
    word-break: break-word;
}

article .article-header .article-header-flex .article-title h1 {
    line-height: 48px;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.84);
    font-weight: 700;
}

article .article-header .article-header-flex .article-meta {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}

article .article-header .article-header-flex .article-meta .article-author {
    display: flex;
    align-items: center;
}

article .article-header .article-header-flex .article-meta .article-author div {
    display: block;
}

article .article-header .article-header-flex .article-meta .article-author div a {
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    text-decoration: none;
}

article .article-header .article-header-flex .article-meta .article-author div a .article-author-img-relative {
    height: 48px;
    width: 48px;
    position: relative;
}

article .article-header .article-header-flex .article-meta .article-author div a .article-author-img-relative .article-author-img-absolute {
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    height: calc(100% + 25px);
    width: calc(100% + 25px);
    flex-direction: row;
    fill: #f4350c;
    pointer-events: none;
    align-items: center;
    justify-content: center;
    display: flex;
    position: absolute;
}

article .article-header .article-header-flex .article-meta .article-author div a .article-author-img-relative img {
    vertical-align: middle;
}

article .article-header .article-header-flex .article-meta .article-author div a .article-author-img-relative .img-author {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    display: block;
}

article .article-header .article-header-flex .article-meta .article-author .author-name {
    margin-left: 12px;
    width: 100%;
    display: block;
}

article .article-header .article-header-flex .article-meta .article-author .author-name .name span {
    color: rgba(0, 0, 0, 0.84);
    font-size: 15.8px;
    line-height: 20px;
    display: block;
    font-size: 16px;
}

article .article-header .article-header-flex .article-meta .article-author .author-name .article_date {
    fill: rgba(0, 0, 0, 0.54);
    color: rgba(0, 0, 0, 0.54);
    font-size: 15.8px;
    line-height: 20px;
}

article .article-header .article-header-flex .article-meta .article-social {
    display: flex;
    align-items: flex-end;
    margin-left: 30px;
    box-sizing: inherit;
}

article .article-header .article-header-flex .article-meta .article-social .article-social-icon {
    display: flex;
    align-items: center;
}

article .article-header .article-header-flex .article-meta .article-social .article-social-icon .social-icon {
    display: block;
    flex: 0 0 auto;
    padding-right: 20px;
}

article .article-header .article-header-flex .article-meta .article-social .article-social-icon .social-icon a.btn-social {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    fill: rgba(0, 0, 0, 0.84);
    color: rgba(0, 0, 0, 0.84);
    margin: 0;
    padding: 0;
    font-size: 30px;
}

article .article-header .article-header-flex .article-meta .article-social .article-social-icon .social-icon a:hover {
    opacity: 0.7;
}

article .article-main {
    clear: both;
}

article .article-main .article-main-image,
article .article-main img {
    width: 100%;
    height: auto;
}

article .article-footer {
    display: flex;
    justify-content: center;
}

article .article-footer .article-footer-container {
    margin: 32px 40px 0;
    max-width: 850px;
    width: 100%;
    min-width: 0;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.84);
    font-style: normal;
    font-weight: 400;
}

article .article-footer .article-footer-container p {
    font-size: 17px;
    line-height: 1.6;
}

article .article-footer .article-footer-container .title {
    display: block !important;
}

article .article-footer .article-footer-container h1,
article .article-footer .article-footer-container h2,
article .article-footer .article-footer-container h3,
article .article-footer .article-footer-container h4,
article .article-footer .article-footer-container h5,
article .article-footer .article-footer-container h6 {
    margin: 0 0 15px;
}

article .article-footer .article-footer-container h2 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.5;
}

article .article-footer .article-footer-container h4 {
    font-size: 17px;
}

article .article-footer .article-footer-container h3 {
    font-size: 19px;
}

article .article-footer .article-footer-container h2,
article .article-footer .article-footer-container h3,
article .article-footer .article-footer-container h4 {
    font-weight: bold;
}

article .article-footer .article-footer-container p img {
    display: block;
    max-width: 800px;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

article .article-footer .article-footer-container p iframe {
    display: block;
    max-width: 100%;
    width: 100%;
}

article .article-footer .article-footer-container ul,
article .article-footer .article-footer-container ol {
    margin-left: 30px;
}

article .article-footer .article-footer-container ul li,
article .article-footer .article-footer-container ol li {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 17px;
}

article .article-footer .article-footer-container ul li a span,
article .article-footer .article-footer-container ol li a span {
    font: bold 18px arial, helvetica, sans-serif !important;
}

article .article-footer .article-footer-container .wp-caption {
    max-width: 800px !important;
    width: auto !important;
    margin: 0 auto;
}

article .article-footer .article-footer-container .wp-caption img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

article .article-footer .article-footer-container .wp-caption p img {
    display: block;
    max-width: 100%;
    height: auto;
}

article .article-footer .article-footer-container .wp-caption p.wp-caption-text {
    font: 400 14px/16px arial !important;
    color: #4F4F4F;
    background: #F7F7F7;
    padding: 10px;
    margin: 0;
    margin-bottom: 15px;
}

.article-footer-container table{border:1px solid #ccc;border-right:0;border-bottom:0;max-width:100% !important;margin-bottom:15px}
.article-footer-container table td{padding:5px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;}
.article-footer-container table  tr:hover td{background:#eee;}
@media screen and (max-width: 1023px) {
    article.article-single {
        padding: 10px;
    }
    article .article-header {
        display: flex;
        justify-content: center;
    }
    article .article-header .article-header-flex {
        max-width: 800px;
        min-width: 0;
        width: 100%;
    }
    article .article-header .article-header-flex .article-title {
        margin-top: 0;
        margin-bottom: -0.27em;
        font-size: 40px;
        color: rgba(0, 0, 0, 0.84);
        line-height: 48px;
        font-style: normal;
        font-weight: 400;
        word-break: break-word;
    }
    article .article-header .article-header-flex .article-title h1 {
        line-height: 32px;
        font-size: 28px;
        color: rgba(0, 0, 0, 0.84);
        font-weight: 400;
    }
    article .article-header .article-header-flex .article-meta {
        display: flex;
        justify-content: space-between;
        margin-top: 32px;
    }
    article .article-header .article-header-flex .article-meta .article-author {
        display: flex;
        align-items: center;
    }
    article .article-header .article-header-flex .article-meta .article-author div {
        display: block;
    }
    article .article-header .article-header-flex .article-meta .article-author div a {
        -webkit-tap-highlight-color: transparent;
        color: inherit;
        text-decoration: none;
    }
    article .article-header .article-header-flex .article-meta .article-author div a .article-author-img-relative {
        height: 48px;
        width: 48px;
        position: relative;
    }
    article .article-header .article-header-flex .article-meta .article-author div a .article-author-img-relative .article-author-img-absolute {
        transform: translateX(-50%) translateY(-50%);
        left: 50%;
        top: 50%;
        height: calc(100% + 25px);
        width: calc(100% + 25px);
        flex-direction: row;
        fill: #f4350c;
        pointer-events: none;
        align-items: center;
        justify-content: center;
        display: flex;
        position: absolute;
    }
    article .article-header .article-header-flex .article-meta .article-author div a .article-author-img-relative img {
        vertical-align: middle;
    }
    article .article-header .article-header-flex .article-meta .article-author div a .article-author-img-relative .img-author {
        height: 48px;
        width: 48px;
        border-radius: 50%;
        display: block;
    }
    article .article-header .article-header-flex .article-meta .article-author .author-name {
        margin-left: 12px;
        width: 100%;
        display: block;
    }
    article .article-header .article-header-flex .article-meta .article-author .author-name .name span {
        color: rgba(0, 0, 0, 0.84);
        font-size: 15.8px;
        line-height: 20px;
        display: block;
        font-size: 16px;
    }
    article .article-header .article-header-flex .article-meta .article-author .author-name .article_date {
        fill: rgba(0, 0, 0, 0.54);
        color: rgba(0, 0, 0, 0.54);
        font-size: 15.8px;
        line-height: 20px;
    }
    article .article-header .article-header-flex .article-meta .article-social {
        display: flex;
        align-items: flex-end;
        margin-left: 30px;
        box-sizing: inherit;
    }
    article .article-header .article-header-flex .article-meta .article-social .article-social-icon {
        display: flex;
        align-items: center;
    }
    article .article-header .article-header-flex .article-meta .article-social .article-social-icon .social-icon {
        display: block;
        flex: 0 0 auto;
        padding-right: 20px;
    }
    article .article-header .article-header-flex .article-meta .article-social .article-social-icon .social-icon a.btn-social {
        -webkit-tap-highlight-color: transparent;
        text-decoration: none;
        fill: rgba(0, 0, 0, 0.84);
        color: rgba(0, 0, 0, 0.84);
        margin: 0;
        padding: 0;
        font-size: 30px;
    }
    article .article-main {
        clear: both;
    }
    article .article-main .article-main-image {
        width: 100%;
        max-width: 1192px;
        min-width: 0;
    }
    article .article-main .article-main-image figure {
        margin: 0;
    }
    article .article-main .article-main-image .paragraph-image {
        margin-top: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
        clear: both;
    }
    article .article-main .article-main-image .paragraph-image .paragraph-image-relative {
        z-index: auto;
        cursor: zoom-in;
        transition: transform 300ms cubic-bezier(0.2, 0, 0.2, 1);
        position: relative;
        width: 100%;
    }
    article .article-main .article-main-image .paragraph-image .paragraph-image-relative .paragraph-image-relative-max {
        max-width: 2838px;
        margin-right: auto;
        margin-left: auto;
    }
    article .article-main .article-main-image .paragraph-image .paragraph-image-relative .paragraph-image-relative-max .paragraph-image-relative-block {
        background-color: rgba(0, 0, 0, 0.05);
        margin: auto;
        position: relative;
        display: block;
    }
    article .article-main .article-main-image .paragraph-image .paragraph-image-relative .paragraph-image-relative-max .paragraph-image-relative-block .paragraph-image-relative-background {
        display: block;
        padding-bottom: 52%;
    }
    article .article-main .article-main-image .paragraph-image .paragraph-image-relative .paragraph-image-relative-max .paragraph-image-relative-block .paragraph-image-relative-background .paragraph-image-relative-img {
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        position: absolute;
        opacity: 0;
        transition: opacity 100ms 400ms;
        height: 100%;
        will-change: transform;
        transform: translateZ(0);
    }
    article .article-main .article-main-image .paragraph-image .paragraph-image-relative .paragraph-image-relative-max .paragraph-image-relative-block .paragraph-image-relative-background .paragraph-image-relative-img .lazyloaded {
        top: 0;
        left: 0;
        width: 100%;
        visibility: hidden;
        position: absolute;
        height: 100%;
        filter: blur(20px);
        transform: scale(1.1);
        transition: visibility 0ms ease 400ms;
    }
    article .article-main .article-main-image .paragraph-image .paragraph-image-relative .paragraph-image-relative-max .paragraph-image-relative-block .paragraph-image-relative-background .lazyloaded-img {
        transition: opacity 400ms ease 0ms;
        opacity: 1;
        background: #ffffff;
        height: 100%;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }
    article .article-footer .article-footer-container {
        margin: 24px 0px 0px;
        font-size: 18px;
    }
    article .article-footer .article-footer-container p img {
        display: block;
        max-width: 100%;
        height: auto;
    }
    article .article-footer .article-footer-container ul li {
        list-style: circle;
        margin-bottom: 10px;
        line-height: 1.6;
        font-size: 17px;
    }
    article .article-footer .article-footer-container ul li a span {
        font: bold 18px arial, helvetica, sans-serif !important;
    }
    article .article-footer .article-footer-container img {
        display: block;
        max-width: 100%;
        height: auto;
    }
    article .article-footer .article-footer-container p.wp-caption-text {
        font: 400 14px/16px arial !important;
        max-width: 800px;
        width: 100%;
        color: #4F4F4F;
        background: #F7F7F7;
        padding: 10px;
        margin: 0;
        margin-bottom: 15px;
    }
    article .article-footer .article-footer-container .wp-caption {
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media screen and (min-width: 1024px) {
    article.article-single {
        padding-top: 30px;
    }
    article .article-header {
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .box-product-preorder .product-info-top {
        display: flex;
        -webkit-display: flex;
        flex-flow: row nowrap;
        flex: 1 100%;
    }
    .box-product-preorder .product-col-left {
        width: 36%;
    }
    .box-product-preorder .product-col-right {
        width: 62%;
        margin-left: 2%;
    }
}

.box-product-preorder .product-col-left .column-picture .images {
    max-width: 100%;
    width: 100%;
    float: none;
    opacity: 1 !important;
}

.box-product-preorder .product-col-left .column-picture .images img {
    padding: 10px;
}

.box-product-preorder .product-col-right .group-price {
    display: flex;
    -webkit-display: flex;
    flex-flow: row wrap;
    flex: 1 100%;
    align-items: center;
}

.box-product-preorder .product-col-right .group-price ins,
.box-product-preorder .product-col-right .group-price del {
    display: inline-block;
}

.box-product-preorder .product-col-right .group-price del {
    margin-left: 10px;
    text-decoration: none;
    padding-top: 5px;
}

.box-product-preorder .product-col-right ins {
    text-decoration: none;
}

.box-product-preorder .product-col-right del {
    display: block;
    margin-bottom: 5px;
}

.box-product-preorder .product-col-right del .amount {
    color: #9b9b9b;
    text-decoration: line-through;
    font-size: 14px;
}

.product-status-label {
    color: #ffa300;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 30px;
}

.product-status-label .contac {
    font-weight: bold;
}

.product-status-label .preorder {
    margin-left: 20px;
}

#statics-preorder h3 {
    font-weight: 300;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

#statics-preorder h3 b.numberpreorder {
    color: #ffa202;
    font-weight: bold;
}

#statics-preorder .list-statics-order {
    max-width: 100%;
    max-height: 300px;
    height: auto;
    overflow-x: hidden;
    padding-right: 15px;
    margin-bottom: 30px;
}

#statics-preorder .list-statics-order::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#statics-preorder .list-statics-order::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#statics-preorder .list-statics-order::-webkit-scrollbar-thumb {
    background-color: #ffba40;
}

#statics-preorder .list-statics-order table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

#statics-preorder .list-statics-order table tr {
    border: 1px solid #eee;
}

#statics-preorder .list-statics-order table tr td:not(:first-child) {
    border-left: 1px solid #eee;
}

#statics-preorder .list-statics-order table thead th {
    background: #333;
    color: #fff;
    padding: 10px 10px;
}

#statics-preorder .list-statics-order table thead td {
    padding: 10px 10px;
}

#statics-preorder .list-statics-order table tbody td {
    background: #fff;
    padding: 10px 10px;
}

@media screen and (min-width: 768px) {
    .product-info-bottom {
        display: flex;
        -webkit-display: flex;
        flex-flow: row nowrap;
        flex: 1 100%;
        margin-bottom: 15px;
    }
    .product-info-bottom .product-col-left {
        width: 72%;
        background: #fff;
        padding: 25px 15px 15px;
    }
    .product-info-bottom .product-col-right {
        width: 26%;
        margin-left: 2%;
    }
}

.related-product {
    padding-bottom: 1rem;
}

.related-product li {
    -webkit-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    overflow: hidden;
    list-style: none;
    border-bottom: 1px dotted #ccc;
    padding: 8px;
}

.related-product li img {
    object-fit: contain;
    width: 50px;
    height: auto;
    margin: 0 10px 0 0;
}

.related-product li .info h3 {
    display: block;
    width: auto;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related-product li .info a.btn {
    background: #ffa300;
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
    border: 0;
}

.related-product li .info a.btn:hover {
    color: #333;
}

@media screen and (max-width: 768px) {
    .product-status-label {
        margin-bottom: 15px;
    }
    #statics-preorder {
        padding: 0;
    }
}

a.bck {
    position: fixed;
    z-index: 998;
    bottom: 6rem;
    right: 1rem;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    visibility: hidden;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition-property: all;
}

.bck.bck-on {
    visibility: visible;
}

.bck.fade {
    opacity: 0;
}

.bck-on.fade {
    opacity: 1;
}

.rightToLeft {
    right: -50px;
}

.bck-on.rightToLeft {
    right: 2rem;
}

.bottomToTop {
    bottom: -50px;
}

.bck-on.bottomToTop {
    bottom: 1rem;
}

.bck-leftToRight {
    left: -50px;
}

.bck-on.leftToRight {
    left: 1rem;
}

.topToBottom {
    top: -50px;
}

.bck-on.topToBottom {
    top: 1rem;
}

a.bck:hover {
    color: #FFB300;
}

@media screen and (max-width: 768px) {
    .bck-on.rightToLeft {
        right: 1rem;
    }
}

.repair-form {
    text-align: center;
    background: #e0e7eb;
    padding: 30px 0;
}

.repair-form-main-content {
    text-align: left;
}

.repair-form-main-content h4 {
    font-size: 32px;
    text-transform: uppercase;
}

.repair-form-main-content div {
    margin-bottom: 1rem;
}

.repair-form-main-content span,
.repair-form-main-content h4 {
    margin-bottom: 1rem;
}

.warranty-body {
    text-align: right;
}

.warranty-body input {
    border-radius: 18px;
}

.warranty-body button {
    background-color: #ee4036;
    border-color: #ee4036;
}

.warranty-body button:hover {
    background-color: #e52e24;
    border-color: #e52e24;
}

.box-info-success {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}

.box-info-success h4 {
    margin-bottom: 22px;
}

.box-info-success .row {
    margin-bottom: 1rem;
}

.box-info-success .row span.bg-text {
    background-color: #e6e7e8;
}

.box-info-success label.col.col-label {
    font-weight: bold;
}

.box-info-success .col.col-value {
    width: 100%;
    padding: 4px;
    text-indent: 4px;
    background-color: #e6e7e8;
}

.table-baohanh ul {
    padding-left: 30px;
}

.table-baohanh ul li {
    text-decoration: none;
}

.table-baohanh ul li a {
    font-size: 18px;
    color: #221f1f;
}

@media screen and (max-width: 768px) {
    .box-info-success .col.col-value {
        margin-right: 15px;
    }
    .repair-form-main-content h4 {
        font-size: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .repair-form {
        padding: 50px 0;
        background: url(../images/banner-tra-cuu.jpg) no-repeat top center;
        background-size: cover;
    }
    .repair-form-main {
        width: 100%;
    }
    .repair-form-main-content {
        width: 400px;
    }
    .repair-from-result {
        padding-top: 60px;
    }
    .box-info-success h4 {
        text-transform: uppercase;
        font-size: 21px;
    }
    .box-info-success .row,
    .box-info-success h4 {
        margin-bottom: 1rem;
        padding: 0 70px;
    }
    .box-info-success label.col.col-label {
        flex-grow: 1;
    }
    .box-info-success .col.col-value {
        flex-grow: 1;
    }
    .table-baohanh h4 {
        padding: 0;
    }
    .page-template-tracuubaohanh .box-info-success label.col.col-label {
        flex-grow: 0.2;
    }
    .page-template-tracuubaohanh .box-info-success .row,
    .page-template-tracuubaohanh .box-info-success h4 {
        margin-bottom: 1rem;
        padding: 0px 40px;
    }
    .page-template-tracuubaohanh .box-info-success ul {
        padding-left: 50px;
    }
    .page-template-tracuubaohanh a.active {
        color: #fedd14;
    }
}

.left-fixed {
    position: fixed;
    top: 0;
}

.left-stop {
    position: sticky;
    padding-top: 0;
}

.block-static-head-img.owl-carousel {
    touch-action: manipulation;
}

@media screen and (min-width: 641px) {
    h3.block-static-head-img .title_img_pc {
        display: block;
    }
    h3.block-static-head-img .title_img_mb {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .block-static {
        margin-bottom: 15px;
    }
    h3.block-static-head-img .title_img_pc {
        display: none;
    }
    h3.block-static-head-img .title_img_mb {
        display: block;
    }
}

@media screen and (min-width: 800px) {
    .pslider-grid {
        padding-top: 0 !important;
    }
    .grid-products .slides {
        display: flex;
        -webkit-display: flex;
        flex-flow: row nowrap;
        flex: 1 100%;
    }
    .grid-products .product-item {
        border-right: 1px solid #eee;
    }
    .grid-products .product-item:last-child {
        border: 0;
    }
    .grid-products .product-item {
        width: 25%;
        margin-bottom: 0;
    }
    .grid-products .item .product-item-image {
        margin: 0 5px;
    }
}

@media screen and (min-width: 1024px) {
    .block-static {
        margin-bottom: 30px;
    }
    .block-static .block-static-head {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .block-static .block-static-head h3.block-static-head-img {
        padding-bottom: 10px;
        margin-bottom: 0 !important;
    }
    .grid-products .item {
        position: relative;
        height: 420px;
    }
    .grid-products .item .product-item-info {
        position: absolute !important;
        bottom: 0;
    }
    .pslides .iproduct .info h3 {
        font-size: 18px;
    }
    .pslides:hover .prev,
    .pslides:hover .next {
        opacity: 1;
        text-decoration: none;
    }
    .pslides .prev,
    .pslides .next {
        opacity: 0;
        transition: opacity 0.3s;
    }
}

@media screen and (max-width: 767px) {
    .block-static {
        margin-bottom: 5px;
    }
    .block-static-heade-icon {
        margin-left: 15px;
    }
    .block-static-heade-title {
        font-size: 18px;
        line-height: 1.4em;
    }
    .block-static .grid-products {
        overflow-x: scroll;
        width: 100%;
    }
    .block-static .grid-products .product-item {
        margin-right: 10px;
    }
    .banner-promotion.row {
        margin-left: 0 !important;
    }
    .banner-promotion .col-xs-12.col-sm-6.item {
        padding-left: 0;
        padding-right: 0;
    }
}

#efwslider a.prev,
.banner-promotion a.prev,
.slideshow-container a.prev {
    position: absolute;
    top: 40%;
    margin: 0;
    border-radius: 0 3px 3px 0;
    background: rgba(0, 0, 0, 0.3);
    width: 48px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 46px;
    color: #fff;
    font-family: -webkit-body;
    cursor: pointer;
}

#efwslider a.next,
.banner-promotion a.next,
.slideshow-container a.next {
    position: absolute;
    top: 40%;
    right: 0;
    margin: 0;
    border-radius: 3px 0px 0px 3px;
    width: 48px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 46px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    font-family: -webkit-body;
    cursor: pointer;
}

#efwslider a.prev,
.banner-promotion a.prev,
.slideshow-container a.prev,
#efwslider a.next,
.banner-promotion a.next,
.slideshow-container a.next {
    text-decoration: none !important;
}

#efwslider a.prev:hover,
.banner-promotion a.prev:hover,
.slideshow-container a.prev:hover,
#efwslider a.next:hover,
.banner-promotion a.next:hover,
.slideshow-container a.next:hover {
    text-decoration: none !important;
    color: #333;
}

.banner-promotion a {
    display: block;
    transition: 0.25s all;
    -webkit-transition: 0.25s all;
}

.banner-promotion a img {
    display: block;
}

.banner-promotion a:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    opacity: 0.7;
    -webkit-opacity: 0.7;
}

.slideshow-container .prev,
.banner-promotion .prev,
.slideshow-container .next,
.banner-promotion .next {
    top: 35% !important;
    opacity: 1;
    transition: opacity 0.3s;
}

#efwslider {
    width: 100%;
    height: 400px;
    position: relative;
    display: block;
    overflow: hidden;
}

#efwslider .item img {
    width: 100%;
    height: -moz-max-content;
    height: 400px;
    border: 0;
    object-fit: cover;
}

#efwslider:hover .prev,
#efwslider:hover .next {
    opacity: 1;
    text-decoration: none;
}

#efwslider .prev,
#efwslider .next {
    opacity: 0;
    transition: opacity 0.3s;
}

.thumb-color-pic {
    display: block;
    position: relative;
    padding: 0 10px;
    margin: 15px 0 0 0;
}

.thumb-color-pic ul {
    display: block;
    overflow: visible;
    margin: auto;
    max-height: 98px;
}

.thumb-color-pic ul li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    overflow: hidden;
    font-size: 11px;
    color: #333;
    line-height: normal;
    width: 60px;
}

.thumb-color-pic ul li div {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    padding: 3px;
    background: #fff;
    cursor: pointer;
}

.thumb-color-pic ul li img {
    display: block;
    width: 40px;
    height: 40px;
    margin: auto;
    border-radius: 4px;
    padding: 0 !important;
}

.thumb-color-pic .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.thumb-color-pic .owl-carousel .woocommerce-product-gallery__image {
    border: 1px solid #dfdfdf;
    margin: 10px 20px 10px 0;
}

.thumb-color-pic .owl-carousel a.prev {
    position: absolute;
    margin: 0;
    text-align: center;
    font-size: 40px;
    color: #dfdfdf;
    font-family: -webkit-body;
    cursor: pointer;
}

.thumb-color-pic .owl-carousel a.next {
    position: absolute;
    right: 0;
    margin: 0;
    text-align: center;
    font-size: 40px;
    color: #dfdfdf;
    font-family: -webkit-body;
    cursor: pointer;
}

.thumb-color-pic .owl-carousel a.next,
.thumb-color-pic .owl-carousel a.prev {
    top: 18%;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    line-height: 25px;
    opacity: 0.4;
}

.thumb-color-pic .owl-carousel:hover .prev,
.thumb-color-pic .owl-carousel:hover .next {
    opacity: 1;
    text-decoration: none;
}

.thumb-color-pic .owl-carousel .prev,
.thumb-color-pic .owl-carousel .next {
    opacity: 1;
    transition: opacity 0.3s;
}

.thumb-color-pic .owl-carousel a:hover {
    text-decoration: none !important;
}

.thumb-color-pic .owl-carousel a a.next,
.thumb-color-pic .owl-carousel a a.prev {
    opacity: 0.75;
}

.block-static-head h3.block-static-head-img {
    padding-bottom: 10px;
    margin-bottom: 0 !important;
}

.block-static-head h3.block-static-head-img img {
    width: 100%;
    max-width: unset;
    height: auto;
}

.box-slide-images {
    position: relative;
    overflow: hidden;
}

.box-slide-images .owl-item a {
    display: block;
    transition: 0.25s all;
    -webkit-transition: 0.25s all;
}

.box-slide-images .owl-item a img {
    display: block;
}

.box-slide-images .owl-item a:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    opacity: 0.7;
    -webkit-opacity: 0.7;
}

.box-slide-images .owl-controls {
    margin: 0;
}

.box-slide-images .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
}

.box-slide-images .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    width: 38px;
    height: 38px;
    padding: 0;
    line-height: 38px;
    text-align: center;
    font-size: 22px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    border-radius: 100%;
}

.box-slide-images .owl-controls .owl-buttons div:hover {
    background: #FFB300;
    color: #fff;
}

.box-slide-images .owl-controls .owl-buttons div.owl-prev {
    left: 5px;
}

.box-slide-images .owl-controls .owl-buttons div.owl-next {
    right: 5px;
}

.box-slide-images .owl-controls .owl-pagination {
    display: block;
    bottom: 0;
    position: absolute;
    width: 100%;
    text-align: center;
}

.box-slide-images .owl-controls .owl-pagination .owl-page span {
    width: 8px;
    height: 8px;
    margin: 0 4px;
}

.box-slide-images .owl-controls .owl-pagination .active span {
    background: #FFB300;
}

@media screen and (min-width: 1024px) {
    .slideshow-container .owl-controls .owl-pagination {
        display: none;
        width: 100%;
        bottom: -30px;
        position: absolute;
    }
    .slideshow-container .owl-controls .owl-pagination .owl-page {
        background: #fff;
        border: 1px solid #000;
    }
    .slideshow-container .owl-controls .owl-pagination .active {
        background: #FFB300;
        border: 1px solid #FFB300;
    }
    .box-slide-images .owl-carousel .owl-item:nth-child(2n+1) {
        padding-right: 5px;
    }
    .box-slide-images .owl-carousel .owl-item:nth-child(2n+2) {
        padding-left: 5px;
    }
    .box-slide-images .owl-controls .owl-pagination {
        display: none;
        width: 100%;
        bottom: -30px;
        position: absolute;
    }
    .box-slide-images .owl-controls .owl-pagination .owl-page {
        background: #fff;
        border: 1px solid #000;
    }
    .box-slide-images .owl-controls .owl-pagination .active {
        background: #FFB300;
        border: 1px solid #FFB300;
    }
    .box-slide-images .owl-controls .owl-buttons div.owl-prev {
        left: -50px;
    }
    .box-slide-images .owl-controls .owl-buttons div.owl-next {
        right: -50px;
    }
    .box-slide-images .owl-controls .owl-buttons div {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
    .box-slide-images:hover .owl-controls .owl-buttons div.owl-prev {
        left: 0%;
    }
    .box-slide-images:hover .owl-controls .owl-buttons div.owl-next {
        right: 0%;
    }
}

@media screen and (max-width: 991px) {
    .slideshow-container .owl-controls,
    .banner-promotion .owl-controls,
    .box-slide-images .owl-controls {
        margin: 0;
    }
    .slideshow-container .owl-controls .owl-page,
    .banner-promotion .owl-controls .owl-page,
    .box-slide-images .owl-controls .owl-page {
        display: inline-block;
        zoom: 1;
    }
    .slideshow-container .owl-controls .owl-pagination,
    .banner-promotion .owl-controls .owl-pagination,
    .box-slide-images .owl-controls .owl-pagination {
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
    }
    .slideshow-container .owl-controls .owl-pagination .owl-page span,
    .banner-promotion .owl-controls .owl-pagination .owl-page span,
    .box-slide-images .owl-controls .owl-pagination .owl-page span {
        display: block;
        width: 8px;
        height: 8px;
        margin: 0 4px;
        opacity: 0.5;
        border-radius: 20px;
        background: #869791;
    }
    .slideshow-container .owl-controls .owl-pagination .active span,
    .banner-promotion .owl-controls .owl-pagination .active span,
    .box-slide-images .owl-controls .owl-pagination .active span {
        background: #FFB300;
    }
    .slideshow-container .owl-controls .owl-buttons,
    .banner-promotion .owl-controls .owl-buttons,
    .box-slide-images .owl-controls .owl-buttons {
        display: none;
    }
    .box-slide-images .owl-pagination {
        bottom: 0px;
    }
    .slideshow-container .owl-pagination,
    .banner-promotion .owl-pagination {
        bottom: 8px;
    }
}

body.page-template-account {
    background: #f9f9f9;
}

body.page-template-account #box-installment {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    background: #f3f3f3;
}

body.page-template-account section-title {
    text-align: center;
    color: #333;
    margin-bottom: 50px;
    text-transform: uppercase;
}

body.page-template-account #tabs {
    background: #f8f8f8;
    color: #333;
}

body.page-template-account #tabs .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.page-template-account #tabs .col-sm-5 {
    background: #fff;
}

body.page-template-account #tabs .content-left {
    padding: 45px 30px;
}

body.page-template-account #tabs .content-left h2 {
    font-size: 32px;
    font-weight: 300;
    color: #242424;
    margin-top: 0;
}

body.page-template-account #tabs .content-left p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.38;
    color: #787878;
}

body.page-template-account #tabs .content-left-img {
    text-align: center;
}

body.page-template-account #tabs .content-left-img img {
    margin-top: 50px;
    margin-bottom: 20px;
}

body.page-template-account #tabs .content-right {
    margin: 15px;
    overflow: hidden;
    border-radius: 6px;
}

body.page-template-account #tabs .content-right .userstyle-button {
    width: 100%;
    margin: 5px 0px;
}

body.page-template-account #tabs .content-right div#nav-tabContent {
    margin-top: 20px;
}

body.page-template-account #tabs h6.section-title {
    color: #eee;
}

body.page-template-account #tabs .nav-tabs a {
    text-decoration: none !important;
}

body.page-template-account #tabs .nav-tabs a:hover {
    text-decoration: none !important;
}

body.page-template-account #tabs .nav-tabs .nav-item.show .nav-link,
body.page-template-account #tabs .nav-tabs .nav-link.active {
    border-bottom: solid 3px #FFB300;
    color: #FFB300;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}

body.page-template-account #tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #787878;
    font-size: 20px;
}

body.page-template-account .woocommerce input.woocommerce-Input,
body.page-template-account .woocommerce input.input-text,
body.page-template-account .woocommerce select {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

body.page-template-account .woocommerce .woocommerce-Button,
body.page-template-account .woocommerce button.button {
    background-color: #FFB300;
    border: 0;
    color: rgba(255, 255, 255, 0.9);
    height: calc(1.5em + 0.75rem + 2px);
}

body.page-template-account .woocommerce .woocommerce-Button:hover,
body.page-template-account .woocommerce button.button:hover {
    background-color: #eab000;
    color: #fff;
}

body.page-template-account .woocommerce #customer_login .form-row {
    flex-direction: column;
}

body.page-template-account .woocommerce #customer_login .woocommerce-form-login .woocommerce-form-login__submit {
    margin-right: 0;
}

body.page-template-account .woocommerce .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
}

body.page-template-account .woocommerce .woocommerce-MyAccount-navigation ul li {
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    text-transform: none;
    text-decoration: none;
    color: #636363;
    border-bottom: 1px solid #ccc;
    background-color: white;
    cursor: pointer;
}

body.page-template-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    display: block;
    text-decoration: none;
    padding: 10px;
    color: #636363;
    text-decoration: none !important;
    font-size: 14px;
}

body.page-template-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
    color: #fff;
    background: #FFB300;
}

body.page-template-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
    background: #FFB300;
}

body.page-template-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
    background: #FFB300;
}

body.page-template-account .woocommerce .woocommerce-MyAccount-content {
    background: #fff;
    padding: 10px;
}

body.page-template-account .woocommerce .woocommerce-MyAccount-content label {
    font-size: 14px;
    font-weight: 500;
}

body.page-template-account .woocommerce .woocommerce-MyAccount-content p {
    font-size: 17px;
    line-height: 1.6;
}

body.page-template-account .woocommerce .woocommerce-MyAccount-content table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

body.page-template-account .woocommerce .woocommerce-MyAccount-content table tbody tr td {
    font-size: 14px;
}

body.page-template-account .woocommerce .woocommerce-MyAccount-content table.shop_table {
    border: none !important;
    border-collapse: collapse !important;
}

body.page-template-account .woocommerce .woocommerce-MyAccount-content table a.woocommerce-button.button.view,
body.page-template-account .woocommerce .woocommerce-MyAccount-content table a.woocommerce-button.button.pay,
body.page-template-account .woocommerce .woocommerce-MyAccount-content table a.woocommerce-button.button.cancel {
    background: #FFB300;
    width: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none !important;
    margin-bottom: 5px;
}

body.page-template-account .woocommerce .woocommerce-MyAccount-content table a.woocommerce-button.button.view:hover,
body.page-template-account .woocommerce .woocommerce-MyAccount-content table a.woocommerce-button.button.pay:hover,
body.page-template-account .woocommerce .woocommerce-MyAccount-content table a.woocommerce-button.button.cancel:hover {
    background: #eab000;
}

body.page-template-account .woocommerce .woocommerce-MyAccount-content .title {
    display: block;
}

body.page-template-account .woocommerce .woocommerce-MyAccount-content .title::before {
    display: none;
}

body.page-template-account .woocommerce .woocommerce-MyAccount-content header {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

body.page-template-account .woocommerce .woocommerce-MyAccount-content .form-row {
    display: block !important;
}

body.page-template-account .woocommerce .col2-set .col-1,
body.page-template-account .woocommerce .col2-set .col-2 {
    width: 48%;
    max-width: 100% !important;
}

body.page-template-account .woocommerce .col2-set .col-1 {
    float: left;
}

body.page-template-account .woocommerce .col2-set .col-2 {
    float: right;
}

body.page-template-account .woocommerce .col2-set address {
    margin-top: 15px;
    line-height: 1.5;
}

body.page-template-account .woocommerce a.edit {
    background: #FFB300;
    padding: 5px;
    font-size: 14px;
    color: #fff;
    text-decoration: none !important;
}

body.page-template-account .woocommerce a.edit:hover {
    background: #eab000;
}

@media screen and (max-width: 768px) {
    body.page-template-account #box-installment {
        padding: 5px;
    }
    body.page-template-account .col2-set .col-1,
    body.page-template-account .col2-set .col-2 {
        width: 100% !important;
    }
    body.page-template-account .col2-set .col-2 {
        float: none;
    }
    body.page-template-account .widget_nav_menu {
        position: static;
    }
}

@media screen and (min-width: 1025px) {
    body.tax-clp.tet {
        background-color: #f8e193;
        overflow-x: hidden;
    }
    body.tax-clp.tet .custom-body .row {
        position: relative;
    }
    body.tax-clp.tet .custom-body .row::before,
    body.tax-clp.tet .custom-body .row::after {
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        height: 900px;
        width: 900px;
        z-index: -1;
    }
    body.tax-clp.tet .custom-body .row::before {
        left: -730px;
        background: url(../images/tet/mai-trai.png) no-repeat;
    }
    body.tax-clp.tet .custom-body .row::after {
        right: -730px;
        background: url(../images/tet/mai-phai.png) no-repeat;
    }
    body.tax-clp.tet footer {
        position: relative;
    }
    body.tax-clp.tet footer::before,
    body.tax-clp.tet footer::after {
        content: ' ';
        display: block;
        position: absolute;
        top: -400px;
        height: 400px;
        width: 400px;
        margin: 0 auto;
        z-index: -1;
    }
    body.tax-clp.tet footer::before {
        left: -1600px;
        right: 0;
        background: url(../images/tet/trai.png) no-repeat;
    }
    body.tax-clp.tet footer::after {
        right: -1600px;
        left: 0;
        background: url(../images/tet/phai.png) no-repeat;
    }
}

.shadow-out {
    box-shadow: 0 3px 6px #34313136;
    -moz-box-shadow: 0 3px 6px #34313136;
    -webkit-box-shadow: 0 3px 6px #34313136;
    -ms-box-shadow: 0 3px 6px #34313136;
    -o-box-shadow: 0 3px 6px #34313136;
}

.shadow-in {
    box-shadow: inset 0px 2px 6px #34313140;
    -moz-box-shadow: inset 0px 2px 6px #34313140;
    -webkit-box-shadow: inset 0px 2px 6px #34313140;
    -ms-box-shadow: inset 0px 2px 6px #34313140;
    -o-box-shadow: inset 0px 2px 6px #34313140;
}

.woocommerce-checkout #cart-info {
    max-width: 100%;
    box-shadow: none;
    display: grid;
    grid-template-columns: 821px auto;
    column-gap: 16px;
}

.woocommerce-checkout #cart-info form .title-top {
    margin: 0;
    padding: 16px;
    padding-bottom: 0px;
    border: 0;
    background: white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.woocommerce-checkout #cart-info form .title-top .widget-title {
    padding-bottom: 16px;
    border-bottom: 1px solid #e0e0e0;
    margin: 0;
}

.woocommerce-checkout #cart-info form h4 {
    display: none;
}

.woocommerce-checkout #cart-info form .woocommerce-billing-fields__field-wrapper {
    padding: 16px;
    background: white;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.woocommerce-checkout #cart-info form #customer_details {
    margin-bottom: 16px;
}

.woocommerce-checkout #cart-info form .form-row {
    width: 50% !important;
    display: inline-block;
}

.woocommerce-checkout #cart-info form #billing_address_1_field {
    width: 100% !important;
}

.woocommerce-checkout #cart-info form #billing_country_field {
    display: none;
}

.woocommerce-checkout #cart-info .woocommerce-billing-fields input,
.woocommerce-checkout #cart-info select {
    background: white !important;
}

.woocommerce-checkout #cart-info .form-row.place-order {
    width: 100% !important;
}

.woocommerce-checkout .box-info tbody,
.woocommerce-checkout .box-info tr,
.woocommerce-checkout .box-info .product-name,
.woocommerce-checkout .box-info table {
    display: grid;
}

.woocommerce-checkout .box-info table {
    row-gap: 16px;
}

.woocommerce-checkout .box-info tbody {
    row-gap: 16px;
    background: white;
    border-radius: 4px;
    padding: 16px;
}

.woocommerce-checkout .box-info tbody tr {
    display: grid;
    grid-template-columns: 80px auto;
    column-gap: 16px;
    align-items: center;
}

.woocommerce-checkout .box-info tbody tr .product-image {
    padding: 0;
    width: 100%;
}

.woocommerce-checkout .box-info tbody tr .product-name,
.woocommerce-checkout .box-info tbody tr .product-image {
    border: none;
}

.woocommerce-checkout .box-info tbody tr .product-quantity {
    display: none;
}

.woocommerce-checkout .box-info tbody tr .amount {
    font-size: 14px;
    font-weight: bold;
    color: #be1e2d;
}

.woocommerce-checkout .box-info tbody tr:first-child {
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
}

.woocommerce-checkout .box-info tbody::before {
    content: "Giỏ hàng";
    font-size: 20px;
    font-weight: bold;
}

.woocommerce-checkout .box-info tfoot {
    background: white;
    border-radius: 4px;
    padding: 16px;
}

.woocommerce-checkout .box-info tfoot tr {
    padding-bottom: 0 !important;
}

.woocommerce-checkout .box-info tfoot tr th,
.woocommerce-checkout .box-info tfoot tr td {
    padding: 0 0 9px 12px;
}

.woocommerce-checkout .box-info tfoot tr th {
    padding-left: 0;
}

.woocommerce-checkout .box-info tfoot tr:last-child td,
.woocommerce-checkout .box-info tfoot tr:last-child th {
    padding: 21px 0 9px;
}

.woocommerce-checkout .box-info tfoot .cart-subtotal span,
.woocommerce-checkout .box-info tfoot .cart-subtotal bdi {
    font-size: 14px;
    color: initial;
    font-weight: initial;
}

.woocommerce-checkout .box-info tfoot .order-total span,
.woocommerce-checkout .box-info tfoot .order-total bdi {
    font-size: 20px;
    color: #be1e2d;
}

.woocommerce-checkout .box-info tfoot th,
.woocommerce-checkout .box-info tfoot td {
    border: none !important;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce-checkout .box-info tfoot tr {
    grid-template-columns: auto auto;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
}

.woocommerce-checkout .box-info tfoot tr:last-child {
    border: none;
}

.woocommerce-checkout .box-info tfoot tr:first-child {
    border-top: 1px solid #e0e0e0;
    padding-top: 5px;
    margin-top: 10px;
    border-bottom: none;
}

.woocommerce-checkout .box-info tfoot::before {
    content: "Thông tin đơn hàng";
    font-size: 20px;
    font-weight: bold;
}

.woocommerce-checkout .box-info tfoot #shipping_method .amount {
    font-weight: initial;
    font-size: 14px;
    color: initial;
}

.woocommerce-checkout .box-info .product-name {
    row-gap: 10px;
}

.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none;
}

.woocommerce-checkout .woocommerce button.button.alt {
    border-radius: 4px;
    padding: 10px 20px;
    background-color: #ffc414;
}

.woocommerce-checkout #order_review .title-top {
    position: relative;
}

.woocommerce-checkout #order_review .title-top::after {
    content: "Tất cả giao dịch được bảo mật và mã hoá.";
    position: absolute;
    top: 16px;
    right: 16px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    border-radius: 0;
}

.btn-cart-custom {
    font-size: 16px;
    color: initial;
    display: flex;
    align-items: center;
}

.btn-cart-custom svg {
    margin-right: 8.5px;
}

.btn-cart-custom:hover {
    color: initial;
    text-decoration: none;
}

.breadcrumbs {
    margin-bottom: 16px !important;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    background-color: #e0e0e0;
}

.breadcrumbs nav {
    text-align: start;
    font-size: 14px;
}

.breadcrumbs nav a {
    text-transform: initial;
    color: #828282 !important;
    font-weight: initial;
}

.woocommerce-breadcrumb {
    font-size: 14px !important;
    padding: 0 !important;
}

.woocommerce-breadcrumb a:first-child {
    visibility: initial;
    font-size: 14px;
}

.woocommerce-breadcrumb a:first-child:before {
    content: none;
}

.woocommerce-breadcrumb {
    color: #333333 !important;
    font-weight: bold;
}

.woocommerce-breadcrumb a,
.woocommerce-breadcrumb span {
    font-weight: initial;
}

.woocommerce-breadcrumb span {
    position: relative;
    top: -1px;
    color: #767676;
}

.top-breadcrumbs {
    background-color: #e0e0e0;
}

.top-breadcrumbs .bcrumb {
    list-style-type: none;
    min-height: 40px;
    display: flex;
    align-items: center;
    margin: 0;
    flex-wrap: wrap;
}

.top-breadcrumbs .bcrumb .breadcrumb-odd {
    padding: 0 5px;
}

.top-breadcrumbs .bcrumb .item a {
    color: #767676;
    font-size: 14px;
}

.top-breadcrumbs .bcrumb .item::after {
    content: "|";
    padding: 0 5px;
    font-size: 14px;
    position: relative;
    top: -1px;
    color: #767676;
}

.top-breadcrumbs .bcrumb .item:last-child::after {
    content: none;
}

.top-breadcrumbs .bcrumb .item-current.item span {
    color: #333333 !important;
    font-weight: bold;
    font-size: 14px;
}

.tax-clp .breadcrumbs,
.home .breadcrumbs {
    display: none;
}

.container {
    max-width: 1200px !important;
    width: 100%;
}

.product-category {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.product-category .block-static-head {
    padding: 0 16px;
    padding-top: 24px;
    padding-bottom: 16px;
}

.home .breadcrumbs {
    display: none;
}

.grid-products {
    margin-bottom: 8px !important;
}

.before-product {
    background: white;
    border-radius: 4px;
    padding: 16px;
    width: 100%;
    margin-bottom: 0;
}

.link-other {
    text-align: end;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    -ms-scroll-snap-type: mandatory;
    -ms-scroll-snap-points-x: snapInterval(0%, 100%);
    -ms-scroll-chaining: chained;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}

.link-other a {
    border: 1px solid #333333;
    padding: 5px 15px 5px 15px;
    border-radius: 15px;
    font-size: 13px !important;
    color: initial;
    letter-spacing: normal !important;
    margin-left: 6px;
    display: inline-block;
    margin-bottom: 5px;
    transition: 0.1s all;
}

.link-other a:hover {
    background-color: #ffc414;
    border-color: transparent;
    text-decoration: none;
}

.link-other:hover a {
    text-decoration: none;
}

.iproduct {
    padding: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    border: none;
}

.iproduct .woocommerce-loop-product__link {
    height: 100%;
    padding-top: 10px;
    transition: 0.2s all;
    padding-bottom: 15px;
}

.iproduct .woocommerce-loop-product__link .image {
    padding: 12px 12px 0;
    margin-bottom: 3px;
    position: relative;
}

.iproduct .woocommerce-loop-product__link .image img {
    width: 100% !important;
}

.iproduct .woocommerce-loop-product__link .image .box__tro-gia {
    position: absolute;
    bottom: 3px;
    left: 15px;
    width: 60%;
    padding: 2px 2px;
    background: linear-gradient(to right, #ef3f23, #ff8a00);
    border-radius: 2px;
    text-align: center;
}

.iproduct .woocommerce-loop-product__link .image .box__tro-gia-title {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    margin: 0;
    padding: 2px 5px;
    text-transform: capitalize;
}

.iproduct .woocommerce-loop-product__link .info {
    text-align: left;
}

.iproduct .woocommerce-loop-product__link .info h3 {
    font-size: 13px !important;
    font-weight: bold;
}

.iproduct .woocommerce-loop-product__link .info .group-price {
    display: flex;
    justify-content: left;
}

.iproduct .woocommerce-loop-product__link .info .group-price p.price {
    font-size: 13px;
    font-weight: bold;
    color: #be1e2d;
}

.iproduct .woocommerce-loop-product__link .info .group-price del,
.iproduct .woocommerce-loop-product__link .info .group-price ins {
    margin: 0;
}

.iproduct .woocommerce-loop-product__link .info .group-price ins {
    margin-right: 5px;
}

.iproduct .woocommerce-loop-product__link .info .group-price ins.discount {
    display: none;
}

.iproduct .woocommerce-loop-product__link .info .group-price del {
    opacity: 1;
    padding: 0;
}

.iproduct .woocommerce-loop-product__link .info .group-price del .amount {
    color: initial;
}

.iproduct .woocommerce-loop-product__link .info .group-price del bdi {
    font-size: 12px;
    color: initial;
    font-weight: 400;
}

.iproduct .woocommerce-loop-product__link .info .group-price ins bdi {
    color: #be1e2d;
    font-size: 15px;
}

.iproduct .woocommerce-loop-product__link .info .product__tags {
    position: unset;
}

.iproduct .woocommerce-loop-product__link .info .product__tags .tags {
    text-align: left;
    padding-top: 12px;
    margin-top: 5px;
    border-top: 1px solid #e0e0e0;
}

.iproduct .woocommerce-loop-product__link .info .product__tags .tags span {
    font-size: 12px;
    background: transparent;
    color: initial;
    text-transform: initial;
    font-weight: normal;
    margin-bottom: 0px;
}
.iproduct .woocommerce-loop-product__link .info .product__tags .tags div.hashtag-item span{text-align: left;padding-left:0;padding-right:0;display:block}
.iproduct .woocommerce-loop-product__link .info .product__tags .tags div:last-child span {
    margin: 0;
}

.iproduct .woocommerce-loop-product__link:hover {
    box-shadow: 0 3px 6px #34313136;
    -moz-box-shadow: 0 3px 6px #34313136;
    -webkit-box-shadow: 0 3px 6px #34313136;
    -ms-box-shadow: 0 3px 6px #34313136;
    -o-box-shadow: 0 3px 6px #34313136;
    border-radius: 4px;
}

.iproduct .woocommerce-loop-product__link:hover .image img {
    box-shadow: inset 0px 2px 6px #34313140;
    -moz-box-shadow: inset 0px 2px 6px #34313140;
    -webkit-box-shadow: inset 0px 2px 6px #34313140;
    -ms-box-shadow: inset 0px 2px 6px #34313140;
    -o-box-shadow: inset 0px 2px 6px #34313140;
    opacity: 1;
    -webkit-opacity: 1;
}

.iproduct .woocommerce-loop-product__link:hover .info h3 {
    color: initial;
}

.iproduct .woocommerce-loop-product__link:hover .text_span {
    color: initial;
}

.iproduct .woocommerce-loop-product__link:hover ins.discount {
    color: #007bff;
}

.iproduct .text_span {
    color: initial;
}

.iproduct:hover {
    cursor: pointer;
}

.d_flex .iproduct .info {
    display: grid;
}

.d_flex .iproduct .info h3 {
    grid-row: 1;
}

.d_flex .iproduct .info .price {
    grid-row: 2;
    margin: 0 !important;
}

.d_flex .iproduct .info .prepay {
    grid-row: 3;
}

.d_flex .iproduct .info .prepay label {
    color: #333;
}

.d_flex .iproduct .info .prepay label bdi {
    color: #333;
    font-size: 13px;
}

.d_flex .iproduct .info .product__tags {
    grid-row: 4;
}

.woocommerce .iproduct a:hover .info h3 {
    color: #333333 !important;
}

.widget-title {
    font-size: 20px;
    font-weight: bold;
}

.menu-row-phu-kien-container ul,
.list_term ul {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 8px;
}

.menu-row-phu-kien-container ul li,
.list_term ul li {
    display: flex;
    background-color: #f2f2f2;
    border-radius: 4px;
    min-height: 118px;
    justify-content: center;
}

.menu-row-phu-kien-container ul li a,
.list_term ul li a {
    text-align: center;
    font-size: 14px;
    color: initial;
    row-gap: 10px;
    height: 100%;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.menu-row-phu-kien-container ul li a img,
.list_term ul li a img {
    grid-row: 1;
    margin: 10px auto 7px;
    max-width: 100%;
    transition: 0.2s all;
    width: auto;
    height: 50px;
}

.menu-row-phu-kien-container ul li a span,
.list_term ul li a span {
    display: block;
    text-align: center;
    padding: 0 5px;
}

.menu-row-phu-kien-container ul li a:hover,
.list_term ul li a:hover {
    text-decoration: none;
}

.menu-row-phu-kien-container ul li a:hover img,
.list_term ul li a:hover img {
    transform: translateY(-3px);
}

.menu-row-phu-kien-container ul li:nth-child(n+8),
.list_term ul li:nth-child(n+8) {
    display: none;
}

.menu-row-phu-kien-container ul .see svg,
.list_term ul .see svg {
    transition: 0.2s all;
}

.menu-row-phu-kien-container ul .see:hover,
.list_term ul .see:hover {
    cursor: pointer;
}

.menu-row-phu-kien-container ul .see:hover svg,
.list_term ul .see:hover svg {
    transform: translateY(-3px);
}

.block-static {
    margin-bottom: 16px;
}

.title-top.has-banner {
    border: none;
    margin: 0;
    padding: 16px;
}

.title-top.has-banner .c_left {
    display: grid;
    column-gap: 16px;
}

.title-top.has-banner .c_left h2 {
    margin: 0;
}

.title-top.has-banner .c_right {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 8px;
    overflow: hidden;
}

.title-top.has-banner .c_right .item {
    display: grid;
    grid-template-columns: 84px auto;
    justify-content: flex-start;
    align-items: center;
    column-gap: 8px;
}

.title-top.has-banner .c_right .item p {
    margin: 0;
    font-size: 12px;
}

.title-top.has-banner .c_right .item strong {
    font-size: 20px;
}

.title-top.has-banner .c_right .owl-controls .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -80%);
}

.title-top.has-banner .c_right .owl-controls .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -80%);
}

.home .grid-products .owl-controls .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -80%);
}

.home .grid-products .owl-controls .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -80%);
}

.menu-row-sua-chua-thay-the-container ul li {
    list-style-type: none;
    background-color: #f2f2f2;
    transition: 0.1s all;
    border-radius: 4px;
    overflow: hidden;
    min-height: 160px;
}

.menu-row-sua-chua-thay-the-container ul li a {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.menu-row-sua-chua-thay-the-container ul li .out-bg-over {
    order: 1;
    width: 55%;
    padding-left: 24px;
}

.menu-row-sua-chua-thay-the-container ul li span {
    width: 100%;
    font-size: 16px;
    color: initial;
}

.menu-row-sua-chua-thay-the-container ul li:hover {
    box-shadow: 0 3px 6px #34313136;
    -moz-box-shadow: 0 3px 6px #34313136;
    -webkit-box-shadow: 0 3px 6px #34313136;
    -ms-box-shadow: 0 3px 6px #34313136;
    -o-box-shadow: 0 3px 6px #34313136;
}

.menu-row-sua-chua-thay-the-container ul li:hover a {
    text-decoration: none;
}

.menu-row-sua-chua-thay-the-container ul li .image {
    width: 40%;
    order: 2;
}

.menu-row-sua-chua-thay-the-container ul li .image img {
    width: 100%;
}

.reset-filter,.woocommerce-widget-layered-nav-list li a,.grid-woo .choosedfilter a {
    background-color: transparent;
    color: initial;
    border: 1px solid #333333;
    border-radius: 15px;
}

.woocommerce-products-header__title.page-title {
    margin-bottom: 0;
}

.before-product.btn_seemore {
    padding: 20px 16px !important;
    margin: 0 !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center;
    padding-top: 0 !important;
}

.before-product.btn_seemore .viewmore {
    margin: 0;
    display: initial;
    padding: 0;
    border: 0;
    font-size: 16px;
    color: initial;
}

.before-product.btn_seemore .viewmore:hover {
    background: transparent;
    color: initial;
}

.before-product.btn_seemore .viewmore::before {
    content: "";
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 16px;
}

.before-product.btn_seemore .hr-custom {
    margin-top: 0;
}

.archive.tax-product_cat .before-product {
    margin-top: 16px !important;
}

.archive.tax-product_cat .before-product.btn_seemore {
    margin: 0 !important;
}

.c_bottom {
    margin: auto;
    justify-content: space-between;
}

.r_description {
    width: 100%;
    height: max-content;
}

.r_description .term-description {
    border: none;
    margin-bottom: 0 !important;
    background: transparent;
    line-height: 1.5;
}

.r_description .term-description h2,
.r_description .term-description p {
    font-size: 16px;
}
.r_description .term-description h4,.r_description .term-description h3,.r_description .term-description h2{
font-weight: bold;margin-bottom:15px;
}
.term-description ul li{margin-bottom:10px}
.r_description .term-description h4{font-size:18px}
.r_description .term-description h3{font-size:20px}
.r_description .term-description h2{font-size:22px}
.r_description .div_show-more {
    text-align: center;
}

.r_description .div_show-more .show-more-info {
    color: initial;
}

.r_description .div_show-more .show-more-info:hover {
    cursor: pointer;
}

.owl-pagination {
    position: absolute;
    bottom: 0;
    height: 7px;
    width: 100%;
    color: slategrey;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-pagination .owl-page {
    width: 16px;
    height: 4px;
    background: #828282;
    margin: 0px 10px;
    border-radius: 8px;
    opacity: 0.3;
}

.owl-pagination .owl-page.active {
    opacity: 1;
}

.single.single-product .before-product {
    margin-bottom: 16px !important;
    padding-top: 24px !important;
}

.single.single-product .product-heading {
    border-bottom: 1px solid #c4c4c4;
}

.single.single-product .product-top .column-picture .product__tags,
.single.single-product .product-top .column-picture .percent-deal,
.single.single-product .product-top .column-picture .label-percentage {
    display: none;
}

.single.single-product .product-top .column-info .price_html {
    margin-bottom: 20px;
}

.single.single-product .product-top .column-info .price_html .prepay label {
    font-size: 14px;
}

.single.single-product .product-top .column-info .price_html .prepay label bdi {
    font-weight: bold;
}

.single.single-product .product-top .column-info .variations .group-variable label {
    font-weight: initial !important;
    color: #333333;
    border: 1px solid #333333;
}

.single.single-product .product-top .column-info .variations .group-variable label .price-vari {
    color: #333333;
}

.single.single-product .product-top .column-info .variations .group-variable label:hover {
    background-color: #ffc414;
    border-color: transparent;
}

.single.single-product .product-top .column-info .variations .group-variable label.disable {
    border: 1px solid #bcbcbc;
    color: #bcbcbc;
    background: transparent;
}

.single.single-product .product-top .column-info .variations .group-variable label.disable .price-vari {
    color: #bcbcbc;
}

.single.single-product .product-top .column-info .variations .group-variable label.active {
    background-color: #ffc414;
    border-color: transparent;
}

.single.single-product .product-top .column-info .box-promotion-product {
    border: none;
    background-color: #f2f2f2;
}

.single.single-product .product-top .column-info .box-promotion-product label {
    background: transparent;
    color: initial;
    position: initial;
    text-transform: initial;
    font-size: 18px;
    padding-left: 35px;
    margin-left: 16px;
    padding-top: 20px;
    margin-bottom: 0;
}

.single.single-product .product-top .column-info .box-promotion-product label::before {
    content: "";
    background-image: url("../images/sale.png");
    width: 24px;
    height: 24px;
    position: absolute;
    left: 16px;
}

.single.single-product .product-top .column-info .box-promotion-product .inner {
    margin: 0;
    padding-left: 18px;
    overflow: hidden;
}

.single.single-product .group-button-cart {
    justify-content: space-between;
    margin: 0;
}

.single.single-product .group-button-cart .col-button {
    width: 48%;
    margin: 0;
    background-color: #e0e0e0;
    border-radius: 4px;
}

.single.single-product .group-button-cart .group-btn .col-button {
    background: none
}

.single.single-product .group-button-cart .group-btn .col-button a {
    background: #0664f9;
    color: #fff;
    padding: 10px 0;
}

.single.single-product .group-button-cart .group-btn .col-button a:hover {
    background: #000;
    color: #fff
}

.single.single-product .group-button-cart .col-button a,
.single.single-product .group-button-cart .col-button .element-a {
    border: none;
    font-size: 18px;
    text-transform: initial;
    font-weight: bold;
    color: initial;
    line-height: initial;
    height: auto;
    padding: 5px;
    margin-bottom: 0;
    text-align: center;
}

.single.single-product .group-button-cart .col-button a:hover,
.single.single-product .group-button-cart .col-button .element-a:hover {
    color: initial;
    background: none;
    cursor: pointer;
}

.single.single-product .group-button-cart .col-button:first-child {
    width: 100%;
    margin-bottom: 0px;
}

.single.single-product .group-button-cart .col-button:first-child button {
    background-color: #ffc414 !important;
    color: initial;
    line-height: initial;
    height: auto;
    padding: 5px;
    text-transform: initial;
}

.single.single-product .group-button-cart .sub_text {
    font-size: 12px;
    font-weight: initial;
    text-transform: initial;
}

.single.single-product .product-top .column-info {
    padding-right: 0;
}

.single.single-product .statics-tookit {
    border-bottom: none;
    padding-bottom: 0;
}

.single.single-product .statics-tookit p {
    color: initial !important;
}

.single.single-product .policy-installment .info-body ul li {
    color: initial;
}

.single.single-product .product-info-middle .grid-column {
    background: none !important;
    margin: 0;
    padding: 0;
    padding-bottom: 16px;
}

.single.single-product .product-info-middle .woo-desc-left {
    padding: 0;
}

.single.single-product .view-more-attr {
    border: none;
    margin-bottom: 0;
    padding-bottom: 11px;
    padding-top: 16px;
}

.single.single-product .view-more-attr a {
    color: initial;
    font-weight: inherit;
    font-size: 16px;
}

.single.single-product .show-more {
    border: none;
    margin-bottom: 0 !important;
    margin-top: 16px;
}

.single.single-product .show-more a {
    color: initial !important;
    font-weight: inherit !important;
    font-size: 16px !important;
}

.single.single-product #tab-description {
    border: none;
}

.single.single-product .box-info-statics,
.single.single-product .policy-installment,
.single.single-product .product-right-checkout {
    border: none;
    margin-bottom: 16px;
}

.single.single-product .box-info-statics .inner,
.single.single-product .policy-installment .inner,
.single.single-product .product-right-checkout .inner {
    padding: 24px 16px;
}

.single.single-product .check-service {
    margin-bottom: 0;
    list-style-type: none;
    display: grid;
    row-gap: 12px;
}

.single.single-product .check-service li {
    font-size: 14px;
    font-weight: bold;
    display: grid;
    grid-template-columns: 24px auto;
    column-gap: 8px;
}

.cright_related section {
    padding: 24px 16px !important;
}

.cright_related .iproduct {
    width: 100% !important;
    padding: 0 !important;
    padding-bottom: 10px !important;
    border: none !important;
}

.cright_related .iproduct:last-child {
    padding-bottom: 0px !important;
}

.cright_related .iproduct a.woocommerce-loop-product__link {
    display: grid !important;
    grid-template-columns: 38% auto;
    border: 0.5px solid #e0e0e0;
    border-radius: 4px;
    min-height: 124px;
    padding: 0;
}

.cright_related .iproduct a.woocommerce-loop-product__link .woocommerce-loop-product__title,
.cright_related .iproduct a.woocommerce-loop-product__link .price,
.cright_related .iproduct a.woocommerce-loop-product__link .amount {
    font-size: 14px !important;
    margin: 0 !important;
}

.cright_related .iproduct a.woocommerce-loop-product__link .woocommerce-loop-product__title {
    font-weight: bold;
}

.cright_related .iproduct a.woocommerce-loop-product__link .product__tags {
    display: none;
}

.cright_related .iproduct a.woocommerce-loop-product__link:hover {
    box-shadow: none !important;
}

.cright_related .iproduct a.woocommerce-loop-product__link:hover .image img {
    box-shadow: none !important;
}

.cright_related .iproduct a.woocommerce-loop-product__link:hover h3 {
    color: initial !important;
}

.cright_related .iproduct a.woocommerce-loop-product__link .image {
    display: grid;
    align-items: center;
    padding: 0;
}

.cright_related .iproduct .group-price {
    margin-bottom: 0;
    padding-bottom: 0;
}

.cright_related .iproduct .group-price .amount {
    margin: 0;
}

.cright_related .iproduct .label-percentage {
    display: none;
}

.cright_related .related.products {
    background: white;
    border-radius: 4px;
}

.cright_related .article-title {
    font-size: 16px;
    text-transform: initial !important;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.cright_related .products.columns-5 {
    display: grid;
    row-gap: 16px;
}

.cright_related .products.columns-5 li {
    padding: 0 !important;
}

.woocommerce .box-info-statics .statics-tookit .info-body:before,
.woocommerce .policy-installment .info-body:before,
.woocommerce .box-info-statics .policy-warranty .info-body:before {
    width: 24px;
    height: 24px;
}

.policy-warranty p,
.policy-installment p {
    margin-bottom: 0;
}

.product_meta {
    position: relative;
}

.product_meta .meta-comments span,
.product_meta .meta-right span {
    position: absolute;
    top: -7px;
    right: 1px;
    background: #f2994a;
    font-size: 10px;
    color: initial;
    padding: 0 2px;
    border-radius: 4px;
    z-index: 1;
}

.product_meta .meta-comments {
    display: inline-block;
    position: relative;
    margin-left: 10px;
}

.product_meta .meta-right {
    position: relative;
}

.product_meta .meta-right .meta-like {
    display: inline-block;
    position: relative;
}

.product_meta .meta-right .meta-like:hover {
    cursor: pointer;
}

.show-more-info {
    font-size: 16px;
    display: block;
    width: max-content;
    padding: 10px;
    padding-top: 5px;
    padding-left: 25px;
}

.show-more-info:hover {
    cursor: pointer;
    color: #4094d0;
}

.single.single-product .before-product.c_comment {
    margin-top: 16px;
}

.banner__news .owl-pagination {
    bottom: 8px;
}

.woocommerce-cart .box-cart {
    display: grid;
    grid-template-columns: 821px auto;
    column-gap: 16px;
}

.woocommerce-cart .widget-title {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.woocommerce-cart .col-left,
.woocommerce-cart .col-right {
    border-radius: 4px;
}

.woocommerce-cart .col-left {
    width: 100%;
    padding: 24px 16px;
    height: max-content;
}

.woocommerce-cart .col-left .woocommerce-cart-form .shop_table {
    display: block;
    border: none;
}

.woocommerce-cart .col-left .woocommerce-cart-form .shop_table tbody {
    display: grid;
    border: none;
    row-gap: 32px;
}

.woocommerce-cart .col-left .woocommerce-cart-form .shop_table tbody tr {
    display: grid;
    grid-template-columns: 128px auto 200px;
}

.woocommerce-cart .col-left .woocommerce-cart-form .shop_table tbody tr td {
    position: relative;
    background: transparent;
}

.woocommerce-cart .col-left .woocommerce-cart-form .shop_table tbody tr td:last-child {
    padding-right: 0;
}

.woocommerce-cart .col-left .woocommerce-cart-form .shop_table tbody .product-name a {
    font-size: 16px;
    color: initial;
}

.woocommerce-cart .col-left .woocommerce-cart-form .shop_table tbody .remove {
    position: absolute;
    bottom: 9px;
    font-size: 14px !important;
    font-weight: initial;
}

.woocommerce-cart .col-left .woocommerce-cart-form .shop_table tbody .remove:hover {
    color: red !important;
    background: none !important;
    width: auto !important;
}

.woocommerce-cart .col-left .woocommerce-cart-form .shop_table .actions {
    border: none;
}

.woocommerce-cart .col-left .product-name,
.woocommerce-cart .col-left .product-thumbnail,
.woocommerce-cart .col-left .product-subtotal {
    border: none;
}

.woocommerce-cart .col-left .cart_item .product-thumbnail {
    width: 128px;
    height: 128px;
    padding: 12px 0;
}

.woocommerce-cart .col-left .cart_item .product-thumbnail img {
    width: 128px;
}

.woocommerce-cart .col-left .cart_item .product-subtotal,
.woocommerce-cart .col-left .cart_item .money {
    text-align: end;
}

.woocommerce-cart .col-left .cart_item .product-subtotal ins,
.woocommerce-cart .col-left .cart_item .money ins {
    text-decoration: none;
}

.woocommerce-cart .col-left .cart_item .product-subtotal bdi,
.woocommerce-cart .col-left .cart_item .money bdi {
    font-size: 24px;
    color: #be1e2d;
    font-weight: bold;
}

.woocommerce-cart .col-left .cart_item .product-subtotal .group-ins-del,
.woocommerce-cart .col-left .cart_item .money .group-ins-del {
    margin-top: 5px;
}

.woocommerce-cart .col-left .cart_item .product-subtotal .group-ins-del ins,
.woocommerce-cart .col-left .cart_item .money .group-ins-del ins,
.woocommerce-cart .col-left .cart_item .product-subtotal .group-ins-del bdi,
.woocommerce-cart .col-left .cart_item .money .group-ins-del bdi {
    font-size: 14px;
    font-weight: initial;
    color: #828282;
}

.woocommerce-cart .col-left .cart_item .product-subtotal .group-ins-del .discount,
.woocommerce-cart .col-left .cart_item .money .group-ins-del .discount {
    margin: 0;
    margin-right: 12px;
}

.woocommerce-cart .col-right {
    height: max-content;
    width: 100%;
    margin: 0;
    padding: 24px 16px;
}

.woocommerce-cart .col-right .wc-proceed-to-checkout {
    display: grid;
    grid-template-columns: auto auto;
    padding-top: 0;
    column-gap: 16px;
}

.woocommerce-cart .col-right .wc-proceed-to-checkout .add-product {
    border: 1px solid #e2e5e6;
    padding: 5px 16px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin: 0;
}

.woocommerce-cart .col-right .wc-proceed-to-checkout .add-product:hover {
    cursor: pointer;
}

.woocommerce-cart .col-right .wc-proceed-to-checkout a {
    text-transform: initial;
    font-size: 14px;
    padding: 10px 20px;
    margin: 0;
    font-weight: initial;
    background-color: #ffc414;
}

.woocommerce-cart .col-right .wc-proceed-to-checkout a:hover {
    opacity: 1;
    background-color: #ffc414;
}

.woocommerce-cart .col-right .wc-proceed-to-checkout::before {
    content: none;
}

.woocommerce-cart .continue-to-buy {
    text-align: center;
    border-top: 1px solid #e0e0e0;
    padding-top: 16px;
    margin: 0;
}

.woocommerce-cart .continue-to-buy span {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 14px;
    display: block;
    width: max-content;
    margin: 0 auto;
    padding: 10px 20px;
}

.woocommerce-cart .continue-to-buy span:hover {
    cursor: pointer;
}

.woocommerce-cart .cart_totals {
    margin-top: 0 !important;
}

.woocommerce-cart .cart_totals table {
    border: none;
}

.woocommerce-cart .cart_totals table th {
    padding-left: 0;
    padding-right: 0;
    border: none !important;
}

.woocommerce-cart .cart_totals table td {
    padding-right: 0;
    text-align: end;
    border: none !important;
}

.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
    padding-top: 0;
    background: transparent !important;
}

.woocommerce-cart .cart_totals .shipping td,
.woocommerce-cart .cart_totals .shipping th {
    padding-bottom: 16px;
}

.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td {
    border-top: 1px solid #e0e0e0 !important;
    padding-top: 21px;
}

.grid_name {
    display: grid;
    row-gap: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: initial;
}

.grid_name .p_color {
    font-weight: initial;
    border: 0.5px solid #333333;
    width: max-content;
    padding: 4px 10px;
    border-radius: 14px;
    font-size: 16px;
    height: max-content;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.checkout-note {
    border: none;
    padding-top: 0;
    padding-bottom: 16px;
    background: white;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

footer {
    border: none;
}

footer .warranty-policy {
    margin-top: 16px;
}

.single-product .product-col-right .column-statics {
    background: white;
    border-radius: 4px;
}

.single-product .product-col-right .column-statics ul {
    margin: 0 !important;
}

.single-product .product-col-right .column-statics ul li:last-child {
    margin-bottom: 0;
}

.single-product .product-col-right .column-statics .box-info-statics {
    margin: 0;
}

.single-product .product-col-right .column-statics .box-info-statics .inner {
    padding-bottom: 8px;
}

.single-product .product-col-right .column-statics .policy-installment .inner {
    padding-top: 8px;
}

.woocommerce-checkout #cart-info form .form-row#billing_pay__field {
    width: 100% !important;
}

.woocommerce-checkout #cart-info form .form-row#billing_pay__field input {
    width: auto !important;
}

.woocommerce-checkout #cart-info form .form-row#billing_pay__field label {
    display: block !important;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 15px;
}

.woocommerce-checkout #cart-info form .form-row#billing_pay__field span {
    display: flex;
    display: flex !important;
    align-items: center;
}

.group_hinh_thuc {
    background: white;
    border-radius: 4px;
    padding: 24px 16px;
    margin-bottom: 16px;
}

.group_hinh_thuc label {
    margin: 0;
    margin-left: 8px;
    margin-right: 20px;
}

.group_hinh_thuc h2 {
    padding-bottom: 16px;
    border-bottom: 1px solid #e0e0e0;
    margin: 0;
    margin-bottom: 16px;
}

.group_hinh_thuc .g_radio {
    display: flex;
}

.group_hinh_thuc .g_radio .r_1,
.group_hinh_thuc .g_radio .r_2 {
    display: flex;
    align-items: center;
}

.group_hinh_thuc .g_select {
    margin-top: 15px;
}

.group_hinh_thuc .g_select select {
    width: 100%;
    border: 1px solid #d6d6d6;
    background: white;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-indent: 10px;
}

.group_hinh_thuc .g_select label {
    display: none !important;
}

.group_hinh_thuc .g_shop {
    margin-top: 16px;
}

.group_hinh_thuc .g_shop ul {
    list-style-type: none;
    margin-top: 5px;
    background: #f6f6f6;
    padding: 10px 10px;
    border: 1px solid #e1e1e1;
}

.group_hinh_thuc .g_shop ul label {
    margin-bottom: 5px;
    font-size: 14px;
}

.containers.before-product {
    padding: 24px 16px;
}

.containers.before-product .widget-title h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.containers.before-product .widget-title.r_grid {
    display: grid;
    grid-template-columns: repeat(2, auto);
}

.containers.before-product .widget-title.r_grid span {
    font-size: 16px;
    font-weight: initial;
    text-align: end;
    color: #828282;
}

.containers.before-product .see_no_ajax {
    border-top: 1px solid #e0e0e0;
    padding-top: 16px;
    margin-top: 16px;
    text-align: center;
}

.containers.before-product .see_no_ajax a {
    font-size: 16px;
}

.containers.before-product .see_no_ajax a span {
    margin-right: 5px;
}

.containers.before-product .see_no_ajax a svg {
    position: relative;
    top: -1px;
}

.containers.before-product .see_no_ajax a:hover {
    cursor: pointer;
}

.cat-search {
    display: grid;
    grid-template-columns: repeat(2, auto);
}

.cat-search .cat_trade-in.link-other {
    text-align: start;
}

.cat-search .cat-search-s {
    text-align: end;
}

.cat-search .cat-search_c a {
    margin-left: 0;
    margin-right: 7px;
}

.cat-search .cat-search_c a:hover {
    cursor: pointer;
}

.cat-search .cat-search_c a.active {
    background-color: #ffc414;
    border-color: transparent;
    text-decoration: none;
}

.r_trade-in-top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: max-content;
    margin: 0 auto !important;
    column-gap: 110px;
}

.step-by-step {
    display: grid;
    justify-content: center;
}

.step-by-step .inner {
    text-align: center;
}

.step-by-step .inner .image {
    text-align: center;
    margin-bottom: 15px;
}

.step-by-step .title h2 {
    color: initial;
    font-weight: bold;
    font-size: 20px;
}

.page-template-thucudoimoi .grid-products .iproduct:nth-child(n+11),
.tax-trade-in-product .grid-products .iproduct:nth-child(n+11) {
    display: none;
}

.page-template-thucudoimoi .cat-search-s #search-tradein,
.tax-trade-in-product .cat-search-s #search-tradein {
    background: #f2f2f2;
    border-radius: 20px;
    width: 350px;
    margin: 0 0 0 auto;
}

.page-template-thucudoimoi .c_right form .group_frm,
.tax-trade-in-product .c_right form .group_frm {
    width: 400px;
    row-gap: 10px;
    display: grid;
    padding-top: 15px;
    margin-bottom: 15px;
}

.page-template-thucudoimoi .c_right form .group_frm .g_3_gender,
.tax-trade-in-product .c_right form .group_frm .g_3_gender {
    display: flex;
}

.page-template-thucudoimoi .c_right form .group_frm .g_3_gender .g_rd,
.tax-trade-in-product .c_right form .group_frm .g_3_gender .g_rd {
    margin-right: 10px;
}

.page-template-thucudoimoi .c_right form .group_frm .g_3_gender .g_rd label,
.tax-trade-in-product .c_right form .group_frm .g_3_gender .g_rd label {
    margin: 0;
    margin-left: 5px;
}

.page-template-thucudoimoi .c_right form .group_frm input[type=text],
.tax-trade-in-product .c_right form .group_frm input[type=text],
.page-template-thucudoimoi .c_right form .group_frm input[type=phone],
.tax-trade-in-product .c_right form .group_frm input[type=phone] {
    height: 35px;
    border: 1px solid #ccc;
    background: #f2f2f2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    font-size: 14px;
}

.page-template-thucudoimoi .c_right form .group_frm textarea,
.tax-trade-in-product .c_right form .group_frm textarea {
    border: 1px solid #ccc;
    height: 150px;
    padding: 9px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.page-template-thucudoimoi .c_right form .group_frm input[type=submit],
.tax-trade-in-product .c_right form .group_frm input[type=submit] {
    margin: 0 auto;
    border: none;
    padding: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    background: #c2272d;
    color: white;
    font-weight: bold;
    width: 200px;
}

.w-70 {
    width: 70%;
}

.tradein-single-ajax .inner {
    display: grid;
    grid-template-columns: 180px 1fr;
}

.tradein-single-ajax .inner .image {
    padding: 16px;
}

.tradein-single-ajax .inner .image img {
    width: 100%;
}

.tradein-single-ajax .inner .image h3 {
    font-size: 16px;
    margin: 0;
    text-align: center;
    text-transform: initial;
    padding-top: 16px;
    font-weight: bold;
}

.tradein-single-ajax .inner .info {
    padding: 16px;
    padding-top: 0;
}

.tradein-single-ajax .inner .info .group-price {
    font-weight: bold;
}

.tradein-single-ajax .inner .info .group-price ins {
    font-size: 16px;
    color: #be1e2d;
    text-decoration: none;
    margin-left: 5px;
}

.tradein-single-ajax .g_button {
    display: flex;
    justify-content: space-between;
    padding: 0 16px;
    font-size: 14px;
    font-weight: bold;
}

.tradein-single-ajax .g_button span {
    padding: 10px 20px;
    border-radius: 4px;
    display: block;
    width: max-content;
}

.tradein-single-ajax .g_button span:hover {
    cursor: pointer;
}

.tradein-single-ajax .g_button .back {
    border: 1px solid #e2e5e6;
    background: white;
}

.tradein-single-ajax .g_button .tradein-submit {
    background: #ffc414;
    border: 1px solid transparent;
}

.tradein-single-ajax .back-form,
.tradein-single-ajax .back-update,
.tradein-single-ajax .back-details-update {
    display: none;
    justify-content: left;
    padding: 0 16px;
    font-size: 14px;
    font-weight: bold;
}

.tradein-single-ajax .back-form .back,
.tradein-single-ajax .back-update .back,
.tradein-single-ajax .back-details-update .back {
    border: 1px solid #e2e5e6;
    background: white;
    padding: 10px 20px;
    border-radius: 4px;
    display: block;
    width: max-content;
}

.tradein-single-ajax .back-form .back:hover,
.tradein-single-ajax .back-update .back:hover,
.tradein-single-ajax .back-details-update .back:hover {
    cursor: pointer;
}

.tradein-single-ajax .g_trade-in-out {
    display: none;
    justify-content: space-between;
    padding: 0 16px;
    font-size: 14px;
    font-weight: bold;
}

.tradein-single-ajax .g_trade-in-out span {
    padding: 10px 20px;
    border-radius: 4px;
    display: block;
    width: max-content;
}

.tradein-single-ajax .g_trade-in-out span:hover {
    cursor: pointer;
}

.tradein-single-ajax .g_trade-in-out .back-req {
    border: 1px solid #e2e5e6;
    background: white;
    margin-right: 15px;
}

.tradein-single-ajax .g_trade-in-out .update {
    background: #ffc414;
    border: 1px solid transparent;
}

.tradein-single-ajax .item-btn,
.tradein-single-ajax .item-trade-io {
    padding: 0 16px;
    margin-bottom: 16px;
}

.tradein-single-ajax .item-btn span,
.tradein-single-ajax .item-trade-io span {
    padding: 10px 20px;
    display: block;
    border-radius: 4px;
    border: 1px solid #e2e5e6;
}

.tradein-single-ajax .item-btn span:hover,
.tradein-single-ajax .item-trade-io span:hover {
    cursor: pointer;
    background: #ffc414;
    border-color: transparent;
}

.tradein-single-ajax .item-btn span.active,
.tradein-single-ajax .item-trade-io span.active {
    background: #ffc414;
    border-color: transparent;
}

.tradein-single-ajax .item-content {
    padding: 0 16px;
}

.tradein-single-ajax .item-content .inner {
    padding: 24px 16px;
    border-radius: 4px;
    display: block;
    background: #f2f2f2;
}

.tradein-single-ajax .item-content ul,
.tradein-single-ajax .item-content ol {
    margin-left: 16px;
    list-style: initial;
}

.tradein-single-ajax .g_trade_out {
    border-top: 0;
    border-left: 1px solid #ccc;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: auto;
    height: auto;
}

.tradein-single-ajax .g_trade_out .iproduct {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    height: 100%;
}

.tradein-single-ajax .g_trade_out .iproduct:nth-child(n+5) {
    border-top: 0;
}

.tradein-single-ajax .g_trade_out .image {
    height: auto;
    padding-bottom: 0;
}

.tradein-single-ajax .g_trade_out .info h3 {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.tradein-single-ajax .g_trade_out .info p {
    text-align: left;
    font-size: 13px;
    margin-bottom: 5px;
    color: #808080;
    font-weight: initial;
}

.tradein-single-ajax .g_trade_out .info p span {
    color: #be1e2d;
    font-weight: bold;
}

.tradein-single-ajax .g_trade_out .link {
    text-align: center;
}

.tradein-single-ajax .g_trade_out .link a {
    background: #c2272d;
    font-size: 13px;
    color: white;
    border-radius: 20px;
    padding: 5px;
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.tradein-single-ajax .g_trade_out .link a:hover {
    background: #000;
}

.tradein-single-ajax .btn-tradein {
    grid-column: 5;
    text-align: center;
    padding-top: 16px;
}

.tradein-single-ajax .btn-tradein .next {
    padding: 6px 12px;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    text-transform: uppercase;
    width: 120px;
    background-color: #be1e2d;
    border: 1px solid transparent;
    color: white;
}

.tradein-single-ajax .btn-tradein .next:hover {
    cursor: pointer;
    background-color: white;
    color: #be1e2d;
    border-color: #be1e2d;
}

.tradein-single-ajax .step-next {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    grid-column: 5;
    padding-top: 16px;
}

.tradein-single-ajax .step-next .has-btn p {
    width: 140px;
    padding: 6px 12px;
    margin: 0 5px;
    background-color: #be1e2d;
    border: 1px solid transparent;
    color: white;
    display: inline-block;
    text-transform: uppercase;
}

.tradein-single-ajax .step-next .has-btn p span {
    display: block;
    font-weight: initial;
    font-size: 12px;
}

.tradein-single-ajax .step-next .has-btn p:hover {
    cursor: pointer;
    background-color: white;
    color: #be1e2d;
    border-color: #be1e2d;
}

.tradein-single-ajax .info-left {
    padding: 0 16px;
}

.tradein-single-ajax .info-left p {
    margin-bottom: 5px;
}

.tradein-single-ajax .info-left p.price-end strong {
    color: #be1e2d;
}

.page-template-thucudoimoi .modal-dialog,
.tax-trade-in-product .modal-dialog {
    width: 900px;
    max-width: 100%;
    padding: 16px;
}

.page-template-thucudoimoi .modal-header,
.tax-trade-in-product .modal-header {
    border: none;
    padding-bottom: 0;
}

.page-template-thucudoimoi .modal-header .back,
.tax-trade-in-product .modal-header .back {
    border: none;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    padding: 16px;
    opacity: 0.5;
    display: none;
}

.page-template-thucudoimoi .modal-header .back:focus,
.tax-trade-in-product .modal-header .back:focus {
    opacity: 1;
}

.page-template-thucudoimoi .modal-header .back:focus-visible,
.tax-trade-in-product .modal-header .back:focus-visible {
    opacity: 1;
}

.page-template-thucudoimoi .modal-body .containers.before-product,
.tax-trade-in-product .modal-body .containers.before-product {
    padding-top: 0;
}

.data-loading {
    padding: 16px;
    padding-bottom: 0;
    margin-bottom: 0;
    font-style: italic;
}

.form-tradein .g_button {
    justify-content: flex-end;
}

.form-tradein .input {
    display: flex;
    justify-content: space-between;
}

.form-tradein .input input {
    height: 54px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    padding: 15px;
    width: 49%;
}

.form-tradein textarea {
    width: 100%;
    margin-top: 18px;
    border: 1px solid #e0e0e0;
    padding: 16px;
}

.form-tradein .g_button {
    padding: 0;
    margin-top: 17px;
}

.form-tradein .g_button input {
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid #e2e5e6;
    background: none;
    font-weight: bold;
}

.form-tradein .g_button .submit {
    background: #ffc414;
    border-color: transparent;
}

.title-top.has-link .widget-title,
.title-top.has .widget-title,
.site-main-search .title-top.has-link .widget-title {
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.site-main-search .title-top.has-link {
    background: white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 16px;
    padding-bottom: 0;
}

.site-main-search .title-top.has-link .widget-title {
    margin-bottom: 0;
}

.title-top.has-banner {
    display: grid;
    grid-template-columns: 1fr;
    background: white;
    padding-bottom: 0;
}

.title-top.has-banner .c_right {
    display: none;
}

.page-template-thucudoimoi .iproduct .woocommerce-loop-product__link .info .group-price,
.tax-trade-in-product .iproduct .woocommerce-loop-product__link .info .group-price {
    background: #f2f2f2;
    border-radius: 4px;
    padding: 0 5px;
    display: flex;
    justify-content: left;
    column-gap: 3px;
    font-size: 13px;
}

.page-template-thucudoimoi .iproduct .woocommerce-loop-product__link .info .group-price .text_span,
.tax-trade-in-product .iproduct .woocommerce-loop-product__link .info .group-price .text_span {
    margin-right: 3px;
}

.page-template-thucudoimoi .iproduct .woocommerce-loop-product__link .info .group-price ins bdi,
.tax-trade-in-product .iproduct .woocommerce-loop-product__link .info .group-price ins bdi {
    color: #be1e2d;
    font-size: 13px !important;
    display: block;
}

.san-pham.before-product,
.san-pham-lien-quan.before-product {
    margin-bottom: 16px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.san-pham.before-product .label-sticker-middle-note,
.san-pham-lien-quan.before-product .label-sticker-middle-note {
    display: none;
}

.box-cat-repair .cat-item .inner {
    padding: 0;
}

.box-cat-repair .cat-item {
    transition: 0.2s all;
}

.box-cat-repair .cat-item:hover {
    box-shadow: 0 3px 6px #34313136;
    -moz-box-shadow: 0 3px 6px #34313136;
    -webkit-box-shadow: 0 3px 6px #34313136;
    -ms-box-shadow: 0 3px 6px #34313136;
    -o-box-shadow: 0 3px 6px #34313136;
    cursor: pointer;
}

.box-cat-repair .cat-item:hover .link {
    text-decoration: none;
}

.grid-cat-service.before-product {
    gap: 16px;
}

#statics_search .statics {
    border-radius: 4px;
    background: white;
    padding: 16px;
    padding-bottom: 6px;
    margin-bottom: 16px;
}

#statics_search .statics a {
    border-radius: 15px;
    padding: 3px 8px;
}

#statics_search .statics a:hover {
    background-color: #ffc414;
    border-color: transparent;
    text-decoration: none;
    color: initial;
}

.cat-search-s #form-search {
    position: relative;
}

.cat-search-s #form-search .resultsSearch {
    position: absolute;
    right: 0;
    z-index: 2;
    max-width: 350px;
    min-width: 350px;
}

.cat-search-s #form-search .resultsSearch .grid-products {
    border: 1px solid #e2e2e2;
    display: block;
}

.cat-search-s #form-search .resultsSearch .grid-products a {
    border-bottom: 1px dotted #e2e2e2 !important;
    padding-bottom: 0;
}

.cat-search-s #form-search .resultsSearch .grid-products a .image {
    padding-top: 0;
}

.cat-search-s #form-search .resultsSearch .grid-products .inner {
    display: grid;
    grid-template-columns: 80px auto;
}

.cat-search-s #form-search .resultsSearch .grid-products .inner .group-price {
    width: max-content;
}

.cat-search-s #form-search .resultsSearch .grid-products a:hover,
.cat-search-s #form-search .resultsSearch .grid-products .image:hover {
    box-shadow: none;
    border-radius: unset;
    background: #f2f2f2;
}

.cat-search-s #form-search .resultsSearch .grid-products a:hover img,
.cat-search-s #form-search .resultsSearch .grid-products .image:hover img {
    box-shadow: none;
    border-radius: unset;
}

.cat-search-s #form-search .fa-search {
    top: 50%;
    right: 5px;
}

.cat-search-s #form-search .fa-spinner {
    top: 12px;
    right: 15px;
}

.before-product.column.choosedfilter,
.list-unstyled.filter-price {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.grid-products.onSlider {
    border: none;
}

.grid-products.onSlider .iproduct {
    border: none;
}

.widget-wrapper-widget_wdgefwoofilterprice.wdgefwoofilterprice-2 {
    display: flex;
}

.a-no-line {
    color: initial;
}

.a-no-line:hover {
    text-decoration: none;
    color: initial;
}

@media screen and (min-width: 769px) {
    .g_button_2 {
        display: none !important;
    }
    .page-template-thucudoimoi .divider,
    .tax-trade-in-product .divider {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .page-template-thucudoimoi .modal-content,
    .tax-trade-in-product .modal-content {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 1023px) {
    .widget-wrapper-widget_wdgefwoofilterprice.wdgefwoofilterprice-2 {
        display: block;
    }
    .filter-prices ul.filter-price {
        display: block !important;
    }
}

@media screen and (min-width: 992px) {
    .iproduct .info .amount {
        font-size: 16px;
    }
    .iproduct .info .amount {
        font-size: 14px;
    }
    .block-static-body.before-product,
    .d_flex,
    .site-main-search {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
    .block-static-body.before-product .grid-products,
    .d_flex .grid-products,
    .site-main-search .grid-products,
    .block-static-body.before-product .products.columns-5,
    .d_flex .products.columns-5,
    .site-main-search .products.columns-5,
    .block-static-body.before-product .grid-cat-service,
    .d_flex .grid-cat-service,
    .site-main-search .grid-cat-service {
        margin-bottom: 0;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        column-gap: 8px;
        row-gap: 16px;
        border: none;
    }
    .block-static-body.before-product .grid-products .iproduct,
    .d_flex .grid-products .iproduct,
    .site-main-search .grid-products .iproduct,
    .block-static-body.before-product .products.columns-5 .iproduct,
    .d_flex .products.columns-5 .iproduct,
    .site-main-search .products.columns-5 .iproduct,
    .block-static-body.before-product .grid-cat-service .iproduct,
    .d_flex .grid-cat-service .iproduct,
    .site-main-search .grid-cat-service .iproduct {
        border: none;
    }
    .block-static-body.before-product .grid-products .cat-item,
    .d_flex .grid-products .cat-item,
    .site-main-search .grid-products .cat-item,
    .block-static-body.before-product .products.columns-5 .cat-item,
    .d_flex .products.columns-5 .cat-item,
    .site-main-search .products.columns-5 .cat-item,
    .block-static-body.before-product .grid-cat-service .cat-item,
    .d_flex .grid-cat-service .cat-item,
    .site-main-search .grid-cat-service .cat-item {
        width: 100% !important;
        margin: 0 !important;
    }
    .site-main-search .related.before-product .grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
        display: grid;
    }
    .site-main-search .related.before-product .grid .item {
        width: 100%;
        margin: 0;
    }
    .site-main-search .related.before-product .grid img {
        border-radius: 4px;
    }
    .site-main-search .related.before-product .grid .info {
        padding: 15px 0;
    }
    .menu-row-sua-chua-thay-the-container ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 10px;
    }
    .remove-link-mb {
        display: none !important;
    }
    .has-money-mb .money {
        display: none;
    }
    .woocommerce-checkout form .box-info {
        display: none;
    }
}

#main-search .viewmore-product a {
    font-size: 16px;
    font-weight: initial;
}

#main-search .viewmore-product a:hover {
    color: initial;
    text-decoration: none;
}

#main-search .viewmore-product {
    grid-column: 2.5;
}

.back-custom {
    display: block;
    width: max-content;
    margin-bottom: 16px;
}

.back-custom:hover {
    cursor: pointer;
}

.menu-row-sua-chua-thay-the-container ul li div.sub_text_item {
    font-size: 12px;
    color: #828282;
    margin-top: 5px;
}

.menu-row-sua-chua-thay-the-container ul li div.sub_text_item span {
    font-size: inherit;
}

@media screen and (max-width: 1024px) {
    .title-top.has-banner {
        padding-left: 10px;
        padding-right: 10px;
    }
    footer .footer__top-inner {
        padding: 10px 0;
    }
    .container {
        padding-left: 0;
        padding-right: 0;
    }
    .woocommerce-cart .box-cart {
        display: grid;
        grid-template-columns: auto auto;
    }
    .woocommerce-checkout #cart-info {
        grid-template-columns: auto 30%;
    }
    .page-template-thucudoimoi .modal-backdrop.show,
    .tax-trade-in-product .modal-backdrop.show {
        display: none;
    }
    .page-template-thucudoimoi .modal,
    .tax-trade-in-product .modal {
        z-index: 900;
        padding-top: 30px;
    }
    .page-template-thucudoimoi,
    .tax-trade-in-product .iproduct .woocommerce-loop-product__link .info .group-price {
        justify-content: center;
    }
    .tradein-single-ajax .g_trade_out {
        grid-template-columns: repeat(3, 1fr);
    }
    .tradein-single-ajax .g_trade_out .iproduct:nth-child(n+4) {
        border-top: 0;
    }
}

@media screen and (max-width: 991px) {
    .loadPost .grid-products {
        margin-top: 16px;
    }
    .block-static-body.before-product .grid-products,
    .d_flex .grid-products,
    #main-search.site-main-search .grid-products,
    .block-static-body.before-product .products.columns-5,
    .d_flex .products.columns-5,
    #main-search.site-main-search .products.columns-5,
    .block-static-body.before-product .grid-cat-service,
    .d_flex .grid-cat-service,
    #main-search.site-main-search .grid-cat-service {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .block-static-body.before-product .grid-products .iproduct,
    .d_flex .grid-products .iproduct,
    #main-search.site-main-search .grid-products .iproduct,
    .block-static-body.before-product .products.columns-5 .iproduct,
    .d_flex .products.columns-5 .iproduct,
    #main-search.site-main-search .products.columns-5 .iproduct,
    .block-static-body.before-product .grid-cat-service .iproduct,
    .d_flex .grid-cat-service .iproduct,
    #main-search.site-main-search .grid-cat-service .iproduct {
        width: 100% !important;
    }
    .block-static-body.before-product .grid-products .cat-item,
    .d_flex .grid-products .cat-item,
    #main-search.site-main-search .grid-products .cat-item,
    .block-static-body.before-product .products.columns-5 .cat-item,
    .d_flex .products.columns-5 .cat-item,
    #main-search.site-main-search .products.columns-5 .cat-item,
    .block-static-body.before-product .grid-cat-service .cat-item,
    .d_flex .grid-cat-service .cat-item,
    #main-search.site-main-search .grid-cat-service .cat-item {
        width: 100% !important;
        margin: 0 !important;
        border: 1px solid #e8e8ee;
    }
    #main-search .viewmore-product {
        grid-column: 1.5;
    }
    .site-main-search .related.before-product .grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
        display: grid;
    }
    .site-main-search .related.before-product .grid .item {
        width: 100%;
        margin: 0;
        border: 1px solid #e8e8ee;
        border-radius: 4px;
    }
    .site-main-search .related.before-product .grid img {
        border-radius: 4px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .site-main-search .related.before-product .grid .info {
        padding: 10px;
        border-radius: 4px;
    }
    .block-static-head .block-static-head-title {
        display: grid;
        row-gap: 8px;
    }
    .block-static-head .block-static-head-title .link-other {
        padding-left: 10px;
        padding-right: 10px;
        text-align: left;
    }
    .block-static-head .block-static-head-title .link-other a {
        margin: 0 5px 5px 0;
    }
    .menu-row-phu-kien-container ul,
    .list_term ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    .title-top.has-banner {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 8px;
    }
    .menu-row-sua-chua-thay-the-container ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 16px;
    }
    .menu-row-sua-chua-thay-the-container ul li {
        border: 1px solid #e8e8ee;
    }
    .menu-row-sua-chua-thay-the-container ul li a .bg-over {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .c_bottom {
        padding-bottom: 0;
    }
    .single.single-product .before-product.c_comment {
        margin-bottom: 0 !important;
    }
    .single.single-product .product-info-middle .grid-column {
        padding-bottom: 0 !important;
    }
    .woocommerce ul.products li.product {
        width: 100% !important;
    }
    .woocommerce-cart .box-cart {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 8px;
    }
    .woocommerce-cart .box-cart .col-left .remove {
        display: none;
    }
    .woocommerce-cart .box-cart .col-left .remove-link-mb {
        display: block;
    }
    .woocommerce-cart .box-cart .col-left .product-subtotal {
        padding: 0;
    }
    .woocommerce-cart .box-cart .col-left .product-subtotal .remove-link-mb {
        top: 9px;
        right: 0;
        width: auto;
    }
    .woocommerce-cart .box-cart .col-left .product-subtotal .money {
        display: none;
    }
    .woocommerce-cart .box-cart .col-left .grid_name a {
        padding-right: 50px;
    }
    .woocommerce-cart .box-cart .col-left .has-money-mb {
        display: grid;
        grid-template-columns: auto auto;
    }
    .woocommerce-cart .box-cart .col-left .product-name {
        padding-right: 0;
    }
    .woocommerce-cart .box-cart .col-right td {
        padding-left: 0 !important;
    }
    .woocommerce .col-left table.shop_table_responsive tr td::before {
        content: none !important;
    }
    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        content: attr(data-title);
    }
    .woocommerce-cart .col-left .woocommerce-cart-form .shop_table tbody tr {
        grid-template-columns: 128px auto 1px;
    }
    .woocommerce-checkout #cart-info {
        grid-template-columns: 1fr;
    }
    .woocommerce-checkout #cart-info .box-info {
        display: none;
    }
    .woocommerce-checkout #cart-info form .box-info {
        display: block;
    }
    .woocommerce-checkout #cart-info form .box-info table {
        margin-bottom: 16px;
    }
    .woocommerce-checkout #cart-info form .box-info tbody {
        display: none;
    }
    .r_trade-in-top {
        column-gap: 50px;
    }
    .cat-search {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 991px) and (min-width: 667px) {}

@media screen and (max-width: 849px) {
    .r_trade-in-top {
        column-gap: 35px;
    }
    .tradein-single-ajax .inner {
        display: grid;
        grid-template-columns: 300px 1fr;
    }
    .tradein-single-ajax .g_button {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .mb_none {
        display: none !important;
    }
    .title-top.has-banner .c_right {
        padding-bottom: 16px;
    }
    .title-top.has-banner .c_right .item {
        margin: 0 auto;
        width: 88%;
    }
    .woocommerce-cart .col-left .product-name::before,
    .woocommerce-cart .col-left .product-thumbnail::before,
    .woocommerce-cart .col-left .product-subtotal::before {
        content: none;
    }
    .woocommerce-cart .col-left .product-thumbnail {
        display: block !important;
    }
    .woocommerce-cart .col-left .woocommerce-cart-form .shop_table tbody tr {
        grid-template-columns: 128px auto 1px;
    }
    .btn-cart-custom {
        width: max-content;
        margin: 0 auto;
    }
    .btn-pay {
        margin-bottom: 0 !important;
        display: grid !important;
    }
    .btn-pay .btn-cart-custom {
        order: 2;
    }
    .btn-pay button {
        width: auto !important;
    }
    .menu-row-sua-chua-thay-the-container ul li span {
        font-size: 16px;
    }
    .containers.before-product .widget-title.r_grid {
        grid-template-columns: 1fr;
        row-gap: 5px;
    }
    .containers.before-product .widget-title.r_grid span {
        text-align: left;
    }
    .r_trade-in-top {
        column-gap: 35px;
        row-gap: 16px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: ". ." "last last";
    }
    .r_trade-in-top .step-by-step:last-child {
        grid-area: last;
    }
    .tradein-single-ajax .inner {
        grid-template-columns: 1fr;
    }
    .tradein-single-ajax .inner .image {
        grid-column: 5;
        width: max-content;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 10px;
    }
    .tradein-single-ajax .inner .image img {
        width: 120px;
    }
    .tradein-single-ajax .inner .info h3 {
        display: block !important;
        font-weight: bold;
        font-size: 20px;
        margin-top: 16px;
    }
    .tradein-single-ajax .inner .c_left {
        display: grid;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        margin: 0 16px 16px;
        background: white;
        padding: 24px 16px;
        padding-top: 0;
        grid-column: unset !important;
        box-shadow: 0 3px 6px #34313136;
        -moz-box-shadow: 0 3px 6px #34313136;
        -webkit-box-shadow: 0 3px 6px #34313136;
        -ms-box-shadow: 0 3px 6px #34313136;
        -o-box-shadow: 0 3px 6px #34313136;
    }
    .tradein-single-ajax .inner .c_left .g_button {
        grid-area: g_last;
        grid-column: 2.5;
        justify-content: left;
        padding: 0 16px;
    }
    .tradein-single-ajax .inner .c_left .g_button .back {
        margin-right: 15px;
    }
    .tradein-single-ajax .inner .c_left .woocommerce-Price-amount.amount {
        color: #be1e2d;
    }
    .tradein-single-ajax .inner .c_right {
        box-shadow: 0 3px 6px #34313136;
        -moz-box-shadow: 0 3px 6px #34313136;
        -webkit-box-shadow: 0 3px 6px #34313136;
        -ms-box-shadow: 0 3px 6px #34313136;
        -o-box-shadow: 0 3px 6px #34313136;
        background: white;
        padding: 24px 0px;
        grid-column: unset !important;
        padding-bottom: 0;
    }
    .tradein-single-ajax .inner .c_right .item-btn:first-child::before {
        content: "Tình trạng máy của bạn";
        font-size: 20px;
        font-weight: bold;
        border-bottom: 1px solid #bdbdbd;
        width: 100%;
        display: block;
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
    .tradein-single-ajax .inner .g_button {
        display: flex;
    }
    .page-template-thucudoimoi .modal-dialog,
    .tax-trade-in-product .modal-dialog {
        margin: 60px 0 0 0;
        padding: 0;
        margin-bottom: 140px;
    }
    .page-template-thucudoimoi .modal-dialog .before-product,
    .tax-trade-in-product .modal-dialog .before-product,
    .page-template-thucudoimoi .modal-dialog .modal-content,
    .tax-trade-in-product .modal-dialog .modal-content {
        background: none;
        border: none;
    }
    .page-template-thucudoimoi .modal-dialog .modal-body,
    .tax-trade-in-product .modal-dialog .modal-body {
        padding: 0;
    }
    .page-template-thucudoimoi .modal-dialog .modal-body .container,
    .tax-trade-in-product .modal-dialog .modal-body .container {
        padding: 0;
    }
    .page-template-thucudoimoi .modal-dialog .modal-header,
    .tax-trade-in-product .modal-dialog .modal-header {
        display: none;
    }
    .page-template-thucudoimoi #exampleModal,
    .tax-trade-in-product #exampleModal {
        background: #f2f2f2;
    }
    .tradein-single-ajax .title-top.has-link {
        box-shadow: 0 3px 6px #34313136;
        -moz-box-shadow: 0 3px 6px #34313136;
        -webkit-box-shadow: 0 3px 6px #34313136;
        -ms-box-shadow: 0 3px 6px #34313136;
        -o-box-shadow: 0 3px 6px #34313136;
        background: white;
        padding: 16px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
    .tradein-single-ajax .title-top.has-link .widget-title {
        margin-bottom: 0;
    }
    .tradein-single-ajax .step-next {
        grid-column: unset;
        background: white;
        padding-bottom: 16px;
    }
    .containers.tradein-single-ajax.before-product {
        padding-left: 0;
        padding-right: 0;
    }
    .form-tradein {
        padding: 16px;
        padding-top: 0;
    }
    .tradein-single-ajax .title-top.has-link {
        margin: 16px 16px 0;
    }
    .page-template-thucudoimoi.modal-open header#vdd-header,
    .tax-trade-in-product.modal-open header#vdd-header {
        z-index: 999;
    }
    .single-product .box-info-statics-mobile {
        padding: 24px 16px;
        background: white;
        margin-bottom: 5px;
    }
    .single-product .box-info-statics-mobile .box-info-statics,
    .single-product .box-info-statics-mobile .policy-installment {
        margin: 0;
    }
    .single-product .box-info-statics-mobile .box-info-statics {
        margin-bottom: 12px;
    }
    .single-product .box-info-statics-mobile .policy-installment,
    .single-product .box-info-statics-mobile .box-info-statics {
        border-radius: unset;
    }
    .single-product .box-info-statics-mobile .policy-installment .inner,
    .single-product .box-info-statics-mobile .box-info-statics .inner {
        padding: 0;
    }
    .box-heading,
    #tab-description .article-title {
        padding-left: 10px;
    }
    .tradein-single-ajax .g_trade-in-out,
    .tradein-single-ajax .back-form,
    .tradein-single-ajax .back-update,
    .tradein-single-ajax .back-details-update {
        grid-column: 2;
        justify-content: left;
        font-size: 12px;
    }
    .grid-products.g_trade_out .image {
        height: auto;
    }
    .tradein-single-ajax .g_trade_out .info h3 {
        font-size: 14px;
    }
    .page-template-thucudoimoi .c_right form h4,
    .tax-trade-in-product .c_right form h4 {
        padding: 0 16px;
    }
    .page-template-thucudoimoi .c_right form .group_frm,
    .tax-trade-in-product .c_right form .group_frm {
        padding: 16px;
        width: 100%;
    }
    .page-template-thucudoimoi .modal,
    .tax-trade-in-product .modal {
        padding-top: 0;
    }
    .grid-products.g_trade_out {
        height: 100% !important;
    }
    .tradein-single-ajax .g_trade-in-out {
        font-size: 12px;
    }
    .menu-row-sua-chua-thay-the-container ul li {
        min-height: 130px;
    }
}

@media screen and (max-width: 668px) {
    .breadcrumbs {
        margin-bottom: 10px !important;
        padding-left: 10px;
        padding-right: 10px;
        height: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .breadcrumbs nav {
        text-align: start;
        font-size: 14px;
    }
    .breadcrumbs nav a {
        text-transform: initial;
        color: #828282 !important;
        font-weight: initial;
    }
    .before-product {
        background: white;
        border-radius: 0;
        padding: 16px 0;
        width: 100%;
        margin-bottom: 0;
    }
    .before-product.has-banner {
        padding-bottom: 10px;
    }
    .home .grid-products {
        padding-bottom: 10px;
    }
    .block-static-body.before-product .grid-products,
    .d_flex .grid-products,
    #main-search.site-main-search .grid-products,
    .block-static-body.before-product .products.columns-5,
    .d_flex .products.columns-5,
    #main-search.site-main-search .products.columns-5 {
        display: grid;
        grid-template-columns: repeat(2, 50%);
    }
    #main-search .grid-cat-service.before-product {
        grid-template-columns: repeat(2, 1fr);
    }
    .site-main-search .related.before-product .grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .menu-row-phu-kien-container ul,
    .list_term ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .menu-row-sua-chua-thay-the-container ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        padding: 0 10px;
        margin-bottom: 0;
    }
    .product-thumbnail {
        width: 100% !important;
    }
    .woocommerce-cart .col-left .woocommerce-cart-form .shop_table tbody tr {
        grid-template-columns: 80px auto 1px;
    }
    .woocommerce-cart .col-left .product-name .grid_name {
        margin: 0;
    }
    .woocommerce-cart .col-left .product-subtotal .money {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
        display: grid;
        grid-template-columns: 1fr;
    }
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_first_name_field {
        order: 1;
    }
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field {
        order: 2;
    }
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_email_field {
        order: 3;
    }
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_1_field {
        order: 4;
    }
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field {
        order: 5;
    }
    .woocommerce-checkout #cart-info form .form-row {
        width: 100% !important;
    }
    .woocommerce-checkout #order_review .title-top::after {
        content: none;
    }
    .woocommerce-checkout #order_review .widget-title {
        display: grid;
        row-gap: 8px;
    }
    .woocommerce-checkout #order_review .widget-title::after {
        content: "Tất cả giao dịch được bảo mật và mã hoá.";
        font-size: 13px;
        font-weight: initial;
    }
    .g_radio {
        display: grid !important;
        row-gap: 5px;
    }
    .cat-search {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 5px;
        margin-bottom: 16px;
    }
    .cat-search .cat-search-s {
        text-align: left;
    }
    .w-70 {
        width: 100%;
    }
    .r_trade-in-top {
        display: none;
    }
    .tradein-single-ajax .inner .c_left {
        grid-template-columns: 80px 1fr;
    }
    .tradein-single-ajax .inner .c_left .image {
        padding: 0;
    }
    .tradein-single-ajax .inner .c_left .info {
        padding-bottom: 0;
    }
    .tradein-single-ajax .inner .c_left .info h3 {
        margin-top: 0;
        font-size: 14px;
    }
    .product-category .block-static-head {
        padding: 0;
        padding-top: 24px;
    }
    .product-category .block-static-head .title_deal {
        padding-left: 10px;
    }
    .product-category .block-static-head::after {
        content: none !important;
    }
    .product-category .block-static-body.before-product {
        padding-top: 0;
    }
    .title-top.has-link .widget-title {
        padding-left: 16px;
        border: none;
        margin-bottom: 0;
    }
    .block-static.list-post .block-static-head {
        margin-bottom: 15px;
        padding-bottom: 0;
    }
    .block-static.list-post .block-static-head::after {
        content: none;
    }
    .archive.tax-product_cat .hr-custom {
        display: none;
    }
    .archive.tax-product_cat .woocommerce-products-header__title.page-title {
        padding-left: 10px;
        padding-bottom: 10px;
    }
    .archive.tax-product_cat .before-product {
        margin-top: 5px !important;
    }
    .archive.tax-product_cat .before-product .d_flex ul {
        margin-bottom: 0;
    }
    .archive.tax-product_cat .before-product.r_description {
        padding-bottom: 0;
    }
    .before-product {
        border-color: transparent !important;
    }
    .before-product .iproduct,
    .before-product .products.columns-5,
    .before-product .grid-products {
        border-color: transparent !important;
    }
    footer .warranty-policy {
        margin-top: 5px;
    }
    footer .footer__top {
        padding-top: 5px;
    }
    .grid-woo .col-products .choosedfilter {
        margin: 0;
    }
    .page-template-thucudoimoi .divider,
    .tax-trade-in-product .divider {
        margin-bottom: 5px;
    }
    .page-template-thucudoimoi #box-reviews,
    .tax-trade-in-product #box-reviews {
        padding: 16px;
    }
    .page-template-thucudoimoi .cat-search-s #search-tradein,
    .tax-trade-in-product .cat-search-s #search-tradein {
        width: 100%;
    }
    .home footer .warranty-policy {
        margin-top: 0;
    }
    .single.single-product .before-product {
        margin-bottom: 5px !important;
    }
    .single.single-product .before-product.c_comment {
        margin-top: 0;
        padding: 0 10px;
    }
    #tab-description {
        margin-bottom: 0;
    }
    .woocommerce #reviews .woocommerce-Reviews-title {
        margin-bottom: 5px;
    }
    .woocommerce .product-info-top {
        padding: 15px;
    }
    #tab-description .show-more {
        padding: 0;
    }
    .single.single-product .view-more-attr {
        padding: 0;
    }
    .tradein-single-ajax .g_trade_out {
        grid-template-columns: repeat(2, 1fr);
        height: auto !important;
    }
    .menu-row-sua-chua-thay-the-container ul li {
        min-height: 100px;
    }
    .tradein-single-ajax .g_trade_out .iproduct:nth-child(n+3) {
        border-top: 0;
    }
}

@media screen and (max-width: 549px) {
    .menu-row-sua-chua-thay-the-container ul li span {
        font-size: 12px;
    }
    .menu-row-sua-chua-thay-the-container ul li div.sub_text_item {
        font-size: 10px;
    }
    .menu-row-sua-chua-thay-the-container ul li .out-bg-over {
        padding-left: 10px;
    }
    .home .grid-products.owl-carousel {
        border: none !important;
    }
    .home .grid-products.owl-carousel .owl-item .iproduct {
        border: none !important;
    }
}

@media screen and (max-width: 480px) {
    .woocommerce .product-info-top {
        padding: 0 10px;
    }
    .tradein-single-ajax .inner .c_left {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 375px) {
    .menu-row-sua-chua-thay-the-container ul li span {
        font-size: 12px;
    }
    .menu-row-sua-chua-thay-the-container ul li .image {
        left: 10px;
    }
}

.banner__news {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
}

.banner__news-mobile {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.banner__news-left a {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.banner__news-left a:hover {
    opacity: 0.75;
    -webkit-opacity: 0.75;
}

.banner__news-left a img {
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.banner__news-left #sync1 {
    background: #fff;
    border-radius: 4px;
}

.banner__news-left #sync1 .owl-controls .owl-prev,
.banner__news-left #sync1 .owl-controls .owl-next {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    text-align: center;
    color: #ffffff;
    border-radius: 0;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.banner__news-left #sync1 .owl-controls .owl-prev i,
.banner__news-left #sync1 .owl-controls .owl-next i {
    font-size: 30px;
    line-height: 25px;
}

.banner__news-left #sync1 .owl-controls .owl-prev {
    left: 0;
    margin-left: 10px;
}

.banner__news-left #sync1 .owl-controls .owl-prev i {
    padding-right: 3px;
}

.banner__news-left #sync1 .owl-controls .owl-next {
    right: 0;
    margin-right: 10px;
}

.banner__news-left #sync1 .owl-controls .owl-next i {
    padding-left: 3px;
}

.banner__news-left #sync1 .owl-controls .owl-buttons div {
    background: transparent;
}

.banner__news-left #sync2 {
    background: #FFFFFF;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.banner__news-left #sync2 .owl-wrapper {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}

.banner__news-left #sync2 .owl-item.synced .item p {
    color: #FFB300;
}

.banner__news-left #sync2 .owl-item:not(:last-child) .item {
    height: 100%;
    position: relative;
}

.banner__news-left #sync2 .owl-item:not(:last-child) .item::after {
    content: "";
    width: 1px;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 10px;
}

.banner__news-left #sync2 .owl-item .item {
    display: table;
    width: 98%;
    vertical-align: middle;
    position: relative;
    color: #666;
    height: 55px;
    font-size: 12px;
    padding: 18px 10px;
    cursor: pointer;
}

.banner__news-left #sync2 .owl-item .item p {
    display: table-cell;
    line-height: 1.3em;
    font-size: 12px;
    vertical-align: middle;
    font-size: 13px;
    text-align: center;
}

.banner__news-right #banner_slides .owl-controls .owl-prev,
.banner__news-right #banner_slides .owl-controls .owl-next {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    text-align: center;
    color: #ffffff;
    border-radius: 0;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.banner__news-right #banner_slides .owl-controls .owl-prev i,
.banner__news-right #banner_slides .owl-controls .owl-next i {
    font-size: 30px;
    line-height: 25px;
}

.banner__news-right #banner_slides .owl-controls .owl-prev {
    left: 0;
    margin-left: 10px;
}

.banner__news-right #banner_slides .owl-controls .owl-prev i {
    padding-right: 3px;
}

.banner__news-right #banner_slides .owl-controls .owl-next {
    right: 0;
    margin-right: 10px;
}

.banner__news-right #banner_slides .owl-controls .owl-next i {
    padding-left: 3px;
}

.banner__news-right #banner_slides .owl-controls .owl-buttons div {
    background: transparent;
}

.banner__news-right ul {
    margin-bottom: 0;
}

.banner__news-right ul li {
    list-style: none;
}

.banner__news-right ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

.banner__news-right ul li a {
    display: block;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    border: 4px;
}

.banner__news-right ul li a:hover {
    opacity: 0.75;
    -webkit-opacity: 0.75;
}

.banner__news-right ul li a img {
    width: 100%;
    border-radius: 4px;
}

@media screen and (max-width: 1023px) {
    .no-mobile {
        display: none;
    }
    .block-static {
        margin-bottom: 5px;
    }
    .title-top.has-banner {
        margin-top: 0;
    }
    .banner__news {
        margin-top: 0;
        margin-bottom: 5px;
    }
    .banner__news-left {
        padding-left: 0;
        padding-right: 0;
    }
    .banner__news-left .owl-buttons {
        display: none;
    }
    .banner__news-left a img {
        border-radius: unset;
    }
    .banner__news-left #sync2 {
        display: none !important;
    }
    .banner__news-right {
        display: none;
    }
    .banner__news-right.banner_slides {
        display: block;
        padding-right: 0;
        padding-left: 0;
    }
    .banner__news-right.banner_slides #banner_slides .owl-controls .owl-buttons {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .no-desktop {
        display: none;
    }
    .banner__news {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .banner__news-left {
        padding-left: 0;
        padding-right: 10px;
    }
    .banner__news-right {
        padding: 0;
    }
}

.block-static {
    padding: 0;
}

.block-static-head {
    background: linear-gradient(90deg, #00B4DB 0%, #0083B0 100%);
    padding: 15px;
    position: relative;
    overflow: hidden;
}

.block-static-head .title_deal .deal_title {
    padding-right: 10px;
    font-size:20px;font-weight:bold
}
.block-static-head .title_deal .deal_title a{ font-size:20px;font-weight:bold}

.block-static-head .title_deal .deal_date {
    border-left: 1px solid #fff;
    padding-left: 15px;
    font-size: 16px;
}

.block-static-head .title_deal .deal_date span strong {
    display: inline-block;
    min-height: 30px;
    min-width: 30px;
    text-align: center;
    padding: 4px;
    border-radius: 4px;
    background: #fff;
    font-size: 20px;
    color: #333;
}

.block-static-head div.ellipse {
    position: absolute;
    background: #FFFFFF;
    opacity: 0.3;
    border-radius: 50%;
}

.block-static-head div.ellipse:nth-of-type(1) {
    width: 172px;
    height: 172px;
    top: 50%;
    left: 0;
}

.block-static-head div.ellipse:nth-of-type(2) {
    width: 45px;
    height: 45px;
    left: 20%;
    top: -50%;
}

.block-static-head div.ellipse:nth-of-type(3) {
    width: 85px;
    height: 85px;
    left: 70%;
    top: -85%;
}

.block-static-head div.ellipse:nth-of-type(4) {
    width: 28px;
    height: 28px;
    left: 75%;
    bottom: -20%;
}

.block-static-head div.ellipse:nth-of-type(5) {
    width: 153px;
    height: 153px;
    left: 80%;
    bottom: -50%;
}

.block-static-head-text {
    position: relative;
}

.block-static-head-title {
    display: flex;
    -webkit-display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    font-weight: bold;
}

.block-static-head-title a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
    /* While */
    color: #FFFFFF;
}

.block-static-body {
    background: #fff;
}

.pslides {
    display: none;
    border: 1px solid #e8e8ee;
    overflow: hidden;
    opacity: 0;
    padding: 10px 0;
}

.pslides span.prev {
    position: absolute;
    top: 40%;
    left: 10px;
    margin: 0;
    text-align: center;
    cursor: pointer;
}

.pslides span.next {
    position: absolute;
    top: 40%;
    right: 10px;
    margin: 0;
    text-align: center;
    cursor: pointer;
}

.pslides span.prev,
.pslides span.next {
    text-decoration: none !important;
}

.pslides span.prev:hover,
.pslides span.next:hover {
    text-decoration: none !important;
}

.pslides .iproduct .image {
    border: none;
}

.pslides .iproduct .image:hover {
    border: none;
}

.pslides .iproduct .info h3 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
}

.pslides .owl-wrapper {
    margin-bottom: 5px;
}

.pslides .owl-item {
    padding: 0 5px;
}

.pslides .owl-buttons svg {
    width: 35px;
    height: 35px;
}

@media screen and (max-width: 1023px) {
    .pslides span.next,
    .pslides span.prev {
        top: 30%;
    }
    .block-static-head .title_link {
        display: none;
    }
    .block-static-head .title_deal .deal_date {
        border-left: none;
        padding-left: 0;
        display: block;
        margin-top: 15px;
        text-align: center;
        width: 100%;
        max-width: 100%;
    }
    .block-static-body .viewmore-product {
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 1024px) {
    .block-static-body .viewmore-product {
        display: none;
    }
}

.product-category,
.list-post {
    background: #fff;
}

.product-category .block-static-head,
.list-post .block-static-head {
    background: none;
}

.product-category .block-static-head::after,
.list-post .block-static-head::after {
    content: "";
    position: absolute;
    height: 1px;
    left: 15px;
    right: 15px;
    background: #BDBDBD;
    bottom: 0;
}

.product-category .block-static-head-title,
.list-post .block-static-head-title {
    color: #333;
}

.product-category .block-static-head-title img,
.list-post .block-static-head-title img {
    margin-top: -5px;
}

.product-category .block-static-head-title a,
.list-post .block-static-head-title a {
    color: #333;
    font-weight: 500;
}

.product-category .block-static-body.before-product,
.list-post .block-static-body.before-product {
    margin-top: 0 !important;
}

.product-category .block-static-body .viewmore-product,
.list-post .block-static-body .viewmore-product {
    font-weight: 500;
}

.block-static.list-post .block-static-head {
    margin-bottom: 15px;
}

.block-static .list_post .post_item {
    margin-bottom: 15px;
}

.block-static .list_post .post_image {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.block-static .list_post .post_image a {
    overflow: hidden;
    display: block;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.block-static .list_post .post_image a:hover {
    opacity: 0.75;
    -webkit-opacity: 0.75;
}

.block-static .list_post .post_image a img {
    width: 100%;
    border-radius: 4px;
}

.block-static .list_post .post_info-author {
    margin-bottom: 10px;
}

.block-static .list_post .post_info-author span {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.4px;
    color: #828282;
}

.block-static .list_post .post_info-author span.author_name {
    padding-right: 5px;
}

.block-static .list_post .post_info-title a,
.block-static .list_post .post_info-title h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1px;
    color: #333333;
}

@media screen and (max-width: 1023px) {
    .block-static-head {
        padding-left: 10px;
        padding-right: 10px;
    }
    .block-static .list_post .post_item {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (min-width: 1024px) {
    .block-static.list-post .block-static-head {
        margin-bottom: 25px;
    }
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 5px;
}

.nhanh-box .stores {
    cursor: pointer;
}

.nhanh-box .stores:hover {
    text-decoration: underline;
}

.before-product.ordering:empty {
    display: none;
}

.pc__landingpage .ordering {
    display: none;
}

.pc__landingpage .box-slide-images {
    display: none;
}

.pc__landingpage .block-static {
    margin-top: 15px;
}

.pc__landingpage .landingpage-banner {
    margin-top: 15px;
    display: block;
}

.pc__landingpage .landingpage-banner:empty {
    display: none !important;
}

.pc__landingpage .landingpage-banner ul {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: auto auto auto;
    list-style: none;
}

.pc__landingpage .landingpage-banner ul:empty {
    display: none !important;
}

.pc__landingpage .landingpage-banner a {
    display: block;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    border: 4px;
}

.pc__landingpage .landingpage-banner a:hover {
    opacity: 0.75;
    -webkit-opacity: 0.75;
}

.pc__landingpage .landingpage-banner a img {
    width: 100%;
    border-radius: 4px;
}

.pc__landingpage .landingpage-category {
    display: block;
}

.pc__landingpage .landingpage-category .title-top .widget-title {
    display: block;
}

.pc__landingpage .landingpage-category .list_term ul li a {
    height: auto;
}

.pc__landingpage .landingpage-category .list_term ul li a img {
    max-height: 79px;
}

.landingpage-category {
    display: none;
}

.woocommerce-products-header__title.page-title {
    font-size: 24px;
    font-weight: bold;
}

.title-lowercase {
    text-transform: lowercase;
}

.before-product.ordering {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.filter span.filter-title {
    display: inline-block;
    margin: 0 15px 0 0;
    padding-top: 10px;
    color: #333;
    font-size: 13px;
    font-weight: bold;
}

.filter-prices ul.filter-price {
    display: inline-block;
    margin-bottom: 0;
}

.filter-prices ul.filter-price li {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #333333;
    color: #333;
    background: #fff;
    border-radius: 15px;
}

.filter-prices ul.filter-price li a {
    color: #333;
    display: block;
    padding: 5px 15px;
    text-decoration: none;
}

.filter-prices ul.filter-price li a:hover {
    text-decoration: none;
}

.filter-prices ul.filter-price li.active,
.filter-prices ul.filter-price li:hover {
    background: #FFB300;
}

.filter-category .group-filter button,
.filter-category .group-filter label,
.filter-category .group-filter input {
    cursor: pointer;
}

.filter-category .group-filter button:hover,
.filter-category .group-filter label:hover,
.filter-category .group-filter input:hover,
.filter-category .group-filter button:active,
.filter-category .group-filter label:active,
.filter-category .group-filter input:active,
.filter-category .group-filter button:focus,
.filter-category .group-filter label:focus,
.filter-category .group-filter input:focus {
    outline: 0 !important;
}

.filter-category .group-filter label,
.filter-category .group-filter label:hover {
    display: block;
    margin: 0;
    padding: 0px 15px;
    width: 100%;
    height: 100%;
}

.filter-category .group-filter button.btn-filter {
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #333333;
    color: #333;
    display: inline-block;
    background: #fff;
    border-radius: 15px;
}

.filter-category .group-filter button.btn-filter input {
    display: none;
}

.filter-category .group-filter button.btn-filter.active,
.filter-category .group-filter button.btn-filter:hover {
    background: #FFB300;
}

@media screen and (max-width: 1023px) {
    .before-product.ordering {
        padding-left: 10px;
        padding-right: 10px;
    }
    .filter span.filter-title {
        display: block;
        margin-bottom: 10px;
    }
    .filter-price a {
        font-size: 10px;
    }
    .filter-category .group-filter button.btn-filter {
        margin-bottom: 5px;
    }
    .filter-category .group-filter button.btn-filter label {
        font-size: 10px;
    }
    .pc__landingpage .landingpage-banner ul {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 8px;
    }
    .pc__landingpage .landingpage-category .before-product {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (min-width: 1024px) {
    .efw-woocommerce-products-header h1 {
        display: inline-block;
    }
    .efw-woocommerce-products-header .filter__price,
    .efw-woocommerce-products-header .filter__sort,
    .efw-woocommerce-products-header .filter__group {
        display: inline-block;
    }
    .efw-woocommerce-products-header .filter__group {
        padding-left: 30px;
    }
    .efw-woocommerce-products-header .filter__price {
        position: relative;
        display: inline-block;
    }
    .efw-woocommerce-products-header .filter__price>label {
        font-weight: normal;
        font-size: 13px;
        cursor: pointer;
        color: #288ad6;
    }
    .efw-woocommerce-products-header .filter__price.triggle-show>label i {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
    .efw-woocommerce-products-header .filter__price.triggle-show div {
        display: block;
    }
    .efw-woocommerce-products-header .filter__price div {
        position: absolute;
        display: none;
        min-height: 220px;
        overflow-y: scroll;
        top: 100%;
        left: 0;
        background: #fff;
        padding: 15px 5px 5px;
        border: 1px solid #ccc;
        z-index: 19;
        min-width: 150px;
    }
    .efw-woocommerce-products-header .filter__price div label {
        margin: 0;
    }
    .efw-woocommerce-products-header .filter__price div label a {
        border: 0;
        padding: 0 5px 10px;
        line-height: 1.3;
        display: block;
        height: auto;
        font-weight: normal;
        font-size: 14px;
    }
    .efw-woocommerce-products-header .filter__price div label a:hover {
        background: #fff !important;
        color: #d9232e;
    }
    .efw-woocommerce-products-header .filter__price div label.closefilter {
        position: absolute;
        top: 5px;
        right: 5px;
        border: 1px solid #333;
        margin: 0;
        padding: 0;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        text-align: center;
        line-height: 20px;
        cursor: pointer;
    }
    .efw-woocommerce-products-header .filter__price div label.closefilter i {
        font-style: normal;
    }
    .efw-woocommerce-products-header .filter__price div label.closefilter:hover {
        background-color: #eee;
        color: #000000;
    }
    .efw-woocommerce-products-header .filter__price div label:hover a {
        background: #fff;
    }
    .efw-woocommerce-products-header .filter__sort div {
        min-width: 200px;
    }
    .pc__landingpage .block-static {
        margin-bottom: 0;
    }
    .pc__landingpage .box-slide-images {
        display: none;
    }
}

@media (min-width: 576px) {
    #cat-preorder-results .modal-dialog {
        max-width: 640px;
    }
}

.table__results {
    max-height: 400px;
    overflow-y: scroll;
}

.table__results table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}

.table__results table thead th {
    background: rgba(219, 51, 0, 0.95);
    padding: 7px 10px;
    font-size: 14px;
    text-align: left;
    color: #ffffff;
}

.table__results table tbody tr {
    border-left: 1px solid #ccc;
}

.table__results table tbody tr:nth-child(even) td {
    background: #e8e8e8;
}

.table__results table tbody tr td {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    font-size: 15px;
    color: #333;
}

.memory_box label {
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.memory_box span.memory-data {
    color: #333;
}

.memory-box {
    display: inline-block;
    border: 1px solid #bcbcbc;
    color: #bcbcbc;
    background: 0 0;
    text-align: center;
    width: 30%;
    margin-bottom: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-right: 10px;
    padding: 3px 7px 5px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.memory-box:hover,
.memory-box.active {
    background-color: #ffc414;
    border-color: transparent;
}

.memory-box a {
    text-decoration: none;
}

.memory-box .woocommerce-Price-amount {
    display: block;
    color: #333;
    font-weight: bold;
}

.prepay label {
    color: #333;
    background: #f2f2f2;
    padding: 0 5px;
    border-radius: 4px;
    text-align: center;
    margin-top: 5px;
}

.prepay label bdi {
    color: #333;
    font-size: 13px;
}

.bg__hot-deal {
    background: url(../images/background_hot_deal.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.bg__hot-deal-off {
    display: none;
}

.bg__hotdeal-time .deal_date .deal_text {
    display: block;
    text-align: right;
    margin-bottom: 3px;
}

.bg__hotdeal-time .deal_date span strong {
    display: inline-block;
    min-height: 24px;
    min-width: 26px;
    text-align: center;
    padding: 4px;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    color: #333;
}

.bg__hotdeal-price .group-price ins.discount {
    position: relative;
}

.bg__hotdeal-price .group-price ins .amount {
    color: #fff !important;
}

.bg__hotdeal-price .group-price del bdi {
    color: #E0E0E0 !important;
}

.bg__hotdeal-price .group-price del .amount {
    margin-left: 0 !important;
}

.bg__hotdeal-price .group-price del,
.bg__hotdeal-price .group-price ins {
    margin: 0 !important;
    padding: 0 !important;
    color: #E0E0E0;
    font-size: 14px;
}

@media screen and (max-width: 1023px) {
    .product-desc-detail {
        padding: 0 10px;
    }
    .top-breadcrumbs .bcrumb {
        padding: 10px;
    }
    .bg__hotdeal-time {
        margin-top: 10px;
    }
    .bg__hotdeal-time .deal_date .deal_text {
        text-align: left;
    }
    .woocommerce-product-gallery__wrapper .label-sticker {
        font-size: 14px;
        padding: 5px 10px;
    }
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: none;
    background-color: #ffc414 !important;
    color: initial;
    line-height: initial;
    height: auto;
    padding: 5px;
    text-transform: initial;
}

.woocommerce div.product form.cart .button .sub_text {
    font-size: 12px;
    font-weight: initial;
    text-transform: initial;
}

.form-group {
    position: relative;
}

.form-group #fullname-label {
    display: inline-block;
    position: absolute;
    left: 12px;
    top: -10px;
    font-size: 15px;
    color: grey;
    font-family: sans-serif;
    background-color: #fff;
    padding: 0 3px;
}

.consulting {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    margin-bottom: 10px;
}

.consulting_chat a,
.consulting_call a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.consulting_or {
    padding-right: 10px;
    padding-left: 10px;
}

.product-type-advanced .product-top .column-info .box-promotion-product label {
    display: none;
}

.related .label-sticker {
    top: 2px;
}

.smart-pay {
    margin-bottom: 15px;
    background: #10b0a7;
    border-radius: 4px;
}

.smart-pay:hover {
    opacity: 0.75;
    -webkit-opacity: 0.75;
}

.smart-pay a {
    text-decoration: none;
}

.smart-pay a:hover {
    text-decoration: none;
}

.smart-pay-box .inner {
    display: flex;
    display: -ms-flexbox;
    flex-flow: row nowrap;
    align-items: center;
    padding: 10px;
}

.smart-pay-box .inner .img {
    max-width: 20%;
    flex: 0 0 20%;
    -ms-flex: 0 0 20%;
}

.smart-pay-box .inner .info {
    max-width: 78%;
    flex: 0 0 78%;
    -ms-flex: 0 0 78%;
    font-size: 12px;
    color: #fff;
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid #fff;
}

.smart-pay-box .inner .info p {
    margin: 0;
    padding: 0;
}

.archive.tax-clp {
    background: #f2f2f2;
}

.archive.tax-clp .lp-image img {
    height: auto;
}

.archive.tax-clp .before-product:not(.onSlider) {
    background: none;
    margin-top: 0 !important;
    padding: 0 !important;
}

.archive.tax-clp .before-product:not(.onSlider) .r_slider {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.archive.tax-clp .before-product:not(.onSlider) .r_slider .iproduct {
    padding: 0 !important;
    margin: 0;
}

.archive.tax-clp .before-product:not(.onSlider) .r_slider .iproduct a {
    position: relative;
    background: white;
    margin: 0;
    border-radius: 4px;
}

.archive.tax-clp .before-product:not(.onSlider) .r_slider .iproduct .inner div {
    text-align: left;
    justify-content: left;
}

.archive.tax-clp .before-product:not(.onSlider) .r_slider .iproduct .inner div h3 {
    font-size: 16px !important;
}

.archive.tax-clp .before-product:not(.onSlider) .r_slider .iproduct .inner div ins {
    margin-right: 5px;
}

.archive.tax-clp .before-product:not(.onSlider) .r_slider .iproduct .inner div ins span {
    font-size: 20px !important;
}

.archive.tax-clp .before-product:not(.onSlider) .r_slider .iproduct .inner .discount {
    display: block;
    position: absolute;
    top: 0;
    background: url(../images/icon/vdd-percent-decrease.svg) no-repeat top center;
    background-size: contain;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 7px;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.archive.tax-clp .before-product {
    margin-bottom: 15px !important;
}

.archive.tax-clp .before-product .iproduct {
    padding: 0 !important;
    margin: 0;
}

.archive.tax-clp .before-product .iproduct a {
    position: relative;
    background: white;
    margin: 0;
    border-radius: 4px;
}

.archive.tax-clp .before-product .iproduct .inner .discount {
    display: block;
    position: absolute;
    top: 0;
    background: url(../images/icon/vdd-percent-decrease.svg) no-repeat top center;
    background-size: contain;
    width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 7px;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.archive.tax-clp .r_slider.onSlider .iproduct {
    width: auto !important;
}

.archive.tax-clp .lp-image {
    margin-top: 15px;
    margin-bottom: 15px;
}

.archive.tax-clp .image-title img {
    width: 100%;
}

.archive.tax-clp .iproduct {
    width: auto !important;
}

.archive.tax-clp .iproduct .image {
    border: none;
}

.archive.tax-clp .r_slider {
    margin: 0;
}

.archive.tax-clp .owl-controls .owl-prev {
    position: absolute;
    top: 28%;
    left: 0;
    transform: translate(0%, -80%);
}

.archive.tax-clp .owl-controls .owl-next {
    position: absolute;
    top: 28%;
    right: 0;
    transform: translate(0%, -80%);
}

.select-post {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 15px auto;
    gap: 16px;
}

.select-post a img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.select-post .item-post {
    border-radius: 4px;
}

@media screen and (max-width: 668px) {
    .archive.tax-clp .before-product:not(.onSlider) .r_slider {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

.scrollmenu {
    display: none;
}

@media screen and (max-width: 768px) {
    .scrollmenu {
        display: block;
        background: transparent;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: none;
        -ms-scroll-snap-type: mandatory;
        -ms-scroll-snap-points-x: snapInterval(0%, 100%);
        -ms-scroll-chaining: chained;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        position: relative;
        z-index: 2;
        margin: 0;
    }
    .scrollmenu .navhome {
        display: flex;
        flex-wrap: nowrap;
        padding: 10px;
    }
    .scrollmenu .navhome a {
        float: left;
        width: 60px;
        margin: 0;
        text-align: center;
        margin-right: 10px;
    }
    .scrollmenu .navhome a .img_menu {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        height: 56px;
        width: 56px;
        margin: auto;
        position: relative;
        background: #fff;
        border-radius: 4px;
        box-shadow: 0 1px 4px 0 rgb(0 0 0%);
    }
    .scrollmenu .navhome a h3 {
        display: block;
        font-size: 10px;
        padding: 5px 5px 0;
        color: #333;
        text-align: center;
        line-height: 1.3em;
        margin: 0;
    }
}

@media screen and (max-width: 375) {
    .navhome a {
        width: 357px;
    }
}

.category .search {
    margin-bottom: 16px;
}

.category .search .has-search {
    position: relative;
}

.category .search .has-search span.fa.fa-search.form-control-feedback {
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 16px;
}

.category .search .has-search .fa-search:before {
    color: #200E32;
    cursor: pointer;
}

.category .search .has-search .form-control {
    border-radius: 24px;
    outline: none;
    border: none;
    padding-left: 16px;
}

.efwmenu-news {
    margin-bottom: 16px;
}

.efwmenu-news .nav-menu {
    background: #fff;
    padding: 16px;
    margin-bottom: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.efwmenu-news .nav-menu h2 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 16px;
    border-bottom: 1px solid #E0E0E0;
}

.efwmenu-news .nav-menu ul {
    list-style: none;
}

.efwmenu-news .nav-menu ul li {
    border-bottom: 1px solid #E0E0E0;
    padding: 10px 0;
}

.efwmenu-news .nav-menu ul li a {
    color: #333;
    font-size: 16px;
}

.efwmenu-news .nav-menu ul li.current-menu-item a {
    color: #BE1E2D;
}

.category-news .col-right {
    padding: 0;
}

.category__promotion {
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 16px;
    margin-bottom: 16px;
}

.category__promotion-head h2 {
    font-size: 20px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #E0E0E0;
}

.category__promotion-list {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.category__promotion-item {
    transition: 0.3s all ease-in-out;
}

.category__promotion-item:hover img {
    opacity: 0.75;
}

.category__promotion-item_time {
    margin-bottom: 7px;
}

.category__promotion-item_time svg {
    margin-top: -10px;
    margin-right: 16px;
}

.category__promotion-item_time span {
    font-weight: bold;
}

.category__promotion-item_image {
    margin-bottom: 12px;
}

.category__promotion-item_image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.category__promotion-item_info h3,
.category__promotion-item_info a {
    color: #333;
    font-size: 14px;
}

.layout-list-custom {
    background: #fff;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.layout-list-custom .item .image {
    width: 100%;
    height: auto;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 12px;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}

.layout-list-custom .item .image img {
    width: 100%;
    height: auto;
}

.layout-list-custom .item .image:hover img {
    opacity: 0.8;
}

.layout-list-custom .item .info h4,
.layout-list-custom .item .info a {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.layout-list-custom .item .info .news-meta {
    margin-bottom: 12px;
}

.layout-list-custom .item .info .news-meta date {
    color: #828282;
}

.layout-list-custom .item .info .news-meta .meta-box {
    float: unset;
}

.layout-list-custom .item .info p {
    color: #828282;
    margin-bottom: 0;
}

.group-category {
    padding: 16px;
    border-radius: 4px;
    background: #fff;
}

.group-category .box-head h2 {
    font-size: 20px;
    border-bottom: 1px solid #E0E0E0;
    color: #333;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.group-category .btn_seemore .fa-chevron-down {
    margin-left: 10px;
}

.mostviewed {
    display: none;
    padding: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: #fff;
}

.mostviewed .widget-title h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 16px;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 16px;
    font-weight: bold;
}

.mostviewed .layout-listitem .info {
    padding-left: 16px;
}

.mostviewed .layout-listitem .info a {
    font-weight: normal;
}

.mostviewed .layout-listitem .info a h4 {
    font-weight: normal;
}

.snm .category-news .col-left .inner {
    display: block;
    top: 100%;
    z-index: 9;
    left: 0;
    padding: 10px;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.35);
    background: #fff;
}

@media screen and (max-width: 1023px) {
    .menu-news {
        display: block;
    }
    .group-category,
    .efwmenu-news .nav-menu {
        padding: 10px;
    }
    .item-news .item-news-thumb img {
        margin-bottom: 10px;
    }
    .category .breadcrumbs {
        display: none;
    }
    .category-news .col-left,
    .category-news .col-right {
        padding: 0;
    }
    .category-news .col-left .inner {
        display: none;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .category__promotion {
        padding: 10px;
    }
    .category .search {
        margin-bottom: 0;
        padding: 0 10px;
        background: #fff;
        padding-top: 10px;
    }
    .category .search .form-control {
        background: #f2f2f2;
    }
}

@media screen and (min-width: 1024px) {
    .mostviewed {
        display: block;
    }
    .mostviewed .layout-listitem .image {
        width: 70px;
        height: 70px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }
    .mostviewed .layout-listitem .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }
    .layout-list-custom {
        padding-bottom: 32px;
        margin-bottom: 32px;
    }
    .category-news .col-left {
        padding-left: 0;
    }
    .category-news .col-right {
        padding: 0;
    }
    .category__promotion-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

.pc__landingpage__preorder .breadcrumbs {
    margin-bottom: 0 !important;
    display: none;
}

.pc__landingpage__preorder .efw-woocommerce-products-header {
    text-align: center;
}

.btn-submit-preorder {
    background-image: url(../images/btn/border-image.svg);
    background-repeat: no-repeat;
    height: 45px;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    width: 275px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-submit-preorder a {
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.lp-main .box-qc .group-top {
    padding: 0 0 30px 0;
}

.lp-main .box-qc .top-left img {
    display: block;
    padding: 36px 10px;
}

.lp-main .box-qc .top-right {
    text-align: center;
}

.lp-main .box-qc .top-right .inner {
    padding: 10px;
}

.lp-main .box-qc .top-right .inner h1 {
    font-size: 34px;
    font-weight: bold;
    margin: 0;
    color: #fff;
    margin: 0 0 16px;
}

.lp-main .box-qc .top-right .inner p,
.lp-main .box-qc .top-right .inner span {
    font-size: 18px;
    color: #fff;
}

.lp-main .box-qc .top-right .inner .btn-submit-preorder {
    margin-bottom: 15px;
}

.lp-main .box-qc .top-right .inner .group-texts {
    display: flex;
    -webkit-display: flex;
    flex-flow: row wrap;
    flex: 1 100%;
    justify-content: center;
    padding-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    text-align: center;
}

.lp-main .box-qc .top-right .inner .group-texts a {
    color: rgba(255, 255, 255, 0.9);
}

.lp-main .box-qc .top-right .inner .group-texts #view_statics {
    cursor: pointer;
    text-decoration: underline;
    margin-right: 30px;
}

.lp-main .box-qc .top-right .inner .group-texts #view_statics strong {
    color: #ffd65f;
}

.lp-main .box-qc .top-right .heading-title {
    margin-top: 20px;
    margin-bottom: 25px;
}

.lp-main .box-qc .top-right .heading-title h1 {
    font-size: 34px;
    font-weight: bold;
    margin: 0;
    color: #fff;
    margin: 30px 0;
}

.lp-main .box-qc .top-right #button-getinfo {
    margin-bottom: 15px;
    display: block;
}

.lp-main .box-qc .top-right .gift {
    margin-bottom: 30px;
}

.lp-main .box-qc .top-right .text-note {
    color: #fff;
    margin-bottom: 30px;
}

.lp-main .box-qc .top-right h2 {
    color: #fff;
    font-size: 22px;
    margin: 0 0 25px;
}

.lp-main .box-qc .top-right h3 {
    color: #0063c9;
    font-size: 18px;
    margin: 0 0 20px;
}

.lp-main .box-qc .top-right .statics a {
    text-decoration: underline;
    color: #0f78cc;
    font-size: 16px;
}

.lp-main .box-qc .top-right .statics a:hover {
    text-decoration: none;
    color: #ef0025;
}

.lp-main .box-qc .top-right .statics span {
    padding: 0 5px;
    color: #0f78cc;
    font-size: 16px;
}

#cat-preorder .step.active {
    display: block;
}

#cat-preorder .step-2,
#cat-preorder .step-3 {
    display: none;
    text-align: center;
    border-top: 1px solid #d6d6da;
    padding-top: 30px;
}

#cat-preorder .step-3 button {
    background: #1477ed;
    color: #fff;
    padding: 10px 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    text-transform: uppercase;
    line-height: 1.1;
    font-size: 14px;
    border: 0;
    font-weight: normal;
}

#cat-preorder .step-3 button:hover {
    opacity: 0.85;
}

#cat-preorder input[type="text"],
#cat-preorder input[type="tel"],
#cat-preorder input[type="email"] {
    width: 100%;
    border: 1px solid #707070;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 40px;
    line-height: 40px;
}

#cat-preorder h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

#cat-preorder .list-offers {
    padding: 10px 10px 0;
}

#cat-preorder .list-offers label {
    display: inline-block;
    font-size: 15px;
    margin-right: 15px;
}

#cat-preorder .list-offers label a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #9c9c9c;
    color: #9c9c9c;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
}

#cat-preorder .list-offers label a:hover {
    border: 1px solid #ea9c9c;
}

#cat-preorder .list-offers label a.active {
    background: #000;
    color: #fff;
}

#cat-preorder .input-product-upgrade {
    display: none;
    width: 90%;
    max-width: 550px;
    margin: 0 auto;
}

#cat-preorder .input-product-upgrade input {
    padding: 0.375rem 0.75rem;
}

#cat-preorder .modal-tradein {
    text-align: center;
}

#cat-preorder .modal-customer {
    width: 90%;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
}

#cat-preorder .modal-product {
    display: flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
}

#cat-preorder .modal-product .left-image {
    max-width: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
}

#cat-preorder .modal-product .left-image img {
    max-width: 275px;
}

#cat-preorder .modal-product .right-info {
    max-width: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
}

#cat-preorder .modal-product .right-info .group-memories {
    display: none;
}

#cat-preorder .modal-product .right-info .label {
    font-size: 15px;
    font-weight: bold;
}

#cat-preorder .modal-product .right-info ul {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    text-align: center;
    list-style: none;
}

#cat-preorder .modal-product .right-info ul li a {
    display: block;
    padding: 10px 0px;
    border: 1px solid #9b9b9b;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #333;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
}

#cat-preorder .modal-product .right-info ul li a.active {
    background: #db3300;
    color: #fff;
    border: 1px solid #db3300;
}

#cat-preorder .modal-product .right-info ul li a:hover {
    border: 1px solid #db3300;
}

.img-banner {
    margin-bottom: 10px;
}

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

.img-banner-pc {
    display: none;
}

.img-banner-mb {
    display: block;
}

@media screen and (max-width: 767px) {
    #cat-preorder .modal-product .left-image {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    #cat-preorder .modal-product .left-image img {
        max-width: 100%;
    }
    #cat-preorder .modal-product .right-info {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.frmRequestCallMe .btn-product-outstock span {
    text-transform: none;
}

@media screen and (min-width: 768px) {
    .img-banner-pc {
        display: block;
    }
    .img-banner-mb {
        display: none;
    }
    #cat-preorder .modal-dialog {
        max-width: 750px;
    }
    #cat-preorder .modal-body {
        max-height: 450px;
        overflow-y: scroll;
    }
    .pc__landingpage__preorder h2.woocommerce-products-header__title {
        font-size: 48px;
    }
    .lp-main .box-qc .group-top {
        padding-left: 30px;
        display: table;
        width: 100%;
        overflow: hidden;
        padding-top: 10px;
        padding-bottom: 0;
    }
    .lp-main .box-qc .group-top .top-right,
    .lp-main .box-qc .group-top .top-left {
        display: table-cell;
        width: 60%;
        vertical-align: middle;
    }
    .lp-main .box-qc .group-top .top-left {
        width: 40%;
        vertical-align: bottom;
    }
    .lp-main .box-qc .group-top .top-right .inner h1 {
        font-size: 69px;
        font-weight: bold;
    }
}

.lp-desc table{width:100% !important;border-top:1px solid #eee;border-left:1px solid #eee;}
.lp-desc table tr td{background:#fff;padding:5px 10px;border-bottom:1px solid #eee;border-right:1px solid #eee;}
.lp-desc table tr:first-child td{font-weight:bold}
.lp-desc table tr:hover td{background:#f0f0f0}

@media screen and (max-width:768px){
    .article-footer-container table td{font-size:90%}
}

#kols-vdd{background:#fff;border-radius:5px;margin-bottom:15px;}
#kols-vdd .kols-title{padding:20px;}
#kols-vdd .kols-title h3{font-size:22px;font-weight: bold;}
#kols-vdd .kols-body{padding:0 10px;}
#kols-vdd .kols-body .item{padding:0 10px}


.section-filters {background:#fff;border-radius:5px;margin:15px 0}
.section-inner-filters{padding:10px;}
.widget_layered_nav{}
.widget_layered_nav h2{display:block}

.woocommerce-widget-layered-nav-list { 
   display:flex;flex-flow:row wrap;
    margin-bottom:10px;}
    .woocommerce-widget-layered-nav-list li a, .reset-filter{padding:5px 10px !important}
    .woocommerce-widget-layered-nav-list li span{display:none}

    .reset-filter{background:#FFB300;font-weight: bold;}

    .rank-math-breadcrumb{margin-top:10px}
    .rank-math-breadcrumb p{padding-top:5px}


    .zalo-chat-widget{left:52px  !important;bottom:100px  !important; right:auto !important}
    .dock-hotline{
        position: fixed;
        left:30px;
        bottom:50px;
        width:40px;
        height:40px;
        z-index:9;
    }
    .dock-hotline i{color:#fff;font-size:20px;}

    .dock-hotline .hotline-phone-ring {
        position: relative;
        visibility: visible;
        background-color: transparent;
        width: 90px;
        height: 90px;
        cursor: pointer;
        z-index: 11;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        transition: visibility .5s;
        left: 0;
        bottom: 0;
        display: block;
      }
      .hotline-phone-ring-circle{
        width: 90px;
  height: 90px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
        opacity: 0.7;
  box-shadow: 0 0 0 0 #f28102;
  background-color: #f28102;
      }
.hotline-phone-ring-circle-fill{
    background-color: #F28102;
    width: 65px;
  height: 65px;
  top: 12px;
  left: 12px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle{
    width: 40px;
  height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F28102;
}
      @-webkit-keyframes phonering-alo-circle-anim {
        0% {
            -webkit-transform: rotate(0) scale(0.5) skew(1deg);
            -webkit-opacity: 0.1;
        }
        30% {
            -webkit-transform: rotate(0) scale(0.7) skew(1deg);
            -webkit-opacity: 0.5;
        }
        100% {
            -webkit-transform: rotate(0) scale(1) skew(1deg);
            -webkit-opacity: 0.1;
        }
    }
    @-webkit-keyframes phonering-alo-circle-fill-anim {
        0% {
            -webkit-transform: rotate(0) scale(0.7) skew(1deg);
            opacity: 0.6;
        }
        50% {
            -webkit-transform: rotate(0) scale(1) skew(1deg);
            opacity: 0.6;
        }
        100% {
            -webkit-transform: rotate(0) scale(0.7) skew(1deg);
            opacity: 0.6;
        }
    }
    @-webkit-keyframes phonering-alo-circle-img-anim {
        0% {
            -webkit-transform: rotate(0) scale(1) skew(1deg);
        }
        10% {
            -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        }
        20% {
            -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        }
        30% {
            -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        }
        40% {
            -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        }
        50% {
            -webkit-transform: rotate(0) scale(1) skew(1deg);
        }
        100% {
            -webkit-transform: rotate(0) scale(1) skew(1deg);
        }
    }

    @media screen and (max-width:640px){
        
    }

    .section-comment{margin-top:5px;
        background:#fff;padding:10px
    }
    .customBannerSlides {position: relative;}
    .customBannerSlides .owl-item img{display:block;width:100%;height:auto}
    .customBannerSlides .owl-buttons{position:absolute;top:50%;left:0;width:100%}
    .customBannerSlides .owl-buttons .owl-next{position:absolute;right:0;top:0}