@font-face {
	font-family:Aquawax-Regular;
	src:url("fonts/Aquawax-Regular-trial.ttf");
}
body, p, span, a, div, h1, h2, h3, h4, h5, h6 {
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;*/
}
body {
    margin: 0;
    padding: 0;
	overflow-x: hidden;
}
p {
    font-size: 14px;
	margin-bottom: 10px;
}
img {
	max-width: 100%;
}
a:hover {
    text-decoration: none;
}
.main-img{width: 100%;height: auto;}
.font-bold {
	font-weight: bold;
}
.w100 {
	width: 100%;
}
.mg0 {
	margin: 0;
}
.mgl0 {
	margin-left: 0;
}
.mgr0 {
    margin-right: 0;
}
.mgt0 {
    margin-top: 0 !important;
}
.mgb0 {
    margin-bottom: 0;
}
.mgb15 {
    margin-bottom: 15px;
}
.pd0 {
	padding: 0;
}
.pdl0 {
	padding-left: 0 !important;
}
.pdr0 {
    padding-right: 0 !important;
}
.h30 {height:30px;}
.uppercase {
	text-transform: uppercase;
}
.mobile {
	display: none;
}
.text-center {
	text-align: center;
}
.cb:after {
	clear: both;
	content: '';
    display: block;
}
.scrollup {
    opacity: 1;
    position: fixed;
    bottom: 35px;
    right: 20px;
    display: none;
    z-index: 999;
}
a.scrollup:hover div {
	background: #386E97 !important;
}
a.scrollup:hover i {
	color: white !important;
}

.product .product__box-image {
    height: 220px;
}
.technical-info .content table tr {
    display: table-row;
}
footer .footer__box-information {min-height:auto;background: #eee;}
.product .product__box-name h3, .lt-product-group h3 {
    font-weight: normal;
    height: 38px;	
}
.lt-table-box .content {
    max-height: 450px;
	min-height: 460px;
    overflow-y: scroll;
}
.module ul, .module ol {
	list-style: initial;
    padding-left: 20px;
}
.box-title__tag a {
    padding: 5px 8px;
}
.css-scroll {
    max-height: 270px;
    overflow-y: scroll;
    margin-bottom: 20px;
    padding-right: 5px;
}
.css-scroll::-webkit-scrollbar {
    width: 12px;
}
.css-scroll::-webkit-scrollbar-track { 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.css-scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,255,255,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.css-scroll::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,255,255,0.4); 
}
.navbar .navbar-cps__box-main, .promotion_wrapper b{background: #f57e20!important;}
button.button-red, a.button-red{    background: linear-gradient(#f57e20,#e11b1e);
    border: solid 1px #f57e20;}
.title_box {
    border-bottom: 1px solid #eee;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}
.title_box .title {
    font-size: 24px;
    line-height: normal;
    display: inline-block;
    position: relative;
	margin-bottom: 5px;
}
.title_box .title:before {
    content: '';
    width: 100%;
    height: 1px;
    background: var(--mau_nen);
    position: absolute;
    left: 0;
    bottom: -16px;
}
.footer .title_box {
    margin-top: 0;
    margin-bottom: 15px;
}
.footer .title_box .title {
    font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}
.footer .title_box .title:before {
	background: var(--mau_nen);
    bottom: -11px;
}
.main {min-height:600px;}
.no-padding-left {
    padding-left: 0;
}
.news-title {
    font-size: 14px;
    font-weight: bold;
    max-height: 50px;
    display: block;
	color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 16px;	
	margin-bottom: 5px;
}
.des_news {
	display:block;
	max-height: 50px;
	overflow:hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 16px;
}
.right-news {position:relative;height:100px;text-align: justify;}
.news-footer {position:absolute;bottom:0;left:0;width:100%;color: #999;}
/*
.news-item .img-thumbnail {
    padding: 3px;
    border: 1px solid #eee;
    border-radius: 3px;
    height: 100px;
    width: 100%;	
    object-fit: cover;
}
.news-item {
    height: 100px;
	margin-bottom:10px;
	overflow: hidden;
}*/
#list_product_search {
	display: none; 
	position: absolute;
	left: 0;
	top:91%;
	z-index: 9999;
    max-height: 456px;
    overflow: hidden;
    overflow-y: scroll;	
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.row-item-search {
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	padding-bottom:10px;
}
.row-item-search .price-old del {
	color: #999;
}
.row-item-search .price {
	color: #f57e20;
}
#list_product_search .row-item-search:last-child {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}
.top-header {
	background: #fff;
    /*border-bottom: 1px solid #eee;*/
    color: #f57e20;
	padding: 3px 10px;
}
.top-header a {
    display: inline-block;
    margin: 0 10px;
	color: #fff;
}
/*
.affix+.clear {
    padding-top: 100px !important;
}*/
#btnHeaderMenu {
    display: none !important;
}
.call-zalo {
    bottom: 100px;
    position: fixed;
    left: 26px;
    z-index: 10;
    border-radius: 10px;
	display: none;
}
.call-zalo img {
    width: 63px;
}
.call-btn {
    position: fixed;
    bottom: 24px;
	left: 10px;
    background: red;
    text-align: center;
    color: #fff;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
    z-index: 99;
    transition: all .3s;
    font-weight: 700;
    border-radius: 5px;
    padding: 3px 10px 0px 38px;
    font-size: 18px;
    line-height: 25px;
}
.call-btn img {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 7px;
    background: rgba(0,0,0,0.3);
    border-radius: 5px 0 0 5px;
    animation: blinking 1s ease-in-out infinite;
}	
footer .social {margin-top:10px;}
footer .social a.fb {
    background-image: url(images/fb-social.svg);
}
footer .social a.ins {
    background-image: url(images/ins-social.svg);
}
footer .social a.yt {
    background-image: url(images/utube-social.svg);
}
footer .social a {
    background: #e5e5e5;
    padding: 3px 3px 3px 30px;
    background-size: contain;
    background: no-repeat left center;
    margin: 0 20px 0 0;
    font-size: 12px;
    position: relative;
}
footer .social a:after {
    content: "";
    width: 1px;
    height: 19px;
    background: #9c9c9c;
    position: absolute;
    top: 0;
    right: -10px;
}
footer .social a span {
    padding: 0 5px;
}
footer .social a:last-child {
    margin-right: 0;
}
footer .social a:last-child:after {
    content: none;
}
.slogan-footer .fa {color:#f57e20;}
.flexslider {margin:0;    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;}
.flexslider .slides {
    margin: 0;
}
.flexslider .flex-direction-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
.flex-direction-nav a {
    padding-top: 10px;
}
.flex-direction-nav a:focus {
    outline: none;
}
.flex-direction-nav a:before {
    font-size: 30px;
}

.pagination {
    text-align: center;
    margin: 20px;
}
.pagination a, .pagination strong {
    background: #fff;
    display: inline-block;
    margin-right: 3px;
    padding: 5px 15px;
    text-decoration: none;
	line-height: 1.5em;
	 border: 0; outline: 0;
	color: #8A5359;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	font-size:13px;
	font-weight:bold;
	border: 1px dotted #ccc;
  margin-top: 5px;
}
.pagination a:hover {
    background-color: #BEBEBE;
    color: #fff;
}
.pagination a:active {
	background: rgba(190, 190, 190, 0.75);
}
.pagination strong {
    color: #fff;
    background-color: #BEBEBE;
}

.clearfix::after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

html[xmlns] .clearfix {
display: block;
}

.pagination {
	display: block;
}


.icon-pcmayin, .main-menu .pcmayin a span:after {display:none !important;}
.theme-lunar-new-year .box-common .box-common__title {
    width: 14%!important;
    margin: 0;	
}
.theme-lunar-new-year .box-common .box-common__link {
    width: 86%!important;
}
.theme-lunar-new-year .box-common .box-common__title.title_special {
    width: 50%!important;
}
.sub-banner {
    margin-bottom: 20px;
}
.header__search {
    width: 30%;
}
.dotnew {
    left: 25px;
}
.header__hot {
    text-align: center;
}
.theme-lunar-new-year .icon-logo {
    background-image: url(images/logo.png)!important;
    height: 34px!important;
    width: 166px!important;
    background-size: contain!important;
    background-position: center!important;
    background-color: #fff!important;
    border-radius: 5px!important;
}
.footer__col1 {
	width: 36% !important;
}
.footer__col2 {
	width: 28% !important;
}
.footer__col3 {
	width: 33% !important;
}
.header {
    width: auto;
    height: auto;
}
.footer {
    width: auto;
    padding: 0;
    line-height: initial;
    font-size: inherit;	
}
#categoryPage {
	min-height: 600px;
}
.main-menu li>a, .main-menu .navmwg a {
	text-decoration: none;
    font-size: 13px;
    padding: 10px 0 5px 0px;
    border-bottom: 1px dotted #ded1d1;
}
.slogan-footer {
    padding: 30px 0;
    background: #efefef;
    line-height: 16px;
    color: #dd1a22;
}
.slogan-footer .fa {color:#dd1a22;}
.slogan-footer img {
    width: 75px;
}
.slogan-footer-2 img {
	width: 105px;
}
.box-sp-footer {
    border-radius: 10px;
    border: 1px solid #dd1a22;
    padding: 20px;
	color: #dd1a22;
}
.main-menu .navmwg a h3 {
    font-size: 14px;
    margin: 0;
}
.footer {margin-top: 0;border-top:2px solid #fd3c52;}
.tieudelydo {
    font-size: 3.8rem;
    font-weight: 400;
    position: relative;
    padding-bottom: 15px;
    max-width: 80%;
    margin: 0 auto;
	margin-bottom: 20px;
}
.tieudelydo:after {
    content: '';
    display: block;
    width: 175px;
    border-bottom: #ffc90e solid 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
}
.cachtop {
    margin-top: 10px!important;
}

.chitiet {
    position: relative;
    margin: 0 auto;
    line-height: 22px;
}
.DanhSachLyDo {
    margin-top: 30px;
}
.noidung_lydo {
    font-size: 20px;
}
.noidung_lydo>div {
    margin-top: 17px;
}
.noidung_lydo>.so {
    color: #ffc90e;
    font-weight: 700;
    font-size: 30px;
}
.chitiet {
    position: relative;
    margin: 0 auto;
    line-height: 22px;
}
.noidung_lydo>.so>span {
    color: #000;
    font-size: 25px;
}
section.bg-lydo {
    background: #fff;
    max-width: initial;
    padding: 60px 0;
}
.view_mobile section.bg-lydo {
    padding: 15px 0;
    max-width: 100%;
    line-height: 35px;	
}
.view_mobile .tieudelydo {
    font-size: 2.8rem;
}
.testimonial_wrap figure {
    border-radius: 100%;
    display: inline-block;
    margin: 0 0 10px;
    width: auto;
    float: none;
}
.testimonial_wrap figure img {
    border-radius: 50%;
}
.testimonial_wrap p {
    color: #666;
    font-style: italic;
	margin-bottom:10px;
    height: 180px;	
}
.testimonial_wrap span {
    display: block;
    color: #333;
}
.box-common__link a {
    border-radius: 3px;
	margin-left: 5px;
    padding: 10px 5px;
}
.breadcrumb {
    padding: 0;
    margin-bottom: 0 !important;
}

.fab-wrapper {
    position: fixed;
    bottom: 5px;
    right: 16px;
    z-index: 9999999;
}
#fabCheckbox {
    display: none;
}
.fab-wrapper .icon-cps-local {
    width: 28px;
    height: 28px;
    background-position: -92.5px -262px;
}
.fab-wrapper .icon-cps, .fab-wrapper .icon-dtv, .fab-wrapper [class*=icon-cps-] {
    display: inline-block;
    vertical-align: middle;
    background-image: url(images/icons_menubar.svg) !important;
    background-repeat: no-repeat;
    background-size: 500px;
}
.fab-checkbox:checked ~ .fab {
    transform: rotate(90deg);
    -webkit-transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
    transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.fab-checkbox:checked ~ .fab .icon-cps-fab-menu {
    width: 30px;
    height: 30px;
    margin: 0;
    background-size: 600px;
    background-position: -337.5px -316.5px;
}
.fab-checkbox:checked ~ .fab-wheel {
    transform: scale(1);
}
.fab-wheel {
    width: 300px;
    height: 220px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    transform: scale(0);
    transform-origin: bottom right;
    transition: all .3s ease;
}
.fab-wheel .fab-action-1 {
    top: 0;
    right: 0;
}
.fab-wheel .fab-action {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    text-decoration: none;
}
.fab-wheel .fab-action-1 {
    top: 0;
    right: 0;
}
.fab-wheel .fab-action-2 {
    top: 45px;
    left: 85px;
}
.fab-wheel .fab-action-3 {
    left: 20px;
    bottom: 70px;
}
.fab-wheel .fab-action-4 {
    left: 0;
    bottom: 0;
}
.fab-checkbox:checked ~ .fab-wheel .fab-title {
    opacity: 1;
}
.fab-title {
    float: left;
    margin: 0 5px 0 0;
    opacity: 0;
}
.fab-wheel .fab-button-1 {
    background: #dd5145;
}
.fab-wheel .fab-button-2 {
    background: #fb0;
}
.fab-wheel .fab-button-3 {
    background: #2196f3;
}
.fab-wheel .fab-button-4 {
    background: #2f82fc;
}
.fab-button {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    padding: 4px;
    border-radius: 50%;
    background: #0f1941;
    box-shadow: 0 1px 3px rgb(0 0 0 / 1%), 0 1px 2px rgb(0 0 0 / 24%);
    font-size: 24px;
    color: White;
    transition: all 1s ease;
    overflow: hidden;
}
.fab {
	cursor: pointer;
    width: 60px;
    max-width: unset;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-radius: 50%;
    background: #ec4646;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1000;
    overflow: hidden;
    transform: rotate(0deg);
    -webkit-transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
    transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.fab-wrapper .icon-cps-fab-menu {
    width: 50px;
    height: 50px;
    margin: 0 5px 5px 0;
    background-size: 850px;
    background-position: -794px -374px;
}
.fab-wrapper .icon-cps-phone {
	width: 28px;
    height: 28px;
    background-position: -140px -262px;
}
.fab-wrapper .icon-cps-chat {
    width: 30px;
    height: 30px;
    background: url(images/messenger.svg) center center no-repeat !important;
    background-size: 25px !important;
}
.fab-wrapper .icon-cps-chat-zalo {
    width: 30px;
    height: 30px;
    background-size: 600px;
    background-position: -450px -265px;
}
.header-overlay-2.active {
    visibility: visible;
    opacity: 1;
}
.header-overlay-2 {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.53);
    z-index: 30;
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.noidung_lydo .icon .fa {
	color: #FFC857;
}
.news-item .intro {
    padding: 20px;
    background: #eee;
    height: 230px;
}
.news-item .title {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 22px;
}
.desc-group {
	padding: 20px;
	border: 2px dotted var(--mau_nen);
	margin: 15px 0;
}
.desc-group p {
	margin: 0;
}
#main-img{object-fit: cover;height: 450px;}
.box_left .box01 {
	padding-bottom: 30px;
    border-bottom: 2px solid var(--mau_nen);
    border-radius: 3px;
    margin-bottom: 0;
	position: relative;
}
.article__content {
    height: 880px;
}
.homebanner .item img {
    border-radius: 4px;
    height: 343px;
}
#sync1 .item {
    height: 343px;
}
#sync1 {
    border: 1px solid #ebebeb;
    border-radius: 4px;
}
#sync2 {display:none;}
.box01__tab .item.itemTab {
    margin-bottom: 8px;
}
#categoryPage .listproduct {
    grid-template-columns: repeat(4,minmax(0,1fr));
}
.div-input {
	position: relative;
	margin-left: 15px;
}
.div-input input[type=checkbox] + label {
    display: inline-block;
    padding-left: 22px;
    background: url(images/uncheck.png) no-repeat 0 0;
    background-position: 0px;
    background-size: 15px;	
	cursor: pointer;
	font-weight: normal;
}	
.div-input input[type=checkbox]:checked + label {
    background: url(images/check.png) no-repeat 0 0;
    background-position: 0px;
    background-size: 15px;	
	cursor: pointer;
}	
.div-input input[type=checkbox].check-img {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
	width:100%;
	height: 100%;
    cursor: pointer;
}
.filter-box h2 {
	border-bottom:1px dotted #ddd;margin-bottom:20px;padding-bottom:10px;font-weight:normal;font-size: 18px;
}
.filter-box h3 {
	font-size:14px;
    height: auto;	
}
.filter-box .btn {
	width: 100%;
    border: 1px solid #ec4646;
    background: #fff;
	color: #ec4646;
	transition-duration:250ms;
}
.filter-box .btn:hover {
	color: #fff;
    background: #ec4646;
}
.lt-product-group-image img {
    height: 200px;
    object-fit: contain;
}
.item-row-attr {
	padding:5px;border-bottom:1px dotted #ddd;
}
.item-row-attr.last {
	border-bottom:0;
}
.parameter__list .lileft {
    width: 360px;
}
.prd-promo.has-banner {
	background-color:#FFC857;
}
.prd-promo.has-banner h2 {
	text-align: center; margin: 40px 0;color: #fff;font-size: 36px;
}
.left-slogan .fa {
	font-size: 70px;
}
.box-sp-footer-1, .box-sp-footer-2 {
	font-size:22px;line-height: 30px;
}
.box-sp-footer .fa {
	font-size:24px;
}
.img-qrcode {
	width:86px;position:absolute;right:0;top:0;z-index:9;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.item-pro-spec img.cpslazy.loaded {
	width: 100%;object-fit: contain;
}
.copyright p {
    margin: 0;
}
.main-menu .navmwg.PC-mayin {
    z-index: 9999;
}
.parameter__list p {
	margin-bottom: 0;
}
.brand_menu_img {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 10px 0;
	border: 1px solid #eee;
    overflow: hidden;
}
.img-tab img {
	opacity: 0.5;
	width: 100px;
}
.img-tab img {
	opacity: 1;
	padding: 0 5px;
}
.img-tab:hover img, .img-tab.active img {
	opacity: 1;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
body.theme-lunar-new-year.home {
    background-image: none;
    background-color: rgb(243 243 243);
}
.listproduct .item-img {
    text-align: center;
}
.listproduct img, .listproduct .item-img img {
    /*height: 100%;*/
    object-fit: contain;
}
nav.box-pagination ul li {
	display: inline-block;
}
.news-item .title {
	height:44px;overflow:hidden;
}
.news-item .description {
	height:108px;overflow:hidden;margin-bottom:10px;
}
.main-menu>li:hover, .main-menu>li.active {
    background-color: initial;
}