#header {
	background-color: #232f3e;
}
#header .notification {
	float: right;
	display: table;
	height: 72px;
	color: #fff;
	padding: 0px 12px;
}

#header .notification .fa-bell {
	font-size: 20px;
	display: table-cell;
	vertical-align: middle;
}

#header .notification div {
	display: table-cell;
	vertical-align: middle;
}

#header .notification span {
	background: #ffb400;
    padding: 2px 5px;
    font-size: 10px;
    border-radius: 50%;
    position: relative;
    top: -8px;
    left: -12px;
}

#header .shc-right {
	position: relative;
	margin-top: 4px;
}

#header .search #search-header {
	width: 100%;
}

#header .search #search-header input {
	box-shadow: none;
    border: 0px;
    font-size: 13px;
    height: 32px;
    border-radius: 5px;
    color: #000;
    float: right;
}

#header .shc-right .fa-search {
	position: absolute;
    font-size: 21px;
    top: 7px;
    right: 10px;
}

#header .s-head-bar, #header .s-head-bar .language, #header .s-head-bar .dropbtn, #header .s-head-bar .welcome  {
	height: 72px;
	outline: none;
}

#header .s-head-bar .welcome {
	border-right: 1px solid #35475e;
}

#header .s-head-bar .dropbtn {
	border-left: 1px solid #35475e;
	border-right: 1px solid #35475e;
	padding: 10px;
	cursor: pointer;
}

#header .s-head-bar .language {
	border-left: 1px solid #35475e;
}

#header .s-head-bar .maginNo {
	line-height: 52px;
}

#header .s-head-bar .s-head-content {
	background: none;
	height: auto;
	border: none;
	position: relative;
	margin-right: 30px;
	width: 400px;
}

#header .s-head-bar .s-head-content .head-content, #header .s-head-bar .s-head-content .head-content .search {
	width: 400px;
}

#header .s-head-bar .language {
	display: table;
}

#header .s-head-bar .language img {
	margin-right: 4px;
	width: 20px;
}

#header .s-head-bar .language span.wovn-current-lang {
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
}

#header .s-head-bar .dropbtn span, #header .s-head-bar .dropbtn i {
	vertical-align: middle;
	display: table-cell;
}

#header .s-head-bar .dropbtn span {
	padding-right: 5px;
}

#header .s-head-bar .welcome {
	line-height: 52px;
}

#header .s-head-content .head-content {
	margin: auto;
}

#header .search #search-header .ulData-search {
	z-index: 9;
	border: 0px;
	top: 53px;
	box-shadow: 0px 1px 10px 0px #ddd;
}

#header .search {
	width: 100%;
}

body .s-header .s-head-content .head-content .shc-right .search .search-input .ulData-search ul li.active {
	background: #5bd2fc;
}

body .s-header .s-head-content .head-content .shc-right .search .search-input .ulData-search ul li {
    padding: 10px;
}

body .s-header .s-head-content .head-content .shc-right .search .search-input .ulData-search ul {
	border: 0px;
	border-right: 1px solid #ddd;
}

body .s-header .s-head-content .head-content .shc-right .search .search-input .ulData-searchImg img {
	border-color: #ddd;
}

body .s-header .s-head-content .head-content .shc-right .search .search-input .ulData-search:before {
	content: '';
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 22px solid #fff;
    display: inline-block;
    vertical-align: middle;
    top: -22px;
    position: absolute;
    left: 20px;
}

body .s-header .s-head-content .head-content .shc-right .search .search-input .ulData-searchImg p {
	margin: 15px 0;
}

body .s-header .s-head-content .head-content .shc-right .search .search-input .ulData-searchImg div {
	margin-top: 15px;
}

body .s-header .s-head-content .head-content .shc-right .search .search-input .ulData-searchImg span {
	margin-top: 30px;
    color: #fff !important;
    background: #5bd2fc;
    border: 0px;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 5px;
    font-weight: 700;
}

body .s-header .s-head-content .head-content .shc-right .search .search-input .ulData-searchImg.active {
	padding: 15px;
}

body .s-header .s-head-bar h5 {
	padding: 10px;
}

nav .social ul {
	margin-top: 6px;
	padding-left: 0;
}

nav .social ul li {
	list-style: none;
	border: 1px solid #999;
	padding: 10px;
	border-radius: 4px;
	margin-right: 10px;
	float: left;
    height: 38px;
}

nav .social ul li a {
	padding: 10px;
	color: #000;
}

nav .social ul li a img {
	width: 15px;
    margin-top: -3px;
    margin-right: 4px;
}

nav .social .btn-cart-new {
    max-height: none;
    padding: 10px;
    height: auto;
    margin-top: 6px !important;
   	border: 0;
   	background-color: #ffb400;
   	border-radius: 4px;
   	height: 38px;
}

nav .social .btn-cart-new a {
	border: none;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
}

nav .social .btn-cart-new a:hover {
	text-decoration: underline;
}

nav .social .logined ul {
	margin-top: 0px;
}

body .s-main-nav .navbar-collapse {
	padding-top: 10px;
}

body .s-main-nav .navbar-nav li a:hover {
	color: #5bd2fc;
}

body .s-header .s-head-bar .dropdown-content {
	padding: 0;
	border: none;
	background-color: rgba(42,53,68,0.9);
}

body .s-header .s-head-bar .dropdown-content a {
	padding: 10px 8px;
	font-size: 12px;
}

body .s-header .s-head-bar .dropdown-content a + a {
	border-top: 1px solid #35475e;
}

footer .s-footer .footer-bot {
	background-color: #232f3e;
}

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

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

footer .footer-bot .logo-bap img {
	width: 100%;
}

footer .footer-bot .social {
	padding-right: 0;
}

footer .footer-bot .social ul li {
	display: inline;
	border: 1px solid #d7d8d8;
	padding: 9px 6px;
	border-right: none;
}

footer .footer-bot .social ul li:last-child {
	border-right: 1px solid #d7d8d8;
}

footer .footer-bot .lineFt {
	border: 1px solid #abafb3;
}

footer .footer-bot .menu-footer3 ul {
	padding-left: 0px;
}

footer .footer-bot .social ul {
	padding-left: 0px;
}

body .s-main .s-sidebar-primary .category .cat-title {
    background: #5bd2fc;
    border: none;
    color: #fff;
    padding-left: 10px;
}

body .s-main .s-sidebar-primary .category .cat-title a {
 	color: #fff;
}

body .s-main .s-sidebar-right .p-title {
	background: #5bd2fc;
    border: none;
    color: #fff;
    padding-left: 10px;
}

body .s-main .s-sidebar-right .p-title h5 {
    color: #fff;
}

body .s-main .s-sidebar-primary .category .cat-list li .list-hover p {
	background: #5bd2fc;
	color: #fff;
	padding-top: 12px;
	border-bottom: 0;
}

body .s-main .s-sidebar-primary .category .cat-list li .list-hover p a{
	color: #fff;
}

body .s-main .s-sidebar-primary .category .cat-list li .list-hover {
	padding-top: 0;
}

body .s-main .s-sidebar-primary .category .cat-list li .list-hover i {
	top: 48px;
	left: 27px;
}

body .s-main .s-sidebar-primary .category .cat-list li .list-hover .list-hoverBottom a {
	text-decoration: underline;
}

body .s-main .s-sidebar-primary .category .cat-list li .list-hover .list-hoverBottom a:hover {
	text-decoration: none;
}

.slider-product-new .owl-carousel .item .item-slide-price {
	border: none;
    background-color: #5bd2fc;
    color: #fff;
    padding: 4px;
    font-size: 12px;
    border-radius: 3px;
    line-height: 20px;
}

.slider-product-new .owl-carousel .item .item-slide-price:hover {
	background-color: #ffc53a;
}

body .s-main .s-main-content .main-title {
	border: none;
}

body .s-main .s-main-content .main-title h2 {
	color: #000;
	border-left: 6px solid #5BD2FC;
	padding-left: 5px;
	font-size: 14px;
	line-height: 20px;
}

body .s-main .s-main-content .main-title span {
	background: none;
	color: #5bd2fc;
	text-align: right;
}

body .s-main .s-main-content .main-title span a {
	color: #5bd2fc !important;
}

.l-main .l-main-content .list-title {
	background: none !important;
	color: #000 !important;
	padding: 0 0 0 5px !important;
    border-left: 6px solid #5bd2fc !important;
	font-size: 16px;
	line-height: 20px;
}

.l-main .l-main-content .list .list-supplier.active,
.l-main .l-main-content .list .list-supplier:hover {
	border: none;
	background-color: #5bd2fc;
}

.l-main .l-main-content .list .list-supplier.active a,
.l-main .l-main-content .list .list-supplier:hover a {
	color: #fff;
}

.l-main .l-main-content .list .list-supplier {
	background-color: #dadada;
	width: 100%;
	text-align: center;
	padding: 0;
	border: none;
	border-radius: 4px;
}

.l-main .l-main-content .list .list-supplier a {
	color: #000;
    padding: 8px 4px;
    display: block;
    font-size: 12px;
}

.list-brand .s-main-content .list.listClick {
	position: absolute;
	width: 100%;
	height: 400px;
	top: 0;
	right: 0;
	overflow: auto;
	padding-left: 15px;
}

.list-brand .s-main-content .list.listClick::-webkit-scrollbar {
  	display: none;
}

.list-brand .s-main-content .form-search {
	float: left;
	width: 78%;
}

.list-brand .s-main-content .large-list {
/*	bottom: 0;
	right: 0;*/
}

.list-brand .s-main-content .large-list button {
	outline: none;
	background-color: #dadada !important;
}

.list-brand .s-main-content .large-list button::before {
	color: #000;
	font-size: 20px;
}

.list-brand .s-main-content .large-list button.bg-white {
	background-color: #5bd2fc !important;
}

.list-brand .s-main-content .large-list button.bg-white::before {
	color: #fff;
}

.list-brand .s-main-content .form-show .select-category,
.list-brand .s-main-content .form-show .select-category .btn-group {
	width: 100%;
}

.list-brand .s-main-content .form-show .select-category .btn-group button {
	width: 20%;
	background: #dadada;
    color: #000;
    border: none;
    border-right: 3px solid #fff;
    padding: 12px 0;
    line-height: 18px;
    outline: none;
}

.list-brand .s-main-content .form-show .select-category .btn-group button:hover,
.list-brand .s-main-content .form-show .select-category .btn-group button:focus,
.list-brand .s-main-content .form-show .select-category .btn-group button.active {
	color: #fff;
	background-color: #5bd2fc;
}

.list-brand .s-main-content .form-search {
	background: none;
	padding: 0;
}

.list-brand .s-main-content .form-search .form-show {
	background: none;
}

.list-brand .s-main-content .form-show .btn-group {
	margin-top: 0px;
}

.list-brand .s-main-content .form-show .checkbox-group {
	border: none;
}

.list-brand .s-main-content .form-show .checkbox {
	background: #dadada;
    color: #000;
    border: none;
    border-right: 3px solid #fff;
    padding: 12px 4px;
    width: calc(100% / 3);
    text-align: center;
    line-height: 18px;
}

.list-brand .s-main-content .form-show .select-type,
.list-brand .s-main-content .form-show .select-type .checkbox-group {
	width: 100%;
}

.list-brand .s-main-content .form-show .checkbox .cr {
	border: none;
	color: #5bd2fc;
}

.list-brand .s-main-content .form-show .checkbox.active {
	background-color: #5bd2fc;
}

.list-brand .s-main-content .form-show .checkbox label {
	pointer-events: none;
}

.list-brand .s-main-content .form-show .checkbox label span {
	pointer-events: auto;
}

.list-brand .s-main-content .form-show .sex-status,
.list-brand .s-main-content .form-show .price_position {
	width: 50%;
}

.list-brand .s-main-content .form-show .sex-status select {
	width: 48%;
	height: 40px;
	border: 1px solid #ddd;
}

.list-brand .s-main-content .form-show .price_position input {
	width: 31%;
	height: 40px;
	border: 1px solid #ddd;
}

.list-brand .s-main-content .form-show .search-input .left {
	width:60%;
	float: left;
	padding-right: 15px;
}

.list-brand .s-main-content .form-show .search-input .left input {
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
}

.list-brand .s-main-content .form-show .search-input .center {
	float: left;
	width: 20%;
	padding-right: 7.5px;
}

.list-brand .s-main-content .form-show .search-input .center button {
	width: 100%;
	height: 40px;
	margin: 0;
	background-color: #5bd2fc;
	color: #fff;
	outline: none;
}

.list-brand .s-main-content .form-show .search-input .center button span {
	float: left;
}

.list-brand .s-main-content .form-show .search-input .center button b {
    line-height: 21px
}

.list-brand .s-main-content .form-show .search-input .right {
	width: 20%;
	float: left;
	padding-left: 7.5px;
}

.list-brand .s-main-content .form-show .search-input .right button {
	width: 100%;
	height: 40px;
	background: #e6e6e6;
    line-height: 16px;
    outline: none;
}
.list-brand .s-main-content .form-show .select-category .btn-group button:last-child{
	border-right: none;
}
.list-brand .s-main-content .form-show .search-hidden {
	border: 0px;
	overflow: hidden;
    background: #f4f4f4;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.list-brand .s-main-content .form-show .search-input {
	border: none;
	margin: 0;
}

.list-brand .s-main-content .form-show .search-hidden .sex-status {
	margin-top: 0;
	width: 80%;
	margin-bottom: 15px;
}

.list-brand .s-main-content .form-show .search-hidden .sex-status select {
	outline: none;
}

.list-brand .s-main-content .form-show .search-hidden .checkbox-group {
	width: 100%;
}

.list-brand .s-main-content .form-show .search-hidden .checkbox-group .checkbox {
	width: 25%;
	border-right: 3px solid #f4f4f4;
}

.list-brand .s-main-content .form-show .search-hidden .radio-group .radio i {
	color: #5bd2fc;
	font-size: 11px;
    top: 10px;
    left: 4px;
}

.list-brand .s-main-content .description-top {
	border: none;
}

.list-brand .s-main-content .description-top .description {
	float: left;
}

.list-brand .product-content .aItem .brandNameA, .list-brand .product-content .aItem .brandNameB {
	font-size: 12px;
}

.list-brand .product-content .aItem .brandNameA .namePro,
.list-brand .product-content .aItem .brandNameB .namePro {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
    color: #000;
    font-weight: 700;
    margin: 0;
    padding: 12px 0;
}

.list-brand .product-content .aItem .notLogin.roww {
	height: auto;
    border: none;
    background-color: #5bd2fc;
    color: #fff;
    padding: 4px 0;
    border-radius: 3px;
    line-height: 19px;
    font-size: 12px;
}

.ritem-price-al {
	color: #ffb400;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin-top: 0px;
}

.list-brand .product-content .aItem .notLogin.roww:hover {
	background-color: #ffc53a;
}

.list-brand .product-content .aItem .brandNameA .status {
	border: 1px solid #71d8fc;
    width: 80px;
    margin: 0 auto;
    text-align: center;
    color: #00aae6;
    font-weight: 700;
    border-radius: 4px;
    padding: 2px 0;
    margin-top: 12px;
}

.list-brand .product-content .aItem .brandNameA .status-old {
	border: 1px solid #b1b1b1;
    width: 80px;
    margin: 0 auto;
    text-align: center;
    color: #5b5b5b;
    font-weight: 700;
    border-radius: 4px;
    padding: 2px 0;
    margin-top: 12px;
}

.list-brand .product-content .aItem .brandNameB .status {
	border: 1px solid #b1b1b1;
    width: 80px;
    text-align: center;
    color: #5b5b5b;
    font-weight: 700;
    border-radius: 4px;
    padding: 2px 0;
    margin-top: 12px;
}

.list-brand .product-content .aItem .brandNameA .status.new,
.list-brand .product-content .aItem .brandNameB .status.new {
	border: 1px solid #71d8fc;
	color: #00aae6;
}

.list-brand .product-content .aItem .brandNameA .namePro3,
.list-brand .product-content .aItem .brandNameB .namePro3 {
	height: 50px !important;
    overflow: hidden;
    margin-bottom: 12px;
    margin-top: -5px;
    text-align: center;
}

.list-brand .product-content .aItem .brandNameB .namePro3 {
	text-align: left;
}

.list-brand .product-content .aItem .brandNameA .nameP,
.list-brand .product-content .aItem .brandNameB .nameP {
	margin: 0;
}

.list-brand .product-content .aItem .clHome a {
	font-size: 11px;
}

.pagination-product .pagination li > a {
	color: #333;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 8px 13px;
	margin-left: 0;
}

.pagination-product .pagination li > a:hover {
	color: #fff;
	background-color: #5bd2fc;
}

.pagination-product {
	text-align: center;
	background-color: #f3f3f3;
}

.pagination-product .pagination {
	margin: 20px 0 20px;
}

.list-brand.l-main .l-main-content .rankking-top-10 .rankking-content .list .rankking-item .ritem-price {
	border: none;
    background-color: #5bd2fc;
    color: #fff;
    padding: 4px 0;
    border-radius: 3px;
    line-height: 19px;
    font-size: 12px;
    height: 30px !important;
    margin-bottom: 0px;
}
.list-brand.l-main .l-main-content .rankking-top-10 .rankking-content .list .rankking-item .ritem-price-al{
	margin-bottom: 0px;
	height: 30px !important;
}

.list-brand.l-main .l-main-content .rankking-top-10 .rankking-content .list .rankking-item .ritem-price:hover {
	background-color: #ffc53a;
}

.l-main .l-main-content .rankking-top-10 .rankking-content .list .rankking-item .ritem-content span {
	height: 50px !important;
	margin-bottom: 15px;
	margin-top: 0;
	text-align: center;
}

.l-main .l-main-content .rankking-top-10 .rankking-content .list .rankking-item .ritem-content .ritem-img img {
	object-fit: cover;
}

body .list-brand.s-main .s-main-content .rankking-top-10 .main-title,
body .list-brand.s-main .s-main-content .search-by-category .main-title,
body .list-brand.s-main .s-main-content .product-main .main-title h3 {
    padding: 0 0 0 5px;
    border-left: 6px solid #5bd2fc;
    line-height: 20px;
}

.slider-product-new .owl-carousel .item .item-slider-price {
	border: none;
    background-color: #5bd2fc;
    color: #fff;
    padding: 4px 0;
    border-radius: 3px;
    line-height: 19px;
    font-size: 12px;
}

.slider-product-new .owl-carousel .item .item-slider-price:hover {
	background-color: #ffc53a;
}

.slider-product-new .owl-carousel .item .item-slide-status-used {
	border: 1px solid #b1b1b1;
    width: 80px;
    margin: 0 auto;
    text-align: center;
    color: #5b5b5b;
    font-weight: 700;
    border-radius: 4px;
    padding: 2px 0;
    margin-top: 12px;
    display: block;
    font-size: 12px;
}

.slider-product-new .owl-carousel .item .item-slider-name b,
.slider-product-new .owl-carousel .item .item-slider-name h5 {
	font-size: 12px;
	text-align: center;
}

.slider-product-new .owl-carousel .item .item-slider-name b {
	margin-top: 15px;
}

.slider-product-new .owl-carousel .item .item-slider-price {
	margin: 0;
}

.slider-product-new .owl-carousel .item {
	margin-top: 0;
}

.list-brand.l-main .l-main-content .search-by-category .list .list-shop {
	background: #e6e6e7;
	border: none;
	margin-bottom: 0;
	margin-top: 3px;
	margin-bottom: 3px;
}

.list-brand.l-main .l-main-content .search-by-category .list .list-shop:hover {
	background-color: #5bd2fc;
}

.list-brand.l-main .l-main-content .search-by-category .list .list-shop:hover a {
	color: #fff;
}

.list-brand.l-main .product-content .aItem .notLogin.coll {
	border: none;
    background-color: #5bd2fc;
    color: #fff;
    padding: 4px 0;
    border-radius: 3px;
    line-height: 19px;
    font-size: 12px;
    width: 152px;
}

body .list-brand.s-main .s-main-content .product-main {
	margin-top: 20px;
}

body .s-main .s-main-content .main-title {
	padding: 0;
}

body .list-brand.s-main .s-main-content .search-by-category,
body .list-brand.s-main .s-main-content .product-main,
body .list-brand.s-main .s-main-content .rankking-top-10,
body .list-brand.s-main .s-main-content .block-first {
	padding: 15px 15px 20px;
	background: #fff
}

body .list-brand.s-main .s-main-content .block-first {
	overflow: hidden;
}

body .list-brand.s-main .s-main-content .content-product {
	margin-top: 0;
	margin-bottom: 0;
}

body .list-brand.s-main .s-main-content .content-product .list-products-lager {
	background-color: #fff;
}

body .list-brand.s-main .s-main-content .content-product .description-top {
	background-color: #fff;
	overflow: hidden;
	padding: 10px 20px 30px;
}

body .list-brand.s-main .s-main-content .content-product .description-top h5 {
	border-top: 1px solid #e8e8e8;
	width: 100%;
	padding-top: 20px;
}

body {
    background-color: #f3f3f3!important;
}

body .list-brand.s-main .s-main-content .search-by-category {
	margin-top: 20px;
}

.list-brand.l-main .l-main-content .search-by-category .list {
	margin-bottom: 0px;
}

.list-brand.l-main .l-main-content .rankking-top-10 .rankking-content .list {
	padding: 0;
	margin: 0;
}

body .list-brand.s-main .s-main-content .rankking-top-10 {
	padding-bottom: 24px;
}

.list-brand.s-main .s-main-content .content-product .product-content {
	padding-left: 15px;
}

.main-list-item.list-brand .s-main-content .form-search {
	float: none;
	width: 100%;
}

.list-brand .s-main-content .t-description {
	overflow: hidden;
	background-color: #fff;
}

body .main-list-item.list-brand .s-main-content .content-product .list-products-lager {
	background: none;
}

.main-list-item.list-brand .s-main-content .content-product .list-products-lager .product-content {
	background: #fff;
}

.main-list-item.list-brand.s-main .s-main-content .content-product .product-content {
	padding-left: 0;
}

.main-list-item.list-brand.s-main .s-main-content .content-product .product-content .mg {
	padding-left: 8px;
}

.main-list-item.list-brand.s-main .s-main-content .content-product .product-content .description {
    padding: 5px 20px 30px;
}

.main-list-item.list-brand.s-main .s-main-content .content-product .product-content .description span {
    display: block;
    border-top: 1px solid #f3f3f3;
    padding-top: 10px;
    font-size: 12px;
}

body .s-main .news-list {
	background-color: #fff;
	padding: 15px;
}

.news-list-item {
	clear: both;
	margin-bottom: 8px;
    overflow: hidden;
}

.news-list-item figure,
.news-list-item div {
	float: left;
}

.news-list-item figure {
	width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ccc;
    margin-right: 20px;
}

.news-list-item figure img {
	margin-left: 7.5px;
	margin-top: 7.5px;
}

.news-list-item .time-news,
.news-list-item .title-news {
	margin-top: 8px;
}

.news-list-item .time-news {
	margin-right: 40px;
}

.news-list-item .title-news a {
	color: #adadad;
}

.pagination-product {
	background: #f3f3f3;
}

.news-detail-page .content-news figure, .news-detail-page .content-news .news-day {
	float: left;
}

.news-detail-page .content-news .news-content {
	clear: both;
}

.news-detail-page .content-news figure {
	width: 40px;
    height: 40px;
    color: #ccc;
    border-radius: 50%;
    margin-bottom: 10px;
}

.news-detail-page .content-news figure img {
    margin-top: 9.5px;
    margin-left: 9.5px;
}

.news-detail-page .content-news .news-day {
	margin-top: 11px;
    margin-left: 15px;
    display: block;
}

.news-detail-page .detail {
	background-color: #fff;
	padding: 15px;
}

body .owl-carouselItem2 .owl-dots .owl-dot span {
	border-radius: 50%;
}

body .owl-carouselItem2 .owl-dots .owl-dot.active span {
	background-color: #fff;
}

.home-page .slider-product-new .owl-carousel .item .item-slide-name {
	height: auto !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
    color: #000;
    font-weight: 700;
    margin: 0;
    padding: 12px 0;
    display: block;
    text-align: center;
}

.home-page .slider-product-new .owl-carousel .item .item-slide-desc {
	height: 50px !important;
	text-align: center;
}

body .s-main .s-main-content .news .table .title-news a {
	text-decoration: none;
	font-size: 13px;
}

body .s-main .s-main-content .news .table .title-news a:hover {
	text-decoration: underline;
}

.home-page .banner-main,
.home-page .slider-product-new,
.home-page .product-main,
.home-page .brand-ranking,
.home-page .news {
	background-color: #fff;
	padding: 15px;
	margin-bottom: 20px;
	margin-top: 0 !important;
	overflow: hidden;
}

.slider-product-new .owl-carousel .item .item-slider-name b {
	height: auto !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
    color: #000;
    font-weight: 700;
    margin: 0;
    padding: 12px 0;
    display: block;
}

.s-sidebar-right .pro-popular,
.s-sidebar-right .pro-rank,
.s-sidebar-right .brand-list {
	background-color: #fff;
	margin-bottom: 20px !important;
}

.s-sidebar-right .pro-popular ul,
.s-sidebar-right .pro-rank ul,
.s-sidebar-right .brand-list ul {
	padding: 0 15px;
}

body .s-main .s-sidebar-right .list li:last-child {
	border: none !important;
}

@media screen and (min-width: 768px) {

	.language .show-language .fl {
		background-color: rgba(42,53,68,0.9);
	}

	.language .show-language .fl span.wovn-switch {
		width: 100%;
		border-bottom: 1px solid #35475e;
		font-size: 8px;
		color: #fff;
	}

	.language .show-language {
		width: 100%;
		left: 0;
		top: 72px;
	    padding-top: 0;
	}

	.language .show-language .fl span img {
		width: 20px;
	}

	.language .show-language .fl {
		padding: 0;
	}

	.language .show-language .fl span.wovn-switch {
		padding: 10px 8px;
		margin: 0;
	}

}

@media screen and (max-width: 1368px) {

	#header .s-head-bar .s-head-content,
	#header .s-head-bar .s-head-content .head-content,
	#header .s-head-bar .s-head-content .head-content .search {
		width: 320px;
	}

	#header .search #search-header input {
		width: 320px;
		height: 28px;
	}

	#header .shc-right .fa-search {
	    position: absolute;
	    font-size: 18px;
	    top: 6px;
	}

	#header .shc-right {
	    margin-top: 7px;
	}

}

@media screen and (max-width: 1200px) {

	#header .s-head-bar .s-head-content,
	#header .s-head-bar .s-head-content .head-content,
	#header .s-head-bar .s-head-content .head-content .search {
		width: 250px;
	}

	#header .search #search-header input {
		width: 250px;
	}

}

@media screen and (max-width: 991px) {

	#header .notification span {
	    padding: 0px 3px;
	    font-size: 8px;
	    top: -6px;
	    left: -10px;
	}

	#header .s-head-bar .s-head-content,
	#header .s-head-bar .s-head-content .head-content,
	#header .s-head-bar .s-head-content .head-content .search {
		width: 205px;
	}

	#header .search #search-header input {
		width: 205px;
		height: 24px;
		font-size: 10px;
	}

	#header .shc-right .fa-search {
	    font-size: 14px;
	    top: 6px;
	}

}

@media screen and (max-width: 767px) {

	body .s-header .s-head-bar .dropbtn, body .s-header .s-head-bar h5 {
		font-size: 13px;
	}

	#header .s-head-bar,
	#header .s-head-bar .language,
	#header .s-head-bar .dropbtn,
	#header .s-head-bar .welcome,
	#header .notification {
		height: 40px;
	}

	#header .s-head-bar .welcome {
    	line-height: 20px;
	}

	#header .s-head-bar .language {
		border-left: 0;
	}

	body .s-header .s-head-bar h5 {
    	padding: 10px 7px;
	}

	.menuMobile .navbar-header .logoMB {
		width: auto;
		height: 40px;
	}

	footer .footer-bot .logo-bap {
		text-align: center;
		margin-bottom: 20px;
	}

	footer .footer-bot .logo-bap img {
		width: 150px;
	}

	footer .footer-bot .menu-footer ul {
		padding-left: 0;
	}

	footer .footer-bot .social ul {
		padding-left: 0;
	}

	body .s-footer .copyright {
		display: none;
	}

	footer {
		padding-bottom: 40px;
	}

	.news-list-item .title-news {
		width: 100%;
		margin-left: 50px;
	}

	.news-detail-page .content-news .news-day, .news-detail-page .content-news figure {
		display: none;
	}

}

@media screen and (max-width: 360px) {

	body .s-header .s-head-bar .dropbtn, body .s-header .s-head-bar h5 {
		font-size: 9px;
	}

}

.empty-search-noti p{
	margin-bottom: 20px;
	font-size: 15px;
	color: #333;
}

.empty-search-noti .button-backhome{
	background: #158200;
	color: #fff;
	border-radius: 5px;
	padding: 10px 20px;
	display: inline-block;
	margin: 0 auto;
}

.empty-search-noti .button-backhome p{
	margin-bottom: 5px;
	font-size: 12px;
}
.empty-search-noti .button-backhome span{
	font-size: 18px;
	font-weight: bold;
}

.empty-search-noti{
    margin: 50px 0;
}
.empty-search-noti p{
    margin-bottom: 20px;
    font-size: 15px;
    color: #333;
}

.empty-search-noti .button-backhome{
    background: #158200;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    display: inline-block;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    min-width: 200px;
}

.empty-search-noti .button-backhome p{
    margin-bottom: 5px;
    font-size: 14px;
    color: #fff;
}
.empty-search-noti .button-backhome span{
    font-size: 18px;
    font-weight: bold;
}

img {
	filter:alpha(opacity=50);

	-moz-opacity: 1.0;

	opacity: 1.0;

	-khtml-opacity: 1.0;
}

img:hover {
	filter:alpha(opacity=50);

	-moz-opacity: 0.5;

	opacity: 0.7;

	-khtml-opacity: 0.5;
}

.icon_fav_custom {
	color:#158200 !important;
	left: 0px;
	font-size: 27px;
	position: inherit;
	top: 3px !important;
}
.button_unfavorite:hover {
	background-color:#158200;
}

.white-fa-heart {
	color:white !important;
}

.green-fa-heart {
	color:#158200 !important;
}

.custom_btn_back{
	position: inherit;
}

a.back_btn:focus {
	color:white !important;
}

.green-fa-cart {
	color: #158200;
	font-size:40px !important;
}

.item_name a {
	color: #158200;
}

.accept-delete {
	background: #158200;
}
.btn-primary:hover {
	background: #158200;
	border-color: #158200;
}

.btn:hover,button:hover,.button:hover,
.button_favorite:hover {
    opacity: 0.8;
}
.accept-delete:focus,.btn-primary.focus, .btn-primary:focus,
.btn-primary:focus:focus {
	background: #158200;
	outline: none;
	border-color: #158200;
}
.accept-delete:active {
	background: #158200;
}

.pagination li a:hover {
	background:#5cb85c !important;
}

.button-edit-address {
	background-color:#158200 !important;
}

a.lnk_black:focus {
	color:black;
}

a.button_blue_border:focus {
	color:#158200 !important;
}

.mypage_item_img a i:hover {
	opacity: 0.7 !important;
}

.title-header-my-page {
	margin-top:35px;
}

@media screen and (min-width: 768px) {
	.header-menu.desktop > ._container{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-flow: row nowrap;
		flex-shrink: 0;
	}
	.header-menu.desktop > ._container  > .hmenu-left,
	.header-menu.desktop > ._container  > .hmenu-right {
		flex-shrink: 0;
	}
	.header-menu.desktop > ._container  > .hmenu-center {
		flex-grow: 1;
		width: auto;
		padding: 0 20px;
	}

}
@media screen and (min-width: 376px) and (max-width: 480px){
	.button_addcart {
		padding-left:0px !important;
	}
	.button_addcart i {
		left:105px;
		top:3px;
	}

	.custom_button_addcart i {
		left:75px !important;
	}
}

@media screen and (min-width: 320px) and (max-width: 375px){
	/*.button_addcart {*/
	/*	padding-left:0px !important;*/
	/*}*/
	.button_addcart i {
		left:105px;
		top:3px;
	}
}

@media screen and (max-width: 320px){
	.button_addcart {
		padding-left:0px !important;
	}
	.button_addcart i {
		left:79px;
	}
}

@media screen and (max-width: 480px) {
	.mypage_item_img i {
		font-size:27px !important;
	}
	.custom_btn_back {
		bottom: 0px;
		position:fixed;
	}
	.mt-20 {
		margin-top:20px;
	}
	.bt_tbl-scroll{
		overflow-x: auto;
	}
	.bt_tbl-scroll	> table{
		max-width: unset;
		width:560px;
	}
}