﻿

*, 
*:after, 
*:before {
    box-sizing: border-box;    
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0;
    margin: 0;
    margin: 0;
    padding: 0;
}
*:focus {
    outline: none;
}
.clearfix:before, 
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
textarea:focus, input:focus{
    outline: none;
}
h1, h2, h3, h4, b, strong {
    font-weight: 600;
}
a {
    color: #252525;
    text-decoration: none;
}
a:hover {
        color: #dc3545 !important;
}
    a:visited {
        color: #198754;
    }
li {
    list-style: none;
}
img {   
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100%;
    height: auto;
}
.content_foot, .content_foot li a{
   
}

.content_foot li {
    line-height: 25px;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
p {
    line-height: 1.5;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.tc {
    text-align: center;
}
.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.containerx {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; 
    padding-left:2px;
    padding-right:2px;
    
}
.grid {
    font-size: 0;
    text-align: justify;
}
.grid:after {
    content: "";
    display: inline-block;
    width: 100%;
}
.grid-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
.button {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 35px;
    padding: 0 35px;
}
.button.primary {
    background-color: #00BAFF;
    color: #fff;
}

header {
    margin-bottom: 11px;
}
.banner img {
    display: block;
    width: 100%;
}
.banner.top_banner {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}
.banner.right_banner img {
    margin-bottom: 15px;
}
.banner.botton_article_banner {
    margin-top: 15px;
}
.top-head {
    background-color: #E7E7E7;
}
.logo img {
    display: block;
    height: 50px;
    margin: 10px 0;
}
.social-link li {  
    display: block; 
    float: left; 
    padding: 15px 0 15px 15px;
}
.social-link li a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    width: 90px;
    height: 40px;
    
}
.userInfo li {
    display: block;
    float:right;
    padding: 10px 0 10px 10px;
}

    .userInfo li a {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        display: block;
        /*width: 250px;*/
        text-decoration: none;
        text-align: right;
        color: #0c51a1;
        font-size: 1.1em;
    }



.userInfo ul {
    height: 20px;
    list-style: none;
    margin: 0;
    padding: 3px;
    /*background: #edf3fa;*/
}
.userInfo li a:hover { /*, .userInfo ul li:hover a*/
    color: #0dcaf0 !important;
    text-decoration: none;
    
}

.userInfo li ul {
    display: none;
    height: auto;
    padding: 0px;
    margin: 0px;
    border: 0px;
    position: absolute;
    
    z-index: 200;
}

.userInfo li:hover ul {
    display: block;
}

.userInfo li li {
    display: block;
    float: none;
    margin: 0px;
    padding: 0px;    
}

.userInfo li:hover li a {
    background: none;
}

.userInfo li ul a {
    display: block;
    height: 20px;
    font-size: 11pt;
    font-style: normal;
    margin: 0px;
    padding: 0px 10px 0px 15px;
    text-align: right;
}

    .userInfo li ul a:hover, .userInfo li ul li:hover a {
                border: 0px;         
        text-decoration: none;
    }



.social-link li .facebook {
    background: #fff url('/images/facebook.svg') no-repeat center;
}
.social-link li .youtube {
    background: #fff url('/images/youtube.svg') no-repeat center;
}
.social-link li .admintool {
    background: #fff url('/images/Tools.svg') no-repeat center;
}
.head-nav {
    border-right: 1px solid #f5f5f5;
}
.head-nav li {
    float: left;
}
.head-nav li a {
    border-left: 1px solid #f5f5f5;
    color: #555;
    display: block;
    font-size: 16px;
    padding: 0 15px;
    line-height: 70px;
}
.bottom-head {
    background-color: var(--color-background) !important;
    position: relative;
    height: 60px;
    box-shadow: 0 5px 10px rgb(129 126 126 / 31%);
}
.bottom-head.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*width:1200px;*/
    z-index: 9;
}
.bottom-head > .container,
.top-search > .container {
    position: relative;
}
.w-logo {    
    float: left;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    width: 0;
    opaci20: 0;
}
.w-logo img {
    padding-right: 1px;
    display: block;
    height: auto;    
    height: 39.5px;
    margin: 10px 0;
}
.bottom-head.fixed .w-logo{
    opacity: 1;
    width:auto;
}
.search {
    max-width: 40%;
    width: 40%;
    position: relative;
    z-index: 610;
    margin-top: 15px;
}
.search.fixed {    
    position: fixed;
    top: 0;
    width: 80%;    
    z-index: 99;
    float:right;
    right:50px;
}


.drop-nav {
    /*border-right: 1px solid #008bd6; */
    display: none;
    float: right;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    position: relative;
    padding: 0 5px;
    width: 130px;
}
    .drop-nav.open {
        /*background-color: #f5f5f5;*/
    }
/*
.drop-nav label {
    background: url('/images/down-button.svg') no-repeat right center;
    
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 60px;
}*/
    .drop-nav label {
        background: url('/images/bars3.svg') no-repeat center;
        cursor: pointer;
        display: block;
        width: 30px;
        height: 55px;
        text-indent: -9999px;
    }
    .drop-nav ul {
        background-color: #f5f5f5;
        display: none;
        position: absolute;
        left: 0;
        top: 40px;
        z-index: 9;
        -webkit-transition-duration: 500ms;
        -moz-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
    }
.drop-nav.open ul {
    display: block;
    top: 60px;
}
    .drop-nav ul li {
        border-top: 1px solid #d0d3d6;
    }
        .drop-nav ul li a {
            color: #343a40;
            display: block;
            font-weight: 600;
            line-height: 40px;
            padding: 0 15px;
            white-space: nowrap;
        }

nav:not(.mm-menu)
{
	display: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px; 
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.main-nav > li {
    float: left;
}
    .main-nav > li > a {
        /*color: #252525;*/
        display: block;
        color:white;
        font-size: 18px;
        padding: 0 10px;
        padding-top: 16px;
        font-weight: 500;
    }
        .main-nav > li > a:hover {
            color: #f5f5f5 !important;
        }
.main-nav.focused > li > a {
    opacity: 0.7;
}
.main-nav.focused > li.hover > a {
    color: #f5f5f5;
    opacity: 1;
}


.menu{
	
	}
.menu ul{
	
	}
	.menu li{
		
		}
	.menu li a{
		
		}
		.menu li a:hover, .menu ul li:hover a{
			color:blue;
			}
        .menu li ul {
            background: #f5f5f5;
            display: none;
            height: auto;
            padding: 0px;
            margin: 0px;
            border: 0px;
            position: absolute;
            width: 250px;
            z-index: 200;
        }
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;				
		 font-size:12pt;		
		padding:5px 8px 0px 8px;
		
		}
        .menu li ul a:hover, .menu li ul li:hover a {
            /*background: #f2f2f2;
                text-decoration: none;
                border: 0px;
            */
        }
	.menu p{
		clear:left;
		}	


.mega-content {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    width: 100%;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 60px;
}
.sub-cat {
    border-right: 1px solid #f5f5f5;
    width: 20%;
}
.sub-cat li {
    display: block;
    float: none;
}
.sub-cat li a {
    color: #555;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    padding: 10px 15px;
    text-transform: none;
}
.sub-cat li:last-child a {
    border-bottom: none;
}
.cat-latest {
    padding: 1% 0 1% 1%;
}
.cat-latest.with-sub {
    width: 80%;
}
.cl-item {
    width: 19%;
    margin-right: 1%;
}
.cat-latest.with-sub .cl-item {
    width: 24%;
}
.cl-item .cover {
    margin-bottom: 10px;
}
.cl-item h3 a {
    color: #555;
    font-weight: 500;
    height: 42px;
    overflow: hidden;
}

.top-search {
    background-color: #868e96;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.search-field {
    background: #e1e5ea url('/images/search3.svg') no-repeat left center;
    border: none;
    color: #252525;
    display: block;
    font-size: 18px;
    width: 100%;
    position: absolute;
    padding: 0 40px;
    line-height: 45px;
    margin: 10px 0;
    left: 0;
    top: 0;
}




.post-item {
    margin-bottom: 15px;
}
.cover {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    text-align:center;
    overflow: hidden;
}
.cover img {
    display: block;
    width: 100%;
}
.cat-label {
    background-color: #FFD300;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    padding: 0 5px;
    position: absolute;
    left: 15px;
    top: -15px;
    text-transform: uppercase;
}
.city-label {
    background-color: rgba(0,0,0,0.5);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    padding: 0 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
}
.post-grid .cover {
    margin-bottom: 10px;
}
.post-list .cover {
    float: left;
    margin-right: 10px;
    width: 30%;
}
.post-text h3 a {
    color: #555;
    font-size: 15px;
}
.post-text p {
    color: #666;
    margin-top: 10px;
}
.post-meta {    
    color: #999;
    font-size: 12px;
    margin-top: 7px;
}
.cat-links {
    color: #777;
    text-transform: uppercase;
    font-size: 11px;
}
.cat-links a {
    color: #777;
}
time:before {
    content: "";
    background: url('/images/clock.svg') no-repeat;
    background-size: 13px;
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin: -3px 5px 0 0;
}
time.countdown {
    color: #52AC56;
    font-size: 14px;
}

.hot-trends {
    margin-bottom:20px;
}
.hot-trends .post-item {
    float: left;
    overflow: hidden;
    position: relative;
    width: 25%;
    height: 0;
    padding-bottom: 15%;
    margin-bottom: 0;
}
.hot-trends .post-item:first-child {
    width: 50%;
    height: 0;
    padding-bottom: 30%;
}
.hot-trends .post-item .cover {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.hot-trends .post-item .cover a {
    display: block;
    position: relative;
}
.hot-trends .post-item .cover a:before {
    content: "";
    background-color: rgba(0,0,0,0.5);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.hot-trends .post-item:hover .cover a:before {
    opacity: 1;
}
.hot-trends .post-item h3 {
    background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
    background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
    background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
    background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.7)));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.hot-trends .post-item:hover h3 {
    background: none;
}
.hot-trends .post-item h3 > a {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    padding: 15px;
}
.hot-trends .post-item h3 > a:hover {
    color: #fff !important;
    opacity: 0.8;
}
.sidebar .hot-trends .post-item {
    width: 100%;
    margin-bottom: 1px;
    padding-bottom: 60%;
}
.lastest-news .post-item {
    margin-bottom: 20px;
}
.lastest-news .post-item .cover {
    margin-right: 15px;
    width: 40%;
}
.lastest-news .post-item .post-text h3 a {
    font-size: 17px;
}
.lastest-news .post-item.post-highlight .cover {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    height: 300px;
}
.lastest-news .post-item.post-highlight .cover img {    
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}
.lastest-news .post-item.post-highlight .post-text h3 a {
    font-size: 20px;
}
.lastest-promotion .post-item {
    width: 100%;
}
.most-popular {
    padding-bottom: 0;
}
.new-this-cat {
    background-color: #f7f7f7;
    width: 100%;
    padding: 2% 2% 0;
}
.new-this-cat .post-item {
    width: 23.5%;
}
.search-item {
    margin-bottom: 20px;
}
.search-item .post-text h3 a {
    color: #007DC4;
    font-size: 17px;
    line-height: 1.5;
}
.search-item .post-meta,
.search-item .post-text p {
    margin-top: 0;
    line-height: 1.5;
}
.search-item .post-text p i {
    color: #999;
    font-size: 13px;
}
.search-item .cat-links a {
    color: #006621;
}

.c-block {
    border-bottom: 1px solid #f5f5f5;
    
    padding-top:20px;
    margin-bottom: 20px;
}
.b-title {
    color: #007DC4;
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.cats-list li {
    color: #777;
    display: inline-block;
}
.cats-list li a {
    color: #777;
    font-weight: 600;
    font-style: italic;
}



.search-on-page {
    border-bottom: 1px solid #f5f5f5;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.search-on-page .search-input {
    border: 1px solid #ededed;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 16px;
    line-height: 36px;
    padding: 0 10px;
    width: calc( 100% - 135px );
}
.search-on-page .search-submit {
    background-color: #00BAFF;
    border: none;
    border-radius: 2px;
    height: 37px;
    display: block;
    float: right;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    width: 120px;
}

.pager {
    text-align: center;
}
.pager > * {
    border: 1px solid #f7f7f7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #00baff;
    display: inline-block;
    min-width: 35px;
    line-height: 32px;
    margin: 0 3px;
}
.pager .current {
    color: #666;
}

.cat_breadcrumb {
    margin-bottom: 20px;
}
.cat_breadcrumb h2 {
    font-size: 25px;
    font-weight: 600;
}
.sub-cats li {
    display: inline-block;
    position: relative;
}
.sub-cats li a {
    color: #666;
    display: block;
    font-size: 15px;
    line-height: 30px;
}
.sub-cats li a:after {
    content: "/";
    color: #007DC4;
    font-size: 20px;
    margin: 0 15px;
}

.the-content .social-block iframe {
    margin: 0;
}
.social-block {
    margin: 25px auto 0;
    max-width: 650px;
}
.social-block div {
    vertical-align: middle !important;
}
.social-block .fb_iframe_widget {
    margin-right: 20px;
}
.article-body {
    position: relative;
}
.social-sticky {
    position: absolute;  
    top: 0;
    bottom: auto;
    left: 0;
}
.social-sticky.fix-top {
    position: fixed;
    top: 90px;
    left: 50%;
}
.social-sticky.fix-bottom {
    position: absolute;
    top: auto;
    bottom: 20px;
}
.social-sticky div {
    display: block;
    margin-bottom: 30px;
}

.inner-product {
    max-width: 430px;
    height: auto;
    margin: 10px auto;
    position: relative;
    text-align: center;
}
.inner-product .price {
    margin: 0;
}
.inner-product .price li {
    margin: 0 15px;
}
.inner-product p {
    color: #666;
}

.single-news .the-content .related-post {
    background-color: #f5f5f5;
    max-width: 650px;
    margin: 13px auto;
    padding-right: 10px;
}
.single-news .the-content .related-post .cover {
    background-size: cover;
    display: block;
    float: left;
    width: 30%;
    height: 0;
    padding-bottom: 25%;
    margin-right: 10px;
    margin-top: 0;
}
.single-news .the-content .related-post h3,
.single-news .the-content .related-post p {
    margin: 10px 0 !important;
}
.single-news .the-content .related-post p {
    overflow: hidden;
    height: 53px;
}


.fb-comment-wrapper {
    text-align: center;
}

#main {
    background-color: #f5f5f5;
}
.right-col {
    background-color: #fff;
    float: right;
    width: 80%;
}
.flex-col {
    float: left;
    width: 20%;
    padding: 15px;
}
.content-col {
    border-right: 1px solid #f5f5f5;
    float: left;
    width: 65.62%;
    padding: 15px;
}
.sidebar {
    float: right;
    width: 34.38%;
    padding: 15px;
}
.right-col.no-flex-col {
    float: none;
    width: 100%;
}
.right-col.no-flex-col .content-col {
    border-left: none;
    width: 72.5%;
}
.right-col.no-flex-col .sidebar {
    width: 27.5%;
}

.popup,
.idle-wrapper {
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;    
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
}
.popup-content,
.idle-content {
    max-width: 600px;
    width: 98%;
    height: 500px;
    margin: 150px auto 0;
    position: relative;
}
.popup-close,
.idle-close {
    background: url('/images/pop-close.svg') no-repeat center;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -25px;
    right: -25px;
}
.idle-content {
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
}
.idle-content h3 {
    font-size: 22px;
    text-align: left;
}
.idle-content p {
    color: #999;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 20px;
    text-align: left;
}

.ingredients__list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.ingredients__list_nhomhang {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/* The content */
.the-content {
    line-height: 1.58;
    position: relative;
}
.the-content p,
.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6,
.the-content ul,
.the-content table,
.the-content iframe {
    margin: 13px 0;
}
.the-content table {
    border-collapse: collapse;
    margin: 13px auto;
}
.the-content table th,
.the-content table td {
    border: 1px solid #efefef;
    padding: 10px;
}
.the-content p {
    line-height: 1.8;
}
.the-content li {
    margin:6.5px 0 6.5px 40px;
}
.the-content ul li {
    list-style: disc ;
}
.the-content ol li {
    list-style: decimal;
}
.the-content ul,
.the-content ol,
.the-content p,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6,
.the-content table,
.wp-caption {
    max-width: 650px;
    margin: 13px auto;
}
.the-content p.lead {
    font-weight: 600;
}
.single-news .the-content .cover {
    margin-top: 20px;
    height: 350px;
}
.single-news .the-content .cover img {    
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}
.the-content .youtube-embed {
    height: 0;
    padding-bottom: 42.85%;
    position: relative;
    max-width: 650px;
    margin: 13px auto;
    width: 100%;
}
.the-content .youtube-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption p.wp-caption-text {
    color: #999;
    font-style: italic;
    margin-top: 0;
    text-align: center;
}

/* Tablet landscape */
@media screen and (max-width: 800px) {	 
    .w-logo {
        opacity: 1;
        width: 70px;
    }   
    .drop-nav {
        display: block;
    }
    .top-head,
    .main-nav {
        display: none;
    } 
    .right-col {
        width: 100%;
    }  
    .content-col,
    .right-col.no-flex-col .content-col {
        border-left: none;
        float: left;
        width: 66.42%;
    }
    .sidebar,
    .right-col.no-flex-col .sidebar {
        width: 33.58%;
    }
    .flex-col {
        clear: both;
        float: none;
        width: 100%;
    }
    .flex-col .lastest-promotion .post-item {
        width: 23.7%;
    }
    .social-sticky {
        display: none;
    }
    .ingredients__list {
        list-style: none;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    
}



    /* Tablet portrait */
    @media screen and (max-width: 1000px) {
        .content-col,
        .sidebar,
        .right-col.no-flex-col .content-col,
        .right-col.no-flex-col .sidebar {
            border: none;
            width: 100%;
            padding: 10px;
        }

        .banner.right_banner,
        .banner.top_banner,
        .hot-trends {
            display: none;
        }

            .hot-trends .post-item h3 > a {
                font-size: 15px;
            }

        .most-popular .post-item {
            width: 49.5%;
        }

        .sidebar .hot-trends .post-item {
            width: 24.92%;
            padding-bottom: 16%;
        }

        .lastest-news .post-item.first .cover,
        .the-content .post-highlight.cover {
            height: 0;
            padding-bottom: 40%;
        }

        .hot-products .product-item {
            width: 48%;
        }

        .ingredients__list {
            list-style: none;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
        }

       

    }

    /* Smartphone landscape */
    @media screen and (max-width: 700px) {
        .bl-text h3 a {
            font-size: 16px;
        }

        .flex-col .lastest-promotion .post-item,
        .ntc-item {
            width: 48.5%;
        }

        .cat-label,
        .footer-top,
        .footer-bottom {
            display: none;
        }

        .new-this-cat .post-item {
            width: 48%;
        }

        .hot-products .product-item img {
            width: 100%;
        }

        .ingredients__list {
            list-style: none;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
        }
    }

    /* Smartphone portrait */
    @media screen and (max-width: 500px) {
        .bottom-head > .container {
            width: 98%;
            margin-right: 2%;
        }

        .w-logo {
            float: left;
            width: 50px;
            drop-height: 100vh;
            border-right: none;
            width: auto !important;
            padding: 0 5px;
        }

        .drop-nav label {
            background: url('/images/bars3.svg') no-repeat center;
            width: 30px;
            height: auto;
            text-indent: -9999px;
        }

        .drop-nav label,
        .search-button {
            height: 50px;
            line-height: 50px;
        }

        .w-logo img,
        .search-field {
            margin: 5px 0;
        }

        .search-field {
            font-size: 16px;
            padding: 0 30px 0 25px;
        }

        .search-button,
        .search-field {
            background-size: 20px auto;
        }

            .search-button.close {
                background-size: 15px auto;
            }

        .drop-nav.open {
            background-color: transparent;
        }

            .drop-nav.open label:before {
                content: "";
                background: #868e96 url('/images/close.svg') no-repeat center;
                background-size: 18px auto;
                display: block;
                position: fixed;
                top: 0;
                right: 0;
                z-index: 10;
                width: 50px;
                height: 50px;
            }

            .drop-nav.open label:after {
                content: "";
                background-color: rgba(0,0,0,0.5);
                width: 50px;
                height: 100vh;
                position: fixed;
                top: 0;
                right: 0;
                z-index: 9;
            }

        .drop-nav ul {
            display: block;
            position: fixed;
            top: 0;
            left: 0;
            margin-left: -100%;
            width: calc(100% - 50px);
            -webkit-transition-duration: 200ms;
            -moz-transition-duration: 200ms;
            -o-transition-duration: 200ms;
            transition-duration: 200ms;
        }

        .drop-nav.open ul {
            top: 0;
            margin-left: 0;
        }

        .drop-nav ul li a {
            font-size: 15px;
            line-height: 50px;
        }

        body {
            -webkit-transition-duration: 200ms;
            -moz-transition-duration: 200ms;
            -o-transition-duration: 200ms;
            transition-duration: 200ms;
            position: relative;
            left: 0;
        }

            body.menu-open {
                left: calc(100% - 50px);
            }

        .bl-text p {
            display: none;
        }

        .hot-trends .post-item {
            width: 50%;
            padding-bottom: 30%;
        }

            .hot-trends .post-item:first-child {
                width: 100%;
                height: 0;
                padding-bottom: 40%;
            }

        .most-popular .post-item {
            width: 100%;
        }

        .product-post .product-item {
            width: 48%;
            margin-bottom: 4%;
        }

        .lastest-news .post-item .cover {
            width: 30%;
        }

        .ingredients__list {
            grid-template-columns: 1fr 1fr;
        }
    }


    footer {
        font-size: 13px;
    }

        footer b, footer strong {
            font-weight: 600;
        }

    .col-sm-3 {
        width: 25%;
        float: left;
    }

    .footer-top:before {
        width: 324px;
        height: 29px;
        content: "";
        position: absolute;
        top: -29px;
        right: 0
    }

    .footer-top .container {
        position: relative;
        display: inline-block;
        text-align: left
    }

        .footer-top .container:before {
            width: 269px;
            height: 15px;
            content: "";
            position: absolute;
            top: -15px;
            right: 0;
            left: 0;
            margin: auto
        }

    .footer-top .footer-top-inner {
        padding: 20px 0 15px;
        border-bottom: 5px solid #33c8ff;
        margin: 0 0 10px
    }

    .ft-newsletter label {
        font-size: 13px;
        color: #fff;
        font-weight: normal;
        text-transform: uppercase
    }

    .ft-newsletter ul:after {
        content: "";
        display: block;
        clear: both
    }

    .ft-newsletter ul li {
        width: 505px;
        padding-right: 25px;
        float: left;
        line-height: 19px;
        color: #fff
    }

        .ft-newsletter ul li p {
            margin: 0
        }

    .footer-top .block-subscribe {
        border: medium none;
        margin: 0;
        padding: 0
    }

        .footer-top .block-subscribe input {
            height: 38px;
            border-radius: 0;
            border: none;
            background: #fff;
            padding: 0 10px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px
        }

        .footer-top .block-subscribe .btn-subscribe {
            font-weight: 700;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            width: 38px;
            height: 38px;
            background: #fff;
            border: 0;
            outline: 0;
            margin: 0 !important;
            font-size: 0px;
            padding: 0;
        }

        .footer-top .block-subscribe .input-group {
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            background: #fff
        }

    .ft-links {
        clear: both
    }

        .ft-links:after {
            content: "";
            display: block;
            clear: both
        }

        .ft-links > div {
            width: 25%;
            float: left
        }

        .ft-links h4 {
            font-size: 16px;
            font-weight: normal;
            text-transform: uppercase;
        }

    .ft-links {
        font-size: 13px;
        color: #fff;
        line-height: 18px;
        padding: 40px 0;
    }

        .ft-links a {
            font-size: 13px;
            color: #fff;
            line-height: 18px
        }

        .ft-links p {
            margin: 0;
            padding: 5px
        }

        .ft-links a:hover {
            text-decoration: none;
            color: #ff0
        }

        .ft-links .items a {
            display: block;
            padding: 5px
        }

        .ft-links a strong {
            font-size: 15px !important;
            display: block;
            line-height: 18px
        }

    .ft-info .widget-static-block:after {
        content: "";
        display: block;
        clear: both
    }

    .ft-info .block-address .block-title:after {
        content: "";
        display: block;
        clear: both
    }

    .ft-info .block-address .block-title .left {
        float: left
    }

    .ft-info .block-address .block-title .right {
        float: right;
        padding-left: 20px;
        margin-right: 15px
    }

    .ft-info .block-address .block-title h4 {
        background-color: #007dc4;
        padding: 0 20px 0 0;
        margin: 0;
        line-height: 30px;
        width: auto;
        font-size: 20px;
        text-transform: uppercase;
        position: relative;
        top: 7px
    }

    .ft-info .block-address .block-title {
        height: 30px;
        border-bottom: 5px solid #3397d0;
        margin-bottom: 10px
    }

    .footer-center-inner {
        background-color: #007DC4
    }

    .ft-info {
        position: relative
    }

    .ft-info {
        position: relative
    }

        .ft-info:after {
            width: 329px;
            height: 29px;
            content: "";
            position: absolute;
            top: -26px;
            left: 190px
        }

        .ft-info:before {
            width: 329px;
            height: 29px;
            content: "";
            position: absolute;
            top: -26px;
            right: 120px
        }

        .ft-info .block-address .col-sm-3 {
            padding: 0;
            line-height: 25px
        }

            .ft-info .block-address .col-sm-3 .stores_kids {
                padding: 0 !important
            }

                .ft-info .block-address .col-sm-3 .stores_kids li label {
                    color: #ffd504;
                    font-size: 13px
                }
  
    .footer-top {
        float: left;
        width: 100%;
        margin-top: 50px
    }

        .footer-top .footer-top-inner {
            float: left;
            padding: 15px 0;
            width: 100%
        }

        .footer-top .left-ft-top {
            background: #f8f8f8;
            position: relative
        }

        .footer-top .left-inner {
            position: absolute;
            width: 67px;
            height: 126px;
            left: 0;
            top: -65px
        }

        .footer-top .left-ft-top h3 {
            margin: 0;
            padding: 0 0 0 70px;
            line-height: 30px;
            color: #525252;
            text-transform: uppercase;
            font-size: 20px
        }

        .footer-top .left-ft-top p {
            margin: 0;
            padding: 0 0 0 70px;
            color: #525252;
            text-transform: none;
            font-size: 95%;
            font-weight: lighter;
            margin-top: 16px
        }

        .footer-top .input-box {
            float: left
        }

        .footer-top
        .actions {
            float: left;
            margin: 3px 0 0
        }

        .footer-top .block-content {
            float: right;
            padding: 12px
        }

        .footer-top .block-subscribe {
            border: medium none;
            margin: 15px 3px 0 0;
            padding: 0
        }

            .footer-top .block-subscribe .block-content .input-box input.input-text {
                border: 1px solid #e9e9e9;
                background: #f1f1f1;
                padding: 3px 5px;
                border-radius: 3px 0 0 3px;
                color: #7a6f6f;
                height: 40px;
                line-height: 30px;
                width: 200px
            }

    .footer-center {
        margin: -10px 0 0;
        padding: 20px 0 0;
        position: relative;
        float: left;
        width: 100%
    }

    .footer-center-inner {
        padding: 30px 0 0;
        background-color: #0095d6
    }

    .footer-center ul {
        list-style: none
    }

        .footer-center ul li a {
            font-size: 13px;
            transition: color 450ms ease-in-out 0s,background-color 450ms ease-in-out 0s
        }

    .footer-center a, .footer-center h3, .footer-center h4, .footer-center span {
        color: #fff;
    }

    .footer-center h3, .footer-center h4 {
        font-size: 100%;
        font-weight: bold;
        margin: 0 0 8px
    }

    .footer-center span {
        font-size: 220%
    }

    .footer-center-inner .row {
        margin-bottom: 25px
    }

    .footer-center-inner .items {
        padding-right: 0
    }

        .footer-center-inner .items .banner a {
            float: left
        }

    .footer-center .items .block em {
        display: block;
        float: left;
        height: 45px;
        margin: -8px 12px 0 0;
        width: 45px
    }

    .footer-center .items .block.ft-tong-dai em {
        background-position: -90px -45px
    }

    .footer-center .items .block.block-gt em {
        background-position: 0 0
    }

    .footer-center .items .block.block-hd em {
        background-position: -90px 0
    }

    .footer-center .items .block.block-vc em {
        background-position: left bottom
    }

    .footer-center .items .block.block-address em {
        background-position: -33px -33px
    }

    .footer-center .items .block.block-service em {
        background-position: -45px -45px
    }

    .footer-center .items .block.block-cs em {
        background-position: 0 -45px
    }

    .footer-center .items .block.block-agree em {
        background-position: -135px 0
    }

    .footer-center .items .block-inner {
        display: inline-block
    }

    @-moz-document url-prefix() {
        .footer-center .items .block-inner {
            margin-top: -41px;
            padding-left: 55px
        }
    }

    @-moz-document url-prefix() {
        .footer-center .items .block em {
            float: none
        }
    }

    .footer-center .read {
        margin: 7px 0 0
    }

        .footer-center .read a {
            display: inline-block;
            font-size: 90%;
            padding: 0 20px 0 0
        }

    .footer-bottom {
        float: left;
        width: 100%
    }

        .footer-bottom .footer-bottom-inner {
            padding: 0 0 10px
        }

            .footer-bottom .footer-bottom-inner .items {
                padding-left: 0
            }

            .footer-bottom .footer-bottom-inner .row {
                margin: 0
            }

        .footer-bottom h3, .footer-bottom h4 {
            display: inline-block;
            float: left;
            font-size: 90%;
            font-weight: bold;
            margin: 0 0 8px;
            color: #fff;
        }

        .footer-bottom p {
            display: inline-block;
            font-size: 85%;
            font-weight: lighter;
            color: #fff;
        }

        .footer-bottom .block {
            float: left;
            width: 100%
        }

            .footer-bottom .block ul {
                float: left;
                padding: 7px 19px;
                max-width: 233px
            }

                .footer-bottom .block ul li {
                    color: #fff;
                    font-size: 12px;
                    padding: 2px
                }

                    .footer-bottom .block ul li a {
                        color: #fff;
                        font-size: 14px
                    }

            .footer-bottom .block em {
                display: block;
                float: left;
                height: 45px;
                margin: 0 12px 0 0;
                width: 45px
            }

        .footer-bottom .kidshn .kids {
            float: left;
            display: block
        }

        .footer-bottom .kidplaza .kids {
            margin: 0 45px 0 10px
        }

        .footer-bottom .kidplaza.kidshcm .kids.first {
            padding: 0 20px 0 0
        }

        .footer-bottom .block h3, .footer-bottom .block h4 {
            padding: 0;
            margin: 0;
            line-height: 35px;
            width: 190px
        }

        .footer-bottom .last .block h2 {
            padding: 0 23px 0 0
        }

    .footer-coppyright {
        float: left;
        width: 100%
    }

        .footer-coppyright .footer-coppyright-inner {
            background: #f2f2f2 !important;
            padding: 10px;
            font-size: 15px
        }

            .footer-coppyright .footer-coppyright-inner address {
                margin: 0;
                color: #000000 !important
            }

            .footer-coppyright .footer-coppyright-inner a, .footer-coppyright .footer-coppyright-inner p {
                margin: 0;
                color: #000000 !important
            }

    .ft-info .widget-static-block:after {
        content: "";
        display: block;
        clear: both
    }

    .ft-info .block-address .block-title:after {
        content: "";
        display: block;
        clear: both
    }

    .ft-info .block-address .block-title .left {
        float: left
    }

    .ft-info .block-address .block-title .right {
        float: right;
        padding-left: 20px;
        margin-right: 15px
    }

    .ft-info .block-address .block-title h4 {
        background-color: #007dc4;
        padding: 0 20px 0 0;
        margin: 0;
        line-height: 30px;
        width: auto;
        font-size: 20px;
        text-transform: uppercase;
        position: relative;
        top: 7px
    }

    .ft-info .block-address .block-title {
        height: 30px;
        border-bottom: 5px solid #3397d0;
        margin-bottom: 10px
    }

    .footer-center-inner {
        background-color: #007DC4
    }

    .ft-info {
        position: relative;
        padding-top: 40px;
    }

        .ft-info:after {
            width: 329px;
            height: 29px;
            content: "";
            position: absolute;
            top: -26px;
            left: 190px
        }

        .ft-info:before {
            width: 329px;
            height: 29px;
            content: "";
            position: absolute;
            top: -26px;
            right: 120px
        }

        .ft-info .block-address .col-sm-3 {
            padding: 0;
            line-height: 25px
        }

            .ft-info .block-address .col-sm-3 .stores_kids {
                padding: 0 !important
            }

                .ft-info .block-address .col-sm-3 .stores_kids li label {
                    color: #ffd504;
                    font-size: 13px
                }

    .footer-coppyright {
        background: #007DC4
    }


    .heart li {
        margin: 0;
        list-style: none;
        font-size: 18pt;
    }

    .wrap_dm_home {
        margin-bottom: 10px;
    }

        .wrap_dm_home:first-child {
            margin-top: 0px;
        }

    .wrap_name_home {
        margin-top: 10px;
    }

    .big-name {
        float: left;
        padding: 5px 20px 5px 5px;
        font-size: 16px;
        text-transform: uppercase;
        background: #09a8d8;
        color: #fff;
        line-height: 35px;
        height: 44px;
        min-width: 320px;
    }

        .big-name a {
            color: White;
        }

    .stt_number {
        background: url(/images/icon_stt.png);
        width: 34px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        float: left;
        margin-right: 15px;
        font-size: 13px;
        font-weight: bold;
        color: #09a8d8;
    }

    .top-ad {
        background: #f6f6f6;
        border-top: 2px solid #09a8d8;
        height: 44px
    }

    .clear {
        clear: both;
    }

    .right_banner {
        float: right;
    }

    .left_banner {
        float: left;
    }

    .banner_km {
        border: none;
    }

        .banner_km img {
            width: 100%;
            height: auto;
        }

        .banner_km:hover {
            border: none;
        }

    .tab-content {
        position: relative;
        overflow: hidden;
    }

        .tab-content .tab {
            transform: translate3d(0,30px,0);
            transition: 0.7s ease;
            -o-transform: translate3d(0,30px,0);
            -moz-transform: translate3d(0,30px,0);
            -webkit-transform: translate3d(0,30px,0);
            opacity: 0 !important;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1;
        }

            .tab-content .tab.active.loading {
                opacity: 0 !important;
                -o-transform: translate3d(0,30px,0) !important;
                -moz-transform: translate3d(0,30px,0) !important;
                -webkit-transform: translate3d(0,30px,0) !important;
                transform: translate3d(0,30px,0) !important;
                transition: 0.2s ease;
            }

            .tab-content .tab.active {
                -o-transform: translate3d(0,0px,0);
                -moz-transform: translate3d(0,0px,0);
                -webkit-transform: translate3d(0,0px,0);
                opacity: 1 !important;
                position: relative;
                z-index: 2;
            }

    .show_pro_home {
        position: relative;
        display: grid;
    }

    .name_doitac {
        margin-bottom: 10px;
        color: #189eff;
        font-size: 17px;
        font-weight: bold;
        text-transform: uppercase;
        background: url(images/line_doitac.png) no-repeat right center;
    }

        .name_doitac span {
            display: inline-block;
            padding-right: 15px;
            background: #f4f4f4;
        }

    #wrap_hinhanh {
        margin-top: 30px;
    }

    #wrap_doitac {
        padding: 25px 0px 15px 0px;
    }

    img.img_dt {
        border: 1px solid #f5f5f5;
        margin: auto;
    }


    #news-wrapper {
        padding: 30px 0px 0px 0px;
    }

        #news-wrapper .title {
            position: relative;
            margin-bottom: 5px;
        }

            #news-wrapper .title h3 {
                color: #333;
                text-transform: uppercase;
                margin: 0;
                font-size: 19px;
                display: inline-block;
                position: relative;
                z-index: 2;
                margin-bottom: 5px;
            }

        #news-wrapper h4 {
            margin: 0;
            margin-top: 10px;
            margin-bottom: 5px;
            font-size: 13px;
            line-height: 20px;
        }

            #news-wrapper h4 a {
                color: #333;
                text-decoration: none;
                transition: all 0.5s ease;
            }

            #news-wrapper h4:hover a {
                color: #f7a81b;
            }

        #news-wrapper .desc {
            font-size: 13px;
        }

        #news-wrapper .content.news .view-more {
            margin-top: 10px;
        }

            #news-wrapper .content.news .view-more a {
                text-decoration: none;
                color: #333;
                display: inline-block;
                padding: 5px 10px;
                border: 1px solid #333;
            }

            #news-wrapper .content.news .view-more:hover a {
                background: #333;
                color: #fff;
            }

        #news-wrapper .list-news-small {
        }

        #news-wrapper .content.news img:hover {
            opacity: 0.8;
        }

        #news-wrapper .big-news {
            margin-bottom: 10px;
        }

            #news-wrapper .big-news img {
                width: 100%;
                height: auto;
            }

        #news-wrapper .list-news-small .small-item {
            margin-bottom: 15px
        }

        #news-wrapper .list-news-small img {
            margin-right: 14px;
            float: left;
            max-width: 35%;
        }



    #news-wrapper {
        padding: 30px 0px 0px 0px;
    }

        #news-wrapper .title {
            position: relative;
            margin-bottom: 5px;
        }

            #news-wrapper .title h3 {
                color: #333;
                text-transform: uppercase;
                margin: 0;
                font-size: 19px;
                display: inline-block;
                position: relative;
                z-index: 2;
                margin-bottom: 5px;
            }

        #news-wrapper h4 {
            margin: 0;
            margin-top: 10px;
            margin-bottom: 5px;
            font-size: 13px;
            line-height: 20px;
        }

            #news-wrapper h4 a {
                color: #333;
                text-decoration: none;
                transition: all 0.5s ease;
            }

            #news-wrapper h4:hover a {
                color: #f7a81b;
            }

        #news-wrapper .desc {
            font-size: 13px;
        }

        #news-wrapper .content.news .view-more {
            margin-top: 10px;
        }

            #news-wrapper .content.news .view-more a {
                text-decoration: none;
                color: #333;
                display: inline-block;
                padding: 5px 10px;
                border: 1px solid #333;
            }

            #news-wrapper .content.news .view-more:hover a {
                background: #333;
                color: #fff;
            }

        #news-wrapper .list-news-small {
        }

        #news-wrapper .content.news img:hover {
            opacity: 0.8;
        }

        #news-wrapper .big-news {
            margin-bottom: 10px;
        }

            #news-wrapper .big-news img {
                width: 100%;
                height: auto;
            }

        #news-wrapper .list-news-small .small-item {
            margin-bottom: 15px
        }

        #news-wrapper .list-news-small img {
            margin-right: 14px;
            float: left;
            max-width: 35%;
        }

        #news-wrapper .content.news .date {
            margin-top: 10px;
            color: #999;
            font-size: 12px;
        }

    .cart_fix {
        position: fixed;
        right: 10px;
        bottom: 70px;
        z-index: 999;
        text-align: center;
    }

    .txtClass {
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        padding: .5rem .75rem;
        font-size: 1rem;
        line-height: 1.25;
        border-radius: .25rem;
        transition: all .15s ease-in-out;
    }

    .txtSL {
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid rgba(0,0,0,.15);
        padding: .5rem .75rem;
        font-size: 1rem;
        line-height: 1.25;
        border-radius: .25rem;
        transition: all .15s ease-in-out;
        width: 65px;
    }

    .sanpham {
        float: left;
        max-width: 300px;
        margin: auto;
        /*position: relative;*/
        padding: 3px;
        min-height: 320px;
        padding-top: 10px;
    }

        .sanpham:before {
           
            content: "";
            position: absolute;
            top: 5px;
            left: 5px;
            right: 5px;
            bottom: 5px;
            border: 1px solid #eee;
            -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
            -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
            box-shadow: 0 5px 10px rgba(0,0,0,0.1);
        }

        .sanpham .img {
            overflow: hidden;
            position: relative;
            text-align: center;
        }
.product-card__image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: white;
    width: 100%;
    min-height: 10em;
    /* border: none; */
}
.sanpham .img img {
     height: 200px;
            width: 200px;
            
    padding: 3px;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: 0.5s;
    margin: auto;
    border: none;
    /*width: 100%;*/
    min-height: 10em;
}

            .sanpham .img:hover img {
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
                transform: scale(1.1);
            }

            .sanpham .img:hover img {
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
                transform: scale(1.1);
            }

        .sanpham .big_sale {
            background: url(/img/sale.png);
            width: 37px;
            height: 37px;
            position: absolute;
            top: 5px;
            right: 5px;
            z-index: 9;
            line-height: 37px;
            text-align: center;
            color: #fff;
            font-size: 11px;
        }

        .sanpham .pro_info {
            padding: 1px;
            color: #6b6969;
            min-height: 180px;
        }

        .sanpham .name {
            
            margin-bottom: 3px;
            padding: 3px;
            text-align: center;
            font-size: 13px;

            display: inline-block;
            word-wrap: break-word;
            overflow: hidden;
            display: -webkit-box;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
        }

            .sanpham .name a {                
                font-weight: 500;
            }

            .sanpham .name a:hover {
                cursor: pointer;
            }

    .spjcau .name a {
        color: #4a4a4a;
    }

    .sanpham .name h3 {
        font-size: 13px;
        line-height: 18px;
        overflow: hidden;
        height: 35px;
        text-align: center;
    }

    .sanpham .price_old {
        font-size: 12px;
        margin-top: 4px;
        text-align: center;
        min-height: 27px;
        color: #7b7b7b;
    }

        .sanpham .price_old span {
            text-decoration: line-through;
        }

    .sanpham .price {
        font-size: 13px;
        margin-top: 4px;
        text-align: center;
        color: #4d4d4d;
        min-height: 20px;
    }

        .sanpham .price span {
            color: #ff0000;
            font-weight: 500;
        }

    .sanpham:hover .name a {
        color: #181515;
        text-decoration: none;
    }

    .sanpham .des {
        text-align: justify;
        line-height: 20px;
    }

    .sanpham .addcart {
        position: relative;
        cursor: pointer;
    }
.sanpham .addcart.hide {
    display:none;
}
    .sanpham_home {
        width: 25%;
    }

.wrap_name {
    position: relative;
    text-align: left;
    /*font-family: Arial;*/
    margin-top: 2px;
    font-weight: 600;
}

        .wrap_name .name_section {
            color: #dc3545;
            display: inline-block;
            font-size: 19px;
            position: relative;
            cursor: pointer;
        }

            .wrap_name .name_section.active {
                color: #fff;
            }

    .searchQuickOrder {
        margin-bottom: 3px;
        font-size: 16px;
        height: 40px;
    }
.searchqOrder {
    margin-bottom: 3px;
    font-size: 16px;
    height: 40px;
}

        .searchQuickOrder input ui-autocomplete {
            position: absolute;
            top: 0;
            left: 0;
            cursor: default;
        }

        .searchQuickOrder input {
            margin-bottom: 3px;
            font-size: 16px;
            height: 40px;
            position: relative;
            width: 24%;
        }

.searchqOrder input {
    margin-bottom: 3px;
    font-size: 16px;
    height: 40px;
    position: relative;
    width: 100%;
    border: 1px solid #e9ecef;
}
            .searchQuickOrder input .ten {
                width: 40%;
            }
.searchqOrder input .ten {
    width: 40%;
}
        .searchQuickOrder.fixed {
            position: fixed;
            top: 60px;
            width: 100%;
            max-width: 1130px;
            z-index: 99;
        }
        .searchqOrder.fixed {
            position: fixed;
            top: 60px;
            width: 100%;            
            z-index: 2;
            max-width: 1200px;
        }

    @media screen and (max-width: 480px) {
        .searchQuickOrder.fixed {
            position: fixed;
            top: 60px;
            width: 93%;
            max-width: 400px;
            z-index: 99;
        }
        .searchqOrder.fixed {
            position: fixed;
            top: 60px;
            width: 100%;
            z-index: 99;
            max-width: 370px;
        }
    }

@media screen and (max-width: 768px) {
    
    .searchqOrder.fixed {
        position: fixed;
        top: 60px;
        width: 100%;
        z-index: 99;
        max-width: 370px;
    }
}

    .text_other {
        margin-bottom: 20px;
        position: relative;
        background: url(/img/line_other.png) no-repeat 0px 0px;
        height: 4px;
    }

    .side-navbar {
        background: #fff;
        min-width: 200px;
        max-width: 200px;
        color: #686a76;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        z-index: 1;
        border: 1px;
    }



    .pnGroupNhom.fixed {
        position: fixed;
        top: 100px;
        z-index: 999;
        text-align: left;
        text-transform: capitalize;
    }

    .pnGroupNhom {
        /*position:relative;*/
        float: left;
        text-align: left;
        width: 231px;
        text-transform: capitalize;

    }

        .pnGroupNhom.hide {
            display: none;
        }

    .tbSP {
        display: inline-block;
    }

        .tbSP.stop {
            margin-left: 0;
            display: block;
        }

        .tbSP.fixed {
            margin-left: 231px;
            width: auto;
            margin-top: 80px;
        }

        .tbSP.fixmin {
            width: auto;
        }


    .pnGroupNSX {
        position: relative;
        float: right;
        text-align: left;
        width: 231px;
        text-transform: capitalize;
        /* top: 210px;
    right: 100px;*/
    }

        .pnGroupNSX.fixed {
            position: sticky;
            left: 934px;
            top: 100px;
            z-index: 999;
            text-align: left;
            text-transform: capitalize;
        }

        .pnGroupNSX.hide {
            display: none;
        }

    .logodoitac {
        float: left;
        max-width: 300px;
        margin: auto;
        padding: 3px;
        padding-top: 10px;
    }

        .logodoitac:before {
            content: " ";
            position: absolute;
            z-index: 0;
            top: 5px;
            left: 5px;
            right: 5px;
            bottom: 5px;
            border: 1px solid #eee;
            -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
            -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
            box-shadow: 0 5px 10px rgba(0,0,0,0.1);
        }

        .logodoitac .img {
            overflow: hidden;
            position: relative;
            text-align: center;
        }

            .logodoitac .img img {
                /* height: 250px;
            width: 250px;
            */
                padding: 3px;
                -webkit-transition: -webkit-transform 0.5s ease;
                -moz-transition: -moz-transform 0.5s ease;
                transition: transform 0.5s ease;
                transition: 0.5s;
                margin: auto;
                border: none;
            }

            .logodoitac .img:hover img {
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
                transform: scale(1.1);
            }

            .logodoitac .img:hover img {
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
                transform: scale(1.1);
            }

  

    .input-group {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        width: 100%;
    }

    .autocomplete-suggestions {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #999;
        background: #FFF;
        cursor: default;
        overflow: auto;
        -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
        -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
        box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    }

    .autocomplete-suggestion {
        padding: 2px 5px;
        white-space: nowrap;
        overflow: hidden;
    }

    .autocomplete-no-suggestion {
        padding: 2px 5px;
    }

    .autocomplete-selected {
        background: #F0F0F0;
    }

    .autocomplete-suggestions strong {
        font-weight: bold;
        color: #000;
    }

    .autocomplete-group {
        padding: 2px 5px;
        font-weight: bold;
        font-size: 16px;
        color: #000;
        display: block;
        border-bottom: 1px solid #000;
    }


.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}

.qty__button--plus {
    background-color: var(--c-plus-bg);
    color: var(--c-plus-color);
    border: 1px solid var(--c-plus-border-color);
}
.qty__button--minus {
    background-color: var(--c-minus-bg);
    color: var(--c-minus-color);
    border: 1px solid var(--c-minus-border-color);
}
.qty {
    --size: 2rem;
    --button-font-size: 0.75rem;
    --input-font-size: 1rem;
    --c-minus-bg: #f8f9fa;
    --c-minus-color: #c3ccdc;
    --c-minus-border-color: #c3ccdc;
    --c-plus-bg: #e6061a;
    --c-plus-color: white;
    --c-plus-border-color: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 10px;
}

on--plus {
    background-color: var(--c-plus-bg);
    color: var(--c-plus-color);
    border: 1px solid var(--c-plus-border-color);
}

.qty__button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: var(--size);
    max-width: var(--size);
    height: var(--size);
    font-size: var(--button-font-size);
}

.qty__input {
    min-width: 0;
    height: var(--size);
    margin-left: 0.25em;
    margin-right: 0.25em;
    font-weight: 500;
    font-size: var(--input-font-size);
    background-color: white;
    color: #f9b514;
}

.text-center {
    text-align: center !important;
}

.cart-item__remove {
    color: #c3ccdc;
    cursor: pointer;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.cart-item__qty {
    max-width: 6.25em;
}

