/*
Theme Name: vtx2019
Text Domain: vtx
Template: vtx2018
Template Version: 1.0.0
*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=vietnamese&display=swap");
.site-footer-above-item-content {
}

.site-footer-above-item-content .fa {
    width: 60px;
    height: 60px;
    background: #fff;
    color: #54a7df;
    border-radius: 59px;
    text-align: center;
    padding: 12px;
    font-size: 37px;
}

.site-footer-above-item-content a {
    margin-right: 15px;
}
.site-footer-above-item-content i.fa.fa-youtube-play {
    background: #fff;
    color: red;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    text-align: center;
    font-size: 42px;
    padding: 16px;
}
.site-footer-above-item-content i.fa.fa-facebook {
    background: #fff;
    color: #4267b2;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    text-align: center;
    font-size: 42px;
    padding: 16px;
    margin-right: 20px;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
html {
    box-sizing: border-box;
}
*,
::after,
::before {
    box-sizing: inherit;
}
.wrap::before {
    content: " ";
    display: table;
}
.wrap::after {
    clear: both;
    content: " ";
    display: table;
}
html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
}
body {
    background-color: #fff;
    color: #333;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.625;
    margin: 0;
    overflow-x: hidden;
}
.button,
.gallery img,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
    transition: all 0.2s ease-in-out;
}
a {
    color: #0073e5;
    text-decoration: underline;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
a:focus,
a:hover {
    color: #333;
    text-decoration: none;
}
p {
    margin: 0 0 30px;
    padding: 0;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
hr {
    border: none;
    border-collapse: collapse;
    border-top: 1px solid #eee;
    clear: both;
    margin: 30px 0;
}
b,
strong {
    font-weight: 700;
}
blockquote,
cite,
em,
i {
    font-style: italic;
}
mark {
    background: #ddd;
    color: #333;
}
blockquote {
    margin: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 20px;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
.wp-caption,
embed,
iframe,
img,
object,
video {
    max-width: 100%;
}
img {
    height: auto;
    vertical-align: top;
}
figure {
    margin: 0;
}
.wrap {
    max-width: 1200px;
    margin: 0 auto;
}
header.site-header {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    background: #fff;
}
header.site-header .logo {
    padding: 7px 0;
    width: 16%;
    float: left;
}
header.site-header .form-search {
    width: 39%;
    float: left;
    padding: 7px 0;
}
header.site-header .login-cart {
    width: 32%;
    float: left;
    padding-top: 8px;
}
header.site-header .login-cart .login-register {
    width: 50%;
    float: left;
    padding-left: 25px;
}
header.site-header .login-cart .cart {
    width: 50%;
    float: left;
    text-align: right;
}
header.site-header .login-cart .login-register span:nth-of-type(1) {
    padding-right: 5px;
}
header.site-header .login-cart .login-register span:nth-of-type(2) a {
    color: #333;
    text-decoration: none;
}
header.site-header .login-cart .cart a {
    color: #0480b6;
}
header.site-header .login-cart .cart a .fa {
    font-size: 25px;
}
header.site-header .logo > a > img {
    max-width: 140px;
}
header.site-header .login-cart .login-register span:nth-of-type(1) .fa {
    font-size: 21px;
}
.menu-and-banner-left {
    width: 16%;
    float: left;
}
.menu-and-banner-right {
    width: 84%;
    float: left;
}
.menu-vertical {
    background-color: hsla(0, 0%, 100%, 0.9);
    box-shadow: -2px 0 3px 0 hsla(0, 0%, 79%, 0.5);
}
.menu-vertical > ul > li {
    padding: 0 10px;
}
.menu-vertical > ul > li > ul {
    position: absolute;
    left: 14.8em;
    top: 0;
    width: 14.8em;
    z-index: 2;
    background-color: hsla(0, 0%, 100%, 0.9);
    display: none;
}
.menu-vertical > ul > li > a {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    color: #333;
    text-decoration: none;
    display: block;
    padding: 5px 0;
}
.menu-vertical > ul {
    padding: 0;
}
.menu-vertical > ul > li:first-child > a {
    border-top: none;
}
.menu-vertical > ul > li:hover {
    background-color: #f8b93e;
}
li.menu-item-has-children:hover > a:after {
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 9px solid #f8b93e;
    position: absolute;
    right: -19px;
    top: 0;
    z-index: 99999;
    content: "";
}
li.menu-item-has-children > a {
    position: relative;
}
.menu-vertical > ul > li:hover > a {
    color: #fff;
}
.menu-vertical > ul > li:hover > ul {
    display: block;
}
.menu-vertical > ul > li > ul > li {
    padding: 0 10px;
}
.menu-vertical > ul > li > ul > li > a {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    color: #333;
    text-decoration: none;
    display: block;
    padding: 5px 0;
}
.menu-vertical > ul > li > ul > li > ul {
    display: none;
}
.menu-vertical > ul > li > ul > li:hover {
    background-color: #f8b93e;
}
.menu-vertical > ul > li > ul > li:hover > a {
    color: #fff;
}
.menu-vertical > ul > li > ul > li {
    position: relative;
    padding: 0 10px;
}
.menu-vertical > ul > li > ul > li > ul {
    position: absolute;
    position: absolute;
    left: 14.8em;
    top: 0;
    width: 14.8em;
    z-index: 2;
    background-color: hsla(0, 0%, 100%, 0.9);
}
.menu-vertical > ul > li > ul > li > ul > li {
    padding: 0 10px;
    position: relative;
}
.menu-vertical > ul > li > ul > li > ul > li > a {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    color: #333;
    text-decoration: none;
    display: block;
    padding: 5px 0;
}
.menu-vertical > ul > li > ul > li:hover > ul {
    display: block;
}
.menu-vertical > ul > li > ul > li > ul > li:hover {
    background-color: #f8b93e;
}
.menu-vertical > ul > li > ul > li > ul > li:hover > a {
    color: #fff;
}
.menu-vertical > ul > li > ul > li.menu-item-has-children:hover:after {
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 9px solid #f8b93e;
    position: absolute;
    right: -9px;
    top: 0;
    z-index: 999;
    content: "";
}
#banner .owl-nav button.owl-prev {
    position: absolute;
    top: 40%;
    left: 0;
    width: 48px;
    height: 48px;
    background: #2e3038 !important;
    border-radius: 50%;
    color: #fff !important;
    font-size: 28px !important;
}
#banner .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 0;
    width: 48px;
    height: 48px;
    background: #2e3038 !important;
    border-radius: 50%;
    color: #fff !important;
    font-size: 28px !important;
}
div#banner .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
}
div#banner .owl-dots button.owl-dot {
    width: 14px;
    height: 14px;
    background-color: rgba(51, 51, 51, 0.4);
    border: 1px solid hsla(0, 0%, 100%, 0.8);
    border-radius: 50%;
    border: 1px solid #fff;
    margin-right: 9px;
}
div#banner .owl-dots button.owl-dot:last-child {
    margin-right: 0;
}
div#banner .owl-dots button.owl-dot.active {
    background-color: #e53935;
}
.menu-and-banner:before {
    display: table;
    content: " ";
}
.menu-and-banner:after {
    display: table;
    content: " ";
    clear: both;
}
.home-page-kmhd-in {
    background: #fff;
    padding: 15px;
}
.home-page-kmhd {
    padding-top: 7px;
}
.home-page-kmhd-title:before {
    display: table;
    content: " ";
}
.home-page-kmhd-title h2.home__title {
    font-size: 20px;
    font-weight: 400;
    padding-left: 0;
    display: inline;
    float: left;
}
.home-page-kmhd-title:after {
    display: table;
    content: " ";
    clear: both;
}
.home-page-kmhd-title {
    margin-bottom: 0;
    border-bottom: 1px solid #4da0d8;
}
.home-page-kmhd-title h2.home__title a {
    color: #fff;
    background: #4da0d8;
    position: relative;
    height: 38px;
    display: inline-block;
    padding: 7px;
    margin-right: 50px;
}
.home-page-kmhd-title h2.home__title a:after {
    content: " ";
    position: absolute;
    width: 0;
    z-index: 9;
    height: 0;
    right: -31px;
    top: 0;
    border-top: 38px solid transparent;
    border-left: 45px solid #4da0d8;
    border-left: 31px solid #4da0d8;
}
.home-page-kmhd-title a.view-more-text {
    position: relative;
    font-size: 16px;
    padding-right: 20px;
    line-height: 35px;
}
.home-page-kmhd-title a.view-more-text:after {
    content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    top: -8px;
    right: 0;
    font-size: 21px;
}
.home-page-kmhd-left {
    width: 50%;
    float: left;
}
.home-page-kmhd-right {
    width: 50%;
    float: left;
}
.home-page-kmhd-content:before {
    display: table;
    content: " ";
}
.home-page-kmhd-content:after {
    display: table;
    content: " ";
    clear: both;
}
.home-page-kmhd-left-two {
    width: 50%;
    float: left;
}
.home-page-kmhd-left-one {
    width: 50%;
    float: left;
}
.home-page-kmhd-kmhd-right-item {
    width: 50%;
    float: left;
}
.home-page-kmhd-content img {
    display: block;
    padding: 7px;
}
.home-page-kmhd-content img:hover {
    opacity: 0.6;
}
.home-news-left {
    width: 48%;
    float: left;
}
.home-news-right {
    width: 50%;
    float: right;
}
.home-news-right-item-out:nth-of-type(1) {
    padding-bottom: 10px;
    padding-top: 0;
    padding-right: 5px;
}
.home-news-right-item-out:nth-of-type(2) {
    padding-bottom: 10px;
    padding-top: 0;
    padding-left: 5px;
}
.home-news-right-item-out:nth-of-type(3) {
    padding-right: 5px;
}
.home-news-right-item-out:nth-of-type(4) {
    padding-left: 5px;
}
.home-news-left-item {
    position: relative;
}
.home-news-left-item h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
}
.home-news-right-item h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
}
.home-news-right-item {
    position: relative;
}
.home-news-right-item-out {
    width: 50%;
    float: left;
}
.home-news-in:before {
    display: table;
    content: " ";
}
.home-news-in:after {
    display: table;
    content: " ";
    clear: both;
}
.home-news {
    padding-top: 20px;
}
.home-news-right-item > a > img:hover {
    opacity: 0.6;
}
.home-news-right-item > a > img {
    display: block;
}
.home-news-left-item > a > img {
    display: block;
}
.home-news-left-item > a > img:hover {
    opacity: 0.6;
}
.home-commitment {
    padding-top: 10px;
}
.home-commitment-in {
    background: #fff;
}
.home-commitment-item {
    width: 25%;
    float: left;
}
.home-commitment-in:before {
    display: table;
    content: " ";
}
.home-commitment-in:after {
    display: table;
    content: " ";
    clear: both;
}
.home-commitment-item-left {
    width: 31%;
    float: left;
}
.home-commitment-item-right {
    width: 69%;
    float: left;
}
.home-commitment-in {
    padding: 10px 5px;
}
.home-commitment-item-right h3 {
    font-size: 16px;
    margin-bottom: 9px;
}
.home-commitment-item-in {
    padding: 5px;
}
.site-footer-above {
    background: #54a7df;
    color: #fff;
    padding: 30px 0;
}
.site-footer-above-left {
    width: 35%;
    float: left;
}
.site-footer-above-right {
    width: 65%;
    float: left;
}
.site-footer-above a {
    color: #fff;
}
.site-footer-above h4 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.site-footer-above-right-item:nth-of-type(1) {
    width: 50%;
    float: left;
    padding-right: 15px;
}
.site-footer-above-right-item:nth-of-type(2) {
    width: 50%;
    float: right;
}
.site-footer-above-left-item {
    padding-right: 15px;
}
.site-footer-above-right-item-content > ul > li {
    display: block;
    margin-bottom: 10px;
}
.site-footer-above-right-item-content > ul > li > a:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 5px;
}
.site-footer-below {
    background: #ddd;
    text-align: center;
    padding: 20px 0;
}
.home-social-network-khtt-left {
    width: 43%;
    float: left;
}
.home-social-network-khtt-right {
    width: 57%;
    float: left;
    padding-left: 10px;
}
.home-social-network-khtt-left-item {
    width: 50%;
    float: left;
}
.home-social-network-khtt-in {
    background: #fff;
    padding: 20px 20px 10px;
}
.home-social-network-khtt-in:before {
    display: table;
    content: " ";
}
.home-social-network-khtt-in:after {
    display: table;
    content: " ";
    clear: both;
}
.home-social-network-khtt {
    padding-top: 10px;
}
.home-social-network-khtt-left-item-title > span:nth-of-type(1) {
    font-size: 16px;
    font-weight: 400;
    color: #54a7df;
    text-transform: uppercase;
    padding-right: 10px;
}
.home-social-network-khtt-left-item:nth-of-type(1) {
    padding-right: 5px;
}
.home-social-network-khtt-left-item:nth-of-type(2) {
    padding-left: 5px;
}
.home-social-network-khtt-left-item-title iframe {
    max-width: 59px;
    width: 100%;
    height: 22px;
}
.home-social-network-khtt-left-item-title > span {
    display: inline-block;
    float: left;
}
.home-social-network-khtt-left-item-title > span:nth-of-type(2) {
    padding-top: 2px;
}
.home-social-network-khtt-left-item-title > span:nth-of-type(2) > a > img {
    max-width: 73px;
}
.home-social-network-khtt-left-item-title:before {
    display: table;
    content: " ";
}
.home-social-network-khtt-left-item-title:after {
    display: table;
    content: " ";
    clear: both;
}
.home-social-network-khtt-left-item-content iframe {
    height: 197px;
    width: 100%;
}
.home-social-network-khtt-right-item-title h3 {
    font-size: 16px;
    font-weight: 400;
    color: #54a7df;
    text-transform: uppercase;
    padding-right: 10px;
}
.home-social-network-khtt-right-item-content-item {
    width: 20%;
    float: left;
    padding: 13px 5px;
}
.home-social-network-khtt-right-item-content-item > a > img {
    border: 1px solid #eee;
    display: block;
}
.home-social-network-khtt-right-item-title {
    margin-bottom: 0;
}
.home-home-partner-left {
    width: 22%;
    float: left;
    padding-top: 7px;
}
div#partner-right button.owl-prev {
    position: absolute;
    top: 4px;
    left: 0;
    width: 26px;
    background: #59ace4;
    color: #fff;
    font-size: 18px;
}
div#partner-right button.owl-next {
    position: absolute;
    top: 4px;
    right: 0;
    width: 26px;
    background: #59ace4;
    color: #fff;
    font-size: 18px;
}
.home-home-partner-left h3 {
    font-size: 24px;
    font-weight: 400;
    border-left: 6px solid #007fd5a6;
    padding-left: 12px;
    display: inline;
    float: left;
}
.home-home-partner-right {
    width: 78%;
    float: left;
}
.home-home-partner-in:before {
    display: table;
    content: " ";
}
.home-home-partner-in:after {
    display: table;
    content: " ";
    clear: both;
}
.home-home-partner-in {
    background: #fff;
    padding: 19px 19px 0;
    border-top: 1px solid #eee;
}
header.site-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
}
div#breadcrumb-new ul {
    padding: 14px 0 4px;
}
div#product-archive-banner-in button.owl-prev {
    background: url(assets/images/icon_slider.png) no-repeat;
    position: absolute;
    top: 35%;
    left: 4px;
    width: 50px;
    height: 50px;
    font-size: 0;
}
div#product-archive-banner-in button.owl-next {
    background: url(assets/images/icon_slider.png) no-repeat top right;
    position: absolute;
    top: 35%;
    right: 4px;
    width: 50px;
    height: 50px;
    font-size: 0;
}
.product-archive-content {
    width: 77%;
    float: left;
}
.product-archive-sidebar {
    width: 22%;
    float: right;
}
.archive.tax-product_cat {
    background: #fff;
}
div#product-archive-content-brand {
    border: 1px solid #eee;
    padding: 5px;
}
div#product-archive-content-brand button.owl-prev {
    background: url(assets/images/brand-arrow.png) no-repeat;
    position: absolute;
    top: 0;
    left: 4px;
    width: 42px;
    height: 42px;
    font-size: 0;
}
div#product-archive-content-brand .item img {
    height: 40px;
    border: 1px solid #eee;
    padding: 3px;
}
div#product-archive-content-brand button.owl-next {
    background: url(assets/images/brand-arrow.png) no-repeat right;
    position: absolute;
    top: 0;
    right: 4px;
    width: 42px;
    height: 42px;
    font-size: 0;
}
.top_area_list_page {
    height: 37px;
    background: #eee;
    padding: 0 0 0 8px;
    margin-bottom: 8px;
    margin-right: 0;
    margin-top: 10px;
}
.top_area_list_page h1 {
    font-size: 17px;
    text-transform: uppercase;
    margin: 0;
    line-height: 37px;
    float: left;
    margin-right: 21px;
}
.top_area_list_page .paging {
    margin: 8px;
    float: right;
    margin-top: 8px;
}
.top_area_list_page .paging a,
.top_area_list_page .paging span {
    display: block;
    padding: 5px 8px;
    float: left;
    line-height: 10px;
    margin-left: 5px;
    border: solid 1px #bbb;
    text-decoration: none;
    color: #333;
}
.top_area_list_page .paging a.current,
.top_area_list_page .paging a:hover {
    background: #222;
    color: #fff;
}
.product_list.page_inside:before {
    display: table;
    content: " ";
}
.product_list.page_inside ul.ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.product_list.page_inside ul.ul > li {
    width: 19.2%;
    min-height: 316px;
    float: left;
    border: solid 1px #ccc;
    position: relative;
    margin-bottom: 1%;
    margin-right: 1%;
    padding: 5px;
}
.product_list.page_inside ul.ul > li:nth-of-type(5n + 5) {
    margin-right: 0;
}
.product_list.page_inside:after {
    display: table;
    content: " ";
    clear: both;
}
.product_list.page_inside ul.ul > li .p_sku {
    color: red;
    padding: 10px;
}
.product_list.page_inside ul.ul > li:hover {
    border-color: #888;
    box-shadow: 0 0 3px #999;
}
.product_list.page_inside ul.ul > li p.pos-rela {
    color: #333;
    margin-top: 5px;
    overflow: hidden;
}
.product_list.page_inside ul.ul > li p.pos-rela > strong {
    font-size: 16px;
    color: #d0021b;
    display: inline-block;
}
.product_list.page_inside ul.ul > li p.pos-rela span.linethough {
    text-decoration: line-through;
    margin-right: 5px;
    display: block;
    font-size: 12px;
    color: #666;
    overflow: hidden;
    font-weight: 300;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product_list.page_inside ul.ul > li > a > p {
    color: #333;
}
.product_list.page_inside ul.ul > li > a > .absoluteimg {
    margin-bottom: 9px;
}
.title_box_right {
    margin: 0;
    font-size: 13px;
    padding: 0 10px;
    background: #0480b6;
    color: #fff;
    line-height: 35px;
}
.title_box_right h2 {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    font-family: "Roboto Condensed";
    font-weight: 700;
    line-height: 36px;
}
.content_box {
    border: 1px solid #eee;
    padding: 10px;
}
.content_box ul li a:before {
    content: "\f101";
    margin-right: 4px;
    font-family: FontAwesome;
}
.content_box ul li a {
    position: relative;
    color: #333;
}
.content_box ul li a:hover {
    transition: all 0.5s ease;
    color: #0480b6;
}
.box_right.filter.brand ul.ul li a:before {
    content: none;
}
.box_left {
    margin-top: 15px;
}
.box_left .title_box_left {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    font-family: "Roboto Condensed";
    font-weight: 700;
    background: #0480b6;
    color: #fff;
    line-height: 20px;
    padding: 10px;
}
.content_box_left.list_hot_news {
    padding: 0;
    border: 1px solid #eee;
}
.content_box_left.list_hot_news ul.ul li {
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
.content_box_left.list_hot_news:before {
    display: table;
    content: " ";
}
.content_box_left.list_hot_news:after {
    display: table;
    content: " ";
    clear: both;
}
.content_box_left.list_hot_news ul.ul li > a > img {
    float: left;
    margin-right: 10px;
    max-width: 54px;
}
.content_box_left.list_hot_news ul.ul li a {
    color: #333;
}
.content_box_left.list_hot_news ul.ul li:hover {
    transition: all 0.5s ease;
    background: #eee;
}
.vtx2019-related-product {
    padding: 10px;
    background: #fff;
    border: 1px solid #e2e2e2;
}
.row.content-related-product-custom {
    background: #fff;
}
.vtx2019-related-product-item > a > img {
    max-width: 79px;
    float: left;
    margin-right: 10px;
}
.vtx2019-related-product-item > a > h3 {
    color: #333;
    font-size: 14px;
    margin: 0;
}
.vtx2019-related-product-in > ul > li {
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
}
p.vtx2019-related-product-price > strong {
    color: #f36;
    display: block;
}
p.vtx2019-related-product-price > span {
    text-decoration: line-through;
    margin-right: 5px;
    color: #333;
}
label.vtx2019-related-product-price-sale-off {
    background: #fe3366;
    color: #fff;
    padding: 0 5px;
    min-width: 37px;
    text-align: center;
}
.vtx2019-related-product:before {
    display: table;
    content: " ";
}
.vtx2019-related-product:after {
    display: table;
    content: " ";
    clear: both;
}
.vtx2019-related-product-item > a {
    display: table;
    width: 100%;
}
.vtx2019-related-product-in > ul > li:hover {
    background: #eee;
    transition: all 0.5s ease;
}
p.vtx2019-related-product-price {
    margin: 0;
}
.suggest-product h4 {
    border-left: 4px solid #d0021b;
    padding-left: 13px;
}
div#suggest-product-in button.owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 38%;
    left: -20px;
    background: #333;
    color: #fff;
    font-size: 23px;
    border-radius: 40px;
}
.suggest-product-item {
    border: 1px solid #eee;
    padding: 5px;
    overflow: hidden;
    min-height: 306px;
}
div#suggest-product-in button.owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 38%;
    right: -20px;
    background: #333;
    color: #fff;
    font-size: 23px;
    border-radius: 40px;
}
.suggest-product-item:hover {
    transition: all 0.5s ease;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
}
.suggest-product-item p {
    color: #333;
    margin-top: 5px;
    min-height: 41px;
    overflow: hidden;
    margin-bottom: 10px;
}
.suggest-product-item p.pos-rela strong {
    font-size: 16px;
    color: #d0021b;
    display: block;
}
.suggest-product-item p.pos-rela span.linethough {
    text-decoration: line-through;
    margin-right: 5px;
    display: block;
    font-size: 12px;
    color: #666;
    overflow: hidden;
    font-weight: 300;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.vtx2019-related-product h3 {
    border-left: 4px solid #d0021b;
    padding-left: 13px;
}
.woocommerce #content div.product div.images .thumbnails.columns-4 {
    width: 17%;
    float: left;
    margin: 0;
}
.woocommerce #content div.product div.images > a {
    width: 83%;
    float: right;
}
.woocommerce #content div.product div.images .thumbnails.columns-4 > a {
    width: 100%;
}
.thong-so-san-pham > ul > li {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 10px;
}
.thong-so-san-pham > ul > li:nth-of-type(2n + 2) {
    margin-right: 0;
}
.thong-so-san-pham > ul > li:before {
    content: "\f046";
    font-family: FontAwesome;
    margin-right: 5px;
}
.thong-so-san-pham {
    border: 1px solid #e5e7f6;
    background-color: #f9f9f9;
    padding: 10px;
}
.thong-so-san-pham:before {
    display: table;
    content: " ";
}
.thong-so-san-pham:after {
    display: table;
    content: " ";
    clear: both;
}
.action-repeat.custom:before {
    display: table;
    content: " ";
}
.action-repeat.custom a.add-to-cart-rp {
    width: 48%;
    float: left;
    padding: 10px 5px;
}
.action-repeat.custom {
    padding: 10px;
}
.action-repeat.custom .slogan-right {
    width: 48%;
    float: right;
    text-align: left;
}
.action-repeat.custom:after {
    display: table;
    content: " ";
    clear: both;
}
.action-repeat.custom .slogan-right > ul > li:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: green;
    margin-right: 5px;
}
.action-repeat.custom .slogan-right > ul > li {
    color: #2401e1;
}
aside.widget.widget_bai_viet_xem_nhieu.custom {
    margin-top: 20px;
}
aside.widget.widget_bai_viet_xem_nhieu.custom ul {
    border: 1px solid #e2e2e2;
    padding: 10px;
    border-top: none;
}
aside.widget.widget_bai_viet_xem_nhieu.custom h2.widget-title {
    margin: 0;
}
aside.widget.widget_bai_viet_xem_nhieu.custom ul > li {
    width: 100%;
    float: left;
    padding: 10px 0;
}
aside.widget.widget_bai_viet_xem_nhieu.custom ul:before {
    display: table;
    content: " ";
}
aside.widget.widget_bai_viet_xem_nhieu.custom ul:after {
    display: table;
    content: " ";
    clear: both;
}
table {
    width: 100% !important;
}
.menu-vertical > ul > li > div {
    display: none;
    top: 0;
    left: 192px !important;
    width: 1009px !important;
    background-color: #f7f7f7;
    border-left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 999;
}
.menu-vertical > ul > li > div > div {
    display: -ms-flexbox;
    -ms-flex-pack: start;
    -ms-flex-align: center;
}
.menu-vertical > ul > li > div > div .menu__cat-list.menu__cat-list--child {
    width: 56%;
    float: left;
    padding: 12px 16px;
    background-color: #f7f7f7;
    border-left: 0;
    padding: 15px 15px 15px 20px;
}
.menu-vertical > ul > li > div > div .menu__cat-list.menu__cat-list--banner {
    width: 44%;
    float: right;
    padding: 0;
    -ms-flex: 1;
}
.menu__cat-hot-link > a > h3 {
    font-size: 14px;
}
.menu__cat-hot-link > a {
    margin-bottom: 8px;
    display: table;
}
.sub-categories .sub-categories-item {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}
.sub-categories .sub-categories-item:nth-of-type(3n + 3) {
    margin-right: 0;
}
.sub-categories-item h3 {
    font-size: 15px;
    margin-bottom: 15px;
}
.sub-categories-item ul li a {
    color: #333;
}
.banner-inner > a:nth-of-type(1) {
    width: 55.8%;
    float: left;
}
.banner-inner > a:nth-of-type(2) {
    width: 44.2%;
    float: left;
}
.banner-inner > a:nth-of-type(3) {
    width: 44.2%;
    float: left;
}
.banner-inner > a > img {
    width: 100%;
    display: block;
}
.menu__cat-hot-link {
    border-bottom: 1px solid #eee;
    margin-bottom: 13px;
}
.menu-vertical > ul > li:hover > div {
    display: block;
}
.menu-and-banner .wrap {
    position: relative;
}
.banner-inner > a > img:hover {
    opacity: 0.6;
}
.news-banner-top-left {
    width: 34%;
    float: left;
}
.news-banner-top-right {
    width: 66%;
    float: left;
}
.news-banner-top-right-item {
    width: 50%;
    float: left;
    padding: 5px;
}
.news-banner-top-left-item {
    padding: 10px;
    padding-left: 0;
}
.news-banner-top-left-item > a {
    height: 310px;
    display: block;
}
.news-banner-top-right-item > a {
    height: 150px;
    display: block;
}
.news-banner-top-right-item:nth-of-type(1) {
    padding-left: 0;
    padding-top: 10px;
}
.news-banner-top-right-item:nth-of-type(3) {
    padding-left: 0;
    padding-bottom: 0;
}
.news-banner-top-right-item:nth-of-type(2) {
    padding-right: 0;
    padding-top: 10px;
}
.news-banner-top-right-item:nth-of-type(4) {
    padding-right: 0;
    padding-bottom: 0;
}
.news-banner-top-left-item > a > img:hover {
    opacity: 0.7;
}
.news-banner-top-right-item > a > img:hover {
    opacity: 0.7;
}
body.blog {
    background: #fff;
}
.news-the_most_view_title {
    background: #eee;
    padding: 10px;
    margin-bottom: 20px;
}
.news-the_most_view_title h4 {
    padding: 0;
    margin: 0;
    color: red;
    text-transform: uppercase;
}
.news-the_most_view-item {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    min-height: 210px;
}
.news-the_most_view-item:nth-of-type(4n + 4) {
    margin-right: 0;
}
.news-the_most_view-item > a > h2 {
    font-size: 15px;
    color: #333;
}
.news-the_most_view-item > a > img:hover {
    opacity: 0.7;
}
.news-banner-top {
    margin-bottom: 14px;
}
div#news-banner-middle-in button.owl-prev {
    background: url(assets/images/icon_slider.png) no-repeat;
    position: absolute;
    top: 35%;
    left: 4px;
    width: 50px;
    height: 50px;
    font-size: 0;
}
div#news-banner-middle-in button.owl-next {
    background: url(assets/images/icon_slider.png) no-repeat top right;
    position: absolute;
    top: 35%;
    right: 4px;
    width: 50px;
    height: 50px;
    font-size: 0;
}
.news-videos-title > h4 {
    display: inline-block;
    float: left;
    font-weight: 700;
    border-left: 4px solid #d0021b;
    padding-left: 13px;
}
.news-videos-title > span {
    float: right;
}
.news-videos-title:before {
    display: table;
    content: " ";
}
.news-videos-title:after {
    display: table;
    content: " ";
    clear: both;
}
.news-videos-title-right {
    float: right;
}
.news-videos-title {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.news-videos-title-right > span:nth-of-type(2) > a > img {
    max-width: 99px;
}
.news-videos-item {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
}
.news-videos-item:nth-of-type(4n + 4) {
    margin-right: 0;
}
.news-videos-item > a > p {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 10px;
    margin: 0;
    min-height: 65px;
}
.news-videos-item > a > img:hover {
    opacity: 0.6;
}
.site-footer-above-item {
    width: 23.5%;
    float: left;
    margin-right: 2%;
}
.site-footer-above-item:nth-of-type(4) {
    margin-right: 0;
}
.site-footer-above-item-content .home-social-network-khtt-left-item-title span:nth-of-type(1) {
    color: #fff;
}
.site-footer-above-item-content-facebook iframe {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.site-footer-above-item-content-facebook {
    margin-bottom: 0;
}
.site-footer-above-item-content-youtube iframe {
    width: 100%;
    height: 150px;
}
.site-footer-above-item-content > ul > li > a:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 3px;
}
.site-footer-above-item-content > ul > li {
    margin-bottom: 10px;
}
.site-header-top-menu {
    width: 49%;
    float: left;
    text-align: right;
    padding: 14px 0;
}
.site-header-top-menu > ul > li {
    display: inline-block;
    margin-right: 0;
}
.site-header-top-menu > ul > li > a {
    text-transform: uppercase;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}
.site-header-top-menu > ul > li:after {
    content: "|";
    padding-left: 12px;
    padding-right: 12px;
}
.site-header-top-menu > ul > li:last-child:after {
    content: none;
    padding-left: 0;
    padding-right: 0;
}
.site-header-top-menu > ul {
    display: block;
}
.site-header-top-menu > ul > li > a:hover {
    color: #0480b6;
}
ul.ul-list_newspro > li {
    width: 48.5%;
    float: left;
    margin-right: 3%;
    margin-bottom: 3%;
    background: #f7f7f7;
}
ul.ul-list_newspro > li:nth-of-type(2n + 2) {
    margin-right: 0;
}
ul.ul-list_newspro > li > a span.news-title {
    font-size: 15px;
    color: #333;
    font-weight: 700;
    padding: 15px 15px 0;
    display: block;
}
ul.ul-list_newspro > li > a span.news-info {
    padding: 15px;
    display: block;
    padding-top: 4px;
    padding-bottom: 0;
    color: #333;
}
.div_descriptionpro {
    padding: 15px;
    padding-top: 0;
}
.div_descriptionpro .line {
    border-top: 1px solid #ddd;
    padding-top: 8px;
    margin-top: 8px;
}
ul.ul-list_newspro > li > a > img:hover {
    opacity: 0.6;
}
ul.ul-list_newspro:before {
    display: table;
    content: " ";
}
ul.ul-list_newspro:after {
    display: table;
    content: " ";
    clear: both;
}
.paginationnews {
    text-align: center;
    padding: 20px 0;
    padding-top: 0;
}
.paginationnews .page-numbers {
    padding: 4px;
    background: #fff;
    font-size: 18px;
    text-align: center;
    color: #666;
    text-decoration: none !important;
    font-style: normal;
    width: 38px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ccc;
}
.paginationnews .current,
.paginationnews a:hover {
    background: #2f97db;
    color: #fff;
}
ul.ul-list_newspro > li > a > img {
    display: block;
    width: 100%;
}
.wrapdetail_art {
    padding-top: 18px;
}
.wrapdetail_art article.article {
    width: 66%;
    float: left;
}
.wrapdetail_art aside.articlerelate {
    width: 31%;
    float: right;
}
.single-vtx_khuyenmai {
    background: #fff;
}
.titlebigKMDMX h1 {
    font-size: 20px;
}
.boldh2ofcontentnews {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 10px;
}
ul.contentrelate > li > a > i {
    float: left;
    margin-right: 10px;
    max-width: 134px;
}
ul.contentrelate > li > a > h3 {
    font-size: 14px;
    color: #333;
}
ul.contentrelate > li > a > span {
    color: #a8a8a8;
}
span.firstico {
    color: #a8a8a8;
}
.titlebigKMDMX span {
    color: #a8a8a8;
}
.centerboxrl h4 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.breadcrumb-new-2019 {
    background: #fff;
}
.summary.entry-summary {
    position: relative;
}
.summary.entry-summary span.mrtung_ma_san_pham {
    position: absolute;
    right: 0;
    top: 7%;
    color: #eb0003;
    font-weight: 700;
}
div#header2019vtx {
    z-index: 999;
    position: relative;
}
div#header2019vtx .header_top {
    height: 65px;
    background-color: #4da0d8;
    width: 100%;
    display: block;
    float: left;
}
div#header2019vtx .header_top a.home_menu {
    color: #fff;
    position: relative;
    padding-top: 35px;
    margin-left: 7px;
    float: left;
}
div#header2019vtx .header_top a.home_menu .icon_menu {
    width: 20px;
    height: 14px;
    top: 1.5em;
    left: 5px;
}
.form-search.mobile form#main-search {
    max-width: 100%;
    width: 100%;
}
div#header2019vtx .header_top a.home_menu .icon {
    background: url(assets/images/mobile_icon.png) no-repeat transparent -75px 0;
    display: block;
    position: absolute;
}
div#header2019vtx .header_top a#cart-header {
    float: right;
    width: 60px;
    height: 23px;
    color: #fff;
    position: relative;
    text-align: center;
    padding-top: 28px;
    margin-top: 12px;
}
div#header2019vtx .header_top a#cart-header span#count_shopping_cart_store {
    position: absolute;
    background: #e00;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-weight: 700;
    border-radius: 50%;
    right: 11px;
    top: -6px;
    z-index: 99;
}
div#header2019vtx .header_top a#cart-header i.icon.icon_cart_header {
    width: 25px;
    height: 25px;
    top: 0;
    left: 18px;
    background: url(assets/images/mobile_icon.png) no-repeat transparent 0 -94px;
    display: block;
    position: absolute;
}
div#header2019vtx .header_top a.home_logo {
    margin: 15px auto;
    width: 170px;
    height: 31px;
    display: block;
}
.product-single-thumbnail-list-custom {
    width: 18% !important;
    float: left;
}
.woocommerce-product-gallery__image {
    width: 80% !important;
    float: right;
}
.product-single-thumbnail-list-custom .woocommerce-product-gallery__image {
    width: 100% !important;
    border: 1px solid #e5e7f6;
    padding: 2px;
    margin-bottom: 5px;
}
.product-single-thumbnail-list-custom .woocommerce-product-gallery__image img:hover {
    opacity: 0.6;
}
.woocommerce-product-gallery__image img:hover {
    opacity: 0.6;
}
html body .pswp__bg {
    opacity: 0.6 !important;
}
.form-search.mobile:before {
    display: table;
    content: " ";
}
.form-search.mobile form.search-form {
    position: relative;
    width: 100%;
}
.form-search.mobile form.search-form input.search-field {
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px;
}
.form-search.mobile:after {
    display: table;
    content: " ";
    clear: both;
}
.form-search.mobile form.search-form .search-submit {
    position: absolute;
    top: 0;
    right: 7px;
    width: 20px;
    height: 20px;
    background: 0 0;
    border: none;
    font-size: 20px;
}
.form-search.mobile {
    width: 100%;
    float: left;
}
.form-search.mobile form.search-form label {
    display: block;
}
li.div_news_custom_in_ul_item {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    min-height: 220px;
    border: solid 1px #ccc;
    padding: 2px;
}
li.div_news_custom_in_ul_item:nth-of-type(4n + 4) {
    margin-right: 0;
}
li.div_news_custom_in_ul_item > a > img {
    margin-bottom: 10px;
}
li.div_news_custom_in_ul_item > a {
    color: #333;
}
li.div_news_custom_in_ul_item > a > img:hover {
    opacity: 0.7;
}
li.div_news_custom_in_ul_item > a:hover {
    color: #0480b6;
}
ul.div_news_custom_in_ul:before {
    display: table;
    content: " ";
}
ul.div_news_custom_in_ul:after {
    display: table;
    content: " ";
    clear: both;
}
.woocommerce-product-gallery__image {
    border: 1px solid #e5e7f6;
    padding: 2px;
}
ul#campaignbox2 {
    position: relative;
    padding-bottom: 5px;
}
ul#campaignbox2 button.owl-prev {
    position: absolute;
    top: 119px;
    height: 49px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    left: 0;
    width: 32px;
    font-size: 27px;
    padding: 0;
}
ul#campaignbox2 button.owl-next {
    position: absolute;
    top: 119px;
    right: 0;
    height: 49px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    width: 32px;
    font-size: 27px;
}
ul#campaignbox2 .owl-dots {
    display: none;
}
.description-of-taxonomy-product::-webkit-scrollbar {
    width: 5px;
}

.description-of-taxonomy-product::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.description-of-taxonomy-product::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #007fd5c4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.description-of-taxonomy-product::-webkit-scrollbar-thumb:window-inactive {
    background: #007fd557;
}
.description-of-taxonomy-product {
    max-height: 250px;
    background: #fff;
    overflow-y: scroll;
    padding: 15px;
    border: 1px solid #edebeb;
    margin-bottom: 15px;
}
.menus-on-navbar {
    width: 12%;
    float: left;
    padding-right: 10px;
}
.menus-on-navbar-button {
    padding: 15px 10px;
    font-size: 15px;
    display: none;
    cursor: pointer;
}
.menus-on-navbar-button i.fa.fa-bars {
    margin-right: 6px;
}
.form-search-and-menus {
    width: 84%;
    float: left;
}
.form-search-and-menus {
    position: relative;
}
.menu-vertical-on-nav {
    position: absolute;
    top: 54px;
    left: 0;
    display: none;
    z-index: 99;
}
.menu-vertical-on-nav > ul > li {
    padding: 0 15px;
}
.menu-vertical-on-nav > ul > li > .menu__cat-content2 {
    display: none;
    position: absolute;
    left: 13em;
    width: 46em;
    top: 0;
    background-color: #f8f8fa;
    padding: 12px 16px;
    min-height: 385px;
}
.menu-vertical-on-nav > ul > li:hover > .menu__cat-content2 {
    display: block;
}
.menu-vertical-on-nav > ul {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.22);
    border-radius: 4px;
    background: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 13em;
    min-height: 385px;
}
.menu-vertical-on-nav > ul > li > a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    display: block;
    padding: 5px 0;
}
.menu-vertical-on-nav > ul > li:hover {
    background-color: #f8b93e;
}
li.menu-item-has-children2:hover > a:after {
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 9px solid #f8b93e;
    position: absolute;
    right: -24px;
    top: 0;
    z-index: 99999;
    content: "";
}
.menu-vertical-on-nav > ul > li:hover > a {
    color: #fff;
    position: relative;
}
.menu__cat-hot-link2 > a {
    margin-bottom: 8px;
    display: table;
}
.menu__cat-hot-link2 > a > h3 {
    font-size: 14px;
    margin: 0;
    margin-bottom: 5px;
}
.menu__cat-hot-link2 {
    border-bottom: 1px solid #eee;
    margin-bottom: 13px;
}
.sub-categories-item2 {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}
.sub-categories-item2:nth-of-type(3n + 3) {
    margin-right: 0;
}
.sub-categories-item2 a {
    color: #333;
}
.menus-on-navbar-button:hover {
    border-radius: 4px 4px 0 0;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.22);
    z-index: 999;
}
.menus-on-navbar .space {
    width: 100%;
    max-width: 100%;
    color: #fff;
    font-size: 1px;
    height: 1px;
}
.content_box_left.list_hot_news ul.ul li a:before {
    content: "\f101";
    margin-right: 4px;
    font-family: FontAwesome;
}
.vtx-mobile-thumbnail-gallery {
    display: none;
}
.vtx-mobile-thumbnail img {
    border: 1px solid #ddd;
    padding: 2px;
}
.vtx-mobile-wc-gallery ul li {
    width: 25%;
    float: left;
    padding: 3px;
}
.vtx-mobile-thumbnail-gallery:before,
.vtx-mobile-thumbnail:before,
.vtx-mobile-wc-gallery:before,
.vtx-mobile-wc-gallery > ul:before {
    display: table;
    content: " ";
}
.vtx-mobile-thumbnail-gallery:after,
.vtx-mobile-thumbnail:after,
.vtx-mobile-wc-gallery:after,
.vtx-mobile-wc-gallery > ul:after {
    display: table;
    content: " ";
    clear: none;
}
.vtx-mobile-wc-gallery {
    width: 100%;
    margin-top: 10px;
}
.vtx-mobile-wc-gallery ul li img {
    border: 1px solid #ddd;
    padding: 2px;
}
.vtx-mobile-thumbnail > img {
    width: 100%;
}
.vtx-mobile-thumbnail {
    margin-top: 10px;
}
@media screen and (max-width: 768px) {
	div#text-3:before {
    display: table;
    content: " ";
}
div#product-archive-content-brand {
    display: none;
}
div#text-3:after {
    display: table;
    content: " ";
    clear: both;
}

div#text-3 {
    float: left;
    width: 100%;
    padding-top: 20px;
}
	.summary.entry-summary span.mrtung_ma_san_pham {
    position: static;
}
    .vtx-mobile-thumbnail-gallery {
        display: block;
    }
    .div_news_custom .wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    li.div_news_custom_in_ul_item:nth-of-type(3n + 3) {
        margin-right: 0;
    }
    li.div_news_custom_in_ul_item:nth-of-type(4n + 4) {
        margin-right: 2%;
    }
    li.div_news_custom_in_ul_item:nth-of-type(12n + 12) {
        margin-right: 0;
    }
    li.div_news_custom_in_ul_item {
        width: 32%;
        float: left;
        margin-right: 2%;
        margin-bottom: 2%;
        min-height: 195px;
    }
    .menu-and-banner-left {
        display: none;
    }
    .menu-and-banner-right {
        width: 100%;
    }
    .site-footer .wrap,
    .site-inner .wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .site-inner .menu-and-banner .wrap {
        padding-left: 0;
        padding-right: 0;
    }
    #banner .owl-nav button.owl-prev {
        display: none;
    }
    #banner .owl-nav .owl-next {
        display: none;
    }
    .homeproduct {
        height: auto !important;
    }
    #campaignbox2 .owl-item {
        padding: 5px;
    }
    .home-news-left {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
    .home-news-right {
        width: 100%;
        float: right;
    }
    .home-news-right-item > a > img {
        display: block;
        width: 100%;
    }
    .home-news-left-item > a > img {
        display: block;
        width: 100%;
    }
    .home-social-network-khtt-left {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    .home-social-network-khtt-right {
        width: 100%;
        float: left;
        padding-left: 0;
    }
    .home-home-partner-left {
        width: 100%;
        float: left;
        padding-top: 7px;
        margin-bottom: 12px;
    }
    .home-home-partner-right {
        width: 100%;
        float: left;
    }
    .home-commitment-item {
        width: 50%;
        float: left;
    }
    .product-archive-content {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
    .product-archive-sidebar {
        width: 100%;
        float: right;
    }
    .product_list.page_inside ul.ul > li {
        width: 23.5%;
        min-height: 313px;
        float: left;
        border: solid 1px #ccc;
        position: relative;
        margin-bottom: 2%;
        margin-right: 2%;
        padding: 5px;
    }
    .product_list.page_inside ul.ul > li:nth-of-type(4n + 4) {
        margin-right: 0;
    }
    .product_list.page_inside ul.ul > li:nth-of-type(5n + 5) {
        margin-right: 2%;
    }
    .product_list.page_inside ul.ul > li:nth-of-type(20n + 20) {
        margin-right: 0;
    }
    
    .woocommerce #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 100% !important;
    }
    .news-banner-top-right-item > a {
        height: auto;
        display: block;
    }
    .news-banner-top-left-item > a {
        height: auto;
        display: block;
    }
    .news-banner-top-right {
        width: 62%;
        float: right;
    }
    .news-banner-top-left {
        width: 33%;
        float: left;
    }
    .news-the_most_view-item {
        width: 32%;
        float: left;
        margin-right: 2%;
        margin-bottom: 2%;
        min-height: 188px;
    }
    .news-the_most_view-item:nth-of-type(3n + 3) {
        margin-right: 0;
    }
    .news-the_most_view-item:nth-of-type(4n + 4) {
        margin-right: 2%;
    }
    .news-videos-item:nth-of-type(3n + 3) {
        margin-right: 0;
    }
    .news-videos-item {
        width: 32%;
        float: left;
        margin-right: 2%;
        margin-bottom: 2%;
        position: relative;
    }
    .news-videos-item:nth-of-type(4n + 4) {
        margin-right: 2%;
    }
    .news-the_most_view-item:nth-of-type(12n + 12) {
        margin-right: 0;
    }
    .site-footer-above-item {
        width: 48%;
        float: left;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .site-footer-above-item:nth-of-type(2n + 2) {
        margin-right: 0;
    }
    .site-footer-above-item {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .div_newsboxfooter .wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .breadcrumb-new-2019 .wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .wrapdetail_art .wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .wrapdetail_art article.article {
        width: 100%;
        float: left;
    }
    .wrapdetail_art aside.articlerelate {
        width: 100%;
        float: right;
    }
    ul.contentrelate > li {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
	.woocommerce #content div.product div.images {
    float: left;
}

.summary.entry-summary {
    float: left !important;
}

.suggest-product {
    display: none;
}

.woocommerce-product-gallery__image {
    width: 100% !important;
}

.product-single-thumbnail-list-custom {
    height: auto !important;
    overflow: auto !important;
    width: 100% !important;
    margin-top: 11px;
}

.product-single-thumbnail-list-custom .woocommerce-product-gallery__image {
    width: 25% !important;
    padding: 3px;
    border: none;
    float: left;
}

.product-single-thumbnail-list-custom .woocommerce-product-gallery__image img {
    border: 1px solid #e5e7f6;
}
}
@media screen and (max-width: 600px) {
    .home-page-kmhd-left {
        width: 100%;
        float: left;
    }
    .home-page-kmhd-right {
        width: 100%;
        float: left;
    }
    .home-commitment-item {
        width: 50%;
        float: left;
        min-height: 114px;
    }
    .site-footer-above-left {
        width: 100%;
        float: left;
        margin-bottom: 22px;
    }
    .site-footer-above-right {
        width: 100%;
        float: left;
    }
    .product_list.page_inside ul.ul > li {
        width: 32%;
    }
    .product_list.page_inside ul.ul > li:nth-of-type(3n + 3) {
        margin-right: 0;
    }
    .product_list.page_inside ul.ul > li:nth-of-type(4n + 4) {
        margin-right: 2%;
    }
    .product_list.page_inside ul.ul > li:nth-of-type(12n + 12) {
        margin-right: 0;
    }
    li.div_news_custom_in_ul_item:nth-of-type(2n + 2) {
        margin-right: 0;
    }
    li.div_news_custom_in_ul_item:nth-of-type(3n + 3) {
        margin-right: 4%;
    }
    li.div_news_custom_in_ul_item:nth-of-type(6n + 6) {
        margin-right: 0;
    }
    li.div_news_custom_in_ul_item {
        width: 48%;
        float: left;
        margin-right: 4%;
        margin-bottom: 4%;
        min-height: 195px;
    }
}
@media screen and (max-width: 480px) {
    .home-commitment-item {
        width: 100%;
        float: left;
        min-height: auto;
    }
    .home-commitment-item-left {
        width: auto;
        float: left;
    }
    .home-commitment-item-right {
        width: auto;
        float: none;
    }
    .site-footer-above-right-item:nth-of-type(1) {
        width: 100%;
        float: left;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .site-footer-above-right-item:nth-of-type(2) {
        width: 100%;
        float: right;
    }
    .product_list.page_inside ul.ul > li {
        width: 49%;
        min-height: 321px;
    }
    .product_list.page_inside ul.ul > li:nth-of-type(2n + 2) {
        margin-right: 0;
    }
    .product_list.page_inside ul.ul > li:nth-of-type(3n + 3) {
        margin-right: 2%;
    }
    .product_list.page_inside ul.ul > li:nth-of-type(6n + 6) {
        margin-right: 0;
    }
    .action-repeat.custom a.add-to-cart-rp {
        width: 100%;
        float: left;
        padding: 10px 5px;
    }
    .action-repeat.custom .slogan-right {
        width: 100%;
        float: right;
        text-align: left;
        padding-top: 15px;
    }
    .thong-so-san-pham > ul > li {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .news-banner-top-left {
        width: 100%;
        float: left;
    }
    .news-banner-top-right {
        width: 100%;
        float: right;
    }
    .news-banner-top-left-item {
        padding: 0;
        padding-left: 0;
        margin-top: 20px;
    }
    .news-banner-top-left-item > a > img {
        width: 100%;
    }
    .news-the_most_view-item {
        width: 48%;
        float: left;
        margin-right: 4%;
        margin-bottom: 4%;
        min-height: 188px;
    }
    .news-the_most_view-item:nth-of-type(2n + 2) {
        margin-right: 0;
    }
    .news-the_most_view-item:nth-of-type(3n + 3) {
        margin-right: 4%;
    }
    .news-videos-item {
        width: 48%;
        float: left;
        margin-right: 4%;
        margin-bottom: 4%;
        position: relative;
    }
    .news-videos-item:nth-of-type(2n + 2) {
        margin-right: 0;
    }
    .news-videos-item:nth-of-type(3n + 3) {
        margin-right: 4%;
    }
    .news-the_most_view-item:nth-of-type(6n + 6) {
        margin-right: 0;
    }
    .news-videos-item:nth-of-type(6n + 6) {
        margin-right: 0;
    }
    .site-footer-above-item-content-youtube iframe {
        width: 100%;
        height: 247px;
    }
    ul.ul-list_newspro > li {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 30px;
        background: #f7f7f7;
    }
    li.div_news_custom_in_ul_item {
        min-height: 172px;
    }
}
@media screen and (max-width: 440px) {
    .product_list.page_inside ul.ul > li {
        width: 49%;
        min-height: 308px;
    }
}
@media screen and (max-width: 420px) {
    .product_list.page_inside ul.ul > li {
        width: 49%;
        min-height: 298px;
    }
}
@media screen and (max-width: 400px) {
    .product_list.page_inside ul.ul > li {
        width: 49%;
        min-height: 288px;
    }
    .home-page-kmhd-left-two {
        width: 100%;
        float: left;
    }
    .home-page-kmhd-left-one {
        width: 100%;
        float: left;
    }
    .home-page-kmhd-kmhd-right-item {
        width: 100%;
        float: left;
    }
    .home-page-kmhd-title h2.home__title {
        font-size: 18px;
    }
    .home-news-right-item-out:nth-of-type(1) {
        padding-bottom: 0;
        padding-top: 0;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .home-news-right-item-out:nth-of-type(2) {
        padding-bottom: 0;
        padding-top: 0;
        padding-left: 0;
        margin-bottom: 10px;
    }
    .home-news-right-item-out:nth-of-type(3) {
        padding-right: 0;
        margin-bottom: 10px;
    }
    .home-news-right-item-out:nth-of-type(4) {
        padding-left: 0;
    }
    .home-social-network-khtt-left-item {
        width: 100%;
        float: left;
    }
    .home-social-network-khtt-left-item:nth-of-type(1) {
        padding-right: 0;
    }
    .home-news-right-item-out {
        width: 100%;
        float: left;
    }
    .home-page-kmhd-content img {
        display: block;
        padding: 0;
        width: 100%;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 380px) {
    .product_list.page_inside ul.ul > li {
        width: 49%;
        min-height: 277px;
    }
}
@media screen and (max-width: 360px) {
    .product_list.page_inside ul.ul > li {
        width: 49%;
        min-height: 269px;
    }
}
@media screen and (max-width: 340px) {
    .product_list.page_inside ul.ul > li {
        width: 49%;
        min-height: 259px;
    }
}
@media screen and (max-width: 320px) {
    .product_list.page_inside ul.ul > li {
        width: 49%;
        min-height: 271px;
    }
}
