/*!

*/
/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code, del, dfn, em, font, 
ins, kbd, q, s, samp, small, strike, strong, sub, sup, 
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box;
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box;
    /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}

body {
    background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}


/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #818384;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #3d3d3d;
    font-weight: 700;
}

p {
    margin-bottom: 5px;
}

b,
strong {
    font-weight: bold;
}

dfn,
cite,
em,
i {
    font-style: italic;
}


blockquote {
    margin: 0 15px;
    font-size: 20px;
    font-style: italic;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

address {
    margin: 0 0 15px;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}


/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}

ul,
ol {
    margin: 0 0 15px 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 15px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}

figure {
    margin: 0;
}

table {
    margin: 0 0 15px;
    width: 100%;
    border-collapse: collapse;
}

th {
    font-weight: bold;
    border: 1px solid #CCC;
    padding: 5px 10px;
}

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


/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: middle;
}

.navigation .nav-links a,
.bttn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: none;
    color: #3d3d3d;
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    font-size: 14px;
    line-height: 13px;
    height: 33px;
    border: none;
    padding: 10px 15px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    text-shadow: none;
    border: 1px solid #27b6d4;
}

.navigation .nav-links a:hover,
.bttn:hover,
button,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #dd1f26;
    color: #ffffff !important;
    border-color: #dd1f26;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    color: #666;
    border: 1px solid #ccc;
    height: 36px;
    width: 100%;
    -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    border: 1px solid #AAA;
}

.searchform input[type="text"]:focus {
    border: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px 6px;
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    color: #666;
    border: 1px solid #ccc;
    height: 160px;
    max-width: 100%;
    width: 100%;
}

.widget_search #s {
    margin-right: -49px;
    width: 95%;
}

.widget_search #searchsubmit {
    height: 36px;
}
/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a {
    color: #27b6d4;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

a:visited {}

a:hover,
a:focus,
a:active {
    color: #dd1f26;
}


/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}


/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}


/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/

.es-clearfix:before,
.es-clearfix:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.mt-container:after,
.mt-container:before {
    content: '';
    display: table;
}

.es-clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.mt-container:after {
    clear: both;
}

.clear {
    clear: both;
}


/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.widget-area .widget {
    margin: 0 0 25px;
    padding-bottom: 10px;
}


/* Make sure select elements fit in widgets */

.widget-area .widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

h1.entry-title {
    color: #353535;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: capitalize;
}

h1.entry-title a {
    color: #3d3d3d;
}

.hentry {
    margin: 0 0 15px;
}

.single .byline,
.group-blog .byline,
.posted-on,
.blog-author,
.blog-cat {
    display: inline;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.cat-links {
    margin-right: 10px;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 15px 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 15px;
}

.edit-link .post-edit-link {
    background: #27b6d4;
    padding: 4px 10px;
    color: #FFF !important;
    line-height: 1;
    border-radius: 3px;
    font-size: 13px;
}

.edit-link .post-edit-link:before {
    content: "\f044";
    font-family: FontAwesome;
    margin-right: 5px;
}

#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry,
.blog article.hentry {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.blog article.hentry:first-child {
    margin-top: 30px;
}

article.hentry .edit-link {
    display: block;
    margin-top: 20px;
}

article.hentry h1.entry-title {
    margin-bottom: 5px;
    line-height: 1.2;
}

article.hentry .entry-footer>span {
    color: #999;
    font-size: 13px;
    margin-right: 15px;
}

.page-header .page-title {
    color: #333333;
    padding-bottom: 15px;
}

.posted-on:before {
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.cat-links:before {
    content: "\f07c";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.comments-link:before {
    content: "\f075";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.byline:before {
    content: "\f007";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.tags-links:before {
    content: "\f02c";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 3px;
}

.entry-footer a {
    color: #27b6d4;
}

.entry-footer a:hover {
    color: #27b6d4
}

.nav-links .meta-nav {
    display: none;
}

.nav-links .nav-previous,
.nav-links .nav-next {
    width: 50%;
    float: left;
}

.nav-links .nav-next {
    text-align: right;
}

.nav-links .nav-previous a:before {
    content: "\f0d9";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.nav-links .nav-next a:after {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 5px;
}

.entry-thumbnail {
    width: 38%;
    float: left;
}

.entry-exrecpt {
    width: 60%;
    float: right;
}

.short-content {
    margin-bottom: 10px;
}

.short-content+.bttn {
    float: right;
}

.entry-footer {
    margin-top: 10px;
}

.full-width {
    float: none;
    width: 100%;
}


/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
    margin-left: -2%;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin-bottom: 3%;
    margin-left: 2%;
}

.site-main .gallery a img {
    max-width: none;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 47%;
}

.gallery-columns-3 .gallery-item {
    max-width: 31.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
}

.gallery-columns-5 .gallery-item {
    max-width: 18%;
}

.gallery-columns-6 .gallery-item {
    max-width: 14.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 12.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 10.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 9.11%;
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}


/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/

#comments {
    margin-top: 80px;
}

#tab-reviews #comments {
    margin-top: 0;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

#comments h2.comments-title {
    color: #333;
    display: inline-block;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    margin: 15px 0;
    padding: 8px 15px;
}

#comments h3 {
    margin: 0 0 10px;
    color: #141414;
    font-weight: 600;
    display: inline-block;
    line-height: 22px;
    font-size: 18px;
}

#commentform label {
    width: 120px;
    display: block;
}

textarea#comment {
    width: 100%;
    height: 150px;
}


/*Comment Lists*/

.comments-area ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comments-area ol.children {
    margin: 0 0 0 15px;
}

.comment-list .comment-body {
    padding: 15px;
    margin-bottom: 20px;
    background: #F2F2F2;
    border-top: 2px solid #27b6d4;
}

.comment-author img {
    vertical-align: text-top;
    margin-right: 15px;
}

.comment-author {
    float: none;
}

.comment-metadata {
    font-size: 12px;
    margin-top: -12px;
    padding-left: 50px;
}

.comment-content {
    margin-top: 10px;
    padding-left: 50px;
}

.comment-author .fn {
    font-style: normal;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
}

.comment-author .fn .url {
    color: #333;
    padding: 0 5px;
}

.comment-author .fn .url:hover {
    color: #27b6d4;
}

.comment-author .says {
    display: none;
}

.commentmetadata {
    float: right;
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
}

.commentmetadata a {
    color: #666;
}

.commentmetadata .comment-edit-link {
    color: #27b6d4;
}

.commentmetadata+.clear {
    margin-bottom: 20px;
}

.reply .comment-reply-link {
    background: none repeat scroll 0 0 #27b6d4;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1;
    padding: 2px 10px;
}

#respond {
    background: #f7f7f7;
    padding: 20px;
    margin-top: 20px;
    color: #141414;
}

#commentform .form-submit {
    margin-bottom: 0;
}

#cancel-comment-reply-link {
    font-style: italic;
    color: #27b6d4;
}

#cancel-comment-reply-link:before {
    font-family: FontAwesome;
    content: "\f057";
    margin: 0 5px 0 20px;
    font-style: normal;
    color: #27b6d4;
}

.logged-in-as a {
    color: #27b6d4;
}


/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation,



/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {
    display: block;
}

#infinite-footer {
    display: none;
}


/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}

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

.wp-caption .wp-caption-text {
    margin: 10px 0;
}

.site-main .gallery {
    margin-bottom: 1.5em;
}

.gallery-caption {}

.site-main .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

.site-main .gallery dd,
.site-main .gallery figcaption {
    margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {}

.site-main .gallery-columns-4 .gallery-item img {}


/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
Grid CSS
--------------------------------------------------------------*/

.mt-column-wrapper {
    margin-left: -2%;
    margin-bottom: -2%;
}

.mt-column-1 {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 98%;
    margin-left: 2%;
    margin-bottom: 2%;
}

.mt-column-2 {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 48%;
    margin-left: 2%;
    margin-bottom: 2%;
}

.mt-column-3 {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 31.33%;
    margin-left: 2%;
    margin-bottom: 2%;
}

.mt-column-4 {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 23%;
    margin-left: 2%;
    margin-bottom: 2%;
}

/*--------------------------------------------------------------
Default widget css
--------------------------------------------------------------*/

.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul {
    list-style: outside none none;
    margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_recent_entries li:last-child,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child {
    border: none;
}

.widget_archive a,
.widget_categories a,
.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li a,
.widget_nav_menu li a {
    color: #333333;
    font-size: 14px;
    line-height: 32px;
    padding-left: 22px;
    position: relative;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    display: inline-block;
}

.widget a:hover,
.widget a:hover::before,
.widget li:hover::before {
    color: #27B6D4;
}

.widget_archive a::before,
.widget_categories a::before,
.widget_recent_entries a::before,
.widget_meta a::before,
.widget_recent_comments li::before,
.widget_rss li:before,
.widget_pages li a:before,
.widget_nav_menu li a:before {
    color: #afb4bd;
    content: "\f187";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 0px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.widget_categories a::before {
    content: "\f07b";
}

.widget_recent_entries a::before {
    content: "\f101";
}

.widget_meta a::before,
.widget_nav_menu li a:before {
    content: "\f105";
}

.widget_recent_comments li::before {
    content: "\f086";
    top: 0;
}

.widget_rss li::before {
    content: "\f09e";
    top: 0;
}

.widget_pages li a:before {
    content: "\f1ea";
    top: 0;
}

.widget_search .search-field {
    width: 75%;
    float: left;
}

.widget_search .search-submit {
    height: 36px;
    width: 25%;
    background: #27B6D4;
    border-color: #27B6D4;
    color: #ffffff;
}

.widget_recent_entries .post-date {
    color: #8f8f8f;
    display: block;
    font-size: 11px;
    margin-top: -5px;
    padding-left: 24px;
}

.widget_nav_menu .sub-menu {
    margin: 10px 0 0 10px;
}

.widget_nav_menu li::before {
    top: 0;
}

.widget_search::after {
    clear: both;
    content: "";
    display: table;
}

.widget_search .search-field {
    width: 75%;
    float: left;
}

.widget_search .search-submit {
    height: 36px;
    width: 25%;
    background: #27B6D4;
    border-color: #27B6D4;
    color: #ffffff;
}

/*--------------------------------------------------------------
Sidebar layout css 
--------------------------------------------------------------*/

#primary,
.home.blog #primary {
   float: left;
   width: 100%;
}

#secondary,
.home.blog #secondary,
#sidebar-shop {
   float: right;
   width: 27%;
}

.home.page-template-template-home #primary,
.home.page-template-template-home #secondary,
.error404 #primary {
   float: none;
   width: 100%;
}

.left-sidebar #primary {
   float: right;
}

.left-sidebar #secondary {
   float: left;
}

.no-sidebar #primary,
.home.blog.no-sidebar #primary {
   float: none;
   width: 100%;
   margin: 0 auto;
}

.no-sidebar-center #primary,
.home.blog.no-sidebar-center #primary {
   float: none;
   width: 80%;
   margin: 0 auto;
}

.no-sidebar #secondary,
.no-sidebar-center #secondary {
   display: none;
}

.home.blog #content .mt-container {
   margin: 0px auto;
}

.home.blog #content #primary article:first-child {
   margin-top: 0;
}

/*--------------------------------------------------------------
Woocommerce styles
--------------------------------------------------------------*/

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  font-weight: 400;
}

.woocommerce .price-cart {
  background: #666666;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  padding: 0 0 0 10px;
  position: absolute;
  width: 100%;
}

.woocommerce .price-cart:after {
  height: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #27B6D4;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.woocommerce ul.products li.product:hover .price-cart:after {
  height: 100%;
}

.woocommerce ul.products li.product .price-cart .button {
  background: none;
  float: right;
  margin-top: 0;
  position: relative;
  z-index: 9;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
  padding-left: 30px;
}

.woocommerce ul.products li.product .price-cart .button:before {
  content: "\f07a";
  position: absolute;
  left: 10px;
  top: 0;
  font-family: "FontAwesome";
}

.woocommerce ul.products li.product .price-cart .button:hover {
  background: #27B6D4;
}

.woocommerce ul.products li.product .price del {
  display: inline-block;
  margin-right: 10px;
}

.woocommerce ul.products li.product .price-cart .price {
  color: #ffffff;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 36px;
  margin-bottom: 0;
  width: 46%;
  position: relative;
  z-index: 9;
}

.woocommerce .price-cart a.added_to_cart {
  display: none;
}

.woocommerce ul.products li.product .price ins {
  font-weight: 400;
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
  top: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, 
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: #27B6D4;
    top: 0px;
}

.woocommerce .widget_price_filter .price_slider {
  margin: 15px 0;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #27B6D4;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .added_to_cart.wc-forward {
  background: #333;
  border-radius: 0;
  color: #ffffff;
  font-weight: 400;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border:none;
}

.woocommerce .added_to_cart.wc-forward {
   padding: 8px 20px;
   margin-left: 10px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce .added_to_cart.wc-forward:hover {
  background: #27B6D4;
  color: #ffffff;
}

.woocommerce-product-search .search-field {
    border-radius: 0;
    border-right: medium none;
    height: 40px;
    margin-right: 0px;
    width: 71%;
}

.woocommerce-product-search button {
    height: 40px;
    border: 1px solid transparent;
}

.woocommerce-product-search {
  margin: 15px 0;
}

.woocommerce ul.products li.product .onsale, 
.woocommerce span.onsale {
  background: #27B6D4 none repeat scroll 0 0;
  border-radius: 0;
  bottom: auto;
  display: inline-block;
  left: 0;
  line-height: 25px;
  margin: 0;
  min-height: auto;
  min-width: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 30%;
  color: #ffffff;
}

.woocommerce table.shop_table th,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 600;
}

.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message {
   border: none;
   background: #f7f7f7;
   display: block;
   padding: 15px 20px 15px 50px;
   margin: 20px 0;
   font-size: 15px;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #27B6D4;
}

.woocommerce .woocommerce-message:before,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce div.product p.price del,
.woocommerce .woocommerce-info:before {
  color: #27B6D4;
}

.woocommerce .price_label {
    position: relative;
    top: 5px;
    color: #DD1F26;
    font-size: 15px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  position: relative;
  z-index: 9;
}

.woocommerce .product-categories .children {
  padding-left: 20px;
}

.woocommerce .product-categories li a {
  display: inline-block;
  margin-bottom: 12px;
  padding-left: 15px;
  position: relative;
}

.woocommerce .quantity .qty {
  border: 1px solid #cccccc;
  border-radius: 0;
  padding: 4px 2px;
  width: 60px;
  height: 35px;
}

.woocommerce .product-categories > li > a:before,
.woocommerce .product-categories .children a:before {
  content: "\f101";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
}

.woocommerce .product-categories .children a:before {
  content: "\f105";
}

.woocommerce .products .star-rating {
   margin: 5px auto;
}

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

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 150px;
  border-radius: 0;
}

.woocommerce div.product p.price del {
  float: left;
  margin-right: 15px;
}

.woocommerce div.product .woocommerce-product-rating,
.woocommerce div.product p.price {
  margin-bottom: 10px;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt[disabled]:disabled,
.woocommerce #respond input#submit.alt[disabled]:disabled:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt[disabled]:disabled,
.woocommerce a.button.alt[disabled]:disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt[disabled]:disabled,
.woocommerce button.button.alt[disabled]:disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt[disabled]:disabled,
.woocommerce input.button.alt[disabled]:disabled:hover {
  background: #27B6D4;
  color: #ffffff;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border: 1px solid #eee;
  border-top: none;
  border-right: none;
}

.woocommerce .shop_table tbody tr td:first-child,
.woocommerce .shop_table thead tr th.product-remove,
.woocommerce table.shop_table tfoot td:first-child,
.woocommerce table.shop_table tfoot th:first-child {
  border-left: medium none;
}

.order-total > th,
.order-total > td {
  border-bottom: medium none !important;
}

.woocommerce .shop_table tbody tr td.actions {
  border-bottom: none;
}

.woocommerce table.shop_table {
  border-radius: 0;
  border: 1px solid #eee;
}

.woocommerce form .form-row .select2-container {
  line-height: 35px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  font-size: 16px;
  padding: 10px;
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
  border-bottom: none;
}

.widget.woocommerce ul {
  list-style: none;
  margin: 0;
}

.woocommerce ul.products{
   text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
   font-size: 18px;
   text-align: center;
   margin: 15px 0 0;
}

.es-product-title-wrap a:hover .woocommerce-loop-product__title{
    color: #27b6d4;
}

.woocommerce ul.products li.product .button {
   display: inline-block;
}

.woocommerce .woocommerce-loop-product__link:after{
   content: "";
   clear: both;
   display: block;
}

.woocommerce ul.products li.product .price {
   font-size: 14px;
   color: #333;
   display: block;
   margin: 10px 0;
}

.wc_payment_methods.payment_methods.methods {
   margin: 0;
   margin: 20px 0;
}

.woocommerce-cart .product-thumbnail img {
   width: 70px;
}

.woocommerce-cart .coupon {
   float: left;
}

.woocommerce-cart .actions .button {
   float: right;
}

.woocommerce-cart .actions .coupon .button {
   margin-left: 10px;
}

.cart-collaterals h2 {
   font-size: 20px;
   margin-top: 30px;
}

.woocommerce-cart .checkout-button.button.alt.wc-forward {
   float: left;
   padding: 0px 20px;
   height: 40px;
   line-height: 40px;
}

.wc_payment_methods.payment_methods.methods {
   list-style: none;
   background: #f8f8f8;
   padding: 20px;
   font-size: 13px;
}

.woocommerce.single-product div.product .price {
    text-align: left;
    color: #dd1f26;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #27B6D4;
}

.woocommerce-account .woocommerce {
    border: 1px solid #e1e1e1;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul a {
    display: block;
    padding: 6px 30px;
    color: #666;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul a:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:hover{
    color: #27B6D4;
}

.woocommerce-account .woocommerce-MyAccount-content {
    padding: 20px 10px;
}


.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    padding: 0 15px;
}

.woocommerce-error {
    color: #fff;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    padding: 10px 20px 10px 50px;
    width: 100%;
}

.woocommerce-error::before {
    color: #fff;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    height: 38px;
}

.select2-container .select2-selection--single {
    height: 38px;
    border-radius: 0;
    border-color: #ccc;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    color: #fff;
    background: #27B6D4;
}

.woocommerce table.wishlist_table {
    font-size: 14px;
}

.dropdown_product_cat {
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #ccc;
}

.related.products {
    padding: 0 10px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 0 20px;
}
/*--------------------------------------------------------------
COMMON CSS
--------------------------------------------------------------*/

body {
    font-weight: 400;
    overflow: hidden;
    position: relative;
    font-family: 'Poppins', sans-serif;
    line-height: 1.8;
}

.boxed-layout #page {
    background-color: #ffffff;
    box-shadow: 0 0 10px #c7c7c7;
    margin: 0 auto;
    position: relative;
    width: 1240px;
}

body.boxed-layout {
    background: #f6f6f6 none repeat scroll 0 0;
}

#page {
    background: #fff none repeat scroll 0 0;
}

.mt-container {
    width: 1200px;
    margin: 0 auto !important;
}

.hide {
    display: none;
}

/*--------------------------------------------------------------
Header CSS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Top Header CSS
--------------------------------------------------------------*/
.home.page-template-template-estore-home #masthead {
    margin-bottom: 15px;
}

.es-top-header-wrap {
    border-bottom: 1px solid #eaeaea;
    padding: 12px 0;
}

.es-top-left-section-wrapper {
    font-size: 12px;
    float: left;
}

.es-top-right-section-wrapper {
    float: right;
}

.es-social-icons-wrapper .social-link {
    margin-left: 12px;
}

.es-top-header-wrap .item-icon-info-wrap {
    margin-right: 20px;
    display: inline-block;
}

.es-top-header-wrap .item-icon {
    color: #27B6D4;
    margin-right: 5px;
}

.es-header-logo-wrapper {
    padding: 20px 0;
}

.site-branding {
    float: left;
}

.es-header-area-cart-wrapper {
    float: right;
}

.es-header-area-cart-wrapper .easy_store_advance_product_search {
    float: left;
    margin-right: 30px;
}

.easy_store_advance_product_search .woocommerce-product-search {
    border: 1px solid #e1e1e1;
    height: 42px;
    position: relative;
    margin: 13px 0;
}

.easy_store_advance_product_search .es-select-products {
    font-size: 15px;
    height: 40px;
    border: none;
    float: left;
    padding: 0 20px;
    width: 200px;
    font-weight: 400;
    color: #333;
}

.easy_store_advance_product_search .search-field {
    float: left;
    width: auto;
    border: none !important;
    padding: 0 45px 0 20px;
    height: 40px;
    width: 320px;
}

.easy_store_advance_product_search .woocommerce-product-search .searchsubmit {
    background: none;
    border: none;
    color: #666 !important;
    position: absolute;
    right: 15px;
    top: 11px;
    padding: 0;
    border-left: 1px solid #e1e1e1;
    height: 20px;
    padding-left: 15px;
}

.easy_store_advance_product_search .woocommerce-product-search .searchsubmit:hover{
    color: #DD1F26 !important;
}

.es-header-search-wrap .search-form input {
    width: 340px;
    height: 42px;
    padding: 5px 50px 5px 15px;
}

.es-header-search-cart-wrapper {
    float: right;
}

#masthead .site-header-cart {
    list-style: none;
    margin: 0;
    padding: 0;
}

#masthead .cart-title-wrap {
    float: left;
    line-height: 20px;
}

#masthead .cart-title {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
}

#masthead .site-header-cart .cart-contents {
    background: #000;
    display: block;
    padding: 10px 15px;
    color: #ffffff;
}

#masthead .site-header-cart .cart-contents:hover{
    background: #27B6D4;
}

#masthead .amount, #masthead .count {
    font-size: 12px;
}

#masthead .cart-icon {
    margin-left: 15px;
    line-height: 40px;
    display: inline-block;
    padding-left: 16px;
    border-left: 1px solid #e1e1e1;
    font-size: 20px;
}

#masthead .widget_shopping_cart {
    display: none;
}
/*--------------------------------------------------------------
## Menu CSS
--------------------------------------------------------------*/
.es-main-menu-wrapper .mt-container {
    background: #27B6D4;
}

.es-home-icon {
    float: left;
}

.es-home-icon a {
    color: #fff !important;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 50px;
    padding: 0 20px;
    position: relative;
}

.home .es-home-icon a,
.es-home-icon a:hover {
    background: #DD1F26 none repeat scroll 0 0;
}

#site-navigation ul {
    list-style: none;
    margin: 0;
}

#site-navigation ul li {
    display: block;
    float: left;
    line-height: 50px;
    position: relative;
}

#site-navigation ul li a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 0 20px;
}

#site-navigation ul li.current-menu-item>a,
#site-navigation ul li:hover>a,
#site-navigation ul li.current_page_ancestor>a {
    background: #DD1F26;
    color: #ffffff !important;
}

#site-navigation ul.sub-menu,
#site-navigation ul.children {
    background: #27B6D4 none repeat scroll 0 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    left: 0;
    min-width: 260px;
    opacity: 0;
    position: absolute;
    top: 120%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: hidden;
    z-index: 9999;
}

#site-navigation ul li.focus > .sub-menu, 
#site-navigation ul li.focus > .children,
#site-navigation ul li:hover>ul.sub-menu,
#site-navigation ul li:hover>ul.children {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

#site-navigation ul.sub-menu li,
#site-navigation ul.children li {
    float: none;
    display: block;
    border-bottom: 1px solid #e1e1e1;
}

#site-navigation ul.sub-menu li:last-child,
#site-navigation ul.children li:last-child {
    border: none;
}

#site-navigation ul.sub-menu ul,
#site-navigation ul.children ul {
    right: -100%;
    left: auto;
    top: -20%;
}

#site-navigation ul.sub-menu li:hover>ul,
#site-navigation ul.children li:hover>ul {
    top: 0;
}

#site-navigation li.menu-item-has-children>a:after,
#site-navigation li.page_item_has_children>a:after,
#site-navigation li.page_item_has_children>a:after{
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 0;
}

#site-navigation .sub-menu li.menu-item-has-children>a:after,
#site-navigation .children li.page_item_has_children>a:after {
    right: 15px;
    top: 8px;
}

#site-navigation ul.sub-menu li.menu-item-has-children>a:after,
#site-navigation ul.children li.page_item_has_children>a:after {
    content: "\f105";
}

#site-navigation ul#primary-menu li.menu-item-has-children a,
#site-navigation #primary-menu li.page_item_has_children a {
    padding-right: 35px;
}

#site-navigation ul ul li a {
    line-height: 25px;
    margin: 0;
    padding: 10px 20px;
}

.is-sticky .es-main-menu-wrapper {
    background: #27B6D4;
    z-index: 9999;
}

.sub-toggle {
    display: none;
}

.es-wishlist-wrap {
    float: right;
}

.es-wishlist-btn {
    color: #fff;
    padding: 0 20px;
    display: block;
    line-height: 50px;
    background: #DD1F26;
}

.es-wishlist-btn:hover{
    color: #ffffff
}

.es-wishlist-btn i {
    margin: 0 5px 0 0;
    display: inline-block;
    font-size: 18px;
}

.es-wl-counter {
    margin-left: 5px;
}
/*--------------------------------------------------------------
Slider CSS
--------------------------------------------------------------*/

.es-slider-cat-menu {
    float: left;
    width: 27%;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}

.es-slider-cat-menu .product-categories {
    margin: 0;
    list-style: none;
    height: 100%;
}

.es-slider-cat-menu .product-categories li {
    padding: 10px 20px;
    border-bottom: 1px solid #e1e1e1;
}

.es-slider-cat-menu .product-categories li:last-child{
    border-bottom: 0;
}

.mCSB_inside > .mCSB_container {
    margin: 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #333 !important;
    background-color: #333 !important;
}

.es-slider-section {
    float: right;
    width: 70%;
}

.no-cat-menu .es-slider-section {
    width: 100%;
    float: none;
}

.es-single-slide {
    position: relative;
}

.es-slide-content-wrap {
    position: absolute;
    top: 50%;
    left: 30px;
    width: 48%;
    padding: 0;
    transform: translateY(-50%);
}

.es-slide-title {
    font-size: 36px;
    text-transform: uppercase;
    color: #ffffff;
}

.es-slide-content {
    color: #fff;
    font-size: 14px;
}

.easy_store_slider .es-slide-btn a {
    background: #DD1F26;
    display: inline-block;
    padding: 8px 25px;
    color: #fff;
    border-radius: 25px;
    font-weight: 600;
    font-size: 13px;
}

.easy_store_slider .es-slide-btn a:hover {
    background: #27B6D4;
    color: #fff;
}

.es-slider .lSAction > a{
    background: none;
}

.es-slider-section .lSAction {
    position: absolute;
    right: 20px;
    top: 20px;
}

.es-slider-section .lSAction a {
    position: static;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    background: rgba(0,0,0,1);
    margin-left: 5px;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    margin-top: 0;
}

.es-slider-section .lSAction a:hover {
    background: #dd1f26;
    opacity: 1;
    color: #fff;
}

.categories-title {
    background: #333;
    padding: 12px 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    margin: 0;
}

.categories-title i {
    margin-right: 10px;
}

.es-slider-cat-menu .product-categories a {
    font-size: 14px;
}

/*--------------------------------------------------------------
Promo CSS
--------------------------------------------------------------*/

.es-section-wrapper {
    padding: 20px 0;
}

.section-title-wrapper.no-title {
    display: none;
}

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

.section-title-wrapper::before, 
.section-title-wrapper::after {
    content: "";
    width: 100%;
    left: 0;
    bottom: 8px;
    height: 1px;
    background: #e1e1e1;
    position: absolute;
}

.section-title-wrapper::before {
    bottom: 11px;
}

.section-title-block {
    float: left;
    background: #fff;
    position: relative;
    padding: 0 20px 0 0;
    z-index: 99;
}

.es-block-title {
    font-size: 18px;
    margin: 0;
}

.promo-items-wrapper .item-icon-wrap {
    float: left;
    width: 15%;
    font-size: 38px;
    line-height: 50px;
    color: #27B6D4;
}

.promo-items-wrapper .item-info-wrap {
    float: right;
    width: 80%;
}

.promo-items-wrapper .item-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

.promo-items-wrapper .item-info {
    font-size: 13px;
}

/*--------------------------------------------------------------
Featured Product CSS
--------------------------------------------------------------*/

.easy_store_featured_products .carousel-nav-action {
    position: absolute;
    top: -3px;
    right: 0;
}

.easy_store_featured_products .carousel-nav-action .carousel-controls {
    border: 1px solid #e1e1e1;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    margin-left: 4px;
    font-size: 16px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
}

.easy_store_featured_products .carousel-nav-action .carousel-controls:hover{
    border-color: #DD1F26;
    color: #ffffff;
    background: #dd1f26;
}

.es-featured-products-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product,
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    position: relative;
    border: 1px solid #e1e1e1;
    padding-top:10px;
}

.product a.woocommerce-LoopProduct-link {
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 0;
    margin: 0 10px;
}

.es-product-title-wrap {
    padding: 0 10px;
}

.product a.woocommerce-LoopProduct-link img{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

li.product:hover a.woocommerce-LoopProduct-link img{
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.woocommerce span.onsale, 
.woocommerce ul.products li.product .onsale {
    position: absolute;
    left: 20px;
    top: 20px;
    background: #dd1f26;
    color: #fff;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 700;
    min-width: auto;
    min-height: auto;
    border-radius: 0;
    line-height: 24px;
    margin: 0;
    right: auto;
}

.woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: 15px 0 8px;
}

.price,
.woocommerce ul.products li.product .price {
    display: block;
    text-align: center;
    color: #dd1f26;
    font-size: 14px;
}

.es-product-buttons-wrap {
    background: #fff;
    margin: 10px 0 0;
    text-align: center;
    border-top: 1px solid #e1e1e1;
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

.widget li.product:hover .es-product-buttons-wrap,
li.product:hover .es-product-buttons-wrap{
    background: #333;
}

.widget li.product:hover .es-product-buttons-wrap:after,
li.product:hover .es-product-buttons-wrap:after{
    content: "";
    clear:both;
    position: relative;
    display: block;
}

.woocommerce-active .es-product-buttons-wrap a, 
.woocommerce-active ul.products li.product .button {
    display: block;
    width: 50%;
    padding: 8px 10px;
    color: #A6A6A6;
    font-size: 12px;
    background: none;
    border-radius: 0;
    line-height: 1.8;
    font-weight: 400;
    text-transform: capitalize;
    vertical-align: top;
    margin-top: 0;
    height: auto;
    float: left;
}

.woocommerce-active .related .es-product-buttons-wrap a, 
.woocommerce-active .related ul.products li.product .button {
    padding: 10px 8px;
}

.woocommerce-active ul.products li.product .button{
    width: 44%;
}

.woocommerce-active ul.products li.product .add_to_wishlist{
        width: 56%;
}

.widget li.product:hover .es-product-buttons-wrap a,
li.product:hover .es-product-buttons-wrap a,
.woocommerce-active ul.products li.product:hover .button{
    color: #ffffff;
}

.woocommerce-active .es-product-buttons-wrap a:hover,
.woocommerce-active ul.products li.product .button:hover{
    background: #27B6D4;
    color: #ffffff;
}

.es-product-buttons-wrap a.add_to_wishlist:hover{
    background: #DD1F26;
}

.es-product-buttons-wrap a.add_to_cart_button::before, 
.es-product-buttons-wrap a.add_to_wishlist::before {
    content: "\f07a";
    font-family: FontAwesome;
    margin-right: 8px;
    font-size: 14px;
}

.es-product-buttons-wrap a.add_to_wishlist:before{
    content: "\f004";
}

.es-product-buttons-wrap a.add_to_cart_button:hover:before, 
.es-product-buttons-wrap a.add_to_wishlist:hover:before{
    color: #ffffff;
}

/*--------------------------------------------------------------
Category Collection CSS
--------------------------------------------------------------*/

.easy_store_categories_collection .single-cat-wrap{
    position: relative;
    overflow: hidden;
}

.easy_store_categories_collection .single-cat-wrap .img-holder img{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

.easy_store_categories_collection .single-cat-wrap:hover .img-holder img{
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.easy_store_categories_collection .content-wrap {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 80%;
    margin-left: -40%;
    text-align: center;
    background: rgba(255,255,255,0.8);
    padding: 15px;
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

.easy_store_categories_collection .single-cat-wrap:hover .content-wrap{
    bottom: 40px;
}

.easy_store_categories_collection .es-coll-title {
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
}

.easy_store_categories_collection .es-coll-link {
    color: #DD1F26;
    font-size: 16px;
    display: block;
    margin: 5px 0 0;
}

.easy_store_categories_collection .es-coll-link i{
    margin-left: 10px;
}

.es-cat-products-wrapper{
    margin-left: -2%;
    margin-bottom: -2%;
}

.es-cat-products-wrapper .product {
    display: inline-block;
    width: 23%;
    margin-right: -4px;
    margin-left: 2%;
    vertical-align: top;
    margin-bottom: 2%;
}


/*--------------------------------------------------------------
Testimonial CSS
--------------------------------------------------------------*/

.easy_store_testimonials .section-title-wrapper{
    margin-bottom: 30px;
}

.easy_store_testimonials .section-title-wrapper::before, 
.easy_store_testimonials .section-title-wrapper::after {
    width: 40%;
    left: 50%;
    margin-left: -20%;
}

.easy_store_testimonials .section-title-block {
    float: none;
    display: inline-block;
    background: #fafafa;
    padding: 0 20px;
}

.easy_store_testimonials {
    background: #fafafa;
    margin: 20px 0;
    padding: 20px 0;
    text-align: center;
    position: relative;
}

.easy_store_testimonials::before, 
.easy_store_testimonials::after {
    content: "";
    background: #fafafa;
    width: 1000%;
    left: -1000%;
    height: 100%;
    top: 0;
    position: absolute;
}

.boxed-layout .easy_store_testimonials::before, 
.boxed-layout .easy_store_testimonials::after{
    display: none;
}

.boxed-layout .easy_store_testimonials {
    margin: 20px -20px;
}

.easy_store_testimonials::after {
    right: -1000%;
    left: auto;
}

.easy_store_testimonials .es-single-wrap {
    background: #fff;
    border: 1px solid #e1e1e1;
}

.easy_store_testimonials .es-single-wrap .image-holder {
    float: left;
    width: 42%;
    position: relative;
}

.easy_store_testimonials .es-single-wrap .image-holder::after {
    background: #27B6D4 none repeat scroll 0 0;
    color: #fff;
    content: "\f10d";
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: -14px;
    text-align: center;
    top: 23px;
    width: 30px;
    font-family: FontAwesome;
}

.easy_store_testimonials .es-single-wrap .content-holder {
    float: right;
    width: 58%;
    padding: 15px 15px 15px 30px;
    text-align: left;
    font-size: 13px;
    line-height: 28px;
}

.easy_store_testimonials .es-single-wrap .post-author {
    color: #dd1f26;
}

.easy_store_testimonials .es-single-wrap .content-holder p {
    margin: 0 0 10px;
}

.easy_store_testimonials .lSSlideOuter .lSPager.lSpg {
    margin-top: 30px !important;
}

.easy_store_testimonials .lSSlideOuter .lSPager.lSpg > li a {
    height: 12px;
    width: 12px;
}

.easy_store_testimonials .lSSlideOuter .lSPager.lSpg > li:hover a, 
.easy_store_testimonials .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #27B6D4;
}

/*--------------------------------------------------------------
Call To Action CSS
--------------------------------------------------------------*/

.easy_store_call_to_action {
    margin: 30px -100%;
}

.boxed-layout .easy_store_call_to_action {
    margin: 30px -20px;
}

.easy_store_call_to_action .es-section-wrapper {
    padding: 80px 0;
}

.cta-content-wrapper {
    float: left;
    width: 50%;
}

.cta-content {
    font-weight: 700;
    color: #333;
    font-size: 52px;
    font-weight: 900;
}

.cta-content span {
    display: block;
    line-height: 52px;
    color: #DD1F26;
}

.cta-btn-wrap a {
    display: inline-block;
    background: #27b6d4;
    padding: 8px 30px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
}

.easy_store_call_to_action .cta-btn-wrap a:hover{
    background: #dd1f26;
    color: #fff;
}

/*--------------------------------------------------------------
Blog CSS
--------------------------------------------------------------*/

.main-post-wrap {
    float: left;
    width: 50%;
}

.list-posts-wrap {
    float: right;
    width: 47%;
}

.main-post-wrap .blog-content-wrapper,
.entry-content-block {
    float: right;
    width: 100%;
    padding: 0px;
}

.main-post-wrap .post-date-wrap,
.list-posts-wrap .post-date-wrap,
.entry-content-wrapper .post-date-wrap {
    float: left;
    width: 12%;
    background: #27B6D4;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 20px 0 10px;
}

.main-post-wrap .post-date-wrap .date-mth-yr,
.list-posts-wrap .post-date-wrap .date-mth-yr,
.entry-content-wrapper .post-date-wrap .date-mth-yr{
    display: block;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}

.main-post-wrap .blog-content-wrapper .news-title,
.list-posts-wrap .blog-content-wrapper .news-title,
.entry-content-wrapper .entry-title {
    font-size: 20px;
    margin: 0;
}

.main-post-wrap .blog-content-wrapper .news-title a,
.list-posts-wrap .blog-content-wrapper .news-title a,
.entry-content-wrapper .entry-title a{
    color: #333;
}

.main-post-wrap .blog-content-wrapper .news-title a:hover,
.list-posts-wrap .blog-content-wrapper .news-title a:hover,
.entry-content-wrapper .entry-title a:hover{
    color: #27B6D4;
}

.main-post-wrap .blog-content-wrapper .post-meta,
.list-posts-wrap .blog-content-wrapper .post-meta,
.entry-content-wrapper .post-meta{
    margin: 8px 0px 15px;
}

.blog-content-wrapper .post-meta span, 
.blog-content-wrapper .post-meta span a,
.entry-content-wrapper .post-meta span,
.entry-content-wrapper .post-meta span a {
    color: #9c9c9c;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin-right: 8px;
    text-transform: capitalize;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.blog-content-wrapper .post-meta span:hover, 
.blog-content-wrapper .post-meta span a:hover,
.entry-content-wrapper .post-meta span:hover,
.entry-content-wrapper .post-meta span a:hover{
    color: #27B6D4;
}

.list-posts-wrap .single-post-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.list-posts-wrap .single-post-wrapper:last-child {
    margin-bottom: 0;
}

.list-posts-wrap .post-thumb {
    float: left;
    width: 27%;
}

.list-posts-wrap .post-date-content-wrap {
    float: right;
    width: 69%;
}

.list-posts-wrap .post-date-wrap .date-mth-yr {
    font-size: 14px;
}

.list-posts-wrap .post-date-wrap {
    font-size: 14px;
    padding: 6px 0 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 9%;
}

.list-posts-wrap .blog-content-wrapper .post-meta span, 
.list-posts-wrap .blog-content-wrapper .post-meta span a {
    font-size: 12px;
    margin-right: 5px;
}

.list-posts-wrap .blog-content-wrapper .post-excerpt {
    font-size: 13px;
}

.easy_store_sponsors .single-item-wrap img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

/*--------------------------------------------------------------
Social Media Css
--------------------------------------------------------------*/

.easy_store_social_media a{
    background: #27B6D4;
    color: #fff;
    padding: 8px 15px;
    font-size: 16px;
}

.es-footer-widget .easy_store_social_media a{
    color: #ffffff;
}

.easy_store_social_media .es-social-icons-wrapper .social-link {
    margin: 0 14px 0 0;
    display: inline-block;
    vertical-align: top;
}

.easy_store_social_media a:hover{
    background: #dd1f26;
    color: #fff !important;
}

/*--------------------------------------------------------------
Footer Css
--------------------------------------------------------------*/

#colophon {
    background: #27B6D4;
    margin-top: 0px;
}

#top-footer {
    padding: 10px 0 40px;
}

.bottom-footer {
    padding: 15px 0;
    font-size: 12px;
    background: #29b;
    color: #fff;
}

.footer_columns_one .es-footer-widget,
.footer_columns_two .es-footer-widget,
.footer_columns_three .es-footer-widget,
.footer_columns_four .es-footer-widget {
    float: left;
    margin-left: 3%;
    width: 97%;
}

.footer_columns_two .es-footer-widget {
    width: 47%;
}

.footer_columns_three .es-footer-widget {
    width: auto;
}

.footer_columns_four .es-footer-widget {
    width: 22%;
}

.es-footer-widget .widget-title {
    color: #eee;
    text-transform: uppercase;
    padding-bottom: 2px;
    margin-bottom: 2px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
}

.es-footer-widget a {
    color: #fff;
    font-size: 13px;
}
.es-footer-widget a:hover {
    color: #fff !important;
    font-size: 14px !important;
}

#colophon .es-footer-widget li {
    border-bottom:none;
}

.es-footer-widget .textwidget ul {
    list-style: none;
    margin: 0;
    line-height: 35px;
}

.es-sub-footer .es-container{
    border-top: 1px solid #4f4f4f;
    padding: 15px 0;
    margin-top: 50px;   
}

.es-credit-wrapper {
    font-size: 11px;
    float: left;
}

.tagcloud a {
    font-size: 14px !important;
    border: 2px solid #4c4c4c;
    padding: 6px 10px;
    display: inline-block;
    margin-bottom: 10px;
    color: #A0A0A0;
    margin-right: 5px;
}

.widget .tagcloud a:hover{
    border-color: #27B6D4;
    color: #ffffff;
    background: #27B6D4;
}

.bottom-footer .site-info {
    float: left;
}

#footer-navigation {
    float: right;
}

#footer-navigation ul {
    list-style: none;
    margin: 0;
}

#footer-navigation ul ul {
    display: none;
}

#footer-navigation ul li {
    display: inline-block;
    margin-left: 20px;
}

#footer-navigation ul li a {
    color: #fff;
}

#footer-navigation ul li a:hover{
    color: #fff !important;
}

#top-footer .section-title-block {
    background: none;
}

#top-footer .section-title-wrapper::before, 
#top-footer .section-title-wrapper::after{
    display: none;
}

#top-footer .section-title-wrapper{
    margin-bottom: 0;
}
/*--------------------------------------------------------------
Scroll to top Css
--------------------------------------------------------------*/

#es-scrollup {
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #27B6D4;
    border-bottom: 3px solid #dd1f26;
    width: 40px;
    height: 42px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    display: none;
}

/*--------------------------------------------------------------
Inner Page Css
--------------------------------------------------------------*/

.custom-header {
   padding: 5px 0px 5px 0px !important;
   text-align: center;
   position: relative;
   background-attachment: fixed;
   margin-bottom: 0px;
}

.custom-header::before {
   content: "";
   width: 100%;
   height: 100%;
   background: rgba(0,0,0,0.2);
   position: absolute;
   top: 0;
   left: 0;
}

.custom-header.no-bg-img::before{
   display: none;
}

.custom-header.no-bg-img {
   margin: 5px 0px 5px 15px;
}

.custom-header .mt-container{
   position: relative;
   z-index: 999; margin: 20px 0px 0px 0px;
}

.custom-header .entry-title,
.custom-header .page-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0;
   
}

.custom-header .breadcrumb-trail.breadcrumbs ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

.custom-header .breadcrumb-trail.breadcrumbs ul li {
   display: inline-block;
   color: #fff;
   padding: 6px 0px 0;
}

.custom-header .breadcrumb-trail.breadcrumbs ul li::after {
    content: "/";
    color: #fff;
    margin: 0 5px;
}

.custom-header .breadcrumb-trail.breadcrumbs ul li:last-child:after{
   display: none;
}

.custom-header .breadcrumb-trail.breadcrumbs ul li a{
   color: #27B6D4;
}

.custom-header .breadcrumb-trail.breadcrumbs ul li a:hover{
    color: #dd1f26;
}

.custom-header.no-bg-img .entry-title,
.custom-header.no-bg-img .page-title,
.custom-header.no-bg-img .breadcrumb-trail.breadcrumbs ul li::after,
.custom-header.no-bg-img .breadcrumb-trail.breadcrumbs ul li {
   color: #fff;
}

/*--------------------------------------------------------------
Error 404 styles
--------------------------------------------------------------*/

.error-404.not-found {
   text-align: center;
}

.error-num {
   font-size: 200px;
   font-weight: 900;
   color: #333;
   line-height: 230px;
}

.error-num span {
   font-size: 84px;
   text-transform: capitalize;
}

/*--------------------------------------------------------------
Search styles
--------------------------------------------------------------*/
.search-results .product {
    border: none;
}

.search-results .product .entry-content-block {
    width: 100%;
}



/*------------------------ css nut goi ngay------------------------------*/
.hotline-zalo {
width: 29px;
float: right;
padding: 0px 35px 0px 0px;
}


.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999999;
  top: auto !important;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 80px;
  height: 110px;
  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: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  -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;
}
.hotline-phone-ring-circle-fill {
	width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  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 {
	background-color: #76c800;
	width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  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;
}
.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}
.hotline-bar {
  position: absolute;
  background: rgb(118, 200, 0);
  height: 40px;
  width: 150px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  right: 9px;
  bottom: 37px;
}
.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 40px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial; position: absolute; left: -30px;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}
@-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 (max-width: 768px) {.hotline-phone-ring-circle-fill-zalo
  .hotline-bar {
    display: none;
  }
}


/*-----------------------zalo---------------------------*/
.zalo-facebook{    float: left;
    border: 1px solid black;
    flex-direction: column;
    position: fixed;}
.hotline-zalo {
width: 29px;
float: right;
padding: 0px 35px 0px 0px;
}


.hotline-phone-ring-wrap-zalo {
  position: fixed;
  bottom: 0;
  right: 0px;
  z-index: 999999;
  top: auto !important;
}
.hotline-phone-ring-zalo {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 60px;
  height: 160px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0px;
  bottom: 0;
  display: block;
top: -35px;
}

.hotline-phone-ring-circle-fill-zalo {
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  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-zalo {
	background-color: #76c800;
	width: 40px;
  height: 40px;
  top: 0px;
  left: 14px;
  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;
}
.hotline-phone-ring-img-circle-zalo .pps-btn-img-zalo {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle-zalo .pps-btn-img-zalo img {
	width: 20px;
	height: 20px;
}
.hotline-bar-zalo {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 180px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-bar-zalo > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.hotline-bar-zalo > a:hover,
.hotline-bar-zalo > a:active {
  color: #fff;
}
@-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 (max-width: 768px) {
  .hotline-bar-zalo {
    display: none;
  }
}


/*-----------------------code css facebook---------------------------*/
.hotline-zalo {
width: 29px;
float: right;
padding: 0px 35px 0px 0px;
}


.hotline-phone-ring-wrap-facebook {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  top: 450px !important;
  width: 0px;
  height: 0px;
}
.hotline-phone-ring-facebook {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  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-facebook {
	width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  -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;
}
.hotline-phone-ring-circle-fill-facebook {
	width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  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-facebook {
	background-color: #76c800;
	width: 40px;
  height: 40px;
  top: 55px;
  left: 14px;
  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;
}
.hotline-phone-ring-img-circle-facebook .pps-btn-img-facebook {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle-facebook .pps-btn-img-facebook img {
	width: 20px;
	height: 20px;
}
.hotline-bar-facebook {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 180px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-bar-facebook > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.hotline-bar-facebook > a:hover,
.hotline-bar-facebook > a:active {
  color: #fff;
}
@-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 (max-width: 768px) {
  .hotline-bar-zalo {
    display: none;
  }
}

/*--------------------------------------------------------------
head
--------------------------------------------------------------*/
.imgsite-title{display: block; width: 182px; height: 60px; margin: auto;}


.field{width: 50% !important;}
.headsearch-form{float: right; padding: 15px 0px 0px 0px;}
.headsubmit{height: 36px;}
.ahead{padding: 0px 5px 0px 5px;}
.head-es-header-logo-wrapper{padding:0px !important;}
.head-mt-container{text-align: center;}
/*--------------------------------------------------------------
trang chu index
--------------------------------------------------------------*/

.index-khung{float: left; max-width: 100%; border-bottom: 1px solid #27B6D4; width: 100%; text-transform: uppercase;margin: 0px 0px 15px 0px;}
.div-khung-hang{float: left; width: 19.5%; border: 1px solid #eee; margin: 2px; border-radius: 5px; height: 290px;}
.div-khung-hang:hover {float: left; width: 19.5%; border: 1px solid #ffd700; margin: 2px; border-radius: 5px;}
.div-khung-hang h2{overflow: hidden; height: 34px; color: #000; padding: 0px; line-height: 20px; font-size: 15px; word-wrap: break-word; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-align: center; font-weight: 500; line-height: 1.1; margin: 5px 0px 5px 0px;}
.div-khung-hang a{color: #05d5d5;}
.div-khung-hang a:hover{color: #288ad6!important;}
.excerpt-giathitruong{color: #828486; text-decoration: line-through; font-size: 92%;}
.excerpt-giaban{font-family: Arial; font-weight: bold; color: #e3007b; font-size: 100%}
.div-khung-hang img{width: 99%; height: 190px; padding: 2px;}
.div-khung-hang img:hover{width: 100%;height: 190px; padding: 0px;}
.excerpt-giaban-giathitruong{text-align: center;}
.ul-div-sanpham{margin: 0px;}
.a-index-tu-quan-ao{padding: 10px 10px 8px 10px;background-color:
#27B6D4; color: #ffffff;float:left;}
.a-index-tu-quan-ao:hover{color: #ffffff;}
.a-index-tu-quan-ao-phu{padding: 10px 10px 8px 10px; color: #27B6D4; float: left;}
.a-index-tu-quan-ao-phu:hover{color: #27B6D4; text-decoration: underline;}
.a-index-tu-quan-ao-phu2{padding: 10px 10px 8px 10px; color: #27B6D4; float: left;}
.a-index-tu-quan-ao-phu2:hover{color: #27B6D4; text-decoration: underline;}
.site-category{}
#post-category-tin-bai{padding: 0px; margin: 0px;}
.entry-content-post1{margin: 0px;}
.post-lien-quan{}
#primary-content1{float: left; width: 73%; padding: 0px 5px 0px 0px;}
#primary-content1 em{color: #008000 !important;}
.main-thumbnail .post-thumbnail{width: 42%; float: left; padding: 0px 0px 5px 0px;}

/*--------------------------------------------------------------
timkiem
--------------------------------------------------------------*/
.page-title-search{color: #288ad6 !important; text-transform: uppercase; font-size: 16px !important;}



.post-search{float: left; width: 19.5%; border: 1px solid #eee; margin: 2px; border-radius: 5px; height: 290px;}
.post-search:hover {float: left; width: 19.5%; border: 1px solid #ffd700; margin: 2px; border-radius: 5px;}
.post-search img{width: 99%; height: 190px; padding: 2px;}
.post-search img:hover{width: 100%;height: 190px; padding: 0px;}
.entry-title-content-Search {font-size: 15px !important;}
.entry-title-content-Search a{color: #05d5d5 !important; font-size: 15px !important;}

/*----------------------css phan trang archive------------------------------------------*/
.phantrang{}



/*----------------------trong muc viet bai khung gia bao hanh------------------------------------------*/
.main-thumbnail-the-p p{width: 100%; float: left; margin: 4px 0px 4px 0px;}
.post-conten-san-pham{float: left; margin: 0px; padding: 0px 0px 5px 5px; width: 58%;}
.anhsp {width: 42%; float: left; text-align: center;}
.post-conten-thongso{float: right; width: 100%; margin: 0px 0px 0px 0px; border-top: 1px solid #ccc;}
.ul-post-conten-thongso{border: 1px solid #ccc; margin: 0; padding: 0; width: 100%;}
.litensanpham{list-style: none; overflow: hidden; width: 100%; height: 31px; border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;}
.ma-an{display: none;}
.span-giatri{display: block; float: left; padding: 0px 0px 0px 2px; line-height: 30px; border-right: 1px solid #ccc; width: 22%; font-size: 13px}
.tientien{float: left; padding: 0px 0px 0px 2px; line-height: 30px; display: inline-block; width: 77.5%; font-size: 13px;}
.tientien1{float: left; padding: 5px 0px 5px 10px; line-height: 20px; display: inline-block; width: 77.5%; color: red; font-weight: bold;}
.postlienhe{float: left; color: red;}
.postlienhe p{float: left;}
.postlienhe b{float: left; padding: 0px 0px 0px 10px; color: #7c3a00; font-size: 19px;}
.gioi-thieu-ex{width: 100%;height: 100%;float: left; margin: 10px 0px 10px 0px;}
.div-iframe{text-align: center;}
.giacao{float: left; margin: 0px !important; color: #828486; text-decoration: line-through; font-size: 17px;}
.giathap{float: left; padding: 0px 0px 0px 10px; margin: 0px !important; font-size: 20px; font-weight: bold; color: red;}
.trail-items{color: #fff;}
.pots-title1{float: left; font-size: 16px !important; color: #288ad6 !important;}
.pots-bai1{float: left; font-size: 16px !important; color: #288ad6 !important;}
.h2-description {margin: 0px !important; clear: right !important; top: -300px; position: relative;}
.taxonomy-description p{top: -300px; float: left; position: absolute;}
/*--------------------------------------------------------------
dang ky nhan thong tin san pham chan single.php
--------------------------------------------------------------*/
.frame-form{float:left; width:100%; height:auto;}
.sss-form{ background-color: #f8eeee;border: 2px solid #ee237c;border-radius: 8px;margin: 5px;padding: 10px;}
.frame-input{display: inline-block;padding: 10px;width: 100%;}
.frame-2-inphut{float: left;width: 48%; margin:0% 1% 0% 0%;}
.div-frame-hoten{padding: 5px;width: 100%;}
.input-ho-ten{float: right;width: 64%; background:#fff; border: 1px solid #eee;}
.frame-textarea{width:95.5%; height:70px;background: #fff;}
#ss-submit{background:red !important; width: 115px; color:#fff;}
/*--------------------------------------------------------------
giao dien trang page.php
--------------------------------------------------------------*/
.div-khung-hang-trang-page{float: left; width: 19.5%; border: 1px solid #eee; margin: 2px; border-radius: 5px; height: auto;}
.div-khung-hang-trang-page:hover {float: left; width: 19.5%; border: 1px solid #ffd700; margin: 2px; border-radius: 5px;}
.div-khung-hang-trang-page h2{overflow: hidden; height: 44px; color: #000; padding: 8px; background-color: #27B6D4; line-height: 20px; font-size: 15px; word-wrap: break-word; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-align: center; font-weight: 500; line-height: 1.1; margin: 5px 0px 5px 0px;}
.div-khung-hang-trang-page h2:hover{background-color: #DD1F26}
.div-khung-hang-trang-page a{color: #ffffff;}
.div-khung-hang-trang-page a:hover{color: #ffffff!important;}
.div-khung-hang-trang-page img{width: 99%; height: 190px; padding: 2px;}
.div-khung-hang-trang-page img:hover{width: 100%;height: 190px; padding: 0px;}
.div-khung-hang-trang-page img{width: 99%; height: 190px; padding: 2px;}
.div-khung-hang-trang-page img:hover{width: 100%;height: 190px; padding: 0px;}

.entry-title-content1{overflow: hidden; height: 34px; color: #000; padding: 0px; line-height: 20px;font-size: 15px; word-wrap: break-word; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-align: center; font-weight: 500; line-height: 1.1; margin: 5px 0px 5px 0px;}
.entry-title-content1 a{color: #05d5d5;}
.entry-title-content1 a:hover {color: #288ad6 !important;}



@media all and (max-width:1024px){.div-khung-hang-trang-page{width: 19.4% !important;}}
@media all and (max-width:1024px){.div-khung-hang-trang-page img{width: 212px !important; height: 140px !important; padding: 2px !important;}}
@media all and (max-width:768px){.div-khung-hang-trang-page{width: 19.4% !important; height: auto;}}
@media all and (max-width:768px){.div-khung-hang-trang-page img{width: 212px !important; height: 120px !important; padding: 2px !important;}}
@media all and (max-width:768px){.div-khung-hang-trang-page img:hover{width: 212px !important;height: 120px !important; padding: 0px !important;}}
@media all and (max-width:480px){.div-khung-hang-trang-page, .litinlienquan, .post-search{width: 48% !important; height: auto;}}
@media all and (max-width:480px){.div-khung-hang-trang-page img{width: 212px !important; height: 120px !important; padding: 2px !important;}}
@media all and (max-width:480px){.div-khung-hang-trang-page img:hover{width: 212px !important;height: 120px !important; padding: 0px !important;}}
@media (max-width: 560px) and (min-width: 539px) {.div-khung-hang-trang-page {width: 24.2% !important;} }
@media (max-width: 642px) and (min-width: 544px) {.div-khung-hang-trang-page{width: 19.3% !important;}}
@media (max-width: 542px) and (min-width: 538px) {.div-khung-hang-trang-page{width: 19% !important; height: auto;}}






/*-------------------------------------------------------------- 
toi uu nut mang xa hoi
--------------------------------------------------------------*/
	.socials-share {
	    text-align: center;
	    margin: 10px 0px 0px 0px;
	}

	.socials-share a {
	    padding: 4px 15px;
	    color: #fff;
	    line-height: 2em;
	    text-decoration: none;
	    border-radius: 2px;
	    white-space: nowrap;
	    display: inline-block;
	    margin-bottom: 4px;
	}

	.socials-share span.fa {
	    margin-right: 3px;
	}

	.bg-facebook {
	    background: #3a5899;
	}

	.bg-facebook:hover, .bg-facebook:focus {
	    background: #1d418d;
	}

	.bg-twitter {
	    background: #00acee;
	}

	.bg-twitter:hover, .bg-twitter:focus {
	    background: #0b93c7;
	}

	.bg-google-plus {
	    background: rgb(55, 69, 92);
	}

	.bg-google-plus:hover, .bg-google-plus:focus {
	    background: rgb(33, 41, 70);
	}

	.bg-pinterest {
	    background: #cb1e26;
	}

	.bg-pinterest:hover, .bg-pinterest:focus {
	    background: #ae0e15;
	}

	.bg-email {
	    background: #ff4500;
	}

	.bg-email:hover, .bg-email:focus {
	    background: #dc3c01;
	}
	.bg-linkedin {
	    background: #0077b5;
	}

	.bg-linkedin:hover, .bg-linkedin:focus {
	    background: #0281c3;
		content: "\f0e1";
	}
.fa-linkedin::before {
    content: "\f0e1";
	margin: 0px 3px 0px 0px;
}
.fa-reddit::before {
    content: "\f281";
	margin: 0px 3px 0px 0px;
}
.fa-Tumblr::before {
    content: "\f173";
	margin: 0px 3px 0px 0px;
}





.hienthicategory{}
.litinlienquan{float: left; width: 19.4%; border: 1px solid #eee; margin: 2px; list-style: none; height: 225px;}
.litinlienquan:hover{float: left; width: 19.4%; border: 1px solid #ffd700; margin: 2px; list-style: none; border-radius: 5px;}
.litinlienquan img{width: 100%; height: 130px; padding: 2px;}
.litinlienquan img:hover {width: 100%; height: 130px; padding: 0px;}
.ultinlienquan{padding:5px 0px 0px 0px; margin:0px;}
.sametitle{padding: 0px 0px 0px 10px; border-bottom: 1px solid #27B6D4; color: #27B6D4; font-size: 32px;}
.h2tinlienquan{overflow: hidden; height: 34px; color: #05d5d5; padding: 0px; line-height: 20px; font-size: 15px; word-wrap: break-word; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-align: center; text-transform: uppercase; font-weight: 500;
line-height: 1.1; margin: 5px 0px 5px 0px;} 
.nav-previous, .nav-next {display: none}
.sibar-sanphambanchay{float: left; color: #FFFFFF; font-size: 14px; width: 100%; background:#27B6D4; font-family: Verdana;}
.sibar-ulsanpham{padding:0px; margin:0px;}
.sibar-sanphambanchay h5{font-size: 18px; color: #fff; padding: 5px 0px 5px 10px; margin: 0px;}
.sibar-sanphambanchay h5 a{color: #fff;}
.sibar-formah2excert{text-align: center; border: 1px solid #eee; margin: 8px 0px 8px 0px; padding: 0px; border-radius: 5px;}
.sibar-formah2excert img{padding:2px; width: 100%; height: 250px;}
.sibar-formah2excert:hover{border: 1px solid #ffd700; margin: 8px 0px 8px 0px; padding: 0px;}
.sibar-divsanpham{float:left; width: 100%;}
.sibar-formah2excert h3{font-weight: 500; line-height: 1.1; font-size: 15px; padding: 8px 0px 5px 0px; margin: 0px;}
.logosigviet-timkiem{float: left; width: 100%;}
.ahead-leftright{ height: 40px; font-size:15px; border-bottom: 1px #dadada solid; background: linear-gradient(to bottom, #fefefe 0%,#f2f2f2 100%);}
.ahead-right{float:left; margin:0px 5px 0px 0px; color:#27B6D4;height: 40px; padding: 5px;}
.aheadtheb{color:red;}
.aheada{margin: 0px 5px 0px 0px; height: 40px; padding: 5px; float: right;}
.form-produc-hot{float: left; width: 100%; height: 100%; margin: 0px 0px 5px 0px;}
.produc-hot{content: ' '; display: block; background: url(./images/hot.png) no-repeat center center; background-size: auto; background-size: 309px 38px; width: 309px; height: 45px; position: absolute; left: 50%; margin-left: -154px; z-index: 9;}
.duong-ke{border-bottom: 1px solid #05d5d5; width: 100%; height: 23.5px;}
.duong-ke1{float: left; width: 100%; height: 100%; padding: 25px 0px 0px 0px;}
.produc-hot p{margin: 0px; padding: 0px 0px 0px 37px; font-size: 25px; color: #fff; font-weight: bold;}
.index-div-sanpham-banchay{float: left; margin: 0px 0px 20px 0px;}
.breadcrumb-trail{float: right;}
.nameit{color:#000; position: absolute; top: -500px;}
/*-------------------------------------------------------------- 
toi uu di dong
--------------------------------------------------------------*/
@media all and (max-width:1024px){#primary-content1{width: 73% !important;}}
@media all and (max-width:1024px){.div-khung-hang{width: 19.4% !important;}}
@media all and (max-width:1024px){.div-khung-hang img{width: 212px !important; height: 140px !important; padding: 2px !important;}}
@media all and (max-width:768px){.index-menu{display: none !important;}}
@media all and (max-width:768px){.index-slider{width: 100% !important;}}
@media all and (max-width:768px){.div-khung-hang img:hover{width: 212px !important;height: 140px !important; padding: 0px !important;}
.div-khung-hang {
    float: left;
    width: 19.5%;
    border: 1px solid #eee;
    margin: 2px;
    border-radius: 5px;
    height: 213px;
}
.socials-share a {
    padding: 4px 3px;
    color: #fff;
    line-height: 1em;
    text-decoration: none;
    border-radius: 2px;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 0px;
}
.litinlienquan img{height: 140px !important;}
.litinlienquan{width: 19.2% !important; height: 225px !important;}
}

@media all and (max-width:768px){.excerpt-giaban-giathitruong{height: 77px !important;}}
@media all and (max-width:768px){.sidebar-ipad{width: 27% !important; padding: 0px 0px 0px 10px;}}
@media all and (max-width:768px){.div-khung-hang{width: 19.4% !important;}}
@media all and (max-width:768px){.div-khung-hang img{width: 212px !important; height: 120px !important; padding: 2px !important;}}
@media all and (max-width:768px){.div-khung-hang img:hover{width: 212px !important;height: 120px !important; padding: 0px !important;}}
@media all and (max-width:480px){.div-khung-hang, .litinlienquan, .post-search{width: 48% !important;}}
@media all and (max-width:480px){.aheada,.ahead-right, .ahead-leftright, .a-index-tu-quan-ao-phu2{display: none !important;}}
@media all and (max-width:480px){.post-thumbnail, .post-conten-san-pham, #secondary{width: 100% !important;}}
@media all and (max-width:480px){.div-khung-hang img{width: 212px !important; height: 120px !important; padding: 2px !important;}}
@media all and (max-width:480px){.div-khung-hang img:hover{width: 212px !important;height: 120px !important; padding: 0px !important;}}
@media all and (max-width:480px){#primary-content1{width: 100% !important;}}
@media all and (max-width:480px){.post-conten-san-pham {padding: 0px !important;}}
/*------------ ap dung cho thiet bi co chieu rong 540 =560px và <= 539px*-------------------*/
@media (max-width: 560px) and (min-width: 539px) {.div-khung-hang {width: 24.2% !important;} }
@media (max-width: 1026px) and (min-width: 1022px) {.slider_one_big_picture{padding-bottom: 45.2% !important;}}
@media (max-width: 1026px) and (min-width: 1022px) {.li1-menu-index-none{display: none !important;}}
@media (max-width: 914px) and (min-width: 910px) {.li1-menu-index-none-1, .li1-menu-index-none{display: none !important;}}
@media (max-width: 914px) and (min-width: 910px) {.slider_one_big_picture{    padding-bottom: 47% !important;}}
@media (max-width: 1282px) and (min-width: 1276px) {.slider_one_big_picture{padding-bottom: 43.4% !important;}}
@media (max-width: 1282px) and (min-width: 1276px) {.index-slider{width: 79% !important;}}
@media (max-width: 822px) and (min-width: 818px) {.index-slider{width: 100% !important;}}
@media (max-width: 822px) and (min-width: 818px) {.slider_one_big_picture{padding-bottom: 46% !important;}}
@media (max-width: 822px) and (min-width: 818px) {.index-menu{display: none !important;}}
@media (max-width: 415px) and (min-width: 410px) {.slider_one_big_picture{padding-bottom: 46% !important;}}
@media (max-width: 378px) and (min-width: 238px) {.slider_one_big_picture{padding-bottom: 46% !important;}}
@media (max-width: 403px) and (min-width: 398px) {.slider_one_big_picture{padding-bottom: 46% !important;}}
@media (max-width: 482px) and (min-width: 318px) {.slider_one_big_picture{padding-bottom: 46% !important;}}
@media (max-width: 714px) and (min-width: 710px) {.slider_one_big_picture{padding-bottom: 46% !important;}}
@media (max-width: 802px) and (min-width: 798px) {.index-slider{width: 68% !important;}}
@media (max-width: 802px) and (min-width: 798px) {.li1-menu-index-none, .li1-menu-index-none-1{display: none !important;}}
@media (max-width: 602px) and (min-width: 598px) {.slider_one_big_picture{padding-bottom: 48% !important;}}
@media (max-width: 282px) and (min-width: 278px) {.slider_one_big_picture{padding-bottom: 47% !important;}}
@media (max-width: 542px) and (min-width: 539px) {.slider_one_big_picture{padding-bottom: 47% !important;}}
@media (max-width: 770px) and (min-width: 765px) {.slider_one_big_picture{padding-bottom: 44% !important;}}
@media (max-width: 914px) and (min-width: 910px) {.index-slider{width: 71% !important;}}
@media (max-width: 1922px) and (min-width: 1363px) {.slider_one_big_picture{padding-bottom: 43.4% !important;}}
@media (max-width: 1922px) and (min-width: 1363px) {.index-slider{width: 79% !important;}}
@media (max-width: 1922px) and (min-width: 1363px) {.sub-index-menu{width: 960px !important;}}
@media (max-width: 642px) and (min-width: 544px) {.div-khung-hang{width: 19.3% !important;}}
@media (max-width: 542px) and (min-width: 538px) {.div-khung-hang{width: 19% !important;}}
@media (max-width: 900px) and (min-width: 100px) {.a-index-tu-quan-ao-phu2{display:none !important;}}
@media (max-width: 642px) and (min-width: 538px) {.sidebar-ipad{display: none !important;}}
@media (max-width: 642px) and (min-width: 538px) {#primary-content1{width: 100% !important;}}
@media (max-width: 802px) and (min-width: 798px) {.slider_one_big_picture{padding-bottom: 56% !important;}}
@media (max-width: 1028px) and (min-width: 1020px) {.sub-index-menu{height: 336px !important;}}
@media (max-width: 914px) and (min-width: 799px) {.sub-index-menu{height: 298px !important;}}
@media (max-width: 100px) and (min-width: 700px) {.headsearch-form{float: none !important;}}
/********************************************************************************************************
code menu doc
********************************************************************************************************/
.slider-menu {float: left; width: 100%; height: auto; margin: 5px 0px 0px 0px;}
.index-menu {float: left;}
.index-menu ul {
  background: #27B6D4;
  width: 250px;
  padding: 0;
  list-style-type: none;
  text-align: left;
}
.sub3-index-menu{top: -37px !important;}
.sub4-index-menu{top: -75px !important;}
.sub5-index-menu{top: -112px !important;}
.sub6-index-menu{top: -150px !important;}
.sub7-index-menu{top: -187px !important;}
.sub8-index-menu{top: -224px !important;}
.sub9-index-menu{top: -262px !important;}
.sub10-index-menu{top: -299px !important;}
.sub11-index-menu{top: -337px !important;}
.sub12-index-menu{top: -374px !important;}
.b-menu-doc{border-bottom: 1px solid #ebebeb; font-size: 15px; font-weight: bold; line-height: 20px; white-space: nowrap;}
.sub2-index-menu{float: left; width: 235px !important; margin: 0px !important;}
.sub-index-menu  li{float:left;}
.index-menu ul {
 background: #27B6D4;
 width: 250px;
 padding: 0;
 list-style-type: none;
 text-align: left;
}
.ul1-menu-index{margin: 0px; width: 250px;}
.li1-menu-index{border-bottom: 1px solid #e8e8e8;}
.index-menu li {
 width: 100%;
 height: 37.4px;
 line-height: 20px;
 padding: 5px 5px 5px 5px;
}

.index-menu li a {
 text-decoration: none;
 color: #fff;
 display: block;
}
.index-menu li a:hover {font-size: 16px;
}
.index-menu li:hover {color: red;
}
.index-menu ul li { position: relative; margin: 0px !important;}
.index-menu .sub-index-menu {
 position: absolute;
 left: 225px;
 top: 0px;
display: none; width: 954px; height: 410px; z-index: 999; overflow: hidden;
}
.index-menu .sub-index-menu:hover {display: flex !important;}

.index-menu .sub-index-menu {
 position: absolute;
 left: 225px;
 top: 0;
 display: none;
}
.index-menu li:hover .sub-index-menu {
 display: block;
}

/*-------------------------------------------------------------- 
Menu doc xuoc ngang
--------------------------------------------------------------*/
.index-slider{float: right; width: 74%; height: auto;}
.slider img {
    object-fit: cover;
    opacity: 1;
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

/*********************************/

.slider_one_big_picture {
    position: relative;
    user-select: none;
    width: 100%;
    height: 0px;
    padding-bottom: 46%;
    overflow-x: hidden;
}

.slider_one_big_picture>* {
    transition: ease all 1s;
    overflow: hidden;
}

.slider_one_big_picture .hidden {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.slider_one_big_picture .active {
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.slider_one_big_picture .prev1,
.slider_one_big_picture .next1 {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.slider_one_big_picture .next1 {
    left: 100%;
}

.slider_one_big_picture .prev2,
.slider_one_big_picture .next2 {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.slider_one_big_picture .next2 {
    left: 100%;
}

/*********************************/

.slider_one_big_2 {
    position: relative;
    margin: 0 auto;
    user-select: none;
    overflow: hidden;
    width: 100%;
    height: 0px;
    padding-bottom: 28.125%;

}

.slider_one_big_2>* {
    transition: ease all 1s;
}

.slider_one_big_2 .hidden {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -25%;
    width: 50%;
    height: 100%;
    z-index: 0;
}

.slider_one_big_2 .active {
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -25%;
    width: 50%;
    height: 100%;
    z-index: 10;
    background-color: #fff;
}

.slider_one_big_2 .prev1,
.slider_one_big_2 .next1 {
    opacity: 0.5;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -75%;
    width: 50%;
    height: 100%;
    z-index: 3;
}

.slider_one_big_2 .next1 {
    left: 50%;
    margin-left: 25%;
}

.slider_one_big_2 .prev2,
.slider_one_big_2 .next2 {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -125%;
    width: 50%;
    height: 100%;
    z-index: 1;
}

.slider_one_big_2 .next2 {
    left: 50%;
    margin-left: 75%;
}

.slider_one_big_2 .prev3,
.slider_one_big_2 .next3 {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -25%;
    width: 50%;
    height: 100%;
    z-index: 0;
}

/*********************************/

.slider_circle_10 {
    position: relative;
    width: 70vw;
    height: 53.2vw;
    margin: 0 auto;
    user-select: none;
    overflow-x: hidden;
}

.slider_circle_10>* {
    transition: ease all 1s;
    background: #fff;
}

.slider_circle_10>div,
.slider_circle_10 .hidden {
    opacity: 0;
    position: absolute;
    top: 20%;
    left: 50%;
    width: 1px;
    height: 1px;
    z-index: 0;
    overflow: hidden;
}

.slider_circle_10 .active {
    opacity: 1;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -25%;
    width: 50%;
    height: 50%;
    z-index: 10;
}

.slider_circle_10 .prev1,
.slider_circle_10 .next1 {
    opacity: 0.9;
    position: absolute;
    top: 60%;
    left: 50%;
    margin-left: -40%;
    width: 25%;
    height: 25%;
    z-index: 9;
}

.slider_circle_10 .next1 {
    margin-left: 15%;
}

.slider_circle_10 .prev2,
.slider_circle_10 .next2 {
    opacity: 0.7;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50%;
    width: 15%;
    height: 15%;
    z-index: 8;
}

.slider_circle_10 .next2 {
    margin-left: 35%;
}

.slider_circle_10 .prev3,
.slider_circle_10 .next3 {
    opacity: 0.5;
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -50%;
    width: 7%;
    height: 7%;
    z-index: 7;
}

.slider_circle_10 .next3 {
    margin-left: 43%;
}

.slider_circle_10 .prev4,
.slider_circle_10 .next4 {
    opacity: 0.3;
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -40%;
    width: 3%;
    height: 3%;
    z-index: 6;
}

.slider_circle_10 .next4 {
    margin-left: 37%;
}

.slider_circle_10 .prev5,
.slider_circle_10 .next5 {
    opacity: 0.1;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -15%;
    width: 2%;
    height: 2%;
    z-index: 5;
}

.slider_circle_10 .next5 {
    margin-left: 13%;
}

/*********************************/

.slider_four_in_line {
    width: 90vw;
    margin: 0 auto;
    height: 14.06vw;
    position: relative;
    margin: 0 auto;
    user-select: none;
    overflow-x: hidden;
}

.slider_four_in_line>* {
    transition: ease all 1s;
    overflow: hidden;
}

.slider_four_in_line .hidden {
    opacity: 0;
    z-index: 0;
    top: 0px;
    left: 50%;
    width: 25%;
}

.slider_four_in_line .active,
.slider_four_in_line .next1,
.slider_four_in_line .next2,
.slider_four_in_line .next3,
.slider_four_in_line .next4,
.slider_four_in_line .prev1 {
    position: absolute;
    width: 25%;
    height: 100%;
    top: 0px;
    left: 25%;
    z-index: 10;
    margin: 0;
}

.slider_four_in_line .next1 {
    left: 50%;
}

.slider_four_in_line .next2 {
    left: 75%;
}

.slider_four_in_line .next3 {
    width: 25%;
    left: 100%;
    z-index: 0;
    opacity: 0;
}

.slider_four_in_line .next4 {
    left: 100%;
    width: 0%;
    z-index: 0;
    opacity: 0;
}

.slider_four_in_line .prev1 {
    position: absolute;
    width: 25%;
    height: 100%;
    top: 0px;
    left: 0%;
    z-index: 10;
    opacity: 1;
}

.slider_four_in_line .prev2,
.slider_four_in_line .prev3,
.slider_four_in_line .prev4 {
    position: absolute;
    width: 25%;
    height: 100%;
    top: 0px;
    left: -25%;
    z-index: 0;
    opacity: 0;
}

/*********************************/

.slider_clock {
    width: 70vw;
    height: 70vw;
    position: relative;
    margin: 0 auto;
    user-select: none;
    overflow-x: hidden;
}

.slider_clock>* {
    transition: ease all 1s;
}

.slider_clock .active {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -125px;
    width: 400px;
    height: 250px;
    transform: rotate(0deg);
    opacity: 1;
    z-index: 10;
    background: #fff;
    overflow: hidden;
}

.slider_clock .next1,
.slider_clock .next2,
.slider_clock .next3,
.slider_clock .next4,
.slider_clock .next5,
.slider_clock .next6,
.slider_clock .next7,
.slider_clock .prev1,
.slider_clock .prev2,
.slider_clock .prev3,
.slider_clock .prev4,
.slider_clock .prev5,
.slider_clock .prev6,
.slider_clock .prev7,
.slider_clock .hidden {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 96px;
    height: 60px;
    margin-top: 200px;
    margin-left: -48px;
    transform-origin: 48px -200px;
    transform: rotate(0deg);
    opacity: 1;
    overflow: hidden;
}

.slider_clock .next2 {
    transform: rotate(-30deg);
}

.slider_clock .next3 {
    transform: rotate(-60deg);
}

.slider_clock .next4 {
    transform: rotate(-90deg);
}

.slider_clock .next5 {
    transform: rotate(-120deg);
}

.slider_clock .next6 {
    transform: rotate(-150deg);
}

.slider_clock .next7 {
    opacity: 0;
    transform: rotate(-180deg);
}

.slider_clock .prev1 {
    transform: rotate(30deg);
}

.slider_clock .prev2 {
    transform: rotate(60deg);
}

.slider_clock .prev3 {
    transform: rotate(90deg);
}

.slider_clock .prev4 {
    transform: rotate(120deg);
}

.slider_clock .prev5 {
    transform: rotate(150deg);
}

.slider_clock .prev6 {
    transform: rotate(180deg);
}

.slider_clock .prev7 {
    opacity: 0;
    transform: rotate(210deg);
}

.slider_clock .hidden {
    opacity: 0;
    transform: rotate(180deg);
}

/*********************************/
.slider_random_place {
    overflow: hidden;
    width: 100vw;
}

.slider_random {
    position: relative;
    width: 90%;
    height: 600px;
    margin: 10px auto;
}

.slider_random>* {
    transition: ease all 1s;
    position: absolute;
    width: 19vw;
    padding-bottom: 10vw;
    margin-left: -8vw;
    margin-top: -5vw;
    z-index: 1;
    overflow: hidden;
}

.slider_random .active {
    left: 50%;
    top: 0%;
    margin-left: calc(-57vw / 2);
    margin-top: 0px;
    width: 57vw;
    padding-bottom: 30vw;
    z-index: 10;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
}

/*********************************/

.nav_indicators {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 50000;
	display: none;
}

.nav_indicators ul {
    position: static;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}

.nav_indicators ul li {
    position: static;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    padding: 0;
    overflow: hidden;
    background: #fff;
    color: #fff;
    border: 2px solid #000;
    border-radius: 50%;
    cursor: pointer;
}

.nav_indicators ul li.active {
    position: static;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    padding: 0;
    background: #555;
    color: #555;
    border: 2px solid #aaa;
    border-radius: 50%;
    cursor: pointer;
}

/**********************************/

.next_button,
.prev_button {
    position: absolute;
    left: calc(100% - 55px) !important;
    top: 50% !important;
    margin: -15px 0 0 -25px !important;
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #000 !important;
    background: #fff !important;
    opacity: 0.5 !important;
    z-index: 5000 !important;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    padding: 0px;

}

.prev_button {
    position: absolute;
    left: calc(0% + 55px) !important; display:none;
}
.next_button {display:none;}

.next_button:hover,
.prev_button:hover {
    opacity: 1 !important;
}

.next_button:after,
.prev_button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 1px;
    margin-top: -10px;
}

.next_button:after {
    border-left: 15px solid #000;
    border-right: 15px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    margin-left: -5px;
}

.prev_button:after {
    border-right: 15px solid #000;
    border-left: 15px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    margin-left: -25px;
}

/*-------------------------------------------------------------- 
san pham ban chay amazon
--------------------------------------------------------------*/
body {
background:#fff;
font-family:Arial, sans-serif;
}

p {
margin-bottom:0px;
}

.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
	padding: 5px 0px 5px 0px;
}

.nbs-flexisel-item {
    float:left;
    margin:0px 0px 5px 0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
	width: 95%;
    height: 230px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);   
    background: rgba(0,0,0,0.5);
    color: #fff;     
}

.nbs-flexisel-nav-left {
    left: 10px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;    
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
.nbs-flexisel-item{float: left}
.nbs-flexisel-item h3{overflow: hidden;
height: 34px;
padding: 0px;
line-height: 20px;
font-size: 15px;
word-wrap: break-word;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
text-align: center;
font-weight: 500;
line-height: 1.1;
margin: 5px 0px 5px 0px;}
.nbs-flexisel-item a{color: #05d5d5;}
.nbs-flexisel-item a:hover {color: #288ad6 !important;}
.excerpt-produc1 .excerpt-giathitruong{display: none;}
.mota-ngan{width: 100%; float: left; margin: 5px 0px 5px 0px;}
/*-------------------------------------------------------------- 
menu chinh #menu-item:top:-
--------------------------------------------------------------*/
/*------------------------------- menu noi ngoai that go > TU hang menu 2----------------------------*/
.menu-item-16289 ul{top:-46px !important;}

.menu-item-2409 ul{top:0 !important;}
.menu-item-9081 ul{top:-46px !important;}
.menu-item-1293 ul{top:-46px !important;}
.menu-item-1908 ul{top:0 !important;}
/*------------------------------- menu noi ngoai that go > BAN hang menu 3----------------------------*/
.menu-item-17442 ul{top:-92px !important;}
.menu-item-20691 ul{top:-0px !important;}
.menu-item-20684 ul{top:-0px !important;}

.menu-item-15880 ul{top:-46px !important;}
.menu-item-5884 ul{top:0 !important;}
.menu-item-4836 ul{top:-46px !important;}
.menu-item-4877 ul{top:0 !important;}
.menu-item-3483 ul{top:0 !important;}
/*------------------------------- menu noi ngoai that go > GHE hang menu 5----------------------------*/
.menu-item-16313 ul{top:-184px !important;}
.menu-item-20530 ul{top:-0px !important;}
.menu-item-20330 ul{top:-46px !important;}
.menu-item-20534 ul{top:-0px !important;}

.menu-item-15882 ul{top:-0px !important;}
.menu-item-12342 ul{top:-0px !important;}
.menu-item-13472 ul{top:0 !important;}
.menu-item-7816 ul{top:-46px !important;}
.menu-item-18952 ul{top:-185px !important;}
/*------------------------------- menu noi ngoai that go > GIUONG hang menu 6----------------------------*/
.menu-item-17437 ul{top:-92px !important;}
/*------------------------------- menu noi ngoai that go > KE TRANG TRI hang menu 7----------------------------*/
.menu-item-17451 ul{top:-276px !important;}
.menu-item-563 ul{top:-46px !important;}
/*------------------------------- menu noi ngoai that go > TRANH hang menu 8----------------------------*/
.menu-item-12199 ul{top:-322px !important;}